﻿/*
  ====  GLOBAL ====
*/
html, body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Segoe UI', Arial, Helvetica, Verdana, sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
}


.allContent {
    flex: 1 0 auto;
    /*background-color: #FCFCFC;*/
    background-color: #F0F0F0;
}

.footer {
    flex-shrink: 0;
    background-color: #41B33F;
    font-size: 9px;
    color: #fff;
    line-height: 18px;
    border-top: 1px solid #d7d7d7;
}

    .footer .footer-left {
        float: left;
        text-align: left;
        margin-left: 10px;
    }

    .footer .footer-right {
        float: right;
        text-align: right;
        margin-right: 10px;
    }

.divWaiting {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

    .divWaiting img {
        padding-top: 20%;
    }

.waiting {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

    .waiting img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }


/*
  ====  HEADER ====
*/

#header {
    width: 100%;
}

#topHeader {
    background: #41B33F;
    /*border-bottom: 1px solid #d7d7d7;*/
    color: #FFF;
    height: 20px;
}

#centerHeader {
    /*background: #d8d8d8 url('../Images/header-bg.png') no-repeat center;*/
    height: 70px;
    border-bottom: 1px solid #d7d7d7;
    /*background: linear-gradient(#fff, #F6F6F6);*/
    background-color: #F6F6F6;
}

    #centerHeader .centerHeaderLogin {
    }

    #centerHeader #logo {
        float: left;
    }

        #centerHeader #logo .logo {
            float: left;
            margin: 0px 0px 0px 8px;
            /*width: 231px;
            height: 67px;*/
        }


        #centerHeader #logo .separator {
            float: left;
            margin: 0px 0px 0px 5px;
            height: 70px;
        }

    #centerHeader #titleContent {
        /*float:left;
        display:inline-block;
        position:absolute;
        width:100%;*/
        text-align: center;
    }

        #centerHeader #titleContent #titleContentLabel {
            margin-right: auto;
            display: inline-block;
            white-space: nowrap;
            margin-left: -213px;
        }


            #centerHeader #titleContent #titleContentLabel .titleBlue {
                font-size: 38px;
                line-height: 70px;
                color: #1E396E;
                font-weight: 600;
            }

            #centerHeader #titleContent #titleContentLabel .titleGreen {
                font-size: 44px;
                line-height: 70px;
                font-weight: 600;
                color: #41B33F;
            }

            #centerHeader #titleContent #titleContentLabel .logoTitle {
                display: none;
            }


#userInfo {
    /*border-bottom: 1px solid #d7d7d7;
    height: 20px;*/
}

    #userInfo .username {
        float: left;
        margin-left: 10px;
        margin-top: 4px;
        font-size: 10px;
        color: #fff;
    }

    #userInfo .cliente {
        float: left;
        margin-left: 20px;
        margin-top: 4px;
        font-size: 10px;
        color: #fff;
    }

    #userInfo .logInfo {
        float: right;
        margin-right: 20px;
        /*margin-top: 4px;*/
    }

        #userInfo .logInfo a {
            font-size: 10px;
            color: #fff;
            text-decoration: none;
        }

/*--- MENU ---*/
.topHomeBtn {
    float: left;
    /*border-right: solid 1px #41B33F;*/
}

    .topHomeBtn:hover {
        background-color: #c9fbc9;
        /*border-color: #4897AA;*/
        border-color: #20821f;
        white-space: nowrap;
    }

.topContent img {
    /*padding-top: 2px;
    padding-left: 6px;
    padding-right: 6px;
    height: 22px;*/
}



.topContent {
    /*height:35px;*/
    /*border-bottom: 1px solid #d7d7d7;*/
    /*margin-top:5px;*/
    /*padding-bottom: 15px;*/
    /*background-color: #e3f9e3;
    border-bottom: solid 1px #41B33F;*/
    background-color: #fff;
}

#topMenu {
}

.topmenu {
    display: block !important;
}

.topNavMenu {
    cursor: default;
    background: #e3f9e3;
    white-space: nowrap;
}


.topNavMenuContainer {
}

.topNavMenuItem {
    font-size: 13px;
    border: solid 1px Transparent;
    padding: 6px 6px 6px 6px;
    margin-right: 2px;
    float: left;
    _border: 0px;
    color: #20821f;
    text-decoration: none;
    white-space: nowrap;
}


    .topNavMenuItem:hover {
        background-color: #c9fbc9;
        background-repeat: repeat-x;
        background-position: left top;
        background-image: none;
        border-style: solid;
        border-width: 1px;
        /*border-color: #4897AA;*/
        border-color: #20821f;
        white-space: nowrap;
    }


.topNavMenuContainerSubMenu {
    cursor: default;
    background: #e3f9e3;
    border: solid 1px #41B33F;
    white-space: nowrap;
    z-index: 100;
}


.topNavMenuItemSubMenu {
    font-size: 13px;
    border: solid 1px Transparent;
    padding: 6px 6px 6px 6px;
    margin-right: 2px;
    float: left;
    _border: 0px;
    color: #20821f;
    text-decoration: none;
    width: 93%;
}

    .topNavMenuItemSubMenu:hover {
        background-color: #c9fbc9;
        background-repeat: repeat-x;
        background-position: left top;
        background-image: none;
        border-style: solid;
        border-width: 1px;
        /*border-color: #4897AA;*/
        border-color: #20821f;
    }

.topNavMenuItemSubMenuSelected {
    background-color: #c9fbc9;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: none;
    border-style: solid;
    border-width: 1px;
    /*border-color: #4897AA;*/
    border-color: #20821f;
}



/*
  ====  CONTENT ====
*/

#content {
    /*width: 100%;
    height: 100%;*/
    /*height: 90%;
    background-color: #FAFAFA;*/
}



#centerContent {
    /*margin: 0px 0px 10px 0px;*/
    height: 90%;
    /*padding-top: 20px;*/
    /*background-color: #fff;*/
}


.centerBox {
}

/* LABELS*/

.failureText {
    font-size: 8pt;
    color: red;
    text-decoration: none;
    text-align: center;
}


.failureTextRight {
    color: red;
    text-decoration: none;
    float: right;
}

.failureTextLeft {
    color: red;
    text-decoration: none;
    float: left;
}

.label1 {
    clear: both;
    color: #41b33f;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}

.article-title1 {
    clear: both;
    color: #41b33f;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}


.article-title2 {
    clear: both;
    color: #41b33f;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}


.article-title3 {
    clear: both;
    color: #41b33f;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}


.article-title4 {
    clear: both;
    color: #41b33f;
    font-size: 22px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    background-color: #fff;
    padding-top: 30px;
}

.article-title5 {
    clear: both;
    color: #41b33f;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
    /*background-color: #F6F6F6;*/
    padding-top: 10px;
    padding-left: 10px;
    /*border-bottom: 1px solid #C9C9C9;*/
}


.article-title6 {
    clear: both;
    color: #41b33f;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;
    background-color: #F6F6F6;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    border-bottom: 1px solid #C9C9C9;
}

.article-title7 {
    clear: both;
    color: #41b33f;
    font-size: 22px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    text-align: left;
    background-color: #fff;
    padding-left: 10px;
}

.lblCamposInput {
    font-size: 8pt;
    font-weight: normal;
    color: #545b67;
    text-align: left;
    vertical-align: middle;
    margin-right: 5px;
}

.lblCamposInputData {
    font-size: 8pt;
    font-weight: normal;
    color: #545b67;
    text-align: left;
    vertical-align: middle;
    /*background-color:Lime;*/
}


/*LOGIN*/





.contentLogin {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    border: 1px solid #A0A0A0;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    width: 380px;
    background: linear-gradient(#fff, #F6F6F6);
}


.login-title {
    color: #41b33f;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.loginBox {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    /*padding:20px;
    background-color:#fff;*/
}

.passwordBox {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background-color: #fff;
}



.loginFormContent {
    height: 30px;
}

.lblLogin {
    min-width: 60px;
    margin-right: 6px;
    float: left;
    font-size: 12px;
    line-height: 22px;
    color: #545B67;
}

.lblLoginFixed {
    width: 150px;
}

.loginContentCenter {
    margin-right: 4px;
    font-size: 12px;
    line-height: 22px;
    color: #545B67;
    text-align: center;
}

.textboxLogin {
    /*float: right;
    text-align: right;*/
    display: block;
    overflow: hidden;
}


.lblTextboxLogin {
    font-size: 12px;
    font-weight: normal;
    color: Black;
    padding-left: 10px;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    border: 1px solid #808080;
    outline: 0;
    height: 20px;
    /*width: 290px;*/
    width: 95%;
    display: inline-block;
}

.failureLoginContent {
    min-height: 25px;
    color: red;
    font-size: 11px;
    margin-top: 6px;
    padding-top: 4px;
    text-align: center;
}

.btnsLogin {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



/* Buttons*/


.btnDefault {
    color: #20821f;
    background: #e3f9e3;
    border: 1px solid #20821f;
    padding: 2px 8px 0 8px;
    font-size: 11px;
    line-height: 16px;
    cursor: pointer;
    vertical-align: middle;
    height: 23px;
}

    .btnDefault span {
        display: inline-block;
    }

    .btnDefault:hover {
        background-color: #c9fbc9;
    }

.btnDefaultLarge {
    color: #20821f;
    background: #e3f9e3;
    border: 1px solid #20821f;
    padding: 2px 8px 0 8px;
    font-size: 11px;
    line-height: 16px;
    cursor: pointer;
    vertical-align: middle;
    height: 23px;
}

    .btnDefaultLarge span {
        display: inline-block;
    }

    .btnDefaultLarge:hover {
        background-color: #c9fbc9;
    }

.btnDefaultLarge2 {
    color: #20821f;
    background: #e3f9e3;
    border: 1px solid #20821f;
    padding: 2px 8px 0 8px;
    font-size: 15px;
    line-height: 16px;
    cursor: pointer;
    vertical-align: middle;
    height: 23px;
}

    .btnDefaultLarge2 span {
        display: inline-block;
    }

    .btnDefaultLarge2:hover {
        background-color: #c9fbc9;
    }




.linkBtnDefault {
    color: #20821f;
    background: #e3f9e3;
    border: 1px solid #20821f;
    padding: 2px 8px 0 8px;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    vertical-align: middle;
    min-height: 25px;
}


    .linkBtnDefault img {
        float: left;
        margin-right: 5px;
    }

    .linkBtnDefault span {
        display: inline-block;
    }

    .linkBtnDefault:hover {
        background-color: #c9fbc9;
    }



/*General*/
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.space10 {
    height: 10px;
}

.space20 {
    height: 20px;
}

.space50 {
    height: 50px;
}

.captcha {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    width: 240px;
}

.contentText2 {
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.contentText3 {
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}


.contentTextRounded {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #A0A0A0;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 800px;
}


.contentTable {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 100%;
    font-size: 12px;
}

.contentInfo {
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    /*border: 1px solid #A0A0A0;*/
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 800px;
    font-family: "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 13px;
    background-color: #fff;
    color: #545B67;
}

.contentInfoTitle {
    font-weight: bold;
}
/*.contentTable td, .customers th {
        border: 1px solid #ddd;
        padding: 4px;
    }

    .contentTable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .contentTable tr:hover {
        background-color: #ddd;
    }

    .contentTable th {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 5px;
        text-align: left;
        background-color: #41B33F;
        color: white;
    }*/
/*
  ====  FOOTER ====
*/
#footer {
    background: #41B33F;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    height: 10px;
}




/*
  ====  Menu novo ====

*/

.topnav {
    overflow: hidden;
    background: linear-gradient(#fff, #F6F6F6);
    /**/ background-color: #F6F6F6;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-left: 1px;
}

    .topnav a {
        float: left;
        display: block;
        color: #41b33f;
        text-align: center;
        padding: 8px 10px;
        text-decoration: none;
        font-size: 12px;
    }

    .topnav .topHomeBtn {
        padding: 4px 10px;
    }

        .topnav .topHomeBtn img {
            max-height: 20px;
        }

.active {
    background-color: #4CAF50;
    color: white;
}

.topnav .iconRight {
    display: none;
}

.topnav .iconLeft {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}


.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 14px;
        outline: none;
        color: #41B33F;
        border-left: 1px solid #d7d7d7;
        padding: 8px 10px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        font-weight: 600;
    }

    .dropdown:last-child {
        border-right: 1px solid #d7d7d7;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 1px solid #d7d7d7;
}

    .dropdown-content a {
        font-size: 13px;
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: #41b33f;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/*
  ====  Forms ====
*/

.form-content {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #C9C9C9;
}

.form-content-area {
    background-color: #F6F6F6;
    padding: 10px;
    border-top: 1px solid #C9C9C9;
}

.form-item {
    display: flex;
    margin-bottom: 20px;
}

.form-item-text {
    text-align: justify;
    font-size: 13px;
    color: #545b67;
    line-height: 15px;
    padding: 10px;
}

    .form-item-text p {
        margin-bottom: 5px;
    }

.form-item-label {
    min-width: 200px;
    max-width: 450px;
    color: #545b67;
    font-size: 13px;
    text-align: justify;
    margin-right: 50px;
}

.form-item-label-fixWidth {
    width: 450px;
    color: #545b67;
    font-size: 13px;
    text-align: justify;
    margin-right: 50px;
}

.form-item-control {
    flex: 1;
    font-size: 13px;
}

    .form-item-control input[type="radio"] {
        padding-top: 5px;
    }

.form-buttons-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-item-button {
    color: #20821f;
    background: #e3f9e3;
    border: 1px solid #20821f;
    padding: 2px 8px 0 8px;
    font-size: 11px;
    line-height: 16px;
    cursor: pointer;
    vertical-align: middle;
    height: 23px;
    text-decoration: none;
}

    .form-item-button:hover {
        background: #CAF7CA;
    }

    .form-item-button img {
        float: left;
        margin-right: 5px;
    }

    .form-item-button span {
        float: right;
        padding-top: 2px;
    }

.form-item-validation {
    width: 30px;
    color: red;
    font-size: 10px;
    padding-top: 4px;
}

.form-item-validation-text {
    text-align: center;
    color: red;
    font-size: 10px;
}

.form-item-validatio-indicator {
}
/*
  ====  Modal Window ====
*/


.modal-background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.4;
}

.modal-popup {
    background-color: #FFFFFF;
}

.content-popup {
    padding: 5px 5px 5px 5px;
}

.top-popup {
    height: 25px;
    background-color: #41B33F;
    cursor: move;
}

.top-popup-img {
    float: right;
    margin-top: 3px;
    margin-right: 3px;
    cursor: pointer;
}

    .top-popup-img:hover {
        background-image: url('../Images/pop_closeHover.gif');
    }

.popup-title {
    font-family: Calibri;
    font-size: 18px;
    line-height: 25px;
    color: #FFF;
}



.content-popup-label {
    color: #000;
    font-size: 12px;
    display: block;
    margin: 10px 10px 10px 10px;
    font-family: Candara, Arial,Helvetica,sans-serif;
}










/*
    =====================================================================
    =====================================================================
    =====================================================================
    =====================================================================
    =====================================================================

*/



/*
  ====  MOBILE ====
*/
@media screen and (max-width: 620px) {
    html {
        -webkit-tap-highlight-color: transparent;
    }

    div {
        outline-style: none;
        -webkit-user-select: none; /* Chrome/Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        /* Not implemented yet */
        -o-user-select: none;
        user-select: none;
    }



    #content {
        margin-bottom: 30px;
    }


    .frame {
        margin-bottom: 30px !important;
    }

    /*header*/
    #centerHeader {
        /*height: unset;*/
        background: none;
        border-bottom: none;
    }

    #logoTitle {
        float: left;
    }

    .centerHeaderLogin {
        border-bottom: 1px solid #d7d7d7 !important;
    }


    #centerHeader #logo {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

        #centerHeader #logo .logo {
            margin-left: auto;
            margin-right: auto;
            float: none;
            display: none;
        }

        #centerHeader #logo .separator {
            display: none;
        }


    #centerHeader #titleContent {
        width: 100%;
        float: left;
    }

        #centerHeader #titleContent #titleContentLabel .titleBlue {
            display: block;
            float: left;
            line-height: 60px;
        }


        #centerHeader #titleContent #titleContentLabel .titleGreen {
            display: none;
        }

        #centerHeader #titleContent #titleContentLabel #logoTitle .logoTitle {
            display: inline-block;
            margin-left: 5px;
        }

    #topHeader {
        overflow: auto;
    }

    #userInfo .cliente {
    }
    /*menu*/
    .topnav {
        border-top: 1px solid #d7d7d7;
    }

        .topnav a:not(:first-child), .dropdown .dropbtn {
            display: none;
        }

        .topnav a.iconRight {
            float: right;
            display: block;
        }

        .topnav a.iconLeft {
            padding-bottom: 3px;
            display: inline-block !important;
        }

        .topnav.responsive {
            position: relative;
        }

            .topnav.responsive .iconRight {
                position: absolute;
                right: 0;
                top: 0;
            }

            .topnav.responsive a {
                float: none;
                display: block;
                text-align: left;
            }

            .topnav.responsive .dropdown {
                float: none;
            }

                .topnav.responsive .dropdown:last-child {
                    border-right: none;
                    border-bottom: none;
                }

            .topnav.responsive .dropdown-content {
                position: relative;
            }

            .topnav.responsive .dropdown .dropbtn {
                border-left: none;
                border-top: 1px solid #d7d7d7;
                display: block;
                width: 100%;
                text-align: left;
            }



            .topnav.responsive .dropdown:last-child .dropbtn {
                border-bottom: none;
            }



    .dropdown {
        cursor: pointer;
    }

        .dropdown:hover .dropdown-content {
            display: none;
        }


    /*login*/
    .contentLogin {
        box-shadow: none;
        width: 90% !important;
        /*margin-left: 2px !important;
        margin-right: 2px !important;*/
        margin-top: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }


    .loginBox {
        width: 100% !important;
        box-sizing: border-box;
    }

    .passwordBox {
        width: 100% !important;
        box-sizing: border-box;
    }

    .lblTextboxLogin {
        width: 90% !important;
    }


    .textboxLogin {
        width: auto !important;
    }

    /*pages*/
    .contentGrid {
        width: auto !important;
    }

    .contentTable {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .contentTableColumnHeader {
    }

    .contentTableColumnRow {

    }

    .contentText2 .center img {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {

    #centerHeader #titleContent #titleContentLabel {
        margin-left: auto;
        margin-right: auto;
    }

    .contentTableColumnHeader {
        width:100% !important;
    }

    .contentTableColumnRow {
    }
}
