/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05/11/2019, 14:23:24
    Author     : jivago.silva
*/

.sps-descricao {
    color: #1976d2 !important;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.sps-label-pesquisa {
    font-weight: bold;
    letter-spacing: 0.5px;
}

.sps-afirmacao {
    letter-spacing: 0.5px;
    font-size: 1.375rem;
    text-transform: lowercase;
}
.sps-afirmacao::first-letter {
    text-transform: uppercase;
}

.sps-afirmacao-interno {
    font-size: 1.200rem;
    text-transform: lowercase;
}
.sps-afirmacao-interno::first-letter {
    text-transform: uppercase;
}

.cor-label .sps-label-pesquisa{
    color: #0d47a1;
}

.cor-pergunta .sps-label-pesquisa, .cor-pergunta .sps-afirmacao, .cor-pergunta .sps-afirmacao-interno {
    color: #304ffe;
}

.ui-dialog.responsive {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.01) !important;
    height: 100% !important;
    overflow-y: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}

.ui-dialog.responsive-small {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background-color: rgba(0, 0, 0, 0.01) !important;
    height: 100% !important;
    overflow-y: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}

.ui-dialog.responsive > .ui-dialog-content {
    background-color: #fff !important;
    display: block;
    width: 100%;
    margin: 35px auto;
    max-width: 85vw;
    overflow: visible !important;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 16px 24px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21) !important;
}

.ui-dialog.responsive-small > .ui-dialog-content {
    background-color: #fff !important;
    display: block;
    width: 100%;
    margin: 35px auto;
    max-width: 50vw;
    overflow: visible !important;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 16px 24px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21) !important;
}

.sps-btn-pdf {
    margin-left: -9px;
}

.sps-cor-da-linha:hover{
    color: #3F51B5;
    font-weight: bold;
    border-color: #1a237e;
}

.login-body .login-panel .login-header img {
    width: 90px !important;
}

.layout-wrapper .topbar .logo img{
    width: 200px !important;
    margin-top: 10px !important;
    margin-left: 10px !important;
}

@media (max-width: 650px) {
    .layout-wrapper .topbar .logo img{
        width: 200px !important;
        margin-top: -5px !important;
        margin-left: 10px !important;
    }
    .sps-logo img {
        width: 30vw !important;
    }
}

@media (max-width: 1200px) {
    .sps-logo img {
        width: 15vw !important;
    }
}

.questionario-sem-borda > .ui-widget-content {
    border: none !important;
    padding: 0px;
} 

.sps-logo {
    max-width: 100%;
    height: auto;
}
.sps-logo img {
    max-width: 100%;  
    width: 8vw;
    max-height: inherit;  
    height: auto;
    background-size:100%;
    background-repeat: no-repeat;
}
.sps-label-atendimento { 
    border-bottom: 0.5px solid;
    border-bottom-color: #d1d1d1;
    font-size: 1rem;
}

.sps-label-atendimento:hover {
    background-color: #f7f7f7;
}

.btnCheckbox div[class="ui-g-12 ui-md-4"]{
    color: #424242;
    font-size: 14px;
}

.btnCheckbox div[class="ui-g-12 ui-md-4"]:hover{
    background-color: #f7f7f7;
    border-radius: 5px;
    color: #0d47a1;
}