#wait {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 999999;
    background-color: rgba(0,0,0,0.5);
    cursor: wait;
}

.text-left {
    text-align: left !important;
}

.font-monospace {
    font-family:monospace !important;
}

.top-navigation .navbar-brand {
    padding: 10px 15px;
    padding-left: 10px;
    background: #ac5d62;
}

    .top-navigation .navbar-brand img {
      height:100%;
    }

    .top-navigation .nav > li a:hover, .top-navigation .nav > li a:focus {
        color: #23527c; /*color: #ac5d62;*/
    }

.nav-header {
    background-image:none;
    background-color:#293846;
    padding:40px 25px;
    height:90px;  
}

.navbar-toggle {
    background-color: #ac5d62;
}

    .nav-header a {
        color:#fff;
        font-size:14px;
        font-weight:600;
    }

    .nav-header i {
        font-size:16px;
    }

    .navbar-top-links li a {
        padding: 18px 10px;
    }

    .navbar-top-links li a img {
        height: 26px;
    }

    .nav li a i.fa {
        margin-right: 6px;
    }

    .nav > li.active {
         background: transparent; 
    }

    .nav > li.active > a {
        padding-left: 21px;
    }

    .nav-second-level li.active a {
        padding-left: 52px;
        background-color: #293846;
    }

    body.mini-navbar .nav-header {
        background-color: #293846;
    }

    .logo-element {
        padding: 36px 0;
    }


.btn-margin-left {
    margin-left:10px;
}

.wrapper-content {
    padding: 20px 20px;
}

.fa.margin {
    margin-right:10px;
}

.modal-header {
    background-color:#ac5d62;
    color:#fff;
}
.modal-body {
    background-color:#f5f5f5;
}
    .modal-body h3 {
        font-size:28px;
        font-weight:normal;
    }

    /*.modal-body h3 {
        display:block;
        clear:both;
        font-size:28px;
        font-weight:normal;
        color:#ccc;
        margin-top:0;
        margin-left:15px;
        margin-right:15px;
        margin-bottom:15px;
        padding-top:15px;
        border-top:1px solid #e8e8e8;
    }*/

    .modal-body > .row > h3:first-child {
        border-top: none;
    }

.dataTables_wrapper {
    width: 99%;
}

.table-responsive {
    padding-bottom: 40px;
}

.table tbody {
    background-color:#fff;
}

.table > thead > tr > th {
    border-bottom: 2px solid #e8e8e8;
    white-space:nowrap;
}

.table tr.inativo {
    color:#666;
}

.table a.btn {
    margin:0 !important;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background-color: #f0f0f0;
}

.dataTables_filter input {
    margin-left: 10px;
}


.form-control, .single-line {
    padding: 4px 8px;
    font-size: 13px;
}

.input-group-addon {
    background-color:#f5f5f5;
}

.checkbox label, .radio label {
    padding-left: 0;
}

.chosen-container-single .chosen-single {
    background: none !important;
    background-color: #fff !important;
    border-radius: 0 !important;
    box-shadow:none !important;
    border: 1px solid #e8e8e8 !important;
    line-height: 32px !important;
}

.chosen-container-single .chosen-drop {
     border-radius:0px !important; 
}
.chosen-container .chosen-drop {
    border: 1px solid #e8e8e8 !important;
}

.ichecks {
    padding:10px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    height:235px;
    overflow-y:scroll;
}

.selectall {
    display: block;
    background-color: #fff;
    padding: 4px;
    padding-left: 8px;
    border: 1px solid #e8e8e8;
    border-top: none;
    font-size:10px;
}

input[data-format='data'] {
    /*width:90px !important;*/
    text-align:center !important;
}

.pac-container { /*google auto complete*/
    z-index: 9999 !important;
}