/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */
 
 a {
 	cursor: pointer;
 }

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.scrollx {
    overflow-x: auto;
    display: inline-block;
    width: 100%;
}
/*
body * {
        visibility: hidden;
        display:none;
    }
    
    #content{
            visibility: visible;
            dispaly:block;
        }
*/
.table th{white-space: nowrap;}


/* 
* COLOR CONTEXTMENU SELECT ROW
*/
.color_contextmenu_select_row, .js-checkbox-check-row, .js-selected-row{
    background-color: #D0E9C6 !important;
}



/* Block out what is behind the fixed column's header and footer */
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
    background-color: white;
}

/* Block out the gap above the scrollbar on the right, when there is a fixed
 * right column
 */
div.DTFC_Blocker {
    background-color: white;
}

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
    margin-bottom: 0;
}

div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
    border-bottom: none;
}
.fixed_column_and_filter thead tr:first-child th{margin: 0px; padding-top: 0px !important; padding-bottom: 0px !important;}
.fixed_column_and_filter thead tr:first-child {
    opacity: 0;
}
/*.dataTables_scrollBody{overflow-y: hidden !important;}*/
.et-label {text-align: center;}

/*Select2*/

.select2 {
    width: 100%;
}
.select2-container a{
    height: 22px !important;
}
.select2-container a span{
    line-height: 20px !important;
}



/* Formulario - Campos e Outros */
.well-label {
    background: #FBFBFB;
    border: 1px solid #DDD;
    box-shadow: 0px 1px 1px #ECECEC;
    clear: both;
    display: table;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    margin-bottom: 20px;
}
.ds-table{display: table;}
.line-after{
    width: 20px;
}
.after_line:after{
    content: "à" !important;
    position: absolute;
    top: 7px;
    right: -3px;
}
.form-control{
    padding: 2px 5px !important;

}
.smart-form section .btn-custon {
    float: right;
    height: 31px;
    margin: 25px 0px 0px 5px;
    padding: 0px 12px;
    font: 300 15px/29px "Open Sans",Helvetica,Arial,sans-serif;
    cursor: pointer;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 46px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px;
    border: 1px solid #DDD;
    text-align: center;
    color: #999;
    font-size: 14px;
    background: url('../img/loaders/1.gif') no-repeat scroll 10px 6px #FFF;
}
table.dataTable{
    margin-top: 0px !important;
}

table.dataTable tfoot tr {
border-collapse: collapse;
}

input.block {
    display: block;
}

.has-error i{
    border-color: #B94A48 !important;
}

.has-error i:focus {
    border-color: #953B39 !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px #D59392;
}

.header {
    display: block;
    padding: 0px;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
    /*margin: 10px 0px 10px;*/
    margin: 10px 0px 6px;
}

.border-button-1{
    border-bottom: 1px solid #DADADA;
}
.p-bord-form{
    height: 20px;
}

.no-marg-form-group{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
/*.btn {padding: 6px 12px !important;}*/

.smart-form .select i{
    box-shadow: 0 0 0 0px #fff !important;
    background: inherit !important;}
.smart-form select.icon{
    padding: 0px 22px 0px 5px;
}

.select2-hidden-accessible {
    display: none !important; 
    visibility: hidden !important;
}

.input-group-addon{
    padding: 2px 10px !important;
}

/* separador de campo
 * exemplo " - " ou " à "
 *
 */
.campo-separador {
    position: absolute;
    top: 0px;
    right: -3px;
}

/* bootstrap adds */
@media (min-width:1200px){
    .modal-xlg{
        width: 1200px;
    }
    .modal-xlgg1{
        width: 1800px;
    }    
    .md-border-rg-1{
        border-right: 1px solid rgb(218, 218, 218);
    }
    .md-border-1{
        border: 1px solid rgb(218, 218, 218);
    }
    .md-margin-left-0{
        margin-left: 0px;
    }
}

@media (min-width:960px){
    .md-border-rg-1{
        border-right: 1px solid rgb(218, 218, 218);
    }
    .md-border-1{
        border: 1px solid rgb(218, 218, 218);
    }
    .md-margin-left-0{
        margin-left: 0px;
    }
}




.form .radio-inline {
    margin-top: 0px;
}

.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
    height: auto !important;
    padding: 1px 7px;
    font-size: 12px;
    /*line-height: 1.5;*/
    line-height: 18px !important;
}
.input-xs {
    height: auto !important;
    padding: 1px 2px !important;
}

.form-control[disabled], fieldset[disabled] .form-control {
    opacity: 0.5 !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee !important;
}

.datepicker[readonly], .js-datepicker[readonly], .date-readonly[readonly], .date[readonly], .date-my[readonly]{
    background-color: inherit !important;
    cursor: pointer !important;
}

.control-label{
    padding-top: 3px !important;
}

div .form-group:first-child:last-child {
    margin-bottom: 10px !important;
}
div .form-group:last-child {
    /*margin-bottom: 0px !important;*/
}
.pad-6-lr {
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.pad-8-lr {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.pad-l-0 {
    padding-left: 0px !important;
}

.pad-10 {
    padding: 10px !important;
}
.pad-bot-0{
    padding-bottom: 0px !important;
}
.margin-right-10{
    margin-right: 10px;
}

.border-lr-0{
    border-left: 0px;
    border-right: 0px;
}


input.form-control, select.form-control {
    height: 22px;
}
select.form-control{
    padding: 0px 6px;
}

/* end bootstrap adds */

.form-upcase input{
    text-transform: uppercase;
}

.sensivel, .lowercase {
    text-transform: lowercase !important;
}

.case-sensitive {
    text-transform: none !important;
}
::-webkit-input { /* WebKit browsers */
    text-transform: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

.font-10-auto {
    font-size: 10px;
}

/*------------------------------------- NOTIFICAÇÕES ----------------------------------------------- */
.ajax-dropdown{
    height: 490px !important;
}


/*------------------------------------- SPINNER LOADING ----------------------------------------------- */
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */

}

/*------------------------------------- LAYOUT ----------------------------------------------- */

.border-box{
    border: 1px #DADADA solid;
}

/*------------------------------------- FORM --------------------------------------------------*/

.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 !important;
}

.table thead tr, .table{
    font-size: 11px !important;
}
.table label input[type=checkbox]{
    visibility: hidden;
}
.table .checkbox-inline span, .table .checkbox-inline span:before{
    margin-right: 0px !important;
}
.table td {
    vertical-align: middle !important;
}
.table tbody a {
	/*color: #404040;*/
	cursor: pointer;
}

/*------------------------------------- SMART-ADMIN ------------------------------------------ */
.smart-form-cont-box *, .smart-form-cont-box *:before, .smart-form-cont-box *:after{
    box-sizing: content-box;
}
/*---- FORMS ----*/
.form input[type="text"] {
    text-transform: uppercase;
}

form input.sensitive-case, form input.case-sensitive[type="text"] {
    text-transform: none !important;
}
/*---- INUPTS ----*/
.smart-form .input input{
    height: 22px !important;
    padding: 0px 2px !important;
}

.smart-form .input-file .button {
	height: 18px;
	line-height: 18px;
	top: 2px;
	right: 2px;
}

.smart-form .checkbox_initial i{
    position: initial !important;
}

.smart-form .select select, .smart-form .textarea textarea{
    height: 22px !important;
}

/*---- ICONS ----*/
.smart-form .icon-append, .smart-form .icon-prepend {
    height: 12px !important;
    line-height: 12px !important;
}
/*---- TABELA ----*/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 3px 10px;
}
.smart-form.table td .checkbox i, .smart-form.table td .radio i, .smart-form.table th .checkbox i, .smart-form.table th .radio i {
    top: -10px !important;
}

.table > thead > tr > th{
    vertical-align: middle;
}
/* Classe para colocar o background igual a cor da tabela, "retirando-a" */
.tabela-inv {
	background-color : #DDD;
}

/*---- GERAL ----*/
.border-lr-0 {
    border-left : 0px !important;
    border-right: 0px !important;
}

/*---- info-minibox: mais usados em smarts views como detalhes de pesssoa ----*/
.info-minibox {
    position: relative; top:-10px; width: 50px; display: inline-block;  vertical-align: middle; text-align: center;
}

/*---- PIE CHART ----*/
.easy-pie-chart-no{display:inline-block}.easy-pie-chart-no .percent{color:#444;font-size:12px;font-weight:700}
.smaller-stat span.label {
    width: auto;
}

.logica-easy-pie-title{
    width: auto !important;
}

/*---- DATATABLES ----*/
div.dataTables_length label {
    float: right;
    text-align: right;
}

.border-bottom-1{
    border-bottom: 1px solid #DDD !important;
}

.border-top-1{
    border-top: 1px solid #DDD !important;
}



[class^="col-"] > .form-control + .form-control-feedback {
    right: 13px;
}

.toggle-demo {
    height: 22px !important;
    margin-bottom: 32px !important;
    opacity: 1 !important;
    position: relative !important;
    right: -13px !important;
    top: 0 !important;
    width: 150px;
}

.toggle-demo > span {
    color: #404040 !important;
}

#ui-datepicker-div{
    z-index: 1200 !important;
}

.form-in-table td {
    vertical-align: middle !important;
}
.form-in-table td *:after, .table td *:before {
    box-sizing: inherit !important;
}
.form-in-table .toggle_mdf {
    padding-right: 0px;
    margin-bottom: 0px !important;
    margin-top: 0px;
}

.form-in-table .toggle_mdf i {
    position: relative !important;
    top: 0px !important;
}

/*Estilo para inputs com ip - Fábio*/ 
.ip_container {border:1px solid #ccc;border-radius:2px;-webkit-border-radius:2px;line-height:1.5;font-size:11}
.ip_octet {border: 0;text-align: center;width: 2em;float:none;margin: 0}
div.imagem-ponto-roteamento {
    width: 130px;
    height: 130px;
    padding: 5px;
    float: left;
}
div.imagem-ponto-roteamento:hover {
    /* Gradiente */
    background: #ededed;
    background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
    /* Gradiente */
}
div.imagem-ponto-roteamento img {
    width: 130px;
    height: 130px;
    float: left;
    background: #FFF;
    overflow: hidden;
}

/* impressao */
@media print {
  body * {
    visibility: hidden;
  }
  #printable, #printable * {
    visibility: visible;
  }
  #printable {
    position: fixed;
    left: 0;
    top: 0;
  }
}

.popover-title{
    color: black;
    font-weight: lighter;
}

.popover-content {
    background-color: #FFFFFF;
    color: #FFFFFF;
    padding: 5px;
    max-width: 300px;
    white-space: nowrap;
}

.popover-content > .popover-content-item{
    padding: 3px 15px 3px 15px;
    margin: 5px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: bold;
}

.popover-content > .popover-content-item:first-child{
    margin-top: 0px;
}

.popover-content > .popover-content-item:last-child{
    margin-bottom: 0px;
}

.popover-content-danger {
    background-color: #b94a48;
    color: #FFFFFF;
}

.popover-content-warning {
    background-color: #8a6d3b;
    color: #FFFFFF;
}

.popover-content-info {
    background-color: #31708f;
    color: #FFFFFF;
}

.popover-content-success {
    background-color: #3c763d;
    color: #FFFFFF;
}

.popover-content-primary {
    background-color: #337ab7;
    color: #FFFFFF;
}

.popover-content-muted {
    background-color: #777;
    columns: #FFFFFF;
}

.line-through {
    text-decoration: line-through;
}
