﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    font-size: 10pt;
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    margin: 0 !important;
    background-color: #FAFAFA;
    color: #212121;
}

a:link, a:visited {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #e42518;
    text-decoration: none;
}

a:active {
    color: #e42518;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

img {
    vertical-align: middle;
}


.ok {
    color: #2ECC71;
}

.alert {
    color: #F1C40F;
}

.danger {
    color: #E74C3C;
}

.inactive {
    color: #7F8C8D;
}

.neverup {
    color: #3498DB;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #000;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 10px;
}

h1 {
    font-size: 16pt;
    padding-bottom: 0px;
}

h2 {
    font-size: 14pt;
    font-weight: 600;
}

h3 {
    font-size: 12pt;
}

h4 {
    font-size: 10pt;
}

h5, h6 {
    font-size: 8pt;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    background-color: #FAFAFA;
}

.header {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
}

    .header h1 {
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #333;
        border: none;
        line-height: 2em;
        font-size: 20pt;
    }

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    margin-left: 1%;
}

    .title img {
        height: 64px;
    }

.main {
    padding: 1%;
    padding-top: 0.2%;
    min-height: 420px;
    background-color: #FAFAFA;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-size: 8pt;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    width: 100%;
    background-color: #FFF;
    border: 0;
    border-bottom: 1px solid #FAFAFA;
}

div.menu {
    padding: 0px 15px 4px 4px;
}

    div.menu ul {
        background-color: #FFF;
        list-style: none;
        margin: 0px;
        padding: 10px;
        padding-top: 14px;
        width: auto;
        position: relative;
        z-index: 3000;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #FFF;
            color: #424242;
            display: block;
            padding: 6px 15px;
            text-decoration: none;
            white-space: nowrap;
            margin-left: 5px;
            margin-right: 5px;
            font-weight: 400;
        }

            div.menu ul li a:hover {
                background-color: #546E7A;
                color: #FFF;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #0277BD;
                color: #FFF;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 0px 0px 20px 0px;
    padding: 1em;
    border: 1px solid #E0E0E0;
    border-radius: 0px;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.0em;
    font-weight: 600;
    padding: 2px 4px 8px 20px;
    color: #424242;
    text-transform: uppercase;
    font-weight: lighter;
}

input.textEntry {
    width: 320px;
    border: 0;
    border: 0;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    color: #000;
}

input {
    color: #000;
    font-size: 10pt;
    padding: 5px;
}

select {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    color: #000;
    font-size: 10pt;
    text-transform: uppercase;
    padding: 5px;
}

    select option {
    }

input[type=text] {
    text-transform: uppercase;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.AutPassword {
    text-transform: uppercase;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

textarea {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    color: #000;
    font-size: 10pt;
    resize: none;
    padding: 5px;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    color: #000;
    padding: 5px;
}

div.accountInfo {
    width: 42%;
}

div.btnsLocalizacaoFV {
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}

div.htmlBtnsGV {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

/* Corrige problema de alinhamento de botão e texto IE6/7 */
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

.posicao-btn-images {
    position: relative;
    top: 8px
}

/*GRIDVIEW
----------------------------------------------------------*/

.mGrid {
    margin: 5px 0 10px 0;
    border: 0;
    border-collapse: collapse;
    color: #000;
    font-size: 10pt;
    width: 98% !important;
}

    .mGrid a {
        text-transform: uppercase;
    }

    .mGrid td {
        padding: 6px;
        /*color: #424242;*/
        /*background-color: #f5f5f5;*/
        border: 0;
        border-bottom: 1px solid #424242;
        white-space: nowrap;
        /* Ajustar Linhas do Grid com auto-size para o ie-7 */
        [if IE 7.0] float: left;
        [if IE 7.0] overflow: hidden;
    }

    .mGrid th {
        font-weight: bold;
        padding: 5px 5px;
        color: #333;
        background: #e0e0e0;
        border: 0;
        font-size: 8.5pt;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
        /* Ajustar Linhas do Grid com auto-size para o ie-7 */
        [if IE 7.0] float: left;
        [if IE 7.0] overflow: hidden;
    }

        .mGrid th a {
            color: #424242;
            text-decoration: none;
        }

            .mGrid th a:hover {
                color: #0091ea;
                text-decoration: underline;
            }

    .mGrid .std {
        /*background-color:#CCC;*/
    }

        .mGrid .std a {
            background-color: #fff;
        }

    .mGrid .pgr {
        background: #424242;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #CCC;
            color: #FFF;
            line-height: 12px;
            font-weight: normal;
        }

        .mGrid .pgr a {
            color: #E0E0E0;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #0091ea;
                text-decoration: underline;
            }


/* MISC  
----------------------------------------------------------*/


.center-vh-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-h-container {
    height: 100vh;
    display: flex;
    justify-content: center;
}


.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

.horizontal-centered {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.divWindowPreLoad {
    background: #FFF;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* opacity: 0.6;
    filter: alpha(opacity=60); For IE8 and earlier */
}

    .divWindowPreLoad p {
        margin: 20px;
    }

.clear {
    clear: both;
}



.loginDisplay {
    display: block;
    text-align: right;
    padding: 10px;
    padding-top: 20px;
    color: #424242;
    margin-top: 5px;
    font-size: 9pt;
}

    .loginDisplay a:link {
        color: #424242;
    }

    .loginDisplay a:visited {
        color: #e42518;
    }

    .loginDisplay a:hover {
        color: #e42518;
    }

.failureNotification {
    font-size: 8pt;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}


/*GRIDVIEW SCROLL
------------------------------------------------------------------------------------------*/

/* Div that holds the GridView control*/
.AjustarCabecalhoGdv {
    width: 100%;
    height: 400px;
    overflow: auto;
    position: relative;
    z-index: 0;
}


    /* Fix the table header for vertial scrolling*/
    .AjustarCabecalhoGdv th {
        top: 0; /*expression(document.getElementById("AjustarCabecalhoGdv").scrollTop-2);*/
        position: relative;
        z-index: 1;
        border-collapse: collapse;
        width: 200px;
    }


        /* Fix the table header and free column for horizontal scrolling*/
        .AjustarCabecalhoGdv th.lockedcol, td.lockedcol {
            position: relative;
            left: 0; /*expression(document.getElementById("AjustarCabecalhoGdv").scrollLeft-2); */
            z-index: 1;
            border: 1px solid white;
            border-collapse: collapse;
        }

        /* Freeze column header adjusted for Vertical scrolling*/
        .AjustarCabecalhoGdv th.lockedcol {
            z-index: 1;
        }


/*AJAX PRELOAD
------------------------------------------------------------------------------------------*/

.ajaxProcessingContainerDiv {
    border: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0.5%;
    left: 45%;
    z-index: 100;
}

.ajaxProcesingTable {
    width: 250px;
    height: 40px;
    border: 0;
    background-color: #607D8B;
    color: #EEE;
    border-radius: 5px;
}

.ajaxProcesingImageTD {
    text-align: center;
}

/*SPROC DATA PAGER
------------------------------------------------------------------------------------------*/

.posicaoDataPager {
    text-align: right;
    display: inline;
    clear: both;
    float: right;
}

/* RELATÓRIO
--------------------------------------------------------*/

.unidadeRelatorio {
    border: 1px solid #CCC;
}

    .unidadeRelatorio ul {
        list-style: none;
        text-align: left;
    }

        .unidadeRelatorio ul li {
            display: inline;
            margin-right: 60px;
        }

/* LEGENDAS MONITORAMENTO  
----------------------------------------------------------*/

.legenda {
    width: 100% !important\9; /* IE8 and below use \9 */
    font-size: 8.5pt;
    font-size: 7.5pt\9; /* IE8 and below use \9 */
    margin-left: -20px;
    float: left;
    overflow: hidden;
    overflow: hidden\9; /* IE8 and below use \9 */
    overflow-x: hidden\9; /* IE8 and below use \9 */
    -ms-overflow-style: none;
}

    .legenda ul {
        list-style: none;
    }

        .legenda ul li {
            display: inline;
            margin-right: 5px;
            white-space: nowrap;
            /* Ajustar Linhas do Grid com auto-size para o ie-7 */
            [if IE 7.0] float: left;
            [if IE 7.0] overflow: hidden;
        }

/* ATENDIMENTO SELECAO 
----------------------------------------------------------*/

.atdtHightlight {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

/* HIDEMENU 
----------------------------------------------------------*/

.hideMenuButton {
    cursor: default;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
    background-color: #F3F3F3;
}

/* Modal Unidades TreeView
----------------------------------------------------------*/

.janela_unidadesTreeView {
    display: none;
    width: 450px;
    height: 480px;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 9900;
    padding: 10px;
}

#mascara_unidadesTreeView {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #2c3e50;
}

/* Unidades TreeView Control
----------------------------------------------------------*/

.treeNode {
    font-size: 10pt;
    padding: 5px;
    color: #2c3e50;
}

.rootNode {
    width: 100%;
    background-color: #ecf0f1;
    padding: 5px;
    font-size: 10pt;
    color: #2980b9;
}

.leafNode {
    padding: 5px;
    color: #2980b9;
    color: #2c3e50;
}


/* Fly Panel
------------------------------------------------------------------------------------------*/

.BottomFlyPanel {
    position: fixed;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 50px;
    background-color: #FAFAFA;
    z-index: 100;
    border-top: solid 1px #E0E0E0;
}

/* CUSTOM CSS 14/01/2019 - ANDRÉ
------------------------------------------------------------------------------------------*/
#divPolCaixa select {
    display: none;
}

#ulCategoria, #ulExtras {
    list-style: none;
    float: left;
    display: block;
    padding: 0;
}

#ulCategoria {
    margin: 0 auto;
}

#ulExtras {
    margin: 20px auto 0;
}

#ulCategoria li {
    float: left;
}

input#_politicaAtende {
    width: 85%;
}

span.politica-events {
    padding: 2px 10px;
    background: #f2f2f2;
    opacity: 0.7;
    margin: 0 0.5px 0;
}

    span.politica-events:hover {
        cursor: pointer;
        opacity: 0.9;
    }


div#divOptions {
    display: block;
    float: left;
    margin: 20px auto;
}

.buttons-Categorias {
    width: 100%;
    display: block;
    margin: 0 10px 30px;
}

p.text-buttons-categorias {
    margin: 0 0 10px;
}


/*BTNS REGRA POLITICA TELA CONFIGURACAO HARDWARE - CAIXA/ATENDENTE
------------------------------------------------------------------*/

.btn-RegraPoliticaAtendimento {
    margin: 15px 2px;
    width: 70px;
    height: 30px;
    font-weight: 700 !important;
    color: #fff !important;
    background: #00695C;
    padding: 3px 20px;
}


    .btn-RegraPoliticaAtendimento:hover {
        cursor: pointer;
    }


.btn-Categorias, .btn-RegrasAtendimento, .btn-RegrasAtendimentoFilaUnica {
    margin: 15px 2px;
    line-height: 28px;
    width: 70px;
    height: 30px;
    font-weight: 700 !important;
    color: #fff !important;
    background: #2c3e50;
    padding: 3px 20px;
}


    .btn-Categorias:hover, .btn-RegrasAtendimento:hover, .btn-RegrasAtendimentoFilaUnica:hover {
        cursor: pointer;
    }

a.aspNetDisabled {
    display: none;
}

.grupo-Filas {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

div.btn-wrapper {
    margin: 0 -4px 0 0;
}

div#MainContent_frvEquipamentos_pnlGrupoFilas {
    display: inline;
    margin-left: -4px !important;
}

span.text-grupo {
    display: block;
    margin: 10px 0 0;
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
}

div.grupo-Filas span.text-grupo {
    text-align: center;
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
}

.grupo-Categorias {
    background: transparent !important;
    border: none !important;
    pointer-events: none !important;
    padding: 10px 5px !important;
    color: #666 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}

small {
    display: block;
    margin: 15px 0 0;
    font-weight: 700;
    font-style: italic;
    font-size: 10px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {


    body {
        padding: 20px;
        background-color: #fff;
        color: #000;
    }

    .page, .main, .header {
        background-color: #fff !important;
        font-size: 35px !important;
    }

    .footer {
        font-size: 10px !important;
    }

    /* HEADINGS   
    ----------------------------------------------------------*/


    h1 {
        font-size: 60px !important;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
        color: #000;
    }

    h2 {
        font-size: 50px !important;
        font-weight: 600;
    }

    h3 {
        font-size: 40px !important;
    }

    h4, h5, h6, p, a {
        font-size: 35px !important;
    }

    a {
        color: #121212 !important;
    }

    .title {
        display: block;
        text-align: center;
        width: 100%;
        margin-left: 1%;
    }

        .title img {
            height: 120px;
        }


    .loginDisplay {
        font-size: 20px !important;
        text-align: center;
    }

        .loginDisplay a {
            font-size: 20px !important;
        }


    fieldset {
        margin: 0px 0px 20px 0px;
        padding: 1em;
        border: 1px solid #9E9E9E;
        text-align: center;
    }

    legend {
        font-size: 30px;
        font-weight: 500;
        padding: 2px 4px 8px 20px;
        color: #9E9E9E;
        background-color: #fff !important;
        text-transform: uppercase;
        text-align: center;
    }

    /* FORM ELEMENTS   
    ----------------------------------------------------------*/

    input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    textarea {
        font-size: 45px !important;
        width: 85% !important;
        margin: 25px;
        -webkit-appearance: none;
        border: 0;
        border-radius: 20px;
        text-transform: uppercase;
        padding: 20px !important;
        background-color: #F5F5F5;
    }

    select,
    select:optional,
    select:focus {
        font-size: 45px !important;
        width: 90% !important;
        border: 0;
        margin: 25px;
        border-radius: 20px;
        text-transform: uppercase;
        padding: 20px !important;
        background-color: #F5F5F5;
    }

    input[type=submit],
    input[type=button] {
        font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
        background-color: #546E7A;
        font-size: 35px !important;
        font-weight: 600;
        width: 98% !important;
        margin: 25px;
        padding: 20px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;
        border: 0;
        border-radius: 10px;
        display: block;
    }

    input[type="checkbox"] {
        display: none;
        background-color: #EEEEEE;
    }


    input[type=checkbox] + label {
        display: inline-block; /* or block */
        line-height: normal;
        cursor: pointer;
        margin: 25px;
        padding: 20px;
        background-color: #EEEEEE;
        border-radius: 20px;
        font-size: 30px !important;
        text-align: center;
        width: 80%;
        border-radius: 4px;
    }

    /* checked checkbox */
    input[type="checkbox"]:checked + label {
        background-color: #1FA2FF;
        color: #fff;
    }

    .mGrid
    input[type=radio] {
        font-size: 20px;
        width: 100px !important;
        height: 50px;
        margin-left: 20px;
    }

    Label {
        color: #000;
    }


    /*GRIDVIEW
    ----------------------------------------------------------*/
    #divGV {
        height: 800px;
        background-color: #EEEEEE;
        margin-top: 10%;
        margin-bottom: 10%;
        border-radius: 20px;
    }

    .mGrid {
        font-size: 30px !important;
        background-color: #EEEEEE;
    }

        .mGrid a {
            text-transform: uppercase;
        }

        .mGrid td {
            padding: 10px;
            padding-top: 50px;
            padding-bottom: 50px;
            padding-left: 20px;
            padding-right: 20px;
            border: 0;
            border-bottom: 1px solid #424242;
            white-space: nowrap;
        }

        .mGrid th {
            font-size: 30px !important;
            font-weight: 100;
            padding-left: 20px;
            padding-right: 20px;
            background-color: #EEEEEE;
        }

            .mGrid th a {
                color: #000;
            }


    /* TAB MENU
    ----------------------------------------------------------*/

    div.hideSkiplink {
        width: 100%;
        background-color: #FFF;
        border: 0;
        border-bottom: 1px solid #FAFAFA;
    }

    div.menu {
        padding: 0px 15px 4px 4px;
    }

        div.menu ul {
            background-color: #FFF;
            list-style: none;
            margin: 0px;
            padding: 10px;
            padding-top: 14px;
            width: auto;
            position: relative;
            z-index: 3000;
        }

            div.menu ul li a, div.menu ul li a:visited {
                background-color: #FFF;
                color: #424242;
                display: block;
                padding: 6px 15px;
                text-decoration: none;
                white-space: nowrap;
                margin-left: 5px;
                margin-right: 5px;
                font-weight: 400;
                font-size: 35px !important;
            }

                div.menu ul li a:hover {
                    background-color: #546E7A;
                    color: #FFF;
                    text-decoration: none;
                }

                div.menu ul li a:active {
                    background-color: #0277BD;
                    color: #FFF;
                    text-decoration: none;
                }

    .sis-custom-dialog {
        font-size: 40px !important;
        width: 80% !important;
        top: 80% !important;
        left: 10% !important;
        font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    }

    /* TAB MENU
    ----------------------------------------------------------*/

    #showMenu {
        background-color: #fafafa;
        color: #eeeeee;
        margin: 20px;
        margin-bottom: -50px;
        padding: 10px;
        font-size: 50px !important;
        width: 20px !important;
        display: inline !important;
        float: left;
    }

    div.hideSkiplink {
        width: 100%;
        border: 0;
    }

    div.menu {
        padding: 0px 15px 4px 4px;
        position: absolute;
        z-index: 2147483647;
        display: none;
        top: 120px !important;
        left: 0;
    }

        div.menu ul {
            background-color: #fafafa;
            list-style: none;
            margin: 0px;
            padding: 10px;
            padding-top: 14px;
            width: auto;
            position: relative;
            z-index: 3000;
        }

            div.menu ul li a, div.menu ul li a:visited {
                background-color: #fafafa;
                color: #424242;
                display: block;
                padding: 6px 15px;
                text-decoration: none;
                white-space: nowrap;
                margin-left: 5px;
                margin-right: 5px;
                font-weight: 400;
                font-size: 45px !important;
            }

                div.menu ul li a:hover {
                    background-color: #546E7A;
                    color: #FFF;
                    text-decoration: none;
                }

                div.menu ul li a:active {
                    background-color: #0277BD;
                    color: #FFF;
                    text-decoration: none;
                }


    /* LEGENDAS MONITORAMENTO  
    ----------------------------------------------------------*/

    .legenda {
        width: 100% !important;
        text-align: center;
    }

        .legenda ul {
            list-style: none;
            width: 100% !important;
            display: inline;
        }

            .legenda ul li {
                font-size: 30px !important;
                width: 100% !important;
                margin: 20px !important;
            }


    /*SPROC DATA PAGER
    ------------------------------------------------------------------------------------------*/

    .posicaoDataPager {
        text-align: center;
        display: inline;
        width: 100%;
        margin-bottom: 20px;
    }

        .posicaoDataPager select {
            width: 200px !important;
        }


    /*AJAX PRELOAD
    ------------------------------------------------------------------------------------------*/

    .ajaxProcessingContainerDiv {
        border: 0;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0.5%;
        left: 0.5%;
        z-index: 100;
        font-size: 45px;
    }

    .ajaxProcesingTable {
        height: 100px;
        width: 98%;
        border: 0;
        padding: 5px;
        background-color: #607D8B;
        color: #EEE;
    }

    .ajaxProcesingImageTD {
        text-align: center;
    }

}
