/* CSS Document */

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background: url(../images/design/general_bg.png) repeat;
margin:0;
padding:0;
}


a{
text-decoration:none;
outline:none;
color:#4b5c63;
cursor: pointer;
}

a:hover{
color: #3E3E3E;
}

img{
border:0
}

embed{
position:relative;
z-index:50;
}


iframe{
border:0;
}

h1{
padding:0;
margin:0;
}

h2{
padding:0;
margin:0;
}

h3{
padding:0;
margin:0;
}

h4{
padding:0;
margin:0;
}

h5{
padding:0;
margin:0;
}

object{
position:relative;
z-index:10;
}

div{
	margin:0;
	padding:0;
}


input[type="text"]{
width:200px;
height:24px;
padding:0;
margin:0;
border:none;
/*height:16px;
border:1px #999999 solid;*/
}

textarea{
width:200px;
border:none;
}

input[type="password"]{
width:200px;
height:20px;
border:1px solid #C8CCD0;
}

#outer
{
	/*position:fixed; 
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background:#CCC;*/
	background: #364150;
	position:fixed; 
	display:flex;
	align-items:center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
form#login{
	background: #fff;
	padding:25px;
	width:100%;
	max-width:380px;
	box-sizing: border-box;
}
form#login .announcewrong {
    background: #fbe1e3;
	color:#e73d4a;
    filter:none;
    box-shadow:none;
    -webkit-box-shadow:none;
    color: #FFFFFF;
    border-radius:0px;
    font-size: 12px;
    padding: 3px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
form#login .field-tab{
  display:flex;
  align-items: center;
  width:100%;
  height:40px;
  border:1px solid rgba(0,0,0,0.3);
  margin-bottom:15px;
}

form#login .field-tab .symbol{
	width:40px;
	height:40px;
	display:flex;
	align-items: center;
	justify-content: center;
	border-right:1px solid rgba(0,0,0,0.3);
}
form#login .field-tab .symbol i{
	font-size:14px;
	color:#36C6D3;
}
form#login .field-tab .input-field{
 width:calc(100% - 40px);
}
form#login .field-tab .input-field input{
	width:calc(100% - 15px);
	outline:none;
	height:100% !important;
	margin-bottom:0px !important;
}
.login_footer{
	margin-top:20px;
}
.login_footer a{
color: #7a8ca5;
font-size:14px;
}
#outer_header
{
	height:180px;
}
.form-login-title{
	font-weight: normal;
    font-size: 18px;
    color: #36C6D3;
    text-align: center;
    margin-bottom: 15px;
}
#outer_logo
{
	margin:0 auto;
	width:auto;
	margin-bottom:35px;
}

#outer_title
{
	height:59px;
	line-height:55px;
}

#outer_title h2
{
	font-size:20px;
	font-weight:normal;
	color:#89939C;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.70);
	text-align:center;
}

#out_container
{
	width:100%;
}

#out_container_in
{
	width:100%;
}

#out_container_in h3
{
	color:#B3B1B5;
	font-weight:normal;
	font-size:15px;
	text-align:center;
	margin-bottom:5px;
}
.filter_btn {
		display: flex !important;
		align-items: center;
		justify-content: center;
		border: 1px solid #e7505a !important;
		background: #e7505a !important;
		text-align: center;
		color: #fff !important;
		height:40px !important;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transform: all 0.4s ease;
		transition: all 0.4s ease;
}
#out_container_in input[type="text"], #out_container_in input[type="password"]
{
	width:200px;
	padding-left:5px;
	padding-right:5px;
	height:27px !important;
	border:none;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:20px;
}

#out_container_in input[type="submit"]
{
	background: #36C6D3 !important;
	margin: 0;
    height: 38px;
    line-height: 38px;
    padding-left: 45px;
    padding-right: 45px;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.logintitle
{
	color:#B3B1B5;
	font-weight:normal;
	font-size:16px;
	text-align:center;
	margin-bottom:35px;
}

.window{
	background: #F3F4F5;
    position: absolute;
    width:100%!important;
    left:0px!important;
	z-index:999999;
	top:0px !important;
	height:calc(100vh - 37px) !important;
	display:none;
	/*border:1px #666 solid;*/
}

#form_title
{
	position: relative;
    background: #36c6d3;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
}

#form_title h2
{
	font-size: 22px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 0;
}

.window_top_bar{
	/*text-align:right;
	height:20px;*/
	position:relative;
}

.window_top_bar_in{
	/*padding-top:5px;
	margin-right:5px;	*/
	position: absolute;
    right: 10px;
    top:calc(50% + 25px);
	z-index:9999;
	transform:translateY(-50%);
}

.window_top_bar_in i{
	font-size: 30px;
	color:#fff;
}

.window_top_bar img{
	cursor:pointer;	
}

.window_announce_bar{
	margin-top:10px;
	/*height:60px;*/
	height:45px;
	overflow:auto;
}


.tabdiv {
/*background: #fff;*/
width:925px;
margin-right:5px;
float:left;
}

.tabdiv li {
list-style-image: url("star.png");
margin-left: 20px;
}

.ui-tabs-hide {
display: none;
}


.window_middle_bar{
	overflow:auto;	
}

.window_middle_bar_in{
	padding-top:10px;
	padding-bottom:10px;
}

.window_middle_bar_in_out{
	/*width:930px;*/
	height:auto;
	margin-left:5px;
	overflow:hidden;
}

.window_tabs_bar{
	height:42px;	
	position: relative;
    top: -24px;
}

.window_bottom_bar
{
	display: flex;
    width: 100%;
	height:50px;
    background: #242d38;
	align-items: center;
    justify-content: flex-end;
	padding-top:5px;
}
.button {
    white-space: nowrap;
    background: #3598DC !important;
    height: 23px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: 3none !important;
    box-shadow: none !important;
    margin-right: 12px;
    padding-left: 3px;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    cursor: pointer;
	position:relative;
}
.button.save{
	background: #36c6d3 !important;
}
.button.save.convert{
	background: #f20909 !important;
}
.button.save:after{
	font-family: 'FontAwesome';
	content:'\f00c';
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:15px;
	font-size: 14px;
	color:#fff;
}
.button.add:after{
	font-family: 'FontAwesome';
	content:'\f067';
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:15px;
	font-size: 14px;
	color:#fff;
}
.button a {
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: 100 !important;
    line-height: 23px;
    padding-left: 12px !important;
    padding-right: 35px !important;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}
.save a, .add a {
    background-image: none !important;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.black_bg{
display:none;
position:absolute; 
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,0.6);
}

#tool_box_bottom{
	height:40px;
	bottom:0;
	right:0;
	position: fixed;
	z-index:999;
	background:#ccc;
	width:100%;
	display:none;
}

#tool_box_bottom_small
{
	position:relative;
	z-index:100;
	display:none;
	background:#ccc;
	width:100%;
	/*height:30px;*/
}

#tool_box_bottom_small .toolbox
{
	display:table;
	margin:0 auto;
}

#tool_box_bottom_in{
	padding-top: 5px;
	padding-left:20px;
	padding-right:20px;
}

#container{
 width: calc(100% - 235px);
 margin: 0 auto;
 margin-left: 235px;
 position:relative;

}
#container.open_more{
	width: calc(100% - 43px);
	margin-left: 43px;
}
#container.no_admin{
	margin-left: 0px;
	width: 100%;
}
#container_in{
	
}
/* #main_content_left_out #logo img{
	width:calc(100% - 50px);
} */
/* #main_content_left_out_out
{
	margin-top:20px;
} */

.contentHolder 
{
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#menu{
	/*margin-top:20px;*/
}

.menu_item{
	margin-bottom:0px;
	background-color: #364150;
	border-bottom: 1px solid #3d4957;
}
.menu_box{
	position:relative;
}
.menu_box .stop_click{
	position:absolute;
	width:100%;
	height:100%;
	z-index:999999;
	display:none;
}
.menu_item:hover{
	background-color: #36c6d3;
	color:#fff;
	border-bottom: 1px solid #3d4957;
}

.menu_item_active{
	background-color: #36c6d3;
	color:#fff;
	border-bottom: 1px solid #3d4957;
}


.menu_item a{
	position:relative;
	display:block;
	text-align:left;
	font-size:14px;
	white-space: nowrap;
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-top:13px;
	padding-bottom:13px;
	padding-left:15px;
	padding-right:5px;
	text-decoration: none;
	color: #ADB2B8;
	z-index:999 !important;
}
.sub_menu_arrow{
	position:absolute;
	right:10px;
	top: 50%;
    transform: translateY(-50%);
	transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.sub_menu_arrow.rotate{
	transform: rotate(180deg);
}
.menu_item a i{
	margin-right:15px;
}
.menu_item a:hover{
	color:#fff;
}

.menu_item_active a{
	color: #fff;
}
.sub_menu_arrow i{
	font-size: 12px;
	margin-right:0px !important;
}

.main_submenu_box{
	display:none;	
}
.main_submenu_box .main_submenu_item:last-child{
	border-bottom: 1px solid #3d4957;
}
.main_submenu_box_top{
	background:url(../images/design/velos_down.png) no-repeat top left;
	height:8px;
	width:13px;
	margin-left:15px;
	position:absolute;
	display:none !important; 
}


.main_submenu_item{
	margin-bottom:0px;
	background-color: #364150;
}

.main_submenu_item:hover{
	background-color: #364150;
}

.main_submenu_item a{
	text-decoration: none;
	color: #ADB2B8;
	position: relative;
    display: flex;
    text-align: left;
    font-size: 14px;
    /* white-space: nowrap; */
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 5px;
}
.main_submenu_item a i {
    margin-right: 15px;
}
.main_submenu_item a:hover{
	background-position:0px -43px;
	color:#EDEDED;
}
#education_window .window_close_btn{
	width: 51px;
    height: 55px;
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.submenu_item_active{
	background-color: #646c75;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#646c75), to(#788089));
	background-image: -webkit-linear-gradient(top, #646c75, #788089);
	background-image: -moz-linear-gradient(top, #646c75, #788089);
	background-image: -ms-linear-gradient(top, #646c75, #788089);
	background-image: -o-linear-gradient(top, #646c75, #788089);
	background-image: linear-gradient(top, #646c75, #788089);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#646c75', EndColorStr='#788089');
}

.submenu_item_active a{
	background-position:0px -43px;
	color:#EDEDED;
}



.main_submenu_box2{
	display:none !;	
}

.main_submenu_box_top2{
	/*background:url(../images/design/velos_down2.png) no-repeat top left;*/
	height:8px;
	width:13px;
	margin-left:15px;
	position:absolute;
	display:none;
}


.main_submenu_item2{
	margin-bottom:0px;
	background-color: #525b63;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#85909d), to(#aab5c2));
	background-image: -webkit-linear-gradient(top, #85909d, #aab5c2);
	background-image: -moz-linear-gradient(top, #85909d, #aab5c2);
	background-image: -ms-linear-gradient(top, #85909d, #aab5c2);
	background-image: -o-linear-gradient(top, #85909d, #aab5c2);
	background-image: linear-gradient(top, #85909d, #aab5c2);	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#85909d', EndColorStr='#aab5c2');
}

.main_submenu_item2:hover{
	background-color: #646c75;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#747d88), to(#9ba5b0));
	background-image: -webkit-linear-gradient(top, #747d88, #9ba5b0);
	background-image: -moz-linear-gradient(top, #747d88, #9ba5b0);
	background-image: -ms-linear-gradient(top, #747d88, #9ba5b0);
	background-image: -o-linear-gradient(top, #747d88, #9ba5b0);
	background-image: linear-gradient(top, #747d88, #9ba5b0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#747d88', EndColorStr='#9ba5b0');
}

.submenu_item_active2{
	background-color: #646c75;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#747d88), to(#9ba5b0));
	background-image: -webkit-linear-gradient(top, #747d88, #9ba5b0);
	background-image: -moz-linear-gradient(top, #747d88, #9ba5b0);
	background-image: -ms-linear-gradient(top, #747d88, #9ba5b0);
	background-image: -o-linear-gradient(top, #747d88, #9ba5b0);
	background-image: linear-gradient(top, #747d88, #9ba5b0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#747d88', EndColorStr='#9ba5b0');
}


.main_submenu_item2 a{
	position:relative;
	display:block;
	text-align:left;
	font-size:14px;
	white-space: nowrap;
	background-position:0px -43px;
	background-repeat:no-repeat;
	background-image:url(../images/design/icons/doudouka.png);
	padding-top:13px;
	padding-bottom:13px;
	padding-left:45px;
	padding-right:30px;
	text-decoration: none;
	color: #EDEDED;
	text-shadow: 1px 1px 2px rgba(0,0,0,.8);
	  -moz-border-radius: 0;
	  -webkit-border-radius: 0;
	  border-radius: 0;
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,.4) inset, 3px 0px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,.4) inset, 3px 0px 2px rgba(0,0,0,.5);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,.4) inset, 3px 0px 2px rgba(0,0,0,.5);
}


#inner_horizontal{
	background:#36c6d3;
	display:table;
	width:100%;
}

#inner_horizontal_left{
	display:table-cell;
	padding-left:10px;
	padding-top:18px;
	padding-bottom:18px;
}

#inner_horizontal_right{
	width:250px;
	display:table-cell;
	padding-top:20px;
	vertical-align:top;
}

.horizontal_menu_item{
	float:left;
	/* background:url(../images/design/horizontal_btn_bg.gif) repeat-x top left; */
	height:28px;
	/*-moz-box-shadow: 3px 3px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 3px 3px 2px rgba(0,0,0,.5);
	box-shadow: 3px 3px 2px rgba(0,0,0,.5);*/
	margin-right:12px;
	padding-left:3px;
	cursor:pointer;
}

/* .horizontal_menu_item:hover{
	background:url(../images/design/horizontal_btn_bg.gif) repeat-x bottom left;	
}

.horizontal_menu_item_active{
	background:url(../images/design/horizontal_btn_bg.gif) repeat-x bottom left;		
} */

.horizontal_menu_item a{
	display:block;
	text-align:left;
	font-size:14px;
	line-height:23px;
	white-space: nowrap;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image: none !important;
	border:1px solid #fff;
	margin-top:-2px;
	margin-bottom:2px;
	padding-left:10px;
	padding-right:35px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration: none;
	position:relative;
	color: #fff;
}
.horizontal_menu_item a:after{
	font-family: 'FontAwesome';
	content:'\f067';
	position:absolute;
	font-size:12px;
	right:10px;
	top:50%;
	transform:translateY(-50%);
}
.horizontal_menu_item a.list:after{
	content:'\f022';
}
/* .horizontal_menu_item a:hover{
	background-position:0px -23px;	
}

.horizontal_menu_item_active a{
	background-position:0px -23px;		
} */


#search_box{
	height:35px;
	width:280px;	
	position:relative;
	margin-right:10px;
	margin-top:-10px;
}

#search_box:before{
	position:absolute;
	font-family: 'FontAwesome';
	content:'\f002';
	color:#fff;
	font-size: 22px;
    top: 60%;
	transform:translateY(-50%);
}

#search_box input[type="text"]{
	height:35px;
	width:248px;
	margin-left:32px;
	line-height:24px;
	font-size:14px;
	padding:0;
	margin:0;
	border:0;
	color: #fff;
    background: none;
	border-bottom:1px solid #fff;
	outline:none;
}
#search_box input[type="text"]::-webkit-input-placeholder { /* Edge */
	color: #fff;
  }
  
  #search_box input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:  #fff;
  }
  
  #search_box input[type="text"]::placeholder {
	color: #fff;
  }
#search_box input[type="submit"]{
	height:24px;
	line-height:20px;
	font-size:13px;
	padding:0;
	margin:0;
	background:#333;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	border:0px;	
}

#search_hover{
	background:#FFF;
	border:1px #CCC solid;
	position:absolute;
	text-align:left;
	display:none;
}

.search_hover_box_in_item{
	padding:10px;	
}

.search_hover_box_in_item h2{
	font-size:12px;
	margin:0;
	padding:0;
	line-height:12px;
	margin-bottom:4px;
	font-weight:normal;	
}

.search_hover_box_in_item h3{
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:12px;
}

.listheader_in{
	text-align:center;
	line-height:20px;
}

.listheader_in_title{
	display:inline;
}

.list_arrows{
	display: inline-block;
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: -2px;
}
.list_arrows .div_arrow_up{
    margin-bottom:5px;
}
.list_arrows .arrows_up{
	background:url(../images/croissant.gif) no-repeat top left;
	width:12px;
	height:6px;
	float:left;
	margin-bottom: 4px;
}

.list_arrows .arrows_up:hover{
	background:url(../images/croissant.gif) no-repeat bottom left;
}

.list_arrows .arrows_down{
	background:url(../images/decroissant.gif) no-repeat top left;
	width:12px;
	height:6px;
	float:left;
}

.list_arrows .arrows_down:hover{
	background:url(../images/decroissant.gif) no-repeat bottom left;
}

table.listtable
{
	border-spacing: 0;
}

table.listtable thead tr td
{
	background: #35414f;
	font-weight:bold;
	border-left:1px #FFF solid;
	border-bottom:1px #FFF solid;
	color:#fff;
}

table.listtable tbody tr 
{
    background: #FFF;
}

table.listtable tbody tr:hover td
{
	background:#C8CCD0;
	border-left:1px #000 solid;
	border-bottom:1px #000 solid;
	color:#333333;
}

table.listtable tbody tr td 
{	
	background: #F3F4F5;
	border-left:1px #c7ccd0 solid;
	border-bottom:1px #c7ccd0 solid;
	color:#333333;
}

table.listtable tbody tr td input[type="text"], table.listtable tbody tr td select
{
	width:100%;
}

#div_users_0_3{
	display:none;	
}

#div_users_0_5{
	display:none;	
}

.form_col_single{
	width:100%;
	
}

.form_col_single h3
{
	font-size:18px;
	margin-bottom: 7px;
    padding: 5px;
}

.form_col_single h4
{
	font-size:14px;
    padding: 5px;
}

.form_col_double{
	float:left;
	width:50%;
}

.form_col_double h3{
	font-size:18px;
	margin-bottom: 7px;
    padding: 5px;
}

.form_col_trible{
	float:left;
	width:33%;
}

.form_col_trible h3{
	font-size:18px;
	margin-bottom: 7px;
    padding: 5px;
}

.show_formobjects
{
	margin-bottom:7px;
	padding:5px;
}

.show_formobjects .show_formobjects_in
{
	
}

.show_formobjects .show_formobjectstitle
{
	width:100%;
	margin:0;
	vertical-align:top;
}

.show_formobjects .show_formobjectstitle h3
{
	padding:3px;
	font-size:13px;
	font-weight: bold;
	color:#000;
	margin:0;
	border:none;
}


.show_formobjects .show_formobjectsdata
{
	width:100%;
	padding:3px;
}

.show_formobjectsdata .extra_fields_array_title
{
	background:none;
	border:none;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
	border-bottom:1px solid #000;
}

.show_formobjectsdata .extra_fields_array_fields
{
	border:none;
}

.extra_fields_array_fields input[type="text"]
{
	text-align:center;
}

.formobjects
{
	margin-bottom:7px;
	padding:5px;
}

/*.formobjects table{
	width:100%;	
}*/

.formobjects input[type="text"], .formobjects2 input[type="text"]
{
	width:100%;
}

.formobjects textarea, .formobjects2 textarea
{
	width:100%;
}

.formobjects input[type="password"], .formobjects2 input[type="password"]
{
	width:100%;
}

.formobjects input[type="checkbox"], .formobjects2 input[type="checkbox"]
{
	padding:0;
	margin:5px;
}

.formobjects .style_select, .photo_album_item_input .style_select
{
    position: relative;
	width:100%;
}

.formobjects select, .photo_album_item_input select
{
    width:100%;
    outline: none;   
	border:none;  
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}

.formobjects select:not([multiple]), .photo_album_item_input select:not([multiple])
{
	/*padding-top:4px;
	padding-bottom:4px;*/
	line-height:25px;
    height:25px !important;
}

.formobjects .style_select:after,  .photo_album_item_input .style_select:after
{
    content: '';
    width: 25px;
    height: 25px;
	float:right;
	clear:both;
    display: inline-block;
	margin-top:-25px;
	position:relative;
    background: url(../images/design/select_arrow.png) no-repeat right center #fff;
    pointer-events: none;
}

.select_button
{
	width:100%;
	background:url(../images/design/button_img.png) center right no-repeat #C8CCD0;
	color:#3A424C;
	height:30px;
	line-height:30px;
}

.select_button h3 
{
    border: none;
	ine-height:30px;
    color: #3A424C;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding-left: 3px;
	padding-top:0;
	padding-bottom:0;
	padding-right:3px;
}

.formobjects .formobjects_in
{
	
}

.formobjects .formobjecttitle
{
	width:100%;
	margin:0;
	vertical-align:top;
}
.window_middle_bar{
	margin-top:-35px;
}
.formobjects .formobjecttitle h3
{
	padding:6px;
	padding-left:0px;
	font-size:13px;
	font-weight: bold;
	color: #242d38;
	margin:0;
	border:none;
}
/* .cke_top {
    border-bottom: 1px solid #b6b6b6;
    padding: 6px 8px 2px;
    white-space: normal;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: none !important;
    background: #36c6d3 !important;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf');
} */

.formobjects .formobjectdata
{
	width: calc(100% - 2px);
	border:1px solid #000;
	background:#FFFFFF;
	position:relative;
}

.formobjects .formobjectdata object
{
	margin-top:10px;
}

.formobjects2
{
	margin-bottom: 7px;
    padding: 5px;
}

.formobjects2 .formobjects_in
{
	display:table;
	width:100%;
}

.formobjects2 .formobjecttitle
{
	display:table-cell;
	margin:0;
	border:1px solid #C8CCD0;
	background:#C8CCD0;
	vertical-align:top;
	width:230px;
}

.formobjects2 .formobjecttitle h3
{
	padding:3px;
	font-size:13px;
	font-weight: bold;
	color:#3A424C;
	margin:0;
	border:none;
}

.formobjects2 .formobjectdata
{
	display:table-cell;
	border:1px solid #C8CCD0;
	background:#FFFFFF;
}

.formobjects3
{
	margin-bottom: 7px;
    padding: 5px;
}

.formobjects3 .formobjects_in
{
	display:table;
	width:100%;
	background:#C8CCD0;
	padding:3px;
}

.formobjects3 .formobjecttitle
{
	display:table-cell;
	margin:0;
	vertical-align:top;
}

.formobjects3 .formobjecttitle h3
{
	font-size:13px;
	font-weight: bold;
	color:#3A424C;
	margin:0;
	padding:0;
	border:none;
}

.formobjects3 .formobjectdata
{
	float:right;
	clear:both;
	display:table-cell;
	background:#FFFFFF;
	width:180px;
	height:20px;
}

.formobjects3 .formobjectdata input[type="text"]
{
	width:180px;
	height:20px;	
}

.formobjects4
{
	margin-bottom: 7px;
    padding: 5px;background:#1A2328;
}

.formobjects4 .formobjects_in
{
	display:table;
	margin:0 auto;
	
	padding:8px;
}

.formobjects4 .formobjecttitle
{
	display:table-cell;
	margin:0;
	vertical-align:top;
}

.formobjects4 .formobjecttitle h3
{
	font-size:13px;
	font-weight: bold;
	color:#FFFFFF;
	margin:0;
	border:none;
	padding:0;
}

.formobjects4 .formobjectdata
{
	display:table-cell;
	padding-left:10px;
}

.formobjects5
{
	margin-bottom: 7px;
    padding: 5px;
}

.formobjects5 .formobjects_in
{
	display:table;
	width:100%;
	background:#C8CCD0;
	padding:3px;
}

.formobjects5 .formobjecttitle
{
	/*display:table-cell;*/
	display:inline-block;
	margin:0;
	vertical-align:top;
}

.formobjects5 .formobjecttitle h3
{
	font-size:13px;
	font-weight: bold;
	color:#fff;
	margin:0;
	border:none;
	padding:0;
}

.formobjects5 .formobjectdata
{
	display:inline-block;
	/*display:table-cell;*/
	padding-left:10px;
}

.formobjects6
{
	margin-bottom: 7px;
    padding: 5px;
}

.formobjects6 .formobjects_in
{

}

.formobjects6 .formobjecttitle
{
	width:100%;
	margin:0;
	border:1px solid #C8CCD0;
	background:#C8CCD0;
	vertical-align:top;
}

.formobjects6 .formobjecttitle h3
{
	padding:3px;
	font-size:13px;
	font-weight: bold;
	color:#3A424C;
	margin:0;
	border:none;
}


.formobjects6 .formobjectdata
{
	width:100%;
	border:1px solid #C8CCD0;
	background:#C8CCD0;
}

.formobjects6 .formobjectdata object
{
	display:block;
	margin:0 auto;
	margin-top:10px;
}

.formobjects7
{
	margin-bottom: 7px;
    padding: 5px;
}

.formobjects7 .formobjects_in
{
	
}

.formobjects7 .formobjecttitle
{
	width:100%;
	margin:0;
	border:1px solid #364150;
	background: #f1f1f1;
	vertical-align:top;
}

.formobjects7 .formobjecttitle h3
{
	padding:3px;
	font-size:13px;
	font-weight: bold;
	color:#3A424C;
	margin:0;
	border:none;
}


.formobjects7 .formobjectdata
{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	background:#FFFFFF;
}

.formobjects7 .formobjectdata .photo_album
{
	margin-left:0;
	margin-right:0;
	margin-top:-30px;
	float:right;
}

.formobjects8
{
	margin-bottom: 7px;
    padding: 5px;
}

.formobjects8 .formobjects_in
{
	
}

.formobjects8 .formobjecttitle
{
	width:100%;
	margin:0;
	border:1px solid #364150;
	background: #364150;
	vertical-align:top;
}

.formobjects8 .formobjecttitle h3
{
	padding:3px;
	font-size:13px;
	font-weight: bold;
	color:#fff;
	margin:0;
	border:none;
}


.formobjects8 .formobjectdata
{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	background:#FFFFFF;
}



.help_button
{
	position:relative;
	margin-left:10px;
	cursor:pointer;	
}

.help_area
{
	display:none;
	position:absolute;
	margin-top:-59px;
	margin-left:48px;
	background:#fff;
	padding:7px;
	border:1px solid #C8CCD0;
	z-index:1000;
	border-radius:5px;
	font-size:11px;
}

/*.help_area:after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 20px 0 0 20px;
    bottom: -20px;
    content: "";
    display: block;
    left: 3px;
    position: absolute;
    width: 0;
}*/

.radio_item{
	float:left;
	margin-right:50px;	
	padding-top:5px;
	padding-bottom:5px;
}

.radio_item_title{
	float:left;	
}

.radio_item_data{
	float:left;
	margin-right:10px;
}

.photo_album{
	float:left;
	margin-right:40px;
	margin-left:40px;
	margin-top:20px;
	background: #3a424c;
	padding:10px;
	width:350px;
	color:#C8CCD0;
}

.photo_album_title
{
	border-bottom:1px #C8CCD0 solid;
	padding-bottom:10px;
	margin-bottom:10px;
}

.photo_album_title h4
{
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}

.photo_album_title_left
{
	float:left;
}

.photo_album_title_right
{
	float:right;
}

.photo_album_title_right input[type="text"]
{
	text-align:center;
}

.photo_functions
{
	color:#C8CCD0;
	font-weight:bold;
}

.photo_functions a
{
	color:#C8CCD0;
}

.crops
{
	float:left;
	width:180px;
}

.crop
{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	height:20px;
}

.crop a
{
	line-height:20px;
	display:block;
	padding-right:30px;
	background:url(../images/design/crop_image.png) center right no-repeat;
}

.delete_image
{
	float:right;
	height:20px;
}

.delete_image a
{
	line-height:20px;
	display:block;
	background:url(../images/design/delete_image.png) center right no-repeat;
	padding-right:30px;
}

.photo_album_item_area
{
	margin-top:10px;
}

.photo_album_item{
	margin-bottom:5px;	
}

.photo_album_item input{
	width:100%;	
}

.photo_album_item object
{
	display:block;
	margin:0 auto;
	margin-top:10px;
}

.photo_album_item_title{
	font-weight:bold;
	margin-bottom:5px;
}

.photo_album_show{
	margin-top:20px;
	text-align:center;
	color:#C8CCD0;
}

.photo_album_show a
{
	color:#C8CCD0;
}

.article_photo{
float:left;
margin-bottom:15px;
width:400px;
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
}

.icon_file
{
	margin-bottom:10px;
}

#form_table{
	width:100%;	
}

#form_table td{
	vertical-align:top;

}



.form_submit
{
	/*height:35px;
	line-height:35px;*/
	display:table-cell;
	vertical-align:middle;
	height:40px;
	
	background:#1A2328;
}

.form_submit_item
{
	margin-left:10px;
	/*margin-top:3px;*/
	display:inline-block;	
}

.form_submit_left
{
	float:left;
}

.form_submit_right
{
	float:right;
}

/* article form */

#articleform{

}
#header_left{
	width:100%;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height:50px;
	padding:0px 10px;
	background: #242d38;
}
/* 
#header_left{
	float:left;
	width:40%;
	background:url(../images/design/header_left.png) no-repeat bottom right;
	height:105px;
	position:relative;
	z-index:3;	
}

#header_right{
	float:left;
	background: url(../images/design/header_right.png) repeat-x bottom left;
	height:105px;
	width:60%;
	display:table;
}

#header_right_in{
	padding-bottom:45px;
	display:table-cell;
	vertical-align:bottom;
	text-align:right;
	padding-right:20px;
	color:#fff;
}

#header{
} */
#header_right{
	width:100%;
}
#header_right_in{
	height:50px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-right:10px;
    border-bottom: 1px solid #3d4957;
}
#logo{
    width:100px;
}

#logo a
{
	display:block;
	width:100%;
}
#main_content_left_in.close #logo{
	width:0px;
}
#logo a img
{
	width:100%;
}

#main_content{
	display:flex;
	min-height: 100vh;
}


#main_content h2{
font-size:18px;
padding-bottom:2px;
/*background:url(../images/h_line.gif) no-repeat bottom left;*/
margin-bottom:5px;
}

#main_content_left{
   width: 235px;
}

/* #main_content_left_in{
	display:inline-block;
	background:url(../images/design/vertical_col.png) repeat-y top right;
	display:table;
} */
#main_content_left_in{
	position:fixed;
	width: 235px;
	top:0;
	left:0;
	z-index:999;
}
#main_content_left_in.close{
	width:43px;
}
#menu_admin, #menu_user{
	max-height:calc(100vh - 150px);
	overflow-x: hidden;
	overflow-y:auto;
}
#menu_admin.no_overflow, #menu_user.no_overflow{
	overflow:hidden;
}
#main_content_left_in_left{
	/* display:table-cell; */
	padding-right:0px;
}
#main-right-content-header{
	position:fixed;
	top:0;
	left:235px;
	z-index: 998;
	width:calc(100% - 235px);
	background: #F3F4F5;
}
#main-right-content-header.open_more{
	left:43px;
	width:calc(100% - 43px);
}
#main_content_left_in_right{
	/* display:table-cell; */
	/* vertical-align:top; */
	width:22px;
}

.mobile_filter_container{
	display:none;
	width:100%;
	height:62px;
	position:relative;
	padding:5px 15px;
	background: #e7505a;
	font-weight: bold;
	color:#fff;
	cursor: pointer;
}
.mobile_filter_container:after{
	content:'';
	position:Absolute;
	top:50%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
    heighT: 8px;
    right: 50px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobile_filter_container.open:after{
	transform: translateY(-50%) rotate(225deg);
}
#main_content_right_out{
	background:#F3F4F5;
	position:relative;
	width:100%;
	padding:0px;
}
#header_left {
	position:relative;
	cursor: pointer;
}
#header_left #menu_close_btn {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	z-index:99999;
	color:#fff;
	font-size: 20px;
	right:30px;
	cursor: pointer;
}
#main_content_right{
	overflow:auto;
}


/*.announcewrong{
background: #C30;
color:#FFF;
border: #900 2px solid; 
font-size:14px;
margin-bottom:5px;
padding:3px;
margin-left:10px;
margin-right:10px;
}*/

/*.announceright{
background: #6C0;
color:#FFF;
border: #6FAE59 2px solid; 
font-size:14px;
margin-bottom:5px;
padding:3px;
margin-left:10px;
margin-right:10px;
}*/

/*.announcemiddle{
background: #F60;
color:#FFF;
border: #F63 2px solid; 
font-size:14px;
margin-bottom:5px;
padding:3px;
margin-left:10px;
margin-right:10px;
}*/

.announcewrong
{
	background:#fbe1e3;
    color: #e73d4a;

	box-shadow: none;
	-webkit-box-shadow: none;

	border-radius: 0x;
    font-size: 12px;
    padding: 6px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}
.announceright
{
	background: #abe7ed;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #27a4b0;
	border-radius: 0x;
    font-size: 12px;
    padding: 6px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}

.announcemiddle
{

	background:#fbddad;
	box-shadow: none;
	-webkit-box-shadow:none;
	
	color: #fd9b01;
	border-radius: 0x;
    
    font-size: 12px;
    padding: 6px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}

.announcepopup
{
	
}

.announcepopup_top
{
	background:#3A424C;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	display:flex;
	align-items:center;
	padding-right:15px;
	justify-content: space-between;
}

.announcepopup_top i{
	color:#fff;
	font-size: 24px;
	cursor: pointer;
}

.announcepopup_top h2
{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}

.announcepopup_bottom
{
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	/*background:#F3F4F5;e4e5e5*/
	
	background: linear-gradient(to bottom, #F3F4F5 0px, #e4e5e5 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top,#F3F4F5 0,#e4e5e5 100%);
	
	background:rgb(228, 229, 229);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    color: #333333;
	font-size:13px;
	text-align:center;
}

.popup_btn
{
	display:table;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:10px;
}

.yes_link, .close_link
{
	border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    background:#C8CCD0;
    color: #66666F;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:5px;
	margin-right:5px;
}

/* article form END */

.clear{
clear:both;
}

/* form objects */

#bottom_complete{
border-top:1px #000000 solid;
padding-top:10px;
}

#bottom_complete input[type="submit"]{
width:120px;
height:30px;
font-size:14px;
font-weight:bold;

}


.submenu{

}

.submenu_box{
width:180px;
padding:5px;
background:#EBEBEB;
display:none;
position:absolute;
border:1px #000000 solid;
}

.submenu_box a{
display:block;
text-align:left;
}

.delete_box{
float:left;
width:110px;
background: #EEEEEE;
border:1px #999999 solid;
margin-left:20px;
height:22px;

}

.delete_box table{
margin-left:7px;
}


.widget {
border-bottom: none;
height:38px;
}

.widget a {
color: #222;
text-decoration: none;
}

.widget a:hover {
color: #009;
text-decoration: underline;
}

.tabnav{
padding:0;
margin:0;

}

.tabnav li {
	position:relative;
display: inline;
list-style: none;
/*padding-right: 5px;*/
}

.tabnav li a 
{
	text-decoration: none;
	background-color: #dee2e8;
	color: #555;
	font-weight: bold;
	border:none;
	padding: 12px 10px;
	outline: none;
	z-index:-1;
}
.window_middle_bar_return{
	background: #fff;
	margin-top: 30px;
}
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
color: #555;
cursor: default;
background-color: #fff;
padding: 12px 10px;
z-index:2;
/*-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);*/
}


#featuredvid {
text-align: center;
}

.fvid {
margin-bottom: 5px;
}

.vidselector li {
text-align: left;
list-style: none;
padding: 5px;
background: #ffffff;
border: 1px solid #dedbd1;
text-transform: uppercase;

}


/*list */


.menulistup{
background: #dddbdb;

padding-top:8px;
padding-bottom:8px;
padding-left:20px;
}

.menulistup_item{
display:inline-block;
margin-right:5px;
margin-bottom:5px;
}

.menulist_bottom{
background: #fff;
padding:10px;
margin: 10px;
width: calc(100% - 45px);
position:relative;
}
.menulist_bottom_seperate{
	position:absolute;
	top:0;
	right:148px;
	width:8px;
	height:100%;
	background: #f3f4f5;
}
.menulist_bottom_in
{
	display:table;
	height:100%;
}

.menulist_bottom_title
{
	display:table-cell;
	width:60px;
	vertical-align:middle;
	border-right:1px #dddbdb solid; 
	padding-right:10px;
	font-weight:bold;
}

.menulist_bottom_title_area
{
	display:table-cell;
	vertical-align:middle;
	width:100%;
}

.menulist_bottom_search
{
	display:table-cell;
	width:120px;
	vertical-align:middle;
	/* border-left:1px #dddbdb solid; */
	padding-left:10px;
}

.menulist_bottom_item{
display:inline-block;
border-right:1px #dddbdb solid;
margin-right:10px;
padding-right:10px;
margin-bottom:5px;
margin-top:5px;
}



.extratable_list_bottom{
background: #e1e4e8;
padding-left: 5px;
font-size:10px;
}

.extratable_list_bottom_title{
	border-right:1px #dddbdb solid;
	margin-right:10px;
	padding-right:10px;
	font-weight:bold;
	color:#3a424c;
}

.extratable_list_bottom_main{
	margin-left:10px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.extratable_list_bottom_item{
display:inline-block;
/* border-right:1px #dddbdb solid; */
margin-right:10px;
padding-right:10px;
margin-bottom:5px;
margin-top:5px;
}

.menulist_bottom_title_area .extratable_list_bottom_item:first-child{
	/* margin-right:0px;
	padding-right:0px; */
}
.extratable_list_bottom_item select,.extratable_list_bottom_item input{
	height: 18px !important;
    line-height: 18px;
	width:auto !important;
	background: #F3F4F5;
	margin-bottom:5px;
}
.extratable_list_bottom_item select{
	border:none;
	min-width:135px !important;
}

.extratable_list_bottom_item select:not([multiple]) {
	height: 18px !important;
    line-height: 18px;
}

.extratable_list_bottom_item select.multiple_filter{
	height:200px !important;	
}

.extratable_list_bottom_filter{
	border-left:1px #dddbdb solid;
	margin-left:10px;
	padding-left:20px;
	padding-right:20px;
	width:100px;
}

.extratable_list_bottom_filter_btn{
	background: none repeat scroll 0 0 #1a2328;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    color: #c8ccd0;
    display: block;
    height: 21px;
    line-height: 21px;
    text-align: center;
}

.extratable_list_bottom_filter_btn{
	color:#fff;
}

.extratable_list_bottom_filter_btn:hover{
	color:#ccc;
}

.menulist_bottom_item{
display:inline-block;
border-right:1px #dddbdb solid;
margin-right:10px;
padding-right:10px;
margin-bottom:5px;
margin-top:5px;
}

fieldset{
border-right: #666666 1px solid; 
border-left: #666666 1px solid; 
border-bottom: #666666 1px solid; 
border-top: #666666 1px solid; 
font-size:13px;
padding-left:10px;
padding-bottom:10px;
margin-left:10px;
margin-bottom:10px;
}

legend{
color:#FF0000;
font-weight:bold;
font-size:14px;
margin-bottom:10px;
}

.pagination_div{
}

.pagination_div_in{
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	background:#CCC;
	line-height:18px;
	color:#000000;
}

.pagination_div_in_left{
	float:left;
	text-align:left;
	margin-right:20px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:5px;
}

.pagination_div_in_middle_left{
	float:left;
	text-align:left;
	margin-right:20px;
	padding-top:2px;
	padding-bottom:2px;	
}


.pagination_div_in_middle_left_selected{
	display:inline-block;
	width:25px;
	padding-right:14px;
	padding-left:4px;
	margin-left:5px;
	text-align:center;
	background:#fff url(../images/arrow-down.gif) no-repeat center right;	
	cursor:pointer;
}

.pagination_options{
	position:absolute;
	z-index:100;
	display:none;
	width:110px;
	padding-left:10px;
	text-align:left;
	overflow:auto;
	max-height:200px;
	background:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	border:1px #CCC solid;
	margin-left:60px;
}


.pagination_options_item{
	
}

.pagination_div_in_middle_right
{
	float:left;
	text-align:left;
	margin-right:20px;
	padding-top:2px;
	padding-bottom:2px;
}

.pagination_div_in_middle_right_left
{
	float:left;
	
}

.pagination_div_in_middle_right_right
{
	float:left;
	margin-right:20px;
}

.pagination_div_in_middle_right span
{
	margin-left:5px;
	margin-right:5px;
}

.pagination_div_in_middle_right img
{
	vertical-align:middle;
}

.pagination_div_in_right
{
	float:left;
	text-align:right;
	padding-top:2px;
	padding-bottom:2px;
}

#pagination_hover_box{
	position:absolute;
	z-index:1;
	background:#FFF;
	height:400px;
	display:none;
	margin-top:-430px;
	overflow:auto;
	text-align:left;
	border:1px #999 solid;	
}

.pagination_hover_box_in{
}

.pagination_hover_box_in_item{
	border-bottom:1px #CCC solid;
	padding-bottom:2px;
}

#pagination_hover_box h2{
	margin:0;
	padding:0;
	font-size:13px;
	line-height:13px;
	display:block;
	overflow: hidden;
}

#pagination_hover_box h3{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	color:#333
}

#pagination_hover_box h4{
	margin:0;
	padding:0;
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	color:#333
}

.pagination_hover_box_in_col{
	float:left;
	width:300px;
	margin:10px;
}

.loading_box{
	display: none;
	height:31px;
	background:#1A2328;	
}

.sub_menu{
	/*background: #39424B;*/
	background:#C8CCD0;
	-moz-box-shadow: 3px 3px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 3px 3px 2px rgba(0,0,0,.5);
	box-shadow: 3px 3px 2px rgba(0,0,0,.5);
	
	/*-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);*/
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	position:absolute;
	z-index:200;
	margin-top:5px;
	display:none;
}

.sub_menu a{
	
	 display: block;
	white-space: nowrap;
	background-color: #373f49;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#373f49), to(#1d262c));
	background-image: -webkit-linear-gradient(top, #373f49, #1d262c);
	background-image: -moz-linear-gradient(top, #373f49, #1d262c);
	background-image: -ms-linear-gradient(top, #373f49, #1d262c);
	background-image: -o-linear-gradient(top, #373f49, #1d262c);
	background-image: linear-gradient(top, #373f49, #1d262c);	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#373f49', EndColorStr='#1d262c');
	
	color: #ADB2B8;
	text-shadow: 1px 1px 2px rgba(0,0,0,.8);
	
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,.5) inset, 3px 3px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,.5) inset, 3px 3px 2px rgba(0,0,0,.5);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,.5) inset, 3px 3px 2px rgba(0,0,0,.5);
	
		padding-top:5px;
		padding-bottom:5px;
		padding-left:30px;
		padding-right:30px;
		margin-bottom:5px;
		text-align:center;
        font: bold 1em/1em Arial, Helvetica;
        text-decoration: none;
}



/*.menu_item:hover{
	background-color: #373f49;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#373f49), to(#263139));
	background-image: -webkit-linear-gradient(top, #373f49, #263139);
	background-image: -moz-linear-gradient(top, #373f49, #263139);
	background-image: -ms-linear-gradient(top, #373f49, #263139);
	background-image: -o-linear-gradient(top, #373f49, #263139);
	background-image: linear-gradient(top, #373f49, #263139);	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#373f49', EndColorStr='#263139');
}*/


/*.sub_menu{
	background: #E4E4E4;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	position:absolute;
	z-index:200;
	margin-top:5px;
	display:none;
}

.sub_menu a{
        display: block;
        white-space: nowrap;
        background-color: #ccc;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
        background-image: -webkit-linear-gradient(top, #eee, #ccc);
        background-image: -moz-linear-gradient(top, #eee, #ccc);
        background-image: -ms-linear-gradient(top, #eee, #ccc);
        background-image: -o-linear-gradient(top, #eee, #ccc);
        background-image: linear-gradient(top, #eee, #ccc);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
        border: 1px solid #777;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:30px;
		padding-right:30px;
		margin-bottom:5px;
		text-align:center;
        font: bold 1em/1em Arial, Helvetica;
        text-decoration: none;
        color: #333;
        text-shadow: 0 1px 0 rgba(255,255,255,.8);
        -moz-border-radius: .2em;
        -webkit-border-radius: .2em;
        border-radius: .2em;
        -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}*/

.extra_fields_div{
	overflow:hidden;
}

.extra_fields_div_in{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px #fff solid;
	display:table;
	width:100%;
}

.extra_fields_div_con{
}

.extra_fields_div_in_title{
	text-align:left;
	border:0 !important;
}

.extra_fields_div_in_pedio{
	text-align:center;
	border:0 !important;
}

.extra_fields_div_in_pedio_notitle{
	column-span: 2; /* W3C */
	-webkit-column-span: 2; /* Safari & Chrome */
	-moz-column-span: 2; /* Firefox */
	-ms-column-span: 2; /* Internet Explorer */
	-o-column-span: 2; /* Opera */
}

.extra_fields_array_list{
	border:0;
}

.extra_fields_array_list td{
	vertical-align:top;
}

.extra_fields_array{
}

.extra_fields_array_div{
	max-height:250px;
	overflow:auto;
}

.extra_fields_array td
{
	border:1px #c8ccd0 solid;
	vertical-align:center;
}

.extra_fields_array_title
{
	background: #36c6d3;
	color:#fff;
	font-size:12px;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    font-weight: bold;
	text-align:center;
	padding:2px;
	/*font-weight:bold;
	text-align:center;*/
}

.extra_fields_array_fields
{   
	text-align:center;
	padding:2px;
}

.extra_plus
{
	float:right;
	/*clear:both;*/
	background:url(../images/design/extra_table_plus.png) center right no-repeat;
	width:16px;
	height:14px;
	margin:2px;

}

.extra_plus_delete
{
	float:right;
	/*clear:both;*/
	background:url(../images/design/extra_table_delete.png) center right no-repeat;
	width:16px;
	height:14px;
	margin:2px;

}

.extra_plus_search
{
	float:right;
	/*clear:both;*/
	background:url(../images/design/extra_table_search.png) center right no-repeat;
	width:16px;
	height:14px;
	margin:2px;
}

.extra_plus_create_file
{
	float:right;
	/*clear:both;*/
	background:url(../images/design/extra_table_create_file.png) center right no-repeat;
	width:16px;
	height:14px;
	margin:2px;

}

#div_epafes_0_3{
	display:none;	
}

#div_epafes_0_4{
	display:none;	
}

#extra_form_information{
	text-align:right;
	font-weight:bold;
	padding-right:30px;	
}

#products_sum{
	padding-left:10px;
	padding-right:20px;
	text-align:left;
	font-weight:normal;
}

.products_sum_table_h{
	font-weight:bold;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;	
}

.products_sum_table_d{
	text-align:center;	
}

.category_select_item
{
	float:left;
	width:33%;
	margin-bottom:10px;
}

.category_select_item_all
{
	width:33%;
	margin-bottom:10px;
	font-weight:bold;
}

#category_select_add
{
	float:right;
}

.curr_sum
{
	/*margin-left:600px;
	text-align:right;
	margin-right:70px;
	margin-bottom:20px;
	margin-top:-20px;*/
	position:absolute;
	top:15px;
	right:20px;
	color:#fff;
	font-size:12px;

}

#printable_form
{
	
}

#main_message{
	background:url(../images/design/appwise_welcome.png) no-repeat top center #C8CCD0;
}



#target_list_items{
	width: calc(100% - 26px);
	overflow:scroll;	
    margin-left: 10px;
	height: 77vh;
	margin-top:30px;
}
#target_list_items table thead{
	position: sticky;
    top: .05rem;
    z-index: 99;
}
.announcepopup{
	margin-top:35px;
}
/* width */
#target_list_items::-webkit-scrollbar, #menu_admin::-webkit-scrollbar, #menu_user::-webkit-scrollbar, .window_middle_bar::-webkit-scrollbar{
	width: 5px;
	height:5px;
  }
  
  /* Track */
#target_list_items::-webkit-scrollbar-track, #menu_admin::-webkit-scrollbar-track, #menu_user::-webkit-scrollbar-track, .window_middle_bar::-webkit-scrollbar-track{
	box-shadow: inset 0 0 5px grey; 
	border-radius: 3px;
  }
   
  /* Handle */
#target_list_items::-webkit-scrollbar-thumb,  #menu_admin::-webkit-scrollbar-thumb, #menu_user::-webkit-scrollbar-thumb, .window_middle_bar::-webkit-scrollbar-thumb{
	background: #242d38;
	border-radius: 3px;
  }
  
  /* Handle on hover */
#target_list_items::-webkit-scrollbar-thumb:hover, #menu_admin::-webkit-scrollbar-thumb:hover, #menu_user::-webkit-scrollbar-thumb:hover, .window_middle_bar::-webkit-scrollbar-thumb:hover{
	background: #364150;
  }


.jobs_area_item
{
	display:inline-block;
	border:1px solid #c8ccd0;
	background:#fff;
	padding:5px; 
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
}

.ui-datepicker-trigger
 {
    height: 24px;
    padding-left: 15px;
	padding-right: 15px;
	vertical-align: bottom;
	background:#C8CCD0;
}

.pedio_sxolio{
color:#333333;
font-style:italic;
}

.show_kind
{
	display:block;
	cursor:pointer;
}

.show_kind a
{
	display:block;
}

.show_kind table
{
	background:#fff;
}

.show_kind table tr, .show_kind table tr td
{
	border:none !important;
	background:none !important;
}

.change_value
{
	cursor:pointer;
}

.change_value a
{
	display:block;
}

.close_value
{
}

#select_area
{
	margin-bottom:20px;
}

#newsletter_out
{
	background: url(../images/design/outer.jpg) no-repeat center top;
    height: 100%;
    position: fixed;
    width: 100%;
}

#newsletter_out_header
{
	height:180px;
}

#newsletter_out_logo 
{
    height: 108px;
    margin: 0 auto;
    padding-top: 50px;
    width: 368px;
}
#newsletter_out_title 
{
    height: 59px;
    line-height: 55px;
}

#newsletter_out_title h2
{
    color: #89939C;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

#newsletter_out_in
{
	color:#B3B1B5;	
	padding-top:50px;
	padding-bottom:50px;
}

#newsletter_company_logo
{
	margin-bottom:50px;	
}

#newsletter_out_in_text
{
	font-size:14px;
}

.add_to_hidden
{
	cursor:pointer;
}

.edit_to_hidden
{
	float:left;
	margin-right:3px;
	cursor:pointer;
}

.delete_to_hidden
{
	float:left;
	cursor:pointer;
}

.add_all_extra_table
{
	float:right;
	display:inline-block;
	margin-top:10px;
	margin-right:5px;
	
	padding-left: 10px;
    padding-right: 10px;
	padding-top:5px;
	padding-bottom:5px;

	background:#1A2328;
	
	font-size: 12px;
    font-weight: bold;
	color:#fff;
	
	cursor:pointer;
}

.menu_chooser{
	margin-top:5px;
	margin-bottom:15px;
	color:#fff;	
}

.menu_chooser_item{
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: bold;
	cursor:pointer;	
}

.menu_chooser_item i{
	color: #b4bcc8;
	font-size: 18px;
}

.menu_chooser_item:hover i{
	color:#36c6d3;;
}

.menu_chooser_item.active i{
	color:#36c6d3;;	

}
	
.handsontable table.htCore, .ht_clone_top 
{
	width:100% !important;
}

/* reports */

.table_reports table
{
	font-size:12px;
	font-weight:normal;
	color:#4e4e4e;
}

.table_reports table strong
{
	font-weight:bold;
}

.table_reports table a
{
	color:#4e4e4e;
}

.table_reports table a:hover
{
	color:#0099bb;
}

.table_reports table .center
{
	text-align:center;
}

.table_reports table thead tr th
{
	background:#8fa4b0;
	padding:10px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	border-right:3px solid #f3f4f5;
	text-align:left;
}

.table_reports table thead tr th:last-child
{
	border-right:none;
}

.table_reports table tbody tr td
{
	padding:10px;
}


.table_reports table tbody tr td
{
	border-right:3px solid #f3f4f5;
}

.table_reports table tbody tr td:last-child
{
	border-right:none;
}

.table_reports table tbody tr:nth-child(2n)
{
	background:#e6e6e8;
}

.tab_report_area .table_reports table thead tr th, .tab_report_area .table_reports table tbody tr td
{
	border-right:3px solid #fff;
}

.tab_report_item
{
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;
	border: 1px solid #8fa4b0;
	border-bottom:none;
	margin-right:3px;
	border-radius:5px 5px 0 0;
	background:#8fa4b0;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	margin-bottom:-1px;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	
	cursor:pointer;
}

.tab_report_item:last-child
{
	margin-right:0;	
}

.tab_report_item.active
{
	background:#FFFFFF;
	color:#4e4e4e;
}

.tab_report_item:hover
{
	background:#FFFFFF;
	color:#4e4e4e;
}

.tab_reports_bottom
{
	background:#fff;
	border: 1px solid #8fa4b0;
}

.tab_reports_bottom_in
{
	padding:15px;
}

.tab_reports_bottom_in .div_table
{
	width:100%;
}

.tab_report_area
{
	float:left;
	width:100%;
	height:396px;
	overflow:auto;
	display:none;
}

.tab_report_area .formobjects
{
	padding:0;
	margin:0;
}

.tab_report_area.active
{
	display:block;
}

/* mobile menu */

#mobile_menu_btn
{
	display:none;
	text-align:right;
	padding-left:15px;
	padding-right:15px;
	padding-top:25px;
	padding-bottom:25px;	
}

#mobile_menu_btn span
{
	display:inline-block;
	cursor:pointer;
}

#mobile_menu
{
	background-color: #181f24;
    height: 100%;
    overflow: hidden;
    
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 300px;
    z-index: 90;
}

#mobile_menu_in
{
	padding: 25px;
}

#mobile_menu .menu_item a
{
	width:auto !important;
}

.right_side_menu_opened #wrapper{
	left: -300px;
}

#wrapper
{
	/* background:url(../images/design/general_bg.png) top left repeat;
    left: 0;
    position: relative; */
	
    -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    /* z-index: 500; */
}

#wrapper_in
{
	overflow:hidden;
	width:100%;
	background: #364150;
}

.alert_info
{
	width:30px;
	height:30px;
	border:1px solid #fff;
	border-radius:50%;
	background:none;
	cursor:pointer;
}

.alert_info span
{
	line-height:30px;
	display:block;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}

.alert_info.active
{
	background:#ff0000;
}

.alert_info.active span
{
	color:#fff;
}

.notice_area
{
	display:none;
	position:absolute;
	right:0;
	width:300px;
	z-index:1000;
	height:100%;
}

.notice_area_in
{
	
}

.notice
{
	background-color:rgba(255,255,255,1);
	width:300px;
	margin-bottom:5px;
}

.notice_in
{
	position:relative;
	padding:10px;
	padding-top:20px;
}

.delete_notice
{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

.notice h4
{
	margin-bottom:5px;
	font-size:11px;
	font-weight:normal;
	color:#333333;
}

.notice h4 span
{
	font-weight:bold;
}

.notice h3
{
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
	color:#333333;
}
.checkbox_clickable
{
	cursor: pointer;
}

.formobjects8 .uploadifive-button
{
	display:table;
	margin:0 auto;
}

.formobjects8 .uploadifive-queue-item
{
	background:#fff;
	border-bottom:1px solid #fff;	
}


.uploadifive_btn_out
{
	margin-top:10px;
}

.uploadifive_btn
{
	display:table;
	margin:0 auto;
}

.uploadifive_btn .uploadifive-button
{
	background:#858585;
	border:none;
}

.uploadifive_btn .uploadifive-button:hover
{
	background:#36c6d3;
	color:#fff;
}


.uploader_data_bar
{
	margin-top:15px;
	background:#fff;
	padding:8px 10px;
}

.checkbox_gallery_all
{
	height:17px;
	line-height:17px;
}
.checkbox_gallery_all label
{
	color:#555;
	font-size:11px;
	cursor:pointer;
}
.checkbox_gallery_all .check_gallery_all_title
{
	float:left;
	display:inline-block;
	margin-top:1px;
}

.checkbox_gallery_all input[type="checkbox"] + label span
{
	float:left;
    background: url(../images/design/checkbox.png) top left no-repeat;
    cursor: pointer;
    display:inline-block;
    height: 17px;
    margin:0;
	margin-right:8px;
    width: 18px;
	vertical-align:middle;
}

.checkbox_gallery_all input[type="checkbox"]:checked + label span
{ 
    background-position:bottom left;
}

.galley_multiple_delete a
{
	display:block;
	color:#555;
	font-weight:bold;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	transition: all 0.4s ease;
}

.galley_multiple_delete a i
{
	font-size:14px;
}

.galley_multiple_delete:hover a
{
	color:#e7505a;
}

.uploader_data
{
	margin-top:10px;
}

.drop_n_drag
{
	margin-top:15px;
	border:2px dashed #6981a0;
	max-width:500px;	
}

.drop_n_drag_in
{
	padding:20px;
	text-align:center;
	font-size:14px;
	color:#6981a0;
}

.drop_n_drag_in i
{
	font-size:26px;
}
.hidden
{
	display: none !important;
}
.connect_table_to_main
{
	padding-left: 5px;
}
.connect_table_to_main
{
	background: #C8CCD0;
	padding: 3px;
	font-size: 13px;
    font-weight: bold;
    color: #3A424C;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	margin-bottom: 20px;
}
.add_new_filter
{
	background: #C8CCD0;
	padding: 3px;
	font-size: 13px;
    font-weight: bold;
    color: #3A424C;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	margin-bottom: 20px;
}
.connect_table_to_main span
{
	float: right;
}
.delete_row
{
	float: right;
    cursor: pointer;
    font-weight: bold;
    color: red;
	padding-top: 3px;
    padding-right: 15px;
    font-size: 17px;
	padding-top: 20px;
}
.delete_row_filter
{
	float: right;
    cursor: pointer;
    font-weight: bold;
    color: red;
	padding-top: 3px;
    padding-right: 15px;
    font-size: 17px;
	padding-top: 20px;
}
.ekkremotites_alert {
    /* position: fixed; */
    /* width: 50%; */
    height: 200px;
    background: white;
    top: 20%;
    /* left: 50%; */
     position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 100px 0px 1000px #00000082;
    
}
.ekkremotites_title
{
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #161d22;
    color: white;
    font-weight: bold;
    font-size: 16px;
}
.ekkremotites_text
{
	display: flex;
	align-items: start;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
    font-weight: bold;
}
.ekkremotites_buttons
{
	width: 100%;
    display: flex;
    position: absolute;
    bottom: 15px;
    /* align-items: center; */
    /* text-align: center; */
    /* margin: auto; */
    justify-content: space-evenly;
}
.ekkremotites_close
{
	cursor: pointer;
    color: white;
    background: #cb1b1b;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
.ekkremotites_solve
{
	cursor: pointer;
    color: white;
    background: #6cac5c;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
#education_window
{
	width: 100% !important;
	top: 35px !important;
}
.alert_contact_popup_header {
    background: #171e23;
    color: white;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}
.alert_contact_popup_text {
	text-align: center;
    padding-top: 25px;
    font-size: 13px;
	font-weight: bold;
}
.alert_contact_popup_buttons
{
	display: flex;
    margin-top: 25px;
    justify-content: center;
    align-items: center;
}
.alert_contact_popup_accept
{
	cursor: pointer;
    color: white;
    background: #6cac5c;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
	margin-right: 30px;
}
.alert_contact_popup_reject
{
	cursor: pointer;
    color: white;
    background: #cb1b1b;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}
.header_button {
    background: none !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #b4bcc8 !important;
    font-size: 18px;
}
.header_button i{
	font-size: 18px;
}
#header_right_in .header_button:nth-child(2) i{
	color:#ff0000;
}
#myModal_alert{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,0.7);
	display:flex;
	z-index: 999999;
	justify-content: center;
	padding-top:50px;
	display: none;
}
#myModal_alert_inner{
	padding:20px;
	box-shadow: 0 0 5px #333;
	background: #fff;
	width:90%;
	height:calc(70vh + 120px);
	max-width: 750px;
}
#myModal_alert_inner .header{
	width:100%;
	height:40px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-left:15px;
	padding-right:15px;
	margin-left:-15px;
	margin-bottom:20px;
}
#myModal_alert_inner .header img.close{
	width:25px;
	cursor:pointer;
}
#myModal_alert_inner .body{
	padding:20px 0px;
	border-top:1px solid #dedede;
	overflow-y: auto;
	height:70vh;
}
#myModal_alert_inner .body table{
    width:100%;
	text-align: center;
}
#myModal_alert_inner .body .stop_alert{
   cursor:pointer;
   width:20px;
} 

#myModal_alert_inner .body table tr td{
	padding:10px;
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
}
#myModal_alert_inner .body table tr td:last-child{
	border-right: 1px solid #dedede;
}
#myModal_alert_inner .body table tr:first-child{
	font-weight: bold;
	border:none;
}
#myModal_alert_inner .body table tr:first-child td{
	padding-bottom:8px;
	border:none;
}
#myModal_alert_inner .body table tr:last-child td{
	border-bottom:1px solid #dedede;
}
button.g-recaptcha{
	border: none;
    margin: 0;
    padding: 0;
    background: url(../images/design/login_button.png) top left no-repeat;
    width: 169px;
    height: 36px;
    text-align: center;
    color: #B3B1B5;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
}
.modal_reports{
	position:fixed;
	width:80%;
	max-width: 700px;
	padding:0px 20px 10px 20px;
	border-radius:5px;
	box-shadow: 0 0 5px #333;
	background: #fff;
	left:50%;
	top:-50%;
	z-index:-100;
	opacity:0;
	transform: translate(-50%, -50%);
	transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
}
.modal_reports .header, .modal_reports .footer{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.modal_reports .header img.close{
	width:20px;
	cursor: pointer;
}
.modal_reports .footer .ok{
	padding:8px 7px;
	background: #006400;
	border-radius: 5px;
	color:#fff;
	font-size: 14px;
	cursor: pointer;
}
.modal_reports .body{
	padding:10px 5px;
	text-align: center;
	font-size: 13px;
}
.modal_reports .footer .cancel{
	padding:8px 7px;
	background: #cc0000;
	border-radius: 5px;
	color:#fff;
	font-size: 14px;
	cursor: pointer;
}
.modal_reports.show{
	top:20%;
	z-index:9999;
	opacity:1;
}
.selected_user_area_item{
	position:relative;
	padding:2px;
	border-radius:3px;
	font-size: 11px;
	color:#fff;
	font-weight: 700;
	margin-top:5px;
	margin-bottom:5px;
	background: #7a7a7a;
}
.selected_user_area_item .delete_item{
  position:absolute;
  width:10px;
  height:10px;
  font-size: 9px;
  display:flex;
  align-items: center;
  justify-content: center;
  padding-bottom:3px;
  color:#fff;
  background: #cc0000;
  border-radius:50%;
  cursor:pointer;
  right:-4px;
  top:-4px;
}
.confirm_users{
	margin:0 auto;
	border-radius:50%;
	width:15px;
	height:15px;
	color:#fff;
	background:#006400;
	cursor: pointer;
}
.confirm_users.hide{
	display:none;
}
.dont_permit_click{
	position:absolute;
	width:100%;
	height:100%;
	z-index:9999;
}
.comment_change_date_end_background_grey{
  position:fixed !important;
  z-index:999;
  background: rgba(0,0,0,.4);
  width:100%;
  height:100%;
  top:0;
  left:0;
  display: none;
}
.comment_change_date_end{
	position:absolute !important;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
    width:90%;
	padding:50px 10px 20px 10px;
    max-width: 600px;
    background: #fff;
    border-radius:10px;
    box-shadow: 0 0 5px #7f7f7f;
}
.comment_change_date_end .text{
	width:100%;
	text-align: center;
}
.comment_change_date_end .text textarea{
	height:120px;
	border-radius:5px;
	border:1px solid #000;
	width:95%;
	outline: none;
}
.comment_change_date_end .submit button{
	border:none;
	background: #000;
	color:#fff;
	padding:5px 8px;
	margin-top:20px;
	float:right;
	cursor: pointer;
}
.select2-selection{
	border:0px  !important;
}
.select2-container{
	width:440px !important;
}
.select2-container .select2-selection--single{
	height: unset !important;;

}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:  unset !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	white-space:normal !important;
	word-wrap:break-word !important;
}
.select2-selection__arrow{
	display: none !important;
} 
.day_off_calendar_container{
	max-width: 300px;
    background: #c8ccd0;
    margin: auto;
    margin-top: 15px;
    padding: 15px;
}
.day_off_messages{
	color: #df5555;
    font-weight: bold;
}
.remain_days_in_item{
	margin-bottom: 5px;
}
.filter_btn {
    line-height: 15px !important;
}
#div_new_repeat_work{
	width:170px;
	cursor: pointer;
}
#div_new_repeat_work a{
	color: white;
	background: #36c6d3;
    padding: 7PX;
}
#div_new_repeat_work .formobjectdata{
	border: unset !important;
}
.enable_user_economics_from_alert{
	font-weight: bold;
	cursor: pointer;
}
#form_submitaccounting_repeat_work .add{
	display: none;
}
.convert_work_to_programma{
	cursor: pointer;
}
.alert_popup_button{
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    /* padding-right: 10px; */
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}

.alert_popup_button i {
    color: red;
	font-size: 21px;
}