/*

primary: #333333
secondary: #D6F6FF;
border: #dbdbdb

*/


* {
    box-sizing: border-box;
}

html, body {
	max-width: 100%;
}

body {
	height:100%;
    background: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, Inter, Helvetica, 'Helvetica Neue', "Segoe UI", 'Droid Sans',  Arial, sans-serif ;
	color: #333333;
	
	overflow-y: scroll;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: none;	
	user-select: none;
	
}


input[type] { /* Safari bugfix */
	user-select: text;
	-webkit-user-select: text;
}
input[type], textarea, select {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
	color:#1b55e2;
	font-weight:500;
}

.h4 {
	margin-top: 10px;
    margin-bottom: 10px;
	font-size:18px;
}


h4.media-heading  {
	font-size:15px;
	margin-bottom: 5px;
}
div.media {
	padding: 15px 2px;
	margin-bottom:0px;
	margin-top:0px;
	
}
div.media:hover {
	background:#f5f6f7;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.row.same-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.same-height > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.no-pad {
  margin-right:0;
  margin-left:0;
}
.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.graybg {
	background: #F0F4F6;
}



a {
	color: #1b55e2;
	opacity: 1;
}


.close, a.close {
	opacity: 1;
	color: #1b55e2;
	font-size: 30px;
    font-weight: 400;
	text-shadow:none;
}

.bigger {
	font-weight:500;
	font-size:15px;
}


.navbar {
	background: #ffffff;
	color: #333333;
	height: 50px;
	
}


.no-wrap {
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow: hidden;
}


.placeholder-container {
	height: 300px;
}

.placeholder-text h3 {
	font-weight:300;
}

.placeholder-text.v-align-center {
    padding-top: 0;
}
.placeholder-text {
    max-width: 425px;
    padding-top: 40px;
}

.placeholder-icon,
.mdi.placeholder-icon {
    font-size: 80px !important;
}

.navbar a {
    font-weight: 400 !important;
    color: #1b55e2;

	
}
/*
@media (max-width: 1280px) {
	.navbar a {
		font-size:15px;
	}
}
*/

.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus {
	background-color: #D6F6FF;
	color:#fff
}

.navbar .navbar-nav>.active>a:hover {
	background-color: #D6F6FF;
	color:#fff	
}

.navbar-fixed-side.navbar .navbar-nav>li:not(.active)>a:hover, .navbar-fixed-side.navbar .navbar-nav>li:not(.active)>a:focus, .navbar-fixed-side.navbar .navbar-nav .dropdown-menu>li:not(.active)>a:hover, .navbar-fixed-side.navbar .navbar-nav .dropdown-menu>li:not(.active)>a:focus {
	color:#1b55e2;
	background:#f5f6f7;
	
}

.scrollable {
	overflow-y:auto
}

.nav-tabs.hscroll {
  white-space: nowrap;
  min-height: 42px;
}

@media (max-width: 1024px) {
	
	
	body {
		-webkit-user-select: none;
		-webkit-tap-highlight-color: transparent;
	}
	
	
	/*
	[1]: All items a forced onto a single line, causing the overflow when necessary.
	[2]: Automatic overflow means a scroll bar won’t be present if it isn’t needed
	[3]: Make it smooth scrolling on iOS devices
	[4]: Hide the ugly scrollbars in Edge until the scrollable area is hovered
	[5]: Hide the scroll bar in WebKit browsers
	*/
	.hscroll {
	  white-space: nowrap !important; /* [1] */
	  overflow-x: auto !important; /* [2] */
	  -webkit-overflow-scrolling: touch !important; /* [3] */
	  -ms-overflow-style: -ms-autohiding-scrollbar !important; /* [4] */ 
	   scrollbar-width: none;  /* Firefox */
	}

	/* [5] */
	.hscroll::-webkit-scrollbar {
	  display: none; 
	}

	.nav-tabs.hscroll {
	  white-space: nowrap;
	  overflow-x: auto;
	  overflow-y: hidden;
	  min-height: 42px;
	}

	.nav-tabs.hscroll > li {
	 float: none;
	 display: inline-block;
	}
	
	
}

#side-calendar{
	color: #212121;
	font-size:14px;
	margin-bottom:16px;
	margin-left:8px;
	min-height:240px;
}
	@media (max-width: 1279px) {
		#side-calendar{
			display:none;
		}
		
	}


.noselectable {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


#desktop-submit{
	width:250px;
	font-size:16px;	
	font-weight:400 !important;
	margin-top:1em;
	margin-bottom:1em;
	height: 42px !important;
    line-height: 42px;
}

@media (max-width: 1024px) {
	#desktop-submit{
		display:none;
	}
}
@media (min-width: 1025px) {
	#desktop-submit{
		display:block;
	}
	
	.app-buttons i.mdi-check,
	.app-buttons button.btn-primary	{
		display:none;
	}
}

.fixed-btn-container {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 4;
	transform: translateY(0%);
	opacity: 1;
}			
.fixed-btn {
	display: block;
	margin: 16px auto;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 15px 0 !important;

}


button:focus, .btn:focus, .btn-link:focus,
.app-buttons .btn-link:focus, 
.app-buttons .btn:focus {
	outline: 0 !important;
}

.app-buttons {
	position: fixed;
	top:10px;
	right:4px;
	z-index:1031;
	/*background:#ffffff;*/
}

.dropdown-menu>li>a {
   padding: 3px 16px !important;
   border-radius: 8px;
}

.app-buttons button,
.app-buttons a, 
.app-buttons .btn-link, 
.app-buttons .btn {
	margin: 0px 8px 0px 8px;
	padding:0 !important;
	color: #1b55e2;
	outline: 0 !important;
	transition: box-shadow .1s,color .1s,background .1s;
    align-items: center;
    justify-content: center;
}

.app-buttons .btn-link i.mdi {
	background: transparent;
	border-radius: 50%;
	min-width: 32px;
	min-height: 32px;
	padding: 0px 3px;
}

.app-buttons .btn-link i.mdi:hover,
.app-buttons .btn-link i.mdi:active,
.app-buttons .btn-link i.mdi:focus {
	background: #f5f6f7;
}

.app-buttons button.btn-primary {
	margin-top: -5px;
	padding: 0 16px !important;
	color: #ffffff !important;
}
/*
@media (max-width: 1279px) {
	.app-buttons .btn-link, 
	.app-buttons .btn{
		margin: 0px 4px 0px 4px;
	}
}
*/

.app-buttons .mdi {
	cursor: pointer;
}

@media (max-width: 768px) {
	
	@supports not (-webkit-overflow-scrolling: touch) {
  /* CSS for other than iOS devices */ 
		
		.app-buttons i.mdi.mdi-plus, .app-buttons i.mdi.mdi-plus:hover, .app-buttons i.mdi.mdi-plus:focus{
			position:fixed;
			z-index:997;
			font-size:22px;
			bottom:28px;
			min-width:66px;
			min-height:63px;
			right:16px;
			border-radius: 16px;
			margin:0;
			border: 2px solid #1b55e2;
			padding:14px 20px;
			color:#ffffff;
			background: #1b55e2;	
			box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
			transition: .3s;
			
		}
		
		.app-buttons:active i.mdi.mdi-plus {
			  transform: scale(1.1);
		}
	
		
		
		body.overlay-in .app-buttons i.mdi.mdi-plus {
			display:none;
		}
	}
}

@media (min-width: 768px) {
	.app-buttons .mdi-phone {
		display:none;
	}
}

.app-buttons .btn-link .mdi{
	font-size:24px;
	color: #1b55e2;	
}


.contact-button li a {
	font-size:15px;
}
	.contact-button img {
		width:30px;
		height:30px;
		margin-right:15px;
	}

	.contact-button .dropdown-header {
		font-size:14px;
	}

.modal-back {
	float: left !important;
	margin-left: -6px;
	margin-top: -12px;
	margin-right:14px;
	
}

.modal-back .mdi {
	font-size:24px;
	color: #1b55e2;
} 


#header-notification-icon, 
.mdi-delete, 
.text-alert .mdi,
.mdi.text-alert {
	color: #e2441b !important;
}


#header-notification-counter {
	font-size:12px;
	position: relative;
	margin-left:-5px;
	background: #ffffff;
	color: #e2441b;
	
}

.top-notification .alert{
	background-color: #D6F6FF;
	border:0; 
    margin: 0px;
	margin-top: -15px;
	margin-bottom: 15px;
	border-radius:0px !important;
}



.app-container {
	width: 100%;
    padding: 0px;
	margin-top: 70px;
    /*min-height: 100vh;*/
    transition: all 0.3s;
    /*
	position: absolute;
    top: 0;
    right: 0;
	*/
}

@media (min-width: 768px) {
		
	.nav-app-title {
		color: #ffffff;
		font-weight:400;
		padding: 6px 0 4px 12px;
	}
	
	.app-title{
		margin: 0px !important;
		margin-top: -0px !important;
		padding:8px 0 !important;
		min-height:50px;
	}

		.app-title h1 {
			margin: 8px 0 !important;
			
			padding: 0px !important;
		}
}	


@media (max-width: 768px) {

	
		
	.nav-app-title {
		color: #333333;
		font-weight:400;
		padding: 6px 0 4px 12px;
	}
}

.nav-vendor-name{
	padding-left: 0;
	font-weight:300;
	font-size: 24px;
	padding-top:6px;
}




.fixed-toolbar{
    padding: 16px;
    margin-top:-20px;
}


	

b, strong {
	font-weight:600;
}

.clickable-row {
	cursor:pointer;
}

.btn {
    font-weight: 500;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;}

.btn-danger, .label-danger {
	background: #d9534f;
	border-color: #d9534f;
}

.has-error .form-control {
    border-color: #d9534f;
}

.btn-success, .label-success {
	background: #5cb85c;
	border-color: #5cb85c;
}

.btn-info, .label-info {
	background: #D6F6FF;
	border-color: #D6F6FF;
	color: #094074;
}



.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: .2rem
}



.btn-primary{
	background:#1b55e2;
	border-color:#1b55e2;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1b55e2 !important;
    border-color: #1b55e2;
	
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #1b55e2 !important;
}

.btn-default {
	border: 1px solid #dadce0 !important;
	background: #ffffff;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover {
	background: #dadce0 !important;
}

.btn.active, .btn:active,
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu.open {
	width:100% !important;
}

.bootstrap-select li.selected a{
    color: #fff;
    background-color: #1b55e2 !important;
}


.btn.toggle, .toggle {
	width:65px !important;
	max-width:65px !important;
}


.toggle-on i.mdi{
	color:#fff;
}

.toggle-handle {
	margin-bottom:16px;
}


.btn, .btn-large {
    text-decoration: none;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}
.btn, .btn-large, .btn-floating, .btn-large, .btn-flat, .fc-button {
    outline: none !important;
}
.btn, .btn-large, .btn-flat {

    border-radius: 6px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.btn-flat {
	border: none;
}

.well {
	background:#ffffff;
	border:0;
}


.booking-status {
	 min-width: 120px;
}

.alert-info {
	background: #D6F6FF;
	border-color: #D6F6FF;
	color: #094074
}

.mdi {
	font-size:18px;
}

.mdi-drag, .mdi-drag-vertical  {
	cursor:move;
}

.full_price{
	text-decoration:line-through;
	margin-right: .5em;
}

.yellow-text{
	color:#FFC107;
}

@keyframes rainbow { 
  0% { background-position: 0% 100%; }
  50% { background-position: 100% 200%; }
  100% {background-position: 0% 100%; }
}

#rainbow-progress-bar {
  z-index: 999999;
  position: fixed;
  left:0;
  right: 0;
  top: 0px;
  bottom: 0;

  width: 100%;
  height: 2px;

  background: linear-gradient(124deg, #FA5732, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
  background-size: 900% 900%;

  visibility: visible;
  opacity: 1;

  animation: rainbow 9s ease infinite;
  transition: visibility .5s, opacity .5s ease-in-out;
}



.progress {
    height: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #FFCCBC;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress .progress-bar, .progress .progress-bar.progress-bar-default {
    background-color: #e2441b !important;
}

 .modal-transition {
  transition: all 0.1s;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333333;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 1040;
  
}


.overlay {
    position: fixed;
	top:0;
	left:0;
    width: 100vw;
    height: 100vh;
	background-color: #333333;
	opacity: 0.4;
    z-index: 998;
    display: none;
}

.blurred-background{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
}


body.modal-open {
    overflow: hidden !important;
    position: fixed;
}

@media (max-width: 768px) {
	.modal-open {
		overflow: hidden !important;
	}
	

	
}


/* unset bs3 setting */
.modal-open {
padding-right: 0px !important;
}

.modal-open {
/* overflow: auto;*/
  padding-right: 0px !important;
}

.modal {
 overflow-y: auto;
}

.modal-content {
	/*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2) !important;*/
}

.modal-body {
    padding: 15px;
}

.navbar-fixed-top,
.modal-header {
	background:#ffffff;
	color:#333333;
	border-bottom: 1px solid #ffffff;
	height:50px;
}

.modal-title,
h1 {
    font-size: 18px;
    line-height: 25px;
    padding-left: 8px;
    position: absolute;
	top: -4px;
	left:45px;
	color: #333;
	font-weight:400;
}

.modal-title {
	left:8px;
	top: 12px;
	line-height: 30px;
	text-overflow:ellipsis;
	white-space:nowrap;
	/*overflow: hidden;*/
}

h1 a {
	color: #333 !important;
}


@media (min-width: 768px) {
  .modal-lg {
    width: 90%;
   max-width:940px;
  }
  
  .modal-xl {
    width: 90%;
   max-width:1300px;
  }
}

.modal-footer, .form-actions {
	background: #fff;
	padding:15px !important;
	border-top: 1px solid #dadce0;
	text-align:left !important;
	
}

@media (max-width: 768px) {
  
  .modal-lg,
  .modal-xl {
    width: 100%;
	margin:0;
	padding:0;
  }
  
	.modal-dialog {
	  width: 100%;
	  height: 100%;
	  margin: 0;
	  padding: 0;
	}

	.modal-content {
	  height: auto;
	  min-height: 100%;
	  border-radius: 0;
	}
  
  /*
  .form-actions div.pull-right,
  .modal .modal-footer div.pull-right{
	  width:100% !important;
  }
  */
  .form-actions,
  .modal .modal-footer,
  {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	
	.modal .modal-footer .btn,
	.form-actions .btn	{
		/*width: 100%;*/
		margin: 0 !important;
		/*border:10px !important;*/
		-webkit-box-ordinal-group: 3;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.modal .modal-footer .btn-primary,
	.form-actions .btn-primary	{
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}


.modal-fullscreen {
  background: transparent !important;
}
.modal-fullscreen .modal-content {
  background: #ffffff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #333333;

}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* .modal-fullscreen size: we use Bootstrap media query breakpoints */
.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

/* Base transition for modal dialog */
.modal.fade .modal-dialog {
  transform: translateY(-30px);  /* a bit above */
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* When modal is shown */
.modal.in .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

/* Animate hide to the left */
.modal.fade.out-left .modal-dialog {
  transform: translateX(-50px); /* slide out to the left */
  opacity: 0;
}


@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}



@media (max-width: 768px) {

	.modal-fullscreen .modal-header {
		height: 50px;
	}
	
	.modal-fullscreen  .modal-body,
	.modal-fullscreen  .modal-footer {
		position: absolute;
		width: 100%;
	}
	.modal-fullscreen  .modal-body {
		bottom: 0px;
		top: 50px;
		overflow-y: auto;
	}
	.modal-fullscreen  .modal-footer {
		bottom: 10px;
	}
	
	.modal-fullscreen{
		padding-right:0px !important;
	}
	
	.modal-fullscreen .modal-open{overflow:hidden;padding-right:0 !important;}
	
	
	.form-actions {
		position: fixed;
		width: 100%;
		bottom:0;
		left:0;
	}
	.app-container{
		padding-bottom:85px;
	}
}






.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #dadce0 !important;
}

.table tbody tr td, .table tbody tr th {
    padding: 15px;
}

.table>thead>tr>th {
    vertical-align: bottom;
	padding-bottom:10px;
}


.table-hover>tbody>tr:hover,
.list-group-item.service:hover,
.booking-list:hover {
    background-color: #f5f6f7;
}

.adminborder, .admintable, .tab-content, .info-box, .card, .modern-card, .well, fieldset.fs {
	background:#fff;
	border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
	border:0;
}

.table-responsive {
	border:0 !important;
}

fieldset.fs {
	margin-bottom:16px;
	padding:16px;
}

fieldset.fs .fs-close {
	float:right;
	color: #d9534f;
	cursor: pointer;
}

	fieldset.fs .fs-close i.mdi {
		font-size: 14px;
	}


.admintable th {
	color: #333333;
	font-size: 14px;
	border:0;
	background: #f5f6f7;
	
}

.admintable th, .nav-tabs a {
	font-weight:500 !important;
	color: #333333;
}
	
.media{
	border-bottom: 1px solid #F0F4F6;
}

.media:hover{
	border-radius: 8px;
}
.media.list-group-item-danger,
.list-group-item {
	border: 1px solid #F0F4F6;
	padding: 8px;
	border-radius: 8px;
}


.servicecategory {
	padding: 8px;
}

.servicecategory-item {
	padding:0px;
}

.servicecategory-item .btn {
	margin-top:8px;
	margin-right:8px;
}

 .letterpic {
	width: 36px;
	height: 36px;
	margin-right: 3px;         
	border-radius: 50%;   
	vertical-align:middle;
	text-shadow: none;
	font-size: 2em;
}


.fc-event, .fc-event:hover, .ui-widget .fc-event {
		color: #525252;
		font-weight:400;
}

.fc-draggable:hover{
	box-shadow: 0 0 4px #999;
}

#calendar, .sortable {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
}

#calendar {
	overflow-x:hidden;
	width:100%;
	margin-bottom:10px;
}

#calendar .fc-view-container{
	background:#fff;
	overflow-x:scroll;	
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	
}


#calendar .fc-view{
    -ms-overflow-style: none !important;  /* Internet Explorer 10+ */
    scrollbar-width: none !important;  /* Firefox */
	overscroll-behavior: none !important;
}
#calendar .fc-view::-webkit-scrollbar { 
    display: none !important;  /* Safari and Chrome */
	width: 0;
    height: 0;
}


#calendar .fc-resource-cell,
#calendar .fc-day-header {
	/*text-transform: uppercase;	*/
    font-weight: 500;
	color: #333333;
	padding: 4px 2px 2px 2px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow: hidden;
	height: 1.8em;
	min-width:100px;
	/*cursor: pointer;*/

}


#calendar .fc-button,
.fc-header-toolbar h2 {
	cursor: pointer;
	font-size: 14px;
	border-radius: 6px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 1rem;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
    border: 1px solid #dadce0 !important;
    background: #ffffff;
	box-shadow: none !important;
	color: #333333;
	font-weight: 500;
	margin: 0 2px;
	
}

#calendar .fc-state-active, .fc-state-down {
    background-color: #e2441b;
	color: #FFFFFF; 
    box-shadow: none;
}
#calendar .fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
	color: #333333; 
    background-color: #F0F4F6;
}
#calendar .fc-state-hover {
    opacity: 0.65;
}

#calendar .fc-addnew-button {
	background: #e2441b;
	color: #FFFFFF; 
}


#calendar .fc-event {
 	cursor: pointer;
	font-size:.9em;
	background-color: #3584FE;
    
	/*-webkit-box-shadow:  0 1px 2px 0 #dadce0;
	box-shadow: 0 1px 2px 0 #dadce0;*/
	 
    border: none;
	border-left-width:3px;
	border-left-style:solid;
    padding: 4px;
    color: #fff;
    border-radius: 6px;

}

#calendar .fc-bgevent {
    background: #dadce0;
	background-image: repeating-linear-gradient(45deg, #c4c4c5 0px, #c4c4c5 2px, transparent 4px, transparent 12px, #c4c4c5 2px);
}

#calendar table {
    table-layout: fixed;
	position: relative;
}

.fc-toolbar.fc-header-toolbar {
    padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	
}

#calendar .fc-day-header {
	font-weight: 400 !important;
	font-size:18px!important;
	color: #666666;
	text-align: left;
	
}
	#calendar .fc-day-header span {
		padding-left: 18px;	
	}

#calendar .fc-day-header.fc-past {
	color: #999;
}

#calendar .fc-day-header,
#calendar .fc-day-number{
	font-size:18px;
	font-weight:400;
	padding: 6px 0 4px 0;
}

/*

#calendar .fc-day-header.fc-mon {
	background: #cfd8dc;
	color: #fff;
}#calendar .fc-day-header.fc-tue {
	background: #b0bec5;
	color: #fff;
}#calendar .fc-day-header.fc-wed {
	background: #90a4ae;
	color: #fff;
}#calendar .fc-day-header.fc-thu {
	background: #78909c;
	color: #fff;
}#calendar .fc-day-header.fc-fri {
	background: #607d8b;
	color: #fff;
}#calendar .fc-day-header.fc-sat {
	background: #546e7a;
	color: #fff;
}

#calendar .fc-day-header.fc-sun {
	color: #d32f2f;
}
*/

#calendar .fc-time {
	font-size:14px;
	font-weight:300;
}


#calendar .fc-widget-header th {
	font-size:14px;
	font-weight:500;
	overflow:hidden;
}

.fc-license-message {
	display:none !important;
}


.fc-unthemed thead, .fc-unthemed thead th {
	border-color: #dadce0 !important;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th {

    border-color: #dadce0 !important;
}

.fc-list-heading .fc-widget-header {
	background:#dadce0 !important;
	
}

.fc-day {
	background: #ffffff;
}

.fc-unthemed td.fc-today {
    background: #fffef7 !important;
}

.fc-day-header.fc-today span {
	color: #1b55e2;
}

.fc-day-header.fc-today .fc-day-name::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ffdb99;
  border-radius: 50%;
  margin-left: 5px; /* space between element and circle */
  vertical-align: middle;
} 

.fc button {
	height: auto !important;
}

.fc-list-table{
	table-layout: auto !important;
}	

tr.fc-list-item {
	cursor: pointer;
}

td.fc-list-item-marker {
	width:30px !important;
}


td.fc-list-item-time{
	width:120px !important;
}


#calendar.calendar-zoom-2 .fc-time-grid .fc-slats td {
	height: 2.8em;
}

#calendar.calendar-zoom-3 .fc-time-grid .fc-slats td {
	height: 5.5em;
}

#calendar .fc-day-header span {
    display: block;
    text-align: left;
}

	#calendar .fc-day-header .fc-day-name {
		font-size: 14px;
	    font-weight: 400;
		line-height: 1.2;
		text-transform: uppercase;
	}
	#calendar .fc-day-header .fc-day-digit {
		position: relative;
		font-size: 22px;
		font-weight: 400;
		line-height: 1.2;
		background-hover: #CFD8DC;
	}
	
.fc-resource-cell {
	cursor: pointer;
}


/* Fixed time axis column and header hack - begin */

	.fc {
		marging-left:-1px;
	}

	
		.fc-toolbar,
		.fc-head-container.fc-widget-header
		 {
			position: sticky;
			position: -webkit-sticky;
			top: 0;
			z-index: 10;
			background-color: #ffffff;
		}

		.fc-head-container.fc-widget-header {
			border: 0 !important;
		}

	
	
	.fc-day-header.fc-widget-header {
		position: sticky;
		position: -webkit-sticky;
		left: -25px;
		background: #fff;
	}

	.fc-view-container {
		position: relative;
	}

	.fc-head-container th {
		border: none;
	}

	.fc-time-grid-container {
		border: 0 !important;
	}

	td.fc-axis {
	  left: 0px;
	  position: sticky;
	  position: -webkit-sticky;
	 
	}
		 
		.fc-scroller.fc-time-grid-container {
			overflow: initial !important;
			overscroll-behavior: none;
		 }

		.fc-time-grid {
			position: relative;
		}
		 
		 .fc-time-grid .fc-slats {
			z-index: 3;
			pointer-events: none;
		
		 }
		 
		 #calendar .fc-view-container {
			overflow-y: auto !important;
			overscroll-behavior: none;
		 }
/* Fixed time axis column and header hack - end */

#page-title {
    cursor:pointer;
}


#calendar-inline-date-time-picker{
	left:50%;
    margin-left:-175px;
	top:38px;
    display: block;
	width:250;
    position: absolute;	
	z-index: 1010;
	background:#fff;
	padding:10px;
}

.datepicker-inline, .datepicker-inline table {
	width:100% !important;
	
}
.datepicker-inline {
	padding-right: 16px;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color: #D6F6FF;
    border-color: #D6F6FF;
	color: #094074
}

.simplecolorpicker span {
	width:32px;
	height:32px;
	border-radius:50%;
}


.modern-card{
	background-color:#f3f3f3 !important;
}

.card {
    border: 0;
}

.card, .tab-content {
    background-color: #fff;
	padding: 20px;
}

.sort-handle i.mdi {
	font-size:20px !important;
}
@media (max-width: 768px) {
	.sort-handle {
		display:none;
	}
}

.form-control {
	height: 40px;
    padding: 8px;   
    border: 1px solid #f5f6f7;
	font-size:16px;
	background: #f5f6f7;
	
}

.bootstrap-select .btn {
	height: 40px;
	font-weight: normal;
	text-transform: none;
	padding-left: 8px !important;
	font-size: 16px;
	border: 1px solid #f5f6f7 !important;
	background: #f5f6f7;
}

.btn-selectpicker, 
.bootstrap-select {
	padding-top:2px;
	border: 1px solid #f5f6f7 !important;
	background: #f5f6f7;
}



.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #dadce0;
    opacity: 0.5;
}


.label {
	padding: 4px 6px;
	padding-top: 5px;
    text-shadow: none;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}


	
.rating {
	font-weight:400;

}

.rating b {
	font-weight:500;
	
}

.label-rating {
	background:#094074;
}

.rating.rating-big {
	font-size:20px;
	
}

.rating.rating-big b {
	font-size:20px;
	
}

.rating-huge {
	font-size:30px;
	line-height:1.1em;
	font-weight: 400;
}

.img-review {
	max-width:125px;
}




.textlabel {
		font-size:12px;
		text-transform:uppercase;
		color: #999;
}

.form-horizontal .control-label,
.form-group label,
.control-label{
    font-size: 14px;
   /* text-transform: uppercase;*/
    font-weight: 500;
	margin-bottom:3px;
	width:100% !important;
	text-align: left!important;
	color: #333333;
}

.form-group .col-lg-10.col-sm-8 {
	width:100% !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

.input-group-addon {
    padding: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

code,
kbd,
pre,
.card,
.img-rounded,
.img-thumbnail,
.form-control,
.nav-pills a,
.icon-bar,
.input-group-addon,
.input-lg,
.breadcrumb,
.pagination,
.pager *,
.label,
.badge,
.jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.well,
.modal-content,
.tooltip-inner,
.popover,
.btn,
.popover-title,
.carousel-indicators li,
.bootstrap-select {
    border-radius:6px !important;
	
	/*-webkit-box-shadow:  0 1px 1px 0 #dadce0;
	box-shadow: 0 1px 1px 0 #dadce0;
	*/
	
	-webkit-box-shadow:none;
	box-shadow:none;
	
}
.dropdown-menu {
	border-radius:6px !important;
}


.nav-tabs a {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.flash {
	position:absolute;
	top:0px;
	width:98%;
	z-index: 99999;
}

.flash .container {
	width:100% !important;
}

.chart-wrapper {
  background: #fff;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  margin-bottom: 20px;
}
.chart-wrapper .chart-title {
  border-bottom: 1px solid #FFFFFF;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
}

.chart-wrapper .chart-stage {
  padding: 5px 10px;
  position: relative;
}

.chart-wrapper .chart-notes {
  background: #fbfbfb;
  border-top: 1px solid #e2e2e2;
  font-size: 12px;
  padding: 8px 10px 5px;
}


.nav-tabs {  border-bottom: 1px solid #dadce0; font-size:14px;  }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #333333; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #1b55e2 !important; background: #1b55e2; }
        .nav-tabs > li > a::after { content: ""; background: #1b55e2; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #ffffff none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: transparent;
	color:#1b55e2 !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #ffffff;
}

.uppercase{
	text-transform:uppercase !important;
}

/* Infobox ===================================== */
.info-box {
  border:1px solid #dadce0;
  height: 60px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  }
  .info-box .icon {
    display: inline-block;
    text-align: center;
    /*background-color: rgba(0, 0, 0, 0.12);*/
    width: 60px; }
    .info-box .icon i {
      color: #fff;
      font-size: 50px;
      line-height: 60px; }
    
  .info-box .content {
    display: inline-block;
    padding: 0px 15px; }
    .info-box .content .text {
      font-size: 12px;
      margin-top: 11px;
      color: #333; }
    .info-box .content .number {
      font-weight: normal;
      font-size: 24px;
      margin-top: -4px;
      color: #333; }

.info-box.hover-zoom-effect .icon {
  overflow: hidden; }
  .info-box.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.info-box.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 80px;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box.hover-expand-effect:hover:after {
  width: 100%; }
  
.info-box .bg-success{
	background: #5cb85c !important;
}
.info-box .bg-info{
	background: #5bc0de !important;
}
.info-box .bg-warning{
	background: #f0ad4e !important;
}
.info-box .bg-danger{
	background: #d9534f !important;
}

#calendar-logo{	
	position:fixed;
	padding: 8px;
	bottom:0px;
	left:0px;
	background: #ffffff;
}

@media (max-width: 768px) {
	#calendar-logo{
		display:none;
	}
}

.side-bookings{
	max-height: 285px;
	overflow-y:auto;
}


.checkavail {
    transition: all 0.5s ease;
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
    height: auto;
}

.checkavail.hidden {
    opacity: 0;
    transform: scaleY(0);
    pointer-events: none;
}



/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.navbar-btn {
	border:0;
	background: transparent;
}

#sidebarCollapse,
#header-back-arrow   {
    position:fixed;
	left:10px;
	top: 10px;
	width: 40px;
    height: 40px;
    background: transparent;
	color: #1b55e2 !important;
	font-size:24px !important;
}
#sidebarCollapse:focus,
#header-back-arrow:focus {
	outline:none !important;
}

#header-back-arrow i.mdi {
	font-size:24px !important;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 50px;
    left: -255px;
    height: 100vh;
    z-index: 1031;
    background: #FFFFFF;
    color: #333333;
    transition: all 0.1s;
    overflow-y: scroll;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
}

#sidebar.active {
    left: 0;
}



#sidebar .sidebar-header {
    padding: 15px;
	color: #777;
}

#sidebar ul li {
    font-size: 1.05em;
    margin: 0px 8px;
    border-radius: 6px;
}

#sidebar ul li.active {
	color: #ffffff;
	background-color: #1b55e2;
}

#sidebar ul li hr {
	color: #ffffff;
	margin:8px 0px !important;
}

#sidebar ul li a {
    padding:3px;
    color: #333333;
	text-decoration: none;
	font-weight:400;
	display: inline-flex;
	align-items: center; 
	gap: 0.2rem;
	width: 100%;	
	
}

#sidebar ul li a:hover {
	background: #f5f6f7;
	border-radius: 6px;

}

#sidebar ul li.active > a,
#sidebar ul li.active > a:hover {
	color: #ffffff;
	background: #1b55e2;
	border-radius: 6px;
}

#sidebar ul li.active > a i.mdi {
	color: #ffffff;
}



#sidebar i.mdi{
	margin-right:.6em;
	font-size: 1.4em;
	font-weight: normal;
	color: #1b55e2;
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #333333;
}

.ranges li.active {
    background-color: #1b55e2;
    border: 1px solid #1b55e2;
    color: #fff;
}

.ranges li:hover {
    background-color: #f5f5f5;
    color: #333;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #333333;
    border-color: transparent;
    color: #fff;
}



.ranges li {
    font-size: 13px;
    background-color: #f5f6f7;
    border: 1px solid #f5f6f7;
    border-radius: 6px;
    color: #333;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}


@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

.pagination>a, .pagination>li>a, .pagination>li>span {
	color: #333333;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #333333;
    border-color: #333333;
}

@media (max-width: 768px) {
	.pagination .number {
		display:none;
	}
}

.v-align-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-center {
    text-align: center !important;
}

.mc, 
.center-margin {
    margin-left: auto;
    margin-right: auto;
}


.p-0 {
	padding:0;
}

.m-0 {
	margin:0;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
@media (max-width: 767px) {
  .mc-sm {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 4px;
  }
  .mr-xs {
    margin-right: 4px;
  }
  .mb-xs {
    margin-bottom: 4px;
  }
  .ml-xs {
    margin-left: 4px;
  }
  .mt-sm {
    margin-top: 8px;
  }
  .mr-sm {
    margin-right: 8px;
  }
  .mb-sm {
    margin-bottom: 8px;
  }
  .ml-sm {
    margin-left: 8px;
  }
  .mt-md {
    margin-top: 11px;
  }
  .mr-md {
    margin-right: 11px;
  }
  .mb-md {
    margin-bottom: 11px;
  }
  .ml-md {
    margin-left: 11px;
  }
  .mt-lg {
    margin-top: 23px;
  }
  .mr-lg {
    margin-right: 23px;
  }
  .mb-lg {
    margin-bottom: 23px;
  }
  .ml-lg {
    margin-left: 23px;
  }
  .mt-xl {
    margin-top: 38px;
  }
  .mr-xl {
    margin-right: 38px;
  }
  .mb-xl {
    margin-bottom: 38px;
  }
  .ml-xl {
    margin-left: 38px;
  }
  .pt-xs {
    padding-top: 4px;
  }
  .pr-xs {
    padding-right: 4px;
  }
  .pb-xs {
    padding-bottom: 4px;
  }
  .pl-xs {
    padding-left: 4px;
  }
  .pt-sm {
    padding-top: 8px;
  }
  .pr-sm {
    padding-right: 8px;
  }
  .pb-sm {
    padding-bottom: 8px;
  }
  .pl-sm {
    padding-left: 8px;
  }
  .pt-md {
    padding-top: 11px;
  }
  .pr-md {
    padding-right: 11px;
  }
  .pb-md {
    padding-bottom: 11px;
  }
  .pl-md {
    padding-left: 11px;
  }
  .pt-lg {
    padding-top: 23px;
  }
  .pr-lg {
    padding-right: 23px;
  }
  .pb-lg {
    padding-bottom: 23px;
  }
  .pl-lg {
    padding-left: 23px;
  }
  .pt-xl {
    padding-top: 38px;
  }
  .pr-xl {
    padding-right: 38px;
  }
  .pb-xl {
    padding-bottom: 38px;
  }
  .pl-xl {
    padding-left: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mc-md {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 4px;
  }
  .mr-xs {
    margin-right: 4px;
  }
  .mb-xs {
    margin-bottom: 4px;
  }
  .ml-xs {
    margin-left: 4px;
  }
  .mt-sm {
    margin-top: 8px;
  }
  .mr-sm {
    margin-right: 8px;
  }
  .mb-sm {
    margin-bottom: 8px;
  }
  .ml-sm {
    margin-left: 8px;
  }
  .mt-md {
    margin-top: 11px;
  }
  .mr-md {
    margin-right: 11px;
  }
  .mb-md {
    margin-bottom: 11px;
  }
  .ml-md {
    margin-left: 11px;
  }
  .mt-lg {
    margin-top: 23px;
  }
  .mr-lg {
    margin-right: 23px;
  }
  .mb-lg {
    margin-bottom: 23px;
  }
  .ml-lg {
    margin-left: 23px;
  }
  .mt-xl {
    margin-top: 38px;
  }
  .mr-xl {
    margin-right: 38px;
  }
  .mb-xl {
    margin-bottom: 38px;
  }
  .ml-xl {
    margin-left: 38px;
  }
  .pt-xs {
    padding-top: 4px;
  }
  .pr-xs {
    padding-right: 4px;
  }
  .pb-xs {
    padding-bottom: 4px;
  }
  .pl-xs {
    padding-left: 4px;
  }
  .pt-sm {
    padding-top: 8px;
  }
  .pr-sm {
    padding-right: 8px;
  }
  .pb-sm {
    padding-bottom: 8px;
  }
  .pl-sm {
    padding-left: 8px;
  }
  .pt-md {
    padding-top: 11px;
  }
  .pr-md {
    padding-right: 11px;
  }
  .pb-md {
    padding-bottom: 11px;
  }
  .pl-md {
    padding-left: 11px;
  }
  .pt-lg {
    padding-top: 23px;
  }
  .pr-lg {
    padding-right: 23px;
  }
  .pb-lg {
    padding-bottom: 23px;
  }
  .pl-lg {
    padding-left: 23px;
  }
  .pt-xl {
    padding-top: 38px;
  }
  .pr-xl {
    padding-right: 38px;
  }
  .pb-xl {
    padding-bottom: 38px;
  }
  .pl-xl {
    padding-left: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mc-lg {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 5px;
  }
  .mr-xs {
    margin-right: 5px;
  }
  .mb-xs {
    margin-bottom: 5px;
  }
  .ml-xs {
    margin-left: 5px;
  }
  .mt-sm {
    margin-top: 10px;
  }
  .mr-sm {
    margin-right: 10px;
  }
  .mb-sm {
    margin-bottom: 10px;
  }
  .ml-sm {
    margin-left: 10px;
  }
  .mt-md {
    margin-top: 15px;
  }
  .mr-md {
    margin-right: 15px;
  }
  .mb-md {
    margin-bottom: 15px;
  }
  .ml-md {
    margin-left: 15px;
  }
  .mt-lg {
    margin-top: 30px;
  }
  .mr-lg {
    margin-right: 30px;
  }
  .mb-lg {
    margin-bottom: 30px;
  }
  .ml-lg {
    margin-left: 30px;
  }
  .mt-xl {
    margin-top: 50px;
  }
  .mr-xl {
    margin-right: 50px;
  }
  .mb-xl {
    margin-bottom: 50px;
  }
  .ml-xl {
    margin-left: 50px;
  }
  .pt-xs {
    padding-top: 5px;
  }
  .pr-xs {
    padding-right: 5px;
  }
  .pb-xs {
    padding-bottom: 5px;
  }
  .pl-xs {
    padding-left: 5px;
  }
  .pt-sm {
    padding-top: 10px;
  }
  .pr-sm {
    padding-right: 10px;
  }
  .pb-sm {
    padding-bottom: 10px;
  }
  .pl-sm {
    padding-left: 10px;
  }
  .pt-md {
    padding-top: 15px;
  }
  .pr-md {
    padding-right: 15px;
  }
  .pb-md {
    padding-bottom: 15px;
  }
  .pl-md {
    padding-left: 15px;
  }
  .pt-lg {
    padding-top: 30px;
  }
  .pr-lg {
    padding-right: 30px;
  }
  .pb-lg {
    padding-bottom: 30px;
  }
  .pl-lg {
    padding-left: 30px;
  }
  .pt-xl {
    padding-top: 50px;
  }
  .pr-xl {
    padding-right: 50px;
  }
  .pb-xl {
    padding-bottom: 50px;
  }
  .pl-xl {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .mc-xl {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 8px;
  }
  .mr-xs {
    margin-right: 8px;
  }
  .mb-xs {
    margin-bottom: 8px;
  }
  .ml-xs {
    margin-left: 8px;
  }
  .mt-sm {
    margin-top: 15px;
  }
  .mr-sm {
    margin-right: 15px;
  }
  .mb-sm {
    margin-bottom: 15px;
  }
  .ml-sm {
    margin-left: 15px;
  }
  .mt-md {
    margin-top: 23px;
  }
  .mr-md {
    margin-right: 23px;
  }
  .mb-md {
    margin-bottom: 23px;
  }
  .ml-md {
    margin-left: 23px;
  }
  .mt-lg {
    margin-top: 45px;
  }
  .mr-lg {
    margin-right: 45px;
  }
  .mb-lg {
    margin-bottom: 45px;
  }
  .ml-lg {
    margin-left: 45px;
  }
  .mt-xl {
    margin-top: 75px;
  }
  .mr-xl {
    margin-right: 75px;
  }
  .mb-xl {
    margin-bottom: 75px;
  }
  .ml-xl {
    margin-left: 75px;
  }
  .pt-xs {
    padding-top: 8px;
  }
  .pr-xs {
    padding-right: 8px;
  }
  .pb-xs {
    padding-bottom: 8px;
  }
  .pl-xs {
    padding-left: 8px;
  }
  .pt-sm {
    padding-top: 15px;
  }
  .pr-sm {
    padding-right: 15px;
  }
  .pb-sm {
    padding-bottom: 15px;
  }
  .pl-sm {
    padding-left: 15px;
  }
  .pt-md {
    padding-top: 23px;
  }
  .pr-md {
    padding-right: 23px;
  }
  .pb-md {
    padding-bottom: 23px;
  }
  .pl-md {
    padding-left: 23px;
  }
  .pt-lg {
    padding-top: 45px;
  }
  .pr-lg {
    padding-right: 45px;
  }
  .pb-lg {
    padding-bottom: 45px;
  }
  .pl-lg {
    padding-left: 45px;
  }
  .pt-xl {
    padding-top: 75px;
  }
  .pr-xl {
    padding-right: 75px;
  }
  .pb-xl {
    padding-bottom: 75px;
  }
  .pl-xl {
    padding-left: 75px;
  }
}


@media print
{    
    .app-buttons
    {
        display: none !important;
    }
}




.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  z-index:9999;
}
.loader {
  color: #D6F6FF;
  font-size: 10px;
  margin: 0px auto;
  position: fixed;
  top:20px;
  left: 48%;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


.blink {
  color: #e2441b;
  animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}



/* line 4, ../sass/_offline-theme-base.sass */
.offline-ui, .offline-ui *, .offline-ui:before, .offline-ui:after, .offline-ui *:before, .offline-ui *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../sass/_offline-theme-base.sass */
.offline-ui {
  display: none;
  position: fixed;
  background: white;
  z-index: 2000;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
/* line 17, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-content:before {
  display: inline;
}
/* line 20, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-retry {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
}
/* line 24, ../sass/_offline-theme-base.sass */
.offline-ui .offline-ui-retry:before {
  display: inline;
}
/* line 29, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-up.offline-ui-up-5s {
  display: block;
}
/* line 32, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down {
  display: block;
}
/* line 37, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-retry {
  display: block;
}
/* line 42, ../sass/_offline-theme-base.sass */
.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
  display: none;
}

@-webkit-keyframes offline-fadein {
  /* line 6, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }

  /* line 8, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes offline-fadein {
  /* line 6, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }

  /* line 8, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}

@-ms-keyframes offline-fadein {
  /* line 6, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }

  /* line 8, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}

@-o-keyframes offline-fadein {
  /* line 6, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }

  /* line 8, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}

@keyframes offline-fadein {
  /* line 6, ../sass/_keyframes.sass */
  0% {
    opacity: 0;
  }

  /* line 8, ../sass/_keyframes.sass */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes offline-fadeout-and-hide {
  /* line 20, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 23, ../sass/_keyframes.sass */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 26, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    display: none;
  }
}

@-moz-keyframes offline-fadeout-and-hide {
  /* line 20, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 23, ../sass/_keyframes.sass */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 26, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    display: none;
  }
}

@-ms-keyframes offline-fadeout-and-hide {
  /* line 20, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 23, ../sass/_keyframes.sass */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 26, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    display: none;
  }
}

@-o-keyframes offline-fadeout-and-hide {
  /* line 20, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 23, ../sass/_keyframes.sass */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 26, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes offline-fadeout-and-hide {
  /* line 20, ../sass/_keyframes.sass */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 23, ../sass/_keyframes.sass */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 26, ../sass/_keyframes.sass */
  100% {
    opacity: 0;
    display: none;
  }
}

@-webkit-keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@-moz-keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@-o-keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}

@keyframes offline-rotation {
  /* line 64, ../sass/_keyframes.sass */
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  /* line 66, ../sass/_keyframes.sass */
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}





/* ----------------------------------------------
 * Generated by Animista on 2019-12-16 11:25:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
 
.slide-left {
	
	-webkit-animation: slide-left 0.3s linear ;
	        animation: slide-left 0.3s linear ;
	
} 
 
@-webkit-keyframes slide-left {
  0% {
    /*-webkit-transform: translateX(-5px);
            transform: translateX(-5px);*/
  }
  100% {
   /* -webkit-transform: translateX(0px);
            transform: translateX(0px);*/
			opacity:0.7;
			
  }
}
@keyframes slide-left {
	0% {
   /* -webkit-transform: translateX(-5px);
            transform: translateX(-5px);*/
  }
  100% {
    /*-webkit-transform: translateX(0px);
            transform: translateX(0px);*/
			opacity:0.7;
  }
}

/*
Adding the CSS shown below to your Bootstrap 3 application enables support for

.btn-xs-block
.btn-sm-block
.btn-md-block
.btn-lg-block
classes that provide variations of btn-block which are responsive and specific to the size of the viewport.

If you have multiple buttons side-by-side and they don't fit on small screens, thus breaking and wrapping to another line, just add btn-xs-block or btn-sm-block (or in rare cases one of the other classes) to your buttons and they will be full-width and stacked on small screens:
*/

@media (max-width: 767px) {
    .btn-xs-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-xs-block,
    input[type="reset"].btn-xs-block,
    input[type="button"].btn-xs-block {
        width: 100%;
    }
    .btn-block + .btn-xs-block,
    .btn-xs-block + .btn-block,
    .btn-xs-block + .btn-xs-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-sm-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-sm-block,
    input[type="reset"].btn-sm-block,
    input[type="button"].btn-sm-block {
        width: 100%;
    }
    .btn-block + .btn-sm-block,
    .btn-sm-block + .btn-block,
    .btn-sm-block + .btn-sm-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-md-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-md-block,
    input[type="reset"].btn-md-block,
    input[type="button"].btn-md-block {
        width: 100%;
    }
    .btn-block + .btn-md-block,
    .btn-md-block + .btn-block,
    .btn-md-block + .btn-md-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 1200px) {
    .btn-lg-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-lg-block,
    input[type="reset"].btn-lg-block,
    input[type="button"].btn-lg-block {
        width: 100%;
    }
    .btn-block + .btn-lg-block,
    .btn-lg-block + .btn-block,
    .btn-lg-block + .btn-lg-block {
        margin-top: 0.5rem;
    }
}


/* PWA specific styles */

@media all and (display-mode: standalone) {
  #a2hs-btn,
  #a2hs-li  {
    display: none;
  }
}

.offline-notification {
	visibility: hidden;
	z-index:2000;
	position:fixed;
	bottom:10px;
	left:10px;
	right:10px;
}

.offline-notification .alert{
	background: #202124;
	border-color: #dadce0; 
	color: #e8eaed;
    margin: 17px 24px 4px 0;
	border-radius:0px !important;
}

body.offline .offline-notification {
    visibility: visible;
}

body.offline #cal-action-btn,
body.offline .app-buttons,
body.offline #header-search {
	display:none;
}


body.push-notifications-granted #push-request-menu{
	display:none;
}