/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


body {
	font-family: 'Source Sans Pro', sans-serif;
}
.container {
	padding-bottom: 1rem;
}

.table_responsive {
	width: 100%; 
	padding: 1rem 0;
    overflow: auto;
}

.table_responsive::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table_responsive::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

table {
	font-size: 	1em;
}

#termintab td {
	position: relative;
	text-align: center;
	height: 2.8rem;
}

#termintab tr:nth-last-child(-n+4) {
    background: #eee;
}

#termintab tr:last-child  {
    background: #fff;
}


.ui-draggable, .ui-droppable {
	background-position: 	top;
}
.ui-datepicker {
    width: 100% !important;
	max-width: 25rem !important;
}
label {
	width: 42%;
}

label.blood_donation_initial {
	width: 100%; 
}

input {
	width: 57%;
}

input#blood_donation_initial {
	width: auto; 
	margin-left: 0.1rem;
}
input#spam_protection {
	position: absolute;
	height: 0; 
	left: -9999rem;
}

.bg-light {
    background-color: 		#ffffff !important;
	border-bottom: solid 2px #eee;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: 			#d60117 !important;
	color: #ffffff;
	border:					1px solid #555;
}

.btn-primary {
    background-color: 		#9fc646;
    border-color: 			#9fc646;
}

.agenda {
	position: relative;
	display: inline-block;
	margin-left: 2.5rem;
	padding: 0rem 0.5rem;
} 

.agenda:before {
    position: absolute;
    content: '';
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    left: -1.6rem;
    top: -0.2rem;
}

.agenda_free:before {
	background: #9cb535;
}

.agenda_requested:before {
	background: #dedede;
}
.agenda_reserved:before {
	background: #ffcccc;
}

#termintab .datelist_btn {
	width: 2rem;
	height: 2rem;
    border-radius: 50%;
	margin: 0;
	padding: 0.3rem 0;
	position: relative;
	text-align: center;
	background-color: #9fc646;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9fc646), to(#9cb535));
	background-image: -webkit-linear-gradient(top, #9fc646, #9cb535);
	background-image: -moz-linear-gradient(top, #9fc646, #9cb535);
	background-image: -ms-linear-gradient(top, #9fc646, #9cb535);
	background-image: -o-linear-gradient(top, #9fc646, #9cb535);
	text-decoration: none;
	box-shadow: 0px 0.2rem 0.6rem #999999, inset 0px 2px 3px white;
	text-shadow: 0.1rem 0.1rem 0.1rem #bebebe;
	transition: all 0.3s ease 0s;
}
#termintab .btn-primary.datelist_btn:hover {
	background-color: transparent !important;
	border-color: transparent !important;
    box-shadow: 0px 0.1rem 0.3rem #bebebe, inset 0px 2px 3px white;
}

.btn-primary:hover {
    background-color: 		#555;
    border-color: 			#555;
}

.important{
	color: red;
}

.requested,
.reserved {
	position: relative;
}
.requested:before, .reserved:before {
    position: absolute;
    content: '';
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background: #dedede;
    left: .9rem;
    top: .35rem;
}
.reserved:before {
    background: #ffcccc;
}

/* admin list */
.a_free {
	background: #9fc646;
}

.a_requested {
	background: #eeeeee;
}

.a_reserved {
	background: #ffcccc;
}

#dateform {
	background: #ffffff;
}
/* Login */
#login-row #login-column #login-box {
  margin-top: 120px;
  max-width: 600px;
  height: 320px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}
#login-row #login-column #login-box #login-form {
  padding: 20px;
}
#login-row #login-column #login-box #login-form #register-link {
  margin-top: -85px;
}

.message { 
	color: red;
}

.blood_donation_help_image {
	width: 100%;
	height: auto;
	border-radius: 0.2rem;
}

