
/* #### General ### */
.table-borderless th, .table-borderless td, .table-borderless tr, .table-borderless {
	border: none !important;
}	
.tooltip > .tooltip-inner {
	background-color: white; 
	color: black; 
	border: 1px solid;
	opacity: 1.0;
}
.tooltip > .tooltip-arrow {
	display: none;
}
.tooltip.in {	
	opacity: 1.0;
}

.dateTransform {
	color: transparent;
}




#pageRefreshNotification {
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 5px;
	color: green;
	transition: all .2s ease-in-out;
}		
#pageRefreshNotification.notify {
	color: red;
	transform: scale(1.1);
}		



.negative-margin-left {
	margin-left: -20px !important; 
	margin-right: 20px !important;
}



/* #### Appointments ### */
.panel-appointmentCreated {
	margin-top: 100px;
	padding: 30px;
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}





/* #### Usermanagement #### */
#usermanagementFilterActions.nav-tabs > li {
	float:none;
	display:inline-block;
	cursor: pointer;
}
#usermanagementFilterActions.nav-tabs > li.active a {
	background-color: #42a62a;
	color: white;
}

#usermanagementFilterActions.nav-tabs {
	/*text-align:center;*/
}

#usermanagementTable .dropdown-menu a{
	cursor: pointer;
}

#usermanagementTable .dropdown a {
	margin-left: 15px;
}

#usermanagementTable .dropdown a:hover, 
					 .dropdown a:focus, 
					 .dropdown a:active{
	text-decoration: none;
}




/* #### Login / Registration #### */
#loginHeader {
	position: absolute; 
	top: 50px; 
	left: 0px; 
	width: 100%;
	text-align: center;
}
#loginHeaderLogo .img-responsive {
	margin: 0 auto;
}
#loginHeaderTitle {
	margin-right: 150px;
}
#loginAndRegistrationContainer {
	margin-top: 100px;
}
#btn_showPrivacyPolicy {
	cursor: pointer;
}


/* #### Login and Registration #### */

.login-container {
	background: url(../images/background.jpg);
	background-size: cover;
}
.panel-registrationSucces, .panel-forgotPassword {


}
.panel-login {

}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
}
.panel-login>.panel-heading a.active{
	color: #42a82b;
	font-size: 16px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login #login-form input[type="text"],.panel-login #login-form input[type="email"],.panel-login #login-form input[type="password"],.panel-forgotPassword input[type="text"] {
	height: 45px;
	font-size: 16px;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
}
.btn-login {
	background-color: #5cb85c;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #4aa84a;
	border-color: #42a82b;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}
