body{
	background: #FFF;
	margin: 0;
	padding: 0;
	font-family: Calibri;
	min-width: 580px;
	font-size: 12pt;
}
textarea{
	outline: none;
	border: none;
	border-bottom: 1px solid #DDD;
	background: #F1F1F1;
	max-width: 360px;
}
.html_editor{
	max-width: 960px;	
	margin: 20px auto;
}
.login_window{
	height: 280px;
	width: 300px;
	background: #FFF;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin: auto;
	text-align: center;
	padding: 0 50px;
	box-shadow: 0px 0px 6px #CCC;
}
.login_window .login_text_input{
	padding: 10px;
	width: 200px;
	margin-bottom: 5px;
	border: none;
	border-bottom: 1.5px solid #DDD;
	transition: border-bottom 200ms;
	outline: none;
}
.login_window .login_text_input:focus{
	border-bottom: 1.5px solid #444;
}
.login_btn{
	height: 30px;
	border: none;
	border-radius: 15px;
	width: 100px;
	margin: 10px;
	background: #778;
	color: white;
	transition: background 200ms;
}
.login_btn:hover{
	background: #445;
	outline: none;
}
.page_header{
	margin: none;
	height: 50px;
	background: #FFF;
	padding: 10px;
	position: sticky;
	top: 0;
	z-index: 1001;
	user-select: none;
	min-width: 560px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.wrapper{
	display: flex;
	min-height: calc(100vh - 70px);
}
.nav{
	background: #667;
	min-width: 80px;
	max-width: 80px;
	transition: all 300ms;
	overflow: hidden;
	white-space: nowrap;
	z-index: 1000;
	min-height: 100%;
	box-shadow: 0 3px 10px rgba(0,0,0,0.5)
}
.content{
	width: 100%;
}
.nav_toggle{
	display: block;
	height: 24px;
	padding: 10px 30px;
	text-decoration: none;
	color: white;
	margin: 0;
	transition: background 200ms;
	background: transparent;
	overflow: hidden;
	cursor: pointer;
	user-select: none;
}
.nav_toggle:hover{
	background: #778;
}
.nav_item{
	display: flex;
	height: 24px;
	padding: 18px;
	text-decoration: none;
	color: white;
	margin: 0;
	justify-content: center;
	transition: background 200ms;
	background: transparent;
	justify-content: left;
	user-select: none;
	overflow: hidden;
}
.list_table{
	width: 100%;
	border: none;
	border-spacing: 0;
	padding-bottom: 10px;
}
.list_table td{
	text-align: center;
	padding: 10px 5px;
}
.list_table th{
	background: #eee;
	padding: 5px;
}
.list_table_remove{
	cursor: pointer;
	color: red;
}
.nav_item:hover{
	background: #778;
}
.nav_icon{
	float: left;
	max-height: 30px;
	margin: -3px 25px -3px 2px;
}
.nav .selected{
	background: #778
}
.warn{
	margin: 15px;
	background: #FFEBA6;
	border-radius: 10px;
	padding: 10px;
	color: #D8B332;
	opacity: 0.9;
}
.notifications a{
	display: block;
	margin: 3px;
}
.field_comment{
	display: block;
	margin: 2px;
	font-size: 9pt;
	color: gray;
}
.success_body{
	margin: 15px;
	border-left: 5px solid #6F6;
	background: #EFE;
	padding: 16px;
	color: #777;
}
.error_body{
	margin: 15px;
	border-left: 5px solid #F55;
	background: #FDD;
	padding: 16px;
	color: #777;
}
.error_body span{
	font-weight: bold;
	font-size: 20pt;
	color: #F55;
}
.error{
	margin: 15px;
	background: #FCC;
	border-radius: 10px;
	padding: 10px;
	color: #777;
	opacity: 0.9;
}
.error span{
	font-weight: bold;
	font-size: 18pt;
	color: #F88;
}
.success{
	color: #8C8;
	margin: 15px;
	background: #DFD;
	border-radius: 10px;
	opacity: 0.9;
	padding: 10px;
}
.warning{
	margin: 15px;
	border-left: 5px solid #EC0;
	background: #FFC;
	padding: 10px;
	color: #777;
}
.warning span{
	font-weight: bold;
	font-size: 20pt;
	color: #EC0;
}
.button_exit{
	display: block;
	float: right;
	height: 24px;
	padding: 8px;
	margin: 5px;
	color: black;
	text-decoration: none;
	background: transparent;
	transition: background 200ms;
}
.icon_exit{
	float: left;
	max-height: 24px;
	margin: -2px 5px 0 0;
}
.button_debug{
	display: block;
	float: right;
	height: 24px;
	padding: 8px;
	margin: 5px;
	color: black;
	text-decoration: none;
	background: transparent;
	transition: background 200ms;
}
.icon_debug{
	float: left;
	max-height: 24px;
	margin: -2px 5px 0 0;
}
.nav_grid_item{
	float: left;
	display: block;
	margin: 20px;
	background: #FFF;
	width: 140px;
	height: 160px;
	word-wrap: break-word;
	box-shadow: 0px 0px 6px #CCC;
	padding: 10px;
	color: black;
	text-decoration: none;
	user-select: none;
	transition: background 200ms;
}
.nav_grid_item:hover{
	background: #F5F5F5;
}
.nav_grid_icon{
	width: 120px;
	margin: 10px;
}
.p_header{
	padding-top: 1px;
	background: #99A;
	height: 80px;
	min-width: 420px;
	user-select: none;
	box-shadow: 0 0 8px #AAA;
}
.input_search{
	padding: 8px;
	border:none;
	background: #FFF;
	height: 16px;
	outline: none;
	margin: 24px 0 24px 20px;
	float: left;
	border-radius: 5px 0 0 5px;
}
.button_search{
	height: 32px;
	border: none;
	outline: none;
	margin: 24px 5px 24px 0;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
.button_search img{
	height: 22px;
}
.module{
	background: white;
	margin: 20px;
	padding-bottom: 1px;
	box-shadow: 0px 0px 6px #CCC;
}
.module_header{
	padding: 10px;
	user-select: none;
	border-bottom: 1px solid #CCC;
	font-size: 18pt;
}
.module_textcontent{
	margin: 10px;
	font-size: 12pt;
}
.p_header_button{
	color: white;
	text-decoration: none;
	display: block;
	height: 24px;
	padding: 8px;
	margin: 20px;
	float: right;
	cursor: pointer;
}
.p_header_icon{
	float: left;
	max-height: 24px;
	margin: -2px 5px 0 0;
}
.card_edit_table{
	width: 100%;
}
.module hr{
	border: 1px solid #EEE;
}
.card_edit_table td{
	padding: 10px;
}
.card_edit_label{
	text-align: right;
	width: 50%;
	word-wrap: break-word;
}
.card_mini_table{
	width: 100%;
}
.card_mini_table td{
	padding: 5px 10px;
}
.card_edit_textinput{
	border: none;
	background: #F1F1F1;
	padding: 6px;
	border-bottom: 1px solid #D4D4D4;
	transition: border-bottom 200ms;
	outline: none;
}
.card_edit_numinput{
	border: none;
	background: #F1F1F1;
	padding: 6px;
	border-bottom: 1px solid #D4D4D4;
	transition: border-bottom 200ms;
	outline: none;
	width: 60px;
}
.card_edit_numinput:focus{
	border-bottom: 1px solid #444;
}
.card_edit_textinput:focus{
	border-bottom: 1px solid #444;
}
.card_edit_dateinput{
	border: none;
	background: #F1F1F1;
	padding: 6px;
	border-bottom: 1px solid #D4D4D4;
	transition: border-bottom 200ms;
	outline: none;
}
.card_edit_dateinput:focus{
	border-bottom: 1px solid #444;
}
.nooutput{
	display: block;
	padding: 20px;
	color: #CCC;
}
.card_edit_select{
	border: none;
	outline: none;
	background: #F1F1F1;
	padding: 6px;
	border-bottom: 1px solid #D4D4D4;
	transition: border-bottom 200ms;
}
.card_edit_select:focus{
	border-bottom: 1px solid #444;
}
.card_edit_bottom{
	text-align: center !important;
}
.card_submit{
	height: 30px;
	border: none;
	padding: 1px 23px;
	background: #EEE;
	color: #777;
	font-weight: bold;
	transition: background 200ms;
	outline: none;
	margin-bottom: 10px;
}
.card_submit:hover{
	background: #CCC;
}
.select_filter{
	float: left;
	height: 32px;
	border: none;
	outline: none;
	margin: 24px -10px 24px 20px;
	border-radius: 5px;
	padding: 0 10px;
}
.dev_card_wrapper{
	display: flex;
}
.dev_wrapper_left{
	float: left;
	width: 50%;
	min-width: 480px;
}
.dev_wrapper_right{
	float: right;
	width: 50%;
	min-width: 480px;
}
@media (max-width: 1000px){
	.dev_card_wrapper{
		display: block;
	}
	.dev_wrapper_right{
		width: 100%;
		float: none;
	}
	.dev_wrapper_left{
		width: 100%;
		float: none;
	}
}
.grid_action{
	border: none;
	border-radius: 3px;
	padding: 5px 3px;
	width: 32px;
	height: 30px;
	margin: 4px;
	background: #EEE;
	transition: 200ms background;
	outline: none;
}
.grid_action:hover{
	background: #CCC;
}
.grid_action img{
	max-width: 100%;
}
.custom_dropdown{
	width: var(--dd-width);
	border-bottom: 1px solid #D4D4D4;
	transition: border-bottom 300ms;
	background: #F1F1F1;
	height: 35px;
	display: flex;
	cursor: context-menu;
	padding-right: 8px;
	color: black !important;
}
.dd_caret_down{
	font-size: 9pt; 
	color: #999;
	display: block;
	width: 10px;
	margin: 10px 0;
	float: right;
}
.custom_dropdown_btn{
	width: var(--dd-width);
}
.custom_dropdown_btn .custom_dropdown_sel{
	border: none;
	user-select: none;
	background: transparent;
	padding: 6px;
	margin: 0;
	width: calc(var(--dd-width) - 25px);
	outline: none;
	text-align: left;
	float: left;
	overflow: hidden;
	display: block;
	white-space: nowrap;
}
.custom_dropdown_content{
	margin-top: 35px;
	display: none;
	position: absolute;
	width: var(--dd-width);
	background: white;
	border: 1px solid #CCC;
	max-height: 240px;
	overflow: hidden;
	word-wrap: break-word;
}
.custom_dropdown_options{
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 200px !important;
}
.custom_dropdown_content a{
	display: block;
	user-select: none;
	padding: 2px 6px;
	max-width: 100%;
	cursor: context-menu;
	min-height: 20px;
}
.custom_dropdown_content a:hover{
	background: #DDD;
}
.custom_dropdown_search{
	padding: 8px 5px;
	width: calc(var(--dd-width) - 10px);
	border: none;
	outline: none;
	background: #EEE;
	overflow: hidden;
}
[data-dd-disabled="true"]{
	color: transparent;
}
[data-dd-disabled="true"] i{
	color: #DDD;
}
.table_footer{
	padding: 5px;
	background: #F5F5F5;
	height: 25px;
	display: flex;
}
.btn_form{
	border: none;
	padding: 9px 20px;
	background: #F1F1F1;
	margin: 15px 10px 10px 0;
	transition: 200ms all;
	outline: none;
}
.btn_form:hover{
	background: #DDD;
}
.table_nav{
	width: 70%;
}
.table_nav a{
	display: block;
	background: #EEE;
	width: 20px;
	padding: 3px;
	margin: 0 3px;
	text-align: center;
	color: #888;
	border-radius: 2px;
	cursor: pointer;
	transition: background 200ms, color 200ms;
	float: left;
}
.table_nav a:hover{
	color: black;
	background: #DDD;
}
.msg_overlay{
	pointer-events: none;
	position: fixed;
	width: 30%;
	margin: 0 35%;
	top: 30px;
	z-index: 10000001;
	transition: opacity 1000ms;
}
.login_error{
	width: 200px;
	border-left: 3px solid red;
	font-weight: bold;
	padding: 5px 10px;
	text-align: left;
	margin: 10px;
}
.card_mini_status{
	max-height: 20px;
}
.itable .irow td{
	border-top: 1px solid lightgrey;
	text-align: center;
	max-width: 12%;
}
.itable .irow{
	background: transparent;
	transition: background 200ms;
	cursor: pointer;
}
.itable .irow:hover{
	background: #EEE;
}
.itable th{
	padding: 3px;
	background: #778;
	color: white;
	cursor: context-menu;
}
td.card_mini_card{
	padding: 0;
	overflow: hidden;
	border: none;
	background: #EEE;
}
.minicard{
	max-height: 0;
	transition: max-height 300ms;
}
.dt-wrapper{
	display: flex;
	min-height: 100vh;
}
.t-body{
	width: 100%;
}
.f-body{
	width: 0px;
	background: white;
	transition: width 300ms, margin-left 300ms;
	overflow: hidden;
	white-space: nowrap;
}
.f-options .f-option{
	padding: 5px 40px 5px 20px;
	display: block;
	width: 340px;
	cursor: pointer;
	user-select: none;
}
.f-options .f-option span{
	float: right;
}
.f-optiondiv{
	height: 0px;
	overflow: hidden;
	transition: height 300ms;
	margin: 0px 30px;
}
.f-table{
	width: 100%;
}
.f-table tr td:nth-child(2) a{
	width: 10px;
	color: #F66;
	cursor: pointer;
	margin-right: 30px;
}
.f-table tr td:nth-child(2){
	width: 10px;
}
.add-filter{
	display: block;
	padding: 5px 20px;
	cursor: pointer;
	user-select: none;
}
.dhx_grid-cell{
	user-select: none;
}
.card_btn_add{
	display: block;
	padding: 10px 20px;
	cursor: pointer;
	color: darkblue;
}
.div_toggle{
	height: 0;
	overflow: hidden;
	transition: height 200ms;
}
.module_header a{
	float: right;
	display: block;
	font-size: 12pt;
	padding: 4px;
	margin: 2px;
	cursor: pointer;
	color: navy;
}
.tabgroup_header_button{
	display: block;
	background: #FFF;
	color: #AAA;
	float: left;
	padding: 4px;
	height: 20px;
	margin: 52px 0 0 0;
	text-decoration: none;
}
.tabgroup_header_active{
	background: #EEE;
	padding: 7px;
	margin: 46px 0 0 0;
	color: black;
	border-radius: 3px 3px 0 0;
}
.info_module{
	padding: 10px;
	background: white;
	margin: 20px 20px 0 20px;
	box-shadow: 0px 0px 6px #CCC;
}
.tabgroup{
	display: flex;
	flex-direction: column;
}
.tabgroup_tabs{
	display: flex;
	flex-direction: row;
	background: #EAEAEA;
	height: 32px;
	padding: 0 10px;
}
.tabgroup_tab{
	border: none;
	height: 24px;
	padding: 4px;
	background: #EEE;
	color: #AAA;
	margin-top: 8px;
	cursor: pointer;
	transition: all 200ms;
	outline: none;
}
.tabgroup_tab:hover{
	color: #555;
}
.tabgroup_active{
	padding: 6px;
	height: 28px;
	margin-top: 4px;
	background: white;
	border-radius: 3px 3px 0 0;
	color: black;
}
.tabgroup_active:hover{
	color: black;
}
.tabgroup_content > div{
	display: none;
}
.tabgroup_content > .tabgroup_panel_active{
	display: block !important;
}
.distrib_ring{
	height: 160px;
	width: 160px;
	margin: 20px;
	border-radius: 50%;
	background: radial-gradient(#FFF 55%, transparent 56%), var(--conic);
}
.wrapper_split .module{
	float: left;
	width: calc(50% - 40px);
}
@media (max-width: 1900px) {
	.wrapper_split .module{
		width: auto;
		float: none;
	}
	#report_mini_table .card_edit_table{
		width: 50%;
	}
}
.card_edit_table tr td:first-child{
	text-align: right;
	width: 50%;
	word-wrap: break-word;
}
#report_mini_table .card_edit_label{
	width: 65%;
}
.profile_button{
	display: block;
	padding: 5px;
	height: 10px;
}
.m_modal{
	margin: 100px auto;
	width: 1000px;
}
.profile_info{
	float: right;
	width: 560px;
	background: #EEE;
	margin: -10px;
	padding: 10px;
}
.profile_info ul{
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
.profile_info ul img{
	max-height: 20px;
	margin: -5px 0;
}
.profile_info a{
	text-decoration: none;
	color: black;
}
.page_header .logo{
	margin: 0px 40px;
	max-height: 50px;
}
.custom_dropdown_notfound{
	padding: 5px;
	background: #EEE;
	color: #888;
	display: none;
}
@media (max-width: 815px){
	.page_header .logo{
		display: none;
	}
	.profile_info{
		width: 100%;
	}
	textarea{
		width: 280px;
	}
}
@media(min-width: 1000px){
	.profile_info{
		width: 660px;
	}
}
.tableGreen{
	background: green;
}
#row_count{
	display: block;
	margin: 30px;
	float: left;
	color: white;
	min-width: 100px;
}
.breakrow{
	height: 1px;
	background: #DDD;
	padding: 0 !important;
}