body, html {
    color: #797979;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
}

    body #main {
        background: url(../img/bg_index.jpg) no-repeat center top;
        width: 100%;
    }

    body #main {
        background: url(../img/bg_main.jpg) no-repeat center top;
    }

    body #background-login {
        background: url("../img/bg_login.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        width: 380px;
        min-height: 280px;
    }

    body #background {
        background: url(../img/bg_index.jpg) no-repeat center top;
        width: 100%;
        height: 1020px;
    }

span.validationerroremail {
    color: red;
    height: 25px;
    left: 180px;
    position: relative;
    top: 5px;
}

h2 {
    color: #C25E00;
}

a, a:link {
    color: black;
    font-size: smaller;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {       
        color: #C25E00;
    }

div.logotipo span {
    display: none;
}

div.logotipo a {
    display: block;
    width: 190px;
    height: 70px;
    margin: 35px 0 0 0;
}

div.menu {
    margin: 21px 0 0 0;
}

    div.menu ul, div.menu li {
        height: 30px;
        margin: 0;
    }

    div.menu li {
        list-style: none;
        float: left;
        text-align: center;
        margin: 0 20px 0 0;
    }

        div.menu li a, div.menu li a:link {
            color: #fff;
            font-weight: bold;
            font-size: 13px;
            text-decoration: none;
            padding: 3px 20px 0;
            height: 27px;
            display: block;
        }

            div.menu li a:hover, div.menu li a.active {
                background: #ac5300;
            }

                div.menu li a.active:hover {
                    background: none;
                }

div.address a.symantec {
    display: block;
    /*background: url(../img/lg_symantec.png) 0 0 no-repeat;*/
    width: 252px;
    height: 29px;
    margin: 0 auto;
}

div.address span.icon img {
    width: 32px; 
    padding: 5px 0px 10px 0px;
}

div.address span.icon img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

div.login {
    margin-top: 54px;
}

    div.login #iframe {
        width: 390px;
        height: 280px;
        overflow: hidden;
    }

div.text {
    margin-top: 100px;
}

    div.text p {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

        div.text p.title {
            color: #C25E00;
            font-size: 20px;
        }

div.address {
    margin-top: 100px;
    position: relative;
    top: 210px;
}

    div.address p {
        text-align: center;
        color: #797979;
        font-size: 12px;
        font-weight: bold;
        margin: 30px 0;
    }

div#background-login {
    position: relative;
    left: 285px;
    top: 230px;
}

    div#background-login input {
        border: medium none;
        height: 24px;
        left: 118px;
        position: absolute;
        top: 218px;
        width: 182px;
    }

    div#background-login label {
        border: medium none;
        height: 24px;
        left: 122px;
        position: absolute;
        top: 78px;
        width: 182px;
    }

.terms {
    border: medium none;
    height: 24px;
    left: 95px;
    position: absolute;
    top: 168px;
    width: 190px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

    .terms :hover {
        color: #D96200;
        text-decoration: none!important;
    }

div#background-login input.name {
    /*top: 92px;*/ /*MAG (20140516) New Logon Strategy*/
    top: 80px;
}

div#background-login input.password {
    /*top: 129px;*/ /*MAG (20140516) New Logon Strategy*/
    top: 133px;
}

div#background-login input.company {
    top: 49px; /*Obsoleted*/ /*MAG (20140516) New Logon Strategy*/
}

name div#background-login input.eula {
    left: 79px;
    top: 219px;
    width: 15px;
    height: 15px;
}

div#background-login label {
    color: #fff;
    display: block;
    font-weight: bold;
    left: 110px;
    top: 168px;
    width: 220px;
    font-size: 12px;
}

#background-login div {
    left: 85px;
    position: absolute;
    top: 205px;
}

div#background-login input.submit {
    height: 50px;
    left: 222px;
    top: 190px;
    width: 100px;
    font-family: Arial,Sans-Serif;
    background: transparent url(../img/bt_submit.png) 0 0 no-repeat;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

    div#background-login input.submit:hover {
        background: transparent url(../img/bt_submit_hover.png) 0 0 no-repeat;
    }

div.container_24 div.content {
    margin-top: 150px;
    height: 170px;
}

div.contato div.form {
    width: 700px;
}

    div.contato div.form ul li {
        list-style: none;
        margin: 10px 0;
    }

        div.contato div.form ul li label {
            float: left;
            width: 100px;
            padding-left: 80px;
        }

        div.contato div.form ul li input, div.contato div.form ul li textarea {
            padding: 7px;
            width: 400px;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
            border: 1px solid #C25E00;
            background-color: #FFFFFF;
            -webkit-box-shadow: #B3B3B3 2px 2px 2px;
            -moz-box-shadow: #B3B3B3 2px 2px 2px;
            box-shadow: #B3B3B3 2px 2px 2px;
        }

        div.contato div.form ul li textarea {
            height: 200px;
            overflow: hidden;
        }

        div.contato div.form ul li input.submit {
            background: #C25E00;
            color: #fff;
            font-weight: bold;
            border: none;
            width: 100px;
            float: right;
            margin: 20px 115px 50px 0;
        }


/**************************************************************
Message
**************************************************************/
.message {
    display: block;
    position: fixed;
    top: 0;
    background-color: #d2ecf8;
    filter: alpha(opacity=80);
    opacity: 0.8;
    width: 100%;
    border: 1px solid #A8A8A8;
    z-index: 1000000;
}

    .message > .container {
        margin: auto;
        padding: 5px 10px;
        text-align: center;
    }

        .message > .container > .header {
            color: #080F46;
            font-size: 16px;
            font-weight: bold;
        }

        .message > .container > .content {
            color: #333333;
            padding-top: 6px;
            padding-bottom: 6px;
        }

            .message > .container > .content img {
                margin-right: 5px;
                vertical-align: middle;
            }

            .message > .container > .content span {
                vertical-align: middle;
            }

/**********************************
  Master
**********************************/
.red {
    color: Red;
}

.progress-master {
    background-color: gray;
    color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    opacity: 0.68;
    filter: alpha(opacity=68);
}
.progress-master-center{
    background-color: black;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    position: fixed;
    right: 44%;
    top: 50%;
    width: 150px;
    opacity: 1;
}

/**************************************************************
Message Box Feedback
**************************************************************/
.message-box {
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
}

.message-box-content {
    background: rgb(237,237,237); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    position: relative;
    margin: 0 auto;
    width: 450px;
    border-left: 1px solid #D96200;
    border-right: 1px solid #D96200;
    border-bottom: 1px solid #D96200;
    border-top: 20px solid #D96200;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);
}

.message-box-content-close {
    border-left: 1px solid #D96200;
    border-right: 1px solid #D96200;
    border-bottom: 1px solid #D96200;
    border-top: 20px solid #D96200;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.message-box-content > ul {
    display: block;
    margin: 20px;
}

    .message-box-content > ul > li {
        list-style: none;
        display: block;
        padding: 5px 0 5px 26px;
        margin: 0;
        color: #696969;
        font-weight: bold;
        border-bottom: 1px groove;
    }

        .message-box-content > ul > li.message-box-error {
            background: transparent url(../img/message-box-error.png) 0 5px no-repeat;
        }

        .message-box-content > ul > li.message-box-warning {
            background: transparent url(../img/message-box-notice.png) 0 5px no-repeat;
        }

        .message-box-content > ul > li.message-box-notice {
            background: transparent url(../img/message-box-warning.png) 0 5px no-repeat;
        }

.message-box-close, .message-box-toggle {
    background: transparent url(../img/message.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    cursor: pointer;
    top: -17px;
    right: 2px;
}

.message-box-toggle {
    left: 2px;
    background-position: -34px 0;
}

#NeoMessageListPublic .message-box-content {
    width: 350px;
}
/* ===================================================== */

