/*
 * Base structure
 */

textarea {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  /* padding-top: 90px; Posizione Nav */
  font-family: arial, sans-serif;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size:1.3rem;
  color:#194872;
}
.main { padding: 10px;} /* ERA 20 */
.main .page-header { margin-top: 0;}

.mark-content{
padding: 15px;
/*font-size: 1.75em;*/
line-height: 1.225;
background:#f7f7f7;
}
.m-left-10{margin-left:10px;}
.m-left-20{margin-left:20px;}
.m-left-40{margin-left:40px;}
.m-left-60{margin-left:60px;}
.m-left-80{margin-left:80px;}
.m-right-15{margin-right:15px;}
.margin-top-10{margin-top:10px;}
.m-t-1{margin-top:1rem;}
.m-t-15rem{margin-top:1.5rem;}
.m-t-5rem{margin-top:5.1rem;}
.margin-bottom-10{margin-bottom:10px;}  

.fs-2{font-size: 2rem;vertical-align: -20%;}

.logo-margin-top {
	margin-top: -5px;
	/*width: 30px;*/
}
.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.navbar-brand {
  float: left;
  height: auto;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-fixed-top {
	border: 0;
}
 .navbar-inverse {
	background-color: #fff;
	border-color: #080808;
	/*opacity:0.9;*/
}
.snippet-wrap pre.sh_sourceCode {
	padding: 1em;
	line-height: 1.8em;
	overflow: auto;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-color: #f1f1f1;
	box-shadow: 2px 2px 5px #f1f1f1;
	-moz-box-shadow: 2px 2px 5px #f1f1f1;
	-webkit-box-shadow: 2px 2px 5px #f1f1f1;
}
/* Hide for mobile, show later */
  .sidebar {
  /*display: none;*/
  margin-top:80px;  
}


/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a  {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
}

.nav-pills li.active>a>i.bg-ico-active {
    padding: 14px 14px;
    background: #666;
    margin-left: -14px;
    color: #fff;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 14px 14px;
}

/*
 * Main content
 */






@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 12px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    /* background-color: #194872; */
		background-color: #f5f5f5;
    /*border-right: 1px solid #eee;*/
  }
  
  .navbar {
  	border-radius: 0px;
  }
}

@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) { 

	.placeholders {
	  margin-bottom: 30px;
	  text-align: center;
	}
	.placeholders h4 {
	  margin-bottom: 0;
	}
	.placeholder {
	  margin-bottom: 20px;
	}
	.placeholder img {
	  display: inline-block;
	  border-radius: 50%;
	}

	.mark-content{
	padding: 15px;
	/*font-size: 1.75em;*/
	line-height: 1.225;
	background:#f7f7f7;
	}

	.markdown-body  {
	padding-bottom: 0.3em;
	/*font-size: 1.75em;*/
	line-height: 1.225;
	border-bottom: 1px solid #eee;
	}
	.markdown-body code, .markdown-body tt {
	padding: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin: 0;
	font-size: 85%;
	background-color: rgba(0,0,0,0.04);
	border-radius: 3px;
	color:#333;
	}
	.pl-1{color:#000;}
	.pl-2{color:#c7254e;}
	.pl-3{color:#ea5900;}
	.pl-4{color:#149100;}

}
.navbar {
    /*position: relative;*/
    min-height: 90px; /* Altezza Nav */
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #194872;
    background-color: transparent;
}
.list-group {
    padding-left: 0;
    margin-bottom: 0px;
}
a.list-group-item {
    color: #194872;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #FFF1CC;
    border: 0px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.nav-pills>li>a {
    border-radius: 0px;
}
.nav-stacked>li+li {
    margin-top: 0px;
    margin-left: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    /* border: 0px solid #e5e6e7; */
    border: 5px solid #01509d;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.form-control {
    display: block;
    width: 100%;
    height: 34px; /* disabilita le opzioni input-lg ecc... */
    padding: 6px 12px;
    font-size: 1.3rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

/* Bottone personalizzato
-------------------------------------------------- */

/* Sovrascrivi lo stile .btn di default */
/* Applica le modifiche sul testo e lo sfondo a: default, hover, e active (click). */
.btn-save,
.btn-save:hover,
.btn-save:active {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #046789;
}

/* Applica i tuoi gradienti-colorati preferiti */
/* Nota: avrai bisogno di includere tutti i gradienti appropriati per ogni browser e standard. */
.btn-save {
  background-repeat: repeat-x;
  background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%);
  background-color: #194872;
  border-radius:0px;
}

/* Setta lo stato hover */
/* Settiamo uno stato hover molto semplice, giusto per muovere in alto il gradiente. Puoi aggiungere altri abbellimenti a piacere. */
.btn-save:hover {
  background-position: 0 -15px;
}

/* --- btn-back --- */
.btn-back,
.btn-back:hover,
.btn-back:active {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #666;
}
.btn-back {
  background-repeat: repeat-x;
  background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%);
  background-color: #ccc;
  border-radius:0px;
}
.btn-back:hover {
  background-position: 0 -15px;
}


.wrap-content {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 5rem;
    margin-bottom: 2rem;
	margin-top: 5rem;
}


/*-----------------------------------------------------
	FOOTER
-----------------------------------------------------*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;/* !important */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;/* !important */
  background-color: #2fa4e7;
  /*border-top: 1px solid #4B102C;*/
  /*border-bottom: 8px solid #741F47;*/
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container-fluid {
  /*padding: 60px 15px 0;*/
}
.container-fluid .text-muted {
  margin: 11px 0; /* !important */
  /* overflow:auto; */
  text-align:center;
  font-size:12px;  
}
.text-muted {
  color: #ffffff;
}
.footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 6px;
}
code {
  font-size: 80%;
}

.error-input {
    color: red;
    display: none;
}



.navbar-brand {
    min-height: 80px; /* Altezza Nav */
}
.navbar {
  min-height: 80px; /* Altezza Nav */
  background-color: #ddd; /*#f5f5f5;*/
  border-color: #ddd; /*#f5f5f5;*/
  background-image: none;
  margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
}

.footer {
  background-color: #ddd; /*#f5f5f5;*/
}

.navbar-default .navbar-nav>li>a:hover {
    color: #c0c0c0;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5; /*#f5f5f5;*/
    border-radius: 4px;
}