.header{
  background-color: #0168cd;
  background-image: url(/jdgl/images/head_1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

body .top-nav ul.top-menu > li .dropdown-menu.logout{
  width: 60px !important;
}

.top-nav ul.top-menu > li{
  background: white;
}
#error_explanation{
  text-align: center;
}
#sidebar{
      background: #0168cd !important;
}
table.sliders tr td{
  padding: 5px;
}
table.products th.model{
  /*width: 50%;*/
}
table.products th.quantity{
  width: 240px;
}
table.products tr.outstock{
  color: red;
}
table.products th.odd{
  width: 150px;
}
table.products .odd-input{
  width: 80%;
}
.view table .btn{
  margin-bottom: 0;
}

input.quantity {
    width: 60px;
}

/*order progress */
.order-progress .arrow {
  width: 50px;
  height: 5px;
  margin-top: 27px;
  margin-left: 5px;
  border-top: dotted 5px lightgray;
}
.order-progress .node {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    background-color: lightgray;
    margin-left: 5px;
    text-align: center;
}
.order-progress .node.active{
  background-color: #A9D86E;
  color: #5A5A5A;
}
.order-progress .arrow.active{
  border-top: dotted 5px #A9D86E;
}
.order-progress .order-progress{
  margin: auto;
  width: 800px;
}


/*ul.sidebar-menu li a.active,
ul.sidebar-menu li ul.sub li {
    background-color: #0168cd;
}*/
.dataTables_wrapper .row-fluid .span6:first-child {
    float: left;
}

html{
  width: 100%;
  height: 100%;
}
body.auth.login, body.auth.register{
  background-color: #078cce;
  background-image: url(/jdgl/images/login_back.png?a);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  height: 100%;
}

.nav-tabs li{
  border: 1px solid #7087A3;
}
.nav-tabs li:first-child{
  border-top-left-radius: 5px;
}
.nav-tabs li:last-child{
  border-top-right-radius: 5px;
}

.auth.register .form-signin .row label {
    padding-left: 20px;
}

body label.label_of_check,
body label.label_of_check {
    /*width: 80px;*/
    float: left;
    margin-left: 10px;
    line-height: 20px;
}
body input[type=checkbox]{
  width: 20px;
  height: 20px;
}
body .form-group{
  margin-bottom: 1px;

}
.view .form-group {
  background-color: #dee7ef;
  line-height: 38px;
}
.form-group input{
    height: 35px;
    border-radius: 5px;
    border: 1px solid lightgray;
}

.form-group > label,
.form-group .label-wrap{
  margin: 1px 0;
  line-height: 34px;
  height: 34px;
  /*text-align: right;*/
  background: #83bbf1;
  color: white;
  overflow: hidden;
  padding-right: 10px;
}
.form-group .field_with_errors {
  float: left;
}
.view .form-group > label{
  /*margin: 1px 5px 1px 0 !important;*/
}

.form-group .red-star{
  color: red;
  line-height: 38px;
  display: block;
  float: right;
}
form .date_select select{
  height: 30px;
}
.form-group textarea{
  width: 100%;
}
.type-section.notshow{
  display: none;
}

.wrapper .form-group > label:after{
  content: ':';
}
.form-group:last-child {
    margin-bottom: 0;
}

.panel .panel-body{
  padding: 5px;
}
.panel .row{
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 1px solid #eee;
}
.panel .row:first-child{
  border-top: 1px solid #eee;
}

.panel hr {
    margin: 1px 0 1px;
}

.wrapper .panel{
  /*border-radius: 10px;*/
  margin-bottom: 10px;
}
.edit input.error,
.new input.error{
  border: 1px solid #ff6c60;
  /*box-shadow: 1px -1px 1px red;*/
}
.view .btn{
  margin-left: 20px;
  margin-bottom: 20px;
}

.autocomplete-suggestion.selected{
  background: lightgreen;
  color: black;
}

.autocomplete-suggestions {
  background-color: white;
  border: 1px solid gray;
  border-top: 0;
  position: absolute;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
  padding: 1px;
}

.col-lg-6 input[type="text"], .col-lg-8 input[type="text"], .col-lg-10 input[type="text"]{
  width: 100%;
}
table.product-table{
  width: 60%;
  margin: auto;
}
/*table action buttons*/
table th.actions{
  width: 200px;
}

/*data table*/
.panel .dataTables_length, .dataTables_filter{
  padding: 5px;
}

.order_audit .serial{
  text-decoration: underline;
  padding: 0 5px;
}
body .btn-warning {
  background-color: #df7514;
  border-color: #df7514;
}
body .btn-warning:hover {
    background-color: #ea984d;
    border-color: #ea984d;
  }
.fa.check{
  font-size: 1.5em;
}
.fa.check.fa-check-square-o{
  color: #5cb85c;
}

.index #main-content > .wrapper > .row > .panel > .panel-body{
      background-color: gray;
    }
.index #main-panel > .panel-body{background-color: #f1f2f7;}
.index .state-overview .col-lg-3{padding: 0 15px;}
.index .fa-plane:before{font-size: 60px;}

body .stepy-titles li {
    margin: 10px 5px;
}
body .stepy-titles i.fa{
  /*margin-top: 5px;*/
  margin: 10px 5px;
  line-height: 30px;
}
body .stepy-titles li div {
  font-size: 16px;
  font-weight: 300;
  background: #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100px;
  height: 30px;
  line-height: 30px;
}
body .stepy-titles li.current-step div {
  color: #3c763d;
  cursor: auto;
  background: #dff0d8;
  border-radius: 5px;
  /* -webkit-border-radius: 50%; */
  width: 120px;
  height: 30px;
  line-height: 30px;
}
.minicart{
  font-size: 0.8em;
}
.alert{
  text-align: center;
}

.w10{width: 10%}
.w20{width: 20%}
.w25{width: 25%}
.w30{width: 30%}
.w40{width: 40%}
.w50{width: 50%}
.w60{width: 60%}
.w70{width: 70%}
.w80{width: 80%}
.w90{width: 90%}
.w100{width: 100%}
/********************************/
/*for query multi select in corporation licence form*/
.ms-container{
  width: 100%;
}
.ms-container .ms-list{
  height: 500px;
}
/* image box */
.image_thumb {
  width: 80px;
  height: 80px;
  background-size: cover;
  float: left;
  margin: 10px 10px 30px;
  border: 1px solid #c3cdd6;
  position: relative;
}
.image_thumb a.clickable{
    display: block;
    width: 100%;
    height: 100%;
}
.image_thumb a.btn {
    position: absolute;
    top: -10px;
    right: -10px;
}
/* image box end */
.zoomContainer{
    z-index: 10000;
}
.zoom-container.modal-dialog{margin-left: 30px;}
.zoom-container .modal-body img{
    width: 500px;
    max-height: 600px;
}

.label-inverse, .label-primary{color: white;}
.small{font-size: 0.8em}
.big {font-size: 1.5em}
.large{font-size: 2em}

.left{float: left}
.right{float: right}
.clear{clear: both}
