.header_title, .form_title{
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.header_title{
	padding: 30px 20px 0 20px;
	font-size: 20px;
}

.form_title{
	padding: 0 0 20px 0;
	font-size: 16px;
}

.logo{
	text-align:center;
}

.logo img{
	width: 100%;
	max-width: 1200px;
}
.header_title{
	min-height: 65px;
}

.my-panel-label{
	text-align: center;
}

.sublabel{
	font-size: 14px;
	line-height: 18px;
	margin: -5px 0 10px 0;
}

.has-error .sublabel{
	color: #a94442;
}

.has-error .field_group{
	border: 1px solid #a94442;
}

form .alert-danger{
background-color: white;
}
.form-control{
color: inherit;
font-size: inherit;
}

.panel-default > .panel-heading{
color: inherit;
}

#tresc input[type="button"], button {
	padding: 10px 20px 8px 20px;
	margin-top: 10px;
	border: none;
	border-radius: 0;
	background: #ffca05;
	color: #034ea1;
	font-size: 20px;
	font-family: 'Lato-Light', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	line-height: normal;
}

#tresc input[type="submit"][disabled], #tresc input[type="submit"][disabled]:hover, #tresc input[type="button"][disabled], #tresc input[type="button"][disabled]:hover, button[disabled], button[disabled]:hover {
	padding: 10px 20px 8px 20px;
	margin-top: 10px;
	border: none;
	border-radius: 0;
	background: #e1dada;
	color: #bfc4ca;
	font-size: 20px;
	font-family: 'Lato-Light', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	cursor: default;
}



#tresc input[type="button"]:hover,#tresc button:hover {
	background:#d6f3ff;
	background:#0053b0;
	color:#ffca05;
}

#tresc input[type="file"] {
	color:#fff;
}

#tresc table{
color: #034ea1;
}

.status-p{
text-align: center;
font-weight: bold;
color: #009933;
}

.status-r{
text-align: center;
font-weight: bold;
color: #cc3333;
}

button.delete_x {
	padding: 3px 4px;
	margin-top: 10px;
	border: none;
	border-radius: 0;
	background:#fff;
	color:#ffca05;
	font-size: 20px;
	font-family: 'Lato-Light', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 10px;
}

.space{
height: 50px;
}


textarea.form-control{
min-height: 150px;
}

.tooltip {
  position: relative;
  opacity: 1; 
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #ffff;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  box-shadow: 0 0 7px #034ea1;
  font-size: 12px;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#tresc .invisible{
display: none;
visibility: visible;
}

#tresc .form-group .well {
 font-size: 14px;;
}

#tresc .form-group .well hr{
	background: #c3c3c3;
	margin: 7px 0;
}

#tresc .form-group .well p{
 margin: 0;
 font-size: 14px;;
}

#tresc .form-group button.btn{
 margin-bottom: 2px;
}

#tresc .form-group button.btn:focus{
 border:0;
}

.buttons i.fas{
font-size: 24px;
}

.reviews{
font-size: 14px;
}


div.tresc iframe {
margin-top: 0;
}

div.tresc button.edit-user, div.tresc button.delete-user {
	padding: 6px 8px 4px 8px;
	margin: 2px 1px 2px 1px;
}

div.tresc button.edit-user {
	padding-right: 3px;
}

label.control-label:empty {
	display: none;
}

