/* CORPO DAS PÁGINAS */
body {
    background: #f1f3f6;
    font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 15px 0 15px 0;
    margin: 0;
    scrollbar-face-color: #dddddd;
    scrollbar-base-color: #FF0000;
    scrollbar-arrow-color: #5c5c5c;
    scrollbar-track-color: #F3F3F3;
    scrollbar-shadow-color: #e4e4e4;
    scrollbar-highlight-color: #efefef;
    scrollbar-3dlight-color: #dadada;
    scrollbar-darkshadow-Color: #b4b4b4;
    overflow: auto;
}

/* Para limpar o float na div pai e se compartar com o css aplicado*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

textarea.resizeNone {
    resize: none;
}

.border-none {border: none !important}

    body#content {
        overflow: hidden;
    }

    body.iframe {
        background: #fff;
        overflow: auto;
        padding: 0;
    }
input[type='file'] {
    padding: 0;
}
table {
    width: 100%;
/*    border: none;*/
    border-collapse: collapse;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    background: #fff;
    border: 1px solid #fff;
}

table.table_alternative {
    width: auto !important;
    margin-right: 10px;
    display: table-caption;    
}


    table th, table td, table input, table span, table a {
        vertical-align: middle;
    }

    table thead tr th {
        padding: 10px 5px;
        font-size: 9pt;
        color: #000;
        position: relative;
        border-bottom: 2px solid #eac7ff;
    }

    table thead tr td {
        padding: 10px 5px;
        font-size: 9pt;
        color: #000;
        background: #ececec;
        border-bottom: 1px solid #F9F9F9;
        border-left: 1px solid #F9F9F9;
    }

    table tbody tr td {
        font-size: 9pt;
        padding: 5px 5px;
        height: 14px;
        line-height: 14px;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #fff;
    }
    /* altura da linha maior para permitir uma fonte maior */
    table.dadosDestacados tbody tr td {
        line-height: 16px;
    }

    table tr.subtotal th,
    table tr.subtotal td,
    table tfoot tr th,
    table tfoot tr td {
        padding: 12px 5px;
        font-size: 9pt;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #F9F9F9;
        background: #ececec;
        color: #000
    }

    table thead tr td.click,
    table thead tr th.click {
        background: #f7e9ff;
        cursor: pointer;
    }

    /* TABELA DE AUTOSUGESTAO ccm_suggest.js */
    table.ccm_suggest {
        border: 1px solid #cccccc
    }

        table.ccm_suggest .hover td {
            background: #F9F9F9;
        }

        table.ccm_suggest table td {
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #ccc;
        }

        table.ccm_suggest table .seta td {
            border: none;
        }

    /* MULTISELECAO INTERNA - FORMULARIOS */
    table.ms {
        margin: 0;
        border: 1px solid #ccc;
    }

        table.ms .corpoMS {
            border: 1px solid #dadada;
            background: #fff;
        }

        table.ms .overflow {
            height: 120px !important;
            overflow-y: auto;
            overflow-x: none;
        }

        table.ms .lista {
            padding: 0 !important
        }

        table.ms .linhas {
            margin: 0 !important;
            padding: 3px !important;
            border: none;
            position: relative;
        }

            table.ms .linhas .right {
                position: absolute;
                right: 5px;
                top: -1px
            }

        table.ms tfoot tr th {
            font-weight: normal;
            padding: 5px;
        }

        table.ms tfoot tr .esquerda {
            float: left;
            line-height: 24px;
        }

        table.ms tfoot tr .direita {
            float: right;
            line-height: 24px;
        }

        table.ms select {
            width: 100%;
        }

/* LAYOUT DAS PAGINAS */
div.containerNew {
    margin-top: -15px;
}

    div.containerNew .contemTopo {
        height: 65px;
        background: #2f323b;
        border-bottom: 1px solid #e4e5e7;
    }

        div.containerNew .contemTopo .topo .cornerL {
            float: left;
            width: 160px;
            height: 65px;
            background: url(../../images/header/logoMutantBranco.png) no-repeat 50%;
        }

        div.containerNew .contemTopo .divVersao {
            color: #fff;
            float: left;
            height: 65px;
            padding: 15px 15px 0 5px;
            font-weight: bolder;
        }

    /* CABECALHO DAS PAGINAS */
    .dijitDialogTitle,
    .panel-head,
    .headerSelecaoSimples,
    div.containerNew .contemCCMHeader {
        padding: 0;
        display: block;
        margin: 15px 15px 0 15px;
    }

        .dijitDialogTitle,
        .panel-head,
        .headerSelecaoSimples,
        div.containerNew .contemCCMHeader .barra-titulo {
            padding: 5px 5px 5px 5px;
            font-size: 12px;
            background: #3e424e;
            color: #fff;
            font-weight: bold;
            border: none;
        }

.dijitDialogTitleBar .dijitDialogTitle,
.panel .dijitDialogTitle,
.panel .panel-head,
.panel .headerSelecaoSimples {
    padding: 5px;
    display: block;
    margin: 0;
}

.dijitDialogTitleBar {
    padding: 0 !important;
}

.dojoDialog {
    z-index: 99;
}
.dojoDialog,
.dijitDialogPaneContent {
    padding: 5px;
    background: #F1F3F6;
    border: 1px solid #E4E5E7;
}

    .dojoDialog .panel,
    .dojoDialog .panel-footer,
    .dijitDialogPaneContent .panel,
    .dijitDialogPaneContent .panel-footer {
        margin: 0 0 5px 0;
    }

div.containerNew .contemCCMHeader .barra-link {
    cursor: pointer;
}

div.containerNew .contemCCMHeader .barra-corpo {
    display: none;
}

.dijitDialogCloseIcon {
    display: none;
}

.dijitDialogUnderlayWrapper {
    background: #ccc !important;
    position: absolute !important;
    /* Modern Browsers */ opacity: 0.7 !important;
    /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
    /* IE 5-7 */ filter: alpha(opacity=70) !important;
    /* Netscape */ -moz-opacity: 0.7 !important;
    /* Safari 1 */ -khtml-opacity: 0.7 !important;
}

/* PAINEIS */
.panel {
    position: relative
}

.panel,
.panel-footer,
.panel-footer-fixed {
    background: #fff;
    border: 1px solid #e4e5e7;
    color: #6a6c6f;
    *width: 100%;
    margin: 0 15px 5px 15px;
    padding: 10px; /*height: 10px;*/
}

.panel-footer-fixed {
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
    z-index: 10;
    margin: 0 15px 0 15px;
    text-align: center;
}

    .panel .panel {
        margin: 10px 0 0 0;
    }

.panel-info {
    background: #eac7ff;
    margin: 0;
    color: #000;
    border: none;
}

.panel-warning {
    display: block; /*width: 100%;*/
    background: #f9e0ca;
    padding: 10px 10px;
    margin: 0;
    border: 1px solid #f6ceab;
    color: #000;
}

.panel-footer {
    background: #F7F9FA;
    text-align: center;
}

.panel .panel-footer {
    border: none;
    margin: 0;
    border-top: 1px solid #e4e5e7;
    overflow: visible;
    padding: 0;
}

.auto-resize {
    height: 10px;
    overflow: auto;
}

/* ALINHAMENTO, BOTOES E ELEMENTOS INLINE */
form {
    padding: 0;
    margin: 0;
}

h1 {
    font-weight: bold;
    margin: 20px 0;
    padding: 0 55px;
    font-size: 28px;
}

p {
    margin: 0;
    line-height: 18px;
}

a {
    color: #0066CC;
}

    a.link-calendario {
        margin-left: -23px;
    }

a, span, img, strong, blockquote {
    text-decoration: none;
    border: none;
    vertical-align: middle;
}

.float-left {
    float: left;
    display: block;
}

.float-right {
    float: right;
    display: block;
}

.hidden {
    display: none;
}


/*.btn {
    margin: 2px;
    padding: 5px 10px;
    text-decoration: none;
    line-height: 16px;
    background: #F1F3F6;
    border: 1px solid #E4E5E7;
    color: #000;
}

.btn:hover {
    background: #34495E !important;
    border: 1px solid #34495E;
    color: #fff !important;
}*/

.btn {
    margin: 2px;
    padding: 5px 10px;
    line-height: 16px;
    background: #fff !important;
    border: 1px solid #D9DBDD;
    color: #000 !important;
    display: inline-block;
}

.btn:hover {
    background: #EEEEEE !important;
    color: #000 !important;
}

.btn-disabled,
.btn-disabled:hover {
    background: #F1F3F6 !important;
    border: 1px solid #E4E5E7;
    color: #aaa !important;
}

.btn-warning {
    background: #ccc !important;
    border-bottom: 2px solid #aaa;
    color: #000 !important;
}

.btn-warning:hover {
    background: #ddd !important;
    border-bottom: 2px solid #bbb;
    color: #000 !important;
}

.btn-action {
    color: #fff !important;
    background: #62cb31 !important;
    border: none;
    border-bottom: 2px solid #398439;
}

.btn-action:hover {
    color: #fff !important;
    background: #74d348 !important;
    border: none;
    border-bottom: 2px solid #53ad2a;
}

.btn-icon {
    background: #fff !important;
    border: 1px solid #D9DBDD;
    color: #000 !important;
    padding: 9px;
    margin: 0px 2px;
    display: inline-flex;
    line-height: normal;
}

.btn-icon:hover {
    background: #EEEEEE !important;
    color: #000 !important;
}

img.img-with-text {
    margin-right: 4px;
}

.btn-large {
    padding: 15px 40px;
    margin: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

blockquote {
    display: block;
    background: #f9e0ca;
    padding: 10px 10px;
    margin: 5px 0;
    font-style: italic;
    margin: 0 15px 5px 15px;
    border: 1px solid #f6ceab;
}

.panel blockquote {
    margin: 0;
}

table thead tr th a.btn {
    font-weight: lighter;
    position: absolute;
    right: 0;
    top: 0;
}

.paginacao {
    text-align: center;
    height: 55px;
}

    .paginacao a,
    .paginacao span {
        display: inline-block;
        margin: 2px;
        padding: 5px 10px;
        text-decoration: none;
        line-height: 20px;
        background: #F1F3F6;
        color: #000;
    }

        .paginacao a:hover {
            background: #34495E !important;
            color: #fff !important;
        }

    .paginacao span {
        background: #34495E;
        color: #fff;
    }

/* TEXTOS E ALERTAS */
.text-error {
    color: #f00;
}

.text-large {
    font-size: 14px;
    line-height: 16px;
}

.text-normal {
    font-weight: normal;
}

.text-strong {
    font-weight: bold;
}

.text-left {
    text-align: left;
}

.text-center, .center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-muted {
    color: #aaa;
}

.text-uppercase {
    text-transform: uppercase;
}

.alert {
    padding: 10px 5px;
}

.alert-warning {
    background: #e5e5e5;
    color: #000;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
}

.alert-error {
    background: #f88;
    color: #fff;
    border: 1px solid #f66;
    border-left: 0;
    border-right: 0;
}

.alert-success {
    background: #74d348;
    color: #fff;
    border: 1px solid #53ad2a;
    border-left: 0;
    border-right: 0;
}

.panel .panel.no-margin,
.panel.no-margin {
    margin: 0;
}

.panel .panel.no-padding,
.panel.no-padding {
    padding: 5px;
}

table.no-padding td,
table.no-padding th {
    padding: 4px 2px;
}

table.no-border td,
table.no-border th {
    border: none;
}

/* INPUTS */
input, textarea {
    padding: 3px 5px;
    font-size: 9pt;
    background: #fff;
    height: 24px;
    border: #ddd 1px solid;
    vertical-align: middle;
    font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea {
    height: 100px;
    vertical-align: middle;
}

select {
    font-size: 9pt;
    vertical-align: middle;
}

.checkbox, .radio {
    border: none;
    padding: 0;
    background: transparent;
}

textarea.big,
select.big,
input.big {
    width: 100%;
}

select.small,
input.small {
    width: 100px;
}

select.normal,
input.normal {
    width: 350px;
}

select.min,
input.min {
    width: 35px;
}

.input-large {
    height: 36px;
    border: 1px solid #ccc;
    line-height: 32px;
    padding: 0 5px;
    font-size: 14px;
}

/* BARRA COLORIDA MUTANT */
.barra-mutant {
    margin: 0;
    width: 100%;
    position: relative;
    height: 2px;
}

div.containerNew .contemTopo .barra-mutant {
    position: absolute;
    top: 0;
}

.barra-mutant div {
    line-height: 0;
    float: left;
    position: absolute;
    left: 0;
}

.barra-mutant .barra-mutant-purple {
    border-bottom: 2px solid #AE2CFB;
    width: 33%;
    z-index: 3;
}

.barra-mutant .barra-mutant-blue {
    border-bottom: 2px solid #20EFFD;
    width: 66%;
    z-index: 2;
}

.barra-mutant .barra-mutant-red {
    border-bottom: 2px solid #FF4441;
    width: 100%;
    z-index: 1;
}

div.containerNew .contemTopo .barra-mutant .barra-mutant-purple {
    border-bottom: 5px solid #AE2CFB;
}

div.containerNew .contemTopo .barra-mutant .barra-mutant-blue {
    border-bottom: 5px solid #20EFFD;
}

div.containerNew .contemTopo .barra-mutant .barra-mutant-red {
    border-bottom: 5px solid #FF4441;
}

/* FAIXAS DE HORARIOS */
.faixas {
    border: 1px solid #ccc !important
}

    .faixas th {
        background: #efefef !important;
        width: 4%;
        height: 30px;
        border: 1px solid #ccc !important
    }

    .faixas td {
        text-align: center !important;
        width: 4%;
        border: 1px solid #eee !important;
        font-size: 11px;
    }

        .faixas td.selected {
            background: #fff7c5 !important
        }

        .faixas td.disabled {
            background: #fff7c5 !important;
            color: #ccc;
        }

/* PLAYER DE AUDIO */
.player-control {
    background: #F9F9F9;
    border: 1px solid #d9dbdd;
    padding: 4px 4px 5px 4px;
    font-size: 10px;
    cursor: pointer;
    position: relative;
    height: 16px;
}

    .player-control.text-error {
        cursor: auto;
    }

    .player-control .timer {
        margin: 0 4px;
        display: block;
        float: left;
    }

    .player-control .bt-play {
        background: url(../../images/icon-play.png) no-repeat;
        width: 16px;
        height: 16px;
        float: left;
    }

    .player-control .bt-pause {
        background: url(../../images/icon-pause.png) no-repeat;
        width: 16px;
        height: 16px;
        float: left;
    }

    .player-control .progress {
        border-top: 8px solid #AE2CFB;
        position: absolute;
        right: 0;
        top: 0;
        float: left;
    }

    .player-control .progress-inner {
        border-top: 8px solid #20EFFD;
        position: absolute;
        right: 0;
        top: 0;
        float: left;
    }

    .player-control .progress-wrapper {
        position: absolute;
        right: 2px;
        top: 8px;
        float: left;
        height: 6px;
    }

.corpoInputV {
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    BORDER-BOTTOM: thin groove;
    BORDER-LEFT: thin groove;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #ff0000;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: center
}

.corpoInputTrabalha {
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    FONT-WEIGHT: normal;
    FONT-SIZE: 7pt;
    BORDER-LEFT: thin groove;
    COLOR: black;
    BORDER-BOTTOM: thin groove;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: center
}

.corpoInputEmAndamento {
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    FONT-WEIGHT: normal;
    FONT-SIZE: 7pt;
    BORDER-LEFT: thin groove;
    COLOR: black;
    BORDER-BOTTOM: thin groove;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: #FFC000;
    TEXT-ALIGN: center
}

.corpoInputTrabalhaExcecao {
    BORDER-RIGHT: black thin solid;
    BORDER-TOP: black thin solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 7pt;
    BORDER-LEFT: black thin solid;
    COLOR: black;
    BORDER-BOTTOM: black thin solid;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: #ffffa7;
    TEXT-ALIGN: center
}

.corpoInputFolga {
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    FONT-WEIGHT: normal;
    FONT-SIZE: 7pt;
    BORDER-LEFT: thin groove;
    COLOR: black;
    BORDER-BOTTOM: thin groove;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: #6fbd5d;
    TEXT-ALIGN: center
}

.corpoInputTrabalhaIndisponivel {
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    FONT-WEIGHT: normal;
    FONT-SIZE: 7pt;
    BORDER-LEFT: thin groove;
    COLOR: black;
    BORDER-BOTTOM: thin groove;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: #dcdcdc;
    TEXT-ALIGN: center
}

.corpoInputVermelho {
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    BORDER-LEFT: thin outset;
    COLOR: red;
    BORDER-BOTTOM: thin outset;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: center
}

.corpoInputAzul {
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    BORDER-LEFT: thin outset;
    COLOR: #0000ff;
    BORDER-BOTTOM: thin outset;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: center
}

.normal7fds {
    BORDER: black 1px solid !important;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: center
}

.normal7dds {
    BORDER: none;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: center
}


@media print {

    * {
        overflow: hidden !important
    }    

    body,
    .panel {
        margin: 5px;
        padding: 0;
        border: none;
        overflow: visible !important;
        height: auto !important;
        
    }
    body{
        background-color: #fff !important;
    }

    .contemTopo,
    .panel-footer,
    .naoMostraImpressao {
        display: none;
    }
}
.eye {
    background: url(../../images/eye.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.eye-slash {
    background: url(../../images/eye-slash.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.btn-alert {
    color: #000 !important;
    background: #ffe66b !important;
    border: none;
    border-bottom: 2px solid #ffc931;
}

a.btn-alert:focus {
    outline: none;
} 

    .btn-alert:hover {
        color: #000 !important;
        background: #ffc931 !important;
        border: none;
        border-bottom: 2px solid #cba12b;
    }

.p-2 {
    font-size: 1.5em;
}

.panel-alert {
    color: rgb(106, 108, 111);
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(228, 229, 231);
    border-image: initial;
    margin: 0px 15px 5px;
    padding: 0;
    text-align: center;
}

    .panel-alert .panel-body {
        padding: 10px;
    }

    .panel-alert .panel-footer {
        border: 1px solid #e4e5e7;
        color: #6a6c6f;
        *width: 100%;
        margin: 0;
        padding: 0;
    }

/*Alert*/
.trigger_notify_box {
    position: absolute;
    top: 40%;
    margin: auto;
    right: 35%;
    width: 30%;
    z-index: 10002;
}

.trigger_notify {
    position: relative;
    cursor: pointer;
    font-size: 0.8em;
    overflow: hidden;
}

.trigger_notify_panel {
    position: absolute;
    /* Stay in place */
    z-index: 10001;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

