/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) */
html{color:#000;height: 100%;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* Correção footer */
div:after, ol:after, form:after, ul:after, dl:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}

/* Básico */
html {
    height: 100%;
}

a {
    font-size: 10px;
    color: #6f6f6f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    color: #555454;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#content-container {
    margin: 0 auto;
    min-height: calc(100% - 1px);
    min-width: 485px;
}

#content {
    margin: 0 auto;
}

#header {
    width: 452px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 5px 0;
}

#footer {
    background-color: #092844;
    width: 100%;
    height: 57px;
    bottom: 0;
    color: #f6f6f8;
    margin-top: -57px;
    min-width: 485px;
}

#footer-container {
    font-size: 11px;
}

#footer-container > img {
    float: left;
    margin-top: 4px;
}

#footer-container > div {
    float: left;
    margin: 6px 0 0 12px;
}

#footer-container .b2ml-logo {
    float: right;
    margin-top: 13px;
}

.login-form {
    border: #dcdcdc 10px solid;
    border-radius: 0;
    margin: 5% auto;
    position: relative;
    color: #f6f6f8;
    background-color: #DCDCDC;
}

.login-form-header {
    background: url('../resources/image/login/bg-titulo-login.png') repeat-x transparent;
    width: 100%;
    height: 30px;
}

.login-header-locker {
    text-align: center;
    border-right: 1px solid #0e1c29;
    box-shadow: 2px 0px #31608c;
    width: 40px;
}

.login-header-title {
    font-size: 1.2em;
    font-weight: bold;
}

.login-form-content {
    position: relative;
    margin: 0 auto;
    width: 90%;
    border-collapse: separate;
    border-spacing: 0 15px;
    padding-top: 20px;
}

.form-block input[type='text'], .form-block input[type='password'], #modal-forgot-password input[type='text'] {
    font-size: 12px;
    color: #6b6a68;
    padding: 6px;
    border: none;
    margin-bottom: 5px;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    width: 100%;
    background: #f6f3f3; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6f3f3 0%, #fefbfb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f3f3), color-stop(100%,#fefbfb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6f3f3 0%,#fefbfb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6f3f3 0%,#fefbfb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6f3f3 0%,#fefbfb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6f3f3 0%,#fefbfb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f3f3', endColorstr='#fefbfb',GradientType=0 ); /* IE6-9 */
    outline: none;
}

.form-block input[type='text']:hover, .form-block input[type='text']:focus,
.form-block input[type='password']:hover, .form-block input[type='password']:focus,
#modal-forgot-password input[type='text']:hover, #modal-forgot-password input[type='text']:focus {
    background: #fbf8f8; /* Old browsers */
    background: -moz-linear-gradient(left,  #fbf8f8 0%, #fefbfb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fbf8f8), color-stop(100%,#fefbfb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #fbf8f8 0%,#fefbfb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #fbf8f8 0%,#fefbfb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #fbf8f8 0%,#fefbfb 100%); /* IE10+ */
    background: linear-gradient(to right,  #fbf8f8 0%,#fefbfb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf8f8', endColorstr='#fefbfb',GradientType=1 ); /* IE6-9 */
    -moz-box-shadow: 0 0 5px 1px #dfdfdf;
    -webkit-box-shadow: 0 0 5px 1px #dfdfdf;
    box-shadow: 0 0 5px 1px #dfdfdf;
    border: 1px solid #b3c4d4 !important;
}

.form-block input[disabled='disabled'], .form-block input[disabled='disabled']:hover ,
#modal-forgot-password input[disabled='disabled'], #modal-forgot-password input[disabled='disabled']:hover {
    box-shadow: none;
    background: #fdfdfd !important;
    border: 1px solid #e3e3e3 !important;
    color: #8E8E8E;
    filter: none !important;
    opacity: 0.8;
}

.login-form-content input[type="text"], .login-form-content input[type="password"] {
    background: url('../resources/image/login/input-login.png') no-repeat transparent;
    width: 100%;
    height: 30px;
    border: none;
    text-indent: 20px;
    color: #1c4266;
    display: block;
    overflow: hidden;
    line-height: 20px;
}

.login-form-content input[type="text"]:focus, .login-form-content input[type="text"]:hover,
.login-form-content input[type="password"]:focus, .login-form-content input[type="password"]:hover {
    background: url('../resources/image/login/input-login.png') no-repeat 0 -50px transparent;
    outline: none;
    box-shadow: 0 0 6px 3px #dfdfdf;
}

#lost-password-link {
    color: #24446a;
    font-size: 0.8em;
}

#login-button {
    background-color: #183F63;
    width: 90%;
    height: 30px;
    border: none;
    color: #f6f6f8;
    font-size: 1.3em;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
}

#login-button:hover {
    background-color: #4790d5;
}

#login-button:active {
    background-color: #31608c;
}

@media screen and (min-width: 750px) {
    .row-web-style{
        height: 100vh;
    }
    .row-web-style .col-div-row{
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        height: 100vh;
    }
}

#dialog-compatibility .browser-message {
    font-size: 13px;
    margin-bottom: 20px;
    color: #5C5B5B;
}

#dialog-compatibility .browser-message img {
    float: left;
    margin-right: 10px;
}

#dialog-compatibility .browser-message h2 {
    margin-bottom: 5px;
}

#dialog-compatibility .browser-message a {
    font-size: 14px;
    color: #24446A;
}

/* -------------------------------------------------------------------------- */
/* GROWL -------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.ui-growl {
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

.ui-growl-item {
    padding: 0 !important;
    margin: 0 !important;
}

.ui-growl-message {
    margin: 0 auto !important;
    width: 100% !important;
    text-align: center;
    padding: 9px 0 0 0 !important;
    float: none !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 11px;
    text-transform: uppercase;
}

.ui-growl-message .ui-growl-title {
    font-size: 18px !important;
}

.ui-growl-item-container {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.95 !important;
    z-index: 9100;
}

.ui-growl .ui-icon-closethick {
    background: url("../resources/image/operacional/btn-close-growl.png");
    background-repeat: no-repeat;
    background-position: left 0;
    position: absolute;
    top: 22px !important;
    right: 22px;
    width: 21px;
    height: 20px;
    margin: 0 !important;
    padding: 0 !important;
}

.ui-growl .ui-icon-closethick:hover {
    background-position: left -20px;
}

.ui-growl-error {
    background: rgb(255,186,186); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255,186,186,1) 10%, rgba(255,216,216,1) 50%, rgba(255,186,186,1) 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgba(255,186,186,1)), color-stop(50%,rgba(255,216,216,1)), color-stop(90%,rgba(255,186,186,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,186,186,1) 10%,rgba(255,216,216,1) 50%,rgba(255,186,186,1) 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,186,186,1) 10%,rgba(255,216,216,1) 50%,rgba(255,186,186,1) 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,186,186,1) 10%,rgba(255,216,216,1) 50%,rgba(255,186,186,1) 90%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,186,186,1) 10%,rgba(255,216,216,1) 50%,rgba(255,186,186,1) 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbaba', endColorstr='#ffbaba',GradientType=1 ); /* IE6-9 */
    color: #990404;
    text-shadow: 0 -1px #ffdddd;
}

.ui-growl-warning {
    background: rgb(255,248,175); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255,248,175,1) 10%, rgba(255,249,204,1) 50%, rgba(255,248,175,1) 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgba(255,248,175,1)), color-stop(50%,rgba(255,249,204,1)), color-stop(90%,rgba(255,248,175,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,248,175,1) 10%,rgba(255,249,204,1) 50%,rgba(255,248,175,1) 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,248,175,1) 10%,rgba(255,249,204,1) 50%,rgba(255,248,175,1) 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,248,175,1) 10%,rgba(255,249,204,1) 50%,rgba(255,248,175,1) 90%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,248,175,1) 10%,rgba(255,249,204,1) 50%,rgba(255,248,175,1) 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8af', endColorstr='#fff8af',GradientType=1 ); /* IE6-9 */
    color: #b69b05;
    text-shadow: 0 -1px #fcfff8;
}

.ui-growl-success {
    background: rgb(227,255,186); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(227,255,186,1) 10%, rgba(240,255,219,1) 50%, rgba(227,255,186,1) 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgba(227,255,186,1)), color-stop(50%,rgba(240,255,219,1)), color-stop(90%,rgba(227,255,186,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(227,255,186,1) 10%,rgba(240,255,219,1) 50%,rgba(227,255,186,1) 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(227,255,186,1) 10%,rgba(240,255,219,1) 50%,rgba(227,255,186,1) 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(227,255,186,1) 10%,rgba(240,255,219,1) 50%,rgba(227,255,186,1) 90%); /* IE10+ */
    background: linear-gradient(to right, rgba(227,255,186,1) 10%,rgba(240,255,219,1) 50%,rgba(227,255,186,1) 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ffba', endColorstr='#e3ffba',GradientType=1 ); /* IE6-9 */
    color: #5a8813;
    text-shadow: 0 -1px #fcfff8;
}

.ui-growl-error .ui-growl-image {
    background: url("../resources/image/operacional/growl-image-error.png") !important;
    width: 68px !important;
    height: 66px !important;
}

.ui-growl-warning .ui-growl-image {
    background: url("../resources/image/operacional/growl-image-warning.png") !important;
    width: 68px !important;
    height: 66px !important;
}

.ui-growl-success .ui-growl-image {
    background: url("../resources/image/operacional/growl-image-success.png") !important;
    width: 68px !important;
    height: 66px !important;
}

/* -------------------------------------------------------------------------- */
/* PÁGINAS DE ERRO----------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#error-page-box-message{
    -moz-box-shadow: 0 0 5px 1px #c9c9c9;
    -webkit-box-shadow: 0 0 5px 1px #c9c9c9;
    box-shadow: 0 0 5px 1px #c9c9c9;
    border: 1px solid #b9b9b9 !important;
    margin: 130px auto 0;
    width: 450px;
    padding-bottom: 50px;
    padding-top: 35px;
    background: rgb(249,250,251); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgb(249,250,251) 48%, rgb(232,227,229) 86%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(48%,rgb(249,250,251)), color-stop(86%,rgb(232,227,229))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgb(249,250,251) 48%,rgb(232,227,229) 86%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgb(249,250,251) 48%,rgb(232,227,229) 86%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgb(249,250,251) 48%,rgb(232,227,229) 86%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgb(249,250,251) 48%,rgb(232,227,229) 86%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#e8e3e5',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

#error-title{
    color: #EED5D5;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 1px 1px #D6B9B9;
    text-transform: uppercase;
}

#error-message{
    color: #76624F;
    text-shadow: 1px 1px #BBBBBB;
}

#back-to-home-message{
    color: #76624F;
    text-shadow: 1px 1px #BBBBBB;
    margin-top: 10px
}

#back-to-home-message a{
    color: #72973C;
    text-decoration: underline;
    font-size: 1em;
}

#back-to-home-message a:hover {
    text-decoration: none;
}

/* -------------------------------------------------------------------------- */
/* MODAIS ------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.ui-dialog {
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #cfcfc9;
    padding: 3px !important;
    box-shadow: none !important;
}

.ui-dialog-titlebar {
    position: relative;
    background: #264D71;
    padding: 7px 10px !important;
    margin-bottom: 15px;
}

.ui-dialog-title {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f6f6f8;
    text-shadow: 0px 1px 1px #161410;
    padding: 0 !important;
    margin: 0 !important;
}

.ui-dialog-titlebar-close {
    background: url("../resources/image/operacional/btn-close-dialog.png");
    background-repeat: no-repeat;
    background-position: left 0;
    position: absolute;
    top: 9px !important;
    right: 10px;
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 !important;
    padding: 0 !important;
}
.ui-dialog-titlebar-close:hover {
    background-position: left -22px;
}

.ui-dialog-content {
    font-size: 13px;
    color: #404040;
    padding: 0 12px 10px !important;
}

#modal-forgot-password .ui-dialog-content {
    color: #1C4266;
}

.ui-dialog-content p {
    margin-bottom: 10px;
    padding: 0 !important;
}

.ui-dialog-content p span.ui-icon {
    display: none !important;
}

.ui-dialog-buttonpane {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.ui-widget-overlay {
    background-color: #d0d0d0;
    opacity: 0.85;
}

.ui-dialog-content table tr td {
    padding-bottom: 8px;
}

.ui-dialog-content table tfoot tr td {
    padding-top: 15px;
}

/* -------------------------------------------------------------------------- */
/* BUTTONS ------------------------------------------------------------------ */
/* -------------------------------------------------------------------------- */

button, input[type='button'], .ui-button {
    color: #e7e7e7;
    padding: 3px 5px !important;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    padding: 7px 12px !important;
    background: #8e7760; /* Old browsers */
    background: -moz-linear-gradient(top,  #8e7760 44%, #786552 82%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,#8e7760), color-stop(82%,#786552)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8e7760 44%,#786552 82%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8e7760 44%,#786552 82%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8e7760 44%,#786552 82%); /* IE10+ */
    background: linear-gradient(to bottom,  #8e7760 44%,#786552 82%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e7760', endColorstr='#786552',GradientType=0 ); /* IE6-9 */
}

button:hover, input[type='button']:hover, .ui-button:hover {
    background: #a88b6f; /* Old browsers */
    background: -moz-linear-gradient(top,  #a88b6f 44%, #8f7459 84%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,#a88b6f), color-stop(84%,#8f7459)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a88b6f 44%,#8f7459 84%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a88b6f 44%,#8f7459 84%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a88b6f 44%,#8f7459 84%); /* IE10+ */
    background: linear-gradient(to bottom,  #a88b6f 44%,#8f7459 84%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a88b6f', endColorstr='#8f7459',GradientType=0 ); /* IE6-9 */
}

button:active, input[type='button']:active, .ui-button:active {
    background: #8f7459; /* Old browsers */
    background: -moz-linear-gradient(top,  #8f7459 16%, #a88b6f 56%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,#8f7459), color-stop(56%,#a88b6f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8f7459 16%,#a88b6f 56%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8f7459 16%,#a88b6f 56%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8f7459 16%,#a88b6f 56%); /* IE10+ */
    background: linear-gradient(to bottom,  #8f7459 16%,#a88b6f 56%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f7459', endColorstr='#a88b6f',GradientType=0 ); /* IE6-9 */
}

.ui-button:last-child {
    margin-right: 4px;
}

.ui-button-text {
    white-space: nowrap;
    display: block;
    height: 15px;
    padding: 2px 0 0 !important;
}

.btn-green {
    color: #f6f6f8;
    background: none repeat scroll 0 0 #467f08;
    height: 40px;
    border-radius: 0px;
    float: right;
}

.btn-green .ui-button-text, .btn-red .ui-button-text {
    padding-left: 35px !important;
    background-position: left center;
    background-repeat: no-repeat;
    height: 25px;
    line-height: 25px !important;
    text-align: left;
}

.btn-green:hover, .btn-green:active {
    background: none repeat scroll 0 0 #467f08;
    opacity: 0.9;
}

.btn-red {
    color: #fee4e4;
    background: none repeat scroll 0 0 #d14a4a;
    height: 40px;
    border-radius: 0px;
    float: right;
}

.btn-red .ui-button-text {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px !important;
}

.btn-red:hover, .btn-red:active{
    background: none repeat scroll 0 0 #d14a4a;
    opacity: 0.9;
}

.btn-icon-check .ui-button-text {
    background-image: url("../resources/image/operacional/btn-save-icon.png");
}

.btn-icon-cancel .ui-button-text {
    background-image: url("../resources/image/operacional/btn-cancel-icon.png");
}

.ui-radiobutton-box {
    background: url("../resources/image/bg-radiobutton.png") center top no-repeat;
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    padding: 0 5px 0 0 !important;
}

.ui-radiobutton-box.ui-state-active {
    background: url("../resources/image/bg-radiobutton.png") center -12px no-repeat;
}

.ui-chkbox-box {
    background: url("../resources/image/bg-checkbox.png") center top no-repeat;
    width: 13px !important;
    height: 13px !important;
}

.ui-chkbox-box.ui-state-active {
    background: url("../resources/image/bg-checkbox.png") center -13px no-repeat;
}

.btn-textless {
    padding: 7px 8px 8px !important;
}

.btn-textless .ui-button-text {
    display: none !important;
}

.btn-textless .ui-icon {
    display: block !important;
    position: relative !important;
    margin: 0 !important;
    top: auto;
    left: auto;
}

.ui-review-icon {
    width: 16px !important;
    height: 16px !important;
    background: url("../resources/image/btn-review-proposal-icon.png") center no-repeat;
}

.ui-sendEmail-icon {
    width: 16px !important;
    height: 16px !important;
    background: url("../resources/image/btn-send-email-icon.png") center no-repeat;
}

.ui-print-icon {
    width: 18px !important;
    height: 16px !important;
    background: url("../resources/image/btn-print-icon.png") center no-repeat;
}

.ui-search-icon {
    width: 16px !important;
    height: 16px !important;
    background: url("../resources/image/btn-search-icon.png") center no-repeat;
}

.rounded-white-container {
    background-color: #FFFFFF !important;
    border-radius: 4px;
    padding: 3px 10px;
    -moz-box-shadow: 0 1px 0 0 #E1E0E0 inset;
    -webkit-box-shadow: 0 1px 0 0 #E1E0E0 inset;
    box-shadow: 0 1px 0 0 #E1E0E0 inset;
    font-size: 11px;
    color: #6F6F6F;
}

.message-change {
    border-radius: 1px;
    padding: 3px 8px;
    -moz-box-shadow: 0 1px 0 0 #E1E0E0 inset;
    -webkit-box-shadow: 0 1px 0 0 #E1E0E0 inset;
    font-size: 12px;
    color: #FF0000;
}

.ui-shadow {
    box-shadow: 0 3px 4px #DCDCDC!important;
}

#link-compatibility, #lost-password-link {
    color: #6f6f6f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    text-align: right;
}

#link-compatibility{
    background: url("../resources/image/icon-check.png") 9px center no-repeat;
    float: right;
    width: 165px;
}

#lost-password-link {
    background: url("../resources/image/icon-question.png") 9px center no-repeat;
    float: left;
    width: 165px;
}

#link-compatibility:hover, #lost-password-link:hover {
    text-decoration: underline;
}

#form-password-recovery{
    margin: 0 auto;
    position: relative;
    background-color: #f8f8f8;
    width: 350px;
    padding: 20px;
}

#form-password-recovery input{
    margin-top: 5px;
    margin-left: 5px;
}

#form-password-recovery table tbody tr td{
    text-align: right;
}

#form-password-recovery table{
    margin-left: 40px;
}

#form-password-recovery button{
    margin-top: 10px;
}

.form-block tr td label {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
}

#modal-forgot-password {
    min-width: 350px;
}

#modal-forgot-password .form-block table {
    width: 100%;
}

.form-header {
    background-color: #264d71;
    padding: 10px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    width: 370px;
}

.form-header > label {
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

/* -------------------------------------------------------------------------- */
/* AJAX-LOADING ------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#ajax-status-panel {
    position: fixed;
    left: 50%;
    top: 2px;
    z-index: 1012;
}

#ajax-status-panel_start {
    background-color: white;
    border-radius: 2px;
    padding: 2px;
}

/* -------------------------------------------------------------------------- */
/* MENU-DE-IDIOMA ----------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#header-flat-menu {
    display: inline-block;
    bottom: 5px;
    position: absolute;
}

.flat-button, .text-flat-button {
    display: block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-bottom: 2px;
    background-repeat: no-repeat !important;
    position: relative;
    color: #ffffff !important;
    text-align: left;
    font-size: 0.9em;
}

.text-flat-button {
    min-width: 60px;
    text-indent: 40px;
    text-transform: uppercase;
    background-position: 13px center !important;
}

.text-flat-button text {
    margin-top: 5px;
}

.btn-add:hover, .btn-add-20:hover, .btn-remove:hover, btn-remove-20:hover, .btn-edit:hover, .btn-view:hover, .btn-evaluate:hover, .btn-save:hover, .btn-restore:hover, .btn-default:hover, .btn-extend:hover,
.btn-cancel:hover, .btn-new:hover, .btn-back:hover, .btn-advance:hover, .btn-search:hover, .btn-generate-report:hover, .btn-view-image:hover, .flat-button:hover, .text-flat-button:hover, .btn-change-session:hover,
.fileupload-buttonbar .ui-button:hover, .btn-copy:hover, .btn-email:hover, .btn-select2:hover, .btn-select3:hover, .btn-download:hover, .btn-download-ico:hover, .btn-correct:hover, .btn-move-up:hover, .btn-move-up-20:hover,
.btn-move-down:hover, .btn-move-down-20:hover, .btn-refresh:hover, .btn-email-icon:hover, .btn-support-ti:hover, .btn-checked:hover {
    text-decoration: none;
    opacity: 0.9;
}

.language-button {
    background-position: left !important;
    margin: 2px;
}

.pt {
    background: url("../resources/image/login/pt.png");
}

.us {
    background: url("../resources/image/login/us.png");
}

.es {
    background: url("../resources/image/login/es.png");
}

#growlViewExpired {
    display: none;
}

/* -------------------------------------------------------------------------- */
/* AJAX-LOADING ------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*#ajax-status-panel {
    position: fixed;
    left: 50%;
    top: 2px;
    z-index: 2000;
}

#ajax-status-panel_start {
    background-color: white;
    border-radius: 2px;
    padding: 2px;
}*/
#ajax-status-panel {
    position: fixed;
    z-index: 2000;
}

#ajax-status-panel_start {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fefefe;
    opacity: 0.9;
    text-align: center;
    margin-left: -800px;
}

#ajax-status-panel_start div {
    position: relative;
    width: 220px;
    margin: 0 auto;
    top: calc(50% - 62px) !important;
}

#ajaxLoadingImg {
    margin: 0 0 0 -10px;
    opacity: 0.3;
}

.loading-text {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: bold;
    color: #b8b8b8;
}

.icon-login {
    margin-top: 25%;
}
.btn-send-privacy {
    color: #FFFFFF;
    background: none repeat scroll 0 0 #144b6d;
    float: right;
}
.btn-send-privacy:hover {
    color: #FFFFFF;
    background: none repeat scroll 0 0 #144b6d;
    float: right;
    opacity: 0.75;

}