@CHARSET "UTF-8";

/* GERAL */
.divider {
	color: #CCCCCC;
    line-height: 14px;
    vertical-align: text-top;
}
.font14 {
	font-size: 14px !important;
}
.h1-title {
	color: #FFFFFF;
}
.ocultar {
	display: none !important;
}

.paginator .pagination {
	margin: 10px 0;
}

/* PLACEHOLDER */
.form-control::-moz-placeholder {
	color: #BBBBBB;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #BBBBBB;
}
.form-control::-webkit-input-placeholder {
	color: #BBBBBB;
}

.ui-helper-hidden-accessible { display:none; }

/* USER HEADER */
.user-info {
    max-width: 125px !important;
}

/* MARGIN */
.m-0 {
	margin: 0 !important;
}
.p-0 {
	padding: 0 !important;
}
.p-left-10 {
	padding-left: 10px !important;
}
.p-bottom-0 {
	padding-bottom: 0px !important;
}
.m-right-5 {
	margin-right: 5px !important;
}
.m-right-10 {
	margin-right: 10px !important;
}
.m-left-0 {
	margin-left: 0 !important;
}
.m-left-5 {
	margin-left: 5px !important;
}
.m-left-10 {
	margin-left: 10px !important;
}
.m-left-15 {
	margin-left: 15px !important;
}
.m-bottom-0 {
	margin-bottom: 0 !important;
}
.m-bottom-5 {
	margin-bottom: 5px !important;
}
.m-bottom-10 {
	margin-bottom: 10px !important;
}
.m-top-0 {
	margin-top: 0 !important;
}
.m-top-5 {
	margin-top: 5px !important;
}
.m-top-10 {
	margin-top: 10px !important;
}
.m-right-20 {
	margin-right: 20px !important;
}
.p-error {
	margin: 5px 10px !important;
}

.border-img {
	border: 1px solid #CCCCCC;
}

.label-semana {
	width: 50px;
	margin-right: 5px;
}

/* HOME */
.infobox-container-home .infobox {
	width: 200px;
}


/* DATEPICKER */
.datepicker {
	z-index: 1999 !important;
}
	
/* HEADER */
.img-empresa {
	margin-right: 5px;
}
.nome-empresa {
	padding-top: 8px;
	font-weight: bold;
	font-size: 15px;
}

/* CHECKBOX E RADIO */
.checkbox label, .radio label {
	padding-left: 0px;
}

/* INPUTS */
.bordered {
	border: 1px dotted #cccccc;
    margin-left: 12px;
    padding: 5px 0;
}
.checkboxes label {
	margin-left: 10px;
}
.checkbox-left {
	padding-left: 10px !important;
}
.checkbox-left label {
	float: left;
	margin-right: 25px !important;
	padding-top: 3px !important;
	display: block;
}
.checkbox-left:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}

.info-destaque {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
.p-info-form {
	margin-top: 5px !important;
}
.label-checkbox {
	margin-bottom: 0 !important;
	margin-top: 4px !important;
}

.float-block:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}

/* SOBRESCREVER */
.ace-nav > li > a > .badge {
	font-size: 13px !important;
	top: -2px !important;
}

.widget-box dl.dl-horizontal {
	padding: 0px !important;
	margin: 0 !important;
}

/* TABLES */
.div-header-table {
	margin-right: 10px;
}
.div-header-table a,
.div-header-table a:hover {
	color: #FFFFFF;
}
.table-view th {
	text-align: right;
}

.tr-total td {
	background-color: #D5D5D5 !important;
}

.bg-finalizado td {
	background-color: #EBFFEB !important;
}
.bg-finalizado:hover td {
	background-color: #D6FFD6 !important;
}

/* SETAS DE INDICACAO DA ORDENACAO */
.table .sort {
	padding-left: 0px;
}
.table .sortable {
	padding-left: 18px;
	background-image: url("/images/sort_both.png");
	background-position: left center;
	background-repeat: no-repeat;
}
.table .asc {
	padding-left: 18px;
	background-image: url("/images/sort_asc.png");
	background-position: left center;
	background-repeat: no-repeat;
}
.table .desc {
	padding-left: 18px;
	background-image: url("/images/sort_desc.png");
	background-position: left center;
	background-repeat: no-repeat;
}

/* MODAL */
.modal {
	top: 20%;
}
#modal-new-horario {
	top: 0% !important;
}

.destaque td {
	background-color: #E9FFFF !important;
}

/* FORMULARIO */
.formulario {
	border: 1px dotted #E2E2E2;
	padding: 20px 5px;
	background-color: #F9F9F9;
}
.formulario form {
	margin: 0 0 5px !important;	
}

.formulario-tab {
	background-color: #F9F9F9;
}
.formulario-tab form {
	padding-bottom: 10px !important;
}
.formulario-tab .tab-content {
	margin-bottom: 10px !important;
}

.table .label-table {
	width: 182px !important;
}

.form-filtro {
	margin-bottom: 15px;
	padding: 10px !important;
}
.form-filtro select,
.form-filtro textarea,
.form-filtro input[type="text"] {
	margin-bottom: 2px;
}
.form-filtro label.inline {
	display: block !important;
}

.label-desc-radio {
	vertical-align: text-top;
	line-height: 25px !important;
	font-size: 11px !important;
}

.form-add-fast {
	margin: 10px 10px 5px !important;
}
.form-add-fast .control-group {
	margin-bottom: 7px !important;
}


.form-horizontal .control-group {
	margin-bottom: 12px !important;	
}
.form-horizontal .control-info {
	line-height: 15px !important;
}
.form-horizontal .control-info .control-label {
	line-height: 5px !important;
}
.form-horizontal .control-info * {
	margin-bottom: 0 !important;
}

.divider-date {
	display: block;
    float: left;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 5px;
}

.controls .combo-name {
	line-height: 30px;
	font-size: 14px;
}

#resultado-consulta {
	border: 1px dotted #CCCCCC;
	padding: 5px;
}


/* LABEL */
.label-result {
	font-size: 15px;
	font-weight: bold;
}

/* VIEW */
.dt-list-view {
	margin-top: 5px !important;
}
.dt-list-view dt,
.dt-list-view dd {
	line-height: 25px;
}

.header-view {
	margin: 10px 0 0 !important;
	padding-bottom: 0px !important;
}

/* TELEFONE */
.excluido {
	color: #CCCCCC !important;
	text-decoration: line-through;
}

#btn-map-address {
    margin-bottom: 10px;
    margin-top: 10px;
}
.ui-autocomplete .ui-menu-item {
    list-style: outside none none;
}

.col-sm-7.box-check {
    border: 1px solid #EEEEEE;
    padding: 15px;
    /*height: 200px;
    overflow: scroll;*/
}

.col-sm-7.box-check .checkbox {
    padding: 0px;
}

label.error {
    color: red;
}

/* Loader Modal */
#fade, #fadeFor {
    display: none;
    position:absolute;
    top: -86px;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 9998;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modalLoad, #modalLoadFor {
    background-color: white;
    border-radius: 20px;
    display: none;
    height: 18px;
    left: 50%;
    overflow: auto;
    padding: 1px 20px 23px 4px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 18px;
    z-index: 9999;
}