@font-face {
    font-family: Tahoma;
    src: url(../styles/fonts/Tahoma.ttf);
}

* {
    font: 12px Tahoma, sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    background: #F4F4F4;
    color: #333;
}

html, body, p {
    margin: 0;
    padding: 0;
}

.layout-padding {
    padding: 12px;
}

.layout-padding > div, .layout-padding > p {
    padding: 4px;
}

.sgs-input-container label {
    width: 80px;
}

a#updateBrow > label, button#entrarUsop > label, button#entrar > label {
    color: rgba(0, 0, 0, .66);
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 33px;
}

.sgs-icon {
    width: 25px;
    height: 25px;
}

#dialog-TabelaUsop {
    overflow: hidden;
}

button {
    cursor: pointer;
    align-items: center;
    border-radius: 5px;
    text-decoration: none;
    margin: 0 0 0 5px;
}

a#updateBrow {
    margin: 20px;
    width: 85%;
    cursor: pointer;
    align-items: center;
    border-radius: 5px;
    text-decoration: none;
    background: var(--mv-blue) none repeat scroll 0% 0%;
}

a#updateBrow, .sgs-login-actions button {
    text-transform: uppercase;
    height: 36px;
    display: -moz-inline-grid;
    background: rgba(0, 0, 0, .1);
    border: none;
}

a#updateBrow, .sgs-login-actions button:active {
    background: rgba(0, 0, 0, .2);
}

button#entrar {
    width: 100%;
}

a#updateBrow:hover label, button#entrar:hover label {
    color: rgba(0, 0, 0, .78);
}

a#updateBrow label:first-child, button#entrar label:first-child {
    margin: auto;
}

button#entrarUsop {
    background: #ACCDE6;
    border-radius: 8px;
}

button#entrarUsop:hover {
    color: white;
    background: #81B1D6;
    cursor: pointer;
}

button#entrar:enabled .sgs-icon, button#entrarUsop:enabled .sgs-icon {
    background: url(../img/login/chave.png) no-repeat center;
}

button#entrar:disabled .sgs-icon, button#entrarUsop:disabled .sgs-icon {
    background: url(../img/login/chave_dis.png) no-repeat center;
}

.sgs-container {
    display: flex;
    flex-direction: row;
}

.sgs-login {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 340px;
    height: 500px;
    display: flex;
    flex-direction: column;
}

.sgs-space {
    margin: auto;
}

.sgs-login-logo {
    background: url(../img/logoMV.png) no-repeat center;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
}

a#updateBrow, .sgs-login-actions button div {
    line-height: inherit;
    vertical-align: middle;
    display: inline-block;
    font-size: 13.5px;
    color: #5F5F5F;
}

.sgs-login p {
    color: rgba(0, 0, 0, .6);
}

.sgs-login-title {
    text-align: center;
    padding: 4px;
    line-height: 20px;
    margin: 0 0 4px;
    background: rgba(0, 0, 0, .13);
}

.msg-content, .sgs-login-content {
    background: white;
    border: 2px solid rgba(0, 0, 0, .1);
}

.msg-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sgs-login-content p {
    opacity: .8;
    border-bottom: .5px solid rgb(219, 219, 219);
}

.sgs-input-container {
    margin: 8px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

a#updateBrow, .sgs-login-actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

a#updateBrow:hover {
    background: #274B6C none repeat scroll 0% 0%;
}

.sgs-login-actions button:hover {
    background: rgba(0, 0, 0, .15);
}

.sgs-input-container label::after {
    content: ':';
}

.sgs-input-container input {
    flex-grow: 1;
}

.sgs-footer {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0 18px;
}

.sgs-footer-version {
    flex-grow: 1;
    line-height: 48px;
}

.loginUpper {
    text-transform: uppercase;
}

#usuarioUsop {
    width: 250px;
}

input[id='login.senha'], input[id='login.login'] {
    min-width: 225px;
}