﻿/* z-index

1000 > body
1000 > main
1020 > header
1020 > footer
9999 > datepicker
1010 > left-panel
3000 > sweetalert
3000 > sweet-overlay
3000 > Select2-container--open
1050 > modal bootstrap
1070 > DivModalGlobal
2000 > summernote
*/

body {
    margin: 0px 0px 0px 0px !important;
    padding: 0 !important;
    min-height: 100% !important;
    direction: ltr !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    position: relative;
    z-index: 1000;
    color: #212529 !important;
    text-align: left !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

    body #header {
        display: block;
        height: 55px;
        padding: 0 13px 0 0;
        background-repeat: repeat-x;
        position: relative;
        z-index: 1020;
        background-color: #063390;
        background-image: unset
    }

        body #header > :first-child, aside {
            width: 250px;
        }

        body #header #logo {
            display: inline-block;
            width: 175px;
            margin-top: 8px;
            margin-left: 8px;
        }

            body #header #logo img {
                width: 130px;
                height: auto;
                padding-left: 3px;
            }

    body #main {
        margin-left: 245px;
        padding: 0;
        padding-bottom: 10px;
        min-height: calc(100vh - 100px);
        position: relative;
        padding: 10px 15px 0px 15px;
        z-index: 1000;
    }

    body > aside#left-panel {
        background: #3a3633;
        position: absolute;
        top: 0;
        left: 0;
        padding-top: unset;
        transition: 250ms cubic-bezier(0.1,.57,.1,1);
        -webkit-transform: translate(0px, 0) translateZ(0px);
        z-index: 1010;
    }

.fixed-header #header {
    z-index: 1020;
}

.fixed-header #main {
    margin-top: 50px;
}

.fixed-page-footer .page-footer {
    height: 50px;
    padding: 10px 13px 0;
    padding-left: 253px;
    background-color: #063390;
    border-top: unset;
    width: 100%;
    position: relative;
    display: block;
    bottom: 0px;
    z-index: 1020 !important;
}

#logo {
    display: inline-block;
    width: 175px;
    margin-top: 8px;
    margin-left: 8px;
}

    #logo img {
        width: 130px;
        height: auto;
        padding-left: 3px;
    }

/************************************************* 
                shortcut
*************************************************/
#shortcut {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: #33302F;
    background-color: rgba(0,0,0,.85);
    z-index: 9999;
    display: none;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #shortcut .shortcut-label {
        display: block;
        bottom: 0;
        margin-top: 60px;
        margin-left: -5px;
        width: 40px;
    }

        #shortcut .shortcut-label p {
            color: white;
            padding: 10px 10px 10px 10px;
            transform: rotate(270deg);
            white-space: nowrap;
            display: block;
            bottom: 0;
            font-size: 16px;
            font-weight: 600;
        }


/************************************************* 
                Menu
*************************************************/
.menu-icon-right {
    float: right;
    margin: 10px 5px 0px 0px;
    color: #bfbfbf;
}

.favorito-active {
    color: #e0e02f !important;
}

nav > ul > li > a > i {
    margin-right: 5px;
    width: 24px;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 18px;
}

nav > ul > li > a > img {
    width: 25px;
}

nav > ul li ul li a {
    display: inline-block;
    width: 88%;
    padding-right: 5px;
}

nav > ul ul li a i {
    font-size: 1em !important;
    width: 18px !important;
    text-align: center !important;
    vertical-align: 0 !important;
    line-height: 1 !important;
    margin-right: 5px;
}


/************************************************* 
                Menu minified
*************************************************/
.minified nav > ul > li > a > .menu-item-parent {
    display: none;
    position: absolute;
    left: 45px;
    top: 2px;
    width: 245px;
    height: 38px;
    line-height: 38px;
    background-color: #f5f5f5;
    color: #333;
    z-index: 3;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #D8D4D4;
    border-bottom: 1px solid #fff;
    padding-left: 12px;
}

.minified nav > ul > li > ul {
    display: none !important;
    position: absolute;
    left: 45px;
    width: 259px;
    z-index: 5;
    border: 1px solid #bfbfbf;
    min-height: 180px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    background: #454545;
    margin-top: -8px;
    overflow: hidden;
}

.minified nav ul > li > ul > li > ul {
    position: relative;
    left: 13px;
    border: none;
    margin-left: -12px;
    width: 100%;
}

.minified nav ul li ul li a {
    display: inline-block;
    width: 88%;
    padding-right: 5px;
}

.minified nav ul li ul li i {
    display: inline-block;
    text-align: right;
    color: #c0bbb7;
}

/************************************************* 
                tooltip
*************************************************/
.tooltip {
    position: fixed;
    z-index: 9999 !important;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 100%;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    z-index: 9999;
}

@media (max-width: 320px) {
    .tooltip-inner {
        min-width: initial;
        max-width: 320px;
    }
}


/************************************************* 
                SweetAlert
*************************************************/
.swal2-popup {
    font-size: 0.6rem !important; /* Tamanho da cx de msg*/
}

body.swal2-toast-shown .swal2-container {
    box-sizing: border-box !important;
    width: 260px !important;
    min-width: 150px !important;
    max-width: 260px !important;
    background-color: transparent !important;
    pointer-events: none !important;
}

.swal2-container {
    zoom: 1.5 !important;
    z-index: 9999 !important;
}

    .swal2-container .swal2-popup.swal2-toast {
        box-sizing: border-box;
        grid-column: 1 / 4 !important;
        grid-row: 1 / 4 !important;
        grid-template-columns: 1fr 99fr 1fr;
        padding: 0.5em;
        overflow-y: hidden;
        background: #fff;
        box-shadow: 0 0 .18em #d9d9d9;
        pointer-events: all;
    }

        .swal2-container .swal2-popup.swal2-toast .swal2-title {
            margin: 0.5em !important;
            padding: 0 !important;
            font-size: 1.2em !important;
            text-align: initial !important;
        }

        .swal2-container .swal2-popup.swal2-toast .swal2-html-container {
            margin: 0.5em !important;
            padding: 0;
            font-size: 1em;
            text-align: initial;
        }

.sweet-alert {
    background-color: #fff;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 9999;
}

.sweet-overlay {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0,0,0,.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9999;
}

/************************************************* 
                tabs
*************************************************/
.tab-content {
    border: 1px solid #dee2e6;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}


/************************************************* 
                scrollUp
*************************************************/
#scrollUp {
    right: 10px;
    z-index: 33;
    bottom: 10px;
    text-align: center;
    text-decoration: none;
}

    #scrollUp i {
        height: 40px;
        width: 40px;
        line-height: 40px;
        background: transparent;
        background: #939393;
        border-radius: 50px;
        border-color: #222;
        font-size: 25px;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
        display: block;
        color: #fff;
        box-shadow: 0px 4px 19px #00000038;
    }

        #scrollUp i:hover {
            background: #D22630;
            color: #fff;
        }


/************************************************* 
                divLoading GIF
*************************************************/
.divLoading {
    display: none;
}

    .divLoading .divLoadingBackGround {
        background: #000;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9998;
    }

    .divLoading .divLoadingContainer {
        z-index: 9999;
        position: relative;
        text-align: center;
        color: white;
    }

        .divLoading .divLoadingContainer .divLoadingImg {
            position: fixed;
            height: 210px;
            /*width: 270px;*/
            left: 0;
            top: -100px;
            right: 0;
            bottom: 0;
            margin: auto;
            z-index: 9999;
        }

        .divLoading .divLoadingContainer .divLoadingMsg {
            position: fixed;
            left: 50%;
            transform: translate(-50%, -50%);
            margin-top: 540px;
            font-size: 1.4rem;
            letter-spacing: -.02rem;
            font-style: italic;
            z-index: 9999;
        }

/************************************************* 
               header login-info
*************************************************/
.header-profile:hover .login-info {
    transform: translateY(10px);
    opacity: 1;
    visibility: visible;
}

.login-info {
    position: absolute;
    top: 40px;
    right: 0px;
    min-width: 300px;
    background: #fff;
    border-top: none;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    transform: translateY(20px);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    border: solid 1px;
}

    .login-info .login-info-profile-card {
        display: flex;
        align-items: center;
    }

    .login-info .login-info-profile-photo {
        width: 40px; /* ajuste o tamanho da imagem */
        height: 40px; /* ajuste o tamanho da imagem */
        border-radius: 50%; /* para tornar a imagem circular */
    }

    .login-info .login-info-profile-card {
        background: linear-gradient(to bottom, rgba(39,170,225,.8), rgba(28,117,188,.8));
        background-size: cover;
        min-height: 90px;
        padding: 10px 20px;
        color: #fff;
    }

        .login-info .login-info-profile-card > img {
            border: 3px solid #fff;
            float: left;
            margin-right: 20px;
            position: relative;
            /*top: 5px;*/
            height: auto;
            width: 50px;
            border-radius: 10px;
            cursor: pointer;
        }

        .login-info .login-info-profile-card a {
            font-size: 12px;
            text-decoration: none;
        }

        .login-info .login-info-profile-card h5 a {
            font-size: 18px;
            text-decoration: none;
        }


    .login-info .login-info-usermenu {
        margin-top: 0px;
    }

        .login-info .login-info-usermenu ul.nav {
            display: block !Important;
        }

        .login-info .login-info-usermenu ul li {
            border-top: 1px solid #f0f4f7;
            border-bottom: 1px solid #f0f4f7;
        }

            .login-info .login-info-usermenu ul li:last-child {
                border-bottom: none;
            }

            .login-info .login-info-usermenu ul li a {
                color: #93a3b5;
                font-size: 14px;
                font-weight: 400;
                position: relative;
                display: block;
                padding: 5px 5px 5px 15px;
                text-decoration: none;
            }

.login-info-usermenu ul li a i {
    margin-right: 8px;
    font-size: 20px;
}

.login-info .login-info-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

.login-info .login-info-usermenu ul li:hover a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}



/************************************************* 
              Botões
*************************************************/
.smart-form .btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    color: #fff;
    background-color: #063390;
}

/************************************************* 
              Imagens
*************************************************/
.imgDefault {
    border: solid 1px #D4D5D4;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
    padding: 5px
}





























.datepicker {
    top: 3px;
    left: 845.25px;
    z-index: 9999 !important;
    display: block;
}

.has-errorSpan {
    color: red;
}

.form-control {
    border-radius: 3px !important;
    text-indent: 0px;
}

.form-group {
    margin-bottom: 10px;
}

    .form-group > .label {
        margin-bottom: 5px;
        font-weight: bold;
    }

.input-group {
    position: relative;
    /*display: table;*/
    border-collapse: separate;
    width: 100%;
}

    .input-group span {
        font-size: 16px;
        cursor: pointer;
    }


    .input-group .input-group-addon {
        padding: 6px 10px;
        border-radius: 0;
        border-radius: 0px 3px 3px 0px !important;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        transition: background-color .3s;
        -o-transition: background-color .3s;
        -ms-transition: background-color .3s;
        -moz-transition: background-color .3s;
        -webkit-transition: background-color .3s;
    }

.panel-body {
    padding: 5px;
}


.cards-container {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* box-picture - inicio */
.box-picture {
    background-color: #FFF;
    position: relative;
    /*height: 150px;*/
}

    .box-picture span {
        display: none;
        opacity: 0 !important;
    }

    .box-picture > img {
        cursor: pointer;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        min-height: 100%;
        min-width: 100%;
        box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
        border: 1px solid #cbc7c7;
        padding: 5px;
    }

    .box-picture > input[type="file"] {
        cursor: pointer;
        display: block;
        opacity: 0 !important;
        position: absolute;
        top: 0;
        min-height: 100%;
        min-width: 100%;
        /*background-color: brown;*/
        width: 0px;
        height: 0px;
        border-radius: 50%;
    }
/* box-picture - inicio */

/************************************************* 
        custom-search - inicio 
*************************************************/
.custom-search {
    border: solid 2px #E4E4E4;
    border-radius: 5px;
    background-color: #fff;
    margin: 5px 0px 5px 0px;
    border-top: none;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 16%);
}

    .custom-search .input-group {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
        margin-bottom: 0px;
        height: 50px;
        padding: 5px;
    }

        .custom-search .input-group i {
            font-size: 23px;
            margin: 0 8px 0 0;
            background: none;
            box-shadow: none;
            border: 0;
            color: #666666;
            padding: 8px 0px 0px 8px;
            border-radius: 0;
            height: 80%;
        }

        .custom-search .input-group .input-group-btn-left {
            border-right: solid 1px #ccc;
            margin-right: 10px;
        }

        .custom-search .input-group input {
            border: 0;
            height: 45px;
            padding: 5px 5px 10px 5px;
            font-size: 14px;
            line-height: 1.33;
        }

        .custom-search .input-group .input-group-btn-right {
            border-left: solid 1px #ccc;
            margin-left: 10px;
        }

            .custom-search .input-group .input-group-btn-right i {
                cursor: pointer;
            }







/* header-section-right - Inicio */

.text-white {
    color: #fff;
}

.header-section-right {
    float: right !Important;
    display: flex;
    margin-top: 5px;
}


.nav {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.thumb-circle {
    background-color: #999999;
    border: 4px solid #40ac2b;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

    .thumb-circle > img {
        border-left: 3px;
        margin-top: 0;
    }

.thumb-small {
    height: 35px;
    width: 35px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.thumb-medium {
    height: 120px;
    width: 120px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.thumb-large {
    height: 150px;
    width: 150px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* header-section-right - Fim */





/* Validade - Inicio */
.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}

.has-success .select2 .selection .select2-selection {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}

.has-error .form-control {
    border-color: #b94a48;
    background: #f2dede;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .select2 .selection .select2-selection {
    border-color: #b94a48;
    background: #f2dede;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
/* Validade - Fim */

/* SmallBox - Inicio */
.SmallBox {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 420px;
    color: #fff;
    z-index: 9999;
    overflow: hidden;
    border: 1px solid transparent;
}
/* SmallBox - Fim */

/* dropzone - Inicio */
.dropzone .dz-preview .dz-details .dz-size, .dropzone-previews .dz-preview .dz-details .dz-size {
    position: absolute;
    bottom: -28px;
    right: 3px;
    height: 28px;
    line-height: 28px;
}

.dropzone .dz-preview .dz-loading > i {
    position: absolute;
    top: 55px;
    right: 38px;
    height: 28px;
    line-height: 28px;
    color: #8cc657;
}

.dropzone, td.fc-other-month {
    background-color: #c1cfd6 !important;
}

.dz-max-files-reached {
    background-color: #dfb56c;
}
/* dropzone - Fim */

/* Picture Profile - Inicio */
.picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.picture {
    width: 100px;
    height: 100px;
    background-color: #999999;
    border: 4px solid #40ac2b;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

    .picture:hover {
        border-color: #FF9500;
    }

    .picture > img {
        width: 105px;
        height: 105px;
        border-left: 3px;
        margin-top: 0;
    }

    .picture.small {
        width: 33px;
        height: 33px;
        border-left: 3px;
        margin-top: 0;
        border: 2px solid #40ac2b;
        margin: 0;
    }

        .picture.small > img {
            width: 35px;
            height: 35px;
            border-left: 3px;
            margin-top: 0;
        }

        .picture.small:hover {
            border-color: #FF9500;
        }

    .picture input[type="file"] {
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0;
        opacity: 0 !important;
        position: absolute;
        top: 0;
        width: 100%;
    }

.picture-src {
    width: 100%;
}
/* Picture Profile - Fim */

/* Tab Wizard - Inicio */
.nav-tabs.wizard {
    background-color: transparent;
    padding: 0;
    width: 100%;
    margin: 1em auto;
    border-radius: .25em;
    clear: both;
    border-bottom: none;
}

    .nav-tabs.wizard li {
        width: 100%;
        float: none;
        margin-bottom: 3px;
    }

        .nav-tabs.wizard li > * {
            position: relative;
            padding: 1em .8em .8em 2.5em;
            color: #999999;
            background-color: #dedede;
            border-color: #dedede;
        }

        .nav-tabs.wizard li.completed > * {
            color: #fff !important;
            background-color: #96c03d !important;
            border-color: #96c03d !important;
            border-bottom: none !important;
        }

        .nav-tabs.wizard li.active > * {
            color: #fff !important;
            background-color: #2c3f4c !important;
            border-color: #2c3f4c !important;
            border-bottom: none !important;
        }

        .nav-tabs.wizard li::after:last-child {
            border: none;
        }

    .nav-tabs.wizard > li > a {
        opacity: 1;
        font-size: 14px;
    }

    .nav-tabs.wizard a:hover {
        color: #fff;
        background-color: #2c3f4c;
        border-color: #2c3f4c;
    }

    .nav-tabs.wizard li {
        position: relative;
        padding: 0;
        margin: 4px 4px 4px 0;
        width: 33%;
        float: left;
        text-align: center;
    }

        .nav-tabs.wizard li.active a {
            padding-top: 15px;
        }

        .nav-tabs.wizard li::after,
        .nav-tabs.wizard li > *::after {
            content: '';
            position: absolute;
            top: 1px;
            left: 100%;
            height: 0;
            width: 0;
            border: 45px solid transparent;
            border-right-width: 0;
            /*border-left-width: 20px*/
        }

        .nav-tabs.wizard li::after {
            z-index: 1;
            -webkit-transform: translateX(4px);
            -moz-transform: translateX(4px);
            -ms-transform: translateX(4px);
            -o-transform: translateX(4px);
            transform: translateX(4px);
            border-left-color: #fff;
            margin: 0;
        }

        .nav-tabs.wizard li > *::after {
            z-index: 2;
            border-left-color: inherit;
        }

    .nav-tabs.wizard > li:nth-of-type(1) > a {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .nav-tabs.wizard li:last-child a {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .nav-tabs.wizard li:last-child {
        margin-right: 0;
    }

        .nav-tabs.wizard li:last-child a:after,
        .nav-tabs.wizard li:last-child:after {
            content: "";
            border: none;
        }

.form-actions {
    display: grid;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(249,249,249,.9);
    margin: 5px 10px 10px 5px;
    text-align: right;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #2c3f4c !important;
    border: 1px solid #ddd;
    border-radius: 15px;
}

span.nmbr {
    display: block;
    padding: 10px 0 0 0;
    background: #ffffff;
    width: 35px;
    line-height: 100%;
    height: 35px;
    margin: auto;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    text-align: center;
}

/* Tab Wizard - Fim */

.smart-form .col {
    padding-left: 8px;
    padding-right: 8px;
}

.smart-form section {
    margin-bottom: 8px;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    padding: 5px 5px;
    border-radius: 3px !important;
    text-indent: 5px;
}

th {
    text-align: center;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {
    padding: 6px;
    vertical-align: middle;
}

    .table > tbody > tr > td > i {
        font-size: 1.63333333em;
    }

.table > thead > tr > th {
    vertical-align: middle;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td {
    border: 1px solid #ccc;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    vertical-align: middle;
}

.table-bordered > tfoot > tr > td {
    border: 1px solid black;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    vertical-align: middle;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    text-align: center;
    border: 1px solid black;
    border-right-width: 0px;
    border-bottom-width: 1px;
    vertical-align: middle;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 2px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
}

.trocarSenha, .minified .trocarSenha {
    left: 33%;
    /*margin-left: -239px;*/
    /*margin-top: -185px;*/
    position: absolute;
    top: 100px;
    width: 400px;
}



.padding-5 {
    padding: 5px !important;
}

label {
    font-weight: 600;
}

.alert, .widget-body.no-padding .alert {
    margin-top: 3px !important;
    margin-bottom: 5px !important;
    /*color: #675100;*/
    border-width: 1px !important;
    border-left-width: 5px !important;
    padding: 5px;
    border-radius: 5px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

    .alert > strong {
        font-weight: 700;
        font-size: 15px;
        font-style: italic;
        text-decoration: underline;
    }

.btn {
    display: inline-block;
    margin: 3px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    /*padding: 6px 12px;*/
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-header a > span {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}

.minified .inbox-badge {
    border-radius: 10px;
    font-size: 9px;
    padding: 2px;
    position: unset;
    top: 6px;
    right: 6px;
    background: #ED1C24;
    min-width: 13px;
}

.badge {
    display: inline-block;
    min-width: 5px;
    padding: 3px 3px;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #6CCD10;
    border-radius: 20%;
}

.badge-widht-Full {
    height: 100%;
    width: 100%;
    display: block;
    overflow: auto;
}




.onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: 3px 3px 3px 3px;
    display: inline-block;
    vertical-align: middle;
}

    .onoffswitch + span, .onoffswitch-title {
        display: inline-block;
        vertical-align: middle;
        margin-top: 3px;
    }




.btn-header.pull-right {
    margin-left: 6px;
    float: right !Important;
}

.btn-header a > span {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
    display: inline-block
}

.btn-header > :first-child > a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    line-height: 24px;
    min-width: 30px;
    padding: 2px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    border: 1px solid #bfbfbf;
    color: #6D6A69;
    font-size: 17px;
    margin: 10px 0 0
}

    .btn-header > :first-child > a:hover {
        border: 1px solid #bfbfbf;
        border-color: #FF9500;
        color: #222;
        transition: all 0s;
        cursor: pointer;
        -webkit-box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08);
        box-shadow: inset 0 0 4px 1px rgba(0,0,0,.08)
    }

    .btn-header > :first-child > a:active {
        background-color: #e8e8e8;
        background-image: -moz-linear-gradient(top,#e8e8e8 0,#ededed 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(100%,#ededed));
        background-image: -webkit-linear-gradient(top,#e8e8e8 0,#ededed 100%);
        background-image: -o-linear-gradient(top,#e8e8e8 0,#ededed 100%);
        background-image: -ms-linear-gradient(top,#e8e8e8 0,#ededed 100%);
        background-image: linear-gradient(to bottom,#e8e8e8 0,#ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ededed', GradientType=0);
        -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
        box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15)
    }

.btn-header-badge > b {
    position: relative;
    top: -15px;
    right: 15px;
    cursor: pointer;
    background: #0091d9;
    display: inline-block;
    font-size: 10px;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px 4px 3px;
    text-align: center;
}

.ajax-dropdown {
    position: absolute;
    display: none;
    z-index: 9;
    top: 48px;
    left: 16px;
    width: 344px;
    height: 435px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: 0 2px 4px rgba(30,30,100,.25);
    -moz-box-shadow: 0 2px 4px rgba(30,30,100,.25);
    box-shadow: 0 2px 4px rgba(30,30,100,.25);
    padding: 10px;
    background: #fff;
    border: 1px solid #b3b3b3;
}

    .ajax-dropdown .btn-group-justified {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
    }

        .ajax-dropdown .btn-group-justified > label {
            color: #333;
            background-color: #fff;
            border-color: #ccc;
        }

    .ajax-dropdown .ajax-notifications {
        height: 85%;
        display: table;
        overflow: auto;
        margin-right: -10px;
        margin-left: -10px;
        border-bottom: 1px solid #CECECE;
        border-top: 1px solid #CECECE;
        background: #E9E9E9;
    }

.pull-right > .dropdown-menu {
    right: auto;
    left: auto;
}

.open > .dropdown-menu.pull-right {
    position: absolute;
    top: 100%;
    left: 0;
    right: -12px;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 190px;
    padding: 0px 0;
    margin: 0 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    border-radius: 5px !important;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    display: block;
}

    .open > .dropdown-menu.pull-right > li {
        max-height: 200px;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow-x: hidden;
    }

        .open > .dropdown-menu.pull-right > li > a {
            display: block;
            clear: both;
            padding: 4px 8px;
            font-weight: 400;
            line-height: 1.12857143;
            color: #333;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            border-bottom: 1px solid #ccc;
        }


div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
        width: 100%;
    }

        div.dataTables_wrapper div.dataTables_filter label i {
            font-size: 1.5em;
        }

        div.dataTables_wrapper div.dataTables_filter label input {
            margin-left: 0.5em;
            display: inline-block;
            width: 100%;
        }


.widget-toolbar > .btn {
    margin-top: 0px;
    font-size: 12px !important;
    padding: 3px 8px !important;
}


.widgetfilter {
    margin: 10px 0 10px 0;
    position: relative;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

    .widgetfilter > header {
        height: 34px;
        padding: 0;
        line-height: 40px;
        border-radius: 5px 5px 0px 0px;
    }

        .widgetfilter > header > i {
            display: block;
            width: 30px;
            height: 32px;
            position: relative;
            float: left;
            font-size: 111%;
            line-height: 32px;
            text-align: center;
            margin-right: -10px;
        }

        .widgetfilter > header > h2 {
            margin-left: 10px;
            float: left;
        }

        .widgetfilter > header h2 {
            height: 100%;
            width: auto;
            display: inline-block;
            font-size: 14px;
            position: relative;
            margin: 0px 0px 0px 10px;
            line-height: 34px;
            font-weight: 400;
            letter-spacing: 0;
        }

    .widgetfilter > div {
        background-color: #fff !important;
        width: 100%;
        position: relative;
        font-size: 13px;
        -moz-border-radius: 0;
        -khtml-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0;
        border-width: 1px 1px 2px;
        border-style: solid;
        border-top: none;
        border-right-color: #CCC !important;
        border-bottom-color: #CCC !important;
        border-left-color: #CCC !important;
        padding: 10px;
        overflow: visible;
    }

    .widgetfilter .widget-body {
        min-height: 0;
        padding-bottom: 5px;
    }






/*=============================
        Paginas 
 ===============================*/

section.pageHeader {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin: 15px 0 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    section.pageHeader h2 {
        font-size: 24px;
        font-weight: 600;
        padding: 0;
        margin: 0;
        line-height: inherit;
        position: relative;
    }

        section.pageHeader h2:after {
            content: '';
            width: 80px;
            height: 4px;
            border-radius: 20px;
            background: #063390;
            display: inline-block;
            position: absolute;
            bottom: -10px;
            left: 0;
        }

section.pageFilters {
    margin: 0px 0px 15px 0px !important;
}

    section.pageFilters h4 {
        font-size: 14px;
        display: flex;
        align-items: center;
        font-weight: bold;
        margin-bottom: 5px;
    }

section.pageBody {
    margin: 0px 0px 15px 0px !important;
}


/*=========================================================
        Mensagens de Alerta 
=========================================================*/
.alert, .widget-body.no-padding .alert {
    padding: 5px 5px 5px 15px;
}

    .alert .alert-heading {
        font-weight: 600;
        margin: 10px 0px 10px 0px;
    }

        .alert .alert-heading i {
            margin-right: 5px;
        }

    .alert p {
        margin-bottom: unset;
    }
