html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

#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;
}

a {
    color: #678bc7;
    text-decoration: none!important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.nav-header {
    background-image: none;
    background-color: #293846;
    padding: 40px 25px;
    height: 90px;
}

    .nav-header a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

    .nav-header i {
        font-size: 16px;
    }

.nav li a i.fa {
    margin-right: 6px;
}

.nav > li.active {
    background: transparent;
}

    .nav > li.active > a {
        padding-left: 12px;
    }

.nav-second-level li.active a {
    padding-left: 52px;
    background-color: #293846;
}

body.mini-navbar .nav-header {
    background-color: #293846;
}

.mini-navbar .nav > li > a {
    padding-left: 22px;
}

.mini-navbar .nav > li.active > a {
    padding-left: 18px;
}

.logo-element {
    padding: 36px 0;
}

.nav-separator {
    background-color: #293846;
    padding: 10px 15px;
    color: #a7b1c2;
    font-weight: 600;
}


.wrapper-content {
    padding: 20px 20px;
}

td .fa-qrcode {
    font: normal normal normal 14px/1 FontAwesome, monospace;
    white-space: nowrap;
}

.fa.margin {
    margin-right: 10px;
}

.modal-header {
    background: linear-gradient(90deg, rgba(67,77,138,1) 0%, rgba(100,150,208,1) 100%);
    color: #fff;
}

.modal-body {
    background-color: #f5f5f5;
}

.table > thead > tr > th {
    border-bottom: 2px solid #e8e8e8;
    /*white-space:nowrap;*/
}

.table tr.inativo {
    color: #666;
}

.table .float-e-margins .btn {
    margin-bottom: 0px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background-color: #f0f0f0;
}

.table-hover > tbody > tr:hover {
    background-color: #ffffe0;
}

.dataTables_filter input {
    margin-left: 10px;
}


/*.form-control, .single-line {
    padding: 4px 8px;
    font-size: 13px;
}*/

.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;
}

.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;
}

.btn-secondary {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

input[data-format='data'] {
    /*width:90px !important;*/
    text-align: center !important;
}

del {
    background-color: transparent;
}

.mr {
    margin-right: 8px;
}

.ml {
    margin-left: 8px;
}

.mt {
    margin-top: 8px;
}

.mb {
    margin-bottom: 8px;
}

div.tagsinput {
    padding: 0px !important;
}

    div.tagsinput span.tag {
        padding: 2px 10px !important;
        font-size: 11px !important;
        margin: 2px !important;
    }

.w50 {
    width: 50% !important;
}

.w100 {
    width: 100% !important;
}

.w1p {
    width: 1px !important;
}

.wnm {
    white-space: nowrap !important;
}

.grow {
    transition: all .2s ease-in-out;
}

    .grow:hover {
        transform: scale(1.05);
    }

.img-circle {
    border-radius: 50% !important;
}