/*
////////////////////////////////////////////////////////////////////////////////
// styles.css                                                                 //
// Main CSS Styles for the whole project                                      //
////////////////////////////////////////////////////////////////////////////////
*/

/* Editor */
.webix_menu .webix_list_item {
  background: #f9fdff;
}
.webix_rte_select_popup .webix_list_item {
  background-color: #f9fdff;
}

/* Diagram */
.webix_de_toggle.webix_secondary button .webix_icon {
  color: #1D64F2 !important;
}

.webix_de_control_grid .dgi-grid {
  color: #1D64F2 !important;
}
.webix_de_segmented button.webix_selected,
.webix_de_toggle .webix_pressed .webix_button {
  background: #1D64F2 !important;
  color: white !important;
  border: 1px solid #1ca1c1;
  box-shadow: none;
}
.webix_de_segmented .webix_all_segments .webix_segment_1.webix_selected,
.webix_de_segmented .webix_all_segments .webix_segment_N.webix_selected {
  border-left-color: #1D64F2;
}
.webix_primary .webix_button {
  background: #1D64F2;
  color: white !important;
}
.webix_primary .webix_button:hover {
  background-color: #0553f0;
}
.webix_secondary .webix_button {
  background: #E3EFFF;
  color: black !important;
}
.webix_secondary .webix_button:hover {
  background-color: #ccdff9;
}
.webix_de_control_counter.webix_el_counter button {
  background: transparent;
  color: #1D64F2;
}
.diagram_button .webix_button
{
	color: white !important;
	background-color: #1D64F2 !important;
}
.diagram_button .webix_button:hover {
  background-color: #0553f0 !important;
}

.diagram_segment .webix_segment_0.webix_selected,
.diagram_segment .webix_segment_1.webix_selected,
.diagram_segment .webix_segment_N.webix_selected
{
  color: #1D64F2 !important;
  background-color: #f5f5f5 !important;

}

/* ToDo */
.webix_todo_priority_suggest .webix_list_item {
  border-color: transparent;
  background-color: #f9fdff;
}
.webix_todo_context .webix_list_item {
  border-color: transparent;
  background-color: #f9fdff;
}
.webix_todo_project_suggest .webix_list_item {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #f9fdff;
}/*
.webix_menu.webix_todo_project_actions .webix_list_item {
  padding-left: 8px;
  background-color: #FF0000;
}*/
/* Add Task */
.webix_todo_add .webix_template {
  padding: 0;
  color: #1ca1c1;
  line-height: 38px;
  cursor: pointer;
  color: #1D64F2;
}
.webix_todo_add .webix_template:hover {
  color: #0553f0;
}
.webix_cal_body, .webix_cal_header, .webix_cal_month, .webix_cal_footer
{
  background-color: #f9fdff;
}
.webix_icon_button:hover .webix_todo_active_search,
.webix_el_icon .webix_icon.webix_todo_active_search {
  color: #1D64F2;
}
.webix_icon.webix_todo_editing {
  color: #1D64F2;
  cursor: default;
}

/*
.diag_button .webix_img_btn_text
{
	margin-bottom: 20px;
	color: black !important;
}

.diag_button .webix_button
{
  color: white !important;
	background-color: #1D64F2 !important;

	color: black !important;
	background-color:#E3EFFF !important;
	box-shadow: 2px 2px 5px #D4D4D4;
}*/


.button_icon .webix_icon{
	font-size:19px;
	padding: 6px;
	color: black !important;
	background-color:#D4D4D4 !important;
}
.button_icon_tr .webix_icon{
	margin: -3px;
	font-size:24px;
	color: black !important;
}

/* For audio player */
.button_wrapper {
	display: inline-block;
	width: 30px;
	padding-right: 20px;
}
.custom_button {
	line-height:1.4em;
	text-align:center;
	padding: 4px 5px;
	margin:3px auto;
	height:20px;
}
.progress_result {
	height: 100%;
	float: left;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	/*background: #1ca1c1;*/
	background: #1D64F2;
}
.progress_bar_element {
	background-color: #f5f5f5;
	border-radius: 4px;
	width: 100%;
	height: 6px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	margin-top: 16px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
/* For audio player */


.my_timeline
{
	border-color:#D4D4D4 !important;
	background-color: #F8F9FA !important;
}
.my_timeline .webix_timeline_value
{
	font-family: "Arial" !important;
}

.wrap_lebel.webix_el_label .webix_el_box
{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #444444;
	font-size:12px;
}

.my_accordion .webix_accordionitem_label
{
	color:black !important;
/*	background-color: #E3EFFF !important; */
	background-color: #DFDFDF !important;
}
.my_accordion .webix_accordionitem_button
{
	color:black !important;
}
.my_accordion .webix_accordionitem_body > div {
	color:#202020 !important;
}
.my_accordion .webix_view.webix_layout_accordion, .webix_view.webix_layout_accordion {
	background: transparent !important;
}
.my_accordion .webix_accordionitem {
	border-bottom:0px;
}

.loginSelect.webix_control.webix_el_select select:focus
{
	border:1px solid #E3EFFF;

		/*	font-family: 'SF Mono', SFMono-Regular, ui-monospace,
			'DejaVu Sans Mono', Menlo, Consolas, monospace;*/
}
/*
.loginSelect .webix_inp_label
{
	font-family: 'SF Mono', SFMono-Regular, ui-monospace,
			'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
.loginSelect.webix_control.webix_el_select select
{
	border:1px solid #E3EFFF;
	font-family: 'SF Mono', SFMono-Regular, ui-monospace,
			'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
*/
.my_switch .webix_switch_on
{
	background-color: #1D64F2 !important;
}
.my_empty_bar_left
{
	background-color: #E9EBF1 !important;
	border-right: 1px solid #D4D4D4 !important;
}
.my_empty_bar_right
{
	background-color: #E9EBF1 !important;
	border-left: 1px solid #D4D4D4 !important;
}
.url_frame
{
	background-color: #E9EBF0 !important;
}

.my_select_row
{
	background-color: #D4D4D4 !important;
}

.webix_dtable .webix_ss_header .webix_hcolumn div.webix_last_row,
.webix_dtable .webix_ss_header .webix_span.webix_last_row {
  border-bottom: transparent;
	background-color: #D4D4D4 !important;
}

/* at right of table header */
.webix_ss_vscroll_header {
	border-left: 1px solid #D4D4D4 !important;
	border-bottom: 1px solid #D4D4D4 !important;
	background-color: #D4D4D4 !important;
}

.webix_list_item.webix_group_back.group {
	background-color: #1D64F2 !important;
	color: white;
}

.webix_list_item.webix_group_back.group .webix_arrow_icon {
	color: white;
}

/* line under header */
/*
.webix_dtable .webix_ss_header td.webix_last_row
{
	border-bottom: 1px solid #ff0000;
}
*/
.login_form
{
	border-color:#D4D4D4 !important;
	background-color: #F4F6F8 !important;
}
.login_form_img
{
	border-color:#D4D4D4 !important;
	background-color: #F4F6F8 !important;
	background-image: url('../images/login_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.my_table
{
	border-color:#D4D4D4 !important;
	background-color: #F8F9FA !important;
}
.my_table_main
{
	border-color:transparent !important;
	background-color: #EFEFEF !important;
}
.my_table_podcast
{
	border-color:transparent !important;
	background-color: transparent !important;
}
.my_table_podcast .webix_column > div{
  border-color:transparent;
}

.my_table_img .webix_column > div,
.webix_table_cell
{
	padding: 0;
	border-color:transparent !important;
	background-color: transparent !important;
}
ul.usps { vertical-align:middle; }

.my_toolbar
{
	border-color:transparent;
	background-color: #EFEFEF;
}

.webix_icon.email-empty:hover
{
	cursor: pointer;
}

.webix_icon.email-empty:before
{
    content:"";
    background-image: url("../images/mail_empty.png");
		background-repeat: no-repeat;
    width:24px;
    height:16px;
    display:block;
		margin-top: 9px;
}

.webix_icon.email-full:hover {
	cursor: pointer;
}

.webix_icon.email-full:before
{
    content:"";
    background-image: url("../images/mail_full.png");
		background-repeat: no-repeat;
    width:24px;
    height:16px;
    display:block;
		margin-top: 9px;
}
/*
.loginText.webix_el_text input,
.loginText.webix_el_text .webix_inp_label
{
	font-family: 'SF Mono', SFMono-Regular, ui-monospace,
			'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
*/
.loginLabel.webix_el_label .webix_el_box {
	 font-size: 40px;
 }
 .loginLabel2.webix_el_label .webix_el_box {
 	 font-size: 18.5px;
}
.loginLabel3.webix_el_label .webix_el_box {
	font-size: 26px;
}

.my_pager.webix_pager .webix_pager_item_selected {
	color: black;
	background-color:#D4D4D4;
}
.my_pager.webix_pager .webix_pager_item {
	color: #303030;
	background-color: transparent;
}

.my_pager2.webix_pager .webix_pager_item_selected {
	color: white;
	background-color:#1D64F2;
}
.my_pager2.webix_pager .webix_pager_item {
	color: #303030;
	background-color: transparent;
}
.my_pager2.webix_view.webix_pager
{
	text-align:center;
}

.login_button .webix_button
{
	color: #1D64F2 !important;
	background-color:white !important;
/* 	box-shadow: 2px 2px 5px #D4D4D4;*/
}
.login_button_pressed .webix_button
{
	color: white !important;
	background-color: #1D64F2 !important;
}
.login_button2 .webix_img_btn_text
{
	margin-bottom: 20px;
	color: black !important;
}
.login_button2 .webix_button
{
	color: black !important;
	background-color:#E3EFFF !important;
	box-shadow: 2px 2px 5px #D4D4D4;
}
.login_button2 .webix_icon
{
	margin-left: -11px;
	margin-top: 20px;
}

.main_button .webix_button
{
	color: black !important;
	background-color:#D4D4D4 !important;
}

.webix_icon.icon-password:before
{
    content:"";
    background-image: url("../images/form-textbox-password.svg");
		background-repeat: no-repeat;
    width:42px;
    height:42px;
    display:block;
/*		filter: invert(42%) sepia(98%) saturate(415%) hue-rotate(177deg) brightness(85%) contrast(96%); */
}

.webix_icon.icon-chat:before
{
    content:"";
    background-image: url("../images/chat-processing-outline.svg");
		background-repeat: no-repeat;
    width:42px;
    height:42px;
    display:block;
/*		filter: invert(42%) sepia(98%) saturate(415%) hue-rotate(177deg) brightness(85%) contrast(96%); */
}

.webix_icon.icon-face-agent:before
{
	content:"";
	background-image: url("../images/face-agent.svg");
	background-repeat: no-repeat;
	width:42px;
	height:42px;
	display:block;
}

.webix_icon.icon-search:before
{
	content:"";
	background-image: url("../images/image-search-outline.svg");
	background-repeat: no-repeat;
	width:42px;
	height:42px;
	display:block;
}

.href_button .webix_button
{
	font-size: 14px;
	text-decoration: underline;
	color: black !important;
	background-color: transparent !important;
}

.cancel_button .webix_button
{
	color: white !important;
	background-color:#940000 !important;
}

/* add, del, start, stop buttons */
.bt_modify button
{
	color: white !important;
	background: #245E94 !important;
}
.bt_modify button:active
{
	color: white !important;
	background: #1d4d7a !important;
}
.bt_modify button:disabled
{
	color: #BEBEBE !important;
	background: #f0f0f0 !important;
}
.bt_modify button:hover
{
	color: white !important;
	background: #1d4d7a !important;
}

/* Dialog boxes */
.webix_popup_button
{
	color: black !important;
	background-color:#E3EFFF !important;
 	box-shadow: 2px 2px 5px #D4D4D4;
}
.webix_popup_button:hover
{
	color: black !important;
	background-color:#E3EFFF !important;
 	box-shadow: 2px 2px 5px #D4D4D4;
}
.webix_alert .webix_popup_text,
.webix_confirm .webix_popup_text
{
	box-shadow: inset 0 4px #D4D4D4;
}
.webix_alert .webix_popup_title,
.webix_confirm .webix_popup_title
{
	/* color: red !important; */
	box-shadow: inset 0 4px #E3EFFF;
}
.webix_modal_box.webix_alert,
.webix_modal_box.webix_confirm
{
	background-color:white !important;
}

/*
body{
	background-image: url("../images/bg3.jpg");
	background-size: 100% 100%;
}
*/
.desktop-layout {
    background: transparent;
}
.webix_dataview_item.desktop-item {
    border: none;
}
.start-menu-item:hover{
    background: url("../images/icon-bg.png");
}
/*
.menuTitle.webix_el_label .webix_el_box {
	font-size: 25px;
	color: yellow;
}
*/
/* desktop */
.desktop-icons{
    font-size: 13px;
    height: auto;
    color: #FFFFFF;
}
.desktop-items{
    background: transparent;
    overflow-y: hidden !important;
}

/* my */
.desktop-items .webix_cell:nth-child(2n)
{
	background: transparent;
}

/* my */
.desktop-items .webix_column > div
{
	border-right: transparent !important;
	border-bottom: transparent !important;
}



.desktop-items .webix_list_item,
.desktop-items .webix_list_item.webix_selected,
.webix_drag_zone .webix_list_item{
	padding: 10px 10px 1px 10px;
	text-align: center;
	line-height: 17px;
	border:none;
	box-shadow:none;
}
.webix_drag_zone{
	box-shadow: none;
}
.webix_drag_zone .webix_list_item.webix_selected{
	padding: 10px 10px 1px 10px;
}
.webix_drag_zone .webix_list_item.webix_selected .desktop-item-inner{
	box-shadow:  none;
	background: transparent;
}
.webix_drag_over .desktop-item-inner,
.desktop-items .desktop-item-inner:hover,
.webix_selected .desktop-item-inner{
	background: rgba(255,255,255,0.3);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset;
	/* my */
	cursor: pointer;
}
.desktop-items .webix_list_item.webix_selected,
.webix_drag_over.webix_list_item,
.webix_drag_zone, .webix_drag_zone .webix_list_item.webix_selected{
	background: transparent;
}
.desktop-item-inner{
	padding: 5px 5px;
	text-shadow: 1px 1px #000;
}

/* my */
/*default item in dataview*/
.webix_dataview_item {
  cursor: default;
}

.winmenu{
    background: url("../images/menu_bg3.png") repeat !important;
    box-shadow: none !important;
    border-left: none !important;
		border-top: none !important;
		border-right: none !important;

    border-bottom: none !important;
}
.winmenu .webix_win_content{
	padding:8px !important;
}

.winsubmenu .webix_list_item{
	background: #017DD5 !important;
	color: white !important;
  border: none;
	text-align: center;
}

.winsubmenu .webix_list_item:hover{
	background: #0269b3 !important;
}

.start-menu-list{
    background: transparent;
    overflow-y: hidden !important;
    border: none;
}

.start-menu-list .webix_list_item{
    border: none;
}

.webix_toolbar .webix_el_label{
    color: #000000;
}
.webix_toolbar.window-toolbar
{
    background: white !important;
}
.popup-window-custom.no_border .webix_win_head {
	border-bottom-color: #fff;
}
.popup-window-custom .webix_fmanager_toolbar{
	background: #fff;
}


.webix_toolbar.window-toolbar .webix_el_label img{
	margin-top: 4px;
	margin-right: 6px;
	margin-left:5px;
	float: left;
}

.webix_toolbar.window-toolbar .webix_el_button{
    height: 28px !important;
    margin-top: 0px !important;
}

.webix_toolbar.window-toolbar .webix_img_btn:hover{
    background-color: #e5e5e5  !important;
    height: 28px;
    border-radius: 0;
    margin-top: -3px;
}

.webix_toolbar.window-toolbar .webix_img_btn:focus{
    background-color: transparent  !important;
}

.webix_toolbar.window-toolbar .webix_image{
	margin-right:0px;
}

.webix_toolbar.window-toolbar .close-button  .webix_img_btn:hover{
    background-color: #e81123  !important;
}

.webix_toolbar.window-toolbar .webix_el_label{
    font-size: 14px  !important;
}

.toolbar-bottom{
    background-image: url("../images/panel_bg.png") !important;
		background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    /*margin-top: -170px;*/
}

.toolbar-bottom .webix_img_btn:hover{
/*    background: url("../images/panel_bg.png") repeat !important;*/
		background-image: url("../images/panel_bg.png") !important;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;

    border-radius: 0;
}
.toolbar-bottom .webix_img_btn:focus{
    background:transparent !important;
}
.toolbar-bottom .webix_el_box{
    padding: 0 !important;
/*    height: 69px !important;*/
}
.toolbar-bottom .webix_el_button{
    margin-top: 0px !important;
    margin-left: 0px !important;
/*    height: 70px !important;*/
}
.toolbar-bottom .webix_image{
/*    height: 70px !important;
    width: 70px !important;*/
}
.time-template{
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 13px;
}

.version-template{
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
		text-align:right;
}

.user-logo{
    border-radius: 50px;
}
.content-user-logo{
    background: none;
    border: none;
    color: #FFFFFF;
}
.content-user-logo .webix_template img{
	float: left;
	margin-right: 10px;
}
.content-user-logo .webix_template div{
	line-height: 50px;
}
.start-menu-title .webix_el_box{
    color: #B5B5B5;
	font-size: 13px;
    margin-left: 7px !important;
}
.start-image-menu-title .webix_el_box{
	font-size: 13px;
  color: #FFFFFF;
	font-weight:normal;
	/*cursor:pointer;*/
}
.start-image-menu-title-logout .webix_el_box{
	font-size: 14px;
  color: #FFFFFF;
	/*cursor:pointer;*/
}
.start-menu-list .webix_list_item{
	padding: 4px 10px;
}
.start-menu-list .webix_list_item.webix_selected{
    background: transparent;
    border-bottom: none;
}
.start-menu-list.icon .webix_list_item{
	color: #fff;
	font-size: 13px;
}
.webix_img_btn_abs .webix_icon{
    margin-left: 0px;
}

.start-menu-item-image{
    width: 22px;
    height: 22px;
}
.start-menu-item-image-bg{
    float:left;
    padding: 5px;
    background: #1a4588;
}
.webix_winmenu_item img{
    width: 80px;
}

.gantt_container{
    border-top: none !important;
}

.toolbar-icon{
    margin-right: 3px;
}

.toolbar-bottom .toolbar-icon.active .webix_el_box{
	border-bottom: 2px solid red;
}

.toolbar-icon button{
	padding: 5px 7.5px 4px;
	border: none;

}

.toolbar-icon img, .toolbar-icon button div{
	width: 55px;
	height: 55px;
}
.toolbar-icon button div, .toolbar-icon .app_icon{
	margin-top: 1px;
}
.toolbar-icon button div{
	line-height: 25px;
}
.toolbar-icon .app_icon{
	margin-top: 2px;
}

.toolbar-time{
	text-align: center;
}
.start-menu-item-image-title{
    margin-left: 5px;
    float: left;
}

.empty-app .webix_template{
	padding: 0;
}
.empty-app-inner{
	width:100%;
	height:100%;

	text-align: center;
}
.empty-app-inner .webix_icon, .empty-app-inner img{
	position: relative;
	top: 50%;
	margin-top: -70px;
	width: 140px;
	height: 140px;
}
.empty-app-inner .webix_icon{
	color: #fff;
	text-align: center;
	font-size: 70px;
}
.webix_window {
	box-shadow:none;
}
.active_win, .dhx_cal_light{
	box-shadow: 0 0 8px rgba(0,0,0,0.4) !important;
}
.active_win.app{
	border-color:#1796b0;
}
.active_win.navy{
	border-color: #284063;
}
.active_win.blue{
	border-color: #297acc;
}
.active_win.dark-blue{
	border-color: #1a4588;
}
.active_win.light-blue{
	border-color: #00b1f0;
}
.active_win.red{
	border-color: #dc3c00;
}
.active_win.green{
	border-color: #107c10;
}
.active_win.violet{
	border-color: #80397b;
}
.menu-sys-icon{
	width: 16px;

	height: 28px;
	float:left;
	margin-right: 5px;
	background-position: center center;
	background-repeat: no-repeat;
}
.menu-sys-icon img{
	vertical-align: middle;
}

.menu-sys-icon-bottom{
	width: 24px;
	height: 24px;
	float:left;
	background-position: center center;
	background-repeat: no-repeat;
}
.menu-sys-icon-bottom img{
	vertical-align: middle;
}

.sing-in-form{
	background: rgba(0,0,0,0.2);
}
.sing-in-form .webix_template{
	font-size: 17px;
}
.sing-in-form .webix_template img{
	margin-bottom: 10px;
}
.sing-in-form .locked{
	margin-top: 5px;
	font-size: 13px;
	color: #ddd;
}
.sing-in-form .webix_view{
	background: transparent;
	color: #fff;
	text-align: center;
}
.sing-in-form button{
	font-size: 16px;
}

.dhx_cal_light{
	border-radius: 0 !important;
}

/* spinner */
.spinner {
  position: relative;
	margin-left: 120px;
}

.double-bounce1, .double-bounce2 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.dsk-title{
		font-size: 13px;
    color: #FFFFFF;
    height:40px;
    line-height:20px;
		text-align:center;
		text-shadow: 1px 1px #000;
		padding: 5px;

}

.my_ctx {
	margin-left:-15px;
}
.webix_point_top {
	margin-left:-15px;
}

.webix_segment_0
{
	color: black !important;
	background-color:white !important;
}

.webix_selected.webix_segment_0
{
	color: white !important;
	background-color:#245E94 !important;
}

.webix_segment_1
{
	color: black !important;
	background-color:white !important;
}

.webix_selected.webix_segment_1
{
	color: white !important;
	background-color:#245E94 !important;
}

.webix_segment_N
{
	color: black !important;
	background-color:white !important;
}

.webix_selected.webix_segment_N
{
	color: white !important;
	background-color:#245E94 !important;
}

.webixtype_base
{
	color: black !important;
	background-color:#e7e9f2 !important;
}

/* for the segmented toolbar */
/* inactive */
.bt_my_seg_ina button
{
	color: black !important;
	background: white !important;
}
.bt_my_seg_ina button:active
{
	color: black !important;
	background: white !important;
}
.bt_my_seg_ina button:disabled
{
	color: black !important;
	background: white !important;
}
.bt_my_seg_ina button:hover
{
	color: black !important;
	background: white !important;
}

/* active */
.bt_my_seg button
{
	color: white !important;
	background: #245E94 !important;
}
.bt_my_seg button:active
{
	color: white !important;
	background: #245E94 !important;
}
.bt_my_seg button:disabled
{
	color: white !important;
	background: #245E94 !important;
}
.bt_my_seg button:hover
{
	color: white !important;
	background: #245E94 !important;
}

.webix_message_area
{
	top: auto !important;
	bottom: 70px !important;
}
.webix_message.webix_error
{
	color: white;
	border-color: #a3171e;
	background-color: #a3171e;
}
.webix_message.webix_success
{
	color: white;
	border-color: #5ea226;
	background-color: #5ea226;
}
.webix_message.webix_warning
{
	color: black;
	border-color: #ffcc00;
	background-color: #ffcc00;
}

.caption {
		display: block;
}

.my-menu-hint
{
	font-size: 13px;
	color: #FFFFFF;
	font-style: normal;
}

/* cell during editing */
.webix_dt_editor input {
	background:#e5f5d7;
	border-color: #245e94 !important;
}

.webix_message
{
	text-align:center !important;
}

.webix_item_tab.webix_selected
{
	background-color: #245e94 !important;
	color: white !important;
}
.webix_all_tabs .webix_item_tab.webix_selected:hover
{
	background-color: #245e94 !important;
	color: white !important;
}
.webix_item_tab {
	color: white !important;
	background: #a3a3a3 !important;
}

.webix_el_search input:focus,
.webix_el_text input:focus
{
	border: 1px solid #595959 !important;
}

.webix_el_search input,
.webix_el_text input
{
	border: 1px solid #D2D2D2 !important;
}

.webix_hcell
{
	color:black;
	background-color: white !important;
}

.my_select_row2 .webix_row_select
{
	background-color: #E2EDF5 !important;
	border-color: transparent !important;
}
.my_select_row2
{
	border-color: transparent !important;
}

.my_select_row2 .webix_select_mark > div.webix_row_select
{
	box-shadow: inset 2px 0 transparent
}

/* Do not select text/content in a datatable when doubleclicking */
.webix_dtable
{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.my_select_row_yellow
{
	background-color: #E2EDF5 !important;
}

.webix_cell:nth-child(2n)
{
	background-color:transparent;
}

.webix_segment_0,
.webix_segment_1,
.webix_segment_N
{
	border: 2px solid #F2F2F2 !important;
}

/* FAQ, accordion */
.webix_accordionitem_label
{
	color:#245E94 !important;
}

.webix_accordionitem_button
{
	color:#245E94 !important;
}

.desktop_img
{
	width: 70px;
	display: block;
}

/* vert lines in table */
.webix_column > div
{
	border-right: 1px solid #F5F5F5 !important;
}

.webix_tree_branch_1
{
	color: #313131 !important;
	font-weight: 500;
}

.webix_tree_branch_2
{
	color: #475466 !important;
	font-weight: normal;
}

.webix_secondary .webix_button:disabled
{
	color: #919b98 !important;
	background: #E8E8E8 !important;
}

.my_sticky_red
{
	font-size: 14px !important;
	font-family: monospace !important;
	word-wrap: break-word !important;
	color: white !important;
	background: #6D0F14 !important;
}
.my_sticky_green
{
	font-size: 14px !important;
	font-family: monospace !important;
	word-wrap: break-word !important;
	color: white !important;
	background: #006E1F !important;
}
.my_sticky_yellow
{
	font-size: 14px !important;
	font-family: monospace !important;
	word-wrap: break-word !important;
	color: white !important;
	background: #A0A00A !important;
}

.my_text_area textarea
{
	border: 1px solid #DADEE0;
	height: 100%;
	margin: 0;
	padding: 5px;
	color: #475466;
	resize: none;
	font-size: 14px;
	font-family: monospace;
	padding-left: 12px;
	padding-right: 12px;
}

.webix_el_radio .webix_radio_1 .webix_custom_radio
{
	color: #245E94;
}

.webix_el_textarea textarea:focus
{
	border: 1px solid #245E94;
}

.webix_checkbox_1 .webix_custom_checkbox
{
	color: #245E94 !important;
}

.webix_fieldset_label
{
	color: #245E94 !important;
	font-weight: bold !important;
}

.webix_slider_box .webix_slider_left {
	background: #245E94 !important;
}

.webixbutton
{
	 font-size: 22px;
}

.webix_transparent .webix_button
{
	color: #FFFFFF;
	font-size: 22px;
	/*text-align:left;*/
	/*padding-left: 20px;*/
}

.webix_transparent_smaller .webix_button
{
	font-size: 18px;
}

.my_def_cursor .webix_button
{
	cursor: default;
}

.my_hand_cursor
{
	cursor: pointer;
}

.my_news .webix_timeline_value
{
	color: #000000;
}

/* tabs */
.webix_view.webix_control.webix_el_tabbar
{
	background: transparent !important;
}

.webix_item_tab {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: #D7D7D7 !important;
	color:black !important;
}

/* line under tab */
.webix_all_tabs .webix_item_tab.webix_selected
{
	box-shadow: inset 0 -2px #245E94 !important;
}

/* Richselect */
.webix_el_richselect .webix_inp_static
{
	border: 1px solid #D2D2D2 !important;
}

.webix_el_richselect .webix_inp_static:focus
{
	border: 1px solid #595959 !important;
}

.my_richselect .webix_list_item
{
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	background: #DFEAF6;
}

.my_richselect .webix_list_item.webix_selected
{
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	background: #DFEAF6;
}

.my_richselect_up .webix_list_item
{
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	border-top: 1px solid #a3a3a3;
	background: #DFEAF6;
}

.my_richselect_up .webix_list_item.webix_selected
{
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	border-top: 1px solid #a3a3a3;
	background: #DFEAF6;
}

.webix_list_item.webix_selected
{
	box-shadow: inset 2px 0 #245E94 !important;
}

.my_bold_input_text.webix_el_text input
{
	font-weight: bold !important;
	background: #ddd !important;
}

.my_input_text.webix_el_text input
{
	background: #ddd !important;
}

.my_note_label
{
	font-style: italic;
	font-weight: normal;
	color: #555;
	background-color: transparent;
}

.my_title
{
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: black;
	letter-spacing: 0px;
	background-color: transparent;
}

.webix_view.webix_control .webix_disabled_box input,
.webix_disabled_view .webix_inp_static
{
	color: #475466 !important;
	background: #ddd !important;
}

.webix_disabled_view .webix_inp_label
{
	color: #313131 !important;
}

/* Progress bar */
.webix_progress_top .webix_progress_state,
.webix_progress_bottom .webix_progress_state {
	background: #245E94;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
}

.webix_progress_bottom .webix_progress_state {
  background-size: 14px 14px;
}

.myTooltip {
  color:white;
  background: darkred;
}

.myTooltipWB {
  color:black;
  background: white;
}

.mySearch_mark {
	background: yellow;
	color:#000000
}
