@CHARSET "UTF-8";

body > .container {
	padding-bottom: 30px;
	margin-top: 50px;
}

.table {
	font-size: 12px;
}

#calendar {
	/*height: 450px;*/
}

#calendar .fc-center h2 {
	font-size: 20px;
	font-weight: 800;
}

#table-holder {
	width: 100%;
	overflow-x: scroll;
}

.flex-center {
  display: flex;
  justify-content: center;
}

#mobile_footer_menu {
	background-color: #f5f5f5;	
	border-top: 1px solid silver;
}

button.mobile_up,
button.show_announcements,
button.hide_announcements,
button.m_show_map,
a.m_addToCal > button {
    text-align: center;
    border-radius: 86%;
    width: 50px;
    height: 50px;
    right: 20px;
}

button.mobile_up {
    z-index: 998;
    bottom: 85px;
    position: fixed;	
}

button.show_announcements {
    position: fixed;
    bottom: 85px;
    z-index: 9999;
}

button.hide_announcements {
    z-index: 998;
	bottom: 135px;
    right: 10px;
    padding-left: 17px;
    padding-top: 10px; 
    position: fixed;     
}

@media screen and (min-width: 992px) {	
	.only-mobile {
		display: none !important;
	}
}

@media screen and (max-width: 992px) {	
	.no-mobile {
		display: none !important;
	}
}

button.mobile_up i,
button.show_announcements,
button.hide_announcements {
	font-size: 2em;
}

#mobile_footer_menu div i
{
	font-size: 1.5em;
}

#mobile_footer_menu { height: 70px; }

#mobile_footer_menu > div {
  background: transparent;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 125px;
  margin: 5px;	
  text-align: center;
  height: 70px;
}

#mobile_footer_menu div a {
	text-decoration: none;
	color: black;
}

#mobile_footer_menu div a:hover {
	color: #2780e3;
}

#mobile_footer_menu .dropdown-menu li a {
	padding: 10px;
}

#announcements_mobile, #calendar_mobile {
    width: 100%;
    max-width: 700px;
    background-color: white;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    right: -1000px;
    padding-bottom: 200px !important;
    top: 51px;
    z-index: 999;
    padding: 10px;
    border-left: 0px solid silver;
	-webkit-box-shadow: -12px 0px 22px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: -12px 0px 22px 1px rgba(0,0,0,0.4);
	box-shadow: -12px 0px 22px 1px rgba(0,0,0,0.4);	
	transition: 0.5s;
}

#announcements_mobile.slide-in, #calendar_mobile.slide-in {
	right: 0px;	
	transition: 0.5s;
}

#content {
	transition: 0.5s;	
}

.slide-left {
	margin-left: -100px !important;	
	margin-right: 100px !important;
	transition: 0.5s;
}

.no-scroll {
	overflow: hidden !important;
	position: fixed !important;
}

#announcements_mobile img {
	max-width: 100%;
}

#overlay {
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
	z-index: 9999;
}

@keyframes blink {
    0% {
           background-color: rgba(255,0,0,1);
           border-color: rgba(255,0,0,1);
    }
    50% {
           background-color: rgba(0,0,0,1);
           border-color: rgba(0,0,0,1);
    }
    100% {
           background-color: rgba(255,0,0,1);
           border-color: rgba(255,0,0,1);
    }
}
@-webkit-keyframes blink {
    0% {
           background-color: rgba(255,0,0,1)
    }
    50% {
           background-color: rgba(0,0,0,1)
    }
    100% {
           background-color: rgba(255,0,0,1)
    }
}

 .blink {
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-animation:blink normal 1.5s infinite ease-in-out;
    /* Firefox */
    -webkit-animation:blink normal 1.5s infinite ease-in-out;
    /* Webkit */
    -ms-animation:blink normal 1.5s infinite ease-in-out;
    /* IE */
    animation:blink normal 1.5s infinite ease-in-out;
    /* Opera */
}



td {
	vertical-align: middle !important;
}

#loader {
	/* position: fixed; */
    z-index: 9;
    width: 100%;
    /* height: 100%; */
    background: rgba(0,0,0,0.5);
    text-align: center;
}

#loader > img {
	top: 50%;
    margin-top: -200px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
}

#map {
	width: 100%;
    height: 470px;
    border: 0;
}

.rowButtons {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.rowButtons > button,
.rowButtons > div,
.rowButtons > a > button {
	margin-bottom: 10px;
}

/* FULL CALENDAR */

.fc-content-skeleton,
.fc-content-skeleton > table,
.fc-content-skeleton > table > tbody > td,
.fc-event-container,
.fc-event-container > a {
	height: 100%;
}

.fc-day-grid-container {
	height: auto !important;
}

.fc-event-container > a {
	margin: 0;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	text-decoration: none;
	color: transparent;
}

.fc-day-grid-container {
	height: auto;
	overflow: none;
}

.fc-event {
	border: 1px solid rgba(146, 146, 146, 0.50) !important;
	background-color: rgba(146, 146, 146, 0.50) !important;
}



.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

td > select.form-control {
	width: 80%;
	display: inline-block;
	height: 20px;
}

.pointer {
	cursor: pointer;
}

.disabled-screen {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	background-color: rgba(255,255,255,0.5);
}

.error {
	border: 2px solid red !important;
}






.radio, .checkbox {
	margin: 0 !important;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    /* border-radius: .25em; */
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    background: #FFF;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

@media screen and (max-width: 992px) and (min-width: 570px) {
	.row > div {
		/*margin-bottom: 150px;*/
	}
}

#help-handle {
	border-left: 1px solid silver;
}

#left-menu > a {
	display: block;
}

#left-menu > a > i {
	display: inline-block;
	float: left;
	margin-top: 5px;
	color: #c3c3c3;
}

#left-menu > a > span {
	display: inline-block;
	width: 80%;
	margin-left: 10px;
}

#scrollToCalendar {
	display: none;
	padding-top: 15px;
}

#scrollToCalendar > .fa-arrow-up {
	font-size: 10pt;
    vertical-align: super;
    padding-left: 5px;
}
	
	
@media screen and (max-width: 480px) {
	#scrollToCalendar {
		display: block;
	}
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.footer > .container {
	text-align: center;
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.footer > .container .text-muted {
  margin: 20px 0;
}




.bootbox-body .select2-container {
	width: 100% !important;
	max-height: 200px;
	overflow-x: scroll;
}







/* DROPDOWN MENU STYLE */

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/* ACCORDION STYLE */

.panel-heading .accordion-toggle {
	width: 100%;
	display: block;
}

.panel-heading .accordion-toggle.collapsed span.fa-chevron-up {
	display: none;
}

.panel-heading .accordion-toggle.collapsed span.fa-chevron-down {
	display: block;
}

.panel-heading .accordion-toggle span.fa-chevron-up {
	display: block;
}

.panel-heading .accordion-toggle span.fa-chevron-down {
	display: none;
}

.accordion-toggle:hover, .accordion-toggle:active, .accordion-toggle:focus {
	text-decoration: none;
}

.accordion-toggle, .accordion-toggle:hover, .accordion-toggle:active, .accordion-toggle:focus  {
	color: #777 !important;
}

.panel-heading {
	background: none !important;
}






.checkbox-slider--b-flat {
  position: relative;
}
.checkbox-slider--b-flat input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  margin: 0 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox-slider--b-flat input + span {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox-slider--b-flat input + span:before {
  position: absolute;
  left: 0px;
  display: inline-block;
}
.checkbox-slider--b-flat input + span > h4 {
  display: inline;
}
.checkbox-slider--b-flat input + span {
  padding-left: 40px;
}
.checkbox-slider--b-flat input + span:before {
  content: "";
  height: 20px;
  width: 40px;
  background: rgba(100, 100, 100, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  transition: background 0.2s ease-out;
}
.checkbox-slider--b-flat input + span:after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0;
  display: block;
  background: #ffffff;
  transition: margin-left 0.1s ease-in-out;
  text-align: center;
  font-weight: bold;
  content: "";
}
.checkbox-slider--b-flat input:checked + span:after {
  margin-left: 20px;
  content: "";
}
.checkbox-slider--b-flat input:checked + span:before {
  transition: background 0.2s ease-in;
}
.checkbox-slider--b-flat input + span {
  padding-left: 40px;
}
.checkbox-slider--b-flat input + span:before {
  border-radius: 20px;
  width: 40px;
}
.checkbox-slider--b-flat input + span:after {
  background: #ffffff;
  content: "";
  width: 20px;
  border: solid transparent 2px;
  background-clip: padding-box;
  border-radius: 20px;
}
.checkbox-slider--b-flat input:not(:checked) + span:after {
  -webkit-animation: popOut ease-in 0.3s normal;
          animation: popOut ease-in 0.3s normal;
}
.checkbox-slider--b-flat input:checked + span:after {
  content: "";
  margin-left: 20px;
  border: solid transparent 2px;
  background-clip: padding-box;
  -webkit-animation: popIn ease-in 0.3s normal;
          animation: popIn ease-in 0.3s normal;
}
.checkbox-slider--b-flat input:checked + span:before {
  background: #5cb85c;
}
.checkbox-slider--b-flat.checkbox-slider-md input + span:before {
  border-radius: 30px;
}
.checkbox-slider--b-flat.checkbox-slider-md input + span:after {
  border-radius: 30px;
}
.checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
  border-radius: 40px;
}
.checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
  border-radius: 40px;
}
.checkbox-slider--b-flat input + span:before {
  box-shadow: none;
}

/*#####*/
.checkbox-slider-info.checkbox-slider--b input:checked + span:before,
.checkbox-slider-info.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c-weight input:checked + span:before {
  background: #5bc0de;
}

.checkbox-slider-warning.checkbox-slider--b input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:before {
  background: #f0ad4e;
}

.checkbox-slider-danger.checkbox-slider--b input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:before {
  background: #d9534f;
}

/*******************************************************
Sizes
*******************************************************/
.checkbox-slider-sm {
  line-height: 10px;
}
.checkbox-slider-sm input + span {
  padding-left: 20px;
}
.checkbox-slider-sm input + span:before {
  width: 20px;
}
.checkbox-slider-sm input + span:after,
.checkbox-slider-sm input + span:before {
  height: 10px;
  line-height: 10px;
}
.checkbox-slider-sm input + span:after {
  width: 10px;
  vertical-align: middle;
}
.checkbox-slider-sm input:checked + span:after {
  margin-left: 10px;
}
.checkbox-slider-md {
  line-height: 30px;
}
.checkbox-slider-md input + span {
  padding-left: 60px;
}
.checkbox-slider-md input + span:before {
  width: 60px;
}
.checkbox-slider-md input + span:after,
.checkbox-slider-md input + span:before {
  height: 30px;
  line-height: 30px;
}
.checkbox-slider-md input + span:after {
  width: 30px;
  vertical-align: middle;
}
.checkbox-slider-md input:checked + span:after {
  margin-left: 30px;
}
.checkbox-slider-lg {
  line-height: 40px;
}
.checkbox-slider-lg input + span {
  padding-left: 80px;
}
.checkbox-slider-lg input + span:before {
  width: 80px;
}
.checkbox-slider-lg input + span:after,
.checkbox-slider-lg input + span:before {
  height: 40px;
  line-height: 40px;
}
.checkbox-slider-lg input + span:after {
  width: 40px;
  vertical-align: middle;
}
.checkbox-slider-lg input:checked + span:after {
  margin-left: 40px;
}

	label > span {
		color: white !important;
	}
	
	span.cr {
		color: black !important;
	}
	
	
	
	
@media(max-width: 991px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: white !important;	
	}
}


.modal {
	z-index: 997;
}

.modal-backdrop {
	z-index: 996;
}




@media screen and (max-width: 992px) {	
	#mapModal {
		/* width: 100%; */
		height: calc(100% - 50px);
		padding: 0 !important;
		margin: 0 !important;
	}
	#mapModal .modal-dialog {
		width: 100%;
		height: 100%;
		margin: 0 !important;
	}
	
	#mapModal .modal-content {
		height: 100%;
	}
	
	#mapModal .modal-header {
		display: none;
	}
	
	#mapModal .modal-body {
		padding: 0 !important;
		width: 100%;
		height: calc(100% - 50px);
	}
	
	#mapModal .modal-footer {
		display: none;
	}
}

#toaster {
	top: 60px !important;
}

.modal {
	top: 50px !important;
}

a.tooltip-link {
	color: white !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
}

a.tooltip-link:not(:first-child) {
	border-left: 1px solid gray;
}

.tooltip-inner {
	border-radius: 10px !important;
	padding: 0px !important;
}

.tooltip {
	z-index: 992 !important;
}

#infoModal { margin: 0 !important; }