/*	--------------------------------------------------
	:: Login
	-------------------------------------------------- */

.center-box {
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    margin: auto;
    width: 500px;
    text-align: center;
}

.formulario {
    background: #f3f3f3;
    padding: 10px;
    box-shadow: 2px 2px 12px 2px #888888;
}

/*	--------------------------------------------------
	:: ValidationSummary
	-------------------------------------------------- */

.validationsumary {
    padding: 0px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.validationheader {
    left: 0;
    position: relative;
    font-size: 1.1em;
    height: 30px;
    border-bottom: 1px solid #cc0000;
    padding-top: 5px;
    padding-right: 5px;
    text-align: left !important;
}

.validationsumary ul {
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 5px;
    padding-left: 50px;
    list-style: none;
    background: url(../Images/warning.ico) no-repeat left !important;
}

    .validationsumary ul li {
        /*padding:4px 10px 4px 10px;*/
        padding: 0;
        list-style: none;
        color: #a94442;
        text-align: left !important;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h3, h4, h5 {
    margin-top: 5px;
    font-weight: 600;
}

a {
    font-size: small !important;
}
a:link {
    color: #ff0000 !important;
    text-decoration: none !important;
}

a:visited {
    color: #999999 !important;
    text-decoration: none !important;
}

a:hover {
    color: #000000 !important;
    text-decoration: underline !important;
}

a:active {
    color: #00ff00 !important;
    text-decoration: underline !important;
    background-color: #000000 !important;
}

/* ERROR & LOGIN & LOCKSCREEN*/
.middle-box {
    max-width: 450px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px;
}

.loginscreen.middle-box {
    width: 300px;
}

.loginColumns {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}

.passwordBox {
    max-width: 460px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}

.middle-box h1 {
    font-size: 170px;
}

.wrapper .middle-box {
    margin-top: 140px;
}

.lock-word {
    z-index: 10;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -470px;
}

    .lock-word span {
        font-size: 100px;
        font-weight: 600;
        color: #e9e9e9;
        display: inline-block;
    }

    .lock-word .first-word {
        margin-right: 160px;
    }

.tableRodape {
    position: absolute !important;
    clear: both !important;
    bottom: 0 !important;
    /*background: linear-gradient(0deg, #ffffff,  #dedede 85%);*/
    /*background: #dedede !important;
        background: linear-gradient(to bottom,#dedede,#ffffff) !important;
        background: -moz-linear-gradient(top,#dedede,#ffffff) !important;
        background: -ms-linear-gradient(top,#dedede,#ffffff) !important;
        background: -o-linear-gradient(top,#dedede,#ffffff) !important;
        background: -webkit-linear-gradient(top,#dedede,#ffffff) !important;
        background: -webkit-gradient(linear,left top,left bottom,from(#dedede),to(#ffffff)) !important;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dedede',endColorstr='#ffffff',GradientType=0) !important;
        height: 40px !important;
        margin: 0px 0px 0px 0px !important;
        text-align: center !important;
        line-height: 30px !important;*/
    width: 100% !important;
}

.tableRodape td {
    background: #dedede !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede',endColorstr='#ffffff') !important;
    background: -webkit-gradient(linear,left top,left bottom,from(#dedede),to(#ffffff)) !important;
    height: 40px !important;
    margin: 0px 0px 0px 0px !important;
    text-align: center !important;
    line-height: 30px !important;
}

.tableRodape img {
    width: 60px !important;
    height: 60px !important;
}

.TextoRodape {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    color: #333333 !important;
}