/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
html, body{
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
  	overflow-x: hidden;
	background:#FFFFFF;
    height: 100%;
}
body{
    /*overflow-y:scroll;*/
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
a:focus, a:active, a:hover ,a.dropdown-toggle{
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	text-decoration:none;
}
a {
    background-color: unset;
}
body p{
  font-family: 'Roboto', sans-serif;
    display: inline-block;
}
h1, h2, h3, h4, h5 {
    	font-family: 'Montserrat', sans-serif;
}
h2{
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
    color:white;
    background: linear-gradient(#031c44,#031c44);
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    box-shadow: 0 1px 1px rgba(255,255,255,0.3) inset;
    padding: 10px;
    font-size: 20px;
    min-height: 20px;
}
a {
  color: #008DE7;
  font-weight:400;
}
a:hover { transition: all 200ms ease-in-out; }

.page-container {
  width: 1900px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  margin: 0 auto;

}
.left-content {
    float: left;
    min-width: 1660px;
    margin-left: 240px;
}
a.sidebar-icon:hover{
	color:#fff;
}
.page-container.sidebar-collapsed {
  transition: all 100ms linear;
  transition-delay: 300ms;
}
.page-container.sidebar-collapsed .left-content {
   margin-left: 70px;
}
.page-container.sidebar-collapsed-back {
    transition: all 100ms linear;
}

.page-container.sidebar-collapsed .sidebar-menu {
  width: 65px;
  transition: all 100ms ease-in-out;
  transition-delay: 300ms;
}
.page-container.sidebar-collapsed-back .sidebar-menu {
  width: 230px;
  transition: all 100ms ease-in-out;
}
.page-container.sidebar-collapsed .sidebar-icon {
   transform: rotate(90deg);
   transition: all 300ms ease-in-out;
   margin-right: 0;
    margin-top: -8px;
	color: #fff;
    background: #252525;
    border-radius: 0;
}
.page-container.sidebar-collapsed-back .sidebar-icon {
  transform: rotate(0deg);
  transition: all 300ms ease-in-out;
}
.page-container.sidebar-collapsed .logo {
  padding: 21px 0;
  height: 63px;
  box-sizing: border-box;
  transition: all 100ms ease-in-out;
  transition-delay: 300ms;
}
.page-container.sidebar-collapsed #logo {
    opacity: 0;
    transition: all 200ms ease-in-out;
    display: none;
}
.page-container.sidebar-collapsed .down {
    display: none;
}
.page-container.sidebar-collapsed-back #logo {
  opacity: 1;
  transition: all 200ms ease-in-out;
  transition-delay: 300ms;;
}
.page-container.sidebar-collapsed #menu span {
  opacity: 0;
  transition: all 50ms linear;
}
.page-container.sidebar-collapsed-back #menu span {
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 300ms;
}
.sidebar-menu {
    position: absolute;
    float: left;
    width: 230px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:#031c44;
    color: #aaabae;
    box-shadow: 0 0 10px 0 rgb(58, 41, 31);
	-o-box-shadow: 0 0 10px 0 rgb(58, 41, 31);
	-webkit-box-shadow: 0 0 10px 0 rgb(58, 41, 31);
	-moz-box-shadow: 0 0 10px 0 rgb(58, 41, 31);
   z-index: 999;
}
label.col-sm-2.control-label {
    font-size: 12px;
    margin-top: 0;
}

.data{
    background-color: #ffffe5 !important;
}


#menu {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
#menu li {
  position: relative;
  margin: 0;
  border-bottom: 1px ridge rgba(255, 255, 255, 0.15);
  padding: 0;
}
#menu li ul {
    /*opacity: 0;*/
    /*height: 0;*/
}
#menu li a {
	font-style: normal;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 13px 20px;
    color: #fff;
    white-space: nowrap;
    z-index: 2;
    background-color: #031c44;
    font-size:12px;
    font-family: 'Roboto', sans-serif;
	border:none;
	border-left: 4px solid #031c44;
}
#menu li a:hover {
  color: #ffffff;
  background-color:#252525;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
   border-left: 4px solid #4A4A4A;
}
#menu li.active > a {
  background-color: #2b303a;
  color: #ffffff;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
}
#menu ul li {
    background-color: #031c44;
    opacity: 0.93;
}


#menu li ul {
  position: absolute;
  /*visibility: hidden; */
    display: none;
  left: 100%;
  top: -1px;
  background-color: #2b303a;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    /*opacity: 0;*/
    transition: opacity 0.1s linear;
    border-top: 1px solid rgba(69, 74, 84, 0.7);
}



#menu li li ul {
    right: 100%;
    display: none;
    top: -1px;
    transition: opacity 0.1s linear;
}



#menu .fa { margin-right: 5px; }

ul#menu i {
  font-size: 1.1em;
  margin-right: 6px;
  width: 10%;
}


.logo1 {
  width: 100%;
  padding: 15px 14px 47px;
  box-sizing: border-box;
  background-image: url("../images/base/logo_w.png");
  background-size:75% auto;
  background-repeat: no-repeat;
}
.sidebar-icon {
  margin-top: -2px;
  border: 1px solid #252525;
  text-align: right;
  line-height: 1;
  font-size: 19px;
  padding: 8px 10px;
  border-radius: 0;
  color: #fff;
  background: #252525;
  float: right;
}

.panel-body.ont {
  padding: 14px;
}
/*#logo
{
  width: 150px;
  height: 64px;
  vertical-align: middle;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
}*/

.fa-html5 {
  color: #fff;
  margin-left: 50px;
}
.menu {
    text-align: left;
}
/*----*/
.itemContainer{
			width:100%;
			float:left;
		}

		.itemContainer div{
			float:left;
			margin: 5px 20px 5px 20px ;
		}

		.itemContainer a{
			text-decoration:none;
		}

		.cartHeaders{
			width:100%;
			float:left;
		}

		.cartHeaders div{
			float:left;
			margin: 5px 20px 5px 20px ;
		}
.item_add {
  color: #fff;
 
  border:none;
}	
	
.grid_1 img{
	margin-bottom:1em;
}


.box_1{
	float:right;
}
.box_1 h3{
  color: #7A8499;
  font-size: 1em;

    float: left;
}
.box_1 h3 img{
	margin-left: 5px;
}
.box_1 p{

  float: right;
}
.total {
  display: inline-block;
}
/*----*/
/*--checkout--*/
.cart h2{
	font-size:1.5em;
	margin-bottom:1em;
}

.cart-sec{
	
	margin-bottom:3em;
}
.cart-item{
	width:20%;
	float:left;
	margin-right:5%;
	
}
.cart-item img{
	width:100%;
}
.cart-item-info{
	width:75%;
	float:left;
	 
}
.check {
    padding: 1em 0 0;
}
.cart-item-info h3{
	font-size:1em;
	font-weight:600;
}
.cart-item-info h3 a{
	color:#000;
}
.cart-item-info h3 span{
	display:block;
	font-weight:400;
	font-size: 0.85em;
  margin: 0.7em 0;
}
.size_3 {
  width:100%;
}
.delivery {
  margin-top: 3em;
}
.delivery p {
  color: #A6A6A6;
  font-size: 1em;
  font-weight: 400;
  float: left;
}
.delivery span {
  color: #A6A6A6;
  font-size: 1em;
  font-weight: 400;
  float: right;
}
.cart-item-info h4 span{
	font-size:0.65em;
	font-weight:400;
} 


.cart-header {  
  position: relative;  
}
.cart-header2 {  
  position: relative;  
}
a.order {
  background:#031c44;
  padding: 10px 20px;
  
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-align: center;
  margin:3em 0;
}
a.order:hover{
	background:#252525;
}
.total-item,.cart-items{
	margin-top:0;
	padding-bottom:2em;
}

.total-item h3 {
  color: #333;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.total-item h4{
	font-size:0.8em;
	font-weight:600;
	color:#9C9C9C;
	display:inline-block;
	margin-right:6em;
}
a.cpns{
	background:#031c44;
	color:#fff;
	
	padding: 10px;
  font-size: 0.8em;
	font-weight:600;
}
a.cpns:hover{
	background: #252525;
}
.total-item p{
	font-size:0.9em;
	font-weight:400;
	margin-top:1em;
	color:#727272;	
}
.total-item p a:hover{
	color:#333;
	text-decoration:underline;
}
a.continue{
	background:#031c44;
	padding:10px 20px;
	
	font-size:1em;
	color:#fff;
	text-decoration:none;
	display: block;
   font-weight: 600;  
   text-align: center;
   margin-bottom:2em;
}
a.continue:hover{
	background:#252525;
}
ul.total_price{
	padding: 0;
  margin: 1em 0 0 0;
  list-style: none;
}
ul.total_price li.last_price{
	width: 50%;
  float: left;
  
}
ul.total_price li.last_price span{
	font-size: 1.1em;
  color: #000;
}
.price-details{
	border-bottom: 1px solid #DDD9D9;
  padding-bottom: 10px;
}
.price-details h3{
	color:#000;
	font-size:1.2em;
	margin-bottom:1em;
}
.price-details span{
	width: 50%;
  float: left;
 
  font-size: 0.8125em;
  color: #000;
  line-height: 1.8em;
}
.cart-items h1 {
    font-size: 1.5em;
    margin-bottom: 2em;
    color: #031c44;
}
a.item_add1 {
    border-radius: 0;
  padding: 10px 15px;
  background: #f54d56;
}
a.item_add1:hover{
	background:rgb(3, 193, 167);
	text-decoration:none;
	color:#fff;
}
.btn_5{
	padding:25px 40px;
	font-size:1.1em;
}
ul.qty{
	padding:0;
	margin:0;
	list-style:none;
}
ul.qty li{
   display: inline-block;
   margin-right: 10%;
}
ul.qty li p{
	font-size:0.8125em;
	color:#555;
}
/*-- header_top --*/
.top_bg{
	background: #252525;
}
.header_top {
    padding:  16px 20px 2px;
    margin: 0 auto;
}
.top_left{
	float: right;
    color: white;
}
.top_left a {
    color: white;
    text-decoration: underline;
}


.top_right{
	float:left;
	color: #ffffff;
	margin-top: -5px;
    font-size:20px;
}

.itemContainer{
			width:100%;
			float:left;
		}

		.itemContainer div{
			float:left;
			margin: 5px 20px 5px 20px ;
		}

		.itemContainer a{
			text-decoration:none;
		}

		.cartHeaders{
			width:100%;
			float:left;
		}

		.cartHeaders div{
			float:left;
			margin: 5px 20px 5px 20px ;
		}
.item_add {
  border: none;
  color: #3f3d3d;
  padding: 10px 20px;
  font-size: 0.85em;
  text-align: center;
}
.item_add:hover{
}	
.grid_1 img{
	margin-bottom:1em;
}
span.item_price {
  color: #3f3d3d;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
}
.item_quantity {
  margin: 1em 0;
  border: 1px solid rgb(175, 175, 175);
  font-size: 0.85em;
  padding: 5px 10px;
  display: block;
}
.box_1 {
  float: left;
  margin: 0.55em 0.1em 0;
  width:38%;
}
.box_1 h3 {
  color: #000;
  font-size: 0.85em;
  margin: 0;
  float: left;
}
.box_1 h3 img{
	margin-left: 5px;
}
.box_1 p {
    color: #000;
    font-size: 0.85em;
    float: left;
    margin: 0 0.3em 0.8em;
    text-align: left;
}
select.item_Size {
  display: block;
  border: 1px solid #999;
  font-size: 0.85em;
  color: #000;
  padding: 5px 10px;
  margin-top: 1em;
}
.item_add  a{
  background: #031c44;
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 0.85em;
}
/********** Login *************/
#loginContainer {
    position:relative;
}
#loginContainer a span {
    display: block;
    padding: 2px 14px;
    border: 1px solid #555;
    font-weight: 300;
    color: #252525;
}
/* Login Button */
#loginButton { 
    display:inline-block;  
    position:relative;
    z-index:30;
    cursor:pointer;
}
/* Login Box */
#loginBox {
    position:absolute;
	top: 44px;
	right: 0;
    display:none;
    z-index:29;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 25px;
	top: -10px;
	border-left:10px solid rgba(0, 0, 0, 0);
	border-right:10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #f0f0f0;
}
/* Login Form */
#loginForm {
   width: 300px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
#loginForm fieldset {
    margin:0 0 15px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#body {
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    padding:15px 15px;
    margin:0;
}
#loginForm #checkbox {
    width:auto;
    margin:3px 6px 0 0;
    float:left;
    padding:0;
    border:0;
}
#body label {
    color:#000;
    margin:10px 0 0 0;
    display:block;
    float:left;
    font-size:0.8725em;
}
#loginForm #body fieldset label{
    display:block;
    float:none;
    margin:0 0 6px 0;
}
#body label i{
	color:#000;
	font-size:1em;
	font-style:normal;
}
/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #DADADA;
	color: #222;
	background:#FFF;
    padding:6px;
	font-size: 0.8125em;

}
/* Sign In Button */
#loginForm #login {
	width: auto;
	float: left;
	background:#031c44 ;
	color: #fff;
	font-size: 0.8725em;
	padding: 8px 20px;
	border: none;
	margin: 0 12px 0 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
#loginForm #login:hover {
	background: #252525;
}
/* Forgot your password */
#loginForm span{
    display:block;
    padding:0 0 15px 17px;
}
#loginForm span a{
	color:#000;
	font-size:0.85em;
    font-weight:500;
    background: none;
	border: none;
	box-shadow: none;
}
#loginForm span a:hover{
	text-decoration:underline;
}
input:focus {
    outline:none;
}
/*-- header --*/
.logo {
  float: left;
  margin: 1.5em 0;
}
.header_right {
  float: right;
  width: 40%;
}
.head-t {
  padding: 1em 0;
  width:83%;
  margin:0 auto;
}
/*search*/
.search{
	position: relative;
	background: #f3f4f5;
	border: 1px solid #D8D8D8;
}
.search form{
	width:100%;
}

.log {
  float: left;
  width: 19%;
}
.reg {
  float: left;
  width: 20%;
  margin: 5px 0;
}
/* create_btn */
.create_btn {
  float: left;
  width: 21%;
}
.create_btn a {
  text-transform: capitalize;
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.8725em;
  font-weight:300;
  color: #ffffff;
  background: #252525;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.create_btn a:hover{
	background: #031c44;
	color:#ffffff; 
	text-decoration:none;
}
.create_btn a img{
	vertical-align: top;
	margin-top: 3px;
}
.reg a {
  vertical-align: middle;
  font-size: 0.85em;
  font-weight: 300;
  text-decoration: none;
   color: #252525;
}
.chrt-two.area {
    padding:1em;
}
a.simpleCart_empty {
    color: #252525;
}
#chartdiv4 {
         width: 100%;
    height: 431px;
    font-size: 14px;
}

.amcharts-pie-slice {
  transform: scale(1);
  transform-origin: 50% 50%;
  transition-duration: 0.3s;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  cursor: pointer;
  box-shadow: 0 0 30px 0 #000;
}
.amChartsLegend.amcharts-legend-div {
    left: 390px!important;
}
.amcharts-pie-slice:hover {
  transform: scale(1.1);
  filter: url(#shadow);
}	
h2.inner,h3.inner {
    padding: 0;
    margin-top: 0;
    font-weight: 400;
    color: #333;
}
.dev-widget:hover h2,.dev-widget:hover h3{
    color: #fff;
}
#chartdiv1 {
    width: 100%;
    height: 338px;
}
.chrt-two{
    padding: 2em 2em;
    background: #fff;
    width: 49%;
    -webkit-box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
    box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
}
.chrt-three {
    padding:1em;
    background: #fff;
    width: 49%;
    -webkit-box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
    box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
	float:right;
}
.content {
    padding: 0;
    width: 1660px;
}
.demo-container {
    box-sizing: border-box;
    width: 100%;
    height: 350px;
}
.demo-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}
/*---fn-gantt-----*/
/*-- status --*/
.contain {
	width: 100%;
	margin: 0 auto;
}


.monthly-grid {
    -webkit-box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
    box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
    padding: 1em;
    margin-bottom: 1em;
}
.skil {
    -webkit-box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
    box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
    padding: 1em;
    width: 30%;
}
.gantt:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.panel {
    margin-bottom: 0 !important;
}
.fn-gantt {
    width: 100%;
    border: 1px solid rgba(37, 37, 37, 0.19);
}
.fn-gantt .fn-content {
    overflow: hidden;
    position: relative;
    width: 100%;
}
/* === LEFT PANEL === */
.fn-gantt .leftPanel {
    float: left;
    width: 225px;
    overflow: hidden;
    border-right: 1px solid #DDD;
    position: relative;
    z-index: 20;
}
.fn-gantt .row {
    float: left;
    height: 24px;
    line-height: 24px;
    margin-left: -24px;
}
.fn-gantt .leftPanel .fn-label {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #484A4D;
    width: 110px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fn-gantt .leftPanel .row0 {
    border-top: 1px solid #DDD;
}
.fn-gantt .leftPanel .name, .fn-gantt .leftPanel .desc {
    float: left;
    height: 24px;
    margin: 0;
    border-bottom: 1px solid #DDD;
    background-color: #f6f6f6;
}
.fn-gantt .leftPanel .name {
    width: 109px;
    font-weight: bold;
}
.fn-gantt .leftPanel .desc {
    width: 115px;
}
.fn-gantt .leftPanel .fn-wide, .fn-gantt .leftPanel .fn-wide .fn-label {
    width: 225px;
}
.fn-gantt .spacer {
    margin: -2px 0 1px 0;
    border-bottom: none;
    background-color: #f6f6f6;
}
/* === RIGHT PANEL === */
.fn-gantt .rightPanel {
    overflow: hidden;
}
.fn-gantt .dataPanel {
    margin-left: 0;
    border-right: 1px solid #DDD;
    background-repeat: repeat;
    background-position: 24px 24px;
}
.fn-gantt .day, .fn-gantt .date {
    overflow: visible;
    width: 24px;
    line-height: 24px;
    text-align: center;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    margin: -1px 0 0 -1px;
    font-size: 11px;
    color: #484a4d;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}
.fn-gantt .holiday {
    background-color: #ffd263;
    height: 23px;
    margin: 0 0 -1px -1px;
}
.fn-gantt .today {
    background-color: #fff8da;
    height: 23px;
    margin: 0 0 -1px -1px;
    font-weight: bold;
    text-align: center;
}
.fn-gantt .sa, .fn-gantt .sn, .fn-gantt .wd {
    height: 23px;
    margin: 0 0 0 -1px;
    text-align: center;
}
.fn-gantt .sa, .fn-gantt .sn {
    color: #939496;
    background-color: #f5f5f5;
    text-align: center;
}
.fn-gantt .wd {
    background-color: #f6f6f6;
    text-align: center;
}
.fn-gantt .rightPanel .month, .fn-gantt .rightPanel .year {
    float: left;
    overflow: hidden;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    height: 23px;
    margin: 0 0 0 -1px;
    background-color: #f6f6f6;
    font-weight: bold;
    font-size: 11px;
    color: #484a4d;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
    text-align: center;
}
.fn-gantt-hint {
    border: 5px solid #edc332;
    background-color: #fff5d4;
    padding: 10px;
    position: absolute;
    display: none;
    z-index: 11;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}
.fn-gantt .bar {
    background-color: #D0E4FD;
    height: 18px;
    margin: 4px 3px 3px 3px;
    position: absolute;
    z-index: 10;
    text-align: center;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.25) inset;
        -moz-box-shadow: 0 0 1px rgba(0,0,0,0.25) inset;
        box-shadow: 0 0 1px rgba(0,0,0,0.25) inset;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
}
.fn-gantt .bar .fn-label {
    line-height: 18px;
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
    color: #414B57 !important;
    text-align: center;
    font-size: 11px;
}
.fn-gantt .ganttRed {
    background-color: #F9C4E1;
}
.fn-gantt .ganttRed .fn-label {
    color: #78436D !important;
}
.fn-gantt .ganttGreen {
    background-color: #D8EDA3;
}
.fn-gantt .ganttGreen .fn-label {
    color: #778461 !important;
}
.fn-gantt .ganttOrange {
    background-color: #FCD29A;
}
.fn-gantt .ganttOrange .fn-label {
    color: #714715 !important;
}
/* === BOTTOM NAVIGATION === */
.fn-gantt .bottom {
    clear: both;
    background-color: #f6f6f6;
    width: 100%;
}
.fn-gantt .navigate {
    border-top: 1px solid #DDD;
    padding: 10px 0 10px 225px;
}
.fn-gantt .navigate .nav-slider {
    height: 20px;
    display: inline-block;
}
.fn-gantt .navigate .nav-slider-left, .fn-gantt .navigate .nav-slider-right {
    text-align: center;
    height: 20px;
    display: inline-block;
}
.fn-gantt .navigate .nav-slider-left {
    float: left;
}
.fn-gantt .navigate .nav-slider-right {
    float: right;
}
.fn-gantt .navigate .nav-slider-content {
    text-align: left;
    width: 143px;
    height: 20px;
    display: inline-block;
    margin: 0 10px;
}
.fn-gantt .navigate .nav-slider-bar, .fn-gantt .navigate .nav-slider-button {
    position: absolute;
    display: block;
}
.fn-gantt .navigate .nav-slider-bar {
    width: 143px;
    height: 6px;
    background-color: #838688;
    margin: 8px 0 0 0;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
        box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
}
.fn-gantt .navigate .nav-slider-button {
    width: 17px;
    height: 60px;
    left: 0;
    top: 0;
    margin: -26px 0 0 0;
    cursor: pointer;
}
.fn-gantt .navigate .page-number {
    display: inline-block;
    font-size: 10px;
    height: 20px;
}
.fn-gantt .navigate .page-number span {
    color: #666666;
    margin: 0 6px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}
.fn-gantt .navigate a:link, .fn-gantt .navigate a:visited, .fn-gantt .navigate a:active {
    text-decoration: none;
}
.fn-gantt .nav-link {
    margin: 0 3px 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0;
    border: 1px solid #454546;
    cursor: pointer;
    vertical-align: top;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
            -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 1px rgba(0,0,0,0.2);
            -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 1px rgba(0,0,0,0.2);
            box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 1px rgba(0,0,0,0.2);
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
}
.fn-gantt .nav-link:active {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #FFF;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #FFF;
    box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #FFF;
}
.fn-gantt .navigate .nav-page-back {
    background-position: 1px 0 !important;
    margin: 0;
}
.fn-gantt .navigate .nav-page-next {
    background-position: 1px -16px !important;
    margin-right: 15px;
}
.fn-gantt .navigate .nav-slider .nav-page-next {
    margin-right: 5px;
}
.fn-gantt .navigate .nav-begin {
    background-position: 1px -112px !important;
}
.fn-gantt .navigate .nav-prev-week {
    background-position: 1px -128px !important;
}
.fn-gantt .navigate .nav-prev-day {
    background-position: 1px -48px !important;
}
.fn-gantt .navigate .nav-next-day {
    background-position: 1px -64px !important;
}
.fn-gantt .navigate .nav-next-week {
    background-position: 1px -160px !important;
}
.fn-gantt .navigate .nav-end {
    background-position: 1px -144px !important;
}
.fn-gantt .navigate .nav-zoomOut {
    background-position: 1px -96px !important;
}
.fn-gantt .navigate .nav-zoomIn {
    background-position: 1px -80px !important;
    margin-left: 15px;
}
.fn-gantt .navigate .nav-now {
    background-position: 1px -32px !important;
}
.fn-gantt .navigate .nav-slider .nav-now {
    margin-right: 5px;
}
.fn-gantt-loader {
    z-index: 30;
}
.fn-gantt-loader-spinner {
    width: 100px;
    height: 20px;
    position: absolute;
    margin-left: 50%;
    margin-top: 50%;
    text-align: center;
}
.fn-gantt-loader-spinner span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.row:after {
    clear: both;
}
/*-- //status --*/
/*---fn-gantt-----*/
canvas#bar1 {
    width: 100% !important;
    height: 300px !important;
}
.panel-body {
    padding: 0;
}
 /*-----*/
.mid-content-top {
    width: 68%;
    float: right;
    padding-right: 0;
	-webkit-box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
    box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
}
.middle-content{
 	background: #fff;
 	padding:1em;
}
.middle-content h3 {
    font-size: 1.5em;
    color:#031c44;
    margin-bottom: 1em;
} 
.content-top-lft {
    padding: 1em;
    -webkit-box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
    box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
    width: 49%;
    float: left;
}
h3.sub-tittle {
    font-size: 22px;
    color: #031c44;
}
/*----*/
/*--content--*/
.content-top-1 {
    background-color: #fff;
   	padding: 1em;
   	margin-bottom: 1em; 
    border: 1px solid #ebeff6;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.content-top-1:last-child {
   	margin-bottom: 0;
}
.content-graph {
    background-color: #fff;
}
.panel-title {
    font-size: 22px !important;
    color:#031c44 !important;
    margin-bottom: 0.5em !important;
	    font-family: 'Montserrat', sans-serif;
}
.content-top-2 {
    position: relative;
    -webkit-box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
    box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
    float: right;
    width: 49%;
}
.content-color {
    position: absolute;
    top: 3%;
    right: 6%;
    border:1px solid #F3F3F4;
	padding:1em;
	width:150px;
}
.content-ch,.content-ch1 {
	font-size:0.8em;
	color:#999;
}
.content-ch p,.content-ch1 p{
	float:left;
}
.content-ch i{
	width:10px;
	height:10px;
	border:2px solid #999;
	display: inline-block;
	margin-right:5px;
}
.content-ch1 i{
	width:10px;
	height:10px;
	border:2px solid #FBB03B;
	background:#FBB03B;
	display: inline-block;
	margin-right:5px;
}
.content-ch span,.content-ch1 span{
	float:right;
}
.top-content h5 {
    font-size: 1.3em;
    color: #B3AEAE;
	font-family: 'Montserrat', sans-serif;
}
.top-content label {
    font-size: 2.3em;
    color: #000;
}
.content-top {
    padding: 1em 0;
}
/*--pie-chart---*/
.pie-title-center {
  display: inline-block;
  position: relative;
  text-align: center;
}
.pie-value {
  display: block;
  position: absolute;
  font-size: 14px;
  height: 40px;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  line-height: 40px;
}
/*----*/
/*--single--*/
.cont{
	display: block;
	float:left;
}
.span_2_of_bottom1 {
	width:68.1%;
}
.lsidebar{
	display: block;
	float:right;
	margin-left:3.333%;
} 	
.span_2_of_bottom {
	width: 66.1%;
}
.span_1_of_bottom {
	width:25.1%;
	border: 1px solid #DDD;
}
.span_2_of_bottom p,
.span_1_of_bottom  p  {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #888;
	line-height: 1.5em;
}
.desc h5 a{
	color:#C0313C;
	font-size: 0.788em;
}
.desc h5 a:hover{
	color:#333;
}
.button {
	border: none;
	background: #45A43E;
	color: #FEF503;
	float: right;
	padding: 7px 15px;
	font-size: 12px;
	cursor: pointer;
	outline: none;
	text-transform:uppercase;
}
.button:hover {
	background:#333;
}
.price-text{
	padding:5% 0;
}
.span_3_of_2 {
	width:60.3333%;
}
.desc1 {
	display: block;
	float: right;
}
p.stock {
	display: block;
	font-size: 0.89em;
	color: #555;
	margin: 10px 0;
}
.row-2 {
	overflow: hidden;
	text-align: left;
	padding-top: 6px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
span.on_sale {
	display: block;
	float: left;
	padding: 15px 6px 0 30px;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	color: #777777;
}
.price1 {
	padding: 4% 0;
}
span.actual1 {
	text-decoration: line-through;
	margin-right: 8%;
	color: #888;
	font-size: 1.2em;
}
.images_3_of_2 {
	width:35.2%;
	float: left;
	margin-right: 2.6%;
}
.single-bottom1 h6, .single-bottom2 h6 {
	background: #F3F3F3;
	padding: 10px;
	color:#031c44;
	font-size: 1.2em;
}
p.prod-desc {
	color: #3f3d3d;
	padding-top: 2%;
	font-size: 0.89em;
	line-height: 1.8em;
}
.single-bottom1 {
	padding: 3% 0 4%;
}
.product {
	padding: 3% 0 0 0;
}
.product-desc {
	width: 100%;
	float: left;
	border-width: 0 1px 0 0;
}
.product-img {
	width: 21.5%;
	float: left;
	margin-right: 2.5%;
}
.prod1-desc {
	width: 75.2%;
	float: left;
}
.product-desc h5 {
	padding-bottom: 2%;
}
.product-desc h5 a{
	color:#555;
	font-size:20px;
}
.product-desc h5 a:hover{
	color:#031c44;
	text-decoration:none;
}
p.product_descr {
	color: #3f3d3d;
	font-size: 0.89em;
	line-height: 1.8em;
}
.product_price {
	width:15.3333%;
	float: left;
	padding: 0 0 0 16px;
}
.price-access {
	color: #555;
	font-size: 1em;
}
.button1 {
	border: none;
	background:#ff6978;
	padding: 7px 15px;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
	outline: none;
	margin-top: 9%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button1:hover{
	background:#00405d;
	color: #fff;
}
.desc1 h3{
	color:#031c44;
	font-size:1.4em;
	text-transform:capitalize;
}
.desc1 p {
  margin-top: 2%;
  font-size: 0.89em;
  color: #3f3d3d;
  line-height: 1.8em;
  letter-spacing: 1px;
}
.desc1 p a{
	margin-left:5px;
	color:#555555;
	text-transform:uppercase;
	font-size: 13px;
	letter-spacing: 0;
}
.desc1 p a:hover{
	color: #00405d;
}
.det_nav {
	margin:  6% 0;
}
.det_nav ul{
	padding:0;
	list-style:none;
}
.det_nav h4{
	line-height:1.8em;
	font-size: 1em;
	color: #555555;
	text-transform:uppercase;
	margin-bottom: 4%;
}
.det_nav ul li{
	display:inline-block;
	width: 20.33333%;
	margin-left: 4%;
}
.det_nav ul li:first-child{
	margin-left: 0;
}
.det_nav ul li a{
	display:block;
}
.det_nav ul li a img{
	border: 1px solid #DADADA;
}
.btn_form{
	margin: 8% 0 4%;
}
.btn_form a{
	cursor:pointer;
	border:none;
	outline:none;
	display: inline-block;
	font-size: 1em;
	padding: 10px 34px;
	background:#031c44;
	color:#fff;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_form a:hover{
	background: #252525;
	text-decoration:none;
}
.desc1  a span{
	font-size:0.8125em;
	color:#555555;
	text-transform:uppercase;
	text-decoration:underline;
}
.desc1 a span:hover{
	color: #00405d;
	text-decoration:none;
}
.det_nav1 h4 {
  font-size: 1em;
  text-transform: uppercase;
  color: #555;
  margin: 3% 0 6% 0;
}
.det_nav1 ul li{
	display: inline-block;
	margin-left: 10px;
}
.det_nav1 ul li:first-child{
	margin-left: 0;
}
/* end details */
/* start registration */
.registration {
    padding: 1% 0;
}
.registration h2{
	font-size:1.5em;
	color:#031c44;
	text-transform:capitalize;
	margin-bottom: 4%;
}
.reg_fb {
	margin:3% 0;
	display: block;
	background: #3B5998;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.reg_fb img {
	background:#354F88;
	padding: 10px;
	float: left;
}
.reg_fb i {
	color: #ffffff;
	padding: 12px 16px;
	display: inline-block;
	font-size: 1.3em;
	text-transform: capitalize;
	font-style: normal;
}
.reg_fb:hover {
	background:#354F88;
}
.registration_left{
	float: left;
	width: 45.33333%;
	margin-left: 9.333%;
}
.registration_left:first-child{
	margin-left: 0;
}
.registration span{
	color: #252525;
}
.registration_form{
	display: block;
}
.registration_form div{
	padding:10px 0;
}
.sky_form1{
	margin-bottom: -30px;
}
.sky_form1 ul{
	padding:0;
	list-style:none;
}
.sky_form1 ul li{
	float: left;
	margin-left: 20px;
}
.sky_form1 ul li:first-child{
	margin-left: 0;
}
label {
	display: block;
	margin-bottom: 0;
	font-weight: normal;
}
.registration_form input[type="text"],.registration_form input[type="email"],.registration_form input[type="tel"],.registration_form input[type="password"]{
	padding: 8px;
	display: block;
	width:100%;
	outline: none;
	font-size: 0.8925em;
	color: #333333;
	-webkit-appearance: none;
	text-transform: capitalize;
	background: #FFFFFF;
	border: 1px solid rgb(231, 231, 231);
	font-weight: normal;
}
.registration_form input[type="submit"]{
	-webkit-appearance: none;
	color: #ffffff;
	text-transform: capitalize;
	display: inline-block;
	background:#031c44;
	padding: 10px 20px;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:none;
	outline:none;
	font-size:1em;
	margin-bottom: 5px;
}
.registration_form input[type="submit"]:hover{
	color: #ffffff;
	background:#252525;
}
.terms{
	text-decoration:underline;
	text-transform:capitalize;
	color:#031c44;
}
.terms:hover{
	text-decoration:none;
}
.forget a{
	text-transform: capitalize;
	color: #999999;
	text-decoration: underline;
	font-size: 0.8925em;
}
.forget a:hover{
	text-decoration: none;
}
/* start shopping bag */
.shoping_bag {
	padding: 2% 1%;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_bag h4{
	float:left;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
	margin: 13px 0 0;
}
.shoping_bag h4 img{
	
	margin-right: 5px;
}
.shoping_bag h4 span{
	color:#ff6978;
}
.s_art {
	float: right;
	padding: 0;
	list-style: none;
}
.s_art li{
	text-align:center;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
}
.shoping_bag1{
	padding: 2% 1%;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_left{
	float: left;
	width:68.333%;
	margin-right: 3.3333%;
}
.shoping_right{
	float: right;
	width:14.333%;
}
.shoping1_of_1{
	float: left;
	width: 12.3333%;
	margin-right: 3.3333%;
}
.shoping1_of_2{
	float: left;
	width: 68.3333%;
}
.shoping_left h4{
	margin-bottom: 2%;
}
.shoping_left h4 a{
	text-transform: uppercase;
	color: #00405d;
	font-size:1em;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shoping_left h4 a:hover{
	text-decoration: none;	
	color: #777777;
}
.shoping_left span{
	text-transform: uppercase;
	color: #999999;
	font-size: 0.8725em;
}
.shoping_left span b{
	color: #555555;
	font-weight: 600;
}
.s_icons{
	margin-top: 2%;	
}
ul.s_icons{
	padding:0;
	list-style:none;
}
.s_icons li{
	display: inline-block;
	margin-left: 10px;
}
.s_icons li:first-child{
	margin-left: 0;
}
.s_icons li a{
	display: block;
	width:30px;
	height:30px;
	background: rgb(187, 187, 187);
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	padding: 1px;
}
.s_icons li a:hover{
	background: #00405d;
}
.s_icons li a img{
	vertical-align: bottom;
}
.shoping_right p{
	color: #333333;
	font-size: 0.8725em;
	text-transform: capitalize;
	line-height: 2.5em;
}
.shoping_right p.tot{
	font-size: 1.5em;
}
.shoping_right p span{
	color: #ff0000;
	float: right;
}
.shoping_right p a{
	color:#00405d;
}
.shoping_bag {
	padding: 2% 1%;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_bag1 h2{
	float:left;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
}
.shoping_bag1 h2 a{
	color: #00405d;
	font-size: 0.8725em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shoping_bag1 h2 a:hover{
	color: #555555;
}
.shoping_bag1 h2 img{
	vertical-align: text-bottom;
	margin-right: 5px;
}
.shoping_bag1 h2 span{
	color: #999999;
}
.shoping_bag2{
	padding: 2% 0;
}
.shoping_left a.btn1{
	margin-top:1%;
	text-transform: capitalize;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.2em;
	color: #ffffff;
	background:#ff6978;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shoping_left a.btn1:hover{
	background: #00405d;
	text-decoration:none;
}
.shoping_right p span.color{
	color: #00405d;
}
h4.title {
  color: #ff6978;
  margin-bottom: 0.5em;
  font-size: 1.6em;
  line-height: 1.2em;
  background: #F7F7F7;
  padding: 1em;
}
p.cart {
  color: #777;
  font-size: 1.2em;
  line-height: 1.8em;
  text-align: left;
}
p.cart a {
  text-decoration: underline;
  color: #ff6978;
}
.check-out {
  padding: 6em 0;
}
/* start contact */
.contact{
	margin:2% 0;
	display: block;
}
.contact h2{
	font-size: 1.5em;
	color: #031c44;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: capitalize;
}
.map {
    margin: 2% 0 2% 0;
}
.col{
	display: block;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label{
	margin-top: 10px;
	color: #777777;
	display: block;
	font-size: 0.8725em;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-weight: normal;
}
.contact-form input[type="text"], .contact-form textarea {
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	width: 96.3333%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	margin-top: 10px;
	-webkit-appearance: none;
	border: none;
	outline: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	padding: 12px 25px;
	background:#031c44;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
	background: #252525;
	color: #ffffff;
}
/* radios and checkboxes */
.sky-form {
	margin-top: -10px;
}

.sky-form.col.col-4 ul {
padding: 0;
list-style: none;
}
.sky-form h4{
	margin-top: 10px;
	background: #ECECEC;
	padding: 10px 20px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size:16px;
}
.sky-form section {
	margin-bottom: 20px;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}
/* selects */
.sky-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 1px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}
/* radios and checkboxes */
.sky-form .radio,.sky-form .checkbox {
	outline:none;
	border:none;
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 13px;
	line-height: 27px;
	color: #555555;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0;
}
.sky-form .radio{
	text-transform: none;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.sky-form .checkbox input + i:after {
	content: '';
	top: 3px;
	left: 2px;
	width: 10px;
	height: 7px;
	text-align: center;
}
.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
	opacity: 1;
}
.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
/* icons */
.sky-form [class^="icon-"] {
    font-family: FontAwesome, serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* normal state */
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
	border-color: #e5e5e5;
	transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
	background-color: #2da5da;	
}
/* hover state */
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
	border-color: #8dc9e5;
}
.sky-form .button:hover {
	opacity: 1;
}
/* focus state */
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #2da5da;
}
/* checked state */
.sky-form .radio input + i:after {
	background-color: #ff6978;	
}
.sky-form .checkbox input + i:after {
	color: #2da5da;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color: #ff6978;	
}
/* error state */
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
	background: #fff0f0;
}
/* success state */
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
	background: #f0fff0;
}
/* disabled state */
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}
/* start women */
.w_sidebar{
	border: 1px solid #EBEBEB;
}
.w_nav1 ul{
	padding:0;
	list-style:none;
}
.w_nav1{
	padding: 20px;
}
.w_nav1 h4{
	text-transform:uppercase;
	color:#ff6978;
	font-size: 1em;
	margin-bottom: 5px;
}
.w_nav1 ul li{
	line-height: 1.5em;
}
.w_nav1 ul li a{
	display: block;
	text-transform:uppercase;
	color: #555555;
	font-size: 0.8725em;
}
.w_nav1 ul li a:hover{
	color:#00405d;
}
.w_nav2{
	padding: 20px;
}
.w_nav2  li{
	line-height: 1.5em;
	display: inline-block;
}
.w_nav2 li a{
	display: block;
	padding: 14px;
}
.w_nav2 li a.color1{
	background:	#0AA5E2;
}
.w_nav2 li a.color2{
	background:	#40E0D0;
}
.w_nav2 li a.color3{
	background:	#B03060;
}
.w_nav2 li a.color4{
	background:	#000080;
}
.w_nav2 li a.color5{
	background:	#E60D41;
}
.w_nav2 li a.color6{
	background:	#45BF55;
}
.w_nav2 li a.color7{
	background:	#FF7F00;
}
.w_nav2 li a.color8{
	background:	#8B4513;
}
.w_nav2 li a.color9{
	background:	#FFD700;
}
.w_nav2 li a.color10{
	background:	#9FA8AB;
}
.w_nav2 li a.color11{
	background:	#C0C0C0;
}
.w_nav2 li a.color12{
	background:	#0AA5E2;
}
.w_nav2 li a.color13{
	background:	#FFCBDB;
}
.w_nav2 li a.color14{
	background:	#B87333;
}
.w_nav2 li a.color15{
	background:	#BFB540;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.w_sidebar h3{
	padding:0 20px 10px;
	font-size: 1em;
	color: #555555;
	text-transform:uppercase;
}

.foot-top li {
  display: inline-block;
  vertical-align: middle;
}
.fooll h1 {
  font-size: 1.1em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 1em;
}
.foot-top {
    padding: 2em 0;
    border-bottom: 1px solid #e5e4e2;
    border-top: 1px solid #e5e4e2;
    width: 95%;
    margin: 0 auto;
}
.stay form input[type="text"] {
  width: 100%;
  color: #3f3d3d;
  outline: none;
  font-size: 1em;
  padding: 0.5em;
  font-weight:300;
  border: 1px solid #e5e4e2;
  -webkit-appearance: none;
}
.btn-1 form input[type="submit"] {
  background: #252525;
  padding: 0.5em;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  display: block;
  outline: none;
  border: none;
  width: 100%;
  text-transform: uppercase;
}
.btn-1 form input[type="submit"]:hover{
	background:#031c44;
}
.stay-left {
  float: left;
  width: 78%;
  margin-right: 0.5%;
}
.btn-1 {
  float: left;
  width: 21.5%;
}
.footer h4 {
  color:#031c44;
      font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 1em;
}
.footer {
    padding: 0 0;
    width: 95%;
    margin: 0 auto;
}
i.phone {
  width: 19px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
i.add {
  width: 17px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
i.mail {
  width: 17px;
  height: 14px;
  display: inline-block;
  margin-right: 0.5em;
}
.our-st li {
  color: #3f3d3d;
  display: block;
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
}
.our-st li a{
  text-decoration:none;
  color:#3f3d3d;
}
.our-st li a:hover{
  text-decoration:none;
  color:#031c44;
}
.cust li {
display:block;
}
.cust li a {
  display: block;
  color: #3f3d3d;
  font-size: 1em;
  line-height: 1.8em;
  text-decoration: none;
}
.cust li a:hover{
	color:#D03333
}
.abt li {
display:block;
}
.abt li a {
  display: block;
  color: #3f3d3d;
  font-size: 1em;
  line-height: 1.8em;
  text-decoration: none;
}
.abt li a:hover{
	color:#D03333
}
.myac li {
display:block;
}
.myac li a {
  display: block;
  color: #3f3d3d;
  font-size: 1em;
  line-height: 1.8em;
  text-decoration: none;
}
.myac li a:hover{
	color:#D03333
}
.cr_btn a {
  text-transform: capitalize;
  display: inline-block;
  padding: 3px 25px;
  font-size: 0.9em;
  font-weight: 300;
  color: #3f3d3d;
  background: #e5e4e2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration:none;
}
.cr_btn1 a {
  text-transform: capitalize;
  display: inline-block;
  padding: 2px 23px;
  font-size: 0.9em;
  font-weight: 300;
  color: #3f3d3d;
  background: none;
  border: 1px solid #e5e4e2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.our-left1 {
  float: left;
  width: 22%;
}
.cr_btn1 a:hover{
   color: #3f3d3d;
  background: #e5e4e2;
    border:1px solid #e5e4e2;
}
.special h3:before {
  height: 8px;
  width: 371px;
  content: '';

  display: block;
  position: absolute;
  left: 301px;
  top: 87px;
}
.special h3:after {
  height: 8px;
  width: 371px;
  content: '';
  display: block;
  position: absolute;
  right: 301px;
  top: 87px;
}
.special h3 {
  font-size: 1.5em;
  border: 1px solid #e5e4e2;
  text-align: center;
  padding: 0.5em;
  margin: 0 auto;
  width: 21%;
}
.specia-top {
  margin: 3em 0;
}
.footer p {
    margin: 1.5em 0 0;
    font-size: 1em;
    color: #3f3d3d;
    font-weight: 400;
    line-height: 1.8em;
    text-align: center;
}
.footer p a {
    text-decoration: none;
    color: #3f3d3d;
}
.footer p a:hover{
    color: #031c44;
}
ul.grid_2 {
  padding: 0;
}
ul.grid_2 li {
  display: inherit;
}
ul.grid_2 li:hover {
  background: #e9e9e9;
  color: #ff6978;
}
ul.grid_2 li h5:hover {
  color: #ff6978;
}
ul.grid_2 li {
  width: 23%;
  float: left;
  margin:0 1%
}
.arriv-info2 a {
  text-decoration: none;
}
.arriv-info2 a h3:hover{
  color:#ff6978;
}




/*-- start w_content --*/


.w_nav {
	float:right;
	color:#555555;
	font-size:0.8125em;
	padding:0;
	list-style:none;
}
.w_nav li{
	display: inline-block;
}
.w_nav li a{
	display: block;
	color:#555555;
	text-transform:capitalize;
}
.w_nav li a:hover{
	color: #00405d;
}
.grids_of_4{
	display:block;
	margin: 2% 0;
}
.grid1_of_4{
	float: left;
	width: 23.22222%;
	margin-left: 2.33333%;
	text-align:center;
}
.grid1_of_4:first-child{
	margin-left: 0;
	text-align:center;
}
.grid1_of_4 h4 {
    font-size: 16px;
    margin-top: 14px;
}
.grid1_of_4 h4 a{
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}
.grid1_of_4 h4 a:hover{
	color:#ff6978;
}
.grid1_of_4 p{
	font-size: 0.8125em;
	color:#3f3d3d;
	line-height: 1.8em;
	margin-bottom:0;
}
.content_box-grid {
	margin-top: 1em;
}
.view {
   overflow: hidden;
   position: relative;
   margin-bottom: 1em;
}
.view .mask,.view .content {
   position: absolute;
	overflow: hidden;
	top: 188px;
	left: 117px;
}
.view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
  -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
   transform: translateX(0);
}
.view1{
   overflow: hidden;
   position: relative;
}
.view1 .mask1,.view1 .content {
   position: absolute;
   overflow: hidden;
   top:130px;
   left:90px;
}
.info {
   display: block;
	text-indent: -9999px;
	width: 75px;
	height: 75px;
}
.view-fifth1 img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth1 .mask1 {
  -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth1:hover .mask1 {
   -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
   -o-transform: translateX(0);
   -ms-transform: translateX(0);
   transform: translateX(0);
}
span.text {
  font-size: 1.2em;
  color: #999;
}
span.price-new {
  color: #031c44;
  margin-right: 15px;
  font-weight: 500;
  font-size: 1.3em;
}
.price-old {
  text-decoration: line-through;
  color: #999;
  font-weight: normal;
  font-size: 17px;
  margin-right: 10px;
}
span.price-tax {
  color: #999;
  font-size: 13px;
}
span.points {
  color: #999;
  font-size: 13px;
}
span.code {
  color: #999;
}
span.brand {
  color: #999;
  line-height: 2em;
}
/*-- validation --*/
.my-div {
	padding: 10px;
}
.input-info h3,.map-info h3{
	color:#031c44;
    font-size: 1.5em;
    margin-bottom: 15px;
}
.my-div label{
	color: #AFAFAF;
    font-size: 1em;
    margin: 5px 0;
}
.checkbox input[type="checkbox"]{
	margin:4px 0 0 -21px;
}
.validation-grids {
    padding: 0;
}
.validation-grids.validation-grids-right {
    margin-left: 2%;
}
.validation-grids .radio{
    display: inline-block;
    margin: 0.5em 2em 0 0;
}
.help-block {
    font-size: 0.8em;
    color: #AFAFAF;
    margin-left: .5em;
}
.forms-grids h4 {
    color: #031c44;
}
.btn-primary {
    color: #fff;
    background-color: #252525 !important;
    border-color: #252525 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #031c44 !important;
    border-color: #031c44 !important;
}
.btn-danger {
    color: #fff;
    background-color: #031c44 !important;
    border-color: #031c44 !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #252525 !important;
    border-color: #252525 !important;
}
.validation-grids .btn-primary{
    background:#031c44 !important;
    color: #FFF;
    border: none;
    font-size: 0.9em;
    font-weight: 400;
    padding: .5em 1.2em;
    width: 100%;
    margin-top: 1.5em;
    outline: none;
    display:block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
	border-radius: inherit;
}
.validation-grids .btn-primary:hover{
	 background:#252525 !important;
}
.bottom .btn-primary {
    margin: 0;
}
.bottom .form-group {
    margin-bottom: 0;
}
.form-group.has-feedback {
    margin-bottom: 15px !important;
}
.form-group.has-error {
    margin-bottom: 15px !important;
}
.form-group.valid-form {
    margin-bottom: 15px !important;
}
.form-group.recover-button {
    margin-top: 15px !important;
}
/*--//validation--*/
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events:inherit !important;
}
/*--  general forms  --*/
.form-control1, .form-control_2.input-sm{
  border: 1px solid #ccc;
  padding: 5px 8px;
  color: #616161;
  background: #fff;
  box-shadow: none !important;
  width: 100%;
  font-size: 0.85em;
  font-weight: 300;
  height: 40px;
  border-radius: 0;
  -webkit-appearance: none;
  resize: none;
}
.general .tab-content {
    padding: 1.5em 0.5em 0;
}
.control3{
	margin:0 0 1em 0;
}
.btn-warning {
  color: #fff;
  background-color:rgb(6, 217, 149);
  border-color:rgb(6, 217, 149);
  padding: 9px 12px;
}
.tag_01{
  margin-right:5px;
}
.tag_02{
  margin-right:3px;
}
.btn-warning:hover{
  background-color:rgb(3, 197, 135);
  border-color:rgb(3, 197, 135);
}
.btn-success:hover{
  border-color:#E74225 !important;
  background:#E74225 !important;
}
.control2{
  height:200px;
}
.bs-example4 {
  background: #fff;
  padding: 2em;
}
button.note-color-btn {
  width: 20px !important;
  height: 20px !important;
  border: none !important;
}

.show-grid [class^=col-] {
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.xs h3, .widget_head{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.input-icon.right > i, .input-icon.right .icon {
  right:12px;
  float: right;
}
.input-icon > i, .input-icon .icon {
  position: absolute;
  display: block;
  margin: 10px 8px;
  line-height: 14px;
  color: #999;
}
.form-group input#disabledinput {
	cursor: not-allowed;
}
.forms-panel {
    padding: 0;
}
/*--forms--*/
.forms h3.title1 {
    margin-bottom:0;
}
.forms h4 {
    font-size: 1.3em;
    color: #FFFFFF;
}
.form-title {
    padding: 0.3em 2em;
    background-color: #031c44;
    border-bottom: 1px solid #031c44;
}
.form-body {
    padding: 1em;
}
.form-body-info{
	padding:0;
}
.inline-form .form-group,.inline-form .checkbox, .form-two .form-group{
    margin-right: 1em;
}
.forms label {
    font-weight: 400;
    display: inline-block;
}
.form-control {
    border-radius: inherit;
}
.help-block {
    margin-top: 10px;
}
.forms button.btn.btn-default {
    background-color:#888888;
    color: #fff;
    padding: .5em 1.5em;
	border: none;
	outline:none;
	border-radius: inherit;
}
.inline-form.widget-shadow {
    margin-top: 0;
}
.form-three{
    margin-top:0;
    padding: 2em;
}
.general-heading h4{
	color: #031c44;
    font-size: 1.5em;
    margin:1em 0 0 1em;
}
.progressbar-heading.grids-heading h2 {
    color: #031c44;
}
::-webkit-input-placeholder{
	color:#C5C5C5 !important;
}
.validation-grids.widget-shadow,.login-form-shadow,.inline-form.widget-shadow {
    border: none !important;
}
/*--//forms--*/
/*--/tabs--*/
.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 2em;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
    border: 1px solid #252525;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
}

.tabs nav li.tab-current {
    border: 1px solid #031c44;
    box-shadow: inset 0 2px #031c44;
    z-index: 100;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}
.tabs nav a {
	    color: #252525;
    display: block;
    font-size: 1.2em;
    line-height: 2.5;
    padding: 0 1.5em;
    white-space: nowrap;
}
.tabs nav a:hover {
	color:#031c44;
}
.tabs nav li.tab-current a {
	    color: #031c44;
}
.tabs nav li.tab-current a:hover{
  color:#031c44;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #252525;
    border-color: #252525;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px 15px;
}
.panel-primary.two>.panel-heading {
    border: 1px solid #ddd!important;
    color: #fff;
}
.panel-primary.two>.panel-heading {
    background-color:#031c44;
    border-color:#031c44;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #ddd;
}
.panel-body.two {
    border-top: none!important;
    border-bottom: none;
}
h3.inner-tittle {
    color: #031c44;
}
h2.inner-tittle {
    color: #031c44;
    margin-bottom: 2em;
}
.panel-primary {
    border-color: #DADADA !important;
}
.panel-body p {
    font-size: 0.9em;
    color: #777;
    line-height: 1.9em;
}
/* Content */
.content section {
	font-size: 1.25em;
	padding: 3em 1em;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}
.content section:before,
.content section:after {
	content: '';
	display: table;
}
.content section:after {
	clear: both;
}
.mediabox i {
    background: #031c44;
    padding: 0.2em 3em;
    color: #fff;
    font-size: 2.5em;
    text-align: center;
}
/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}
.content section.content-current {
	display: block;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
	}

.bs-example-tooltips {
    margin-bottom: 1em;
    text-align: center;
}
button.btn.btn-default.tip {
    padding: 0.7em 1em;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color:#252525;
    border-color: #ddd;
    padding: 15px 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 5px 0;
}
.accordion {
    margin-bottom: 2em;
}
.fo-top-di {
    -webkit-box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
    box-shadow: 0 0 2px 1px rgba(37, 37, 37, 0.39);
	padding-bottom: 2em;
	margin-top:1em;
}

/*--//tabs--*/

.tabs nav.second  {
     display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: #031c44;
    color: #fff;
  width: 150px;
}

.tabs nav.second a {
    padding: 20px 0;
    text-align: center;
    width: 100%;
    cursor: pointer;
        border-bottom: 1px solid rgba(210, 205, 205, 0.17);
}
.tabs nav.second a:hover,
.tabs nav.second  a.selected {
      background:#252525;
    color: #fff;
}

.tabs .context {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 150px;
  color: #6C5D5D;
  width: 0;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.1s linear 0s;
}
.tabs .context.visible {
    padding: 20px;
    width: calc(100% - 150px);
    overflow: scroll;
    opacity: 1;
     border: 1px solid #ddd;
        border-left: none;
}
.context.visible p {
    color: #777;
    font-size: 0.95em;
    line-height: 1.9em;
}
.tabs .context p { padding-bottom: 2px; }

.tabs .context p:last-of-type { padding-bottom: 0; }
.tab-main {
    margin-bottom: 2em;
}
/*--//tabs--*/
.faq h2 {
    font-size: 2em;
    color: #ff6978;
    line-height: 1.8em;
}
.faq h3 {
    font-size: 1.7em;
    color: #ff6978;
    margin-bottom: 0.5em;
    line-height: 1.8em;
}
.faq p {
    font-size: 1em;
    line-height: 1.8em;
    color: #999;
    margin: 1em 0;
}
.faq li {
    display: block;
    color: #999;
    font-size: 1em;
    margin: 1em 0;
}
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 10px;
}
.srow {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 5px;
}
.joken_row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 5px;
    height: 30px;
}
.joken_row div{
    padding: 0;
}

input[type="date"] {
    width: 95%;
    font-size: 16px !important;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 27px;
}
.content_box {
    border: 1px solid #D6CBCB;
    padding-bottom: 10px;
}
.content_box h6 {
    font-size: 17px;
    margin: 0;
}


table{
    width: 100%;
    border-collapse:separate;
    border-spacing: 0;
    line-height: 30px;
}




table th:last-child{
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}


table th{
    text-align: center;
    color:white;
    background: linear-gradient(#031c44,#031c44);
    border-left: 1px solid white;
    border-top: 1px solid white;
    box-shadow: 0 1px 1px rgba(255,255,255,0.3) inset;
    padding: 0;
    font-size: 70%;
    min-height: 20px;
}





table td:last-child{
    border-right: 1px solid #ccc;
}


.size70{
    font-size: 70%;
}
.size80{
    font-size: 80%;
}
.size90{
    font-size: 90%;
}


.btn-lg {
    height: 42px;
}

.pan a{
    color : #ffffff;
    text-decoration: underline;
}
input.form-control {
    color:black;
}
.w15 {width: 15px !important;}
.w30 {width: 30px !important;}
.w40 {width: 40px !important;}
.w60 {width: 60px !important;}
.w80 {width: 80px !important;}
.w90 {width: 90px !important;}
.w100 {width: 100px !important;}
.w120 {width: 120px !important;}
.w150 {width: 150px !important;}
.w160 {width: 160px !important;}
.w180 {width: 180px !important;}
.w210 {width: 240px !important;}
.w240 {width: 240px !important;}
.w270 {width: 270px !important;}
.w280 {width: 280px !important;}
.w300 {width: 300px !important;}
.w320 {width: 320px !important;}
.w360 {width: 360px !important;}
.w400 {width: 400px !important;}
.w480 {width: 480px !important;}
.w600 {width: 540px !important;}
.w600 {width: 600px !important;}
.w720 {width: 720px !important;}
.h30{height: 30px !important;}
.h60 {height: 60px !important;}
.h120 {height: 120px !important;}

.fl{float: left;}
.wp2{width: 2%;}
.wp3{width: 3%;}
.wp4{width: 4%;}
.wp5{width: 5%;}
.wp6{width: 6%;}
.wp8{width: 8%;}
.wp10{width: 10%;}
.wp12{width: 12%;}
.wp15{width: 15%;}
.wp16{width: 16%;}
.wp20{width: 20%;}
.wp25{width: 25%;}
.wp30{width: 30%;}
.wp33{width: 33%;}
.wp35{width: 35%;}
.wp40{width: 40%;}
.wp45{width: 45%;}
.wp50{width: 50%;}
.wp55{width: 55%;}
.wp60{width: 60%;}
.wp61{width: 61%;}
.wp65{width: 65%;}
.wp70{width: 70%;}
.wp80{width: 80%;}
.wp95{width: 95%;}
.wp100{width: 100%;}
.wp300{width: 300%;}
.wp500{width: 500%;}

.back_gray{
    background-color: gray;
}

.back_yellow{
    background-color: #f7ecb5;
}

input.key{
    background: #f7ecb5;
}
input.code_name{
    background: #fff8da;
}
.r{
    text-align: right;
}
.l {
    text-align: left !important;
}
.c {
    text-align: center;
}
i{
    margin-right: 3px;
}

.info_box{
    border: 1px solid #ccc;
    padding: 5px;
    min-height: 250px;
}

.line{
    display: inline-block;
}
.inline{
    display: inline;
}
.form-control.date{
    width: 120px;
}

.odd{
    background-color: #ffffe5;
}
.even{
    background-color: #ffffff;
}

.second{
    background-color: #ffe5e5;
}
.third{
    background-color: #e5ffe5;
}

.set{
    background-color: aliceblue;
}
.read{
    background-color: #fafafa ;
}
.read input{
    width: 100%;
    height: 100%;
}

thead.table_head,tbody.table_scroll{
    display: block;
    width: 100%;
}
tbody.table_scroll {
    overflow-y: scroll;
    height: 500px;
}

.p0{
    padding: 0;
}
.pl0{
    padding-left: 0;
}
.pr0{
    padding-right: 0;
}
.pt0{
    padding-top: 0;
}
.pb0{
    padding-bottom: 0;
}
.p5 {
    padding: 5px;
}

.m0{
    margin: 0;
}
.mr0{
    margin-right: 0;
}
.ml0{
    margin-left: 0;
}
.mt0{
    margin-top: 0;
}
.red{
    color:red;
}

.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt40{margin-top: 40px !important;}
.mb0{margin-bottom: 0 !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb40{margin-bottom: 40px !important;}
.under_buttoon{
    margin-top: 15px;
}
textarea{
    height: 200px;
    width: 100%;
}


table.itiran{
    line-height: 15px;
    font-size: 10px;
}
table.itiran td,table.itiran th {
    padding: 5px;
}
table.itiran td{
    font-size: 10px;
}

.th{
    text-align: center;
    color:white;
    background: linear-gradient(#031c44,#031c44);
    border-left: 1px solid white;
    border-top: 1px solid white;;
    border-bottom: 1px solid white;;
    box-shadow: 0 1px 1px rgba(255,255,255,0.3) inset;
    padding: 10px 0;
    font-size: 70%;
    min-height: 20px;
}


/*-- フォーム入力用 --*/
.form-group.joken{
    margin-bottom: 5px;
}
.form-group.joken input{
    height: 30px;
}
.form-group.joken input[type="radio"]{
    height: 11px;

}
.form-group.joken label:not(.radio){
    padding-top: 4px;
    font-weight: bold;
    text-align: center;
    color:white;
    background: linear-gradient(#031c44,#031c44);
    border-left: 1px solid #3c6690;
    border-top: 1px solid #3c6690;
    border-bottom: 1px solid #3c6690;
    box-shadow: 0 1px 1px rgba(255,255,255,0.3) inset;
    min-height: 20px;
    margin: 0;
    height: 30px;
}

.form-group.joken label.nodata{
    background: linear-gradient(#839cc4,#839cc4);
}

.form-group.joken > div input[type="text"]{
    letter-spacing: 2px;
    font-size: 100%;
}
.form-group.joken div.waku{
    border: 1px solid #888888;
    height: 30px;
    padding: 3px 0 0 3px;
}

table.small {
    margin-top: 5px;
}

table.small tr{
    height: 15px;
    font-size: 10px;
}
table.small th,table.small td{
    line-height: 15px;
}
.modal_panel{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: rgba(0,0,0,.4);
}

.modal_panel .dialog_covered
{
    background: #FFFFFF;
    position: absolute;
    z-index: 100;
    opacity: 1;
    padding: 5px;
}

.dialog_only
{
    box-shadow:0px 0px 10px;
    border:1px solid #228;
    display: none;
    background: aliceblue;
    position: fixed;
    z-index: 9999;
    opacity: 1;
    padding: 2px 2px 0 2px;
}
.dialog_only td {
    padding: 0 8px;
}

.chip{
    background-color: #f8fff8;
}

.form-control{
    height: auto;
    padding: 0 5px;
}




::-webkit-scrollbar {
    width: 28px;
}
::-webkit-scrollbar-button {
    background: #ddd
}
::-webkit-scrollbar-track-piece {
    background: #f8f8f8

}
::-webkit-scrollbar-thumb {
    background: #ddd;
   /* background: -webkit-repeating-linear-gradient(90deg,#668ad8 0,#668ad8 9px,rgba(255, 255, 255, 0.44)9px,rgba(0, 0, 0, 0.38) 10px); */
}

.font-lll{
    font-size: 24px;
}
.font-ll{
    font-size: 20px;
}
.font-l{
    font-size: 16px;
}
.font-m{
    font-size: 12px;
}
.font-s{
    font-size: 8px;
}
.font-ss{
    font-size: 5px;
}
.main {
    min-height: 800px;
    margin: 0;
    padding: 0;
}
.header-section{
    margin-bottom: 10px;
}




.container {
    margin-top: 15px;
}
.tab-content{
    width: 100%;
    border-top: 5px solid #031c44;
    padding: 5px 0 0;

}
.tab-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}

.tab-group > li {
    border: 1px solid #031c44;
    position: relative;
    float: left;
}
.tab-group > li.active > a,
.tab-group > li.active > a:hover,
.tab-group > li.active > a:focus{
    background-color: #031c44;
    color: #fff;
    font-weight: bold;
}

.tab-group li + li {
    margin-left: -1px;
}
.tab-group > li:first-child,
.tab-group > li:first-child > a:hover {
    margin-left: 0;
}
.tab-group li.active{
    background-color: #031c44;
}
.tab-group li{
    width: 120px;
    text-align: center;
}
.tab-group li a{
    color: #888;
    padding: 8px 0 4px;
    font-size: 14px;
}
.grid_wrapper {
    display: grid;
    grid-auto-rows: 25px;
    margin-top: 15px;
    grid-template-columns: repeat(10, 1fr);
}
.grid_wrapper div{
    border-bottom: 1px #ccc solid;
    border-right: 1px #ccc solid;
}
.grid_wrapper div.border-buttom{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 1px #ccc solid;
}
.grid_wrapper div.row_end{
    border-bottom: 1px #ccc solid;
}
.grid_wrapper div.col_end{
    border-right: 1px #ccc solid;
}

.grid_wrapper_small {
    display: grid;
    grid-auto-rows: 25px;
    margin-top: 20px;
    grid-template-columns: repeat(13, 1fr);
}

.grid_wrapper .title,.layout .title{
    text-align: center;
    padding-top: 4px;
    background-color: #031c44;
    color: white;
}
.grid_wrapper .val,.layout .val{
    position: relative;
    padding: 3px 0 0 3px;
}

.grid_wrapper .val input[type="text"],.grid_wrapper .val textarea, .grid_wrapper .val select{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    background-color: #ffffe5;
    padding: 0 3px;
}
td.nobb{
    border-bottom: none;
}
td.val input[type="text"],td.val select{
    background-color: #ffffe5;
}
div.val input[type="text"],div.val select{
    background-color: #ffffe5;
}
td.show input[type="text"] {
    pointer-events: none;
    background-color: #ffffff;
    border: none;
}
.td_read_only{
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #ffffff;
    border: none;
}
.grid_wrapper .val input[type="text"].td_read_only{
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #ffffff;
    border: none;
}
.grid_wrapper .val.disabled input[type="text"]{
    background-color: #ddd;
}
.grid_wrapper .val.kensaku input[type="text"]{
    background-color: aliceblue;
}
.grid_wrapper .val input[type="text"].form-control[disabled]{
    background-color: #ddd;
}

.grid_wrapper .text {
    padding-left: 5px;
    padding-right: 5px;
}
.r2.title,.r3.title,.r4.title,.r5.title,.r6.title{
    border-top: 1px solid #ccc ;
}

.row2.title{
    padding-top: 17px;
}
.row2.val{
    font-size: 200%;
}
label{font-size: 90%;}
.r1{grid-row: 1 / 2;}
.r2{grid-row: 2 / 3;}
.r3{grid-row: 3 / 4;}
.r4{grid-row: 4 / 5;}
.r5{grid-row: 5 / 6;}
.r5to10{grid-row: 5 / 10;}
.r5to13{grid-row: 5 / 13;}
.r6{grid-row: 6 / 7;}
.r7{grid-row: 7 / 8;}
.r8{grid-row: 8 / 9;}
.r9{grid-row: 9 / 10;}
.r10{grid-row: 10 / 11;}
.r11{grid-row: 11 / 12;}
.r12{grid-row: 12 / 13;}
.r13{grid-row: 13 / 14;}

.c1{grid-column: 1 / 2;}
.c2{grid-column: 2 / 3;}
.c3{grid-column: 3 / 4;}
.c4{grid-column: 4 / 5;}
.c5{grid-column: 5 / 6;}
.c6{grid-column: 6 / 7;}
.c7{grid-column: 7 / 8;}
.c8{grid-column: 8 / 9;}
.c9{grid-column: 9 / 10;}
.c10{grid-column: 10 / 11;}
.c11{grid-column: 11 / 12;}
.c12{grid-column: 12 / 13;}
.c13{grid-column: 13 / 14;}
.c14{grid-column: 14 / 15;}
.c15{grid-column: 15 / 16;}
.c16{grid-column: 16 / 17;}
.c17{grid-column:17/18;}
.c18{grid-column:18/19;}
.c19{grid-column:19/20;}
.c20{grid-column:20/21;}
.c21{grid-column:21/22;}
.c22{grid-column:22/23;}
.c23{grid-column:23/24;}
.c24{grid-column:24/25;}
.c25{grid-column:25/26;}
.c26{grid-column:26/27;}
.c27{grid-column:27/28;}
.c28{grid-column:28/29;}
.c29{grid-column:29/30;}
.c30{grid-column:30/31;}
.c31{grid-column:31/32;}
.c32{grid-column:32/33;}
.c33{grid-column:33/34;}
.c34{grid-column:34/35;}
.c35{grid-column:35/36;}
.c36{grid-column:36/37;}
.c37{grid-column:37/38;}
.c38{grid-column:38/39;}
.c39{grid-column:39/40;}
.c40{grid-column:40/41;}

.c1to2{grid-column: 1 / 2;}
.c1to3{grid-column: 1 / 3;}
.c1to4{grid-column: 1 / 4;}
.c1to5{grid-column: 1 / 5;}
.c1to6{grid-column: 1 / 6;}
.c1to7{grid-column: 1 / 7;}
.c1to8{grid-column: 1 / 8;}
.c1to9{grid-column: 1 / 9;}
.c1to11{grid-column: 1 / 11;}
.c1to13{grid-column: 1 / 13;}
.c1to20{grid-column: 1 / 20;}

.c2to4{grid-column: 2 / 4;}
.c2to5{grid-column: 2 / 5;}
.c2to6{grid-column: 2 / 6;}
.c2to7{grid-column: 2 / 7;}
.c2to10{grid-column: 2 / 10;}
.c2to11{grid-column: 2 / 11;}
.c3to5{grid-column: 3 / 5;}
.c3to6{grid-column: 3 / 6;}
.c3to7{grid-column: 3 / 7;}

.c4to5{grid-column: 4 / 5;}
.c4to6{grid-column: 4 / 6;}
.c4to7{grid-column: 4 / 7;}
.c4to8{grid-column: 4 / 8;}
.c4to9{grid-column: 4 / 9;}
.c4to11{grid-column: 4 / 11;}
.c5to7{grid-column: 5 / 7;}
.c5to8{grid-column: 5 / 8;}
.c5to10{ grid-column: 5 / 10;}
.c6to8{grid-column: 6 / 8;}
.c6to9{grid-column: 6 / 9;}
.c6to10{grid-column: 6 / 10;}
.c6to11{grid-column: 6 / 11;}

.c7to9{grid-column: 7 / 9;}
.c7to10{grid-column: 7/10;}
.c7to11{grid-column: 7/11;}
.c7to20{grid-column: 7/20;}
.c7to13{grid-column: 7 / 13;}
.c8to10{grid-column: 8 / 10;}
.c8to11{grid-column: 8 / 11;}
.c8to20{grid-column: 8 / 20;}

.c9to11{grid-column: 9 / 11;}
.c9to13{grid-column: 9 / 13;}
.c9to16{grid-column: 9 / 16;}
.c9to17{grid-column: 9 / 17;}
.c10to12{grid-column: 10/12;}
.c10to13{grid-column: 10/13;}
.c11to13{grid-column: 11/13;}
.c11to20{grid-column: 11/20;}
.c13to15{grid-column: 13/15;}
.c13to16{grid-column: 13/16;}
.c13to19{grid-column: 13/19;}
.c15to19{grid-column: 15/19;}
.c17to24{grid-column: 17/24;}
.c17to25{grid-column: 17/25;}
.c19to21{grid-column: 19/21;}
.c19to25{grid-column: 19/25;}
.c21to25{grid-column: 21/25;}
.c25to32{grid-column: 25/32;}
.c25to33{grid-column: 25/33;}
.c33to40{grid-column: 33/40;}
.c33to41{grid-column: 33/41;}

.grid0{
    margin-top: 30px;
}
.grid_wrapper div.r1{
    border-top: 1px #ccc solid;
}
div.top_row {
    border-top: 1px #ccc solid;
}
div.last_row {
    border-bottom: 1px #ccc solid;
}
div.last_col {
    border-right: 1px #ccc solid;
}
div.last_col_no {
    border-right: none;
}

.lh15{line-height: 15px;}
.lh15 td{height: 30px;}
.buhin_kbn.title{
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}
.buhin_kbn.val{
    grid-row: 1 / 2;
    grid-column: 2 / 11;
    padding-left: 20px;
}

.grid1{
    grid-template-columns: repeat(10, 1fr);
}
.grid2{
    grid-template-columns: repeat(20, 1fr);
}
.grid3{
    grid-template-columns: repeat(30, 1fr);
}
.grid4{
    grid-template-columns: repeat(40, 1fr);
}
.grid15{
    grid-template-columns: repeat(15, 1fr);
}
.grid40{
    grid-template-columns: repeat(40, 1fr);
}
.grid162{
    grid-template-columns: repeat(162, 1fr);
}
.grid_hattyu{
    grid-template-columns: repeat(10, 1fr);
}
.grid_wrapper div.border-t-no{
    border-top: none;
}
.grid_wrapper div.border-r-no{
    border-right: none;
}

.name.title {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    border-top: 1px solid #ccc ;
}
.name.val {
    grid-row: 2 / 3;
    grid-column: 2 / 5;
}


.input_table input{
    height: 100%;
    border: none;
}






.touroku_date.title {
    grid-row: 1 / 2;
    grid-column: 8 / 9;
}
.touroku_date.val {
    grid-row: 1 / 2;
    grid-column: 9 / 10;
}

.touroku_name.title {
    grid-row: 2 / 3;
    grid-column: 8 / 9;
    border-top: 1px solid #ccc ;
}
.touroku_name.val {
    grid-row: 2 / 3;
    grid-column: 9 / 10;
}
.touroku_name2.val {
    grid-row: 2 / 3;
    grid-column: 10 / 11;
}


.buhin_sub.title {
    padding-top: 5px;
    font-size: 70%;
}


.touroku_bikou.val{
    grid-column: 7 / 11;
}
/* 4行目 */
.maker.val{
    grid-column: 3 / 5;
}
/* 5行目 */
.kbn.val{
    grid-column: 3 / 5;
}
/* 6行目 */
.update_bikou.val{
    grid-column: 7 / 11;
}

.memo.val{
    grid-row: 2 / 6;
    grid-column: 1 / 11;
}



.syanai_bikou.val{
    grid-column: 8 / 10;
}

.genzaiko{
    grid-row: 1 / 3;
}
.genzaiko.val{
    grid-column: 8 / 11;
}
.grid_wrapper .kotei_col1{
    position: sticky;
    left: 0;
    z-index: 100;
}


/* テーブル */
tr{
    height: 20px;
}
td,th{
    border-top: 1px solid #ccc ;
    border-left: 1px solid #ccc ;
}
th{
    background-color: #031c44;
    color: white;
}
td{
    position: relative;
}
td input{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
table th:first-child{
    /*width: auto;*/
    border-radius:0;
}

table tr:first-child td{
    border-top: 1px solid #ccc;
}
table td:first-child{
    border-left: 1px solid #ccc;

}
table td:last-child {
    border-radius: 0;
    border-right: 1px solid #ccc;
}
table th {
    border-left:none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 100%;
    font-weight: unset;
    padding: 0;
}
table td {
    border-left:none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 100%;
    box-shadow:none;
    text-align: left;
    padding: 0 3px;
}
td input{
    border:none;
}
table tr:nth-child(odd) td input,
table tr:nth-child(odd) td select
{
    background: #ffffe5;
}
table tr.odd td input,
table tr.odd td select
{
    background: #ffffff;
}
table tr.odd td input,
table tr.odd td select.odd
{
    background: #ffffe5;
}

table tr td.text{
    background-color: #ddd;
}

table tr.odd td input,table tr.odd td select{
    background: #ffffe5;
}
table tr.even td input,table tr.even td select{
    background: #ffffff;
}
.form-group{
    margin-bottom: 0;
}

.form-horizontal .control-label{
    padding-top: 0;
}
.form-body {
    padding: 0;
}

.tr_selected{
    color: white;
    background: blue;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
}

.pdf_print th,.pdf_print td{
    text-align: center;
    padding: 5px;
}

#error {
    color : red;
}


<!--ダイアログ -->
    .dia_list_row{
        padding: 3px;
    }


input[type=file] {
    display: block;
    /* height: 29px; */
    font-size: 16px;
}

.input_l{
    height: 30px;
}
.error{
    color:red;
}
input.dummy_input{
    height: 1px;
    width: 1px;
    border: none;
}

.form-horizontal .form-group{
    margin-left: 0;
}
span.lbl_updated{
    display: block;
    color: white;
    background-color: #4169e1;
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    padding-top: 4px;
}

span.lbl_update{
    display: block;
    color: white;
    background-color: #d58512;
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    padding-top: 4px;
}
span.lbl_new{
    display: block;
    color: white;
    background-color: blue;
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    padding-top: 4px;
}
span.lbl_kensaku{
    display: block;
    color: white;
    background-color: green;
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    padding-top: 4px;
}
span.lbl_error{
    display: block;
    color: white;
    background-color: red;
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 10px;
}
.grid_wrapper div.show{
    padding: 3px;
}

span.half {
    font-size: 50%;
    color: #888;
    margin-left: 3px;
}

.bbl {
    border-bottom: 1px solid black;
}

label.checkbox.inline {
    display: inline-block;
    margin-left: 30px;
}
.f80{
    font-size: 80%;
}
.f70{
    font-size: 70%;
}

.batch{
    display: inline-block;
    position: absolute;
    top :13px;
    right: 10px;
    padding: 0 0 2px;
    color:white;
    background-color: #e74e4eed;
    width: 44px;
    height: auto;
    border-radius: 11px;
    text-align: center;
    z-index: 1000;
}
select.input{
    width: 100%;
    height: 29px;
}

div.st-box{
    width: 1660px;
    height: 515px;
    overflow: scroll;
    margin: 0;
    padding: 0;
}
table.st-tbl{
    width: 2760px;
    /*見切れるように1000pxにしている*/
}

.st-tbl th:first-child {
    /* 横スクロールを固定 */
    position: sticky;
    left: 0;
}
.st-tbl thead th:first-child {
    /* 一番左端のthead thが横スクロール時に隠れない様に */
    z-index: 5;
}

.st-tbl thead th {
    position: sticky;
    top: 0;
    z-index: 3;
}

.st-tbl .kotei1 {
    position: sticky;
    left: 0;
    z-index: 2;
}
.st-tbl .kotei2 {
    position: sticky;
    left: 40px;
    z-index: 2;
}
.st-tbl .kotei3 {
    position: sticky;
    left: 60px;
    z-index: 2;
}
.st-tbl .kotei4 {
    position: sticky;
    left: 210px;
    z-index: 2;
}
.st-tbl .kotei5 {
    position: sticky;
    left: 360px;
    z-index: 2;
}
.st-tbl thead .kotei1 {
    z-index: 10;
}
.st-tbl thead .kotei2 {
    z-index: 10;
}
.st-tbl thead .kotei3 {
    z-index: 10;
}
.st-tbl thead .kotei4 {
    z-index: 10;
}
.st-tbl thead .kotei5 {
    z-index: 10;
}

.stb-tbl thead tr.r1 th {
    position: sticky;
    top: 0;
    z-index: 3;
}
.stb-tbl thead tr.r2 th {
    position: sticky;
    top: 31.6px;
    z-index: 3;
}

.setudan_clear{
    width: 30px;
    height: 63px;
    position: absolute;
    top: -1px;
    margin: 0;
    line-height: 15px;
    right: 0;
}

.row_copy{
    width: 35px;
    height: 20px;
    color:black;
    font-size: 8px;
    padding: 0;
    margin: 0;
    line-height: 15px;
}
.row_clear{
    width: 35px;
    height: 20px;
    color:black;
    font-size: 8px;
    padding: 0;
    margin: 0;
    line-height: 15px;
}

.table_button{
    width: 35px;
    color:black;
    font-size: 8px;
    padding: 0;
    margin: 0;
    line-height: 15px;
}

table.select_list tr td:nth-of-type(1){
    background: #031c44;
    color: white;
}


/* タブ  */
.tab-ctl {
    width: 100%;
    margin: 10px 0 0;
}
.tab-ctl a{
    border: 1px solid #888;
    padding: 5px 20px;
}
.tab-ctl a.active{
    background: #031c44;
    color:white;
}
.tab-pane{
    width: 100%;
    margin-top: 5px;
    display: none;
}

.b2-tul{
    border-top: 2px white solid !important;
    border-bottom: 2px white solid !important;
    /*border-left: 2px white solid !important;*/
}

.b2-tur{
    border-bottom: 2px #000 solid !important;
    border-top: 2px #000 solid !important;
    border-right: 2px #000 solid !important;
}

.check_block{
    text-align: center;
}

/* 見積枠 */
.mit_sub_left{
    border-bottom: 1px #000 solid !important;
    border-top: 1px #000 solid !important;
    border-left: 1px #000 solid !important;
}
.mit_sub_right{
    border-bottom: 1px #000 solid !important;
    border-top: 1px #000 solid !important;
    border-right: 1px #000 solid !important;
}


#sm_input_val{
    height: 25px;
    border: 1px #000 solid;
    background-color: white;
    font-size: 20px;
}

.sm_only{
    display: none;
}
.tab_only{
    display: none;
}
@media screen and (max-width: 480px) {
    .sm_only{
        display: block;
    }
}

@media screen and (min-width:534px) and (max-width:915px) {
    .tab_only{
        display: block;
    }
}

.format_number{
    text-align: right;
}

.form-group.joken label.radio_yoko{
    background: white;
    display: inline-block;
    width: 80px;
    color:black;
    border: none;
    font-size: 120%;
    font-weight: normal;
}

.form-group.joken label.radio_yoko input[type=radio]{
    display: inline-block;
    margin: 0;
    width: auto
}

.error_input{
    background-color: #ff8888 !important;
}
.check_input{
    border: 2px #ff8888 solid;
}
.even_kari{
    background-color: #aaaaFF;
}


#seisan_auto_end th{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}

.ttl_kotei1 th{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}
.bg_update{
    background: #ffffe5;
}
.lot_kairo{
    background: black;
    height: 30px;
    padding: 3px 0 0 0;
    margin-bottom: 10px;
    overflow: hidden;
}
.lot_kairo span{
    display: inline-block;
    margin: 0 5px 0 5px;
    font-size: 50%;
}
.f-input{
    background: #ffffe5;
}
.list_kotei_ttl td{
    font-weight: bold;
    border-bottom: black 1px solid;
}

.list_kotei_ttl.flg0 {
    background: rgb(148,206,253);
}
.list_kotei_ttl.flg1 {
    background: rgb(148,206,0);
}
.list_kotei_ttl.flg2 {
    background: #eee;
}

.bg_gray{
    background: #ddd;
    width: 100%;
    display: inline-block;
}
.back_white{
    background: white;
}


.ac_button.active{
    border: 3px red solid;
}
.ac_button.juuketten{
    color:red;
}
#photo_camera_list{
    width: 100%;
}

.sm_itiran ul{
    margin: 0;
    padding: 0;
}
.sm_itiran li{
    list-style:none;
    padding:5px;
    width: 100%;
    border-bottom: 1px #ccc solid;
}
.sm_itiran li a{
    color: black;
}
.sm_itiran li p {
    position: relative;
    padding: 1px 0 0;
    margin: 0;
}
.sm_itiran li p.b{
    font-weight: bold;
    font-size: 25px;
    padding: 0;
}

.sm_itiran li{
    position: relative;
}

.sm_itiran li span{
    /*position: absolute;
    top: -6px;
    */
    color:#888;
    font-size: 8px;
    margin: -6px 0 -5px;
    display: block;
}
.sm_itiran li .yajirusi{
    position: absolute;
    right :10px;
    top:35px;
}
.sm_itiran li .pt0{
    color:#888;
    font-size: 14px;
}
.sm_itiran li .pt1{
    color:blue;
    font-weight: bold;
    font-size: 14px;
}

.tyumon_row.active{
    background: #aaddff;
}

.barcode_rd{
    background: #0a84ff;
    color: white;
}
.full{
    position: absolute;
    top : 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 99999;
}
.del {
    background: #bbbbbb;
}
tr.selected td{
    background: #ffffe5;
}

li.same_seihin {
    background: #ffddff;
}
.bb2{
    border-bottom: 2px solid #000000;
}
.setudan_sum{
    height: 30px;
    width: 8%;
    margin: 0 0 0 13%;
    padding: 0;
}
.input_bg{
    background: #ffffe5;
}
.bold{
    font-weight: bold;
}
table.f13px td{
    font-size: 13px;
}
.zaiko_l{
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}
.ch_border{
    border-top: solid 2px #000000;
}

.gai_efu{
    border: 1px #888888 solid;
    padding: 3px 5px;
    float: left;
    margin: 2px;
    font-size: 14px;
    background: white;
    color: black;
}

.gai_efu.select{
    border: 1px #888888 solid;
    padding: 3px 5px;
    float: left;
    margin: 2px;
    font-size: 14px;
    background: #888888;
    color: black;
}

span.small12{
    font-size: 12px !important;
}
.check_meisan{
    display: inline-block;
}

#page_message td{
    border: none;
    border-bottom: 1px #dddddd dotted ;
}


#page_message td input[type=checkbox] {
    position: relative;
    display: inline-block;
    margin: 0;
    width: auto;
    height: auto;
}

#page_message td input[type=radio] {
    position: relative;
    display: inline-block;
    margin: 0;
    width: auto;
    height: auto;
}
#page_message td label{
    display: inline-block;
}

tr.bold td,tr.bold th{
    font-weight: bold;
}
.bookmark{
    display: inline-block;
    width: 100%;
    height: 100%;
}

a.all{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.btn.btn-tab{
    border: 1px solid #000;
    border-bottom: none;
}
.btn.btn-tab.active{
    background: black;
    color: white;
}