
/*.table-results-highlight{
	display: inline-block;
       	margin:0px auto;
       	background-color: rgba(255,255,255,.7);
       	margin-bottom: 0px;
	width: auto;
	border: 2px solid white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: -20px;
}*/

.tableclass1 tr:hover {
	background-color: #5DADE2;
	/*background-color: #3498DB;*/
}

.box-logo{
	display: inline-block;
       	margin:0px auto;
       	background-color: rgba(255,255,255,.7);
       	margin-bottom: 0px;
	width: auto;
	border: 2px solid white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: -20px;
}
.box-logo img{padding: 30px;}

.box-login p{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

.form-index input[type=submit] {
	width: 120px;
	font-weight: 700;
}

.box-critical{
	/*display: inline-block;*/
       	background-color: #f2dede;
	/*width: auto;*/
	border: solid 1px;
	border-color: #ebccd1;
	/*margin: 0.5em;
	margin-left: 20px;
	margin-right: 20px;*/
	padding: 0.5em;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	color: #a94442;
}

.box-connections p{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

.footer-createdby{
	display: block;
       	margin: 0px;
	padding: 0px;
       	background-color: rgba(255,255,255,.7);
	width: 99.9%;
	border: 1px solid white;
	/*border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: -20px;*/
}

.background1{
	margin: 0;
	padding: 0;
	background-image: url(../images/site-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: -1;
}

#doctorTableToggle{
	cursor: pointer;
	user-select: none;
}
#doctorTableToggle th{
	text-align: left;
}
#doctorTableToggle .collapse-chevron{
	display: inline-block;
	font-size: 12px;
	transition: transform 0.2s ease;
}
#doctorTableToggle.expanded .collapse-chevron{
	transform: rotate(90deg);
}
