﻿/* TOPO, COMUNS E COMPONENTES: ini */
* {
    padding: 0px;
    margin: 0px;
}


:root {
    --pgLogin-background: #173269 url("../img/loginbg.jpg") repeat-x;
    --formLogin-background: top center no-repeat;
    --formLogin-padding: 0px 0 0;
    --svg-background-top: #0B193E;
    --svg-background-down: #173269;
    --pgLogin-Color-Idioma-Font: Silver;
    --pgLogin-Color-Font: #fff;
}

html, body {
    height: 100%;
    position: relative;
    min-height: 100%;
}

.login-header-top {
    height: 165px;
}

.login-bg-primary {
    background: var(--svg-background-top);
}

.login-bg-secundary {
    background: var(--svg-background-down);
}

.login-font-idioma-color {
    color: var(--pgLogin-Color-Idioma-Font) !important;
}

.login-font-color{
    color:var(--pgLogin-Color-Font) !important;
}
.pgLogin .svg-login-primary {
    background: var(--svg-background-top);
    color: var(--svg-background-down);
    width: 340px;
    height: 50px;
    display: block;
    margin: auto;
}

.pgLogin.default .svg-login-primary {
    display: none;
}


body {
    min-height: 100%;
    background: #fff url("../img/bg.jpg") repeat-x;
    margin: 0;
    padding: 0;
    top: 0px !important;
    font-family: "century gothic", Arial, sans-serif;
    font-size: 12px;
    text-align: center;
}

    body.pgLogin.default {
        --svg-background-top: #173269 url("../img/bglogin.gif") repeat-x;
        /*--formLogin-background: url("../img/loginCenter.jpg") top center no-repeat;
        --formLogin-padding: 0px 0 0;
        --back-color: #fcfcfc;
        --back-container: #fff;*/
    }

        body.pgLogin.default form {
            --formLogin-background: url("../img/loginCenter.jpg") top center no-repeat !important;
            --formLogin-padding: 204px 0 0;
            --back-color: #fcfcfc;
            --back-container: #fff;
            top: -152px;
        }

        body.pgLogin.default .login-header-top {
            height: 152px;
        }

#wrap {
    min-height: calc(100% - 50px);
    position: relative;
    text-align: center;
}

#header {
    position: relative;
    width: 100%;
    top: 0;
    text-align: center;
    z-index: 4998;
    height: 150px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
}

    #header .logo {
        top: -4px;
        position: absolute;
        overflow: hidden;
    }

.logo.logoCliente {
    z-index: 999;
}

.f-nav {
    left: 0 !important;
    height: 141px;
    width: 100%;
    z-index: 4998 !important;
    position: fixed !important;
    top: -97px !important;
    width: 100%;
    background: #fff url("../img/bg.jpg") repeat-x;
    box-shadow: 0 5px 7px #ccc;
}

    .f-nav .breadcrumb {
        margin-top: 8px;
    }

.aba-nav.tabs {
    position: fixed !important;
    top: 57px;
}

.logo a {
    display: block;
    width: 100%;
    height: 100px;
}

.logoClient {
    background: url('../img/logo_fundo_50.png') no-repeat;
    width: 50px;
    height: 50px;
    left: 10px;
    padding: 0px 0px 1px 0px;
}

    .logoClient img {
        width: 40px;
        height: 40px;
        margin: 5px;
    }

.acess {
    display: none;
}

/* Login */
body.pgLogin {
    display: block;
    background: var(--svg-background-down);
    text-align: center;
    position: relative;
}

.pgLogin .formLogin {
    margin: 0 !important;
    padding: var(--formLogin-padding);
    display: inline-block;
    color: #fff;
    width: 500px;
    height: 300px;
    position: relative;
    /*top: 10px;*/
    top: 0px;
    background: var(--formLogin-background);
}

    .pgLogin .formLogin label {
        font-size: 12px;
        line-height: 29px;
        text-align: left;
        float: left;
        width: 218px;
        margin: 0 !important;
    }

        .pgLogin .formLogin label span {
            display: block;
        }

    .pgLogin .formLogin input[type="submit"] {
        height: 32px;
        width: 220px;
    }

    .pgLogin .formLogin input[type="checkbox"] {
        margin-top: -2px;
    }

    .pgLogin .formLogin .fright {
        float: right;
        margin: 0 !important;
    }

.alertIcon {
    background: url("../img/alert.png") right center no-repeat;
}

.pgLogin .logoCliente {
    top: 60px;
    margin-top: 60px;
    /*position: absolute;*/
    display: block;
    background: url("../img/logo_fundo_70.png");
    width: 70px;
    height: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .pgLogin .logoCliente img {
        width: 60px;
        height: 60px;
        margin: 5px;
    }

.pgLogin .nomeSistema {
    font-size: 11px;
    display: block;
    text-align: center;
    width: 100%;
    top: 140px;
    position: absolute;
    font-weight: bold;
    z-index: 999;
    color: #fff;
}


/* Conteudo */
ul, ul li, ol, ol li {
    list-style: none;
    float: left;
}

#user {
    position: absolute;
    right: 17px;
    top: 15px;
    color: #000;
}

    #user .name {
        background: url("../img/iconUser.png") center left no-repeat;
        padding-left: 15px;
    }

    #user .quit {
        background: url("../img/iconQuit.png") center left no-repeat;
        padding-left: 15px;
        color: #000;
    }

    #user .value {
        font-weight: bold;
        margin-right: 10px;
    }

.menu {
    position: absolute;
    float: none;
    text-align: center;
    margin: 51px 0 10px 10px;
    clear: both;
    font-size: 18px;
}

    .menu > li {
        padding: 10px;
        position: relative;
        border: 1px solid transparent;
    }

        .menu > li:nth-child(1) {
        }

    .menu li.active {
        border: 1px solid #6080a0;
        border-bottom: 1px solid #fff;
        background: #fff;
        border-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .menu li:hover {
        border: 1px solid #6080a0;
        border-bottom: 1px solid #fff;
        background: #fff;
        border-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .menu li a {
        color: #000;
    }

    .menu li.active a {
        color: #4e89cb !important;
    }

    .menu li ul {
        display: none;
        float: left;
        width: 125%;
        position: absolute;
        left: -1px;
        top: 40px;
        margin-left: 0;
        z-index: 9;
        border: 1px solid #6080a0;
        background: #fff;
        border-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        text-align: left;
    }

    .menu li:hover > ul {
        display: block;
    }

    .menu li ul li:hover > ul {
        display: block;
    }

    .menu li ul li {
        position: relative;
        clear: both;
        float: left;
        width: 100%;
        text-align: left;
    }

        .menu li ul li a {
            display: block;
            padding: 10px 10px;
        }

            .menu li ul li a:hover {
                background: #002d6c url("../img/menuOver.gif") no-repeat right center;
                color: #fff !important;
                text-decoration: none !important;
            }

    .menu li ul ul {
        top: 0;
        left: 100%;
    }

.breadcrumb {
    left: 10px;
    top: 100px;
    position: absolute;
    margin: 4px 15px 0 0;
    padding: 0;
}

    .breadcrumb li {
        margin-right: 5px;
        background: url("../img/breadSep.png") no-repeat right 4px;
        padding-right: 15px;
    }

        .breadcrumb li.active {
            background: none;
        }

        .breadcrumb li a {
            color: #586f89;
            font-size: 16px;
            font-weight: bold;
        }

        .breadcrumb li.active a {
            color: #548ac7;
        }

.toolbar {
    top: 104px;
    right: -3px;
    position: relative;
    float: right;
    margin: 4px 18px 0 0;
}

    .toolbar li {
        margin-left: 5px;
    }

        .toolbar li a {
            border: 1px solid #cfcfcf;
            border-radius: 10px;
            box-shadow: inset 1px -2px 7px #ccc;
            font-size: 15px;
            color: #548ac7;
            padding: 4px 10px 4px 25px;
            background-repeat: no-repeat;
            background-position: 6px center;
        }

            .toolbar li a:hover {
                background-color: #f9f9f9;
                text-decoration: none;
            }

.tool1 a {
    background-image: url("../img/tool1.gif");
}

.tool2 a {
    background-image: url("../img/tool2.gif");
}

.tool3 a {
    background-image: url("../img/tool3.gif");
}

.tool4 a {
    background-image: url("../img/tool4.gif");
}

.tool5 a {
    background-image: url("../img/tool5.gif");
}

.tool6 a {
    background-image: url("../img/tool6.gif");
}

.tab {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
}

    .tab .tabContainer {
        top: -10px;
        min-height: 207px;
        position: relative;
        width: 86%;
        width: calc(100% - 187px);
        float: left;
        margin-left: 159px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 10px;
        background: #fff;
    }

    .tab .tabs {
        position: absolute;
        width: 160px;
        overflow: hidden;
        z-index: 4998;
        float: left;
        margin: 0;
        background: #e9ebee;
    }

        .tab .tabs li {
            width: 100%;
            display: block;
            position: relative;
            float: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            text-align: left;
            box-shadow: inset -4px -4px 7px #ccc;
            overflow: hidden;
        }

            .tab .tabs li.active {
                width: 100%;
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
                border-right: 1px solid #fff;
                z-index: 99;
                background: #fff;
                box-shadow: -3px 7px 7px #ccc
            }

            .tab .tabs li a {
                padding: 15px 0 15px 20px;
                font-size: 16px;
                color: #777;
                display: block;
                width: 100%;
            }
/* TOPO, COMUNS E COMPONENTES: fim */

/* FORMS: ini */
#content .datepicker input {
    background: url("tema/images/calendar.gif") no-repeat center right;
}

.ui-datepicker {
    margin-top: 81px;
}

fieldset {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

.field {
    width: 98%;
    float: left;
}

    .field.field_1_3 {
        width: 30%;
        margin-right: 4%;
    }

    .field.field_2_3 {
        width: 64%;
    }

    .field.lastOfLine {
        margin-right: 0;
    }

    .field input, .field textarea, .field select {
        float: left;
        width: 100%;
        box-shadow: inset 0px -5px 7px #eee;
    }

    .field select {
        float: left;
        width: 102%;
    }

    .field input[type="button"] {
        width: 106%;
    }

    .field input[type="radio"] {
        width: auto;
        margin-right: 10px
    }

    .field label {
        float: left;
        clear: both;
    }

fieldset .finalButton {
    padding: 5px 45px !important;
}

.lbl {
    float: left;
    clear: both;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.fright {
    float: right;
    margin-right: 5px;
}

.required {
    background: url("../img/iconRequired.gif") no-repeat right center;
    padding-right: 17px;
}

.iconGlass, .iconGlass:hover {
    background-image: url("../img/iconGlass.gif");
    background-repeat: no-repeat;
    background-position: 10px center;
}

.iconLeft {
    background-position: left center;
    padding-right: 0;
    padding-left: 17px;
}

form .msg.required {
    float: right;
    position: absolute;
    right: 17px;
    line-height: 15px;
}

form .error .lbl {
    color: #f00;
}

form .error input[type="text"], form .error textarea, input[type="text"].error {
    border: 1px solid #f00 !important;
}

.msgModal {
    display: none;
}

.ui-dialog {
    z-index: 4999;
}

.modal .ui-dialog-titlebar {
    display: none;
}

.modal .ui-widget-content {
    background: none;
    border: none;
    text-align: center;
}

.modal .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

    .modal .ui-dialog-buttonpane .ui-dialog-buttonset button {
        padding: 0;
        width: 100px;
        background: #aec694;
        border-color: #467c00;
        color: #fff !important;
        margin: 10px;
    }

.modal .msg {
    float: right;
    width: 225px;
    text-align: center;
    margin-top: 14px;
    font-weight: bold;
}

.modalSuccess {
    background: #d5dfca;
    border-color: #467c00;
}

.modal .icon {
    background: url("../img/sucesso.gif");
    width: 47px;
    height: 50px;
    display: block;
    float: left;
}

.modalError {
    background: #fcf7f4;
    border-color: #f00;
}

    .modalError .icon {
        background: url("../img/erro.png");
    }

    .modalError .ui-dialog-buttonpane .ui-dialog-buttonset button {
        background: #fff;
        border-color: #f00;
        color: #f00 !important;
    }
/* FORMS: fim */

/* CONTENT: ini */
#content {
    min-height: 100%;
    padding: 0 10px;
    margin: 0;
    padding-bottom: 40px;
    position: relative;
    text-align: left;
}
/* CONTENT: fim */

/* FOOTER: ini */
#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #f2f2f2;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

    #footer.footer-nav {
        position: relative;
    }

    #footer * {
        color: #6d6d6d;
    }

        #footer *:hover {
            color: #6d6d6d;
            text-decoration: none;
        }

    #footer .limit {
        position: relative;
    }

    #footer .logoLiraLink {
        position: absolute;
        top: 15px;
        left: 252px;
        background: url("../img/logoLiraLink.jpg") no-repeat;
        width: 102px;
        height: 21px;
        margin: 0 auto;
    }

    #footer .tel {
        position: absolute;
        top: 0;
        right: 197px;
    }

    #footer .site {
        margin-right: 20px;
    }
/* FOOTER: fim */

.caixaLoginAlertaProcessamento {
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 1px solid #e9ebee;
    background-color: #6080a0;
    color: #fff;
    font-size: 13px;
    padding: 8px;
}
