
body{
	background-color: #efefef;
}
.slider.slider-horizontal{
	width: 85%;
}

.page-header{
	margin-top: 0;
}

td.fd_profissional{
	white-space: nowrap;
	overflow: hidden;
}
/* altera progress bar do bootstrap*/
.progress {
    height: 20px;
    overflow: hidden;
    margin-bottom: 2px;
    margin-top: 2px;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table > tfoot{
	background-color: #eee;
}
.text-large{
	font-size: 2em;
}
.well-primary{
	background-color: #337ab7 !important;
	color: #FFF;
}

.well-info{
	background-color: #5bc0de !important;
	color: #FFF;
}
.well-danger{
	background-color: #d9534f !important;
	color: #FFF;
}
.well-success{
	background-color: #5cb85c !important;
	color: #FFF;
}
.navbar{
	border-radius: 0;
	border: none;
	margin-bottom: 0;
}
.navbar-default{
	background-color: #0c6fb7;
}
.navbar-secondary {
    background-color: #f7f7f7;
    border-top: solid 1px #ddd;
}
.navbar-brand{
	padding: 5px 15px 15px 5px;
}
.navbar-default .navbar-brand {
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar-brand span,
.navbar-brand small{
	display: block;
	opacity: 0.95;
}
.navbar-brand small{
	display: block;
	font-size: 0.7em;
	opacity: 0.65;
}
.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus {
    opacity: 1;
    color: #fff;
}

.navbar-default .navbar-nav>li>a{
	color: #fff;
	opacity: 0.9;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
	background-color: rgba(0,0,0,0.1);
	opacity: 1;
}
.container-fluid{
	padding-top: 1em;
}
.panel{
    border-radius: 2px !important;
}
.panel-body{
	 padding-right: 1.5em;
	 padding-left: 1.5em;
}

.panel-default>.panel-heading{
	background-color: #fff;
	margin: 0 0.5em 0.5em;
}

ul > li{
	line-height: 2em;
}

body > footer{
    margin-top: 60px;
    background: #fff;
}

.partners {
    text-align: center;
    padding: 20px 20px;
    border-top: 1px solid #f9f9f9;
    background: #337ab7;
    color: white;
}
.copyright {
    border-top: 1px solid #EBF0F3;
    color: #111;
    padding: 20px 0px 10px 0px;
    text-align: center;
}

.subsection-header  a{
	text-decoration: none;
	outline: none;
}

.subsection-header > div{
    text-align: left;
    font-weight: bold;
    font-stretch: semi-condensed;
    border-bottom: solid thin #eee;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    
}

.list-group-no-border > .list-group-item{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid thin #eee;
	margin-bottom: 1px;
	
}
.list-group-no-border > .list-group-item:last-child {
	border-bottom: none;
}

.list-group-item > .material-icons{
	vertical-align: text-bottom;
}	

.display-block{
	display: block !important;
}

table.table-sortable > thead > tr > th{
	cursor: pointer;
}

.table-grupo-risco > tbody > tr > td:hover,
.table-grupo-risco > tbody > tr > td:focus{
	cursor: pointer;
	color: blue;
}

.label-yellow{
	    background-color: #fbee6a;
	    color: rgba(0,0,0,0.5);
}
label.error{
	color: #990000;
	display: block;
	
}

.navbar-dark .navbar-toggler{border: none;}

.tr-click:hover{
	cursor: pointer;
}
.btn-group-toggle > label.btn-primary{
	box-shadow: none;
}
.btn-group-toggle > label.btn-primary.focus:not(.active){
	background-color: #f7f7f7;
}

.btn-group-toggle > label.btn-primary:not(:hover){
	background-color: #f7f7f7;
	color: #777;
	border-color: #777
}

.custom-file-input-label:hover{
	cursor: pointer;
}

.card-body{
	position: relative;
}

.card-help{
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	background-color: none;
	right: 1.25rem;

	border-radius: 50%;
	border: solid 1px #ccc;
	text-align: center;
	vertical-align: middle;
	color: #ccc;
	line-height: 1.5rem;

}

.card-help:hover{
	transition: all ease-in 200ms;
	cursor: pointer;
	background-color: #337ab7;
	border: none;
	color: white;
}

.alert-tosted{
	position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}

@media print {
	body{
		background: none;
	}
	
	.no-print{
		display: none;
	}
}
	
}