.row-ajuste {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-bottom: 4px;
}

.card-body-ajuste {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-body-date {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.0rem 0.10rem;
}

.card-body-time {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2.25rem 0.10rem;
}

.card-body-name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.0rem 0.10rem;
}

input[type="email"] {
    box-sizing: border-box;
    width: 100%;
    height: calc(3em + 2px);
    margin: 20px 0px 10px 0px;
    padding: 10px;
    border: 0;
    border-bottom: 3px solid #ffffff;
    background: transparent;
    resize: none;
    outline: none;
    color: #ffffff;
}
input[type="email"][required]:focus {
    border-color: #ffffff;
}

input[type="email"][required]:focus + label[placeholder]:before {
    color: #ffffff;
}

input[type="email"][required]:focus + label[placeholder]:before,
input[type="email"][required]:valid + label[placeholder]:before {
    transition-duration: 0.2s;
    -webkit-transform: translate(0, -1.5em) scale(0.9, 0.9);
    transform: translate(0, -1.5em) scale(0.9, 0.9);
}

input[type="email"][required]:invalid + label[placeholder][alt]:before {
    content: attr(alt);
}

input[type="email"][required] + label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 1.25em;
    margin-top: calc(-3em - 2px);
    margin-bottom: calc((3em - 1em) + 2px);
}

input[type="email"][required] + label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0;
    padding: 0 2px;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    font-size: 11px;
}

/*
input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    height: calc(3em + 2px);
    margin: 20px 0px 10px 0px;
    padding: 10px;
    border: 0;
    border-bottom: 3px solid #ffffff;
    background: transparent;
    resize: none;
    outline: none;
    color: #ffffff;
}
input[type="password"][required]:focus {
    border-color: #ffffff;
}

input[type="password"][required]:focus + label[placeholder]:before {
    color: #ffffff;
}

input[type="password"][required]:focus + label[placeholder]:before,
input[type="password"][required]:valid + label[placeholder]:before {
    transition-duration: 0.2s;
    -webkit-transform: translate(0, -1.5em) scale(0.9, 0.9);
    transform: translate(0, -1.5em) scale(0.9, 0.9);
}

input[type="password"][required]:invalid + label[placeholder][alt]:before {
    content: attr(alt);
}

input[type="password"][required] + label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 1.25em;
    margin-top: calc(-3em - 2px);
    margin-bottom: calc((3em - 1em) + 2px);
}

input[type="password"][required] + label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0;
    padding: 0 2px;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    font-size: 11px;
}
*/

.check-modulos{
	margin: 14px 0;
}

.check-modulos input[type=checkbox] {
    display: none;
}

.check-modulos label {
    cursor: pointer;
}
.check-modulos input[type="checkbox"] + label:before {
    background-color: #cc2d18;
    border: 1px solid #cc2d18;
    color: #ffffff !important;
    content: ' Não ';
    display: inline-block;
    font-size: 0.8em;
    height: 24px;
    width: 50px;
    line-height: 24px;
    margin: 0 10px 0 10px;
    padding: 0 0 0 0;
    vertical-align: top;
    border-radius:4px;	
	text-align:center !important;
}

.check-modulos input[type="checkbox"]:checked + label:before {
    background-color: #33a684;
    border: 1px solid #33a684;
    color: #ffffff !important;
    content: ' Sim ';
	text-align:center !important;
    /*content: '\2714';*/
}

.check-modulos input[type="checkbox"]:checked + label:after {
}


.check-modulos input[type=radio] {
    display: none;
}

.check-modulos label {
    cursor: pointer;
}
.check-modulos input[type="radio"] + label:before {
    background-color: #cc2d18;
    border: 1px solid #cc2d18;
    color: #ffffff !important;
    content: ' Não ';
    display: inline-block;
    font-size: 0.8em;
    height: 24px;
    width: 50px;
    line-height: 24px;
    margin: 0 10px 0 10px;
    padding: 0 0 0 0;
    vertical-align: top;
    border-radius:4px;  
    text-align:center !important;
}

.check-modulos input[type="radio"]:checked + label:before {
    background-color: #33a684;
    border: 1px solid #33a684;
    color: #ffffff !important;
    content: ' Sim ';
    text-align:center !important;
    /*content: '\2714';*/
}

.check-modulos input[type="radio"]:checked + label:after {
}

.contrato-0x{
	height:auto !important; 
}

.contrato-1x{
	height:60px !important; 
}

.contrato-2x{
	height:80px !important; 
}

.contrato-3x{
	height:110px !important; 
}

.contrato-f14{
	font-size:14px !important; 
}

.contrato-f16{
	font-size:16px !important; 
}

.contrato-tx-left{
	text-align:left !important;
}

.contrato-tx-center{
	text-align:center !important;
}

.contrato-titulo{
	margin-bottom:8px !important; 
	line-height:150% !important; 
	font-size:18px !important; 
	border-top:1px solid #c9c9c9 !important; 
	border-bottom:1px solid #c9c9c9 !important; 
	padding:10px 0 10px 0 !important;
}

.contrato-titulo-aluno{
	line-height:150% !important; 
	margin-bottom:4px !important; 
	text-align:center !important;
	padding:0 0 10px 0 !important;
}

.contrato-titulo-curso{
	line-height:150% !important; 
	margin-bottom:4px !important; 
	border-top:1px solid #c9c9c9 !important; 
	padding:10px 0 10px 0 !important;
}

.contrato-dados{
	padding-top:4px !important; 
	line-height:150% !important; 
	margin-bottom:4px !important; 
}

.contrato-corpo{
	text-align:justify !important;
}

.contrato-data{
	margin-top:10px !important;
}

.contrato-ass{
	margin-top:10px !important;
}

.div-contrato-btn{
	border-bottom:1px solid #c9c9c9 !important; 
	margin-bottom:4px !important; 
}

.check input[type=checkbox] {
    display: none;
}

.check label {
    cursor: pointer;
}
.check input[type="checkbox"] + label:before {
    background-color: #cc2d18;
    border: 1px solid #cc2d18;
    color: #ffffff !important;
    content: 'Li e Aceito ';
    display: inline-block;
    font-size: 0.8em;
    height: 30px;
    width: 140px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    vertical-align: top;
    border-radius:4px;	
	text-align:center !important;
}

.check input[type="checkbox"]:checked + label:before {
    background-color: #33a684;
    border: 1px solid #33a684;
    color: #ffffff !important;
    content: ' Sim, Concordo com ';
	/*text-align:center !important;*/
    /*content: '\2714';*/
}

.check input[type="checkbox"]:checked + label:after {
}

/*Formulário animação*/
.check_mark  {
    width: 180px;
    height: 130px;
    margin: 0 auto;
}

.sa-icon  {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

.sa-icon.sa-success  {
    border-color: #4CAF50;
}

.sa-icon.sa-success::before, .sa-icon.sa-success::after  {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sa-icon.sa-success::before  {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sa-icon.sa-success::after  {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}

.sa-icon.sa-success .sa-placeholder  {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(76, 175, 80, .5);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sa-icon.sa-success .sa-fix  {
    width: 5px;
    height: 90px;
    background-color: transparent;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sa-icon.sa-success.animate::after  {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

.sa-icon.sa-success  {
    border-color: transparent;
}

.sa-icon.sa-success .sa-line.sa-tip  {
    -ms-transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long  {
    -ms-transform: rotate(-45deg);
}

.animateSuccessTip  {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong  {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

@-webkit-keyframes animateSuccessLong  {
    0%  {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65%  {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84%  {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100%  {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes animateSuccessTip  {
    0%  {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54%  {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70%  {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84%  {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100%  {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip  {
    0%  {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54%  {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70%  {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84%  {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100%  {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong  {
    0%  {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65%  {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84%  {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100%  {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.sa-icon.sa-success .sa-line  {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip  {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long  {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder  {
    0%  {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5%  {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12%  {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100%  {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder  {
    0%  {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5%  {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12%  {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100%  {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}
/*Formulário animação*/

.obrigado{
    display: none;
}

.error-peq {
    display: none;
	text-align:center !important;
    color: #ed5441 !important;
	margin-top: 2px;
    font-size: 13px !important;
}

.erro-form{
    text-align: center;
	color:#FFCC66;
}

.erro-form-um{
	color:#CC0000;
}

.erro-center{
    text-align: center;
}

.inp-form input {
    box-sizing: border-box !important;
    width: 100% !important;
    height: calc(3em + 2px) !important;
    margin: 20px 0px 10px 0px !important;
    padding: 10px !important;
    border: 0 !important;
    border-bottom: 1px solid #659cdf !important;
    background: transparent !important;
    resize: none !important;
    outline: none !important;
    color: #323232 !important;
    transition-duration: 0.2s !important;
    -webkit-transform: translate(0, -1.5em) scale(0.9, 0.9) !important;
    transform: translate(0, -1.5em) scale(0.9, 0.9) !important;
}

.inp-form input:focus {
    border-color: #ffffff !important;
    border-bottom: 0 !important;
}

.inp-form input:focus + label[placeholder]:before {
    color: #ffffff !important;
    border-bottom: 0 !important;
}


.btn-decoration {
	cursor:pointer;
}

.tela-cadastro input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    height: calc(2em);
    padding: 10px;
    border: 0;
    background: transparent;
    resize: none;
    outline: none;
    border: 1px solid #d3dcf7;
    color: #888796 important;
}

.tela-cadastro input[type="text"][required]:focus {
    border-color: #3783e1;
}

/*
.tela-cadastro input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    height: calc(2em);
    padding: 10px;
    border: 0;
    background: transparent;
    resize: none;
    outline: none;
    border: 1px solid #d3dcf7;
    color: #888796 important;
}

.tela-cadastro input[type="password"][required]:focus {
    border-color: #3783e1;
}

*/
.tela-cadastro input[type="date"] {
    box-sizing: border-box;
    width: 100%;
    height: calc(2em);
    padding: 10px;
    border: 0;
    background: transparent;
    resize: none;
    outline: none;
    border: 1px solid #d3dcf7;
    color: #888796 important;
}

.tela-cadastro input[type="date"][required]:focus {
    border-color: #3783e1;
}

.modal-cadastro input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    height: calc(2em + 5px);
    padding: 12px;
    border: 0;
    background: transparent;
    resize: none;
    outline: none;
    border: 1px solid #d3dcf7;
    color: #858796 important;
}

.modal-cadastro input[type="text"][required]:focus {
    border-color: #3783e1;
}

/*
.modal-cadastro input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    height: calc(2em + 5px);
    padding: 12px;
    border: 0;
    background: transparent;
    resize: none;
    outline: none;
    border: 1px solid #d3dcf7;
    color: #858796 important;
}

.modal-cadastro input[type="password"][required]:focus {
    border-color: #3783e1;
}

#add-usu-dados input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    height: calc(2em + 5px);
    padding: 12px;
    background: #ffffff;
    resize: none;
    outline: none;
    border: 1px solid #d1d3e2;
    color: #858796 important;
}

#add-usu-dados input[type="password"][required]:focus {
    border-color: #3783e1;
}
*/

.nome-usuario{
    background-color: #ffffff;
    border-radius: 4px;
    text-align: center;
}
.nome-usuario .dados{
    margin: 10px 0;
}

.nome-usuario .dados p {
    font-size: 14px;
    color: #555555;
    line-height: 21px;
    margin: 0;
}

.nome-usuario .dados p span {
    font-size: 14px;
    color: #000000;
    line-height: 21px;
    margin: 0;
    font-weight: 900;
}

h4{
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin: 0px 0px 10px 0px;
    color: #323232;
	border-bottom: 1px solid #e2e2e2;
}

h5{
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    margin: 10px 0px;
    color: #323232;
	/*border-bottom: 2px solid #e2e2e2;*/
}

h6{
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    margin: 10px 0px;
    color: #323232;
}

h7{
    font-size: 16px;
    text-align: center;
    margin: 0px 0px 10px 0px;
    color: #256068;
}


.btn-noti {
    border: 1px solid #ac2a21;
	background-color: #ac2a21;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    font-size: 16px;
    position: absolute;
    top: 4px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
}

.nome-usuario {
	background-color:transparent !important;
	/*
    position:absolute !important;
    bottom:0 !important;
    width:100% !important;
	*/
}

.box-cartao-usu{
    /*color: #323232 !important;*/
	color: #184680 !important;
    /*margin-top: 1px;*/
    padding: 0 4px;
    text-align: center;
    position: relative;
	/*margin-bottom:10px;*/
    background-color: #e8f1fb;
    border-radius: 8px;
}

.box-cartao-usu p{
	font-size:12px;
	font-weight:bold;
    padding: 2px 0;
	/*border-bottom: 1px solid #3783e1;*/
}

.linha-top{
	border-top: 1px solid #c4dcf8;
	padding-top: 10px;
}

.linha-rodape{
	border-bottom: 1px solid #c4dcf8;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.linha-hide{
	display:none;
}

.texto-info{
	color:#659cdf;
	text-align:justify !important;
}

.box-aceite{
	margin-bottom:10px;
}

.box-aceite-ajuste{
	margin-bottom:10px;
    text-align: left !important;
}

.box-aceite-ajuste-api-ok{
    border-radius: 6px;
    padding: 4px;
    text-align: center !important;
    background-color: #44a9ab;
    color: #ffffff !important;
    font-size: 22px;
}

.box-aceite-ajuste-api-no{
    border-radius: 6px;
    padding: 4px;
    text-align: center !important;
    background-color: #9f3328;
    color: #ffffff !important;
    font-size: 22px;
}

.btn-verde-modal, .btn-verde-modal:hover {
    text-align: center;
    color: #ffffff !important;
    background-color: #3783e1;
    border-radius: 25px;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 17px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 800%;
    position: relative;
    border: 0;
    margin: 10px 0;
}

.btn-cinza-modal, .btn-cinza-modal:hover {
    text-align: center;
    color: #ffffff !important;
    border-radius: 25px;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 17px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 800%;
    position: relative;
    border: 0;
    margin: 10px 0;
}

.ajuste-margin {
	margin-right: -37px;
}

.ajuste-text-left {
	text-align:left !important;
}

.box-config-branco, .box-config-branco:hover {
    width: 80%;
    background-color: #ffffff;
    display: flex;
    padding: inherit;
	border: solid 1px #c4dcf8;
    border-radius: 10px;
    text-align: center;
    margin: 10px 0;
    text-decoration: none !important;
	font-weight:bold;
    height: 110px;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 16px 20px;
}

.box-config-branco i, .box-config-branco:hover i {
    display: block;
    font-size: 30px;
    color: #3783e1;
    margin-bottom: 10px;
    text-decoration: none !important;
    width: 80%;
}

.box-config-branco p, .box-config-branco:hover p {
    color: #3c3c3c;
    font-size: 12px;
    margin: 0;
    text-decoration: none !important;
    line-height: 13px;
}


.box-config-branco-peq, .box-config-branco-peq:hover {
    width: 80%;
    background-color: #ffffff;
    display: flex;
    padding: inherit;
	border: solid 1px #c4dcf8;
    border-radius: 10px;
    text-align: center;
    margin: 10px 0;
    text-decoration: none !important;
	font-weight:bold;
    height: 110px;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 16px 20px;
}

.box-config-branco-peq i, .box-config-branco-peq:hover i {
    display: block;
    font-size: 30px;
    color: #3783e1;
    margin-bottom: 10px;
    text-decoration: none !important;
    width: 80%;
}

.box-config-branco-peq p, .box-config-branco-peq:hover p {
    color: #3c3c3c;
    font-size: 12px;
    margin: 0;
    text-decoration: none !important;
    line-height: 13px;
}

.box-verde-pagto{
    background-color: #659cdf;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.box-verde-pagto p{
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 0;
}

.box-verde-pagto p + p{
    color: #ffffff;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 900;
}

.box-verde-pex1{
    background-color: #26595a;
    border-radius: 10px;
    padding: 8px;
    text-align: center;
    margin-bottom: 10px;
}

.box-verde-pex1 p{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}

.box-verde-pex1 p + p{
    color: #ffffff;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 900;
}

.box-verde-pex2{
    background-color: #449c9e;
    border-radius: 10px;
    padding: 8px;
    text-align: center;
    margin-bottom: 10px;
}

.box-verde-pex2 p{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}

.box-verde-pex2 p + p{
    color: #ffffff;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 900;
}

.box-verde-pex3{
    background-color: #307779;
    border-radius: 6px;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
}

.box-verde-pex3 p{
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
}

.box-verde-pex3 p + p{
    color: #ffffff;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 900;
}

.box-vermelho-pex1 p{
    color: #9f3328;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

.box-azul-pex1 p{
    color: #257093;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

.texto-saldo p{
    color: #307779 !important;
}

.radio-cartoes{
	border-bottom: 2px solid #f4f4f4;
    margin-bottom: 10px !important;
}

.btn-pagto-aprovado {
	text-align:center;
    color: #23616a !important;
}

.box-aceite-pagto{
    background-color: #ffffff;
    border-radius: 10px;
	border: solid 1px #c4dcf8;
    padding: 20px;
    text-align: center;
	margin-bottom:10px;
}
.box-aceite-pagto .dados {
    margin: 10px 0 20px;
}

.box-aceite-pagto .dados p {
    font-size: 14px;
    color: #555555;
    line-height: 21px;
    margin: 0;
}

.box-aceite-pagto .dados p span {
    font-size: 14px;
    color: #000000;
    line-height: 21px;
    margin: 0;
    font-weight: 900;
}

.text-data-hora{
    font-size: 14px;
    color: #3b5998 !important;
	font-weight:bold !important;
	font-style:italic !important;
	right:30px !important;
	margin-top: -16px !important;
	float:right;
	position:absolute;
}

.box-aceite-pg{
    background-color: #ffffff;
    border-radius: 10px;
	border: solid 1px #c4dcf8;
    padding: 20px;
    text-align: center;
}
.box-aceite-pg .dados {
    margin: 10px 0 20px;
}

.box-aceite-pg .dados p {
    font-size: 14px;
    color: #555555;
    line-height: 21px;
    margin: 0;
}

.box-aceite-pg .dados p span {
    font-size: 14px;
    color: #000000;
    line-height: 21px;
    margin: 0;
    font-weight: 900;
}

#cel-camera p {
    text-align: center;
}

.ajuste-altura-0x {
	margin-top: -40px;
}

.ajuste-altura-1x {
	margin-top: -26px;
}

.ajuste-altura-2x {
	margin-top: -20px;
}

.ajuste-altura-3x {
	margin-top: -14px;
}

.ajuste-altura-4x {
	margin-top: -8px;
}

.ajuste-top-1x {
	margin-top: 20px;
}

.ajuste-top-2x {
	margin-top: 10px;
}

.ajuste-top-3x {
	margin-top: 5px;
}

.ajuste-bottom-1x {
    margin-bottom: 20px;
}

.ajuste-bottom-2x {
    margin-bottom: 10px;
}

.ajuste-bottom-3x {
    margin-bottom: 5px;
}

.ajuste-left {
	margin-left: 10px;
}

.ajuste-left-peq {
	margin-left: 6px;
}

.ajuste-left-peq-int {
	margin-left: 2px;
}

.ajuste-left-neg {
	margin-left: -8px;
}

.ajuste-linha {
	border-top: 1px solid #b4b4b4;
}

.p-ajuste {
  padding: 0.008rem !important;
  margin-bottom: 20px !important;
}

.ajuste-lado {
	float:left !important;
}

.texto-branco {
    font-size: 14px;
    color: #323232;
    font-weight: 900;
}

.img-1x {
	width: 50%;
	margin-bottom:6px;
	opacity: 0.7;
}

.img-2x {
	width: 40%;
	margin-bottom:6px;
	opacity: 0.7;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.img-3x {
	width: 30%;
	margin-bottom:6px;
	opacity: 0.7;
}

.img-4x {
	width: 20%;
	margin-bottom:6px;
	opacity: 0.7;
}

.img-5x {
	width: 10%;
	margin-bottom:6px;
	opacity: 0.7;
}

.img-2x-2y {
	width: 90%;
	margin-bottom:6px;
	opacity: 0.7;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.pdf-5x {
	display: none;
	width: 100% !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;	
}

.obj-5x {
	display: none;
	width: 100% !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;	
}

.inp-docs-enviar {
	display:none;
}

/*========= LOADING TRANSPARENTE */
#loading-transp {
    position:fixed;
    width:100%;
    left:0;
	right:0;
	top:0;
	bottom:0;
    background-color: rgba(0,0,0,0.8);
    z-index:999999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#loading-transp::after {
    content:'';
    display:block;
    position:absolute;
    left:50%;
	top:50%;
    width:40px;
	height:40px;
    border-style:solid;
    border-color:#659cdf;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
	-moz-animation: spin .8s linear infinite;
	-o-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

#loading-transp-bco {
    position:fixed;
    width:100%;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: rgba(0,0,0,0.2);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin-bco {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin-bco {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#loading-transp-bco::after {
    content:'';
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    width:40px;
    height:40px;
    border-style:solid;
    border-color:#659cdf;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin-bco .8s linear infinite;
    -moz-animation: spin-bco .8s linear infinite;
    -o-animation: spin-bco .8s linear infinite;
    animation: spin-bco .8s linear infinite;
}
/*========= LOADING TRANSPARENTE */

.loader-calendario {
  width: 30px;
}

.loader-wheel {
  animation: spinxx 1s infinite linear;
  border: 2px solid rgba(30, 30, 30, 0.5);
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 20px;
  margin-bottom: 10px;
  width: 20px;
}

@keyframes spinxx {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*========= LOADING */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
margin-left: -12px !important;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 10%;
  background: #659cdf;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*========= LOADING */

.formgroup-ajuste{
	margin-top:40px;
	margin-bottom:20px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited{
	color: #ffffff !important;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited{
	color: #ffffff !important;
}

.btn-info, .btn-info:hover, .btn-info:active, .btn-info:visited{
	color: #ffffff !important;
}

.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:visited{
	color: #ffffff !important;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited{
    color: #ffffff !important;
}

.btn-naveg{
    margin: 0 10px 0 10px important;
}

#schedule-canvas .btn-horas{
    vertical-align:center; 
    width: 40px important; 
    min-width: 40px important; 
    max-width: 40px important; 
    height: 60px; 
    min-height: 60px; 
    max-height: 60px;
}

.img-busca{
    position: absolute;
    top: 68px;
    right: 20px;
}

.img-busca-cel{
    position: absolute;
    top: 115px;
    right: 20px;
}

.img-busca-tel{
    position: absolute;
    top: 3px;
    right: 16px;
    display: none;
}

/*
.img-busca-dat{
    background-image: url(../../img/idade.png);
    background-repeat: no-repeat;
    height: 30px;
    position: absolute;
    top: 4px;
    right: 20px;
    color: #ffffff;
    text-align: center;
    padding: 4px;
    z-index: 99999
}
*/

.btn-busca-dat{
    height: 30px;
    width: 30px;
    position: absolute;
    top: 4px;
    right: 20px;
    color: #ffffff;
    text-align: left;
    z-index: 99999
}

.btn-busca-dat span{
    margin-left: -8px;
}

.img-busca-cep{
    position: absolute;
    top: 3px;
    right: 16px;
    z-index: 99999
}

.img-input-pass{
    position: absolute;
    top: 244px;
    right: 22px;
    z-index: 99999;
    cursor: pointer;
}

.img-input-pass-c{
    position: absolute;
    top: 280px;
    right: 22px;
    z-index: 99999;
    cursor: pointer;
}

.img-input-pass-usu{
    position: absolute;
    top: 33px;
    right: 22px;
    z-index: 99999;
    cursor: pointer;
}

.img-input-pass-usu-c{
    position: absolute;
    top: 89px;
    right: 22px;
    z-index: 99999;
    cursor: pointer;
}

.img-input-lock{
    position: absolute;
    top: 10px;
    right: 22px;
    z-index: 99999;
    cursor: pointer;
    display: none;
}

.img-busca-data{
    position: absolute;
    top: 91px;
    right: 18px;
    z-index: 99999
}

.inp-pass{
    color: #858796 important;
}

.div-input-pass{
    margin-top: -9px;
}

.div-input-pass-c{
    margin-top: -9px;
}

.card-medico i{
    margin-right: 6px;
}

.btn-branco{
    cursor: pointer !important;
    color: #ffffff !important;
}

.campo-hidden {
    display: none !important;
}

.campo-obri {
    border-color: #e74a3b !important;
}

.campo-ok {
    border-color: #1cc88a !important;
}

.label-on-click {
    color: #1cc88a !important;
}

.label-de-click {
    font-size: 12px;
    color: #858796 !important;
}

.label-erro-click {
    color: #e74a3b !important;
}

.label-on-click-usu-alerta {
    font-size: 12px;
    color: #e74a3b !important;
    margin-bottom: -5px;
}

label {
    font-size: 12px !important;
    color: #858796 !important;
}

.row-linha{
    border-bottom: 0.001rem solid #dfdfdf;
    margin-bottom: 2px;
}

.bg-transp{
    opacity: 0.5 !important;
}

.border-left-black {
  border-left: 0.25rem solid #666666 !important;
}

.border-bottom-black {
  border-bottom: 0.25rem solid #666666 !important;
}

.border-left-blue {
  border-left: 0.25rem solid #609cec !important;
}

.border-bottom-blue {
  border-bottom: 0.25rem solid #609cec !important;
}

.border-left-blue-sm {
  border-left: 0.10rem solid #609cec !important;
}

.border-bottom-blue-sm {
  border-bottom: 0.10rem solid #609cec !important;
}

.text-blue {
  color: #609cec !important;
}

.text-red {
  color: #ed5441 !important;
}

.text-orange {
  color: #f8a841 !important;
}

.text-purple {
  color: #cb79e6 !important;
}

.text-brown {
  color: #d08166 !important;
}

.text-black {
  color: #666666 !important;
}

.text-grey {
  color: #969595 !important;
}

/* Nav tabs */
.nav-tabs li a {
  color: #555555 !important;
}
.nav-tabs li a:hover {
  background: #32c8de !important;
  color: #ffffff !important;
  border-color: #32c8de !important;
}
.nav-tabs li.open a {
  background-color: #32c8de !important;
  border-color: #32c8de !important;
  color: #ffffff !important;
}
.nav-tabs li.open a:hover {
  background-color: #32c8de !important;
  border-color: #32c8de !important;
  color: #ffffff !important;
}
.nav-tabs li.open a:focus {
  background-color: #32c8de !important;
  border-color: #32c8de !important;
  color: #ffffff !important;
}
.tab-content {
    padding-top: 10px !important;
}

/* Nav tabs style #1 */
.nav-tabs-one .nav-tabs  li{
    margin-right:2px !important;
}
.nav-tabs-one .nav-tabs  li a{
    background:#fcfcfc !important;
    border:1px solid #eee !important;
    color:#555 !important;
}
.nav-tabs-one .nav-tabs  li a:hover{
    background: #32c8de !important;
    color: #ffffff !important;
    border-color: #32c8de !important;
}
.nav-tabs-one .nav-tabs li.active a {
  background-color: #32c8de !important;
  border-color: #32c8de !important;
  color: #ffffff !important;
}
.nav-tabs-one .nav-tabs li.active a:hover {
  background-color: #32c8de !important;
  border-color: #32c8de !important;
  color: #ffffff !important;
}
.nav-tabs-one .nav-tabs li.open a {
  background-color: #32c8de !important;
  border-color: #32c8de !important;
  color: #ffffff !important;
}
.nav-tabs-one .nav-tabs li.open a:hover {
  background-color: #32c8de !important;
  border-color: #32c8de !important;
  color: #ffffff !important;
}
.nav-tabs-one .nav-tabs li.open a:focus {
  background-color: #32c8de !important;
  border-color: #32c8de !important;
  color: #ffffff !important;
}
.nav-tabs-one .tab-content{
    border:1px solid #eee !important;
    border-top:0px !important;
    padding:10px 15px !important;
    border-bottom-left-radius:3px !important;
    border-bottom-right-radius:3px !important;
}
/* Nav tabs style #2 */
.nav-tabs-two .nav-tabs  li{
    margin-right:2px !important;
    text-decoration: none !important;
}
.nav-tabs-two .nav-tabs  li a{
    background-color: #fcfcfc !important;
    border: 1px solid #eee !important;
    border-bottom: 1px solid #fcfcfc !important;
    padding: 12px 15px 10px !important;
    color: #555;
    text-decoration: none !important;
}
.nav-tabs-two .nav-tabs  li a:hover{
    background-color:#fff !important;
    color:#555 !important;
    border-bottom:1px solid #eee !important;
    border-left:1px solid #eee !important;
    border-right:1px solid #eee !important;
    border-top: 2px solid #32c8de !important;
}
.nav-tabs-two .nav-tabs li.active a{
    background-color:#fff !important;
    color:#555 !important;
    border-bottom:1px solid #fff !important;
    border-left:1px solid #eee !important;
    border-right:1px solid #eee !important;
    border-top: 2px solid #32c8de !important;
}
.nav-tabs-two .nav-tabs li.active a:hover{
    border-bottom:1px solid #fff !important;
    border-left:1px solid #eee !important;
    border-right:1px solid #eee !important;
    border-top: 2px solid #32c8de !important;
}
.nav-tabs-two .nav-tabs li.open a{
    background:#fff !important;
    color:#555 !important;
    border-bottom:1px solid #fff !important;
    border-left:1px solid #eee !important;
    border-right:1px solid #eee !important;
    border-top: 2px solid #32c8de !important;
}
.nav-tabs-two .nav-tabs li.open a:hover{
    border-bottom:1px solid #fff !important;
    border-left:1px solid #eee !important;
    border-right:1px solid #eee !important;
    border-top: 2px solid #32c8de !important;
}
.nav-tabs-two .nav-tabs li.open a:focus{
    border-bottom:1px solid #fff !important;
    border-left:1px solid #eee !important;
    border-right:1px solid #eee !important;
    border-top: 2px solid #32c8de !important;
}
.nav-tabs-two .tab-content{
    border: 1px solid #eee !important;
    /*border-top: 0px !important;*/
    padding: 10px 15px !important;
    border-bottom-left-radius:3px !important;
    border-bottom-right-radius:3px !important;
    margin-top: 10px !important;
    min-height: 20px !important;
    /*#456766*/
}

.purple {
    color: #cb79e6 !important;
}
a.purple {
    color: #cb79e6 !important;
}
a.purple:hover,
a.purple:focus {
    color: #ba4ede !important;
}
.bg-purple {
    background-color: #cb79e6 !important;
}
.br-purple {
    border: 1px solid #cb79e6;
}
.btn.btn-purple {
    background: #cb79e6 !important;
    color: #ffffff !important;
    border: 1px solid #ba4ede !important;
}
.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple.active,
.btn.btn-purple:active {
    background: #ba4ede !important;
    color: #ffffff !important;
}
.btn.btn-purple.btn-outline {
    background: transparent !important;
    border: 1px solid #ba4ede !important;
    color: #ba4ede !important;
}
.label.label-purple {
    background: #cb79e6;
    color: #ffffff;
}
.badge.badge-purple {
    color: #ffffff;
    background: #cb79e6;
}
.highlight-purple {
    background: #cb79e6;
    color: #ffffff;
    padding: 2px 4px;
}
.progress .progress-bar.progress-bar-purple {
    background: #cb79e6;
}
.panel.panel-purple {
    border-color: #ba4ede;
}
.panel.panel-purple .panel-heading {
    background: #cb79e6;
    border-color: #ba4ede;
    color: #ffffff;
}
.panel.panel-purple .panel-heading h4 a{
    color:#fff;
}
.panel.panel-purple .panel-heading h4 a:hover{
    color:#fff;
}
.panel.panel-purple .panel-footer {
    background: #cb79e6;
    border-color: #ba4ede;
    color: #ffffff;
}
.nos-purple .noUi-connect{
    background:#cb79e6;
}
.widget.w-purple {
    border-top: 2px solid #cb79e6;
}
.status-one .br-purple{
    border-top:3px solid #cb79e6;
}
.status-six .bg-purple-dark{
    background:#ba4ede;
}
.db-one .nav-tabs > .active > a.db-br-purple{
    border-top: 3px solid #cb79e6;
}
.db-one .nav-tabs > .active > a > span.br-purple{
    border:1px solid #cb79e6;
}
.db-one .nav-tabs > .active > a > b.badge-purple{
    background:#cb79e6;
}
.db-nine .db-br-purple{
    border-top:4px solid #cb79e6;
}


.brown {
    color: #d08166 !important;
}
a.brown {
    color: #d08166 !important;
}
a.brown:hover,
a.brown:focus {
    color: #c4613f !important;
}
.bg-brown {
    background-color: #d08166 !important;
}
.br-brown {
    border: 1px solid #d08166;
}
.btn.btn-brown {
    background: #d08166 !important;
    color: #ffffff !important;
    border: 1px solid #c4613f !important;
}
.btn.btn-brown:hover,
.btn.btn-brown:focus,
.btn.btn-brown.active,
.btn.btn-brown:active {
    background: #c4613f !important;
    color: #ffffff !important;
}
.btn.btn-brown.btn-outline {
    background: transparent !important;
    border: 1px solid #c4613f !important;
    color: #c4613f !important;
}
.label.label-brown {
    background: #d08166;
    color: #ffffff;
}
.badge.badge-brown {
    color: #ffffff;
    background: #d08166;
}
.highlight-brown {
    background: #d08166;
    color: #ffffff;
    padding: 2px 4px;
}
.progress .progress-bar.progress-bar-brown {
    background: #d08166;
}
.panel.panel-brown {
    border-color: #c4613f;
}
.panel.panel-brown .panel-heading {
    background: #d08166;
    border-color: #c4613f;
    color: #ffffff;
}
.panel.panel-brown .panel-heading h4 a{
    color:#fff;
}
.panel.panel-brown .panel-heading h4 a:hover{
    color:#fff;
}
.panel.panel-brown .panel-footer {
    background: #d08166;
    border-color: #c4613f;
    color: #ffffff;
}
.nos-brown .noUi-connect{
    background:#d08166;
}
.widget.w-brown {
    border-top: 2px solid #d08166;
}
.status-one .br-brown{
    border-top:3px solid #d08166;
}
.db-nine .db-br-brown{
    border-top:4px solid #d08166;
}

/* Progress bar sizes */
.progress.pb-xs {
    height: 2px !important;
}
.progress .progress-bar.progress-bar-purple {
    background: #cb79e6;
}

.orange {
    color: #f8a841 !important;
}
a.orange {
    color: #f8a841 !important;
}
a.orange:hover,
a.orange:focus {
    color: #f69110 !important;
}
.bg-orange {
    background-color: #f8a841 !important;
}
.br-orange{
    border: 1px solid #f8a841;
}
.btn.btn-orange {
    color: #ffffff !important;
    background: #f8a841 !important;
    border: 1px solid #f69110 !important;
}
.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange.active,
.btn.btn-orange:active {
    background: #f69110 !important;
    color: #ffffff !important;
}
.btn.btn-orange.btn-outline {
    background: transparent !important;
    border: 1px solid #f69110 !important;
    color: #f69110 !important;
}
.label.label-orange {
    color: #ffffff;
    background: #f8a841;
}
.badge.badge-orange {
    color: #ffffff;
    background: #f8a841;
}
.highlight-orange {
    background: #f8a841;
    color: #ffffff;
    padding: 2px 4px;
}
.progress .progress-bar.progress-bar-orange {
    background: #f8a841;
}
.panel.panel-orange {
    border-color: #f69110;
}
.panel.panel-orange .panel-heading {
    background: #f8a841;
    border-color: #f69110;
    color: #ffffff;
}
.panel.panel-orange .panel-heading h4 a{
    color:#fff;
}
.panel.panel-orange .panel-heading h4 a:hover{
    color:#fff;
}
.panel.panel-orange .panel-footer {
    background: #f8a841;
    border-color: #f69110;
    color: #ffffff;
}
.nos-orange .noUi-connect{
    background:#f8a841;
}
.widget.w-orange{
    border-top: 2px solid #f8a841;
}
.status-one .br-orange{
    border-top:3px solid #f78153;
}
.db-nine .db-br-orange{
    border-top:4px solid #f78153;
}

.black {
    color: #666666 !important;
}
a.black {
    color: #666666 !important;
}
a.black:hover,
a.black:focus {
    color: #4d4d4d !important;
}
.bg-black {
    background-color: #666666 !important;
}
.br-black {
    border: 1px solid #666666;
}
.btn.btn-black {
    color: #ffffff !important;
    background: #666666 !important;
    border: 1px solid #4d4d4d !important;
}
.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.active,
.btn.btn-black:active {
    background: #4d4d4d !important;
    color: #ffffff !important;
}
.btn.btn-black.btn-outline {
    background: transparent !important;
    border: 1px solid #4d4d4d !important;
    color: #4d4d4d !important;
}
.label.label-black {
    color: #ffffff;
    background: #666666;
}
.badge.badge-black {
    color: #ffffff;
    background: #666666;
}
.highlight-black {
    background: #666666;
    color: #ffffff;
    padding: 2px 4px;
}

.progress .progress-bar.progress-bar-black {
    background: #666666;
}

.progress .progress-bar.progress-bar-danger {
    background: #e74a3b;
}

.panel.panel-black {
    border-color: #4d4d4d;
}
.panel.panel-black .panel-heading {
    background: #666666;
    border-color: #4d4d4d;
    color: #ffffff;
}
.panel.panel-black .panel-heading h4 a{
    color:#fff;
}
.panel.panel-black .panel-heading h4 a:hover{
    color:#fff;
}
.panel.panel-black .panel-footer {
    background: #666666;
    border-color: #4d4d4d;
    color: #ffffff;
}
.widget.w-black {
    border-top: 2px solid #888888;
}

.white {
    color: #ffffff !important;
}
a.white {
    color: #ffffff !important;
}
a.white:hover,
a.white:focus {
    color: #ffffff !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.br-white {
    border: 1px solid #ffffff;
}
.btn.btn-white {
    background: #ffffff !important;
    color: #666666 !important;
    border: 1px solid #dddddd !important;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.active,
.btn.btn-white:active {
    background: #f7f7f7;
    color: #666666;
}
.btn.btn-white.btn-outline {
    /*background: transparent !important;*/
    background: #ffffff !important;
    border: 1px solid #f7f7f7 !important;
    color: #666666 !important;
}
.label.label-white{
    color: #666666 !important;
    background: #f7f7f7;
}
.badge.badge-white {
    color: #666666;
    background: #ffffff;
}
.highlight-white {
    background: #ffffff;
    color: #666666;
    padding: 2px 4px;
}
.progress .progress-bar.progress-bar-white {
    background: #eeeeee;
}
.panel.panel-white {
    border-color: #eeeeee;
}
.panel.panel-white .panel-heading {
    background: #f7f7f7;
    border-color: #eeeeee;
    color: #666666;
}
.panel.panel-white .panel-heading h4 a{
    color:#888;
}
.panel.panel-white .panel-heading h4 a:hover{
    color:#666;
}
.panel.panel-white .panel-footer {
    background: #f7f7f7;
    border-color: #eeeeee;
    color: #666666;
}

.grey {
    color: #eeeeee !important;
}
a.grey {
    color: #eeeeee !important;
}
a.grey:hover,
a.grey:focus {
    color: #d5d5d5 !important;
}
.bg-grey {
    background-color: #eeeeee !important;
}
.br-grey {
    border: 1px solid #eeeeee;
}
.btn.btn-grey {
    background: #eeeeee !important;
    color: #000000 !important;
    border: 1px solid #d5d5d5 !important;
    font-weight: bold;
}
.btn.btn-grey:hover,
.btn.btn-grey:focus,
.btn.btn-grey.active,
.btn.btn-grey:active {
    background: #d5d5d5 !important;
    color: #999 !important;
}
.btn.btn-grey.btn-outline {
    background: transparent !important;
    border: 1px solid #d5d5d5 !important;
    color: #666666 !important;
}
.label.label-grey {
    color: #666666 !important;
    background: #eeeeee;
}
.badge.badge-grey {
    color: #a2a2a2;
    background: #eeeeee;
}
.highlight-grey {
    background: #eeeeee;
    color: #666666;
    padding: 2px 4px;
}
.progress .progress-bar.progress-bar-grey {
    background: #d5d5d5;
}
.panel.panel-grey {
    border-color: #d5d5d5;
}
.panel.panel-grey .panel-heading {
    background: #eeeeee;
    border-color: #d5d5d5;
    color: #666666;
}
.panel.panel-grey .panel-heading h4 a{
    color:#888;
}
.panel.panel-grey .panel-heading h4 a:hover{
    color:#666;
}
.panel.panel-grey .panel-footer {
    background: #eeeeee;
    border-color: #d5d5d5;
    color: #666666;
}
.widget.w-grey {
    border-top: 2px solid #eeeeee;
}

.lblue {
    color: #32c8de !important;
}
a.lblue {
    color: #32c8de !important;
}
a.lblue:hover,
a.lblue:focus {
    color: #1faabe !important;
}
.blue {
    color: #609cec !important;
}
a.blue {
    color: #609cec !important;
}
a.blue:hover,
a.blue:focus {
    color: #3280e7 !important;
}
.bg-lblue {
    background-color: #32c8de !important;
}
.bg-blue {
    background-color: #609cec !important;
}
.br-lblue {
    border: 1px solid #32c8de;
}
.br-blue {
    border: 1px solid #609cec;
}
.btn.btn-lblue {
    color: #ffffff !important;
    background: #32c8de !important;
    border: 1px solid #1faabe !important;
}
.btn.btn-lblue:hover,
.btn.btn-lblue:focus,
.btn.btn-lblue.active,
.btn.btn-lblue:active {
    background: #1faabe;
    color: #ffffff;
}
.btn.btn-lblue.btn-outline {
    background: transparent !important;
    border: 1px solid #1faabe !important;
    color: #1faabe !important;
}
.btn.btn-blue {
    color: #ffffff !important;
    background: #609cec !important;
    border: 1px solid #3280e7 !important;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue.active,
.btn.btn-blue:active {
    background: #3280e7;
    color: #ffffff;
}
.btn.btn-blue.btn-outline {
    background: transparent !important;
    border: 1px solid #3280e7 !important;
    color: #3280e7 !important;
}
.btn.btn-blue-outline {
    background: #fff !important;
    border: 1px solid #3280e7 !important;
    color: #3280e7 !important;
}

.label.label-lblue {
    color: #ffffff;
    background: #32c8de;
}
.label.label-blue {
    color: #ffffff;
    background: #609cec;
}
.badge.badge-lblue {
    color: #ffffff;
    background: #32c8de;
}
.badge.badge-blue {
    color: #ffffff;
    background: #609cec;
}
.highlight-lblue {
    background: #32c8de;
    color: #ffffff;
    padding: 2px 4px;
}
.highlight-blue {
    background: #609cec;
    color: #ffffff;
    padding: 2px 4px;
}
.progress .progress-bar.progress-bar-lblue {
    background: #32c8de;
}
.progress .progress-bar.progress-bar-blue {
    background: #609cec;
}
.panel.panel-lblue {
    border-color: #1faabe;
}
.panel.panel-lblue .panel-heading {
    background: #32c8de;
    border-color: #1faabe;
    color: #ffffff;
}
.panel.panel-lblue .panel-heading h4 a{
    color:#fff;
}
.panel.panel-lblue .panel-heading h4 a:hover{
    color:#fff;
}
.panel.panel-lblue .panel-footer {
    background: #32c8de;
    border-color: #1faabe;
    color: #ffffff;
}
.panel.panel-blue {
    border-color: #3280e7;
}
.panel.panel-blue .panel-heading {
    background: #609cec;
    border-color: #3280e7;
    color: #ffffff;
}
.panel.panel-blue .panel-heading h4 a{
    color:#fff;
}
.panel.panel-blue .panel-heading h4 a:hover{
    color:#fff;
}
.panel.panel-blue .panel-footer {
    background: #609cec;
    border-color: #3280e7;
    color: #ffffff;
}
.nos-lblue .noUi-connect{
    background:#32c8de;
}
.nos-blue .noUi-connect{
    background:#609cec;
}
.widget.w-lblue {
    border-top: 2px solid #32c8de;
}
.widget.w-blue {
    border-top: 2px solid #609cec;
}
.status-one .br-lblue{
    border-top:3px solid #32c8de;
}
.status-eleven .eleven-br-lblue{
    border-top:4px solid #32c8de;
}
.db-one .nav-tabs > .active > a.db-br-lblue{
    border-top: 3px solid #32c8de;
}
.db-one .nav-tabs > .active > a > span.br-lblue{
    border:1px solid #32c8de;
}
.db-nine .db-br-lblue{
    border-top:4px solid #32c8de;
}
.db-nine .db-br-blue{
    border-top:4px solid #609cec;
}


.btn-default {
  background-color: #ffffff;
  border-color: #c8c7cc;
  color: #8e8e93;
}
.btn-default:hover {
  background-color: #ffffff;
  border-color: #bbbac0;
  color: #8e8e93 !important;
}
.btn-default:active, .btn-default.active, .btn-default.active:focus, .btn-default:active:focus, .btn-default:active:hover {
  background-color: #f8f8f8;
  border-color: #d5d4d8;
  color: #5b5b60 !important;
}
.btn-default:focus {
  background-color: #ffffff;
  border-color: #bbbac0;
  color: #5b5b60 !important;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #e2e2e4;
  color: #cfcfd1;
}
.btn-default .caret {
  border-top-color: #8e8e93;
}
.dropup .btn-default .caret {
  border-bottom: 4px solid #8e8e93;
}

.btn-themas{
    top: 10%;
}

/* ---------------------------------------------------------------------- */
/*  Settings
/* ---------------------------------------------------------------------- */
.settings {
  position: fixed !important;
  right: -40px;
  top: 16.2%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: right 0.2s ease 0s;
  -o-transition: right 0.2s ease 0s;
  -webkit-transition: right 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: right 0.2s ease 0s;
  border-top:  1px solid #c8c7cc !important;
  border-left: 1px solid #c8c7cc !important;
  border-bottom: 1px solid #c8c7cc !important;
  width: 40px;
  z-index: 1050;
}
.settings.active {
  right: 5px;
}
.settings .btn-thema-id {
  /*width: 70px; min-width: 70px;*/
  margin-top: 4px;
  font-size: 0.675rem;
}
.settings > .btn {
  background: #ffffff !important;
  border-color: #c8c7cc !important;
  border-right-width: 0;
  left: -44px;
  padding: 10px 15px;
  position: absolute;
  top: 41px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.settings > .btn:hover, .settings > .btn:active, .settings > .btn:focus {
  box-shadow: none !important;
}
.settings.panel {
  border-radius: 0 !important;
  border-top: none;
  border-right: none;
  background: #ffffff;
  border-color: #c8c7cc !important;
}
.settings.panel .panel-heading {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 11px 15px;
  background: #fbfbfb;
  border-color: #c8c7cc;
  border-radius: 0 !important;
  color: #c8c7cc !important;
}
.settings.panel .panel-body {
  padding: 0;
}
.settings.panel .setting-box {
  border-bottom: 1px solid #c8c7cc;
  padding: 11px 10px 10px;
}
.settings.panel .setting-box .setting-title {
  padding: 5px 0;
}
.settings.panel .setting-box:last-child {
  border-bottom: none;
}
.colors-row {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 0 !important;
  padding-top: 5px !important;
  border-bottom: none !important;
}

.color-theme {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  padding-right: 5px;
}

.bg-gradient-blue {
  background-color: #054e85;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #054e85), to(#224abe));
  background-image: linear-gradient(180deg, #054e85 10%, #659cdf 100%);
  background-size: cover;
}

.bg-gradient-orange {
  background-color: #f8a841;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f8a841), to(#224abe));
  background-image: linear-gradient(180deg, #f8a841 10%, #cf7e15 100%);
  background-size: cover;
}

.bg-gradient-purple {
  background-color: #cb79e6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #cb79e6), to(#224abe));
  background-image: linear-gradient(180deg, #cb79e6 10%, #9434b4 100%);
  background-size: cover;
}

.bg-gradient-brown {
  background-color: #d08166;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #d08166), to(#224abe));
  background-image: linear-gradient(180deg, #d08166 10%, #a95538 100%);
  background-size: cover;
}

.bg-gradient-black {
  background-color: #666666;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #666666), to(#224abe));
  background-image: linear-gradient(180deg, #666666 10%, #352b2b 100%);
  background-size: cover;
}

.bg-gradient-grey {
  background-color: #969595;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #969595), to(#224abe));
  background-image: linear-gradient(180deg, #969595 10%, #666060 100%);
  background-size: cover;
}

.img-profile-edit{
    width: 16rem !important;
    height: 16rem !important;
}
/*
.boxAgendamento {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}
*/
/*
.box-agendamento-dia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    background-color: #c31c1c;
    z-index: 999999;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
}
*/

.nav-item-sys {
  color: #6e707e;
  background-color: #fff;
  border-color: #dddfeb #dddfeb #fff;
}
