
header.ontime {
	background-image: url('../images/welcome-ontime.png');
	background-size: 250px;
	background-position: center;
	background-repeat: no-repeat;
	height: 250px;
	margin-bottom: -10px;
}

.siteName {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	text-transform: capitalize;
	margin-top: -60px;
}

a.RED {
	background-color: #e42618 !important;
}


body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
  }

  #script-warning {
    display: none;
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: red;
  }

  #loading {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #CALENDAR {
    max-width: 1100px;
    margin: 20px auto;
  }
  
.fc-footer-toolbar .fc-toolbar-chunk button.fc-button {
	margin-bottom: 5px;
}


/******************************
			margin
*/
.mt-20 		{	margin-top: 20px;			}
.mt-30 		{	margin-top: 30px;			}
.mt-40 		{	margin-top: 40px;			}
.mt-50 		{	margin-top: 50px;			}
.mt-60 		{	margin-top: 60px;			}
.mt--10 	{	margin-top: -10px;			}
.mt--20 	{	margin-top: -20px;			}
.mt--25 	{	margin-top: -25px;			}
.mt--40 	{	margin-top: -40px;			}
.mb-20 		{	margin-bottom: 20px;		}
.mb-50 		{	margin-bottom: 50px;		}
.mb-60 		{	margin-bottom: 60px;		}
.mb-80 		{	margin-bottom: 80px;		}
.mb--10 	{	margin-bottom: -10px;		}
.mb--20 	{	margin-bottom: -20px;		}
.mt--180 	{	margin-top: -180px;			}
.mr-20 		{	margin-right: 20px;			}
.mr-25 		{	margin-right: 25px;			}
.ml-25 		{	margin-left: 25px;			}



a.username {
	color: #0E2F4F !important;
	font-style: italic;
	cursor: alias;
}

.g-bg-onblue {
    background-color: #112f4f !important;
}

#js-header {
    border-bottom: 1px solid #112f4f;
}

select.users { 
	margin-top: 10px;
    margin-left: 5px;
	margin-bottom:10px; 
	min-width: 100px;
	padding: .4em; 
}

a.open.none {
	display: none;
}

button.mini {
    padding: 0.30rem 0.30rem !important;
}

.pr10 {
	padding-right: 10px;
}

.debug {
	display: none;
}

span.star {
	color: red;
}

span.hidden {
	visibility: hidden;
}

.u-has-error-v1-3 .form-control-feedback::before {
    visibility: hidden;
}

.g-color-onblue, .g-color-Users {
	color: #112f4f;
}
.g-bg-onblue, .g-bg-Users {
	background-color: #112f4f;
}
.g-brd-onblue--hover:hover, .g-brd-Users--hover:hover, .g-brd-Users--active.active {
  border-color: #112f4f !important;
}

.g-color-onbluedark {
	color: #021934;
}
.g-bg-onbluedark {
	background-color: #021934;
}


.g-color-onred, .g-color-Admins {
	color: #e42618;
}
.g-bg-onred, .g-bg-Admins {
	background-color: #e42618;
}
.g-brd-onred--hover:hover, .g-brd-Admins--hover:hover, .g-brd-Admins--active.active {
  border-color: #e42618 !important;
}

.g-bg-ongrey {
	background-color: rgba(193, 189, 172, 0.5); /*#C1BDAC;*/
}

.g-color-ongreen {
	color: #5cb85c;
}
.g-bg-ongreen {
	background-color: #5cb85c;
}

.g-color-onred--hover:hover {
    color: #e42618 !important;
}
.g-color-onbluedark--hover:hover {
    color: #021934 !important;
}
.g-bg-onbluedark--hover:hover {
    background-color: #021934 !important;
}

.g-font-size-25 {
	font-size: 25px;
}

.fc .fc-button-primary {
	color: #FFFFFF;
	color: var(--fc-button-text-color, #fff);
	background-color: #112f4f !important;
	background-color: var(--fc-button-bg-color, #112f4f) !important;
	border-color: #112f4f !important;
	border-color: var(--fc-button-border-color, #112f4f) !important;
}
.fc .fc-button-primary:hover {
	color: #FFFFFF;
	color: var(--fc-button-text-color, #fff);
	background-color: #021934 !important;
	background-color: var(--fc-button-hover-bg-color, #021934) !important;
	border-color: #021934 !important;
	border-color: var(--fc-button-hover-border-color, #021934) !important;
}
/*
.custombox-blur.custombox-container.custombox-open, {
.custombox-blur.custombox-container.custombox-close, {
.custombox-blur.custombox-overlay.custombox-close {
  animation-fill-mode: initial !important;
}
.custombox-lock {
  overflow: initial !important;
}

.custombox-overlay {
	position: relative;
	min-height: 100vh;
	padding-bottom: 60px
}
*/
/**//*
.custombox-blur {
  animation-fill-mode: initial !important;
}
*//**/



body.vh100 {
	position: relative;
	min-height: 100vh;
	padding-bottom: 60px;
}

.bottom {
	/*
	position: fixed;
	bottom: 0;
	width: 100%;
	min-height: calc(100vh - 87vh);
	*/
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.g-height-100vh {
	overflow: hidden;
}

.fade-content {
	visibility: hidden;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: fade 350ms ease-in-out, opacity 750ms ease-in-out;
}

.fade-content.is-visible {
	visibility: visible;
	height: auto;
	opacity: 1;
}




div.custombox-loader {
	opacity: 0;
}

.u-has-error {
	background-color: #fff0f0;
	border-color: #f00;
}

.u-has-error > option {
	background-color: white;
}

img.logo.custom {
	max-width: 300px;
	max-height: 80px;
}

img.logo.w100percent {
	max-width: 100%;
}

.pointer {
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 3em!important;
}

.bold {
	font-weight: bold;
}

.custombox-lock {
    overflow: revert;
}

select option.hide {
	display: none;
}

.text-normal {
	text-transform: none;
}


