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;
}
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;
}

.loading_bar{
	margin-top: 15px;
}

.btn-default {
	color: #fff;
	background-color: #6f263d;
	border-color: #6f263d;
}
#guia-orcamento, #form-observacoes, footer{
	padding:10px;
}
#guia-orcamento h3{
	margin: 0px;
}
.pagination{
	margin:0px !important;
}
.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;
}
.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;
}
.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;
}

#form_cartao label > input{
  visibility: hidden; 
  position: absolute; 
}
#form_cartao label > input + img{ 
  cursor:pointer;
  border:4px solid transparent;
  margin-right: 20px;
  -webkit-filter: grayscale(100%); filter: grayscale(100%);
}
#form_cartao label > input:checked + img{ 
  border-bottom: 4px solid #7B7777;
  -webkit-filter: grayscale(0%); filter: grayscale(0%);
}

.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;
}

i[data-bv-icon-for="DT_INCLUSAO"], i[data-bv-icon-for="DT_REINCLUSAO"]{
	right:40px;
}

.has-feedback .form-control {
	padding-right: 26.5px;
}

.carteira-frame {
	width: 430px;
	height: 200px;
	text-align: right;
	border-width: medium;
	border-style: solid;
	border-color: #6f263d;
	margin: 40px;
	border-radius: 10px;
}

.carteira-dados {
	width: 450px;
	height: 250px;
	text-align: left;
	margin: 0px;
	border-radius: 10px;
}