@charset "utf-8";
body, html {
	height: 100%;
	margin: 0;
/*	overflow:scroll; 	*/
	overflow-x:hidden;
	font-family:Verdana, Geneva, sans-serif;
	background:#d3d4cf;
}
body a{
	text-decoration:none;
	color:black;
}
.container {
	position: relative;
	height: 100%;
	width: 100%;
	left: 0;
	-webkit-transition:  left 0.4s ease-in-out;
	-moz-transition:  left 0.4s ease-in-out;
	-ms-transition:  left 0.4s ease-in-out;
	-o-transition:  left 0.4s ease-in-out;
	transition:  left 0.4s ease-in-out;
	background:#d3d4cf;
}
 
.container.open-sidebar {
	left: 230px;
}

.container.open-sidebar #sidebar{
	top:0 !important;
}      
img{
	max-width:100%;
}
/*/============== login ===========/*/
.login_bg{
	width:100%;
	background:#555;
    background: linear-gradient(to top, #555, #d4d5d0);
	background: -webkit-linear-gradient(to top, #555, #d4d5d0); 
	background: -o-linear-gradient(to top, #555, #d4d5d0); 
	background: -moz-linear-gradient(to top, #555, #d4d5d0);	
}
.login_container{
	width:750px;
	height:400px;
	margin:7% auto;
/*	background:#7b8b91;	*/
	background:#abbcc4;
	box-shadow: 0px 3px 10px 0px rgba(168, 168, 168, 0.8) inset;
	border: 1px solid #888;
	border-radius: 4px;
}
.logo_login{
	width:248px;
	float:left;
	padding:0 30px;
	height:400px;
	background:#ffffd3;
	border-right:1px dotted #888;
/*	border-right:1px dotted #000  */	
}
.main_login{
	float:left;
	width:400px;
	margin:0 auto;
	margin:0 20px;
}
.logo_login > img, .main_login{
	margin-top:86px;
}
.main_login > form > label{
	color:#fff;
	font-size:1.1em;
	line-height:1.5em;
}
.login_input{
	display:block;
	margin:20px 0;
	border-radius:5px;
/*	background: #5f5f5f;	*/
	background:#7b8b91;
	width:85%;
	padding:12px 20px 12px 10px;
	border:none;
/*	color:#929999;  */
	color:#fff;                     
	box-shadow:inset 0px 1px 5px #272727;
	font-size:0.8em;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
	transition:0.5s ease; 
}

.login_input:focus{
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
	transition:0.5s ease;  
	box-shadow: 0px 0px 5px 1px #161718;
}

button{
	background: #966731;
	border-radius:5px;
	border:3px solid #333;
	font-size:0.9em;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	width:85px;
	height:40px;
	text-align:center;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
	transition:0.5s ease;
}

button:hover{
	background:#e1ab51;
	border-color:#966731;
	color:#333;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
	transition:0.5s ease;
}
 
*:focus{outline:none;}
::-webkit-input-placeholder {
/*	color:#929999;	*/
	color:#ccc;
}


:-moz-placeholder { /* Firefox 18- */
/*	color:#929999;	*/
	color:#ccc;
}

::-moz-placeholder {  /* Firefox 19+ */
/*	color:#929999;	*/
	color:#ccc; 
}

:-ms-input-placeholder {  
/*	color:#929999;	*/
	color:#ccc;
}

.note > a, .note_checkbox > small{
	color:#555;
	text-decoration:none;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
	transition:0.5s ease;
	font-size:0.9em;
}

.note > a:hover{
	color:#fff;
	margin-right:5px;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
	transition:0.5s ease;
}
.note{
	float:right;
	margin:10px 30px;
}
.note_checkbox{
	margin:20px 0;
}
/*/======================= menu ===============/*/
.menu{
	border-right: 1px solid #999;
	width: 235px;
}
.menu_2{
	border-right: 1px solid #999;	
	width: 255px;
	z-index: 5000;
	position: relative;
}
#cssmenu {
	position: relative;
	margin: 0;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 1;
		
}
.align-right {
	float: right;
}
#cssmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#cssmenu ul li {
	position: relative;
	margin: 0;
	padding: 0;
	border-top: 2px solid #dcdfd6;
	border-bottom:2px solid #c5c7c1;
	background-color: #d0d2c9;
}
#cssmenu ul li a {
	text-decoration: none;
	cursor: pointer;
}
#cssmenu ul > li.has-sub > ul > li > a{
	border-top:1px solid #ccc;
}

#cssmenu > ul > li > a {
	color: #000;
	text-transform: uppercase;
	display: block;
	padding: 20px 10px 20px 10px;
	
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 300;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	position: relative;
}
#cssmenu > ul > li > a:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	z-index: 1000;
	position: relative;
}
#cssmenu > ul > li:last-child > a {
	border-bottom: 1px solid #777;
}
#cssmenu > ul > li:hover,
#cssmenu > ul > li.open{
	background-image: linear-gradient(to top, #d5d5ce, #f2f2f2);
	color: #ffffff;
}

#cssmenu ul > li.has-sub > a:after {
  content: '';
  display: none;
  width: 0;
  height: 0;
  border-top: 8px solid #d5d5ce;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -8px
}
#cssmenu ul > li:hover a:after {
  display: block;
}
.box{
	background: #f00;
	width:255px;
	height:100%;
	min-height:100%;
}
/******************************************************************************/
#cssmenu ul ul {
	display: none;
}
#cssmenu ul ul li {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom:none !important;
	border-top:none !important;
}
#cssmenu ul ul li a {
	background: #abbcc4;
    background: linear-gradient(to top, #b1bcc2, #abbcc4);
	display: block;
	position: relative;
	font-size: 15px;
	padding: 14px 20px;
	
	color: #777777;
	font-weight: 300;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
#cssmenu ul ul li:first-child > a {
	padding-top: 18px;
}
#cssmenu ul ul ul li {
	border: 0 !important;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
	color: #000;
	background-image: linear-gradient(to top, rgba(156,168,174,0), rgba(156,168,174,0.8), rgba(156,168,174,1),
                      rgba(156,168,174,1), rgba(143,154,160,1), rgba(156,168,174,1), rgba(156,168,174,1),
                      rgba(156,168,174,0.8),rgba(156,168,174,0));
}

#cssmenu ul ul ul li a {
	padding-left: 30px;
}

#cssmenu ul ul > li:hover::after,
#cssmenu ul ul > li.active::after,
#cssmenu ul ul > li.open::after {
	border-top-color: #666666;
}
.home_icon, .chart_icon, .search_icon, .orders_icon, .clients_icon, .lock_icon{
	padding:10px 5px 10px 60px !important;}
.home_icon{
	background:url(../images/home.png) no-repeat left center;
}
.chart_icon{
	background:url(../images/chart.png) no-repeat left center;
}
.search_icon{
	background:url(../images/search.png) no-repeat left center;
}
.orders_icon{
	background:url(../images/orders.png) no-repeat left center;
}
.clients_icon{
	background:url(../images/clients.png) no-repeat left center;
}
.lock_icon{
	background:url(../images/lock.png) no-repeat left center;
	}
/*/====================== home ==================/*/
 .swipe-area {
	position: absolute;
	width: 32px;
	left: 0;
	top: 0;
	height: 100%;
	background: #f3f3f3;
	z-index: 0;
}
#sidebar {
/*	background: #d3d4cf;	*/
	position: absolute;
	width:260px;
	height: 100%;
	left: -230px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
		  
}
 .main-content{
	height: 121px;
	background: #ffffd3; 
	border-bottom:1px solid #999;
}

#sidebar_hide_block #sidebar-toggle {
	
}
#sidebar-toggle #sidebar_hide_block  .bar{
	display: block;
	width: 18px;
	margin-bottom: 3px;
	height: 2px;
	background-color: #986630;
	border-radius: 1px;   
}
.main-content #sidebar_hide_block .bar:last-child{
	margin-bottom: 0;
}
	  
.left_block{
	float:left;
	display:inline-block;
	background:#d3d4cf;
}
.right_block{
	width:100%;
	display:inline-block;
	float:right;
	background:#fafafa;
	border-left:1px solid #ccc;
	position: absolute;
/*	overflow-x:scroll; */
}
.right_block_2{
	width:100%;
	display:inline-block;
	float:right;
	background:#fafafa;
	border-left:1px solid #ccc;
	position: absolute;
	left: 25px;
/*	overflow-x:scroll; */
}
.logo{
	width:100%;
	display:inline-block;
	background:#ffffd3;
	height:121px;
	border-bottom:1px solid #999;
}
.logo_img{
	margin:0 auto;
	width:130px;
	padding:10px 0;
}
/********  breadcrumb *************/
.breadcrumb_block{
	background:#ebebe8;
	padding:0 5px 5px 30px;
	border-bottom:1px solid #777;
	height:20px;
}
#breadcrumb { 
	margin: 0; padding: 0; 
	float:left;
} 
#breadcrumb li { 
	display: inline-block;
	position: relative;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	padding:0;
	margin-right:-8px;
} 
#breadcrumb .small_li{
	background:url(../images/bgr_li_s.png) no-repeat;
	width:40px;
}
#breadcrumb .medium_li{
	background:url(../images/bgr_li_m.png) no-repeat;
	width:60px;
}
#breadcrumb .big_li{
	background:url(../images/bgr_li.png) no-repeat;
	width:100px;
}
#breadcrumb a {     
	display: inline-block;
	padding:2px 20px 0 20px;
	margin: 0;        
	color: #333; 
	text-decoration: none; 
	font-size:10px; 
	height:28px;
	       
} 
#breadcrumb li:hover ~ li  {
	opacity: 0.5;
}
#breadcrumb li:hover ~ li + li  {
	opacity: 0.2;
}
#breadcrumb a {
	
}
#breadcrumb a:hover, #breadcrumb a:focus {
	color: #000; 
	text-decoration: underline;
}


/*********** title_content ******/
.title_content{
	height:127px;
	background: #d8d8d6; 
    background: linear-gradient(to top, #bebfba, #d8d8d6);
	border-bottom:1px solid #777;

}
.title_content > h2{
	padding:20px 30px;
	margin:0;
}
/********************* old tab ***********
p{
	font-size:0.7em;
}
.tabs {
	position: relative;
	overflow: hidden;
	margin: -23px 0 0 0;
}

/* Nav *
.tabs nav {
	text-align: left;
	background:#c1c2bd;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	border: 1px solid #777;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
	background:#dbdbd9;
}

.tabs nav li.tab-current {
	border: 1px solid #777;
	border-top-left-radius:13px;
	border-top-right-radius:13px;
	border-bottom: none;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #777;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #000;
	display: block;
	font-size: 1.1em;
	line-height: 1.5;
	padding: 0 1.25em;
	white-space: nowrap;
}

.tabs nav a:hover {
	color: #000;
	background:#fff;
	border-top-left-radius:13px;
	border-top-right-radius:13px;
	border-bottom: none;
}

.tabs nav li.tab-current a {
	color: #000;
	background:#fff;
	border-top-left-radius:13px;
	border-top-right-radius:13px;
}

/* Icons *
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}
/* Content *
.content section {
	font-size: 1.25em;
/*	padding: 3em 1em; *
	padding:3em 0.3em 1em 0.3em;
	display: none;
/*	max-width: 1230px;	*
	margin: 0 auto;
	background:#fff;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example *
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #777;
}

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
	width: 33%;
	padding: 0 25px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;

}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}
/*****************************************/
.search_block{
	background:#ebebe8;
	padding:30px 20px;
}

.label_checkbox {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 10px;
}
.label_checkbox:before {
    content:"";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    border-radius: 3px;
}
input[type=checkbox] {
   // display: none;
}
input[type=checkbox]:checked + .label_checkbox:before {
    //content:"\2713";
    //text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
   // font-size: 15px;
  //  color: #3FF;
  //  text-align: center;
  //  line-height: 15px;
}
input[type=radio] {
	//    display:none;
	}
/*input[type=radio] + label:before {
	content: "";  
	display: inline-block;  
	width: 15px;  
	height: 15px;  
	vertical-align:middle;
	margin-right: 8px;  
	background-color: #aaa;  
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
	border-radius: 8px;  
}
	
input[type=radio]:checked + label:before {
	content: "\2022";
	color:#3ff;
	background-color: #666; 
	font-size:25px;
	text-align:center;
	line-height:12px;
	text-shadow:0px 0px 3px #eee;
}*/

.input_text_s, .input_text, .input_select{
	padding:5px 10px;
	border:1px solid #ccc;
	border-radius:3px;
}
 
.input_text, .input_select{
	padding:5px 10px;
	border:1px solid #ccc;
	border-radius:3px;
	min-width:100px;
	
}
.input_select{
	min-width:270px;
} 
.input_text:focus, .input_select:focus{
	border:1px solid #3ff;
	outline:none;
	background:#f3f8fa;
} 
.button{
	padding:5px 10px;
	background:#7b8b91;
	text-transform:uppercase;
	border:1px solid #555;
	border-radius:4px;
	color:#fff;
	font-weight:bold;
}  
.button:hover, .button:focus{
	background:#3ff;
	color:#444;
	border:1px solid #ccc;
}
label input[type="file"] {
    position: fixed;
    top: -1000px;
}
.fileload {
    border:1px solid #555;
    border-radius: 4px;
    padding: 2px 10px;
    margin: 0;
    background:#7b8b91;
    display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 10pt;
}
.fileload:hover, .poa:hover {
	background:#3ff;
	color:#444;
	border:1px solid #ccc;
}
.fileload:active {
	background:#3ff;
	color:#444;
	border:1px solid #ccc;
}
.poa{
	background:#7b8b91;
	color:#fff;
	border:1px solid #555;
    border-radius: 4px;
	padding:2px 7px;
	float:right;
}
/********************** calendar **************/
.picker-container {
  position: absolute;
  z-index: 99;
}


.cal {
  background-color: white;
  display: block;
  width: 216px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  border-collapse: collapse;
  border-spacing: 0;
  margin-top:-2px;
}

.cal a {
  text-decoration: none;
}

.cal tr, .cal th, .cal td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.cal caption {
  line-height: 32px;
  font-weight: bold;
  color: #e2e2e2;
  text-align: center;
  text-shadow: 0 -1px black;
  background: #333;
  //background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid #333;
  border-bottom: 1px solid #313131;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}
.cal caption a {
  display: block;
  line-height: 32px;
  padding: 0 10px;
  font-size: 15px;
  color: #e2e2e2;
}
.cal caption a:hover {
  color: white;
}
.cal caption .prev {
  float: left;
}
.cal caption .next {
  float: right;
}
.cal th, .cal td {
  width: 30px;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.cal th:first-child, .cal td:first-child {
  border-left: 0;
}
.cal th {
  line-height: 20px;
  font-size: 8px;
  color: #696969;
  text-transform: uppercase;
  background: #f3f3f3;
  border-left: 1px solid #f3f3f3;
}
.cal td {
  font-size: 11px;
  font-weight: bold;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.cal td a {
  clear: both;
  display: block;
  position: relative;
  width: 30px;
  line-height: 28px;
  color: #666;
  background-image: -webkit-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
  background-image: -moz-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
  background-image: -o-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
  background-image: linear-gradient(to bottom, #eaeaea, #e5e5e5 60%, #d9d9d9);
  -webkit-box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
}
.cal td a:hover, .cal td.off a {
  background: #f3f3f3;
}
.cal td.off a {
  color: #b3b3b3;
}
.cal td.active a, .cal td a:active {
  margin: -1px;
  color: #f3f3f3;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background: #6dafbf;
  border: 1px solid #598b94;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}
.cal td.active:first-child a, .cal td:first-child a:active {
  border-left: 0;
  margin-left: 0;
}
.cal td.active:last-child a, .cal td:last-child a:active {
  border-right: 0;
  margin-right: 0;
}
.cal tr:last-child td.active a, .cal tr:last-child td a:active {
  border-bottom: 0;
  margin-bottom: 0;
}
/************************************/
.message{  
	text-align: center;
	color: #1CE5D6;
	font-weight: 700;
}
/************************ table ******************/
.table_block > h3{
	color:#2f667b;
}

strong {
	font-weight: bold; 
}

em {
	font-style: italic; 
}

table {
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 30px 0;
	text-align: left;
}	

th {
	background: url(../images/noise-diagonal.png), linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}

th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}

th:first-child {
	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;
}

th:last-child {
	box-shadow: inset -1px 1px 0 #999;
}

td {
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 3px 3px;
	//position: relative;
	transition: all 300ms;
}

td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	

td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}	

tr {
	background: url(../images/noise-diagonal.png);	
}

tr:nth-child(odd) td {
	background: #e1e1e1 url(../images/noise-diagonal.png);	
}

tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}

tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	

tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}	

tbody:hover tr:hover td {
	background:#aebcc3;
}
.bg_tr{
	background:#FF0 !important;
}  
.bg_tr > td{
	background:#FF0 !important;
}


@media only screen and (max-width: 768px) {

 } 
 
@media screen and (max-width: 52.375em) {
	.tabs nav a span {
		display: none;
	}

	.tabs nav a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	.mediabox p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}

@media screen and (max-width: 32em) {
	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}

	.tabs nav ul li:last-child {
		border-right: none;
	}

	.mediabox {
		text-align: center;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}
}



#sidebar_hide_block {
	background: #ffffd3;
    color: #ccc;
    height: 116px;
	left: 227px;
    position: relative;
    top: 0;
    width: 24px;
    z-index: 9999;
	border-bottom:1px solid #999;
	padding-top: 5px;
	
    
}
 
 /***********************************************  tab    **********************************************/
#wrapper{
	margin: -29px auto 0;
}

#wrapper h1{
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
}

#wrapper a{
	display:block;
	font-size:1.2em;
	text-decoration:none;
	text-align:center;
}

#tabContainer {
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#tabs{
	overflow:hidden;
	
}

#tabs > ul{
	padding:0;
	margin:0;
	list-style:none;
}

#tabs > ul > li{
border: 1px solid #777;
  font-size: 1.1em;
  line-height: 1.5;
  padding: 0 1.25em;
  white-space: nowrap;
  margin: 0 0.25em;
  position: relative;
  background: #dbdbd9;
  display: block;
  float: left;
  /* color: #FFF; */
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-border-radius-topleft: 13px;
  -moz-border-radius-topright: 13px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#tabs > ul > li:hover{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}

#tabs > ul > li.tabActiveHeader{
	background: #FFFFFF; 

	cursor:pointer;
	color: #333;
	  border-bottom: 1px solid #fff;
}

#tabscontent {
	padding:10px 10px 25px;
	background: #FFFFFF; 
	margin:0;
	color:#333;
	overflow-x: scroll;
}

#tabscontent .tabpage {
	display: none;
}

