/* Misc */

.cursor-not-allowed {cursor: not-allowed;}

#datalist a { color: inherit; text-decoration: none; }

@media (max-width:767.98px) {
    li.paginate_button.next, li.paginate_button.previous {
        font-size: unset;
    }
}

.uhide {display:none;}

/* Pagination */

a.sort {background-repeat:no-repeat;display:block;padding:8px 16px 8px 8px;margin:0 8px 0 0;background-position:right center;}
a.sort.asc {background-image : url(/assets/sitecenter/images/sortasc.png);}
a.sort.desc {background-repeat:no-repeat;background-image : url(/assets/sitecenter/images/sortdesc.png);}
a.sort.none {background-repeat:no-repeat;background-image : url(/assets/sitecenter/images/sort.png);}

/* Price Switcher */

.switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
	justify-content: center;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #1adbde;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

.fc-daygrid-day {
    cursor: pointer;
}

.fc-event {
	background-color: #1adbde;
    color: #fff;
}

.fc-event:hover {
	background-color: #1c989a;
	cursor: pointer;
}

.cookies {
	z-index: 2000 !important;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    border-top: 1px solid #7BCCC4;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100vw;
}

.cookies .ufull {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    float: none;
}
.cookies .ufull form {
    margin-left: 5px;
}

.cookies .cookiebutton {
    background: #7BCCC4;
    color: #fff;
    width: 32px;
    height: 22px;
    font-size: 12px;
    border: 0;
    border-radius: 3px;
    margin-top: 3px;
    cursor: pointer;
}

.cookies .cookies-left a {
    color: #7BCCC4;
}

.alert-success .row {
	display: block;
	--ct-gutter-x: 0;
}
.hide {
    display: none;
}

.mdi-80px.mdi-set, .mdi-80px.mdi:before {
  font-size: 80px;
}

.mdi-beacon-on {color:#afafaf;}
.mdi-beacon-off {color:#fdb90b;}


/* ---- NEW SiteCenter css ------- */
 
.auth-fluid {
	background: none !important;
	background-color: #ECF7FF !important;
}
.auth-fluid .auth-fluid-form-box {
	max-width: 50% !important;
	float: left;
}
.sc-radbeacon-welcome-logo {
	background-image: url(/images/home/radbeacon_welcome_logo.png);
    	background-repeat: no-repeat;
    	background-position-x: center;
    	background-position-y: center;
    	background-color: #ECF7FF !important;
	background-size: 70%;
}
.welcome-form-header {
	color: #171721;
    	font-size: 28px;
   	text-align: center;
    	margin-bottom: 34px;	
}
.auth-fluid-form-box .form-label {
	color: #1B212D;
}
.sc-welcome-form-button {
	background-color: #1adbde;	
	border: 1px solid #1adbde;
}
.sc-welcome-form-button:hover {
	background-color: #032532 !important;
    	/*color: #1adbde !important;
	border: 1px solid #1adbde !important;*/
}
.sc-fix {
	min-height: 30vh !important;
}
.logo-lg img {
	height: auto;
    	width: -webkit-fill-available;
}
.side-nav, .leftside-menu, html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .logo {
	background: #191F2F;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .simplebar-content-wrapper, html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .simplebar-mask {
    overflow: hidden !important;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item #sidebarUsers .side-nav-second-level {
	padding-left: 0 !important;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item #sidebarUsers .side-nav-second-level li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item.menuitem-active:hover > .side-nav-link {
    background-color: #1adbde !important;
    width: auto;
}
.side-nav-item.menuitem-active > .side-nav-link {
    	background-color: #1adbde;
    	border: 1px solid #1adbde;
    	color: white !important;
    	border-radius: 12px;
	padding-top: 12px;
    	padding-bottom: 12px;
}
.side-nav-second-level {
	background-color: none;
    	border: 0;
    	width: inherit;
    	margin: inherit;
    	border-radius: 0;
}
.side-nav-item i {
	text-align: left !important;
}
.side-nav-item span {
	margin-left: -20px;
}
.side-nav-item {
	width: 80%;
    	margin: 0 auto;
	--ct-menu-condensed-link-bg: none;
}
.side-nav-item a {
	color: #CBCBCB !important;
}
.side-nav .menuitem-active .menuitem-active .active {
    color: white !important;
}
.side-nav {
	padding-top: 1em;
}
.page-title-box .page-title {
	color: black;
}
.header-title {
	color: #2E2C34;
}
.text-muted {
	color: inherit !important;
}
.fw-normal {
	color: #2E2C34 !important;
	font-size: 14px;
}
h3.my-2.py-1 {
	color: #252539;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
    	margin-bottom: 0 !important;
}
.card {
	border-radius: 12px;
}
.card .card-body {
	padding: 16px;
}
.card .card-body .col-6{
	width: auto;
}
.mdi-lightbulb-on-outline {
	color: #1ADBDE; 
}
.mdi-account-multiple {
	color: #F28100; 
}
.mdi-account-check-outline {
	color: #13C15A; 
}
.card .header-title {
	font-size: 18px;
	text-transform: inherit;
	    margin-bottom: -15px;
}
.table-nowrap tbody td, .table-nowrap th {
	color: #2E2C34;
	font-size: 12px;
	font-weight: 600;
}
.table-light {
    --ct-table-bg: #FBFAFC;
}
.table-nowrap thead tr:first-child th {
    color: #84818A;
    text-transform: uppercase;
    padding: 12px;
}
.sc-btn-left {
	background-color: #1C989A !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
    border: 0;
    font-weight: 600;
    font-size: 16px;
        margin-right: -3px;
    /*box-shadow: var(--ct-btn-box-shadow) rgba(var(--ct-primary-rgb), .5) !important;*/
    box-shadow: -1px -1px 4px 0px rgb(0 0 0 / 20%) !important;
    color: white;
}
.sc-btn-left:hover {
	color: #fff;
}
.sc-btn-left.active:hover {
	/*background-color: #136e6f !important;*/
	background-color: #f1f0f1 !important;
}
.sc-btn-left.active {
	background-color: #fff !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
    border: 0;
	color: #2E2C34;
}
.sc-btn-right {
	background-color: #1C989A !important;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 6px;
    border: 0;
	font-weight: 600;
    font-size: 16px;
    /*box-shadow: var(--ct-btn-box-shadow) rgba(var(--ct-primary-rgb), .5) !important;*/
    box-shadow: 1px -1px 2px 0px rgb(0 0 0 / 11%) !important;
    color: white;
}
.sc-btn-right:hover {
	color: #fff;
}
.sc-btn-right.active:hover {
	background-color: #f1f0f1 !important;
}
.sc-btn-right.active {
	background-color: #fff !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 6px;
    border: 0;
	color: #2E2C34;
}
.btn.btn-info, .btn.btn-danger, .btn.btn-primary {
	    box-shadow: none;
    background-color: #1c989a;
    border: 0;
}
.btn.btn-info:hover, .btn.btn-danger:hover, .btn.btn-primary:hover {
	background-color: #136e6f !important;
}
.mb-2.row {
	--ct-gutter-y: 15px;
}
.row.gy-2.gx-2 {
	-webkit-box-pack: inherit !important;
    -ms-flex-pack: inherit !important;
    justify-content: inherit !important;
}
.mb-2.row .table-responsive {
	--ct-gutter-y: 0;
}
table#datalist {
	margin-top: 15px;
}
@media only screen and (max-width: 800px) {
.auth-fluid .auth-fluid-form-box {
    max-width: 100% !important;
	min-height: unset;
}
.auth-fluid {
	display:flex;
  flex-direction: column-reverse;
  	flex-flow: wrap-reverse;
}
}
@media only screen and (min-width: 579px) and (max-width: 991px) {
	.sc-tablet-flex {
		display: flex;
	}	
	.sc-tablet-inline-flex {
		display: inline-flex;
		width: 50%;
	}
	.sc-fix-tilebox-tablet {
		width: 100%;
	}
	.sc-fix-alignment {
		display: block !important;
	}
	.sc-fix-alignment .header-title.right {
		margin-top: 0.3em;
    		margin-bottom: 0.8em;
	}
	.sc-fix-alignment .flex-shrink-0 {
		margin-bottom: 1.3em;
	}	
	.sc-fix-tilebox-tablet .sc.card-body {
		padding: 0;
	}
	.sc-fix-tilebox-tablet .mdi-lightbulb-on-outline {
		margin-top: 2.5em !important;
		margin-right: 1em;
	}
	.sc-fix-tilebox-tablet #active-users-count {
		font-size: 53px;
    		margin-left: 0.1em;
		padding-top: 0.4em !important;
	}
}	
.fc-event-title, .fc-event-title.fc-sticky {
	display: none;
}
.fc-prev-button, .fc-next-button, .fc-dayGridMonth-button, .fc-timeGridWeek-button, .fc-timeGridDay-button, .fc-listMonth-button, .fc-button:disabled {
	background-color: #1c989a !important;
	border-color: #1c989a !important;
}
.fc-button-active, .fc-prev-button:hover, .fc-next-button:hover, .fc-dayGridMonth-button:hover, .fc-timeGridWeek-button:hover, .fc-timeGridDay-button:hover, .fc-listMonth-button:hover {
    background-color: #136e6f !important;
}
.fc-col-header-cell-cushion {
	color: #6c757d;
}
.sc-fix-alignment {
	-webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline;
     	justify-content: flex-end;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: #f4f4f4;
}
@media only screen and (max-width: 578px) {
.sc-fix-alignment {
	display: block !important;
}
.sc-fix-alignment .flex-shrink-0 {
	padding-top: 2.5em;
    padding-bottom: 1.5em; 
}
.sc.card-body {
	padding: 0;
}
}
.sc-start-date {
	margin-right: auto;
    margin-left: 0;
    display: inline-flex;
}
.sc-end-date {
	margin-left: auto;
    margin-right: 0;
    display: inline-flex;
}
.fc .fc-daygrid-day-number {
    color: #6c757d;
    font-weight: 600;
}
select#month-year option:disabled {
  display: none !important;
}
.sc-fix-checkbox-terms {
	display: flex;
}
.sc-fix-checkbox-terms input#agree { 
	display: inline-flex;
	align-self: flex-start;
	margin-top: 0.3em;
	margin-right: 1.5em;
}
select.tui-timepicker-select:focus-visible {
    outline: none !important;
    background-color: #eef2f7;
} 
select.tui-timepicker-select option:disabled {
    display:none;
}
.tui-timepicker .tui-timepicker-select {
	height: 36px;
}
select.tui-timepicker-select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Remove default arrow */
    /*background-image: url(...);*/
}
.tooltip {
	--ct-tooltip-bg: #136e6f;
}
.sc-partnership-offer {
	color: white;
	font-size: 15px;
	text-align: center;
}
.sc-partnership-offer.contrast {
	color: var(--ct-heading-color);
}
.sc-partnership-offer a {
	text-decoration: underline;
}
.sc-partnership-offer.contrast a {
	color: var(--ct-heading-color);
}
#totaldate {
	position: relative;
	z-index: 1; 
}
