/* start file: researches.css */
.research-item-row {
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: space-between;
	padding: 16px;
	margin-bottom: 12px;
	background: #ffffff;
	border: 1px solid #edf2f2;
	border-radius: 12px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.research-top-content {
	width: 100%;
	display: flex;
	align-items: center;
	flex-grow: 1;
	overflow: hidden;
}

.research-item-image {
	margin-right: 18px;
	flex-shrink: 0;
	height: 100%;
}

.research-img-content {
	width: auto;
	height: 52px;
	border-radius: 10px;
	object-fit: cover;
	display: block;
	background: #f8fbfb;
	border: 1px solid #e0eeee;
}

.research-item-content {
	flex-grow: 1;
	overflow: hidden;
	padding-right: 15px;
}

.research-item-title {
	font-weight: 700;
	color: #2c3e50;
	font-size: 14.5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.researches-widget-icon > img {
	height: 30px;
	width: 30px;
}

.research-item-desc {
	font-size: 12.5px;
	color: #95a5a6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 3px;
}

.research-btn {
	cursor: pointer;
	font-size: 11px;
	font-weight: 800;
	padding: 10px 10px;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	border: 1px solid transparent;
	display: inline-block;
	text-align: center;
	text-wrap: nowrap;
}

.research-btn:hover {
	color: #00a5a5;
}

.researches-page-container-title {
	background-color: #ffefff;
	text-wrap: wrap;
	padding: 8px;
	font-size: medium;
	font-weight: bolder;
	display: flex;
	gap: 8px;
}

/* Research Item Card */
.research-item {
    margin-bottom: 1.5rem;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* Image */
.image-container {
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.research-image {
    height: auto;
    display: block;
    transition: transform 0.4s ease;
	height: 200px;
	width: auto;
}


/* Research Content */
.research-content {
    padding: 1rem;
}

.research-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.research_block{
    display: flex;
    flex-direction: column;
    height: 100%;
	width: 100%;
}

@media (max-width: 768px) {
	.research-item-row {
		flex-direction: column;
		align-items: stretch;
		padding: 18px;
	}

	.research-top-content {
		margin-bottom: 15px;
	}

	.research-item-action {
		width: 100%;
	}

	.research-btn {
		display: block;
		width: 100%;
		padding: 12px;
		font-size: 12px;
	}
}
/* end file: researches.css */

/* start file: suggest.css */
.carousel-content{
	/*margin-top: -15px;*/
	height: 90px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.carousel-title {
	line-height: 1.6;
	font-size: 15px;
	margin-top: 8px;
	margin-left: 10px;
}
.carousel-image{
	padding-left: 23px;
	padding-right: 23px;
	overflow: hidden;
	border-radius:3px;
}
.image-container{
	display:flex;
	align-items: center;
	justify-content: center;
}
.icon-style-right{
	transform: translate(0px, -40px);
	border-radius: 100%;
	opacity: 0.7
}
.icon-style-left{
	transform: translate(0px, -40px);
	border-radius: 100%;
	opacity: 0.7;
}
.icon-style:hover, .icon-style-left:hover{
	opacity: 1;
	color: black
}

.leftbutton:hover .icon-style-left, .rightbutton:hover .icon-style-right{
	color: black;
	font-weight: bold;
	opacity: 1
}

#myCarousel .leftbutton, #drawCarousel .leftbutton, .rightbutton, .carousel-item .leftbutton {
	width: 15px;
}

.current-suggest-block img{
	border-radius: 10px;
	/*width:400px;*/
	width:33%;
	height:35%;
}
.profile_item_block img{
	border-radius: 10px;
}
.text-image-container img{
	border-radius: 10px;
	margin-top: 20px;
	margin-left: 15px;
}

.suggest-title{
	margin-right: 100px;
}

@media only screen and (max-width: 600px) {
	.text-image-container{
		flex-direction: column;
		align-items: center;
	}
	.text-image-container img{
		width: 100%;
		order: 1;
		margin-left: 0px;

	}
	.text-container{
		order: 2;
	}
	.suggest-title{
		margin-right: 0px;
	}

	.suggestion-card{
		padding-bottom: 30px;
	}
}

.santa-cap{
	width: 50px; /* Adjust the size of the Santa cap */
	position: absolute;
	top: -18px; /* Position the cap above the box */
	left: 98.5%;
	transform: translateX(-50%);
}

.suggestions_container *,
.suggestions_container
{
	font-weight: normal !important;
}
/* end file: suggest.css */

/* start file: tab.css */
.tabs_holder
{
	margin-top: -50px;
}
.tabs_holder .tab_content {
	clear: left;
}
.tabs_holder > ul  {
	overflow: visible;
	height: 50px;
	padding: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.tabs_holder > ul li {
	margin-top: 11px;
	margin-right: 15px;
	float: right;
}
.tabs_holder > ul li.tab_selected {
	position: relative;
	margin-top: 11px;
}
.tabs_holder > ul li.tab_selected a {
	display: block;
	float: left;
	height: 40px;
	background-color: #F5FAFE;
	border: 1px solid #B6D2E8;
	border-bottom: none;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	color: #990000;
}
.tabs_holder > ul li a {
	display: block;
	padding: 0px 20px;
	color: #212121;
	font-size: 14px;
	outline: 0;
	float: left;
	height: 30px;
	line-height: 34px;
	border-radius: 8px;
	-moz-border-radius: 8px	;
	border: 1px solid #DDDDDD;
	font-weight: bold;
}
.tabs_holder .content_holder {
	background-color: #F5FAFE;
	border: 1px solid #B6D2E8;
}

.tab_button_general{
	background: none;
	border: none;
	outline: none;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 20px;
	color: #333;
	font-weight: 500;
	border-bottom: 2px solid transparent;
	transition: all 0.2s ease-in-out;
}

.tab_button_inactive {
    color: #333;
    font-weight: 500;
    border-bottom: 2px solid transparent;
}

.tab_button_active {
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid #007BFF;
}
/* end file: tab.css */

/* start file: table.css */
.table-small-font
{
	border-color: #000!important;
	margin-top: 10px;
}
.table-add-tables
{
	border-color: #000!important;
	margin-top: 10px;
}
.table-add-tables td
{
	border: 1px solid #000000;
	text-align: center;
	padding: 10px;
}
.table-small-font td,
.table-small-font th
{
	border-color: #000!important;
	font-size: 10px!important;
}
.table_form_title
{
	font-size: 20px;
	letter-spacing:5px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.table_org_title
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 10px;
}
.table_title_desc
{
	text-align: center;
	font-size: 9px;
	margin-bottom: 10px;
	padding: 3px;
}
.c-row
{
	margin-bottom: 25px;
	clear: both;
}
.table-add-tables-right
{
	float: right;
}
.table-page
{
	margin: 20px 15px;
}
.table-position
{
	font-size: 9px;
}

@media print {
	.table {
		border:solid #000 !important;
		border-width:1px 0 0 1px !important;
	}
	.table > tbody > tr > td,
	.table > thead > tr > th {
		border:solid #000 !important;
		border-width:0 1px 1px 0 !important;
	}
}

.dyn_import_td {
	width: 1%;
	white-space: nowrap;
	overflow: visible;
	min-width: 200px;
	max-width:400px
}

/* end file: table.css */

/* start file: tables.css */
.tablegrid tbody tr:nth-child(odd) {
	background-color: #fafafa;
}
td.text-center_open
{
	padding: 0;
	vertical-align: top;
}
.open_detales
{
	cursor: pointer;
}
.tr_detale
{
	text-align: center;
	color: #0A1085;
}
.dresrow
{
	display: none;
}
.cell_loader
{
	padding: 10px;
	text-align: center;
	border: 1px solid #DDDDDD;
	border-top: none;
	margin: -2px 0 0;
	background-color: #F2FBF2;
}
.cell_loader .cell_loader
{
	background-color: #FFFAFF;
}
.cell_loader .cell_loader .cell_loader
{
	background-color: #EEECFB;
}
.tablegrid .cell_loader td.tab_open
{
	background-color: #FFFAFF;
}
.tablegrid .cell_loader .cell_loader td.tab_open
{
	background-color: #EEECFB;
}
.open_detales div
{
	background-image: url("../../templates/images/open_close.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 17px;
	margin: 0 auto;
	width: 17px;
}
.opened_detales div
{
	background-position: center -17px;
}
tr.hoverRowFix,
tr.hoverRow
{
	background-color: #FFFFDD !important;
}
.tablegrid td.dres_cell
{
	padding: 0 0 25px;
	border: none;
}
.tablegrid td.tab_open
{
	border-bottom: none;
	background-color: #F2FBF2;
}

.tablegrid td.no_border
{
	width: 20px;
	border: none;
}
.key_cell
{
	background-color: #F6F6F6;
	border-bottom: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	color: #666666;
	font-weight: bold;
	text-align: right;
}
.key_cell div
{
	width: 150px;
}
.td_vertical div
{
	width: 205px;
}
td.cell_33
{
	width: 33%;
	vertical-align: top;
}
.block_caption
{
	color: #0A1085;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
}
.sms_detale_block
{
	position: relative;
}
.dresrowsms
{
	display: none;
	position: absolute;
	right: -3px;
	top: 28px;
	z-index: 99999;
}
.no-br
{
	white-space: nowrap;
}
.form_input_area .template_notes,
.form_input_area .count_caption
{
	overflow: visible;
	float: right;
	padding: 5px;
	font-weight: bold;
}
.tmpl_count
{
	color: #0A1085;
	font-size: 14px;
}
.tmpl_count_caption
{
	margin: 0 3px 0 0;
}
.scope_filter
{
	width: auto;
	float: right;
}
.scope_list
{
	width: 600px;
}
label.scope_button
{
	border: 1px solid #CCCCCC;
	width: 200px;
	float: left;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin: 0 2px 5px 3px;
}
label.scope_button:hover
{
	background-color: #CC0000;
	color: #FFFFFF;
}
.scope_items
{
	padding: 0 0 0 10px;
}
.scope_label
{
	width: 100px;
	text-align: right;
}
.sendbatchsms_count
{
	border: 1px solid #CCCCCC;
}
.form_input_area .sendbatchsms_count *
{
	float: none;
}
div#detale_accounts 
{
	float: none;
	width: 230px;
	padding: 2px 5px;
}
#detale_accounts div
{
	float: right;
	margin: 2px 0;
}
.sendbatchsms_count .detale_accounts
{
	width: 100%;
	float: none;
	display: none;
}

.account_table
{
	width: 100%;
}
.detale_accounts a
{
	width: 100%;
	display: block;
}
.items_spacer
{
	color: #0A1085;
	font-size: 14px;
	padding: 15px 0 0;
}
hr.items_spacer
{
	float: none;
	width: 350px;
}
.pagetable
{
	width: auto;
	margin: 0px auto;
}
.pagetable td
{
	width: 50%;
}
.page_key
{
	font-weight: bold;
	text-align: right;
	padding: 5px;
}
table.advance_table
{
	width: 600px;
	margin: 0 auto;
}
table.advance_table td
{
	padding: 5px;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.bordered label
{
	cursor: pointer;
	display: block;
	font-weight: bold;
}
.bordered
{
	padding: 5px;
	border: 1px solid #CCC;
}
.label {
	font-weight: bold;
}
.padding10
{
	padding:10px;
}
.sms_template_item
{
	clear: both;
	border-top: 1px dashed #EEECFB;
	padding: 2px 0px;
}
.sms_template_item a
{
	padding: 2px 3px;
}

/* end file: tables.css */

/* start file: template.css */
.cls
{
	clear: both;
}
.cls-line {
	width: 100%;
	height: 1px;
	background-color: lightgray;
}

body
{
	height: 100%;
}
body
{
	min-height: 100.001%;
}
img
{
	border: 0 none;
}
h1, h2, h3
{
	color: #0A1085;
}
h1
{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}
h2
{
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px;
}
h3
{
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}
a
{
	color: #212121;
	text-decoration: none;
}
a:hover
{
	color: #8AD7BC;
	text-decoration: none;
}
a:focus
{
	outline: medium none;
	text-decoration: none;
}
hr
{
	border: none;
	border-top: dotted 1px #888888;
	height: 0;
}
/* Inputs */
/*Cursod pointer Styles*/
label
{
	cursor: pointer;
	font-weight: bold;
}
/*
input, textarea
{
        padding: 5px;
        border: solid 1px #ccc;
}
select
{
        padding: 2px 4px;
        border: solid 1px #ccc;
}*/
option
{
	padding: 4px 2px;
}
.shadow
{
	/*    border-right: 2px solid #BDBDBD;
			border-bottom: 2px solid #BDBDBD;*/
}
.bordered
{
	border: solid 1px #ccc;
}
/* Button */
.site_name
{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 45px;
}
.site_logo
{
	position: absolute;
	z-index: 999;
	width: 180px;
	min-height: 80px;
	background-color: #FFFFFF;
	top: 5px;
	left: 50px;
	text-align: center;
}
.site_logo img
{
	max-height: 60px;
	max-width: 130px;
	margin-top: 10px;
	height:auto;
}
.site_title
{
	float: left;
	width: auto;
}
/* Content */
.page_title_add,
.page_title
{
	font-size: 20px;
	color: #212121;
	font-weight: bold;
}


div.content_wrapper
{
	/*width: 99%;*/
	width: 100%;
	/*min-width: 980px;*/
	max-height: 90px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
div.content_wrapper_modal
{
	/*width: 95%;*/
	margin: 0 auto;
}
div.content_main
{
	margin-bottom: 10px;
	padding: 20px;
}
/* Footer */

div.footer_wrapper
{
	clear: both;
	position: relative;
	background-color: #373656;
	height: auto;
	color: #FFFFFF;
}

div.footer-top
{
	height: 89px;
	border-bottom: 2px solid #b9c7d0;
}

div.footer
{
	padding: 7px 0;
	overflow: hidden;
}
div.footer a
{
	color: #FFFFFF;
}

div.footer .footer_left {
	line-height:22px;
}

div.footer .footer_right {
	text-align: right;
	line-height:22px;
}
div.footer .flogo
{
	padding: 12px 10px;
	float: left;
	width: 280px;
	text-align: center;
}
div.footer .flcopy
{
	padding: 12px 10px;
	padding: 30px 0 0 ;
	text-align: center;
	color: #909dbf;
}
div.footer .flcopy
{
	padding: 12px 10px;
	padding: 30px 0 0 ;
	text-align: center;
	color: #909dbf;
}

div.footer ul.contacts {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div.footer ul.contacts li {
	color: #212121;
	font-size: 12px;
	float: left;
	padding: 0 15px;
}

.noscript
{
	background-color: #ffffff;
	font-size: 18px;
	padding: 20px;
	margin: 10px 0;
	color: #990000;
	/*background-image: url(../../templates/images/exclamation5.png);*/
	background-repeat: no-repeat;
	background-position: left center;
	border: 5px solid #990000;
}
.error_message
{
	border: 2px solid #990000;
	margin: 15px;
}
.message
{
	color: #1B284D;
	border-color: #8AD7BC;
	/*background-image: url(../../templates/images/exclamation1.png);*/
	text-align: left;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 45px;
}
.noscript i,
.error_message i,
.message i
{
	color: #8AD7BC;
	font-size: 22px;
	padding: 0 10px;
}
.noscript i,
.error_message i
{
	color: #990000;
	font-size: 22px;
	padding: 0 10px;
}
.contentMessageError
{
	font-weight: bold;
	border: 1px solid #cccccc;
	margin: 10px 30px 20px;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	background: #0A1085;
	padding: 10px;
	text-align: center;
}
div.top {
	min-height: 100%;
	width: 100%;
}
/*-------------------- Custom Styles --------------------*/
/*
.form_field
{
        padding-bottom: 5px;
}
.form_item
{
        padding-bottom: 2px;
}
.form_label
{
        float: left;
        line-height: 22px;
        overflow: hidden;
        text-align: right;
        width: 45%;
}
.form_label label
{
        padding-right: 3px;
        font-weight: bold;
}
.form_input_area
{
        float: right;
        line-height: 22px;
        width: 54.5%;
        overflow: visible;
}
.form_input_area *
{
        float: left;
}

*/
.template_block *
{
	float: none;
}
.login_form
{
	/*margin: 70px auto 20px;*/
	max-width: 920px;
}
.login_form table
{
	margin: 0 auto;
	width: auto;
}
.sort_image
{
	margin: 3px;
}
.toolbar
{
	float: right;
	width: auto;
}

.toolbar_item .btn {
	margin-bottom: 5px;
}

.footer_block
{
	min-height: 30px;
}
.form_must_fill
{
	color: #ff0c14;
	font-size: 8px;
}
.no-items-message
{
	font-size: 15px;
	line-height: 20px;
	color: #0A1085;
	text-align: center;
	padding: 20px;
}
.odd
{
	background-color: #FAFAFA;
}
.list_header
{
	white-space: nowrap;
}
table caption
{
	text-align: left;
	color: #0A1085;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 5px;
}
.detales_tables
{
	margin: 0 0 30px;
}
.detale_button_cnt .btnt
{
	margin: 10px 2px;
	float: right;
}
.my_tip
{
	display: none;
}
.my_tooltip span
{
	cursor: help;
	display: block;
}
.left_debt
{
	float: left;
	width: 65%;
}
.right_debt
{
	float: right;
	width: 35%;
}
.filter_apply
{
	font-weight: bold;
	cursor: pointer;
	display: block;
}
.filter_items
{
	border: 1px solid #EEEEEE;
	padding: 5px;
	height: 323px;
	overflow: auto;
}
.contentCenter
{
	text-align: center;
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 15px;
}
.export_button
{
	background-color: #0A1085;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 7px;
	text-align: center;
	width: 200px;
}
.export_button:hover
{
	background-color: #CC0000;
	color: #FFFFFF;
}
.form_desc
{
	clear: both;
	float: none;
	padding: 5px 0 0 20px;
	font-style: italic;
	background-position: left 7px;
	background-repeat: no-repeat;
	text-decoration: underline;
}
.ldap_login_id input
{
	width: 150px;
	float: left;
	margin-right: 2px;
}
.ldap_login_id *
{
	float: left;
}
.page_message
{
	color: #990000;
	font-size: 20px;
	padding: 10px;
	text-align: center
}
.helpframe
{
	border: none;
	width: 100%;
	height: 31px;
}
ul.main_menu a.user_restore
{
	display: inline;
	padding: 5px;
	margin: 5px;
	position: relative;
}
.red
{
	color: #FF0000;
	font-weight: bold;
}
.yellow
{
	color: #ff9900;
	font-weight: bold;
}
.green
{
	color: green;
	font-weight: bold;
}
.blue
{
	color: blue;
	font-weight: bold;
}
.purple
{
	color: purple;
	font-weight: bold;
}
.black
{
	color: black;
	font-weight: bold;
}
.role_tasks
{
	margin: 0 0 0 20px;
}
.d_green {
	background: green;
}
.d_gray {
	background: gray;
}

.role_audit_data
{
	text-align: left;
	width: 50%;
	margin: 0 auto;
	line-height: 20px;
}
.role_audit_data label
{
	padding: 0 10px;
}
.level_1
{
	padding-left: 20px;
}
.level_2
{
	padding-left:40px;
}
.level_3
{
	padding-left:60px;
}
.btn-file
{
	overflow: hidden;
	width: 140px;
}
.btn-file > input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}
input[type="file"] {
	display: block;
}

#page-block
{
	width: 100%;
	min-height: 500px;
	margin-bottom: 200px;
	margin-top: -10px;
}

.menu_block
{
	/*margin-left: 180px;*/
	background-color: #373656;
	/*min-height: 90px;*/
	/*padding-left: 30px;*/
	/*-webkit-border-bottom-left-radius: 40px;*/
	/*-moz-border-radius-bottomleft: 40px;*/
	margin-right: -180px;
	/*display: none;*/
	margin-top: 90px;
	height: 100vh;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	/*border-bottom: 1px solid #646464;*/
	/*box-shadow: 0 0 5px #a6aac0;*/
}
.content-container
{
	/*background-color: #f1f5f6;*/
	padding-top: 20px;
	/*	margin-top: -10px;*/
	padding-bottom: 80px;
}
.footer-home
{
	text-align: right;
	padding-right: 50px;
	width: 100px;
	float: right;
}
.footer-home i
{
	color: #8cd8bc;
	font-size: 24px;
	line-height: 80px;
}

.company-info
{
	text-align: center;
	padding-top: 30px;
	color: #a6aac0;
	margin: 0px 280px;
}
div.company-info a
{
	color: #a6aac0;
}
div.company-info span
{
	padding: 0px 10px;
	font-size: 12px;
}
div.company-info i
{
	padding: 0px 5px 0 0;
}
.page-container-padding
{
	padding: 15px 10px;
}
.page-container
{
	background-color: #FFFFFF;
	box-shadow: 0 0 10px #a6aac0;
	margin: 5px 0px;
	margin-bottom: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*position: relative;*/
	/*	overflow: hidden;*/
	/*min-height: 300px;*/
}
.page-narrow
{
	margin: 50px 30% 40px;
	padding: 40px 40px;
}
.slf-login-title
{
	font-size: 24px;
	color: #00756A;
	font-weight: bold;
	margin: 15px 0 28px;
}
.self-color
{
	color: #00756A;
}
.self-border
{
	border:none;
	outline: 1px solid #00756A !important;
}
.carousel-inner img.img-responsive
{
	display: inline;
}
.page-login input
{
	/*text-align: center;*/
}
.login-submit .btn
{
	width: 100%;
	font-weight: bold;
}

#page_title
{
	background-color: #f5f8f7;
	margin: -15px -10px 0px;
	-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;
}
.page_title
{
	padding: 20px 20px 0;
	margin-bottom: 10px;
}
.server-time
{
	background-color: #00756A;
	/*margin: -15px -10px;*/
}
.server-time .row
{
	min-height: 50px;
}
.server-time div
{
	line-height: 50px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}
.counting-system
{
	margin: 20px 0px 0px;
	padding: 20px;
}
.counting-system-clock
{
	max-width: 140px;
	text-align: center;
}
.counting-system-clock img
{
	max-width: 100px;
}
.counting-system-msg
{
	color: #00756A;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.counting-system-desc
{
	padding: 10px 0 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.buttons-container
{
	margin: 20px 0 0;
}
.holiday-block
{
	background-color: #373656;
	padding: 10px;
}
.holiday-rem
{
	height: 70px;
	width: 70px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-size: 22px;
	color: #464b9d;
	font-weight: bold;
	padding: 10px;
}
.holiday-used,
.holiday-rem
{
	height: 70px;
	width: 70px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	color: #464b9d;
	font-weight: bold;
	padding: 10px;
}
.holiday-used
{
	background-color: #75d7b9;
}
.holiday-rem-label,
.holiday-used-label
{
	line-height: 25px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.holiday-label
{
	line-height: 25px;
	height: 70px;
	margin: 0px auto;
	line-height: 30px;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.bday-page-container-title
{
	line-height: 50px;
	background-color: #ffefff;
	font-size: 20px;
	font-weight: bolder;
}
.news-page-container-footer,
.docs-page-container-title,
.news-page-container-title
{
	line-height: 50px;
	background-color: #f5f8f7;
	font-size: clamp(14px, 1.5vw, 20px);
	font-weight: bolder;
}
.news-page-container-footer
{
	text-align: center;
}
.bday-image
{
	margin: 0px 10px;
}
.bdays-block
{
	padding: 15px;
	position: relative;
}
.page_content
{
	padding: 0px 15px 15px;
	min-height: 400px;
}
.from-group-right
{
	position: relative;
}
.from-group-addon-right
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.from-group-right input
{
	padding-right: 40px;
}
.form-group-half
{
	height: 20px;
	margin: -5px 0px 13px;
}
.pasdword-state i
{
	color: #a1a1a1;
	width: 16px;
	height: 16px;
	text-align: center;
}
.pasdword-state
{
	cursor: pointer;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
}
.pasdword-state:hover
{
	background-color: #f1f5f6;
}
.pasdword-state .bi bi-eye
{
	color: #00756A;
}


.radio,
.checkbox {
	padding-left: 20px;
	position: relative;
	display: block;
}
.radio input,
.checkbox input {
	opacity: 0;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	margin-left: -20px;
}

.radio input:checked + label::after,
.checkbox input:checked + label::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 13px;
	height: 13px;
	left: 2px;
	top: 4px;
	margin-left: -20px;
	border: 1px solid #00756A;
	border-radius: 50%;
	background-color: #00756A;
}
.radio label,
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
.radio label::before,
.checkbox label::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	top: 2px;
	margin-left: -20px;
	border: 1px solid #00756A;
	border-radius: 50%;
	background-color: #fff;
}
.radio.disabled label,
.checkbox.disabled label {
	color: #00756A;
}
.radio.disabled label::before,
.checkbox.disabled label::before {
	opacity: 0.54;
	border-color: #00756A;
}
.menurole_no_checkbox > label::before
{
	position: absolute;
	content: '- ';
	color: black;
	width: unset;
	height: unset;
	left: unset;
	border-radius: unset;
	margin-left: -1em;
	border: none;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	cursor: default;
	text-align: center;
	font-size: 1em;
	display: inline-flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	line-height: 1;
}

.menurole_no_checkbox
{
	padding-top: 0 !important;
	padding-bottom: 5px;
}

.menurole_no_checkbox > label
{
	cursor: default;
	padding-left: 0;
	margin-left: 0 !important;
	position: relative;
}

.checkbox input:checked + label::before {
	border-color: #00756A;
	background-color: #00756A;
}
.checkbox input:checked + label::after {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 13px;
	color: #fff;
	top: 0;
	left: 1px;
	border-color: transparent;
	background-color: transparent;
}
.checkbox label::before {
	border-radius: 2px;
}
.filter-block {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.active_lang
{
	color: #00756A;
	font-weight: bold;
}
.vac-page-container-title
{
	line-height: 50px;
	background-color: #ffefff;
	color: #5c5d5d;
	font-size: clamp(15px, 1.5vw, 20px);
	font-weight: bolder;
	padding-left: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


/* end file: template.css */

/* start file: temppass.css */
#temppass_block {
    position: relative;
    transition: opacity 180ms ease, transform 180ms ease;
    opacity: 1;
    transform: translateY(0);
}

#temppass_block.is_hidden {
    opacity: 0;
    transform: translateY(4px);
}

#temppass_block.is_busy {
    pointer-events: none;
    cursor: progress;
}
#temppass_block.is_busy::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.45);
    border-radius: 6px;
}

.temppass_panel_wrap {
	max-width: 540px;
	margin: 24px auto;
	background: #5a85b1;
	border: 2px solid #2e5f8e;
	border-radius: 20px;
	padding: 18px 18px 22px;
	box-shadow: 0 2px 8px rgba(0,0,0,.15) inset;
}

.temppass_panel_header {
	display: inline-block;
	padding: 8px 16px;
	margin: 0 0 14px 0;
	color: #fff;
	background: #3f6f9e;
	border: 2px solid #2e5f8e;
	border-radius: 10px;
}

.list_area {
	background: #ffffff;
	border: 2px solid #c9d3dc;
	border-radius: 12px;
	padding: 8px;
}

.temppass_row {
	display: grid;
	grid-template-columns: 1fr 140px;
	gap: 12px;
	align-items: center;
	padding: 10px 12px;
	border: 1px solid #d5dfe8;
	border-radius: 10px;
	background: #fff;
	margin: 10px;
}

.temppass_row + .temppass_row {
	margin-top: 10px;
}

.temppass_info {
	min-width: 0;
}
.temppass_name {
	font-weight: 700;
	margin: 0 0 6px 0;
}
.temppass_phone,
.temppass_email {
	margin: 2px 0;
	color: #444;
	word-break: break-word;
}

.temppass_actions {
	display: grid;
	gap: 8px;
	justify-items: end;
}
.btn_action {
	display: inline-block;
	width: 120px;
	padding: 8px 10px;
	text-align: center;
	border-radius: 8px;
	border: 0px !important;
	background: #bb0093 !important;
	color: white !important;
	cursor: pointer;
}
.btn_action:hover
{
	background: #bb0093  !important;
	box-shadow: 5px 5px 20px rgba(255, 80, 217, 0.5) !important;
	color: white;
}

.panel_footer {
	margin-top: 14px;
	text-align: center;
}
.panel_footer .btn_wide {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 8px;
	border: 2px solid #3a6f9e;
	background: #6b92b9;
	color: #fff;
}

.pass_restore_link{
	margin-top: -10px;

}
.pass_restore_link a{
	font-weight: normal;
	color: #00756A;

}
.pass_restore_link a:hover{
	color: #8AD7BC;
	cursor: pointer;

}
/* end file: temppass.css */

/* start file: tk.css */
.apilink-data i
{
	float: right;
	font-size: 20px;
	cursor: pointer;
}
div.clone-head-table-wrap
{
	top: 82px !important;
}
.ChatIcon
{
	padding-right: 7px;
}
.ChatIcon .user_photo
{
	background: #FFF;
}
.ChatIcon i{
	font-size: 18px;
	font-weight: bold;
	color: #9F248F;
}

.ncf-field
{
	min-width: 150px;
}
/* end file: tk.css */

/* start file: tk_calendar.css */
.tk_fix
{
	width: 220px;
	border-right: 3px solid #990000;
	float: left;
	padding-bottom: 25px;
}
.new_graph .tk_fix
{
	width: 600px;
	border-right: 3px solid #990000;
	float: left;
	padding-bottom: 25px;
}
.tk_scroll_block
{
	margin-left: 222px;
	padding-bottom: 25px;
}
.new_graph .tk_scroll_block
{
	margin-left: 602px;
	padding-bottom: 25px;
}
.tk_list_worker_x,
.tk_list_header_x
{
	float: left;
	width: 28px;
	height: 32px;
}
div.tk_list_worker_x div.radio
{
	padding-top: 5px !important;
}
div.tk_list_header_x div.radio
{
	padding-top: 15px !important;
}
.tk_scroll_a,
.tk_scroll
{
	width: 100%;
	padding-bottom: 25px;
}
.tk_scroll_in_a,
.tk_scroll_in
{
	width: 5000px;
	border-left: 3px #990000 dashed;
	border-right: 3px #990000 dashed;
	margin-bottom: 17px;
}
.tk_i,
.tk_head
{
	width: 120px;
	float: left;
	position: relative;
}
.tk_user,
.header_workers
{
	overflow: hidden;
}
.header_workers_in,
.tk_head_time_sum,
.tk_head_in_a,
.tk_head_in_t,
.tk_head_in
{
	height: 50px;
	border: 2px solid #f0f0f0;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	background-color: #f8f8f8;
	margin: 1px;
}
.new_graph .header_workers_in
{
	margin: 0px;
}

.new_graph .header_workers_in,
.new_graph .tk_head_time_sum,
.new_graph .tk_head_in_a,
.new_graph .tk_head_in_t,
.new_graph .tk_head_in
{
	height: 50px;
	border: 2px solid #f0f0f0;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	background-color: #f8f8f8;
}
.tk_head_time_sum
{
	line-height: normal;
	padding: 5px;
	font-size: 10px;
}
.header_workers_in
{
	line-height: 50px;
	color: #212121;
	font-size: 18px;
	font-weight: bold;
}
.tk_i_in_a,
.tk_i_in_d,
.tk_i_in_a_d,
.tk_i_in_t,
.tk_i_in,
.tk_i_in_time_sum,
.tk_user_in_a,
.tk_user_in
{
	height: 30px;
	border: 2px solid #f0f0f0;
	text-align: right;
	font-weight: bold;
	/*line-height: 30px;*/
	background-color: #f8f8f8;
	margin: 1px;
	position: relative;
}
.new_graph .tk_user_in
{
	height: 30px;
	border: 2px solid #f0f0f0;
	font-weight: bold;
	line-height: 26px;
	background-color: #f8f8f8;
	margin: 1px;
	position: relative;
}
.tk_i_in_a,
.tk_i_in_d,
.tk_i_in_a_d,
.tk_i_in_t,
.tk_i_in
{
	text-align: left;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 0 3px;
	cursor: pointer;
}
.tk_i_in_t,
.tk_i_in_d,
.tk_i_in_a_d,
.tk_i_in_a
{
	cursor: default;
}
.tk_head_in
{
	cursor: pointer;
}
div.hoverRowFix,
div.hoverRow
{
	background: #FFFFDD;
	border: 2px solid #990000;
}
.tk_user_in_a,
.tk_user_in
{
	padding: 0 10px 0 0;
}
#timeGraph
{
	display: none;
}
.tk_graph_times_overlay
{
	position: absolute;
	background-color: #990000;
	top: 0;
	left: 0;
	z-index: 9999997;
}
.tk_graph_times
{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 350px;
	margin: -30px 0 0 -175px;
	z-index: 9999999;
}

.tk_graph_times_close
{
	position: absolute;
	z-index: 993;
	width: 24px;
	height: 23px;
	background-image: url(../../templates/images/close.png);
	right: -12px;
	top: -10px;
}
.new_graph_manage_times
{
	width: 500px;
}
.tk_graph_times_items
{
	max-height: 500px;
	overflow-y: scroll;
}
.tk_graph_holiday,
.tk_graph_time
{
	padding: 5px 10px;
	border-top: 1px dashed #777777;
	text-align: left;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.tk_graph_holiday
{
	border-top: none;
}
.tk_i_in_a span,
.tk_i_in_d span,
.tk_i_in_a_d span,
.tk_i_in_t span,
.tk_i_in span
{
	height: 28px;
	display: block;
	overflow: hidden;
	font-size: 9px;
}
.tk_i_in_t span,
.tk_i_in_t a
{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.tk_i_separator
{
	height: 35px;
}
.tk_hd_img
{
	position: absolute;
	top: 1px;
	right: 0px;
}
.tk_update_times
{
	padding: 20px;
	text-align: center;
}
.tk_update_times .btnt
{
	padding: 10px 20px;
}
.tip_title
{
	display: block;
	padding: 0 0 5px;
	font-weight: bold;
	text-align: center;
}
.tip_item
{
	display: block;
	padding: 0 0 5px;
}
.tk_rest_img
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
}
.week-day-0 > *
{
	background-color: #00B3A1 !important;
}

.week-day-6 > *
{
	background-color: #00E0CA !important;
}

.calendar-icon
{
	color: #00FFFF;
	font-size: 18px;
	position: absolute;
	top: 16px;
	right: 6px;
}
.tk_list_header_fix
{
	position: sticky !important;
	top: 83px;
	background-color: #FFFFFF;
	z-index: 10;
}
.tk_header,
.tk_header_r
{
	position: sticky !important;
	background-color: #FFFFFF;
	z-index: 10;
	height: 62px;
}
.tk_i_block
{
	height: 32px;
}
.tk_list_worker_x,
.tk_list_header_x
{
	float: left;
	width: 28px;
	height: 32px;
}
div.tk_list_worker_x div.radio
{
	padding-top: 5px !important;
}
div.tk_list_header_x div.radio
{
	padding-top: 15px !important;
}
.week-day-0 > *
{
	background-color: #00B3A1 !important;
}

.week-day-6 > *
{
	background-color: #00E0CA !important;
}
.time_sum_danger
{
	background: red;
	color: white;
}
.calendar-icon
{
	color: #00FFFF;
	font-size: 18px;
	position: absolute;
	top: 16px;
	right: 6px;
}
.fixed-block
{
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

.day_sum
{
	background: #00756A;
	line-height: 35px;
	height: 40px !important;
	color: white;
}
.sum_label
{
	line-height: 35px;
	height: 40px !important;
	text-align: right;
}
.sum_label .sum_label_in
{
	line-height: 35px;
	text-align: right;
	font-size: 18px;
}
.tk_summary
{
	height: 40px !important;

}
/* end file: tk_calendar.css */

/* start file: tmpl.css */
.tmpl_container
{
	margin:0 0 10px;
}
.tmpl_key
{
	padding: 5px;
	border: 1px dashed #1e1e1e;
	cursor: pointer;
	margin:0 5px 0;
	display: block;
	float: left;
}
.tmpl_key_c{
	padding: 5px;
	border: 1px dashed #1e1e1e;
	cursor: pointer;
	margin:0 5px 0;
	display: block;
	float: left;
}
.tmpl_key:hover
{
	background-color: #00cc66;
	color: #FFFFFF;
}

/* end file: tmpl.css */

/* start file: toolbar.fix.css */
.page_title_fixed
{
	position: fixed;
	top: 0px;
	left: 0px;

	width: 100%;
	z-index: 888;

	background: url(../../templates/images/menubg.png) center 50%;
	background-color: #1B284D;

	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}


.page_title_fixed .page_title_block_tools .page_title
{
	padding: 10px 0 0;
	line-height: 30px;
}
.page_title_fixed .page_title_block_tools .page_title .toolbar
{
	padding: 0px 25px 0 10px ;
}
.page_title_fixed .page_title_block_tools
{
	width: 100%;
}


.page_title_fixed  .fix_logo
{
	display: block;
	float: left;
	margin-top: -10px;
	width: 130px;
	padding: 8px 8px 8px 15px;
}

.fix_logo img
{
	max-height: 36px;
	max-width: 106px;
	height: auto;
}

.fix_logo
{
	display: none;
}


.page_title_fixed .page_title
{
	color: #fff;
	/*background:url(../../templates/images/fixed_bg.png);*/
	background-repeat: repeat-x;
	/*border-right: 2px solid #bdbdbd;*/
	overflow: hidden;
	margin-bottom: 0;
}

.fixedpagetitle {
	font-size: 24px;
	line-height: 26p;
}

.page_title_fixed .page_title .fixedpagetitle
{
	display: inline-block;
	padding: 10px 8px;
	font-size: 16px;
}

/* end file: toolbar.fix.css */

/* start file: upload.css */
.uploadblock
{
	max-width: 150px;
	margin-bottom: 10px;
	margin: 0 auto;
}
.uploadblock img
{
	/*width: 100%;*/
	max-height: 150px;
	border-radius: 10px;
}
/* end file: upload.css */

/* start file: upload_1.css */
.uploadblock
{
	width: 300px;
	margin-bottom: 10px;
}
.uploadblock img
{
	width: 100%;
	border-radius: 10px;
}
.uploadfilesblock,
.uploadFilescontainer
{
	width: 100%;
	float: none;
}
.uploadFileItem
{
	float: none;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	border: 1px dashed #bababa;	
	overflow: visible;
}
.uploadFileItem a
{
	padding: 5px;
	display: block;
	float: none;
}
.uploadFileItem .cls
{
	float: none;
}
.uploadFiletools
{
	float: right;
	overflow: visible;
}
.uploadFileItem_name
{
	float: left;
}
.uploadFiletool
{
	float: left;
}
.uploadFilesButtons
{
	text-align: right;
}
/* end file: upload_1.css */

/* start file: upload_ajax.css */
.upload {
	background-color: #F8F8F8;
	width: 90%;
	padding: 30px;
	border-radius: 3px;
	margin: 30px auto 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.drop {
	background-color: #fffefe;
	padding: 40px 50px;
	margin-bottom: 30px;
	border: 2px dashed #373656;
	border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: gray;
}

.drop:hover {
	background-color: #f5f3f3;
}

.drop a{
	background-color:#0a1085;
	padding:12px 26px;
	color:#fff;
	display: block;
	font-size:14px;
	border-radius:2px;
	cursor:pointer;
	margin:30px auto 0;
	width: 200px;
	line-height:1;
}

.drop.disabled {
    opacity: 0.5;
    filter: grayscale(60%);
    pointer-events: none;
    cursor: not-allowed;
    transition: opacity 0.2s ease, filter 0.2s ease;
}


.drop a:hover{
	background-color:#163ab7;
}

.drop input{
	display:none;
}

.upload ul{
	list-style:none;
}

.upload ul li{

	background-color:#0a1085;

	background-image:-webkit-linear-gradient(top, #0a1085, #303335);
	background-image:-moz-linear-gradient(top, #0a1085, #303335);
	background-image:linear-gradient(top, #0a1085, #303335);
	border-top:1px solid #0a1085;
	border-bottom:1px solid #0a1085;
	padding:15px;
	height: 80px;

	position: relative;
}

.upload ul li input{
	display: none;
}

.upload ul li p {
	width: 144px;
	overflow: hidden;
	white-space: nowrap;
	color: #565353;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 100px;
}

.upload ul li p i {
	float: left;
}

.upload ul li {
	background-color: #fff;
	border-top: 1px solid #ddd;
	padding: 15px;
	height: 80px;
	background-image: unset;
	border-bottom: unset;
	position: relative;
}

.upload ul li:nth-child(even) {
	background-color: #f0f0f0;
}

.upload #upload_link {
	cursor: pointer;
}

.upload ul li canvas{
	top: 15px;
	left: 32px;
	position: absolute;
}

.upload .file-icon {
	margin-bottom: 15px;
}

.upload .file-icon i{
	font-size: 40px !important;
}
.upload ul li span{
	width: 15px;
	height: 12px;
	background: url('../../templates/images/icons.png') no-repeat;
	position: absolute;
	top: 34px;
	right: 33px;
	cursor:pointer;
}

.upload ul li.working span{
	height: 16px;
	background-position: 0 -12px;
}

.upload ul li.error p{
	color:red;
}

/* end file: upload_ajax.css */

/* start file: vaxo.css */
.border-primary{
	border-color: rgb(0, 217, 255);
}
.border-secondary{
	border-color: rgb(3, 94, 83);
}
.border-success{
	border-color: rgb(26, 255, 0);
}
.border-danger{
	border-color: rgb(255, 0, 0);
}
.border-warning{
	border-color: rgb(255, 183, 0);
}
.border-info{
	border-color: rgb(0, 255, 247);
}
.border-white{
	border-color: rgb(255, 0, 0);
}
.border-light{
	border-color: rgba(255, 0, 0, 0);
}
.border-dark{
	border-color: rgb(12, 12, 12);
}
.border-white{
	border-color: rgb(246, 241, 241);
}



/*border line */



.border{
	border: 1px solid !important;
}
.border-top{
	border-top: 1px solid !important;
}
.border-right{
	border-right: 1px solid !important;
}
.border-bottom{
	border-bottom: 1px solid !important;
}
.border-left{
	border-left: 1px solid !important;
}

.border-0{
	border: 0px solid;
}
.border-top-0{
	border-top: 0px solid ;
}
.border-right-0{
	border-right: 0px solid;
}
.border-bottom-0{
	border-bottom: 0px solid;
}
.border-left-0{
	border-left: 0px solid;
}

/* raunded */


.rounded{
	border-radius: 10px;
}
.rounded-top{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;

}
.rounded-right{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.rounded-bottom{

}
.rounded-left{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.rounded-circle{
	border-radius: 50%;

}
.rounded-0{
	border-radius: 0px;
}

/*width height*/
.w-100{
	width:100%;
}

.info_partner{
	margin-right:50px !important;

}
.hot-call{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.p-0{
	padding: 0 !important;
}
.pb-1{
	padding-bottom: 5px;
}
.pl-1{
	padding-left: 5px;
}
.pl-2{
	padding-left: 15px;
}
.pl-4{
	padding-left: 25px;
}
.pl-5{
	padding-left: 35px;
}
.pr-1{
	padding-right: 5px !important;
}
.pr-2{
	padding-right:  15px;
}
.mb-5{
	margin-bottom: 30vh;
}
.ml-5{
	margin-left: 30vh;
}

.m-0{
	margin: 0 !important;
}
.mb-1{
	margin-bottom: 5px;
}
.ml-1{
	margin-left: 5px;
}
.ml-2{
	margin-left: 15px;
}
.ml-4{
	margin-left: 25px;
}
.ml-5{
	margin-left: 35px;
}

.mr-1{
	margin-right: 5px;
}
.mr-2{
	margin-right: 15px;
}
.mr-4{
	margin-right: 25px;
}
.mr-5{
	margin-right: 35px;
}


.text-18{
	font-size: 18px;
}
.text-20{
	font-size: 20px;
}
.text-22{
	font-size: 22px;
}
.text-24{
	font-size: 24px;
}
.text-26{
	font-size: 26px;
}
.color-green{
	color:green;
}
/*  z-index */
z-index-50{
	z-index: 50;
}

z-index-60{
	z-index: 60;
}
.fw-bold{
	font-weight: bold !important;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.wrap-text-3{
	/*									 line-height: 1.5em;*/
	height: 5em;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-word;
	text-overflow:'  ';
	position: relative;
}
.info_partner_btn
{
	padding:3px;
	line-height:13px;
	cursor:pointer;
	position: absolute;
	top:20px;
	right: 65px;
}

.d-flexbetween{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.d-flexcenter{
	display: flex;
	align-items: center;
	justify-content: center;
}

.Removea {
	color: inherit;
	text-decoration: none;
}

.Removea:hover {
	color: inherit;
	text-decoration:none;
	cursor:pointer;
}

.d-none{
	display: none;
}
.img-size-sugges{
	max-width: clamp(40px, 5vw, 100px) !important;
}
.suggest-text img
{
	float: right;
	/*max-width: 300px;*/
	margin: 0 15px 5px 0;
	margin-left: 20px;
	margin-top: 40px;
}
/* min height  */
.minh-300{
	min-height:300px;
}
.h-300{
	height:300px;
}

@keyframes example {
	from {
		background: rgba(0,0,0,0.1);
	}
	to {
		background: rgba(0,0,0,0.6);
	}
}

#myCarousel .leftbutton, #drawCarousel .leftbutton, .carousel-item .leftbutton{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	margin: 0;
	/*background: rgba(0,0,0,0.1);*/
	width: 20px;
}
#myCarousel .leftbutton i{
	/*display: none;*/
}
#myCarousel .leftbutton:hover{
	/*animation-name: example;*/
	/*animation-duration: 1s;*/
	/*background: rgba(0,0,0,0.6);*/
}

#myCarousel .rightbutton, #drawCarousel .rightbutton, .carousel-item .rightbutton{
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	margin: 0;
	/*background: rgba(0,0,0,0.1);*/
	width: 20px;

}
#myCarousel .rightbutton:hover{
	/*	animation-name: example;
		animation-duration: 1s;
		background: rgba(0,0,0,0.6);*/
}
#myCarousel .header-suggestion, #drawCarousel .header-suggestion, .carousel-item .header-suggestion{
	position: absolute;
	z-index: 50;

}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.d-sm-none{
		display: none !important;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.d-md-none{
		display: none !important;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.d-mx-none{
		display: none !important;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.d-lx-none{
		display: none !important;
	}
	.d-desktop-none{
		display: none;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

.debugbarglobal{
	position: fixed;
	top: 0;
	right:20vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #bb0093;
	z-index: 99999999;
	max-height: 100vh;
	overflow: scroll;
	min-height: 10vh;

}

/*


.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 400px;
}

.carousel.vertical .prev {
  top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -400px;
}

.carousel.vertical .active.right {
  top: 400px;
}

.carousel.vertical .item {
	left: 0;
}*/
/* end file: vaxo.css */

/* start file: wizard.css */
.wizard-container {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}

.wizard-steps {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
}

.wizard-step {
    position: relative;
    padding: 10px 20px;
    background-color: #e0e0e0;
    border-radius: 25px;
    font-size: 16px;
    color: #777;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.wizard-step:target {
    background-color: #4caf50;
    color: white;
}

.wizard-step:hover {
    background-color: #ccc;
}

.wizard-step::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 300px;
    height: 2px;
    background-color: #e0e0e0;
    transform: translateY(-50%);
}

.wizard-steps .wizard-step:last-child::before {
	content: none;
}

.wizard-step.current-step{
	background-color: lightblue;
	color: #ffffff;
}
/* end file: wizard.css */

/* start file: workers.css */
div.WorkersBlock,
div.ChiefsBlock
{
	border-top: 1px dashed #cccccc;
	/*width: 300px;*/
}
div.WorkersBlock *,
div.ChiefsBlock *
{
	float: none;
}
.WorkersContainer,
.ChiefsContainer,
.WorkerContainer
{
	width: 100%;
	margin: 0px 0px 10px;
}
.WorkerContainerNew
{
	width: 100%;
	min-height: 25px;
	margin-bottom: 3px;
	border-bottom: 1px dashed #cccccc;
}
.WorkersBlockFilter .WorkerContainerNew
{
	border: 1px solid #e4e4e4;
}
div.WorkertItem
{
	padding: 2px;
	float: none;
	clear: both;
	font-size: 15px;
}
div.WorkerItem_name
{
	float: left;
	white-space: nowrap;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	overflow: hidden;
}
div.ContractItem
{
	padding: 2px 0 2px 5px;
	border-bottom: 1px dashed #cccccc;
	float: none;
	clear: both;
	font-size: 15px;
}
div.WorkertItem small,
div.ContractItem small
{
	color: #cccccc;
}
div.ContractItem:hover
{
	background-color: #ffffcc;
}
div.ContractItem_name
{
	float: left;
	white-space: nowrap;
	width: 80%;
	font-weight: bold;
	font-size: 13px;
	overflow: hidden;
}
div.Contracttools
{
	float: right;
	width: 20%;
	text-align: right;
}
div.Contracttools span
{
	display: block;
	float: right;
	width: 16px;
	cursor: pointer;
	margin: 2px;
	line-height: normal;
}
div.ContractItem_name a
{
	display: block;
}
.worker_item_order
{
	width: 25px;
	padding: 2px;
	margin-top: -10px;
	text-align: center;
}

.WorkerContainer,
.WorkersContainer,
.ChiefsContainer
{
	min-height: 30px;
}
.tk_i_scroll
{
	height: 10px;
	background-image: url(../../templates/images/divider.png );
	background-repeat: repeat-x;
	background-position: center;
	background-color: #b6d2e8;
	cursor: move;
}
.tk_i_no_scroll
{
	height: 10px;
}

div.ChiefsBlock .input-group,
div.ChiefsBlock .text-right {
	margin-bottom: 10px;
}

div.WorkersBlock .input-group,
div.WorkersBlock .text-right {
	margin-bottom: 10px;
}

/* end file: workers.css */

/* start file: z - Chat.css */
.chat-badge {
	background: #a70997;
	border: 1px solid #a70997;
	position: absolute;
	border-radius: 50%;
	width: 20px;
	padding: 0px;
	margin: 0px;
	top: -7px;
	right: -4px;
	display: table-cell;
	height: 20px;
	text-align: center;
	line-height: 18px;
}
.user_photo {
	background-color: #f1f5f6;
}
.info_logout > ul.ChatItems li,
.info_logout > ul.ChatItems li a {
	color: #333;
}
.info_logout > ul.ChatItems {
	width: 300px;
	background-color: #f1f5f6;
}
.info_logout > ul li.Conversation {
	overflow: visible;
	clear: both;
}
.info_logout > ul li .chat_full_con {
	float: right;
}
.chat_user_photo {
	position: relative;
	width: 35px;
	height: 35px;
	border: #ccc;
	border-radius: 50%;
	margin-right: 10px;
	margin-left: 2px;
}

.info_logout > ul.ChatItems li {
	background-color: white;
	padding: 13px;
	margin-bottom: 5px;
	border-bottom: none;
	border-radius: 10px;
	margin: 3px;
}

.info_logout > ul.ChatItems li span span {
	font-size: 13px;
}

.ChatItems > li.Conversation:hover {
	background-color: #eef2fc;
}

.chat-full-version {
	text-align: end;
}
.ChatItems .chat-full-version:hover,
.ChatItems .chat-full-version a:hover {
	background-color: #eef2fc !important;
}

.ChatItems.activated:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 10px 12px;
	border-color: transparent transparent #eef2fc transparent;
	right: 17px;
	top: -20px;
}

.spinner-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}

.spinner {
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-left-color: #3498db;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
}

.unread-badge {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #0a5283;
	color: white;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
}

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

@media (max-width: 1199px) {
	.ChatItems.activated:before,
	.info_logout > ul.activated::before {
		right: 7px;
	}
}

@media (min-width: 769px) {
	.ChatIcon .info_logout:nth-child(1) {
		right: 16px;
	}
	.ChatIcon .user_photo > span {
		left: 26px;
		right: 0px;
	}
}

/* end file: z - Chat.css */

/* start file: z - Inbox.css */
/* EMAIL */
.email {
    padding: 20px 10px 15px 10px;
	font-size: 1em;
}

.email .btn.search {
	font-size: 0.9em;
}

.email h2 {
	margin-top: 0;
	padding-bottom: 8px;
}

.email .nav.nav-pills > li > a {
	border-top: 3px solid transparent;
}

.email .nav.nav-pills > li > a > .fa {
	margin-right: 5px;
}

.email .nav.nav-pills > li.active > a,
.email .nav.nav-pills > li.active > a:hover {
	background-color: #f6f6f6;
	border-top-color: #3c8dbc;
}

.email .nav.nav-pills > li.active > a {
	font-weight: 600;
}

.email .nav.nav-pills > li > a:hover {
	background-color: #f6f6f6;
}

.email .nav.nav-pills.nav-stacked > li > a {
	color: #666;
	border-top: 0;
	border-left: 3px solid transparent;
	border-radius: 0px;
}

.email .nav.nav-pills.nav-stacked > li.active > a,
.email .nav.nav-pills.nav-stacked > li.active > a:hover {
	background-color: #f6f6f6;
	border-left-color: #3c8dbc;
	color: #444;
}

.email .nav.nav-pills.nav-stacked > li.header {
	color: #777;
	text-transform: uppercase;
	position: relative;
	padding: 0px 0 10px 0;
}

.email table {
	font-weight: 600;
}

.email table a {
	color: #666;
}

.email table tr.read > td {
	background-color: #f6f6f6;
}

.email table tr.read > td {
	font-weight: 400;
}

.email table tr td > i.fa {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
}

.email table tr td > i.fa-star {
	color: #f39c12;
}

.email table tr td > i.fa-bookmark {
	color: #e74c3c;
}

.email table tr > td.action {
	padding-left: 0px;
	padding-right: 2px;
}

.grid {
    position: relative;
    width: 100%;
    background: #fff;
    color: #666666;
    border-radius: 2px;
    margin-bottom: 25px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}



.grid .grid-header:after {
    clear: both;
}

.grid .grid-header span,
.grid .grid-header > .fa {
    display: inline-block;
    margin: 0;
    font-weight: 300;
    font-size: 1.5em;
    float: left;
}

.grid .grid-header span {
    padding: 0 5px;
}

.grid .grid-header > .fa {
    padding: 5px 10px 0 0;
}

.grid .grid-header > .grid-tools {
    padding: 4px 10px;
}

.grid .grid-header > .grid-tools a {
    color: #999999;
    padding-left: 10px;
    cursor: pointer;
}

.grid .grid-header > .grid-tools a:hover {
    color: #666666;
}

.grid .grid-body {
    padding: 15px 20px 15px 20px;
    font-size: 0.9em;
    line-height: 1.9em;
}

.grid .full {
    padding: 0 !important;
}

.grid .transparent {
    box-shadow: none !important;
    margin: 0px !important;
    border-radius: 0px !important;
}

.grid.top.black > .grid-header {
    border-top-color: #000000 !important;
}

.grid.bottom.black > .grid-body {
    border-bottom-color: #000000 !important;
}

.grid.top.blue > .grid-header {
    border-top-color: #007be9 !important;
}

.grid.bottom.blue > .grid-body {
    border-bottom-color: #007be9 !important;
}

.grid.top.green > .grid-header {
    border-top-color: #00c273 !important;
}

.grid.bottom.green > .grid-body {
    border-bottom-color: #00c273 !important;
}

.grid.top.purple > .grid-header {
    border-top-color: #a700d3 !important;
}

.grid.bottom.purple > .grid-body {
    border-bottom-color: #a700d3 !important;
}

.grid.top.red > .grid-header {
    border-top-color: #dc1200 !important;
}

.grid.bottom.red > .grid-body {
    border-bottom-color: #dc1200 !important;
}

.grid.top.orange > .grid-header {
    border-top-color: #f46100 !important;
}

.grid.bottom.orange > .grid-body {
    border-bottom-color: #f46100 !important;
}

.grid.no-border > .grid-header {
    border-bottom: 0px !important;
}

.grid.top > .grid-header {
    border-top-width: 4px !important;
    border-top-style: solid !important;
}

.grid.bottom > .grid-body {
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
}
/* end file: z - Inbox.css */