﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: rgb(255, 255, 255) !important;
	font-size:14px!important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
	max-width: 280px;
}

.a,a {
	text-decoration: none
}
	.a:hover,a:hover {
		text-decoration: none;
	}

.dropdown-menu[data-bs-popper] {
	left: inherit !important;
}


.footer{
	font-size:small;
}

.max-width-none {
	max-width: none;
}

/* Bootstrap overrides */
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

h1, .h1 {
	font-size: 1.6em !important;
	line-height: 1.15em !important;
}

h2, .h2 {
	font-size: 1.4em !important;
}

h3, .h3 {
	font-size: 1.3em !important;
}

.text-red {
    color: red !important;
}

.text-green {
    color: green !important;
}

.row {
	margin-right: -5px !important;
	margin-left: -5px !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	.jumbotron {
		margin-top: 20px;
	}

	.body-content {
		padding: 0;
	}
}

.material-icons {
	width: 1em;
}

.checkbox.inline {
	display: inline-block;
}

.btn {
	margin-top: 0px;
	padding: 3px 6px;
	border-radius:3px !important;
}

.btn-default {
	color: #fff;
	margin:5px 0px;
	background-color: rgb(153, 153, 153);
	border-color: #cecece;
}
	.btn-default:hover {
		color: #fff;
		margin: 5px 0px;
		background-color: rgb(135, 135, 135);
		border-color: #cecece;
	}

.btn-notes{
	background-color:#fff!important;
	color:#333!important;
	border-radius:5px!important;
	border:1px solid silver;
	 
}

/* MP 2025-03-26 Standardizing margins, so that buttons all line up properly */
.btn-info, .btn-success, .btn-warning, .btn-primary, .btn-error, .btn-danger, .btn-default {
	margin: 5px 0px;
}

.btn.btn-xs,
.btn-group-xs .btn,
.navbar .navbar-nav > li > a.btn.btn-xs,
.btn-group-xs .navbar .navbar-nav > li > a.btn {
	padding: 5px 10px!important;
	font-size: 10px;
}

.bootstrap-table .dropdown-menu li a:active, .bootstrap-table .dropdown-menu li a:focus, .bootstrap-table .dropdown-menu li a:hover, .navbar .dropdown-menu li a:active, .navbar .dropdown-menu li a:focus, .navbar .dropdown-menu li a:hover, .navbar.navbar-default .dropdown-menu li a:active, .navbar.navbar-default .dropdown-menu li a:focus, .navbar.navbar-default .dropdown-menu li a:hover {
	background-color: #7e7e7e!important;
	width: 95%!important;
}

/* TODO(@Mike): See if this is sane... seems a little... not that.*/
div.btn .material-icons { /* NOTE(@MIKE): Using the div.btn specifically to ensure it overrides in the case I'm using it in right now. If we want consistant buttons we'll need more stuff.*/
	vertical-align: middle;
	font-size: 26px; /* Was originally defined as 17px, but that doesn't look great...*/
	top: -2px;
	position: relative;
	/*specifically these bits are a little rough:*/
	margin-bottom: -26px;
	margin-top: -26px;
}

div.btn-sm .material-icons {
	font-size: 18px;
	margin-bottom: -18px;
	margin-top: -18px;
	top: 0;
}

.btn-nopadding{
	padding: 5px!important;
}

.btn-nomargin {
	margin: 0px !important;
}
.btn-tinymargin {
	margin: 1px !important;
}
.btn-smallmargin {
	margin: 0px 0px 3px 0px!important;
}

.btn-notopmargin {
	margin: 0px 0px 3px 0px;
}

.btn-whitetext{
	color:#fff;

}
	.btn-whitetext a {
		color: #fff;
	}

.btn-fw150 {
	width: 150px;
}
.btn-fw100 {
	width: 100px;
}
.btn-fw200 {
	width: 200px;
}


/****************** Bootstrap Multilevel Dropdown Hack ***********************/

.btn-white{
	color:#fff;
}

.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;
		border-radius: 0 6px 6px 6px;
	}

	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}

	.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: #ccc;
		margin-top: 5px;
		margin-right: -10px;
	}

	.dropdown-submenu:hover > a:after {
		border-left-color: #fff;
	}

	.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;
		}
/****************** End of Bootstrap Multilevel Dropdown Hack ***********************/







.innerlist {
	-webkit-padding-start: 20px;
}
/* Make the modal buttons look more like material buttons... */
.modal-footer .btn, .modal-footer .btn:hover, .modal-footer .btn:focus, .modal-footer .btn:active, .modal-footer .btn:active:focus {
	background-color: transparent;
	box-shadow: none;
	font-size: 14px;
}
/* but make one of them look more bootstrappy... */
.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .open > .btn.btn-primary.dropdown-toggle, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle:hover, .navbar .navbar-nav > li > a.btn.btn-primary, .navbar .navbar-nav > li > a.btn.btn-primary:hover, .navbar .navbar-nav > li > a.btn.btn-primary:focus, .navbar .navbar-nav > li > a.btn.btn-primary:active, .navbar .navbar-nav > li > a.btn.btn-primary.active, .navbar .navbar-nav > li > a.btn.btn-primary:active:focus, .navbar .navbar-nav > li > a.btn.btn-primary:active:hover, .navbar .navbar-nav > li > a.btn.btn-primary.active:focus, .navbar .navbar-nav > li > a.btn.btn-primary.active:hover, .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle, .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle:focus, .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle:hover {
	background-color: #00bcd4 !important;
	color: #FFFFFF;
}

	.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover, .navbar .navbar-nav > li > a.btn.btn-primary:focus, .navbar .navbar-nav > li > a.btn.btn-primary:active, .navbar .navbar-nav > li > a.btn.btn-primary:hover {
		box-shadow: 5px 5px rgba(39, 113, 176, 0.42) !important;
	}

.btn-simple {
	padding: 0px;
}
/*******
	This stuff is for the modal dialog boxes to make them look more correct - from https://codepen.io/bootpen/pen/vNKJBb
*******/
/* ----- DIALOG/MODAL ----- */
/* FADE/SCALE EFFECT */
.modal.fade .modal-dialog {
	/*opacity: 0;*/
	/*-webkit-transform: scale(0.1);*/
	-ms-transform: scale(0.1);
	-o-transform: scale(0.1);
	/*transform: scale(0.1);*/
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.modal.fade.in .modal-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

/* DIALOG CONTENT */
.modal-content {
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
	box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
}

/* DIALOG HEADER */
.modal-header {
	min-height: 16px;
	padding: 24px;
	border-bottom: none;
}

.modal-title {
	font-weight: 500;
	font-size: 21px;
}

/* DIALOG BODY */
.modal-body {
	padding: 0 24px;
}

	.modal-body p {
		font-weight: 400;
		font-size: 14px;
		color: #212121;
	}

	.modal-body .lead {
		font-weight: 300;
		font-size: 16px;
		color: #757575;
	}

		.modal-body p:last-child,
		.modal-body .lead:last-child {
			margin-bottom: 0;
		}

/* DIALOG FOOTER */
.modal-footer {
	margin-top: 24px;
	padding: 8px 0;
	border-top: none;
}

	.modal-footer .btn {
		height: 36px;
		margin-right: 8px;
		padding: 8px 10px;
		border: none;
		border-radius: 0;
		text-transform: uppercase;
		font-weight: 500;
		color: #009688;
		background-color: #fff;
	}

		.modal-footer .btn:focus {
			outline: none;
			box-shadow: none;
		}

		.modal-footer .btn:focus,
		.modal-footer .btn:hover {
			color: #00796B;
		}

		.modal-footer .btn + .btn {
			margin-left: 0;
		}

			.modal-footer .btn + .btn:last-child {
				margin-left: -4px;
			}
/* DONE WITH ----- DIALOG/MODAL ----- */


/* HEADERINGNESS STYLES */
.brand-logo-link {
	height: 50px;
	display: inline-block;
	line-height: 50px;
	padding: 0px;
}

.brand-image {
	max-width: 150px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	overflow:hidden;
	font-size:10px;
}

.navbar-brand {
	/*padding: 0px 15px!important;*/
}
/* END HEADERINGNESS STYLES */

.navbar {
	padding: 5px 0;
}

/***
	Error message display thing
	***/

span[data-val-isvalid="False"]:before {
	content: ' ';
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 1px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent;
	border-right-color: red;
	left: -21px;
	z-index: 99;
	border-right-width: 16px;
	top: calc(50% - 6px);
}

span[data-val-isvalid="False"] {
	background: lightcoral;
	border: 1px solid red;
	border-radius: 3px;
	padding: 3px;
	color: darkred;
	position: relative;
	margin-left: 8px;
	z-index: 100;
	position: absolute;
}

/*** END
	Error message display thing
	***/


/* Edit form tweeks */
.editfield_name {
	width: 60%;
	display: inline-block;
}

.editfield_name_more_style {

	display: inline-block;
	background-color: rgb(245, 245, 245);
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 0.666667px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(204, 204, 204);
	border-left-style: solid;
	border-left-width: 0.666667px;
	border-right-color: rgb(204, 204, 204);
	border-right-style: solid;
	border-right-width: 0.666667px;
	border-top-color: rgb(204, 204, 204);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 0.666667px;
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 13px;
	font-weight: 300;
	line-height: 18.5667px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 9.5px;
	padding-left: 9.5px;
	padding-right: 9.5px;
	padding-top: 9.5px;
	width: 400px;
}

.editfield_name > span {
	float: right;
	transform: scale(0.8);
}

.editfield_name_more_style > span {
	float: right;
	transform: scale(0.8);
}
/* END edit form tweeks */
/** Material design modal **/
/* ----- DIALOG/MODAL ----- */
/* FADE/SCALE EFFECT */
.modal.fade .modal-dialog {
	/*opacity: 0;*/
	/*-webkit-transform: scale(0.1);*/
	-ms-transform: scale(0.1);
	-o-transform: scale(0.1);
	/*transform: scale(0.1);*/
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.modal.fade.in .modal-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

/* DIALOG CONTENT */
.modal .modal-dialog .modal-content {
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
	box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
}

/* DIALOG HEADER */
.modal-header {
	min-height: 16px;
	padding: 24px;
	border-bottom: none;
}

.modal-title {
	font-weight: 500;
	font-size: 21px;
}

/* DIALOG BODY */
.modal-body {
	padding: 0 24px;
}

	.modal-body p {
		font-weight: 400;
		font-size: 14px;
		color: #212121;
	}

	.modal-body .lead {
		font-weight: 300;
		font-size: 16px;
		color: #757575;
	}

		.modal-body p:last-child,
		.modal-body .lead:last-child {
			margin-bottom: 0;
		}

/* DIALOG FOOTER */
.modal-footer {
	margin-top: 24px;
	padding: 8px 0;
	border-top: none;
}

	.modal-footer .btn {
		height: 36px;
		margin-right: 8px;
		padding: 8px 10px;
		border: none;
		border-radius: 0;
		text-transform: uppercase;
		font-weight: 500;
		color: #009688;
		background-color: #fff;
	}

		.modal-footer .btn:focus {
			outline: none;
			box-shadow: none;
		}

		.modal-footer .btn:focus,
		.modal-footer .btn:hover {
			color: #00796B;
		}

		.modal-footer .btn + .btn {
			margin-left: 0;
		}

			.modal-footer .btn + .btn:last-child {
				margin-left: -4px;
			}
/** End Material design modal **/




/*** Material Design Range Slider - Requires material-range.js */
input[type="range"], input[type="range"] * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="range"] {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 2px;
	margin: 0;
	border: none;
	padding: 1px 2px;
	border-radius: 0;
	background: #c8c8c8;
	outline: none; /* no focus outline */
}

	input[type="range"]::-moz-range-track {
		border: inherit;
		background: transparent;
	}

	input[type="range"]::-ms-track {
		border: inherit;
		color: transparent; /* don't drawn vertical reference line */
		background: transparent;
	}

	input[type="range"]::-ms-fill-lower,
	input[type="range"]::-ms-fill-upper {
		background: transparent;
	}

	input[type="range"]::-ms-tooltip {
		display: none;
	}

body input[type="range"] {
	position: relative;
	display: inline-block;
	margin-bottom: 14px;
	margin-top: 4px
}
/* rangefill */
input[type="range"]:before {
	position: absolute;
	top: 0px;
	background: #00bcd4;
	height: 2px;
	left: 0;
	content: ' ';
	display: inline-block;
}

input[type="range"]:after {
	position: absolute;
	background: #00bcd4;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 0;
	list-height: 0.1em;
	width: 30px;
	height: 20px;
	right: -40px;
	top: -9px;
	content: attr(data-value);
	display: inline-block;
}
/* thumb */
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border: none;
	border-radius: 12px;
	background-color: #00bcd4;
}

input[type="range"]::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border: none;
	border-radius: 12px;
	background-color: #00bcd4;
}

input[type="range"]::-ms-thumb {
	width: 18px;
	height: 18px;
	border-radius: 12px;
	border: 0;
	background-color: #00bcd4;
}

input[type="range"]:focus::-ms-thumb {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}

input[type="range"]:focus::-moz-range-thumb {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}

input[type="range"]:focus::-webkit-slider-thumb {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}

input[type="range"]::-webkit-slider-thumb {
	box-shadow: 0 0 0 0 rgba(0,0,0,0.4), 0 0 0 0 rgba(0,0,0,0.1);
	-webkit-transition: box-shadow 0.05s ease-out;
	-moz-transition: box-shadow 0.05s ease-out;
	-o-transition: box-shadow 0.05s ease-out;
	transition: box-shadow 0.075s ease-out;
}

/*** END Material Design Range Slider - Requires material-range.js */





/* file listing elipsis maker */
#MainContent_filelist {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}





/* Evil Code Ahead - hides the 'powered by google' label on the location autocomplete system */
.pac-container:after {
	background-image: none !important;
	height: 0px;
}

.location-inline {
	display: inline;
}



/* Custom styles for jquery autocomplete used by language control. Feel free to adapt to make it less ugly. */
.custom-combobox {
	position: relative;
	display: inline-block;
}

.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}

.custom-combobox-input {
	margin: 0;
	width: 300px;
	padding: 5px 10px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.panel .panel-body {
	border: 0 none;
	padding: 5px 10px;
}

.custom-combobox-md {
	border: none;
	border-bottom: 1px solid silver;
	background-color: inherit;
}

.custom-combobox-md {
	border: none;
	border-bottom: 1px solid silver;
	background-color: inherit;
}

.ui-widget {
	display: inline-block;
	z-index: 999; /* make sure it's above everythign else */
}

.btn-float {
	display: inline-block;
}
/* end of autocomplete style */
/* FormRender Styles */
.field_wrap {
	color: #444;
}

	.field_wrap.never_show {
		display: none !important;
	}

	.field_wrap.field_hidden {
		display: none;
	}

.show_hidden_fields .field_wrap.field_hidden {
	display: block;
}

.form-group-toppad {
	margin: 4px 0 0 0;
}

.form_renderer .form-group {
	display: inline-block;
}

.form_renderer .dropdown-menu.inner {
	max-height: 312px !important;
}

.field_name {
	min-width: 200px;
	margin-left: 0px;
	color: black;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	display: inline-block;
	font-weight: 100;
	vertical-align: middle;
	/*padding-top: 12px;*/ /* William, 2022-07-22 */
	padding-right: 12px;
	padding-bottom: 12px;
}

.field_name_instructions {
	min-width: 200px;
	margin-left: 12px;
	color: black;
	font-style:italic;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	display: inline-block;
	font-weight: 100;
	vertical-align: top;
	padding-top: 12px;
}


/* SQL Debug Panel style */
.minipre {
	display: inline;
	font-family: monospace;
	padding: 2px 4px 2px 4px;
	margin: 0 0 10px;
	background-color: rgba(233, 236, 255, 0.93);
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	border: 1px solid #ccc;
	border-radius: 1px;
}

.photobox {
	display: inline-block;
	width: 150px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid silver;
}

.photobox-inner {
	width: 140px;
	max-width: 140px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.table-condensed td, .table-condensed th {
	padding: 2px !important;
	line-height: 1;
	vertical-align: top;
	text-align: left !important;
	border-top: 0px !important;
}

.table-condensedabit td, .table-condensedabit th {
	padding: 4px !important;
	line-height: 1;
	vertical-align: top;
	text-align: left !important;
	border-top: 0px !important;
}


.table-borderless tr, .table-borderless td {
	border: none !important;
	background-image: none !important;
	border-top: none !important;
}


.interpreterResponse .acceptButton,
.interpreterResponse .reviewButton,
.interpreterResponse .rejectButton {
	display: none;
}

.interpreterResponse.showAccept .acceptButton, .interpreterResponse.showReject .rejectButton {
	display: inline-block;
}

.interpreterResponse.showReview .reviewButton {
	display: inline-block;
}


/* Makes the Select button on RadAsyncUploads look a bit better */
.RadUpload {
	padding-left: 3px !important;
	padding-right: 3px !important;
}

	.RadUpload .ruBrowse {
		display: inline !important;
	}

.padright {
	padding-right: 16px;
}

.col-left {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

.gendericon::after {
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 22px;
	height: 22px;
	display: inline-block;
	border: 1px solid black;
	background-color: darkgray;
	overflow: hidden;
	border-radius: 100%;
	padding: 0;
}

.gendericon.other::after {
	content: '?';
	color: white;
	text-shadow: 0 0 2px rgba(0,0,0,0.6);
	border-color: rgba(0,0,0,0.6);
	background-color: yellow;
}

.gendericon.provider::after {
	content: 'P';
	color: white;
	text-shadow: 1px 1px 1px #000;
	border-color: rgba(0,0,0,0.6);
	background-color: #ffbf51;
}

.gendericon.male::after {
	content: 'M';
	color: dodgerblue;
	border-color: dodgerblue;
	background-color: lightsteelblue;
}

.gendericon.female::after {
	content: 'F';
	color: deeppink;
	border-color: deeppink;
	background-color: lightsalmon;
}

/* Helps override the default 280px width */
.real-wide {
	max-width: 100% !important;
	width: 100% !important
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.label-inline{
	display:inline-block!important;
}

i.label-name {
	font-style: normal;
	color: black;
	border: 1px solid lightslategray;
	background-color: whitesmoke;
	padding: 0 3px;
	border-radius: 3px;
}

.translationz .navbar.navbar-info {
	background-color: #f9f9f9;
	color: #686868;
}

@media (max-width: 991px) {
	[class*="navbar-"] .navbar-nav > li > a,
	[class*="navbar-"] .navbar-nav > li > a:hover,
	[class*="navbar-"] .navbar-nav > li > a:focus,
	[class*="navbar-"] .navbar-nav .active > a,
	[class*="navbar-"] .navbar-nav .active > a:hover,
	[class*="navbar-"] .navbar-nav .active > a:focus,
	[class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a,
	[class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover,
	[class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus,
	[class*="navbar-"] .navbar-nav .navbar-nav .open .dropdown-menu > li > a:active {
		color: #686868;
	}
}
/* Styling for Bootstrap badgers */
.badge-error, .badge-danger {
	background-color: #b94a48;
}

	.badge-error:hover, .badge-danger:hover {
		background-color: #953b39;
	}

.badge-warning {
	background-color: #f89406!important;
}

	.badge-warning:hover {
		background-color: #c67605;
	}

.badge-success {
	background-color: #468847;
}

	.badge-success:hover {
		background-color: #356635;
	}

.badge-info {
	background-color: #3a87ad;
}

	.badge-info:hover {
		background-color: #2d6987;
	}

.badge-inverse {
	background-color: #333333;
}

	.badge-inverse:hover {
		background-color: #1a1a1a;
	}


/* end of bootstrap badger styles */




/*** Cool rainbow gradient style ***/
.gendericon.other::after, .rainbow {
	/*height: 100%;
  width: 100%;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;*/
	background: linear-gradient(90deg, red, orange, yellow, lightgreen, cyan, lightblue, violet, red);
	background-size: 200% 200%;
	-webkit-animation: rainbow 6s linear infinite;
	-z-animation: rainbow 6s linear infinite;
	-o-animation: rainbow 6s linear infinite;
	animation: rainbow 6s linear infinite;
}

@-webkit-keyframes rainbow {
	100% {
		background-position: 200% 0%
	}
}

@-moz-keyframes rainbow {
	100% {
		background-position: 200% 0%
	}
}

@-o-keyframes rainbow {
	100% {
		background-position: 200% 0%
	}
}

@keyframes rainbow {
	100% {
		background-position: 200% 0%
	}
}
/*** END of Cool rainbow gradient style ***/


.td-actions {
	white-space: nowrap;
}


/** Force max-width on interpreter list 6th column (languages) **/
.RadGrid .rgMasterTable tr > td:nth-child(6),
.RadGrid .rgMasterTable tr > td:nth-child(7) {
	max-width: 180px;
	text-overflow: ellipsis;
	overflow: hidden;
}

	.RadGrid .rgMasterTable tr > td:nth-child(7) > .label {
		display: inline-block;
	}
/*also force nowrap on star ratings:*/
.RadGrid .rgMasterTable tr > td:nth-child(9) {
	xwhite-space: nowrap;
}
/** End of Force max-width on interpreter list 5th column (languages) **/
/** clever rating star thingo **/
.rating-section[data-rating="1"] > .rating-star:nth-child(1),
.rating-section[data-rating="2"] > .rating-star:nth-child(1), .rating-section[data-rating="2"] > .rating-star:nth-child(2),
.rating-section[data-rating="3"] > .rating-star:nth-child(1), .rating-section[data-rating="3"] > .rating-star:nth-child(2), .rating-section[data-rating="3"] > .rating-star:nth-child(3),
.rating-section[data-rating="4"] > .rating-star:nth-child(1), .rating-section[data-rating="4"] > .rating-star:nth-child(2), .rating-section[data-rating="4"] > .rating-star:nth-child(3), .rating-section[data-rating="4"] > .rating-star:nth-child(4),
.rating-section[data-rating="5"] > .rating-star:nth-child(1), .rating-section[data-rating="5"] > .rating-star:nth-child(2), .rating-section[data-rating="5"] > .rating-star:nth-child(3), .rating-section[data-rating="5"] > .rating-star:nth-child(4), .rating-section[data-rating="5"] > .rating-star:nth-child(5) {
	color: #ffcf00;
}

.rating-star {
	color: lightgray;
	margin-right: -0.5em;
	text-shadow: -1px 0 2px rgba(0,0,0,0.5);
}
/** END of ckever ratubg star thingo **/

/** when dropdown list is form-control make it look better than terrible. **/
.dropdown-toggle.form-control, .dropdown-toggle.form-control:hover, .open > .dropdown-toggle.form-control, .open > .dropdown-toggle.form-control:hover {
	padding-left: 10px;
	color: inherit;
}

.dropdown-toggle.form-select, .dropdown-toggle.form-select:hover, .open > .dropdown-toggle.form-select, .open > .dropdown-toggle.form-select:hover {
	padding-left: 10px!important;
	color: inherit!important;
}

.btn.dropdown-toggle {
	text-transform: capitalize;
}

	.btn.dropdown-toggle.nocaps {
		text-transform: initial;
	}

.dropdown-menu.inner li {
	text-transform: capitalize;
}

.dropdown-item {
	padding: 4px 8px;
}

/** standard messages should be position fixed: **/
.scrollfixed {
	/*position: fixed;*/
	z-index: 50;
	/*margin-top: -9px;*/
}

/*** Remove the grooves from the select files button ***/
html .upload-container .RadUpload_Material .ruBrowse {
	box-shadow: none;
	border-color: none;
}


/*** Save/Cancel buttons on radgrid inline editor ***/
.RadGrid_Material .t-button {
	border-radius: 0 !important;
	background: silver !important;
}

.RadGrid_Material .rgRow, .RadGrid_Material .rgAltRow, .RadGrid_Material .rgEditRow, .rcbInput {
	font-size: 13px !important;
}

.RadComboBox_Material .rcbInput {
	font-size: 13px !important;
}

.RadControl .t-button, .RadGrid .t-button, .RadTreeList .t-button {
	background: silver !important;
	border-radius: 0px !important;
}


/*** Try to make the rad combo boxes look a bit more like the other items ***/
.translationz .RadComboBox_Material .rcbInner {
	padding-left: 0;
	border-radius: 0;
}

	.translationz .RadComboBox_Material .rcbInner.rcbHovered,
	.translationz .RadComboBox_Material .rcbInner.rcbFocused {
		box-shadow: none;
		position: relative;
	}

		.translationz .RadComboBox_Material .rcbInner.rcbFocused .rcbActionButton {
			border-radius: 0;
			border-left-width: 0;
			background-color: transparent;
		}

	.translationz .RadComboBox_Material .rcbInner::before,
	.translationz .RadComboBox_Material .rcbHovered::before,
	.translationz .RadComboBox_Material .rcbFocused::before {
		content: "";
		border-bottom: 1px solid;
		border-color: inherit;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
	}

hr {
	margin-top: 15px;
	margin-bottom: 5px;
}

footer {
	padding: 5px 0;
}


.alert-debug {
	background-color: #ff980029;
	color: #040202;
	border-radius: 3px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(244, 67, 54, .4);
	font-family: "Courier New", monospace;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.alert-miniborder {
	padding: 5px 5px;
	line-height: normal;
}

.alert {
	padding: 5px 5px;
	line-height: normal !important;
	box-shadow: 2px 2px #e9e5e5;
	margin-bottom: 3px;
}

.monospacefont {
	font-family: Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New";
	white-space: pre;
	font-size: small;
}


/*** Video chat layout code to make it cool: ***/

.participant-name {
	background: rgba(0,255,0,0.25);
	color: #fff;
	padding: 2px 10px;
	position: absolute;
	z-index: 5000;
}

.participants-list {
	position: absolute;
	background: rgba(255,152,0,0.5);
	bottom: 0;
	left: 0;
	height: 100px;
	width: 250px;
	z-index: 3000;
	color:#fff;
	border: 1px solid orange;
	visibility:hidden;
	display:none;
}
.btn-thin {
    padding: 2px 4px!important;
	margin-top:2px!important;
}
.btn-thinner {
	padding: 4px 5px;
}
.btn-bigtext {
	height: 45px!important;
	font-size: large!important;
	padding-top: 10px!important;
}
.btn-square {
	width: 40px!important;
	margin: 0px!important;
	height: 30px!important;
}
.btn-compact{
	margin:4px;
}
.background-list {
	position: absolute;
	background: rgba(51,255,0,0.16);
	bottom: 0;
	right: 0;
	height: 45px;
	width: 450px;
	z-index: 3000;
	color: #fff;
	border: 1px solid green;
	visibility: hidden;
	display: none;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 5px;
}

.video-chat-fullscreen {
	position: absolute;
	background: lightslategrey;
	width: 400px;
	bottom: 0;
	right: 0;
	z-index: 3000;
	color: #fff;
	border: 1px solid green;
	visibility: hidden;
	display: none;
	margin-bottom: 5px;
	margin-right: 5px;
	opacity:0.8;
}

.startvideoconfirmdialog {
	border: 1px solid silver;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 5px 5px #f6f6f6;
}

#master-media .transient-messages {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2500;
}

	#master-media .transientchat {
		background: #05941a!important;
	}

	#master-media .transient-messages .transient {
		overflow-y: hidden;
		height: 0px;
		background: linear-gradient(180deg, rgba(165, 240, 255, 0.8) 0%, rgba(104, 182, 224, 0.8) 33%, rgba(90, 155, 191, 0.8) 67%);
		color: rgba(255,255,255,0.9);
		text-shadow: 1px 1px 1px black;
		opacity: 0;
		transition: height 0.3s ease-out, opacity 0.25s ease-out;
		min-width: 260px;
		padding: 3px 10px;
		border-radius: 3px;
		margin: 2px;
		box-sizing: border-box;
		box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	}

		#master-media .transient-messages .transient.show {
			opacity: 1;
			height: 25px;
		}

.remote-media[data-username].audio-only::before,
.remote-media[data-username]:hover::before {
	opacity: 0.9;
}

.remote-media[data-username].audio-only.big::before,
.remote-media[data-username].audio-only::before {
	top: 5%;
	left: 5%;
}

.remote-media[data-username]:before {
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 1em;
	color: rgba(255,255,255,0.9);
	text-shadow: 0 0 3px rgb(10,20,20);
	content: attr(data-username);
	font-weight: bold;
	z-index: 2200;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

.remote-media[data-username].big:before {
	font-size: 3em;
	top: 8px;
	font-weight: lighter;
}

#master-media {
	background: linear-gradient(188deg, #cbc5d2 0%, #b4b2c7 13%, #59646b 87%);
	position: relative;
	min-height: 400px;
	box-shadow: inset 0 0 80px 20px rgba(0,0,0,0.1);
}

	#master-media.fullscreen {
		box-shadow: inset 0 0 160px 40px rgba(0,0,0,0.3);
	}

	#master-media .remote-container {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	#master-media .local-media { /* Flip me over so I look mirrored.*/
		transform: scaleX(-1);
		float: right;
		position: relative;
	}

.local-media, .remote-media {
	display: inline-block;
	position: relative;
	z-index: 500;
	max-width: 192px;
	max-height: 108px;
	width: 25%;
	min-height: 100px;
}

#master-media .big {
	min-height: 400px;
	min-width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 400;
}

.remote-media {
}

#master-media .local-media {
	/*background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);*/
}

#master-media .remote-media:nth-of-type(100) {
	background: rgb(0,128,255);
}

#master-media .remote-media:nth-of-type(200) {
	background: rgb(128,0,255);
}

#master-media .remote-media:nth-of-type(300) {
	background: rgb(0,255,128);
}

#master-media .remote-media:nth-of-type(400) {
	background: rgb(255,0,128);
}

#master-media .remote-media:nth-of-type(500) {
	background: rgb(255,128,255);
}

#master-media .remote-media:nth-of-type(600) {
	background: rgb(128,128,255);
}

#master-media div video {
	position: absolute;
	width: 100%;
	height: 100%;
}
/*** --- full-screen fullscreen fullScreen --- ***/
#master-media.fullscreen .remote-media.big {
	position: fixed;
	min-height: 100%;
	min-width: 100%;
}

#master-media.fullscreen {
	z-index: 1800;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*** --- video control tools ***/
#master-media .tools {
	position: absolute;
	z-index: 600;
	top: 0;
	width: 97%;
	padding: 4px;
	flex-direction: column-reverse;
	display:flex;
	align-items:end;
	left:50px;
}

	#master-media .tools div.btn-warning {
		background-color: rgba(255, 152, 0, 0.58);
	}

	#master-media .tools div.btn-info {
		background-color: rgba(0, 188, 212, 0.38);
	}

	#master-media .tools div.btn {
		float: right;
		transition: background-color 0.3s ease-out, color 0.3s ease-out;
		color: rgba(255,255,255,0.86);
		padding: 6px;
		border-radius: 100%;
		height: 38px;
		width: 38px;
		line-height: 28px;
	}

		#master-media .tools div.btn:hover {
			color: rgba(255,255,255,0.98);
		}

	#master-media .tools div.btn-warning:hover {
		background-color: rgba(255, 152, 0, 1);
	}

	#master-media .tools div.btn-info:hover {
		background-color: rgba(0, 188, 212, 1);
	}

/*** END Video chat layout code to make it cool: ***/

/**** Make short codes look like short codes, but they are just spans ****/
#templateeditor > #shrotcodes li > span {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
/**** END Make short codes look like short codes, but they are just spans ****/


/**** Make cool timezone thingy work ****/
.tz-expander.expanded > .tz-set {
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
	padding: 3px;
}

.tz-expander > .tz-set {
	max-width: 300px!important;
	display: inline-block;
}

.tz-expander.expanded > .tz-set > .tz {
	display: inline-block;
}

.tz-expander > .tz-set > .tz:first-child {
	display: inline-block;
}

.tz-expander > .tz-set > .tz {
	display: none;
	position: relative;
	margin-top: 5px;
}

	/*.tz-expander > .tz-set > .tz:first-child::before {
		content: 'Your Time';
		position: absolute;
		top: -11px;
		font-size: 0.7em;
		color: rgba(0,0,0,0.7);
	}*/

.tz-expander.expanded > .tz-set > .tz {
	display: inline-block;
}

.tz-expander > .tz-set > .tz {
	display: none;
	position: relative;
	margin-top: 5px;
}

	/*.tz-expander > .tz-set > .tz:last-child::before {
		position: absolute;
		top: -11px;
		font-size: 0.7em;
		color: rgba(0,0,0,0.7);
		content: 'Location Time';
	}*/

.tz-expander > .material-icons {
	cursor: pointer;
	border-radius: 3px;
	background: #90bcd4;
	padding: 3px;
	color: white;
	width: 20px;
	font-size:14px;
	float: right;
}

tr.rgRow > td > .tz-expander > .material-icons, tr.rgAltRow > td > .tz-expander > .material-icons {
	position: absolute;
}
/**** End Make cool timezone thingy work ****/



.well {
	padding: 4px;
	margin-bottom: 8px;
	border-radius: 2px;
}


.btn-whitetext {
	color: #fff !important;
}


/* TELERIK OVERRIDES */
.RadPicker_Material .rcCalPopup,
.RadPicker_Material .rcTimePopup {
	border-left: 1px solid transparent !important;
	color: #757575 !important;
	outline: none !important;
}

.RadCalendarMultiView_Material .rcMainTable .rcTitle {
	background-color: #7f7f7f !important;
	color: #ffffff !important;
	border: 0 none !important;
	border-top: 1px solid #ffffff !important;
	font-size: 1.143em !important;
	line-height: 1.25em !important;
	padding: 14px 0 !important;
}

	.RadCalendarTimeView_Material th {
		background-color: #7f7f7f !important;
		color: #ffffff !important;
		line-height: normal !important;
		font-size: 1.143em !important;
		padding: 14px 10px !important;
	}

.RadScheduler_Material .rsDialog .rsTitle {
	border-color: #7f7f7f !important;
	color: #ffffff !important;
	background-color: #7f7f7f !important;
	border-width: 0 !important;
	border-radius: 2px 2px 0 0 !important;
	font-size: 1.42857em !important;
	font-weight: 500 !important;
}

.RadScheduler_Material .rsDialog .rsButton.rsPrimary {
	color: #7F7F7F!important; }
.RadScheduler_Material .rsDialog .rsButton.rsPrimary:hover {
	color: #7F7F7F!important;
	background-color: rgba(158, 158, 158, 0.12)!important; }

	.RadCalendarTimeView_Material .rcFooter {
		border-color: #E0E0E0 !important;
	}
.RadScheduler_Material .rsFooter .rsFullTime {
	padding: 8px!important;
	border-width: 0!important;
	color: #7F7F7F!important;
	background-color: transparent!important; }
.RadScheduler_Material .rsFooter .rsFullTime .p-icon {
	display: none!important; }
.RadScheduler_Material .rsFooter .rsFullTime:hover {
	color: #7F7F7F!important;
	background-color: rgba(158, 158, 158, 0.12)!important; }



/* Override toggle text color */
.togglebutton label {
	cursor: pointer;
	color: rgb(0, 0, 0);
}

.resizable {
	resize: both!important;
}


.connectingcall-error {
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	height: 120px;
	background-color: #dc9006;
	box-shadow: 0 0 40px rgba(0,0,0,0.5), inset 0 0 60px rgba(0,0,0,0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	display: none;
	font-size: 100%;
	visibility: hidden;
}

/**** start animated chevron loader ****/
.connectingcall-box {
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	height: 120px;
	background-color: #2c3e50;
	box-shadow: 0 0 40px rgba(0,0,0,0.5), inset 0 0 60px rgba(0,0,0,0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	color:white;
	font-size:200%;
}
.connectingcall-text {
	position: absolute;
	bottom: 3px;
	font-size: 50%;
	word-wrap: break-word;
}
.connectingcall-box .material-icons {
	font-size: 200%;
}
.connectingcall-box .loader {
	width: 50%;
	margin-left: -60px;
}
.connectingcall {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
		  transform: rotate(-90deg);
}

.connectingcall .chevron-loader {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
		  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
		  animation: move-chevron 3s ease-out infinite;
}

.connectingcall .chevron-loader:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
		  animation: move-chevron 3s ease-out 1s infinite;
}

.connectingcall .chevron-loader:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
		  animation: move-chevron 3s ease-out 2s infinite;
}

.connectingcall .chevron-loader:before,
.connectingcall .chevron-loader:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: white;
}

.connectingcall .chevron-loader:before {
  left: 0;
  -webkit-transform: skewY(30deg);
		  transform: skewY(30deg);
}

.connectingcall .chevron-loader:after {
  right: 0;
  width: 50%;
  -webkit-transform: skewY(-30deg);
		  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
	opacity: 1;
  }
  33.3% {
	opacity: 1;
	-webkit-transform: translateY(2.28rem);
			transform: translateY(2.28rem);
  }
  66.6% {
	opacity: 1;
	-webkit-transform: translateY(3.12rem);
			transform: translateY(3.12rem);
  }
  100% {
	opacity: 0;
	-webkit-transform: translateY(4.8rem) scale(0.5);
			transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
	opacity: 1;
  }
  33.3% {
	opacity: 1;
	-webkit-transform: translateY(2.28rem);
			transform: translateY(2.28rem);
  }
  66.6% {
	opacity: 1;
	-webkit-transform: translateY(3.12rem);
			transform: translateY(3.12rem);
  }
  100% {
	opacity: 0;
	-webkit-transform: translateY(4.8rem) scale(0.5);
			transform: translateY(4.8rem) scale(0.5);
  }
}
/**** END animated chevron loader ****/


/* Overrides for Bootstrap table-sm and table-small */
.table-sm th, .table-small th, .table-small td, .table-sm td {
	padding: 0.3rem !important;
}


.center-screen-old {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 80vh;
}


.center-screen {
	height:100px;
	margin:40px 0px;
}

.tar {
	text-align:right!important;
}



/* William, 20240227, for drop down list style of the List and Duration controls, they are now use native .NET DropDownList. Because new version of Bootstrap, they are not working **/
/* Style the select container */
.select-container {
	position: relative;
	display: inline-block;
}

/* Style the select box */
.select-box {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: rgb(0, 188, 212);
	padding: 10px 40px 10px 15px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	cursor: pointer!important;
	color: white;
	font-family: inherit;
	font-size: 12px!important;

}

	/* Style the arrow */
	.select-box::after {
		content: '\25BC';
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		color: #ffffff;
	}

	/* Style the options */
	.select-box option {
		background-color: #ffffff;
		color: #333333;
		border: none;
		font-size:15px;
	}

		/* Hover effect on options */
		.select-box option:hover {
			background-color: #f0f0f0;
		}

	/* Style the dropdown list */
	.select-box:focus {
		outline: none;
		box-shadow: 0 0 5px rgba(81, 203, 238, 1); /* Adjust the shadow color and size as needed */
	}

	/* Remove border around expanded options */
	.select-box:focus option {
		border: none;
	}

	.hidden {
		display: none !important;
	}

/* End */
