/* start file: gvantsa2.css */

/* end file: gvantsa2.css */

/* start file: help.css */
/* Help Styles*/
.help_content
{
    background-color: #FFFFFF;
    padding-top: 20px;
}
.help_c
{
    width: auto;
    height: 60px;
    position: absolute;
    z-index: 999;
    top: 5px;
    right: 5px;
}
.help_c a
{
    background-image: url("../../templates/images/help.png");
    background-position: top center;
    background-repeat: no-repeat;
    padding: 45px 0 0;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
}
.help_block
{
    margin: 30px auto 10px;
    width: 950px;
    background-image: url("../../templates/images/help-middle.png");
    background-position: center;
    background-repeat: repeat-y;
}
.help_bot
{
    background-image: url("../../templates/images/help-bottom.png");
    background-position: 0 bottom;
    background-repeat: no-repeat;

}
.help_top
{
    background-image: url("../../templates/images/help-top.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    min-height: 100px;
    position: relative;
}
.help_tiltle
{  
    line-height: 30px;
    padding: 15px 10px 8px 65px;
    color: #FFFFFF;
    font-size: 14px;
}
.help_body
{
    padding: 9px 17px 50px;
    line-height: 20px;
}
.help_body ul
{
    margin: 5px 0;
    padding: 0 0 0 40px;
}
.help_close_ct
{
    width: 24px;
    height: 23px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.help_close
{
    width: 24px;
    height: 23px;
    background-image: url("../../templates/images/close.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
}
.close_tooltip
{
    position: absolute;
    top: -45px;
    left: 50%;
    width: 87px;
    height: 34px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    background-image: url("../../templates/images/close_tt.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 0 0 -44px;
}
/* Help Styles*/
/* end file: help.css */

/* start file: history.css */
.table-custom > thead > tr > th, .table-custom > tbody > tr > th, .table-custom > tfoot > tr > th, .table-custom > thead > tr, .table-custom > tbody > tr, .table-custom > tfoot > tr{
	padding: 0px;
}
.td-history{
	/*position: sticky;*/
	/*left:0px;*/
	text-align: left;
	padding-left: 10px;
	background-color: #00756A;
	position: relative;
}
.changedata{
	min-width:120px;
	border: 1px solid white !important;
}
.left-titles{
	padding-left: 10px;
	position:sticky;
	left:0px;
	min-width:300px;
	max-width:26%;
	z-index:3
}
.scroll-table{
	width:100%;
	overflow-x:scroll;
}
.scroll-table{
	width:100%;
	overflow-x:scroll;
}
.table-custom > thead > tr > th, .table-custom > tbody > tr > th, .table-custom > tfoot > tr > th, .table-custom > thead > tr > td, .table-custom > tbody > tr > td, .table-custom > tfoot > tr > td{
	padding:0px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
	border: 1px solid white !important;
}

/* end file: history.css */

/* start file: ical.css */
/* container */
.ical_meetings.form-control.noheight {
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	padding: 16px;
	color: #1f2937;
	margin-bottom: 25px;
}
.ical_title
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.ical_title_span
{
	text-align: center;
	font-size: 15px;
}

/* responsive without media queries: auto-fit grid */
.ical_grid {
	display: grid;
	max-height: 450px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 12px;
	margin-bottom: 18px;

	overflow-y: auto;
	overflow-x: hidden;

	padding-right: 2px;
	-webkit-overflow-scrolling: touch;
}
/* card */
.ical_block {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 6px 16px rgba(0,0,0,.06);
	padding: 16px;
	transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
	outline: none;
}
.ical_block:hover {
	transform: translateY(-1px);
	box-shadow: 0 2px 6px rgba(0,0,0,.06), 0 12px 24px rgba(0,0,0,.10);
}
.ical_block:focus-within {
	border-color: #c198c1;
	box-shadow:
		0 0 0 3px rgba(37, 99, 235, .25),
		0 2px 6px rgba(0,0,0,.06),
		0 12px 24px rgba(0,0,0,.10);
}

/* keep your internal rows; just reflow nicely */
.ical_block .form-control.noheight {
	display: grid;
	grid-template-columns: 28px 1fr;
	align-items: start;
	gap: 8px;
	padding: 6px 0;
	border: 0;
	background: transparent;
}

/* subtle separators between rows */
.ical_block .form-control.noheight + .form-control.noheight {
	border-top: 1px dashed #e5e7eb;
}

/* header row inside card (keeps your markup) */
.ical_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 2px;
}

/* title and texts */
.ical_title {
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: .2px;
}
.ical_date,
.ical_time {
	font-weight: 600;
}
.ical_hint {
	display: block;
	font-size: .85rem;
	color: #6b7280;
	margin-top: 2px;
}

/* icon box */
.ical_icon {
	width: 28px;
	height: 28px;
	border-radius: 8px;
	display: inline-grid;
	place-items: center;
	background: #eef2ff; /* pale indigo */
	border: 1px solid #e5e7eb;
	position: relative;
	overflow: hidden;
}

/* icons drawn with inline SVG (data URI), no emojis */
.ical_icon::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
}

/* calendar icon */
.ical_icon--date::before {
	background-image: url('data:image/svg+xml;utf8,\
		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23c198c1">\
		<path d="M7 2a1 1 0 0 0-1 1v1H5a3 3 0 0 0-3 3v11a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3h-1V3a1 1 0 1 0-2 0v1H8V3a1 1 0 0 0-1-1zM4 9h16v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9z"/>\
		</svg>');
}

/* clock icon */
.ical_icon--time::before {
	background-image: url('data:image/svg+xml;utf8,\
		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23c198c1">\
		<path d="M12 2a10 10 0 1 0 10 10A10.011 10.011 0 0 0 12 2zm1 6a1 1 0 0 0-2 0v4.382a1 1 0 0 0 .293.707l2.828 2.828a1 1 0 1 0 1.414-1.414L13 11.586z"/>\
		</svg>');
}

/* link icon */
.ical_icon--link::before {
	background-image: url('data:image/svg+xml;utf8,\
		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23c198c1">\
		<path d="M10.586 13.414a2 2 0 0 1 0-2.828l2.828-2.828a2 2 0 1 1 2.828 2.828l-.879.879a1 1 0 1 0 1.414 1.414l.879-.879a4 4 0 0 0-5.657-5.657l-2.828 2.828a4 4 0 0 0 0 5.657 1 1 0 1 0 1.414-1.414z"/>\
		<path d="M13.414 10.586a2 2 0 0 1 0 2.828l-2.828 2.828a2 2 0 1 1-2.828-2.828l.879-.879A1 1 0 0 0 6.223 11.1l-.879.879a4 4 0 1 0 5.657 5.657l2.828-2.828a4 4 0 0 0 0-5.657 1 1 0 0 0-1.414 1.414z"/>\
		</svg>');
}

/* meeting link styled as button */
.ical_link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #c198c1;
	color: #ffffff;
	border-radius: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid #c198c1;
	min-height: 36px;
	transition: transform .08s ease, filter .15s ease, background-color .2s ease;
}
.ical_link:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
}
.ical_link:focus-visible {
	outline: 3px solid rgba(37,99,235,.35);
	outline-offset: 2px;
}

/* keep your existing primary button id; just improve looks */
#ical_new_meeting.btn.btn-primary {
	background: #c198c1 !important;
	border-color: #c198c1 !important;
	color: #ffffff !important;
	font-weight: 800;
	border-radius: 12px;
	padding: 10px 14px;
	box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 6px 16px rgba(0,0,0,.06);
	transition: filter .15s ease, transform .08s ease, box-shadow .2s ease;
}
#ical_new_meeting.btn.btn-primary:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
	box-shadow: 0 2px 6px rgba(0,0,0,.06), 0 12px 24px rgba(0,0,0,.10);
}
#ical_new_meeting.btn.btn-primary:focus-visible {
	outline: 3px solid rgba(37,99,235,.35);
	outline-offset: 2px;
}
/* end file: ical.css */

/* start file: irakli.css */
.msg0{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 2px 2px 10px -3px #00000069;
}
.msg01{
	position: relative;
	height: 40px;
	background-color: #F1F5F5;
	display: flex;
	align-items: center;
	color:#00756A;
	padding-left: 20px;
}
.msg02{
	display: none;
	position: relative;
	height: 100%;
	padding: 25px;
	line-height: 17px;
}

.bullet{
	display:inline-block;
	height: 5px;
	width: 5px;
	background-color: black;
	border-radius: 5px;
}

.page_title_add{
	text-indent: 10px;
	line-height: 40px;
}

.radiochild input
{
	display: none;
}
.radiochild_lbl
{
	margin-left: 35px;
}
.activeRadio
{
	background: #00756A;
	border-radius: 9.8px;
	color: white;
}
.checkmark
{
	position: absolute;
	height: 17px;
	width: 17px;
	border: 1px solid black;
	border-radius: 15px;
	margin: 1px 10px 0 10px;
	display: flex;
	justify-content: center;
}
.checkmark .bi
{
	font-size: 20px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 2px;
}
.activeRadio .checkmark
{
	border-color: white;
}

.btn-primary:focus
{
	color: white !important;
}

.radiochild:hover span
{
	color: #00756A;
}

.activeRadio:hover span
{
	color: white;
}

.bi
{
	top: unset;
}

.calendar_input_style .bfh-datepicker-toggle
{
	display: flex !important;
}

.bfh-timepicker .bfh-timepicker-toggle
{
	display: flex !important;
}

.calendar_input_style .bfh-datepicker-toggle input
{
	text-indent: 35px;
	border-left: 1px solid #E1E1E1 !important;
	z-index: 0 !important;
	border-radius: 10px !important;
	width: 100% !important;
}

.bfh-timepicker .bfh-timepicker-toggle input
{
	text-indent: 35px;
	border-left: 1px solid #E1E1E1 !important;
	z-index: 0 !important;
	border-radius: 10px !important;
	width: 100% !important;
}

.calendar_input_style .bfh-datepicker-toggle input:focus
{
	border: 1px solid #76C4AA !important;
}

.bfh-timepicker .bfh-timepicker-toggle input:focus
{
	border: 1px solid #76C4AA !important;
}

.calendar_input_style .bfh-datepicker-toggle .input-group-addon
{
	position: absolute;
	margin: unset !important;
	width: 46px;
	border: unset !important;
	left: 2px;
	height: 40px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bfh-timepicker .bfh-timepicker-toggle .input-group-addon
{
	position: absolute;
	margin: unset !important;
	width: 46px;
	border: unset !important;
	left: 2px;
	height: 40px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*side_menu*/
/*.leftSide_menu_bar
{
	display: block;
	margin: 0 auto;
	background: black;
	width: 250px;
	height: 250px;
	top: 180px;
	z-index: 10;
     border-radius: 0 40px 40px 0px;
}*/
.chosen-container-multi .chosen-choices .search-choice
{
	float: unset !important;
	padding: 10px !important;
	line-height: 38px;
	height: 38px !important;
	width: 100%;
}
.chosen-container-multi .chosen-choices .search-field
{
	float: unset !important;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-field input[type="text"]
{
	padding: 5px 10px;
	height: 36px;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-field span.geokbd-switcher
{
	top: 0px !important;
}
.uploadedFileItem
{
	width: 100%;
}
.search-ico
{
	color: white;
	margin-left: 8px;
	font-size: 15px;
}
.search-ico:before
{
	margin-top: 7px;
}
.X-ico:before
{
	font-size: 15px;
	color: #b1b1b1;
	margin-top: 2px;
	margin-right: 3px;
}
.X-ico:hover:before
{
	color: black;
}
.btn-ico
{
	float: left;
	font-size: 19px;
	margin-top: 0px;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.i_btn_file
{
	width: 100%;
	margin-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
	/*display: flex;*/
	/*justify-content: center;*/
}

.imgdiv1_clear
{
	float: right;
}

.red_desc
{
	color: #a39e9b;
}

.red_desc_parent
{
	text-decoration: unset !important;
}

.exclamation-ico
{
	color: red;
	font-size: 15px;
}
.show-ico
{
	position: absolute;
	right: 20px;
	font-size: 19px;
}
.show-ico:before
{
	border-radius: 30px;
	padding-top: 5px;
	height: 30px;
	padding-left: 5px;
	width: 30px;
}
.show-ico:hover:before
{
	background: white;
	cursor: pointer;
}
.msg0 .bi-eye-slash
{
	display: none;
}

.info-ico
{
	font-size: 20px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.form_desc
{
	padding: 5px 0 0 0px !important;
}

.noBradius
{
	border-radius: unset;
}

.p_unset
{
	position: unset !important;
}

.no_news
{
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #00756A;
	height: 150px;
	font-size: clamp(14px, 5vw, 18px);
}

.showLevels
{
	margin-left: 5px;
	color: #00756A;
	padding-left: 2px;
	padding-top: 2.5px;
}
.showLevels:hover
{
	cursor: pointer;
	opacity: 0.8;
}

.levelTop
{
	background: #f1f5f6a3;
	margin-bottom: 5px !important;
	border-radius: 5px;
}

.news_item_text
{
	padding: 3px 0px;
	height: 42px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
	color: #5c5d5d;
}
.docs-page-container-title
{
	color: #FFFFFF !important;
	background-color: #49477a  !important;
	padding-left: 10px;
}
.news-page-container-title
{
	color: #5c5d5d !important;
}
.bday-page-container-title
{
	color: #5c5d5d !important;
}
.counting-system-desc
{
	color: #5c5d5d !important;
}
.profile_name
{
	color: #5c5d5d !important;
}
.profile_position
{
	color: #5c5d5d !important;
}
.bday_item_name
{
	color: #5c5d5d !important;
}
.bday_item_position
{
	color: #5c5d5d !important;
	height: 20px;
}

.chosen-drop
{
	/*max-height: 150px;*/
}
.chosen-drop-in
{
	max-height: 150px;
	overflow-y: scroll;
	position: relative;
	border-radius: inherit;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.sort_image
{
	padding-left: 10px !important;
	filter: invert(100%) brightness(200%) !important;
}

.header_block
{
	position: relative;
	z-index: 9999999;
	margin-left: 260px;
	background-color: #373656;
	min-height: 90px;
	padding-left: 30px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: 0 0 5px #a6aac0;
}
.l_header_block
{
	margin-left: 260px;
	/*overflow: hidden;*/
}
.menu-block
{
	margin: 14px -10px 0px 0px;
	/*overflow: hidden;*/
}
.page
{
	height: 0;
}
.boards-block
{
	overflow-x: scroll;
	white-space: nowrap;
}
.boards-block .item_groups
{
	border:1px solid;
}
.board-block
{
	display: inline-block;
	width: 400px;
	height: 30vw;
	border: red solid thin;
	margin-right: 10px !important;
	border-radius: 0 0 10px 10px;
	overflow-y: scroll;
}
.board-block legend .bi
{
	font-size: 14px;
	font-weight: bold;
}
.board-block legend .bi:hover
{
	cursor: pointer;
	opacity: 0.8;
}
.board-min
{
	border-bottom: unset !important;
	writing-mode: vertical-rl;
	height: 100%;
}

/*.user_drop2
{
	float: left;
	margin: 2px 0px 0px -16px;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.user_drop2:hover
{
	background-color: #424791;
	border: 1px solid white;
}

.user_drop2 i
{
	margin-top: 7.5px;
}*/

#page-block
{
	border-top-left-radius: 20px;
}

.content-container
{
	border-top-left-radius: 40px;
}

.showSub
{
	margin-left: 5px;
}

.menu-block .submenu
{
	position: absolute;
	min-width: 400px;
	background: #00756A;
	border-radius: 10px;
	left: calc(100% - 5px);
	z-index: 9999;
	margin-top: -50px;
}
.menu-block li.menu_item ul.submenu li
{
	display: block;
	border-bottom: 1px solid #249172ed;
	padding: 0;
	position: relative;
	color: #FFFFFF;
	min-height: 30px;
	line-height: 30px;
}
.menu-block li.menu_item ul.submenu li:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3d8c76;
}
.menu-block .submenu li a
{
	font-weight: normal !important;
}
.menu-block .submenu li a:hover
{
	color: white;
}
.left-menu-active > a::after
{
	content: "\f286" !important;
}
ul.main_menu_left li.menu_item:hover ul.submenu
{
	display: block;
}
body
{
	line-height: 1.5em;
	width: 100%;
}

.page_filter_caption label
{
	/*min-height: 47px  !important;*/
}
#login-block
{
	/*min-height: 650px;*/
	/*background: #f1f5f6;*/
	margin-top: -10px;
	width: 100%;
	/*height: calc(100vh - 70px);*/
}
#login-block .error_message, #login-block .message
{
	margin: 25px 15px 0 15px !important;
}
.login_footer_wrapper
{
	margin: -200px 0 0;
	position: relative;
	background-color: #373656;
	color: #FFFFFF;
	height: auto;
	margin-top: unset;
}
.login_flogo
{
	padding: 12px 10px;
	text-align: center;
}
.icon-container
{
	position: relative;
	cursor: pointer;
	clear: both;
	overflow: hidden;
	height: 34px;
}
.sp-dd
{
	position: absolute;
	right: -5px;
}
.sp-replacer
{
	cursor: pointer;
}
.icon-pick
{
	position: relative;
	width: 100%;
	height: 34px;
	margin-right: 5px;
	float: left;
	padding-top: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon-picked
{
	font-size: 20px;
}
.icon-picker
{
	position: absolute;
	background: red;
	width: 420px;
	height: 220px;
	z-index: 1000;
	background-color: #ECECEC;
	border: solid 1px #f0c49B;
	padding: 5px;
	overflow: hidden;
}
.icon-picker div
{
	width: 100%;
	margin-top: 25px;
	height: calc(100% - 25px);
	overflow-y: scroll;
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
}
.icon-picker .bi
{
	width: 40px;
	height: 40px;
	border:1px solid #d9d9d9;
	display: flex;
	margin: 3px;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
.icon-picker .bi:hover
{
	background: white;
}
.menu-block ul
{
	list-style-type: none !important;
}
.main_menu_left .havechild .bi
{
	position: absolute;
	left: 12px;
	font-size: 20px;
	margin-top: 3px;
}
.news-page-container-title .bi
{
	margin: 0px 4px 0px 8px;
}
.navbar-collapse .bi
{
	position: absolute;
	left: 12px;
	font-size: 20px;
	margin-top: 3px;
}


.menu_title
{
	display: none;
	padding-top: 3px;
}

/*sssss*/
.nav-icon-3{
	width: 20px;
	height: 18px;
	/*margin: 10px 10px;*/
	position: relative;
	cursor: pointer;
	display: inline-block;
}
.nav-icon-3 span{
	background-color:#FFF;
	position: absolute;
	border-radius: 2px;
	transition: .1s;
}
.nav-icon-3 span:nth-child(1){
	width: 100%;
	height:  2px;
	display: block;
	top: 0px;
	left: 0px;
	background: #f1f5f6;
}
.nav-icon-3 span:nth-child(2){
	width: 100%;
	height:  2px;
	display: block;
	top: 8px;
	left: 0px;
	background: #f1f5f6;
}
.nav-icon-3 span:nth-child(3){
	width: 100%;
	height:  2px;
	display: block;
	bottom: 0px;
	left: 0px;
	background: #f1f5f6;
}
.nav-icon-3.open {
	transform: rotate(-90deg);
}
.nav-icon-3.open  span:nth-child(1){
	left:0px;
	top: 8px;
	width: 20px;
	/*transition: .3s cubic-bezier(.8, .5, .2, 1.4);*/
	transform: rotate(90deg);
	/*transition-delay: 50ms;*/
}
.nav-icon-3.open  span:nth-child(2){
	left:-0.5px;
	top: 13px;
	width: 12px;
	/*transition: .3s cubic-bezier(.8, .5, .2, 1.4);*/
	transform: rotate(45deg);
	/*transition-delay: 50ms;*/
}
.nav-icon-3.open  span:nth-child(3){
	left:8px;
	top: 13px;
	width: 12px;
	/*transition: .3s cubic-bezier(.8, .5, .2, 1.4);*/
	transform: rotate(-45deg);
	/*transition-delay: 50ms;*/
}

/* nav-icon-4 */
.nav-icon-4{
	width: 20px;
	height: 18px;
	/*margin: 10px 10px;*/
	/*top: -6px;*/
	position: relative;
	cursor: pointer;
	display: inline-block;
	display: none;
}
.nav-icon-4 span{
	background-color:#FFF;
	position: absolute;
	border-radius: 2px;
	transition: .1s;
}
.nav-icon-4 span:nth-child(1){
	width: 100%;
	height:  2px;
	display: block;
	top: 0px;
	left: 0px;
	background: #f1f5f6;
}
.nav-icon-4 span:nth-child(2){
	width: 80%;
	height:  2px;
	display: block;
	top: 8px;
	left: 0px;
	background: #f1f5f6;
}
.nav-icon-4 span:nth-child(3){
	width: 100%;
	height:  2px;
	display: block;
	bottom: 0px;
	left: 0px;
	background: #f1f5f6;
}
.nav-icon-4.open {
	transform: rotate(90deg);
}
.nav-icon-4.open span:nth-child(1){
	left:0px;
	top: 8px;
	width: 20px;
	/*transition: .3s cubic-bezier(.8, .5, .2, 1.4);*/
	transform: rotate(90deg);
	/*transition-delay: 50ms;*/
}
.nav-icon-4.open span:nth-child(2){
	left:0px;
	top: 13px;
	width: 12px;
	/*transition: .3s cubic-bezier(.8, .5, .2, 1.4);*/
	transform: rotate(45deg);
	/*transition-delay: 50ms;*/
}
.nav-icon-4.open span:nth-child(3){
	left:8px;
	top: 13px;
	width: 12px;
	/*transition: .3s cubic-bezier(.8, .5, .2, 1.4);*/
	transform: rotate(-45deg);
	/*transition-delay: 50ms;*/
}
.menu_block_img
{
	display: none;
	width: 100%;
	height: 45px;
	background: white;
	overflow: hidden;
	justify-content: center;
	padding: 10px 0px 10px 0;
	cursor: pointer;
}
.i_img1
{
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0 5px 0 5px;
}
.docs-block
{
	border-radius: 0 0 10px 10px;
}
.parent-bi
{
	min-height: 45px;
}

/*menu-expanded*/
.SB_page,
.SB_page .menu-block
{
	width: 260px !important;
}
.SB_burger .nav-icon-3
{
	display: none;
}
.SB_burger .nav-icon-4
{
	display: inline-block;
}
.SB_page .menu_title
{
	display: block !important;
}

.SB_page .main_menu_left .menu_item
{
	border-bottom: 1px solid rgb(67, 71, 120, 1);
}

.SB_page .main_menu_left .menu_item:last-child
{
	border-bottom: 1px solid rgb(67, 71, 120, 0);
}

.SB_main
{
	max-width: calc(100% - 40px);
}

.SB_main_on
{
	max-width: calc(100% - 250px);
}

.bday_item_type1::before
{
	position: absolute;
	content: ' ';
	height: 200px;
	width: 27px;
	background: #f1f5f5;
	left: 0px;
	margin-top: -16px;
}

.bday_item_type1::after
{
	position: absolute;
	content: ' ';
	height: 132px;
	width: 27px;
	background: #f1f5f5;
	right: -2px;
	margin-top: -94px;
}

.bdays-block .bday_item_type1:last-child
{
	box-shadow: -3px 20px 0 3px #f1f5f5;
}

.i_bday
{
	overflow: hidden;
}

.menu_block_in .navbar-collapse
{
	background: #373656;
	width: 50px;
}

.SB_page .menu_block_in .navbar-collapse
{
	background: #373656;
	width: 260px !important;
}

.profile_private_value_div
{
	height: clamp(80px, 10vw, 150px);
	width: clamp(80px, 10vw, 150px);
	border-radius: 50%;
	overflow: hidden;
}

.icon-picker-search
{
	position: absolute;
	background-color: white;
	border: solid 1px #f0c49B;
	width: 366px;
	height: 22px;
	margin-left: 3px;
	text-indent: 5px;
}

.icon-search{
	position: absolute;
	height: 21.5px !important;
	width: 31px !important;
	border: solid 1px #f0c49B !important;
	left: 376px;
	margin-top: 0.15px !important;
	font-weight: bold !important;
	font-size: 12px !important;
}

.ses_info
{
	width: 100%;
	padding: 15px;
}
.ses_lbl
{
	font-weight: bold;
	height: 25px;
}
.ses_line
{
	min-height: 40px;
	width: 100%;
	margin-bottom: 15px;
	background: #f1f5f6;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
}
.ses_cont
{
	display: flex;
	justify-content: space-around;
	margin-top: 5px;
	height: 100%;
	width: calc(100% - 40px);
	color: #2FBA8B;
	padding: 5px;
}
.ses_cont> span
{
	font-size: 13px;
}
.ses_logOut
{
	width: 40px;
	min-height: 40px;
	float: right;
	border-radius: 10px;
	background: #f55027;
	font-size: 20px;
	color: white;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 3px;
}

.ses_logOut:hover
{
	opacity: 0.8;
}

.user_sessions
{
	cursor: pointer;
	padding: 5px 25px !important;
}

.multySelector
{
	height: auto !important;
}

.configurator .btn
{
	margin-right: 15px !important;
}
.scrollBox
{
	overflow-x: scroll;
}
.scrollBox .pagination
{
	width: 100vw;
}
div.form-control{
	line-height: 36px;
}

.holids
{
	margin-bottom: 30px;
}
.holdtab
{
	position: relative;
	text-align: center;
	display: block;
	padding: 10px 15px;
	border: 1px solid #DBDBDB;
	cursor: pointer;
	background: #FFFFFF;
}
.disabled
{
	background: unset;
}
.holdtab:hover
{
	background: #FFFFFF;
	color: #00756A;
}

.hide
{
	display: none;
}

.tabs-below {
	border-bottom-width: 0px;
	border-bottom: unset;
}

.tabs-below.nav-justified > li > a
{
	border-top: 1px solid #dee2e6;
	border-bottom: unset;
	border-radius: 0 0 4px 4px !important;
}
.tabs-below > .active > a
{
	border: 1px solid #dee2e6 !important;
	border-top: unset !important;
}

.holiday-block
{
	margin-bottom: 18px !important;
}

.noheight
{
	height: unset !important;
}

.schedule
{
	margin-top: 30px;
}

.displ
{
	margin-bottom: 30px;
}

.displ_lbl
{
	border-bottom: 1px solid #e4e4e4;
}
.displ_lbl>strong
{
	font-size: 15px;
}

.text-bold
{
	font-weight: bold;
}

.i_flex
{
	display: flex;
	margin-bottom: 5px;
}

.i_flex> span
{
	margin-left: 5px;
}

.data_origin
{
	background: #ddd9;
	border-radius: 5px;
	text-indent: 5px;
	margin-left: -6px;
}

.data_changed
{
	border: 1px solid red;
	border-style: dashed;
	border-radius: 5px;
	text-indent: 5px;
	margin-left: -6px;
}

.data_label
{
	border-bottom: 1px solid #e4e4e4;
	line-height: 40px;
}

.data_label> span
{
	font-size: 15px;
}

.inline_dropdown label
{
	display: flex !important;
	justify-content: space-between;
}

.inline_dropdown label select
{
	width: unset;
	height: 30px;
}

.gray
{
	color: gray !important;
}

.yellow
{
	color: orange !important;
}
.ContractItem
{
	background: #f1f5f5 !important;
	border-radius: 10px !important;
	padding: 12px !important;
	border-bottom: unset !important;
	margin-bottom: 15px !important;
	color: #5c5d5d;
}
.ContractItem .bi-x-lg
{
	display: flex;
	font-size: 20px;
	margin: -1px 0px 0px 30px;
}
.ContractItem .bi-x-lg:hover
{
	opacity: 0.8;
}
.key_div
{
	min-height: 25px;
}
.infoMSG, .infoMSG *
{
	font-size: 18px;
	margin-bottom: 10px;
}
.infoMSG span
{
	color:#00756A;
}
.private_time_block
{
	background: #f5f8f7 !important;
	box-shadow: 0 0 50px #d1d1d1 !important;
}
.private_time_block *{
	color: #49477a  !important;
}

.user_photo{
	border: 1px solid white;
}

.activated:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 12px;
	border-color: transparent transparent #00756a transparent;
	right: 15px;
	top: -19px;
}
@media (min-width: 1200px) {
	.info_logout > ul{
		margin-right: -12px !important;
	}
}
.minW200{
	min-width: 200px;
}

.underline::after {
	content: "" ;
	position: relative ;
	height: 1px ;
	background: #00756A ;
	width: calc(100% - 40px) ;
	left: 50% ;
	transform: translate(-50%) ;
	margin-bottom: 30px;
}

.mx-3 {
	margin-left: 12px;
	margin-right: 12px;
}

.TagItem
{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 10px !important;
}
.TagItem .bi-x-lg
{
    margin-left: 0 !important;
}

.TagItem .Contracttools
{
    margin-right: 0 !important;
}
/* end file: irakli.css */

/* start file: jqClock.css */
.display .digits
{
	overflow: hidden;
	margin: 0px auto;
	text-align: center;
}
.digits span
{
	font-size:22px;
}
/* end file: jqClock.css */

/* start file: jquery.floatingscroll.css */
.FloatingScrollbar
{
	width: 100%;
	overflow-x: scroll;
	position: relative;
}
.fl-scrolls {
	overflow: auto;
	position: fixed;
}

.fl-scrolls div {
	overflow: hidden;
	pointer-events: none;
}

.fl-scrolls div:before {
	content: "\A0";
}

.fl-scrolls,
.fl-scrolls div {
	font-size: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.fl-scrolls-hidden div:before {
	content: "\A0\A0";
}

.fl-scrolls-viewport {
	position: relative;
}

.fl-scrolls-body {
	overflow: auto;
}

.fl-scrolls-viewport .fl-scrolls {
	position: absolute;
}

.fl-scrolls-hoverable .fl-scrolls {
	opacity: 0;
	transition: opacity .5s .3s
}

.fl-scrolls-hoverable:hover .fl-scrolls {
	opacity: 1;
}

.fl-scrolls:not([data-orientation]),
.fl-scrolls[data-orientation=horizontal] {
	bottom: 0;
	min-height: 20px;
}

.fl-scrolls:not([data-orientation]) div,
.fl-scrolls[data-orientation=horizontal] div {
	height: 1px;
}

.fl-scrolls-hidden.fl-scrolls:not([data-orientation]),
.fl-scrolls-hidden.fl-scrolls[data-orientation=horizontal] {
	bottom: 9999px;
}

.fl-scrolls-viewport .fl-scrolls:not([data-orientation]),
.fl-scrolls-viewport .fl-scrolls[data-orientation=horizontal] {
	left: 0;
}

.fl-scrolls[data-orientation=vertical] {
	right: 0;
	min-width: 17px;
}

.fl-scrolls[data-orientation=vertical] div {
	width: 1px;
}

.fl-scrolls-hidden.fl-scrolls[data-orientation=vertical] {
	right: 9999px;
}

.fl-scrolls-viewport .fl-scrolls[data-orientation=vertical] {
	top: 0;
}


/* end file: jquery.floatingscroll.css */

/* start file: jquery.geokbd.css */
.gk-switcher .gk-us,
.gk-switcher.gk-on .gk-ka
{
	display: block;
}
.gk-switcher .gk-ka,
.gk-switcher.gk-on .gk-us
{
	display: none;
}
.gk-ka,
.gk-us {
	height: 34px;
	width: 34px;
	background: url(../../templates/images/flags.png) no-repeat;
	cursor: pointer;
	z-index: 5757;	
}
.gk-switcher
{
	padding: 2px 0 0 3px;
	position: relative;
	display: block;
	z-index: 5;
}
.gk-ka {
	background-position: 0 -34px;
}

.gk-us {
	background-position: 0 0;
}
span.geokbd-switcher
{
	display: none;
	width: 38px;
	height: 38px;
	right: 1px;
	bottom: 1px;
	top: auto;
}
span.geokbd-switcher:hover
{
	background-color: #f1f5f6;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
/* end file: jquery.geokbd.css */

/* start file: jquery.reject.css */
/*!
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.1.x
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
 */

#jr_overlay {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 2147483646;
	position: absolute;
}

#jr_wrap {
	position: absolute;
	width: 100%;
	z-index: 2147483647;
	padding: 0;
	margin: 0;
}

div#jr_inner {
	font-size: 12px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4F4F4F;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	position: relative;
	box-sizing: content-box;
	width: 400px !important;
}

#jr_header {
	display: block;
	color: #333;
	padding: 5px;
	padding-bottom: 0;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}

#jr_inner p {
	padding: 5px;
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: red;
}

#jr_inner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 10px auto;
	overflow: hidden;
	/*width: auto;*/
	height: 122px;
	display: table;
}

#jr_inner ul li {
	cursor: pointer;
	width: 120px;
	height: 122px;
	padding: 0;
	text-align: center;
	margin: 0 1px 10px;
	overflow: visible;
	width: auto;
	float: none;
	display: table-cell;
}

#jr_inner li a {
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#jr_inner li a:hover {
	text-decoration: underline;
}

#jr_inner .jr_icon {
	width: 100px;
	height: 100px;
	margin: 1px auto;
	padding: 0;
	background: transparent no-repeat scroll left top;
	cursor: pointer;
	opacity: 0.6;
}
#jr_inner:hover .jr_icon
{
	opacity: 1;
}

#jr_close {
	clear: both;
	padding: 0;
	margin: 0;
	text-align: right;
}

#jr_close a {
	color: #000;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#jr_close a:hover {
	text-decoration: underline;
}

#jr_close p {
	padding: 10px 0 0 0;
	margin: 0;
}

/* end file: jquery.reject.css */

/* start file: jquery.treemenu.css */
/* For jquery.treemenu.js */
ul.treemenu ul {
	padding: 5px;
}
.treemenu li {
	padding: 5px;
	font-weight: bold;
	list-style: none; 
	display: block;
	border: 1px solid #f1f1f1;
}
.treemenu li:hover {
	background-color: #FFFFDD;
}
.treemenu .toggler { 
	cursor: pointer; 
}
.treemenu .toggler:before { 
	display: inline-block; 
	margin-right: 2pt; 
}
li.tree-empty > .toggler { 
	opacity: 0.3; 
	cursor: default; 
}
li.tree-empty > .toggler:before { 
	content: "\2212"; 
}
li.tree-closed > .toggler:before { 
	content: "+"; 
}
li.tree-opened > .toggler:before { 
	content: "\2212"; 
}
.unit-type
{
	float: right;
}
/* end file: jquery.treemenu.css */

/* start file: lity.css */
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
	z-index: 999999990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(19, 19, 19, 0.5);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.lity.lity-opened {
	opacity: 1;
}
.lity.lity-closed {
	opacity: 0;
}
.lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important;
}
.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
	opacity: 1;
}
.lity-container {
	z-index: 9992;
	position: absolute;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important;
	bottom: 0;
	right: 0;
}
.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
	height: 100%;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	/*  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/
}
.lity-close {
	z-index: 9994;
	width: 23px;
	height: 35px;
	position: absolute;
	right: 17px !important;
	top: 2px !important;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #757575;
	font-size: 38px;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: normal;
}

.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.lity-close:active {
	top: 1px;
}
/* Image */
.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0;
}
/* iFrame */
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
	width: 100%;
	max-width: 100%;
	height: calc(100% - 69px);
}
.lity-iframe-container {
	width: 100%;
	height: 100%;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}
.lity-active,
.lity-active body {
	overflow: hidden;
}

.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #fff;
}
.lity-hide {
	display: none;
}


/* Side panel overrides */
.lity-from-side {
	background: transparent;
}

.lity-from-side .lity-wrap {
	text-align: left;
}

.lity-from-side .lity-wrap:before {
	display: none;
}

.lity-from-side .lity-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 40vw;       /* adjust to your needs */
	min-width: 500px;
	max-width: 90vw;
	max-height: 100%;
	height: 100%;
	vertical-align: top;
	display: block;
	-webkit-animation: litySlideIn 0.3s ease;
	animation: litySlideIn 0.3s ease;
}

.lity-from-side.lity-closed .lity-container {
	-webkit-animation: litySlideOut 0.3s ease;
	animation: litySlideOut 0.3s ease;
}

.lity-from-side .lity-content {
	height: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.lity-from-side.lity-loading .lity-content,
.lity-from-side.lity-closed .lity-content {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.lity-from-side .lity-iframe .lity-container,
.lity-from-side .lity-youtube .lity-container,
.lity-from-side .lity-vimeo .lity-container {
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.lity-from-side .lity-iframe-container {
	height: 100%;
}

.lity-from-side .lity-close {
	right: 10px !important;
	top: 10px !important;
}

.lity-active, .lity-active body:has(.lity-from-side) {
	overflow: revert;
}

@-webkit-keyframes litySlideIn {
	from { -webkit-transform: translateX(100%); transform: translateX(100%); }
	to   { -webkit-transform: translateX(0);    transform: translateX(0); }
}
@keyframes litySlideIn {
	from { transform: translateX(100%); }
	to   { transform: translateX(0); }
}

@-webkit-keyframes litySlideOut {
	from { -webkit-transform: translateX(0);    transform: translateX(0); }
	to   { -webkit-transform: translateX(100%); transform: translateX(100%); }
}
@keyframes litySlideOut {
	from { transform: translateX(0); }
	to   { transform: translateX(100%); }
}

@media (max-width: 767px) {
	.lity-from-side .lity-container {
		width: 90vw;
		overflow: hidden;
	}
}

/* end file: lity.css */

/* start file: live.css */
.toolbat_item_by,
.toolbat_item_none,
.toolbat_item
{
	width: auto;
	float: left;
	border: 3px solid #DDDDDD;
	margin: 0px 3px 0px 0px;
	cursor: pointer;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.toolbat_item_none
{
	float: right;
}
.toolbat_item_in_none,
.toolbat_item_in
{
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
	display: block;
}
.groups_active,
.toolbat_item_active
{
	border: 3px solid #000000;
}
.key_st_not_in
{
	/*background-color: red;*/
	color:  red;
}
.key_cl_blue
{
	/*background-color: blue;*/
	color: blue;
}
.key_st_staff_in
{
	/*background-color: green;*/
	color: green;
}
.key_st_day_off
{
	/*background-color: #999999;*/
	color: #999999;
}
.key_none
{
	background-color: #999999;
}
.key_cl_black
{
	/*background-color: black;*/
	color: black;
}
.key_cl_yellow
{
	border-color: #ffbf00 !important;
	color: #ffbf00;
}
.key_cl_grey
{
	/*background-color: #FF1FFF;*/
	color: #FF1FFF;
}
.key_cl_coffe
{
	/*background-color: #BF8080;*/
	color: #BF8080;
}
.key_cl_orange
{
	background-color: #FF6600;
}
.key_cl_9400D3
{
	background-color: #9400D3;
}
.key_cl_violet {
	color: #7c48cf;
}

.live_item
{
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 3px;
	position: relative;
}
.list_block_item_active,
.live_item:hover
{
	border: 1px solid #DDDDDD;
	background-color: #ffffdd;
}

.item_groups {
	border: 1px solid #DDDDDD;
	/*margin: 0 0 25px;*/
	padding: 10px 0;
}
#list_block_groups
{
	border: none;
}

.item_groups legend {
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-left: -1px;
	width: calc(100% + 2px);
	min-height: 20px;
	font-size: 13px;
	border:1px solid;
	/*border-bottom: unset !important;*/
	border-radius: 10px 10px 0 0px;
	margin-bottom: unset !important;
	cursor: pointer;
}
.toolbar_block_none,
.toolbar_block
{
	margin: 15px 0px 15px;
}
.list_user_menu
{
	background: #FFFFFF;
	display: none;
	left: -1px;
	position: absolute;
	top: 22px;
	width: 100%;
	z-index: 99;
	background-color: #FFFFDD;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 1px 10px 0;
	cursor: default;
}
.list_user_menu a
{
	display: block;
	margin: 3px 10px;
	line-height: 20px;
	text-decoration: none;
	color: 	#0000EE;
	font-style: italic;
}
.list_user_menu a:hover
{
	text-decoration: underline;
}
.list_block_item_active .list_user_menu
{
	display: block;
}

/* end file: live.css */

/* start file: menu.css */
@-webkit-keyframes fadein {
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
.fixed{
	position:fixed!important;
	z-index:99999;
	left:0;
	right:0;
	top:48px;
	opacity:0;
	visibility:hidden
}
.activated{
	box-shadow: 0 5px 10px rgb(0 0 0 / 30%) !important;
	opacity:1!important;
	visibility:visible!important;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}
.fixed .site_logo{
	display:none;
}
.fixedheaderbut{
	padding:8px;
	cursor:pointer;
	display:none;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.fixedheaderbut.onbut{
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.page_title_fixed .fixedheaderbut{
	display:inline-block;
}
.navbar{
	border:none;
	min-height:90px;
	margin-bottom:0
}
.navbar-default{
	float:left;
	background-color:transparent
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#fff;
}
.navbar-toggle .icon-bar{
	width:22px;
	-webkit-transition:all .2s;
	transition:all .2s
}
.navbar-toggle{
	border:none;
	background:0 0!important;
	margin-top:7px;
	margin-bottom:7px
}
.navbar-toggle:hover{
	background:0 0!important
}
.navbar-toggle .icon-bar:nth-of-type(1){
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transform-origin:10% 10%;
	-ms-transform-origin:10% 10%;
	transform-origin:10% 10%
}
.navbar-toggle .icon-bar:nth-of-type(2){
	opacity:0
}
.navbar-toggle .icon-bar:nth-of-type(3){
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transform-origin:10% 90%;
	-ms-transform-origin:10% 90%;
	transform-origin:10% 90%
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(1){
	-webkit-transform:rotate(0);
	-ms-transform:rotate(0);
	transform:rotate(0)
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(2){
	opacity:1
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(3){
	-webkit-transform:rotate(0);
	-ms-transform:rotate(0);
	transform:rotate(0)
}
div.menu_box_wrapper{
	position:relative;
	min-height:80px
}
.submenu,ul.main_menu{
	display:block;
	overflow:hidden;
	list-style-type:none;
	margin:30px 0 0;
	padding:0
}
ul.main_menu>li{
	float:left;
	width:auto;
	line-height:30px;
	padding:0 15px 0 0
}
ul.main_menu li.menu_item>a{
	color:silver;
	display:block;
	font-size:12px;
	font-weight:700;
	min-height:60px
}
ul.main_menu li.menu_item_active:after{
	content:" ";
	color:red;
	display:block;
	height:7px;
	margin-top:-7px;
	background-color:#00756a;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px
}
.main_menu li.menu_item:hover,.main_menu li.menu_item:hover a,ul.main_menu li.menu_item>a:hover,ul.main_menu li.menu_item_active>a{
	text-decoration:none;
	color:#fff
}
ul.main_menu li.menu_item ul.submenu{
	opacity:0;
	visibility:hidden;
	position:absolute;
	z-index:9999;
	padding:0;
	margin:-15px 0 0 0;
	min-width:400px;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	-ms-transition:all .25s;
	-o-transition:all .25s;
	transition:all .25s;
	background-color:#00756a;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:8px 0
}
ul.main_menu li.menu_item:last-child ul.submenu{
	right:0
}
ul.main_menu li.menu_item:hover ul.submenu{
	visibility:visible;
	opacity:1
}
.main_menu li.menu_item ul.submenu li{
	display:block;
	border-bottom:1px solid #90ddc7;
	padding:0;
	position:relative;
	color:#fff;
	min-height:30px;
	line-height:30px
}
.main_menu li.menu_item ul.submenu li:last-child{
	border:none
}
.main_menu li.menu_item ul.submenu li a{
	display:block;
	color:#f5f5f5;
	font-size:12px;
	font-weight:700;
	padding:7px 7px 7px 10px
}
.main_menu li.menu_item ul.submenu li a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#73d6ba
}
.main_menu li.menu_item ul.submenu .menu_subitem_active a{
	color:#fff;
	text-decoration:none
}
#info_logout{
	margin:25px 15px 25px 0;
	float:right
}
.info_logout{
	padding:3px;
	line-height:13px;
	cursor:pointer
}
.user_photo{
	width:35px;
	float:left;
	height:35px;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:35px;
	overflow:hidden
}
.user_drop{
	float:right;
	width:35px;
	height:35px;
	text-align:center;
	display:block;
	margin-left:5px;
	border-radius:50%;
	line-height:45px;
	text-align:center
}
.user_drop:hover{
	background-color:#424791
}
.user_photo img{
	width:100%
}
.user_photo i{
	padding:15px
}
.logout{
	text-align:right;
	padding:5px 25px!important
}
li.user_info{
	cursor:default;
	padding:5px 25px!important
}
.info_logout i{
	color:#fff;
	font-size:18px
}
.info_logout .logout i{
	color:#f5f5f5;
	font-size:12px
}
.info_logout>ul{
	opacity:0;
	visibility:hidden;
	position:absolute;
	z-index:99999;
	right:5px;
	top:65px;
	margin:0;
	padding:0;
	list-style-type:none;
	box-shadow:none;
	opacity:0;
	visibility:hidden;
	position:absolute;
	z-index:9999;
	padding:0;
	margin:-15px 0 0 0;
	min-width:250px;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	-ms-transition:all .25s;
	-o-transition:all .25s;
	transition:all .25s;
	background-color:#00756a;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:8px 0
}
.info_logout>ul>li{
	display:block;
	color:#f5f5f5;
	line-height:25px;
	font-size:13px;
	padding:5px 10px;
	border-bottom:1px solid #249172ed
}
.info_logout>ul>li:last-child{
	border:none
}
.info_logout>ul>li>a{
	color:#f5f5f5;
	display:block;
	line-height:25px;
	font-size:13px
}
.info_logout>ul>li:hover,.info_logout>ul>li>a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#3d8c76
}
/* end file: menu.css */

/* start file: messageBox.css */
.page_container{
	border-radius: 10px;
}

#communication-tabs {
	position: relative;
	background-color: #d3d3d3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	height: 60px;
}

.tab-button {
	padding: 20px 30px;
	transition: all 0.2s;
	border: none;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	/* margin: 0; */
}

.tab-button.active {
	/*background-color: #7c3aed;  Tailwind's purple-600 */
	background-color: white;
	color: #4f0f74;

}

.tab-button.inactive {
	color: #515966; /* Tailwind's gray-700 */
	padding: 20px 30px;
	background: none;
}

.tab-button.inactive:hover {
	background-color: #cdcfd1; /* Tailwind's gray-200 */
}

.toggle-button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-weight: normal;
}

.toggle-button:hover {
	color: #3e4b86;
	text-decoration: underline;
}

.toggle-button.active {
	color: #3e4b86;
}

#filter-box {
	align-items: center;
	align-items: center;
	gap: 15px;
	padding: 12px 16px;
	border: 1px solid #ebebeb;
}

#filter-box div{
    padding-left: 0;
    padding-right: 0;
}

#filter-box .form-control{
    border-radius: 4px;
}

#filter-box .form-control:focus{
    border:1px solid #7850bd;
}

.filter-box-btns{
	display: flex;
	align-self: center;
	gap: 5px;
}

#apply-filters-btn{
	background-color: #0561c4 !important;
}

#apply-filters-btn:hover{
	background-color: #014b99 !important;
}

#clear-filters-btn:hover{
	background-color: #e2e2e2 !important;
}

#message-list-container {
	overflow-y: auto;
	padding: 10px;
}

#message-detail-container{
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}

.message-detail-header{
	width: 100%;
	/* background-color: #f4f4f4; */
	background-color: #f2eef9;
	padding: 5px 10px;
	border: none;
	border-radius: 0;
}

.message-item {
	cursor: pointer;
	padding: 12px 16px;
	/* border: 1px solid #ebebeb; */
	border-top: 1px solid #ebebeb;
}

.message-item.selected {
	background-color: #e9dcfd;
	border-left: 4px solid #7850bd;
}

.message-item div,
.message-item span {
	font-weight: normal;
}

.message-item:hover {
	background-color: #e8e1f781;
}

.message-item.selected:hover {
	background-color: #e9dcfd;
	border-left: 4px solid #7850bd;
}

/* Unread message style */
.message-item.unread {
	font-weight: bold;
	color: #1a202c; /* Dark text for unread messages */
}

.message-item.unread div,
.message-item.unread span {
	font-weight: inherit; /* Inherit bold from the parent */
	color: inherit; /* Inherit color from the parent */
}

#messages-wrapper{
    padding-right: 3px;
}

/* Message content styling */
.message-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.message-content span {
	font-size: 14px;
}

.message-title {
	font-size: 14px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.message-sender{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.applicant p{
    margin: 0;
}

.message-detail-header h3{
    margin-top: 0;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 50%;
	padding-bottom: 6px;
}



.message-detail-header p, .applicant p:nth-child(4){
    color: rgb(132, 131, 131);
    margin:0
}

.message-detail p:nth-child(4){
    margin-top: 15px;
}

.message-date{
    color: rgb(138, 136, 136);
}

.applicant-card-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 8px;
}

.applicant-card {
	border: 1px solid #eaeaea;
	padding: 8px 12px;
	border-radius: 8px;
	background-color: #fafafa;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); /* ✅ Box shadow added */
	transition: box-shadow 0.3s ease;
}

.applicant-card p {
	margin: 4px 0;
	font-size: 13px;
	font-weight: normal;
}

#image-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height:100%;
}

#image-container img {
	width: 350px;
	border-radius: 50%;
}

#cancel-message {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1000;
	padding: 5px inherit;
	border-radius: 4px;
	border: none;
	width: 40px;
	height: 40px;
	background: #c198c1;
}

#cancel-message:hover{
	background: #a37da3;
}

#cancel-message i {
	font-size: 28px;
}

#cancel-message i:hover {
	color: #fff;
}

.email-author-container{
	display: flex;
	align-items: center;
	gap: 8px;
}

.email-author-container i{
	font-size: 16px;
	font-weight: bold;
}

.reply-message-chain-button{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.reply-button {
	margin-top: 10px;
	padding: 8px 18px;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
	font-weight: normal;
	float: right;
}

.reply-button:not(:disabled):hover {
	background-color: #0561c4;
}

.reply-button i {
	font-size: 18px;
}

.reply-button:disabled
{
	pointer-events: none;
	background-color: #ccc;
	cursor: default;
}

.reply-message-chain-button{
	padding: 5px;
	background-color: #78a2ce;
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reply-message-chain-button:hover{
	background-color: #4474a7;
}

.reply-message-chain-button i {
	font-size: 16px;
}

#message-box {
	position: fixed;
	bottom: 1px;
	right: 40px;
	width: 530px; /* Slightly wider */
	min-height: 560px;
	background: #fff;
	/* padding: 20px; */
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 9999;
}

.inbox_actions_bar_btn
{
	display: flex;
	align-items: center;
	gap: 5px;
	position: absolute;
	padding:10px;
	background: none;
	border: none;
	color:#4d4c4c;
	background: #dfdddd;
	border-radius: 4px;
}

.inbox_actions_bar_btn:hover
{
	background: #c9c7c7;
	color:#043569;
}

#deleteMessageBtn
{
	top: 14px;
	right: 315px;
}

#detail-messages-chain-btn
{
	width: 226px;
	right: 80px;
	top: 14px;
}

#detail-messages-chain-btn:hover{
	background: #c9c7c7;
}

#detail-messages-chain-btn i, #detail-messages-chain-btn span {
	font-size: 13px;
}

#detail-messages-chain-btn:hover{
	color:#043569;
}

/* Header for the reply box */
#message-box .message-box-header {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	/* margin-bottom: 10px; */
	padding:10px 20px;
	padding-top: 20px;
}

/* Input fields styling */
#message-box input[type="text"] {
	width: 100%;
	padding: 10px;
	margin-bottom: 12px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #f9f9f9;
}

#message-box input[type="text"]:focus, #reply-text:focus {
	outline: none;
	border-color: #3877bbd7;
	background-color: #ffffff;
}

.mailbox_textarea:focus
{
	outline: none;
	border-color: #3877bbd7;
	background-color: #ffffff;
}

/* Textarea styling */
#reply-text {
	width: 100%;
	padding: 12px;
	margin-bottom: 12px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #f9f9f9;
	resize: none;
	min-height: 220px;
}
.mailbox_textarea
{
	width: 100%;
	padding: 12px;
	margin-bottom: 12px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #f9f9f9;
	resize: none;
	min-height: 220px;
}
/* Send Button Styling */
#send-message-btn {
	background-color: #007bff;
	color: white;
	padding: 12px 40px;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	/* width: 100%; */
	transition: background-color 0.3s ease;
}

#send-message-btn:not(:disabled):hover {
	background-color: #0564c9;
}

/* Adding a subtle shadow effect for the button on hover */
#send-message-btn:active {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#send-message-btn:disabled
{
	pointer-events: none;
	background-color: #ccc;
	cursor: default;
	opacity: 0.65;
}

/* Add a close button to exit the reply box (Optional) */
#close-reply-box {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	color: #888;
	font-size: 18px;
	font-weight: bold;
}

#close-reply-box i {
	font-size: 24px;
}

#close-reply-box:hover {
	color: #333;
}

.action-btns-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 10px;
	padding-bottom: 20px;
}

#cancel-email {
	background-color: #c2c4c5;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

#cancel-email:hover {
	background-color: #a1a3a3;
}

.disabled-button {
	opacity: 0.5;
	pointer-events: none;
}

.new-message-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 10px;
	margin-top: 14px;
	margin-bottom: 14px;
}


.get-messages-btn:hover{
	background-color: #0564c9;
}

.get-messages-btn i {
    font-size: 16px;
	margin-right: 5px;
}

.get-messages-btn{
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #007bff;
    padding: 10px 12px;
    border:none;
    border-radius: 4px;
    color: white;
}

#to-field,
#sms-to-field
{
	margin-bottom: 12px;
	cursor: default;
	max-height: 43px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.required-star i{
	color: red;
	font-size: 8px;
}

.readonly-field {
	background-color: #f0f0f0;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.subject-text {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1; /* take remaining width */
}

.attachment-icon {
	flex-shrink: 0; /* don't shrink */
	margin-left: 8px;
	font-size: 13px;
}

.no-messages{
    margin-left: 10px;
}

#toggle-filter-btn{
    display: flex;
    align-items: center;
    gap: 5px;
	display: flex;
	align-items: center;
	float: right;
	transform: translateY(16px);
	margin-right: 10px;

}

#toggle-filter-btn .bi-filter-square{
	display: none;
}

.new-message-btn i{
    color: white;
    font-size: 20px;
}

.new-message-btn:hover{
    background-color: #0662c5;
}

.go-back-btn{
    background: none;
    border: none;
    color: #007bff;
}

#dashboard {
	height: 670px;
	overflow: hidden;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.dashboard-row {
	height: 100%;
}

.dashboard-section {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	padding-right: 0;
}

.section-inner {
	flex: 1;
	border-right: 1px solid #ddd;
	overflow-y: auto;
	box-sizing: border-box;
	background-color: #fff; /* optional for better look */
}

.inner-message-detail-wrapper, .inner-applicants-wrapper{
	padding: 10px;
}

/* Entire scrollbar */
/* ::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
} */

#message-list-wrapper::-webkit-scrollbar, .inner-message-detail-wrapper::-webkit-scrollbar, .inner-applicants-wrapper::-webkit-scrollbar {
	width: 4px;
}

#message-list-wrapper::-webkit-scrollbar-track, .inner-message-detail-wrapper::-webkit-scrollbar-track, .inner-applicants-wrapper::-webkit-scrollbar-track {
	background: #e0e0e0;
}

#message-list-wrapper::-webkit-scrollbar-thumb, .inner-message-detail-wrapper::-webkit-scrollbar-thumb, .inner-applicants-wrapper::-webkit-scrollbar-thumb {
	background: #9c9c9c;
	border-radius: 50px;
}

#message-list-wrapper::-webkit-scrollbar-thumb:hover, .inner-message-detail-wrapper::-webkit-scrollbar-thumb:hover, .inner-applicants-wrapper::-webkit-scrollbar-thumb:hover  {
	background: #555;
}

#custom-confirm {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}

.confirm-content {
	background: white;
	padding: 30px 60px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	position:relative;
	margin-left:10px;
	margin-right: 10px;
}

.confirm-content p {
	margin-bottom: 30px;
	font-size: 18px;
}

.confirm-content button {
	margin: 0 10px;
	padding: 8px 16px;
	cursor: pointer;
	border:none !important;
	border-radius: 5px;
	font-size: 16px;
}

#confirm-ok{
	background-color: #6f61ea;
	color: white;
}

#confirm-ok:hover{
	background-color: #594dc1;
}

#close-confirm-modal{
	position: absolute;
	right: -7px;
	top:2px;
	cursor:pointer;
	border:none;
	background: none;
	margin:0;
}

#close-confirm-modal i {
	font-size: 30px;
	color: #a1a3a3
}

#close-confirm-modal i:hover{
	color:#565858
}

#filter-text{
	font-weight: normal;
	font-size: 13px;
}

.inbox-attachments-section{
	border-bottom: 1px solid #dbd5d5;
}

.inbox-noApplication-label{
	margin-top: 5px;
}

.inbox-attachments-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 1rem;
}

.inbox-attachment-card {
	display: flex;
	align-items: center;
	padding: 10px 14px;
    border: 1px solid #eaeaea;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.2s;
	max-width: 270px;
	min-width: 270px;
	background-color: #f9f9f9;
	gap: 10px;
	box-sizing: border-box;
}

.inbox-attachment-card:hover {
	background-color: #eef5ff;
}

.file-icon {
	font-size: 20px;
	flex-shrink: 0;
}

.file-name {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex: 1;
	min-width: 0;
}

.file-base {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex-shrink: 1;
	max-width: 100%;
}

.file-ext {
	flex-shrink: 0;
	margin-left: 2px;
}

.inbox-attachment-label{
	font-size: 16px;
	font-weight: normal;
}

.message-chain-attachments{
	display: none;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #ebebeb;
}

.message-chain-header p{
	margin: 0;
}

.mail-lead-text {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	font-size: 14px;
}

/* Mobile devices: max-width 767px */
@media (max-width: 767px) {
	#filter-box {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
	#filter-box div {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#filter-box .row{
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}

	#image-container, #cancel-message {
		display: none !important;
	}

	#toggle-filter-btn{
		position: absolute;
		z-index: 10;
		top: 20px;
		right: 20px;
		transform: none;
	}

	#toggle-filter-btn .bi-filter-square{
        display: block;
		font-size: 20px;
	}

	#toggle-filter-btn #filter-icon, #toggle-filter-btn #filter-text{
		display: none;
	}

	.message-detail-header{
		background-color: white;
	}

	#detail-messages-chain-btn{
		top:5px;
		right:5px;
	}

}

.message-chain-header{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 12px;
	border-radius: 5px;
	position: relative;
}

.message-chain-header:hover{
	background-color: #ece5f7 !important;
}

#toggle-all-iframes-btn{
	cursor: pointer;
	background: none;
	border:none;
	border-radius: 50%;
	padding: 10px;
	width: 40px;
	height: 40px;
}

#toggle-all-iframes-btn:hover{
	background-color: #f0f0f0;
}

#messageTemplateSelect_chosen{
	margin-bottom: 10px;
}

#messageTemplateSelect_chosen .chosen-single, #applicants-wrapper .chosen-single{
	border-radius: 4px !important;
}

#messageTemplateSelect_chosen .chosen-single:focus, #applicants-wrapper .chosen-single:focus {
	border: 1px solid #3877bbd7 !important;
	outline: none !important;
}

.message-box-info-contianer{
	max-height: 570px;
	overflow-y: auto;
	padding: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.mailbox_upload_wrapper input[type="file"]
{
	display: none;
}

.mailbox_textarea_wrapper .tox-tinymce
{
	border: none !important;
}

.mailbox_textarea_wrapper
{
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 10px;
	position: relative;
}

.mailbox_upload_wrapper
{
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: space-between;
	min-height: 40px;
	padding: 5px 10px;
	height: 100%;
}

.mailbox_upload_btn
{
	margin: 0 !important;
	padding: 0 !important;
	width: 30px;
	height: 30px;
	transition: background-color .1s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 3px;
	flex-shrink: 0;
	/*padding: ;*/
}

.mailbox_upload_btn:hover
{
	background-color: #dee0e2;
}

.mailbox_upload_btn i
{
	font-size: 20px;
	line-height: 1;
}

.mailbox_upload_file_list
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-grow: 1;
	align-items: center;
	gap: 4px;
	min-height: 100%;
	align-self: stretch;
}

.mailbox_upload_file_list_element
{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 20px;
	background-color: #f0f0f0;
	padding: 2px 5px;
	max-width: 200px;
	overflow: hidden;
	gap: 5px;
	border-radius: 2px;
	order: 0;
}

.mailbox_upload_file_list_element_inner
{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	height: 100%;
	flex-grow: 1;
	overflow: hidden;
}

.mailbox_upload_file_list_element_label
{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.mailbox_upload_file_list_element_progress
{
	width: 70px;
	min-width: 70px;
	border: 1px solid #ccc;
	padding: 1px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	height: 100%;
}

.mailbox_upload_file_list_element_progress_bar
{
	height: 100%;
	width: 1%;
	background-color: #007bff;
	transition: all .1s ease;
}

.mailbox_upload_file_list_element-upload_done
{
	order: 1;
}

.mailbox_upload_file_list_element-upload_error {
	order: 2;
}

.mailbox_upload_file_list_element-upload_done .mailbox_upload_file_list_element_progress
{
	display: none;
}

.mailbox_upload_file_list_element-upload_done .mailbox_upload_file_list_element_label
{
	color: #007bff !important;
}


.mailbox_upload_file_list_element-upload_error .mailbox_upload_file_list_element_label
{
	color: #D32A0E !important;
}

.mailbox_upload_file_list_element-upload_error .mailbox_upload_file_list_element_progress_bar
{
	background-color: #D32A0E;
}

.mailbox_upload_file_list_element_delete
{
	outline: none;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent !important;
}

.mailbox_upload_file_list_element_delete:hover
{
	background-color: transparent !important;
}

.page-body.drag-over {
    border: 2px dashed #007bff;
    background-color: #f0f8ff;
}

.file-drop-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(234, 234, 234, 0.49);
	font-weight: bold;
	z-index: 10;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	border: 3px dashed #aca7a7;
}

.file-drop-overlay p, .file-drop-overlay i{
	color: rgb(124, 122, 122);
	font-size: 40px;
}

.file-drop-overlay-text{
	display: flex;
	align-items: center;
	gap: 12px;
}

.loader-spinner {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-top: 2px solid #999;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	margin-right: 6px;
	vertical-align: middle;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

/* Tablet devices: from 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
	#filter-box div {
		margin-top: 8px; /* Add margin-top on tablet devices */
	}
}

.inbox_page_container
{
	position: relative;
	overflow: hidden;
}

.inbox_modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;

	background-color: rgba(0,0,0,0.1);

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	transition: opacity 0.3s ease;
	z-index: 999999;
}

.inbox_modal-hidden
{
	opacity: 0;
	pointer-events: none;
}

.inbox_modal_window
{
	max-width: 450px;
	width: 100%;
	background-color: white;
	border-radius: 5px;
}

.inbox_modal_inner
{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inbox_modal_container
{
	padding: 20px;
	width: 100%;
}

.inbox_modal_header
{
	border-bottom: 1px solid #ddd;
}

.inbox_modal_footer
{
	border-top: 1px solid #ddd;
}

.inbox_modal h2
{
	padding: 0;
	margin: 0;
}

.inbox_modal span
{
	font-weight: normal !important;
	font-size: 14px;
}

.inbox_modal_footer
{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.inbox_modal_btn
{
	padding: 0 25px;
	border-radius: 4px;
	height: 40px;
	outline: none;
	border: none;
	transition: background-color .1s ease-in;
}

.inbox_modal_btn-cancel
{
	background-color: #dfdddd;
	color: #4d4c4c;
}

.inbox_modal_btn-cancel:not(:disabled):hover
{
	background-color: #c9c7c7;
}

.inbox_modal_btn[data-confirm-type="danger"]
{
	background-color: #dc3545;
	color: white;
}

.inbox_modal_btn[data-confirm-type="danger"]:not(:disabled):hover
{
	background-color: #bb2d3b;
}

.inbox_modal_btn[data-confirm-type="primary"]
{
	background-color: #007bff;
	color: white;
}

.inbox_modal_btn[data-confirm-type="primary"]:not(:disabled):hover
{
	background-color: #0564c9;
}

.message-box-block
{
	margin: 20px 0;
}

.message-box-block-title
{
	margin-bottom: 15px;
}

.successful-message-response-box {
	position: fixed;
	bottom: 12px;
	right: 40px;

	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #6acc8b;
	padding: 24px 18px;
	border-radius: 6px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);

	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
	width: 530px;
	z-index: 9999;

}

/* visible state */
.successful-message-response-box.show {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);

}

.successful-message-response-text{
	font-size: 19px;
	margin:0;
	text-align: center
}
/* end file: messageBox.css */