
/*
body {
    background: url("../confIMG/Clinicas/fundo.png") no-repeat;
    background-position: center;
    background-position-y: 0px;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
*/

.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: #cc2d18!important;
	margin-top: 20px;
}

.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:9999;
    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:48%;
	top:40%;
    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 TRANSPARENTE */

.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: 30px;
  margin-bottom: 10px;
  width: 30px;
}

@keyframes spinxx {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*========= LOADING */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 30px 30px;
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-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
}

.img-busca-cep{
    position: absolute;
    top: 3px;
    right: 16px;
    z-index: 99999
}

.img-input-pass{
    position: absolute;
    top: 120px;
    right: 22px;
    z-index: 99999;
    cursor: pointer;
}

.img-input-pass-c{
    position: absolute;
    top: 168px;
    right: 22px;
    z-index: 99999;
    cursor: pointer;
}

.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;
}

.bg-gradient-index {
    background-color: #054e85;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #054e85), to(#258391));
    background-image: linear-gradient(180deg, #054e85 10%, #659cdf 100%);
    background-size: cover;
}

.styled-select {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;

}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 50px;
    padding: 5px;
    width: 100%;
    outline: 0;
    -moz-appearance: window;
    -webkit-appearance: none;
}

.styled-select.slate {
    background-image: url(../imgPadrao/select.png);
    height:50px;
    width:100%;
    border-radius: 7px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 95% 10px;
}

.styled-select.slate select {
    font-size: 16px;
    height: 50px;
    width: 100%;
    padding: 0px 20px;
    color: #777777;
}

.campo-hidden {
    display: none;
}

.text-justificado{
  text-align: justify !important;
}

.text-negrito{
  font-weight: bold !important;
}

.input-gde{
    font-size: 18px !important;
}

.marcar-consulta, .btn-acao, .btn-corrigir, .btn-acao-rc, .btn-enviar-sms, .btn-enviar-sms{
    cursor: pointer !important;
}

.btn-acao-rc{
    color: #ffffff !important;
}

.btn-inicial-remarcar, .btn-branco{
    cursor: pointer !important;
    color: #ffffff !important;
}

.select-inativo{
    background-color: #eaecf4;
}

.col-xl-5-x{
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.my-5-x {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.container-x {
  margin-top:-26px !important;
}


/* Progress bar sizes */
.progress.pb-xs {
    height: 2px !important;
}

