#loader {
    position: fixed;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 99999;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: 50% 49%;
    background-size: 100px 100px;
}

.popup_back {
    z-index: 99998;
}

.popup_cont {
    z-index: 99998;
}

    .portlet h5 {
        line-height: 19px;
        font-size: 16px;
    }

.tabbable-custom>.nav-tabs>li.active {
    margin-top: 0;
    position: relative;
    border: 3px solid #484440!important;
    border-bottom: none!important;
    background: #ecf0f1;
}

.tabbable-custom>.nav-tabs>li.active>a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-top: none;
    background: #ecf0f1;
    border-color: transparent;
}

.tabbable-custom>.nav-tabs>li.active>a {
    background: #ecf0f1;
}

hr {
    margin: 10px 0;
}

/*@media screen and (max-width: 600px) {
    .table  {width:100%;}
    .table thead {display: none;}
    .table tbody td {display: block;text-align:center;}
    .table tbody td:before { 
        content: attr(data-th); 
        display: block;
        text-align:center;
        font-weight: bold
    }
    .table tr.even td:first-child {
            background: #fff!important;
    }
    .table tr td:first-child {
            border-top: 2px solid #333
    }
    .ui-datepicker tbody td {
        display: table-cell!important;
        border: none!important;
        text-align: center!important;
    }

}*/

@media (max-width: 768px) {
    .form .form-bordered .form-group {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    .portlet.box>.portlet-body {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}

@media (max-width: 991px) {
    .form .form-bordered .form-group .control-label {
        margin-bottom: 0px!important
    }
}

@media print {
	body, html {
		overflow:visible!important;
		height: auto!important;
	}
	.html2pdf__page-break { page-break-after: always; }
}
.bordavermelha {
    border-bottom: 2px solid red!important;
}
.input-sm {
	line-height: 17px;
}

.dashboard-stat.blue {
    border-radius: 10px!important;
}

.btn {
    border-radius: 10px!important;
} 

.buttons-excel {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #1a7343!important;
	border-color: #1a7343!important;
	border-radius: 10px!important;
	color:#fff!important; 
}

.btn-pagar {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffe130!important;
	border-color: #ffe130!important;
	border-radius: 10px!important;
	color:#333!important; 
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
    text-align: center;
    cursor:pointer;
}

.hour {
	display:table-cell;
}