html,
body {
    height: 100%;
}

.kv-sidenav a{
	 color: #777;
}

.navbar{
	z-index:1000;
} 

.kv-sidenav > li.active > a,
.kv-sidenav > li.active > a:hover,
.kv-sidenav > li.active > a:focus,

.kv-sidenav .nav-pills > li.active a{
	background-color: #e7e7e7;
    color: black;
}

.kv-sidenav .active > .kv-toggle .opened i{
	color: black;
}

.table td, .table th{
	vertical-align:middle !important;
}

.required label:after{
	content: " *";
	color:red;
}

.toTop {
    position: fixed; /* this is the magic */
    bottom: 50px; /* together with this to put the div at the bottom*/
    right: 15px;
    display: none;
}

.toTopModal {
    position: fixed; /* this is the magic */
    bottom: 50px; /* together with this to put the div at the bottom*/
    right: 20%;
    display: none;
    z-index:10000;
}

.page{
	margin-top:10px;
}

.box-head{
	background-color: #ebeef2;
	color: #9198a0;
	padding:5px;
	
}

.attesa-pagamento, .resi, .attesa-reso{
	width: 20px;
	height:20px;
	margin-right:5px;
}

.resi, .resi td{
	background-color: #faebcc;
}

.attesa-pagamento, .attesa-pagamento td{
	background-color: #ebccd1;
}

.attesa-reso, .attesa-reso td{
	background-color: #faebcc;
}


.form-buttons{
	/*background: #ffffff;
	background: -moz-linear-gradient(top,#ffffff 0%,#ededed 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,#ffffff 0%,#ededed 100%);
	background: -o-linear-gradient(top,#ffffff 0%,#ededed 100%);
	background: -ms-linear-gradient(top,#ffffff 0%,#ededed 100%);
	background: linear-gradient(top,#ffffff 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);*/
	border-bottom: 1px solid #D3D3D3;
	color: #0C192E;
	text-shadow: 0 0px 0 #FFF;
	z-index:1;
	width:100%;
	padding:4px;
	background: transparent none repeat scroll 0% 0%;
	border-bottom-width: 0px;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.file-drop-zone .file-preview-thumbnails .file-preview-frame{
	width:95%;
	height:100%;
}

/* Defaults */
.text-center-sm,
.text-center-md,
.text-center-lg,
.text-right-sm,
.text-right-md,
.text-right-lg { text-align: inherit; }

/* Define xs styles after defaults so they take precedence */
.text-center-xs { text-align: center; }
.text-right-xs { text-align: right; }

/* Small grid */
@media (min-width: 768px) {
  .text-center-sm, .text-center-xs { text-align: center; }
  .text-right-sm, .text-right-xs { text-align: right; }
}

/* Medium grid */
@media (min-width: 992px) {
  .text-center-md, .text-center-sm, .text-center-xs { text-align: center; }
  .text-right-md, .text-right-sm, .text-right-xs { text-align: right; }
}

/* Large grid */
@media (min-width: 1200px) {
  .text-center-lg, .text-center-md, .text-center-sm, .text-center-xs {
    text-align: center;
  }
  .text-right-lg, .text-right-md, .text-right-sm, .text-right-xs {
    text-align: right;
  }
}
