@import url('/css/bootstrap/css/bootstrap.min.css');

/* new styles */
label.valid {
	width: 24px;
	height: 24px;
	background: url(/css/bootstrap/img/valid.png) center center no-repeat;
	display: inline-block !important;
	text-indent: -9999px;
}
label.error {
	font-weight: bold;
	color: red;
	/*padding: 2px 8px;*/
	margin-top: 2px;
}

body {
	background-color: transparent;
}
.label_bold {
	color: black;
	font-weight: bold;
}
.btn span.glyphicon {         
	opacity: 0;       
}
.btn.active span.glyphicon {        
	opacity: 1;       
}
.div_atendimento {
	float: left; 
	font-size: 26px; 
	color: #395296;
}

.erro {
	color: red;
}

#error-box {
    display: none;
}

.div_sucesso {
	font-size: 26px; 
	color: #395296;
}

hr.black {
	border: 1px solid gray;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

/* botão */
#btn-atendimentos.active {
	margin-bottom: 0px !important;
}
.collapsible {
	color: white;
	cursor: pointer;
	padding: 8px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	margin-bottom: 10px !important;
}
.collapsible p {
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}  
.content {
	/*max-height: 0;*/
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: white;
}

.box {
	padding: 20px;
    margin-bottom: 10px;
    font-weight: 200;
    line-height: 25px;
    color: inherit;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.panel-header {
	margin-bottom: 0px !important; 
	cursor: auto; 
	background-color: #2E4196; 
	border-radius: 5px 5px 0px 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.panel-body {
	padding: 10px 20px; 
	border: 1px solid #ccc; 
	border-top: 0px; 
	border-radius: 0px 0px 5px 5px; 
	margin-bottom: 10px;
}

.frmgPesquisarAtendimento {
	text-align: center;
	margin: 20px 0px;
}

#formularioTela1 label.error {
	text-align: center;
	margin: 10px 0px;
	display: none;
}

/* input numbers sem setas */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}