<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
	height:100%;
	font-family: 'Roboto', sans-serif;
	background-color: #eff3f6;
}
header .navbar{
	border-bottom: 1px solid #e6eaee;
	min-height: 70px;
}
header .navbar-brand{
	padding-left: 20px;
	margin-right: 30px;
}
header .nav-link i{
	font-size:28px;
	color: #9fa9ba;
}
header .nav-link a, a:hover i{
    color: #2ea1f8 !important;
}
header .nav-link a i{
    transition: color .15s ease-in-out;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
}
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
}
#clock ul{
	margin:0 auto;
	padding:0px;
	list-style:none;
	text-align:center; 
}
#clock li{
	display:inline;
	font-size:22px;
	text-align:center;
	font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-shadow:0 0 2px #F07241;
}
#clock .date{
	text-align:center;
	font-size:10px;
}
.alert-warning{
	background-color:#F07241;
	border-color:#F07241;
	color:#fff;
}
#tbFila{
	border-collapse: separate;
	border-spacing: 5px 15px;
}
#tbFila td{
	padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	background-color:#F07241;
	color:#fff;
}
#tbFila td.action{
	cursor:pointer;
}
#tbFila td.btn-container{
	padding:0;
}
button:hover{
	cursor:pointer;
}
#modal_print label{
	margin:0;
	font-size:12px;
}
.btn-danger{
	background-color:#F07241;
}
#tbExames tbody td{
	padding-left:8px;
}
.btn-fila{
	width: 100%;
	height: 100%;
	border:none;
	text-align:left;
}</pre></body></html>