/* CSS Document */

body
{
	font-family:'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#edf0f5;
	margin:0;
	padding:0;
}


a{
text-decoration:none;
outline:none;
color:#4b5c63;
cursor: pointer;
}

a:hover,
a:focus{
/*color: #3E3E3E;*/
outline:none;
text-decoration:none;
}

img{
border:0
}

embed{
position:relative;
z-index:50;
}


iframe{
border:0;
}

h1, h2, h3, h4, h5, h6{
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;
}

.ajax_response
{
	display:none;
}
 
.login_form_out
{
	display:table;
	width:100%;
	height:100%;
}

.login_form_out_in
{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.login_bg,
.login_bg #wrapper
{
	background:#364150;
}

.login_area
{
	width:380px;
	margin:0 auto;
}

.login_logo
{
	display:table;
	margin:0 auto;
	margin-bottom:30px;	
}

.login_form
{
	background:#fff;
}

.login_form_in
{
	padding:25px;
}

.announce_login
{
	margin-bottom:15px;
}

.login_form_area h4
{
	font-weight:normal;
	font-size:18px;
	color:#36C6D3;
	text-align:center;
	margin-bottom:15px;
}

.login_form_item
{
	display:table;
	width:100%;
	border:1px solid #c2cad8;
	margin-bottom:15px;
}

.login_form_item:last-child
{
	margin-bottom:0;
}

.login_form_item_icon
{
	display:table-cell;
	width:40px;
	height:40px;
	color:#36C6D3;
	font-size:16px;
	text-align:center;
	border-right:1px solid #c2cad8;
	vertical-align:middle;
}

.login_form_item_icon_in
{
	width:inherit;
	height:inherit;
}

.login_form_item_icon i
{
	line-height:40px;
}

.login_form_item_data
{
	display:table-cell;
	width:100%;
	height:40px;
	padding-left:5px;
	padding-right:5px;
}


.login_form_item_data input
{
	width:100%;
	background:#fff;
	border:none;
	padding:0;
	margin:0;
	height:40px;
	line-height:40px;
	font-size:13px;
	outline: none
}

.login_form_item_data input:-webkit-autofill,
.login_form_item_data input:-webkit-autofill:hover, 
.login_form_item_data input:-webkit-autofill:focus
.login_form_item_data input:-webkit-autofill
{
	 background-color:#fff !important;
}

.login_form_button
{
	display:table;
	margin:0 auto;
	background:#36C6D3;
	border:1px solid #36C6D3;
	
	-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;
}

.login_form_button input
{
	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;
}

.login_form_button:hover
{
	background:none;
}

.login_form_button:hover input
{
	color:#36C6D3;
}

.login_footer
{
	text-align:center;
	margin-top:15px;
}

.login_footer a
{
	color:#7a8ca5;
}

#main_content_left_out_out
{
	margin-top:20px;
}

.contentHolder 
{
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
}

/*#menu{

}

.menu_item{
	margin-bottom:0px;
	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');
}

.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');
}

.menu_item_active{
	background-color: #353e48;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#353e48), to(#06171c));
	background-image: -webkit-linear-gradient(top, #353e48, #06171c);
	background-image: -moz-linear-gradient(top, #353e48, #06171c);
	background-image: -ms-linear-gradient(top, #353e48, #06171c);
	background-image: -o-linear-gradient(top, #353e48, #06171c);
	background-image: linear-gradient(top, #353e48, #06171c);	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#353e48', EndColorStr='#06171c');	
}


.menu_item a{
	position:relative;
	display:block;
	text-align:left;
	font-size:13px;
	white-space: nowrap;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image:url(../images/design/icons/doudouka.png);
	padding-top:13px;
	padding-bottom:13px;
	padding-left:40px;
	padding-right:10px;
	text-decoration: none;
	color: #ADB2B8;
	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,.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);
}

.menu_item a:hover{
	background-position:0px -43px;
	color:#EDEDED;
}

.menu_item_active a{
	color: #EDEDED;
	background-position:0px -43px;
}*/


/*.main_submenu_box{
	display:none;	
}

.main_submenu_box_top{
	background:url(../images/design/velos_down.png) no-repeat top left;
	height:8px;
	width:13px;
	margin-left:15px;
	position:absolute;
}


.main_submenu_item{
	margin-bottom:0px;
	background-color: #525b63;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#525b63), to(#788089));
	background-image: -webkit-linear-gradient(top, #525b63, #788089);
	background-image: -moz-linear-gradient(top, #525b63, #788089);
	background-image: -ms-linear-gradient(top, #525b63, #788089);
	background-image: -o-linear-gradient(top, #525b63, #788089);
	background-image: linear-gradient(top, #525b63, #788089);	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#525b63', EndColorStr='#788089');
}

.main_submenu_item:hover{
	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');
}

.main_submenu_item a{
	position:relative;
	display:block;
	text-align:left;
	font-size:13px;
	white-space: nowrap;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image:url(../images/design/icons/doudouka.png);
	padding-top:13px;
	padding-bottom:13px;
	padding-left:40px;
	padding-right:10px;
	text-decoration: none;
	color: #ADB2B8;
	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);
}

.main_submenu_item a:hover{
	background-position:0px -43px;
	color:#EDEDED;
}


.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;
}


.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);
}

*/





/* article form */

#articleform{

}

#header_left{
	float:left;
	width:40%;
	background:url(../images/design/header_left.jpg) no-repeat bottom right;
	height:55px;
	position:relative;
	z-index:3;	
}

#header_right{
	float:left;
	background: url(../images/design/header_right.jpg) repeat-x bottom left;
	height:55px;
	width:60%;
	display:table;
}

#header_right_in{
	padding-bottom:10px;
	display:table-cell;
	vertical-align:bottom;
	text-align:right;
	padding-right:20px;
	color:#fff;
}

#header{
}



#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{
	position:absolute;
	background: url(../images/design/general_bg.png) repeat;
	margin-top:-10px;
	z-index:2;
}

#main_content_left_in{
	display:inline-block;
	background:url(../images/design/vertical_col.png) repeat-y top right;
	padding-left:20px;
	
	display:table;
}

#main_content_left_in_left{
	display:table-cell;
	padding-right:20px;
}


#main_content_left_in_right{
	display:table-cell;
	vertical-align:top;
	width:22px;
}

#menu_close_btn{
	background:url(../images/design/menu_close_btn.png) no-repeat top left;
	width:20px;
	height:15px;
	cursor:pointer;
	margin-top:20px;
}

#main_content_right_out{
	background:#fff;
	position:relative;
}

/*#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;
	font-size: 12px;
    padding: 3px;
	margin-bottom:3px;
	
	/*background: linear-gradient(to bottom, #DD5952 0px, #BC3E33 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top,#dd5952 0,#bc3e33 100%);
	
	background:rgb(188, 62, 51);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
	
	box-shadow: 0 2px 2px #2B2B2B;
	-webkit-box-shadow: 0 2px 2px #2b2b2b;
	
    color: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    padding: 3px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;*/
}
.announceright
{
	background:#abe7ed;
    color: #27a4b0;
	font-size: 12px;
    padding: 3px;
	margin-bottom:3px;
	/*background: linear-gradient(to bottom, #6CBD58 0px, #5FA74E 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top,#6CBD58 0,#5FA74E 100%);
	
	background:rgb(95, 167, 78);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
	
	box-shadow: 0 2px 2px #2B2B2B;
	-webkit-box-shadow: 0 2px 2px #2B2B2B;
	
    color: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    padding: 3px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;*/
}

.announcemiddle
{
	 
	
	background:#fbddad;
    color: #fd9b01;
	font-size: 12px;
    padding: 3px;
	margin-bottom:3px;
	/*background: linear-gradient(to bottom, #F60 0px, #d85904 100%) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top,#F60 0,#d85904 100%);
	
	background:rgb(216, 89, 4);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
	
	box-shadow: 0 2px 2px #2B2B2B;
	-webkit-box-shadow: 0 2px 2px #2B2B2B;
	
	color:#FFF;
	border-radius: 4px 4px 4px 4px;
    
    font-size: 12px;
    padding: 3px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;*/
}

/* 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: 1px solid #3a424c;
height:24px;
}

.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;

}

.tabnav li a 
{
	text-decoration: none;
	background: #C8CCD0;
	color: #66666F;
	font-weight: bold;
	padding: 8px 10px;
	outline: none;
	z-index:-1;
}

.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
background: #3A424C;
color: #FFF;
text-decoration: none;
border-bottom:0;
padding: 8px 10px;
z-index:2;
box-shadow: 2px -2px 2px rgba(0,0,0,0.4);
-webkit-box-shadow: 2px -2px 2px rgba(0,0,0,0.4);
-moz-box-shadow: 2px -2px 2px rgba(0,0,0,0.4);

}*/


#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;

}



.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;
}



.loading_box
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999;
	
	background:url(../images/design/loader.gif) center center no-repeat rgba(255, 255, 255, 0.5);
	
}

#text_loading
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999;
	
	background:url(../images/design/loader.gif) center center no-repeat rgba(255, 255, 255, 0.5);
}




#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_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.jpg) no-repeat top center #C8CCD0;
}
*/


.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;
}

.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;
}

.alert_info
{
	float:right;
	margin-left:20px;
	width:30px;
	height:30px;
	border-radius:100px;
	background:#adb2b8;
	cursor:pointer;
	margin-top:-5px;
}

.alert_info span
{
	line-height:30px;
	display:block;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#333;
}

.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;
}


.data_popup,
.data_popup_p
{
	display:none;
	position:absolute;
	border:1px solid #c8ccd0;
	background:#fff;
	z-index:100;
	height:100px;
	overflow:auto;
	width:770px;
}

.data_item,
.data_item_p
{
	background:#fff;
	color:#3a424c;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #c8ccd0;
	cursor:pointer;
	
	-webkit-transition:  all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transform: all 0.5s ease;
	transition: all 0.5s ease;
}

.data_item:hover,
.data_item_p:hover
{
	background:#c8ccd0;
	color:#3a424c;
}

.data_item.active,
.data_item_p.active
{
	background:#c8ccd0;
	color:#3a424c;
}

.delete_pr
{
	display:none;
	position:absolute;
	right:5px;
	top:50%;
	margin-top:-5px;
	cursor:pointer;
	background:url(../images/design/delete_icon.png) top left no-repeat;
	width:10px;
	height:9px;
}

.delete_pr.active
{
	display:block;
}

.stock_table_item_in
{
	display:table;
	margin:0 auto;
}

.stock_quantity_left
{
	display:table-cell;
	vertical-align:top;
	width:33px;
}

.stock_quantity_left input[type="text"]
{
	border:0;
	padding:0;
	margin:0;
	background:#C8CCD0;
	width:100%;
	height:27px;
	text-align:center;
	
	font-size:13px;
	font-weight:bold;
}

.stock_quantity_right
{
	display:table-cell;
	vertical-align:top;
	width:17px;
	padding-left:5px;
}

.stock_quantity_up
{
	margin-bottom:3px;
	cursor:pointer;
}

.stock_quantity_down
{
	cursor:pointer;
}

.stock_delete_btn
{
	cursor:pointer;
}

.products_price_old 
{
    margin-bottom:5px;
    position: relative;
	text-decoration:line-through;
	text-align:center;
}

.products_price_new 
{
	text-align:center;
    color: #811619;
}

.pag_extra_out
{
	display:table;
	margin:0 auto;
}

.extra_pagination
{
	background:#c8ccd0;
	padding:5px;
}

.extra_pagination .style_select
{
	position:relative;
	width:200px;
}


/* NEW CSS */
.right_side_menu_opened #wrapper
{
	left:235px;
}

#wrapper_out
{
	position:absolute;
	width:100%;
	height:100%;
	/*overflow-x: hidden !important;*/
	overflow:hidden;
	
}

#wrapper
{
    left: 0;

	position:relative;
	width:inherit;
	height:inherit;
	background:#edf0f5;
    -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%;*/
	width:inherit;
	height:inherit;
}

#container
{
	position:relative;
	width:inherit;
	height:inherit;
}

#container_in
{
	position:relative;
	/*width:100%;
	height:100%;*/
	width:inherit;
	height:inherit;
	top:0;
	left:0;
}

.login_bg #wrapper_out
{
	height:100%;
}

.login_bg #container_in
{
	position:fixed;
	/*width:100%;
	height:100%;*/
	width:inherit;
	height:inherit;
	top:0;
	left:0;
}

.header_r
{
	display:none;
}

#header
{
	position:relative;
	padding-top:13px;
	padding-bottom:13px;
	padding-left:15px;
	padding-right:15px;
	background:#242d38;
}

#mobile_menu_btn
{
	position:absolute;
	top:50%;
	left:15px;
	cursor:pointer;
	background:url(../images/design/menu_slide.png) top left no-repeat;
	width:17px;
	height:13px;
	margin-top:-6.5px;	
}

#mobile_menu_btn:hover
{
	background-position:bottom left;
}

#mobile_menu
{
	background-color:#364150;
	/*background-color:#ff0000;*/
	height: 100%;

	overflow: hidden;
	/*padding:25px;*/
	padding-bottom:15px;
	position: fixed;
	top: 0;
	left:0;
	width: 235px;
	z-index: 310;
	visibility: hidden;
}

#mobile_menu .menu
{
	position:absolute;
	width:100%;
	height: -moz-calc(100% - 54px);
    height: -webkit-calc(100% - 54px);
    height: calc(100% - 54px);
}


#header .logo
{
	margin:0 auto;
	display:table;
}

#main_content
{
	display:table;
	width:100%;
	height:100%;
}

.left_area
{
	/*position:fixed;
	top:0;
	left:0;
	width:235px;
	background:#364150;
	padding-top:15px;
	padding-bottom:15px;
	height:100%;*/
	display:table-cell;
	vertical-align:top;
    position: relative;
    width: 235px;
	background:#364150;
	/*padding-top:15px;*/
	padding-bottom:15px;
}

.left_area_in
{
	display:table;
	width:inherit;
	height:100%;
}

.right_area
{
	position:relative;
	display:table-cell;
	width:100%;
}

.left_area_top
{
	position:relative;
	padding-top:13px;
	padding-bottom:13px;
	padding-left:15px;
	padding-right:15px;
	background:#242d38;
}

#mobile_menu .left_area_top
{
	display:none;
}
	

.logo
{
	display:inline-block;
}

#logo a
{
	display:block;
}

.menu_slide
{
	position:absolute;
	top:50%;
	right:15px;
	cursor:pointer;
	background:url(../images/design/menu_slide.png) top left no-repeat;
	width:17px;
	height:13px;
	margin-top:-6.5px;	
}

.menu_slide:hover
{
	background-position:bottom left;
}

.menu_slide i
{
	font-size:16px;
	font-weight:300;
	color:#fff;
}

.left_area_btns
{
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	border-bottom:1px solid #3d4957;
}

.l_btns
{
	float:left;
	margin-left:44px;
}

.l_btns:first-child
{
	margin-left:0;
}

.l_btns a
{
	display:block;
	font-size:19px;
	color:#b4bcc8;
}

.l_btns.blue a
{
	color:#36c5d3
}

.l_btns.red a
{
	color:#e7505a
}

.l_btns.green a
{
	color:#7ec487
}

.l_btns.purple a
{
	color:#9698c6
}


.l_btns a:hover i
{
	color:#fff;
}

/*.menu_chooser
{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;	
}

.menu_chooser_item
{
	font-size:12px;
	margin-left:8px;
	padding-left:7px;
	float:left;
	border-left:1px #fff solid;
	cursor:pointer;
	color:#b4bcc8;
}

.menu_chooser_item:first-child
{
	margin-left:0;
	padding-left:0;
	border-left:none;
}

.menu_chooser_item:hover
{
	color:#ffffff;
}

.menu_chooser_item.active
{
	color:#ffffff;	
}*/

.left_area_top_out
{
	display:table-row;
	height:auto;
}

.menu
{
	position:absolute;
	width:100%;
	height: -moz-calc(100% - 105px);
    height: -webkit-calc(100% - 105px);
    height: calc(100% - 105px);
}



.nav_menu
{
	
	/*position:relative;
	height:75%;
	background:#ff0000;*/
	
}

.menu_scroll
{
	overflow-y:hidden;
	position:absolute;
	width:100%;
	height: 100%;
}
.nav_menu_in
{
	height:100%;
}

nav.menu ul
{
	margin:0;
	padding:0;
	list-style:none;
}

nav.menu ul li
{
	position:relative;
	border-bottom:1px solid #3d4957;
}

nav.menu ul li:last-child
{
	border-bottom:none;
}

nav.menu ul li a
{
	display:block;
	position:relative;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	color: #b4bcc8;
	font-weight: 300;
	font-size:14px;
}

nav.menu ul li a i
{
	
	width:20px;
	margin-right:5px;
	font-size:18px;
	color:#b4bcc8;
	text-align:center;
}

nav.menu ul li:hover > a
{
	background:#36C6D3;
	color:#fff;
}

nav.menu ul li:hover > a i
{
	color:#fff;
}

nav.menu ul li.active > a
{
	background:#36C6D3;
	color:#fff;
}

nav.menu ul li.active > a i
{
	color:#fff;
}

/*nav.menu ul li a:hover:after 
{
	right:0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #fff;
	border-width: 13px;
	margin-top: -13px;
}*/

nav.menu ul li .sub_menu
{
	display:none;
}

nav.menu ul li .sub_menu ul li
{
	border-bottom:0;
}

nav.menu ul li .sub_menu ul li.parent_t
{
	display:none;
	border-bottom:1px solid #3d4957;
}

nav.menu ul li .sub_menu ul li a
{
	font-size:14px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:40px;
	padding-right:15px;
}

nav.menu ul li .sub_menu ul li:hover > a
{
	background:#3E4B5C;
}

nav.menu ul li .sub_menu ul li.active > a
{
	background:#3E4B5C;
}


nav.menu ul li .sub_menu ul li .sub_menu ul li a
{
	font-size:14px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:50px;
	padding-right:15px;
}

nav.menu ul li a .arrow:before
{
	font-family: 'FontAwesome';
	content: "\f107";
	font-weight: 300;
	width: 10px;
	height: 10px;
	line-height:10px;
	font-size: 16px;
	position: absolute;
    right: 15px;
	top:50%;
	margin-top:-5px;
}

nav.menu ul li.active > a .arrow:before
{
	font-family: 'FontAwesome';
	content: "\f106";
	font-weight: 300;
}

/* small menu bar */
.left_area.off
{
	width: 45px;
}

.left_area.off .menu_slide
{
	position:static;
	margin:0 auto;
}

.left_area.off .logo,
.left_area.off nav.menu ul li a .m_title,
.left_area.off nav.menu ul li a .arrow
{
	display:none;
}

.left_area.off nav.menu ul li .sub_menu
{
	
	position:fixed;
	left:45px;
	top:0;
	min-width:200px;
	height:100%;
	overflow: hidden;
	background:#364150;
	z-index:999999;
}

.left_area.off nav.menu ul li .sub_menu ul li.parent_t,
.left_area.off nav.menu ul li .sub_menu ul li.parent_t a .m_title
{
	display:block;	
}

.left_area.off nav.menu ul li .sub_menu ul li a
{
	padding-left:15px;
}

.left_area.off nav.menu ul li .sub_menu ul li a .m_title,
.left_area.off nav.menu ul li .sub_menu  ul li a .arrow
{
	display:block;
}

.left_area.off nav.menu ul li .sub_menu ul li.parent_t a
{
	padding-top:9px;
	padding-bottom:9px;
	padding-left:15px;
	padding-right:15px;
}

.left_area.off nav.menu ul li:hover > .sub_menu ul li.parent_t a
{
	background:#36C6D3;
	color:#fff;
}

.left_area.off nav.menu ul li .sub_menu ul li .sub_menu
{
	position:static;
	left:0;
	top:0;
	min-width:auto;
	background:none;
	z-index:100;
}

.left_area.off nav.menu ul li .sub_menu ul li .sub_menu ul li a
{
	padding-left:25px;
}

.left_area.off .left_area_btns,
.left_area.off .menu_chooser
{
	display:none;
}

/* end small menu bar */


/*list */
.inner_horizontal
{
	display:table;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	background:#36c6d3;
}

.inner_horizontal_left{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	/*padding-left:20px;
	padding-top:10px;
	padding-bottom:0px;*/
}

.inner_horizontal_right{
	width:300px;
	display:table-cell;
	vertical-align:middle;
}

.horizontal_menu_item
{
	float:left;
	margin-right:10px;
	height:30px;
}

.horizontal_menu_item:last-child
{
	margin-right:0;
}

.horizontal_menu_item a
{
	display:block;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
	font-size:13px;
	font-weight:normal;
	color:#fff;
	border:1px solid #fff;
	
	-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;
}

.horizontal_menu_item a span
{
	position:relative;
	top:50%;
	width:14px;
	height:14px;
	margin-left:15px;
	margin-top:-7px;
}

.horizontal_menu_item a span i
{
	font-size:15px;	
}

.horizontal_menu_item:hover > a
{
	background:#fff;
	color:#36C6D3;
}

.space_l_r
{
	padding-left:10px;
	padding-right:10px;
}

.space_margin_l_r
{
	margin-left:10px;
	margin-right:10px;
}

.space_margin_t
{
	margin-top:10px;
}

.space_margin_b
{
	margin-bottom:10px;
}

.sub_menu_h
{
	position:absolute;
	z-index:200;
	display:none;
	
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
}

.sub_menu_h a
{
	display:block;
	background:#fff;
	color:#36C6D3;
	border:none;
	border-bottom:1px solid #36C6D3;
}

.sub_menu_h a:last-child
{
	border-bottom:none;
}

.sub_menu_h a:hover
{
	background:#36C6D3;
	color:#fff;
}

.search_area
{
    position: relative;
	/*width: 100%;*/
	width:300px;
}

.search_in
{
	position:relative;
	z-index:5;
}

.search_left
{
	display: table-cell;
	position: relative;
    white-space: nowrap;
	vertical-align: middle;
    width: 1%;
}

.search_left button
{
	border:none;
	padding:0;
	margin:0;
	background:none;
	height:30px;
	padding-left:5px;
	padding-right:5px;
}

.search_left button i
{
	color:#fff;
	font-size:20px;
}

.search_right
{
	display: table-cell;
	width: 100%;
}

.search_right_in
{
	padding-left:10px;
	padding-right:10px;
}

.search_right input[type="text"]
{
    background: none;
    border:none;
	font-style:normal;
    font-size: 14px;
    font-weight: normal;
	color: #fff;
    height:30px;
    line-height: 30px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
	border-bottom:1px solid #fff;
}

.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-left:10px;
	padding-right:10px;
}

.menulist_bottom_r
{
	display:none;
}

.menulist_bottom_in
{
	display:table;
	height:100%;	
}

.menulist_bottom_title_area
{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	padding-top:10px;
	padding-right:10px;
}

.menulist_bottom_search
{
	display:table-cell;
	width:120px;
	vertical-align:middle;
	border-left:1px #dddbdb solid;
	padding-left:10px;
}

.filter_search_btn a
{
	display:block;
	border:1px solid #e7505a;
	background:#e7505a;
	text-align:center;
	color:#fff;	
	padding-left:25px;
	padding-right:25px;
	padding-top:7px;
	padding-bottom:7px;
	line-height:13px;
	font-size:13px;
	-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;

}

.filter_search_btn a:hover
{
	background:none;
	color:#e7505a;	
}

.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;
}*/

.extratable_list_bottom_item
{
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}

.filter_item
{
	position:relative;
}

.filter_item_title
{
	font-size:10px;
	font-weight:normal;
	color:#3a424c;
}

.filter_item_data
{
	position:relative;
}

.filter_item_data input,
.extratable_list_bottom .filter_item_data input
{
	width:135px;
	height:20px;
	background:#edf0f5;
}

.filter_item_data .style_select,
.extratable_list_bottom .filter_item_data .style_select
{
    position: relative;
	width:135px;
}

.filter_item_data select,
.extratable_list_bottom .filter_item_data select
{
    width:135px;
	padding-left:5px;
	padding-right:5px;
    outline: none;   
	border:none;  
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:#edf0f5;
	
	font-size:12px;
	font-weight:normal;
	color:#3a424c
}

.filter_item_data select:not([multiple]),
.extratable_list_bottom .filter_item_data select:not([multiple])
{
	line-height:20px;
    height:20px !important;
}

.filter_item_data .style_select:after,
.extratable_list_bottom .filter_item_data .style_select:after
{
    content: '';
    width: 20px;
    height: 20px;
	float:right;
	clear:both;
    display: inline-block;
	margin-top:-20px;
	position:relative;
    background: url(../images/design/select_arrow_f.png) no-repeat right center #edf0f5;
    pointer-events: none;
}


/*
.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;
}*/


/* list_in_items */
#target_list_items_out
{
	display:block;
	position:relative;
	/*width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);*/
}

#target_list_items
{
	position:absolute;
	overflow:auto;
	width:100%;
	
}


table.listtable
{
	border-spacing:0;
	width:100%;
}

table.listtable thead tr th
{
	background:#35414f;
	font-weight:700;
	border-left:1px solid #666d77;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
}

/*table.listtable tbody tr 
{
    background: #F3F4F5
}*/

table.listtable tbody tr:hover td
{
	background:#edf0f5 !important;
	border-left:1px #FFF solid;
	border-bottom:1px #FFF solid;
}

table.listtable tbody tr td 
{	
	background: #f7f8f9;
	border-left:1px solid #edf1f5;
	border-bottom:1px solid #edf1f5;
	color:#333333;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
}


table.listtable tbody tr:nth-child(2n) td 
{
	background:#fff;
}

table.listtable tbody tr td input[type="text"], table.listtable tbody tr td select
{
	width:100%;
}

table.listtable .listheader_in
{
	position:relative;
	text-align:center;
	line-height:16px;
	display:table;
	width:100%;
}

.listheader_in_title
{
	display:inline;
}

table.listtable .title
{
	padding-right:15px;
}

.th_title
{
	display:table-cell;
	vertical-align:middle;
	max-width:100%;
}

.list_arrows
{
	display:table-cell;
	width:9px;
	vertical-align:middle;
	padding-left:10px;
	/*position:absolute;
	width:9px;
	height:16px;
	right:0;
	top:50%;
	margin-top:-8px;*/

	/*display:inline-block;
	margin-left:5px;
	margin-bottom:2px;*/
}

.list_arrows_in
{
	width:9px;
}

.list_arrows .arrows_up
{
	display:block;
	background:url(../images/design/th_up.png) top left no-repeat;
	width:9px;
	height:7px;
	margin-bottom:2px;
}

.list_arrows .arrows_up:hover
{
	background-position:bottom left;
}

.list_arrows .arrows_down
{
	display:block;
	background:url(../images/design/th_down.png) top left no-repeat;
	width:9px;
	height:7px;
}

.list_arrows .arrows_down:hover
{
	background-position:bottom left;
}

table.listtable .checkbox_list input[type="checkbox"]
{
	display:none;
}

table.listtable .checkbox_list label,
table.listtable .checkbox_list.all label
{
	margin:0;
}

table.listtable .checkbox_list input[type="checkbox"] + label span
{
    background: url(../images/design/checkbox.png) top left no-repeat;
    cursor: pointer;
    display:block;
    height: 17px;
    margin:0;
    width: 18px;
}

table.listtable .checkbox_list input[type="checkbox"]:checked + label span
{ 
    background-position:bottom left;
}

table.listtable .checkbox_list.all input[type="checkbox"] + label span 
{
	background: url(../images/design/checkbox_all.png) top left no-repeat;
}

table.listtable .checkbox_list.all  input[type="checkbox"]:checked + label span
{
	background-position:bottom left;
}

table.listtable tbody tr td table.extra_fields_div_in
{
	width:100%;
	border-bottom:1px solid #edf1f5;
}

table.listtable tbody tr td table.extra_fields_div_in:last-child
{
	border-bottom:none;
}


table.listtable tbody tr td table.extra_fields_div_in tr td
{
	border:none;
	background:none;
	text-align:center;
}

table.listtable tbody tr td table.extra_fields_div_in tr:nth-child(2n) td 
{
	background:none;
}


table.listtable tbody tr:hover td table.extra_fields_div_in
{
	border-bottom:1px solid #fff;
}

table.listtable tbody tr:hover td table.extra_fields_div_in:last-child
{
	border-bottom:none;
}

/*.list_button
{
	/*display: table-cell;*/
	/*position:relative;
	/*padding-right: 8px;*/
	/*display:inline-block;
	width:25px;
	height:25px;
	line-height:25px;
	background:#858d95;
	border-radius:100px;
	margin-right:8px;
	text-align:center;
}
*/
/*.list_button_in
{
	
	width:inherit;
	height:inherit;
	vertical-align:middle;
}*/

.list_button
{
	display: table-cell;
	padding-right: 8px;
	position:relative;
	width:25px;
	height:25px;
	text-align:center;
}

.list_button_in
{
	line-height:25px;
	background:#858d95;
	border-radius:100px;
	width:inherit;
	height:inherit;
	vertical-align:middle;
}

.list_button.red .list_button_in
{
	background:#e7505a;
}

.list_button a
{
	display:table-cell;
	color:#fff;
	font-size:14px;
	width:inherit;
	height:inherit;
	line-height:inherit;
}

.list_button a i
{
	width:inherit;
	height:inherit;
	line-height:inherit;
}

/* pagination*/

#tool_box_bottom
{
	height:30px;
	bottom:0;
	right:0;
	position: absolute;
	z-index:450;
	background:#242d38;
	width:100%;
	display:none;
}

/*#tool_box_bottom_small
{
	position:relative;
	z-index:100;
	display:none;
	background:#ccc;
	width:100%;
}

#tool_box_bottom_small .toolbox
{
	display:table;
	margin:0 auto;
}
*/
.pagination_div_in
{
	/*display:inline-block;
	padding-left:10px;
	padding-right:10px;
	line-height:18px;
	color:#000000;*/
	display:table;
	width:100%;
	height:30px;
	color:#fff;
}

.pagination_div_in_left
{
	display:table-cell;
	width:250px;
	height:inherit;
	vertical-align:middle;
	text-align:left;
}

.pagination_div_in_left_in
{
	width:inherit;
}

.pagination_div_in_center
{
	display:table-cell;
	width:100%;
	height:inherit;
	vertical-align:middle;
}

.pagination_div_in_center_in
{
	display:table;
	margin:0 auto;
}

.pag_list ul
{
	margin:0;
	padding:0;
	list-style:none;
}

.pag_list ul li
{
	float:left;
	display:inline-block;
	margin-left:10px;
}

.pag_list ul li:first-child
{
	margin-left:0;
}

.pag_list ul li.pag_li
{
	width:15px;
	height:20px;
}

.pag_list ul li a
{
	display:block;
	color:#fff;
	font-weight:normal;
	font-size:16px;
}

.pag_list ul li.pag_li a i
{
	width:15px;
	line-height:20px;
	text-align:center;
}

.pag_list ul li.pag_prev a,
.pag_list ul li.pag_next a
{
	font-size:20px;
}


.pagination_div_in_right
{
	display:table-cell;
	width:250px;
	height:inherit;
	vertical-align:middle;
	text-align:right;
}

.pagination_div_in_right_in
{
	width:inherit;
}

.pagination_div_in_results
{
	display:table-cell;
	width:100%;
	height:inherit;
	text-align:right;
	vertical-align:middle;
}

.pag_list ul li .pagination_div_in_middle_left_selected
{
	width:35px;
	height:20px;
	line-height:20px;
	padding-right:14px;
	padding-left:4px;
	text-align:center;
	background:#fff url(../images/design/arrow-down.png) no-repeat center right;	
	cursor:pointer;
	color:#242d38;
	font-weight:700;
}

.pag_list ul li .pagination_options
{
	position:absolute;
	z-index:100;
	display:none;
	min-width:120px;
	text-align:center;
	overflow:auto;
	max-height:200px;
	background:#FFF;
	border:1px solid #CCC;
	bottom:30px;
}

.pag_list ul li .pagination_options a
{
	color:#000;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:13px;
	color:#000;
}

.pag_list ul li .pagination_options a:hover
{
	background:#242d38;
	color:#fff;
}

#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;
}

.pag_results_div
{
	display:table-cell;
	width:100%;
	height:inherit;
	text-align:right;
}

/* window */
.window
{
	/*background:#F3F4F5;*/
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100%;
}

#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_close_button
{
	position:absolute;
	z-index:10;
	top:10px;
	right:10px;
	width:26px;
	height:26px;
	cursor:pointer;
}

.window_close_button i
{
	font-size:25px;
	line-height:26px;
	width:inherit;
	text-align:center;
	color:#fff;
}

.window_top_bar img{
	cursor:pointer;	
}

.window_announce_bar{
	height:45px;
	overflow:auto;
	background:#EDF0F5;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}


.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_return
{
}

.window_middle_bar{
	overflow:auto;	
}

.window_middle_bar_in{
	padding-top:10px;
	padding-bottom:10px;
}

.window_middle_bar_in_out
{
	height:auto;
	margin-left:5px;
	margin-right:5px;
	overflow:hidden;
}

.window_tabs_bar
{
	/*height:22px;	*/
	background:#EDF0F5;
}

.window_tabs_bar .nav-tabs
{
	/*border-bottom:1px solid #ddd;*/
	border-bottom:0;
	padding-left:10px;
	padding-right:10px;
}

.window_tabs_bar .nav-tabs > li 
{
	margin-bottom:0;
}

.window_tabs_bar .nav-tabs > li > a
{
	font-size:13px;
	background-color:#dee2e8;
	border: 1px solid #dee2e8;
  	border-bottom-color: transparent;
	cursor:pointer !important;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:14px;
	padding-right:14px;
	color: #555;
}

.window_tabs_bar .nav-tabs > li > a:hover 
{
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.window_tabs_bar .nav-tabs > li.active > a,
.window_tabs_bar .nav-tabs > li.active > a:hover,
.window_tabs_bar .nav-tabs > li.active > a:focus 
{
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
/*
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus
{
	background:#000000;
	border:1px solid #000000;
	border-bottom:0;
	color:#ffffff;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus
{
	background:#000000;
	border:1px solid #000000;
	border-bottom:0;
	color:#ffffff;

}*/


/*.nav-tabs > li:last-child
{
	margin-right:0;
}

.nav-tabs > li > a 
{
	margin:0;
	border:none;
	line-height:normal;
	border-radius:0;
	border:1px solid #d9d9d9;
	border-bottom:0;
	font-family: 'pf_transportregular',Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
	color:#999999;
	letter-spacing:2.2px;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;
	-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;
	transition: all 0.3s ease-in-out 0s;
}*/

.window_bottom_bar
{
	display:table;
	width:100%;
	background:#242d38;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}

.form_submit
{
	/*height:35px;
	line-height:35px;*/
	display:table-cell;
	vertical-align:middle;
	height:inherit;
}

.form_submit_item
{
	margin-left:10px;	
}

.form_submit_item:first-child
{
	margin-left:0;
}

.form_submit_left
{
	float:left;
}

.form_submit_right
{
	float:right;
}

.black_bg
{
	display:none;
	position:absolute; 
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	/*background: url(../images/b.png) repeat;	*/
	background-color:rgba(0,0,0,0.6);
}

.win_container
{
	padding-left:5px;
	padding-right:5px;
}

.win_row
{
	margin-left:-5px;
	margin-right:-5px;
}

.win_col
{
	padding-left:5px;
	padding-right:5px;
}

/* window_popup */
.window_popup_bg
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999;
	background-color:rgba(255, 255, 255, 0.5);
}

.window_popup_t
{
	display:table;
	width:100%;
	height:100%;
}

.window_popup_t_c
{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.window_popup_t_c_in
{
	display:table;
	margin:0 auto;
}

.popup_warning
{
	
}

.announcepopup
{
	width:400px;
	background:#fff;
	position:relative;

	z-index:99998;
	
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.announcepopup_top
{
	position:relative;
	background:#36c6d3;
	padding:10px;
}

.announcepopup_close
{
	position:absolute;
	z-index:10;
	top:50%;
	margin-top:-11px;
	right:10px;
	width:22px;
	height:22px;
	cursor:pointer;
}

.announcepopup_close i
{
	font-size:22px;
	line-height:22px;
	width:inherit;
	text-align:center;
	color:#fff;
}

#main_content .announcepopup_top h2
{
	color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.announcepopup_bottom
{
	padding:10px;
	background:#fff;
    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
{
	font-size:13px;
	font-weight:normal;
    background:#fff;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	
	-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;
}

.yes_link
{
	border:1px solid #36C6D3;
	color:#36C6D3;
	margin-right:15px;
}

.close_link
{
	border:1px solid #e7505a;
	color:#e7505a;
}

.yes_link:hover
{
	background:#36C6D3;
	color:#fff;
}

.close_link:hover
{
	background:#e7505a;
	color:#fff;
}

/* END window_popup */

/* Παράθυρο με checkboxes */
.category_select_item_all
{
	width:33%;
	margin-bottom:10px;
}

#idiotites_results
{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #666;	
}

#idiotites_results h2
{
	font-size:16px;
	margin-bottom:25px;
}

.idiotites_results_item
{
	margin-bottom:20px;
}

.idiotites_results_item:last-child
{
	margin-bottom:0;
}

.category_select_item
{
	margin-bottom:15px;
}

.idiotites_results_item_title
{
	border-bottom:1px solid #242d38;
	padding-bottom:8px;
	margin-bottom:8px;
}

.idiotites_results_item_title h3
{
	font-size:14px;
	color:#242d38;
	font-weight:700;	
}

.category_select_item
{
	float:left;
	width:16.6666%;
	margin-bottom:10px;
}

.category_select_item input[type="checkbox"]
{
	display:none;
}

.category_select_item label
{
	margin:0;
	line-height:17px;
	font-size:13px;
	color:#242d38;
	font-weight:normal;
}

.category_select_item 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;
    width: 18px;
	margin-right:6px;
}

.category_select_item input[type="checkbox"]:checked + label span
{ 
    background-position:bottom left;
}

/* end Παράθυρο με checkboxes */

/*#list_content
{
	position:relative;
}

.options_slide
{
	position: absolute;
    display: none;
	left: -235px;
	top:45px;
	z-index: 300;
}

.options_slide_left
{
	float: left;
    position: relative;
	z-index:1;
    width:235px;
	padding:10px;
	background:#fff;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.options_slide_right
{
	float:left;
	position:relative;
	z-index:2;
	padding-left:12px;
	padding-right:12px;
	padding-top:10px;
	padding-bottom:10px;
	background:#36c6d3;
	border-radius:0 3px 3px 0;
	cursor:pointer;
	color:#fff;
	font-size:18px;
}

.options_slide_right_in
{
	width:19px;
	height:18px;
}

.options_slide .inner_horizontal
{
	display:block;
	background:none;
	padding:0;
}

.options_slide .inner_horizontal_left,
.options_slide .inner_horizontal_right
{
	display:block;
	width:auto;
}

.options_slide .inner_horizontal_left
{
	clear:both;
}


.options_slide .horizontal_menu_item
{
	width:50%;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
	margin-right:0;
}


.options_slide .horizontal_menu_item a
{
	color:#36C6D3;
	border:1px solid #36C6D3;
	
	-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;
}

.options_slide  .horizontal_menu_item:hover > a
{
	background:#36C6D3;
	color:#fff;
}


.options_slide .search
{
	width:100%;
}

.options_slide .search_left button i
{
	color:#36C6D3;
}

.options_slide  .search_right input[type="text"]
{
	color: #36C6D3;
	border-bottom:1px solid #36C6D3;
}
	
.options_slide .menulist_bottom
{
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
}

.options_slide .menulist_bottom_title_area
{
	padding:0;
	display:block;
}

.options_slide .menulist_bottom_search
{
	display:table;
	margin:0 auto;
	margin-top:15px;
	border:none;
	padding:0;
}
*/

.mobile_buttons
{
	display:none;
}

.mobile_btn.button
{
	width:50%;
}

.mobile_btn.button a
{
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
}

.mobile_btn_sub
{
	display:none;
	position:absolute;
	left:0;
	width:100%;
	padding:10px;
	background:#fff;
	z-index:100;
	top:35px;
	
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
}

.mobile_btn_sub .menulist_bottom
{
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
}

.mobile_btn_sub .menulist_bottom_title_area
{
	padding:0;
	display:block;
}

.mobile_btn_sub .menulist_bottom_search
{
	display:table;
	margin:0 auto;
	margin-top:15px;
	border:none;
	padding:0;
}

.mobile_btn_sub .extratable_list_bottom_item
{
	float:left;
	width:50%;
	display:block;
	padding-left:5px;
	padding-right:5px;
	margin-right:0;
}


.mobile_btn_sub .search_area
{
	width:100%;
	margin-bottom:15px;
}

.mobile_btn_sub .search_left button i
{
	color:#3a424c;
}

.mobile_btn_sub .search_right input[type="text"]
{
	color: #3a424c;
	border-bottom:1px solid #3a424c;
}

.mobile_btn_sub .filter_item_data input,
.mobile_btn_sub .extratable_list_bottom .filter_item_data input,
.mobile_btn_sub .filter_item_data .style_select,
.mobile_btn_sub .extratable_list_bottom .filter_item_data .style_select,
.mobile_btn_sub .filter_item_data select,
.mobile_btn_sub .extratable_list_bottom .filter_item_data select
{
	width:100%;
}

.mobile_btn_sub .menulist_bottom_in
{
	display:block;
}


.mobile_btn_sub .inner_horizontal_left
{
	display:block;
	width:auto;
}

.mobile_btn_sub .inner_horizontal_left
{
	clear:both;
}

.mobile_btn_sub .horizontal_menu_item
{
	float:none;
	position:relative;
	width:100%;
	margin-bottom:10px;
	margin-right:0;
}

.mobile_btn_sub .horizontal_menu_item a
{
	color:#36C6D3;
	border:1px solid #36C6D3;
	
	-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;
}

.mobile_btn_sub .horizontal_menu_item:hover > a
{
	background:#36C6D3;
	color:#fff;
}

.mobile_btn_sub .horizontal_menu_item a span 
{
    height: 14px;
    margin-left: 15px;
    margin-top: -7px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
}

.mobile_btn_sub .sub_menu_h
{
	width:100%;	
}

.mobile_btn_sub .sub_menu_h a:hover
{
	background:#36C6D3;
	color:#fff;
}