﻿/* ========== HTML/Body ========== */

html {
    /*background: url(../Images/Background/BGweb.png) no-repeat center center fixed;*/
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; */
    background-size: cover;
}

body {
    font-size: 0.8em;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

    body ul {
        margin: 0;
        -webkit-padding-start: 0;
    }

    body a,
    a:link {
        text-decoration: none;
        font-family: 'Nunito', sans-serif;
        /*color: #002b3c;*/
    }

        body a:hover {
            text-decoration: none;
            /*color: #0097ac;*/
        }

    body linkbutton,
    linkbutton:hover {
        text-decoration: none;
    }

table {
    border-spacing: inherit;
    border-collapse: inherit;
}

    table td {
        padding: 0;
    }

.fieldset {
    border-width: 0;
}

.input {
    border-radius: 3px;
}

.input,
.textarea {
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    font-weight: 300;
    padding: 5px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    resize: none;
}

.textarea {
    width: 500px;
    height: 100px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    resize: none;
}

.legend {
    width: 150px;
    padding-left: 40%;
}

.dropdown {
    padding: 5px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

/* ========== MasterPageON ========== */

/* ========== Labels ========== */
.label {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2em;
    font-weight: 900;
    color: #000;
}

.labelModal {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    color: #fff;
}

.labelModalTitulo {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2em;
    font-weight: 900;
    color: #fff;
}

.labelModalDes {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    color: #ff4610;
}

.labelAlert {
    color: red;
    font-size: 1.0em;
    font-weight: 300;
}

.labelPesquisa {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    color: #fff;
    padding-right: 10px;
}

.cliquedescricao {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2em;
    font-weight: 900;
    color: #ff4610;
}

/* ========== Controls ========== */
.linkbutton {
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

.linkButtonDefault {
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.linkButtonBlack {
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    position: relative;
}

.celMenuMain:focus,
.celMenuMain::-moz-focus-inner {
    outline: none;
    border: none;
}

.celMenuMain {
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

    .celMenuMain:hover {
        background: #414141;
    }

    .celMenuMain:active {
        background: #2c2c2c
    }

.celAzul {
    background: #082a3c;
    color: #fff;
}

    .celAzul:hover {
        background: #414141;
    }

.celAzulSub {
    background: #082a3c;
    color: #fff;
}

.SubMenu {
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    font-weight: 500;
    background: #082a3c;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0 0 5px 5px;
}

    .SubMenu:hover {
        background: #414141;
    }

.btn {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.btn-laranja {
    background: #ff4610;
    color: #fff;
    box-shadow: 0 5px 0 #cc3000;
}

    .btn-laranja:hover {
        background: #cc3000;
        box-shadow: 0 5px 0 #992400;
    }

    .btn-laranja:active {
        position: relative;
        top: 5px;
        box-shadow: none;
    }

/* ========== Header ========== */
.divHeaderLogin {
    width: 100%;
    height: 80px;
    background-color: #fff;
    top: 0;
}

.divLogo {
    height: 60px;
    width: 100%;
    position: fixed;
    top: 20px;
    background-color: #fff;
}

#imgLogoTipo {
    height: 50px;
    float: left;
    padding: 18px;
}

#imgLogoTipoOFF {
    height: 50px;
    float: left;
    padding: 18px;
}

.divMenuBarMain {
    background-color: #082a3c;
    position: fixed;
    width: 100%;
    height: 38px;
    top: 80px;
}

.divMenuItens {
    width: 100%;
    color: #fff;
    padding: 10px 0;
}

    .divMenuItens ul {
        list-style: none;
        display: inline-flex;
    }

/* ========== Content ========== */

.divMainContent {
    padding: 37px 20px 40px 20px;
}

.divCab {
    padding-top: 10px;
}

/*.ContentMainNested {
    padding: 120px 20px 40px 20px;
}*/

.loginBox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    position: absolute;
    z-index: 69001;
    top: 40%;
    left: 41%;
}

.loginForm {
    order: 1;
    flex: 0 1 auto;
    background-color: #00a581; /* Verde Comportamento */
    padding: 20px;
}

.inputLogin {
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    font-weight: 300;
    width: auto;
    height: auto;
    padding: 5px;
    margin: 5px 0;
    width: 16em;
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    background-color: #fff;
    resize: none;
}

.divisoria {
    border-bottom: 1px solid #fff;
    margin: 10px 0;
}

.tableBotoes {
    width: 100%;
}

.rowBotoes {
    float: right;
}

/* ========== Gridview ========== */
.mGrid {
    width: 100%;
    margin: 5px 0 10px 0;
    border: solid 1px transparent;
    border-collapse: collapse;
    text-decoration: none;
    color: #025f62;
    /*box-shadow: 0 0 10px #333333;*/
    /*opacity: 0.90;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);*/
}

    .mGrid tr {
        background-color: #cccccc;
    }

    .mGrid th {
        padding: 4px 2px;
        background-color: #082a3c; /* Cor de fundo da Descrição */
        border-bottom: solid 1px transparent;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        font-size: 1em;
        font-weight: 300;
        text-decoration: none;
        text-decoration-color: none;
        text-decoration-line: none;
    }

        .mGrid th a {
            text-decoration: none;
        }

            .mGrid th a:hover {
                color: #76cfd7;
            }

    .mGrid td {
        padding: 2px;
        border-bottom: solid 1px transparent;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        color: #000;
        font-size: 1em;
        font-weight: 500;
        text-decoration: none;
        line-height: 10px;
    }

    .mGrid .alt {
        background-color: #e6e6e6;
        /*laranja: ff4610*/
    }

    .mGrid .pgr {
        background-color: #025f62;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-bottom: solid 1px transparent;
            border-left: solid 1px transparent;
            border-right: solid 1px transparent;
            font-weight: 300;
            /* color: #559398; */
            line-height: 12px;
            text-decoration: none;
            background-color: #559398;
            color: red;
            text-align: left;
            font-size: 1em;
        }

        .mGrid .pgr a {
            color: #559398;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                text-decoration: none;
            }

.gridFontCod {
    /*position: absolute;*/
    width: 60px;
    color: #000;
    font-weight: 700;
    font-size: 1.2em;
    color: #2461BF
}

.gridFont {
    width: 500px;
    color: #000;
    font-weight: 700;
    font-size: 1.2em;
}


/*.fieldset {
    max-width: 95%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: white;
}

    .fieldset label {
    }

    .fieldset input {
    }*/
.divModal {
    /*position: absolute;*/
    background-color: #082a3c;
    padding: 10px;
    width: auto;
    height: auto;
    -moz-border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #4d4d4d;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px #4d4d4d;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #4d4d4d;
}

.modalBackground {
    background: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: .5;
}

.imgAltEmp {
    max-width: 150px;
    max-height: 150px;
    background-color: #fff;
}

.tdAltEmp {
    width: 150px;
    height: 150px;
    padding-left: 30px;
    vertical-align: middle;
}

/*background-color:#c9ecee;
        font-family: 'Source Sans Pro';
        padding: 10px;
        width: auto;
        height: auto;
        -moz-border-radius: 10px;
        -moz-box-shadow: 5px 5px 5px #4d4d4d;
        -webkit-border-radius: 10px;
        -webkit-box-shadow: 5px 5px 5px #4d4d4d;
        border-radius: 10px;
        box-shadow: 5px 5px 5px #4d4d4d;
    }

/*.divBackgroundContent {
    padding-top: 97px;
    min-height: 100%;
    min-width: 100%;
    background-image: url(/Share/Images/Background/Background_Comportamento.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    image-rendering: optimizeSpeed;
}*/
.divOuter {
    padding-top: 40px;
    position: relative;
    width: 100%;
}

.divInner {
    left: 50%;
    margin-left: -100px; /* A metade de sua largura. */
    position: absolute;
    width: 300px; /* O valor que você desejar. */
}

.divFooterContent {
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 1em;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #082a3c;
    color: #fff;
    text-align: center;
    padding: 5px;
}

#logoRodape {
    width: 15px;
}
