body{
	font-family: 'Open Sans', sans-serif;
}
header{
    text-align: center;
}
header img{
    display: inline-block !important;
    padding:20px;
}
a {
	color: #6f263d;
}
a:hover{
	color: #666;
}
img {
	image-orientation: from-image;
}
h2{
	text-transform: uppercase;
}
.menu-lateral, .panel-default {
	margin-top: 25px;
}

button[name='setDente']{
	background: #6f263d;
	color:#fff;
	border-radius: 8px;
	border: 0px;

}
button[name='setDente']:disabled {
    background: #dddddd;
}
#logo-uniodonto{
	display:inline-block; 
	width:202px;
}
#noticias .well{
	margin-bottom: 5px !important;
}
#noticias .well.noticia-alert{
	background:#B22222;
	color:#fff
}
#noticias .well.noticia-alert a{
	color:#fff
}
#data{
	width: 100%;
	display: inline-block;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger,
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
    background-color: darkred;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success,
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    background-color: darkgreen;
}
button[name='setDente']:hover{
	background: #333;
}

button[name='setDente'].ativo{
	background: #333;
}
.table-responsive{
	/*overflow-x: inherit !important;*/
}
.loading_bar{
	margin-top: 15px;
}

.btn-default {
	color: #fff;
	background-color: #6f263d;
	border-color: #6f263d;
}

.btn-blue {
	color: #fff;
	background-color: #348fdc;
	border-color: #348fdc;
}
#guia-orcamento, #form-observacoes, footer{
	padding:10px;
}
#guia-orcamento h3{
	margin: 0px;
}
.pagination>li>a, .pagination>li>span{
	color: #6f263d !important;
}
.pagination>li>a, .pagination>li>span, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	border-color: #6f263d !important;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus, .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color: #6f263d;
	color:#fff !important;
}
.borda-filtro{
	border-color: #ddd !important;
	margin-bottom:8px;
}
#dados-beneficiario .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td, .inside-filtro {
	padding: 4px;
}
#tabela_procedimentos th.header a:hover{
	cursor: pointer;
}
#menu-vertical, .margin-top{
	margin-top: 10px;
}
.margin-top-25{
	margin-top: 25px;
}
.form-search .col-sm-1, .form-search .col-sm-2{
	padding: 0px 5px;
}
.panel-primary {
	border-color: #6f263d;
}
.panel-primary>.panel-heading {
	background-color: #6f263d;
	border-color: #6f263d;
}
.panel-primary>.panel-heading a {
	color: #ffffff;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #6f263d;
	border-color: #fff;
}
label.error{
	color: red;
	font-size: 11px;
}
#login-box{
	background: #8e2140;
	border-radius: 10px;
	color: #fff;
	margin: 30px auto;
}
#login-box .form-control{
	margin-top: 7px;
}
#login-box .btn-default{
	border-color: #fff;
}
.border{
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
h4.modo-login{
    font-size: 24px;
    padding-left: 28px;
    margin-bottom: 0px !important;
    color:#6f263d;
}
.margin-top-15{
    margin-top: 15px;
}
.border-right{
	border-right: 1px solid #ddd;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading {
  margin-bottom: 10px;
  font-size: 16px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.linha-filtro{
	margin-bottom: 15px;
}
.margin-top-zero{
	margin-top: 0px;
}
.margin-bottom-zero{
	margin-bottom: 0px;
}
#justificativa .radio, #justificativa .checkbox{
	margin: 0px !important;
}
#justifica .list-group{
	margin-bottom: 0px;
}
#justifica .list-group-item{
	padding: 7px 5px;
}

.bs-checkbox input{
  visibility: hidden; 
  position: absolute; 
}

.bootstrap-table tr{
	cursor: pointer;
}
.btn{
	margin-right: 5px;
}
.btn-roxo:hover, .btn-cartaomais:hover{
	color: #aaa;
}
.btn-roxo {
	color: #fff;
	background-color: #654496;
	border-color: #654496;
}
.btn-cartaomais {
	color: #fff;
	background-color: #696969;
	border-color: #696969;
}
.froala-box a[href="http://editor.froala.com"]{
	display:none !important;
}

#box_procedimentos .table>tbody>tr>td{
	vertical-align: middle;
}

input[type=radio][name=codigoBandeira] {
	display:none;
}
input[type=radio][name=codigoBandeira] + label
{
	height: 50px;
	width: 70px;
	display:inline-block;
	padding: 0 0 0 0px;
	font: normal normal normal 54px/1 FontAwesome;
	border:0px;
}

input[type=radio][name=codigoBandeira]:checked + label
{
	color: #1a1f71;
	height: 50px;
	width: 70px;
	display:inline-block;
	padding: 0 0 0 0px;
	border:0px;
}

input[name=codigoBandeira] + label[for=radio_visa]:before{
	content: "\f1f0";
}
input[name=codigoBandeira] + label[for=radio_mastercard]:before{
	content: "\f1f1";
}

.panel-heading .collapsed:after {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e114";    /* adjust as needed, taken from bootstrap.css */
	float: right;        /* adjust as needed */
	color: white;         /* adjust as needed */
}
.panel-heading a:after {
	/* symbol for "collapsed" panels */
	font-family: 'Glyphicons Halflings';
	content: "\e080";    /* adjust as needed, taken from bootstrap.css */
	float: right;        /* adjust as needed */
	color: white;         /* adjust as needed */
}

#loading{
	background-color: #000;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}
.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	float: left;
	margin-right: 20px;
	margin-top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

#object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}
#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
#object_three {
	-webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;

}

@-webkit-keyframes object_one {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_one {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

@-webkit-keyframes object_two {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_two {
	75% {
		transform: scale(0);
		-webkit-transform:  scale(0);
	}
}

@-webkit-keyframes object_three {
	75% { -webkit-transform: scale(0); }
}

@keyframes object_three {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

.box_fechar_solicitacao{
	text-align: center;
}

.modal-imagens{
	height: 600px;
	width: 800px;
	/* overflow-y: initial !important*/
}

.content-imagens{
	height: 100%;
	width: 100%;
}

.body-imagens{
	height: 450px;
	width: 780px;
	margin-bottom: 0px;
	margin-left: 3%;
	margin-right: 3%;
}

.table-imagens{
	height: 400px;
	width: 750px;
	overflow-y: auto;
}

/* Esconde o input */
#arquivo-solicitacao {
	display: none
}

/* Aparência que terá o seletor de arquivo */
#label-arquivo {
	background-color: #6f263d;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	margin: 10px;
	padding: 6px 20px
}

#modal-procedimentos{
	height: 600px;
	width: 600px;
	/* overflow-y: initial !important*/
}

#content-procedimentos{
	height: 100%;
	width: 100%;
}

#body-procedimentos{
	height: 450px;
	margin-bottom: 0px;
	margin-left: 3%;
	margin-right: 3%;
}
#footer-procedimentos{
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#table-procedimentos{
	height: 290px;
	overflow-y: auto;
}

.dot {
	height: 8px;
	width: 8px;
	background-color: #4bbb1f;
	border-radius: 50%;
	display: inline-block;
}

.img-loading{
	width: 24px;
	height: 24px;
}

.text-small {
	color: #6d6a6a;
	font-size: 10pt;
}

.text-center {
	text-align: center;
}
.input-big{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
.img-bt-sms {
	width: 20px;
	height: 20px;
}
#div-enviar-sms {
    margin-left: 20%;
	margin-right: 20%;
}
.blue {
	color: #3498DB
}
.purple {
	color: #9B59B6
}
.green {
	color: #1ABB9C
}
.aero {
	color: #9CC2CB
}
.red {
	color: #E74C3C
}
.dark {
	color: #34495E
}

/* RECONHECIMENTO FACIAL */
video {
	width: 100%    !important;
	height: auto   !important;
	max-height: 430px;
}

#div-foto {
    position: relative;
    width: 100%;
	text-align: center;
}

#div-foto  img {
    /*width: 100%;*/
    height: auto;
	max-height: 430px;
}

#div-foto  .btn {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#div-foto  .btn1 {
    left: 20%;
}
#div-foto  .btn2 {
    left: 80%;
}

#div-foto  .btn:hover {
    background-color: black;
}

#foto-beneficiario {
	max-width: 240px;
	max-height: 120px;
	display: block;
	border: 1px solid #CCC;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	cursor: pointer;
}

#temp-foto {
	max-width: 240px;
	max-height: 480px;
	display: block;
	border: 1px solid #CCC;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/* FIM - RECONHECIMENTO FACIAL */

/*----Oculta as setas do input type="number"---*/
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type=number] {
	-moz-appearance: textfield;
	appearance: textfield;

}
.color-red {
	color: #be484e;
}
.color-yellow {
	color: #908a0e;
}
.color-green {
	color: #00900c;
}
.color-gray {
	color: #aeaeae;
}
.alerta{
	color: red;
}
.ui-datepicker-calendar {
    display: none;
}

.erro-procedimento-swal h2 {
    font-size: 16px !important; /* Título reduzido */
    font-weight: 600 !important;
    margin-bottom: 12px !important;
}

.erro-procedimento-swal p {
    font-size: 16px !important; /* Texto aumentado */
    line-height: 1.5 !important;
    color: #555 !important;
}

