html{
  min-height: 100%;
}
body{
  min-height: 100%;
  /*background-color: #F5F5F5;*/
  background: #F5F5F5 url('../img/dse.png') repeat;
  font-size: 12px;
}
textarea{
  resize: none;
}
a{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media (min-width: 992px) {
    .container-fluid{
        padding-right: 35px;
        padding-left: 35px;
    }
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}

#header {
  margin-top: 85px;
}
@media (min-width: 768px) and (max-width: 991px) {
    #header {
      margin-top: 135px;
    }   
}
.text-strong{
  font-weight: bold;
}
.v-center{
  height: 1px;
  /*width: 100%;*/
  position: absolute;
  top: 50%;
}
.row{
  padding: 0;
}
.panel, .well{
  -webkit-box-shadow: 0px 1px 2px #444;
          box-shadow: 0px 1px 2px #444;
}
.user-bar{
   background-image: -webkit-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
   background-image: linear-gradient(to bottom, #eeeeee 0%, #dddddd 100%);
  background-repeat: repeat-x;
             filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
             filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  
             height: 23px;
         border-top: 3px solid rgb(250,175,0);
}

.left-menu-bar{
  background: none repeat scroll 0 0 #444444;
     display: block;
      height: 100%;
        left: 0;
    position: fixed;
         top: 0;
       width: 10%;
   max-width: 70px;
}
.left-menu-bar .btn-group,
.left-menu-bar .btn{
  width: 100%;
}
.left-menu-bar .btn{
              border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
       border-radius: 0;
          background: none;
               color: #EEE;
         text-shadow: 1px 1px 1px #000;
}
.left-menu-bar .btn:hover{
  background: #111;
}
.left-menu-bar .open .btn{
         text-shadow: 1px 1px 1px #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.left-menu{
    /*background: none repeat scroll 0 0 #EEEEEE;*/
    
   display: block;
    height: 300px;
  position: absolute;
       top: 80px;
     width: 100%;
}
.dropright .dropdown-menu {
  left: 100%;
   top: 0;
}
.caret.right{
  border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid;
     border-top: 4px solid rgba(0, 0, 0, 0);
}
.panel{
  position: relative;
   z-index: 0;
}

.navbar-inverse{
    background-image: linear-gradient(to bottom, rgb(101,101,101) 0%, rgb(69,69,69) 100%);
   background-repeat: repeat-x;
    background-color: rgb(69,69,69);
}

.navbar-inverse .navbar-nav > li > a {
  color: #CCC;
}
.navbar-inverse .navbar-nav > .active > a {
  background-image:linear-gradient(to bottom, #444444 0%, #484848 100%);
}
.navbar-inverse .navbar-brand {
  color: #CCC;
}

.footer-bar{
   background-image: -webkit-linear-gradient(top, #444444 0%, #000000 100%);
   background-image: linear-gradient(to bottom, #444444 0%, #000000 100%);
  background-repeat: repeat-x;
             filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff000000', GradientType=0);
             filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   background-color: #000000;
         max-height: 23px;
         min-height: 23px;
             height: 23px;
         border-top: 1px solid rgb(0,0,0);
}
#footer{
  margin-bottom: 50px;
}
.t-100{
  top: 150px;
}
@media (min-width: 768px) and (max-width: 991){
  .t-100{
    top: 100px;
  }
}
@media (max-width: 767px) {
  .dl-horizontal.mod dt {
            float: left;
            width: 100px;
         overflow: hidden;
            clear: left;
       text-align: right;
    text-overflow: ellipsis;
      white-space: nowrap;
  }
  .dl-horizontal.mod dd {
    margin-left: 120px;
  }
  .dl-horizontal.mod dd:before,
  .dl-horizontal.mod dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal.mod dd:after {
    clear: both;
  }
  .dl-horizontal.mod dd:before,
  .dl-horizontal.mod dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal.mod dd:after {
    clear: both;
  }
  
  .t-100{
    top: 40px;
  }
}

.link-gray{
  color: rgb(128, 128, 128);
}
.link-gray:hover{
  color: #000;
}

.brick{
  margin-bottom: 10px;
     margin-top: 10px;
     text-align: center;
}
.brick:active{
    opacity: 0.5;
}
.brick p {
    min-height: 45px;
    max-height: 55px;
      overflow: hidden;
}
.brick p.ic {
    min-height: 14px;
    max-height: 14px;
}
.brick p._img{
    min-height: none!important;
    max-height: none!important;
      overflow: visible;
       display: inline-block;
      position: relative;
}
.brick-back{
     width: 100px;
    height: 100px;
}
.qc{
    font-weight: bold;
      font-size: 1.1em;
     min-height: 0px!important;
         margin: 0;
}
.qc .q{
        width: 100%;
      display: block;
    font-size: 1.2em;
}
.h-200{
  font-size: 0.7em;
     height: 190px;
}
.avt{
  margin-top: 10px;
}
.tip{
              max-width: 100%;
             box-shadow: 1px 1px 1px #888;
     -webkit-box-shadow: 1px 1px 1px #888;
          border-radius: 5px;
     -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
._img .tip{
  max-height: 100px;
}
._img_txt{
   font-size: 0.8em;
  text-align: center;
}
.big-tip{
    /*height: 450px;*/
    /*width: 450px;*/
    max-width: 90%;
    max-height: 400px;
}
.itm{
  min-height: 300px;
}
#items, #selected, #boxes, ._selected {
     padding-top: 20px;
  padding-bottom: 20px;
}
#items .qc, #boxes .qc{
  display: none;
}
.basket{
       padding-top: 10px;
    padding-bottom: 10px;
}
.pt10{
    padding-top: 10px;
}
.pb10{
    padding-bottom: 10px;
}
.mt10{
    margin-top: 10px;
}
._search input[type="text"]{
    padding-right: 24px;
}
._search > span {
         cursor: pointer;
    font-weight: bold;
       position: absolute;
          right: 24px;
            top: 7px;
}
hr._ret_cus_trg{
     border-color: #aaa;
    margin-bottom: 10px;
       margin-top: 10px;
}
.basket .sample{
       margin-top: 10px;
    margin-bottom: 10px;
    
}
._img_txt{
    display: table;
    
}
._img_txt p{
            /*height: 100%;*/
          position: relative;
           /*display: table-cell;*/
    vertical-align: middle;
        margin-top: inherit;
            *clear: expression(
            style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"),
            style.clear = "none", 0
        );
}
.b-name{
    font-size: 1.4em;
    font-weight: normal;
    text-align: left;
}
.b-code{
  font-size: 1.0em;
  font-weight: normal;
  text-align: left;
}
.nlogo{
        padding: 15px 10px;
    font-family: "Times New Roman", Times, serif;
      font-size: 2em;
     font-style: italic;
    font-weight: bold;
}
.flow{
    position: fixed; 
       width: 100%; 
        left: 0; 
      height: 1px;
}
.flow{
    z-index: 0;
}
.flowbasket{
    max-height: 550px;
    overflow-y: auto;
}
.alBar{
      height: 100px;
    position: fixed;
      bottom: -77px;
       width: 100%;
}
.alBar > div{
    /*height: 100%;*/
}
.alBar .aImg{
    height: 65px;
}
.aImg img{
    max-height: 65px;
}
.alBar .alert{
    padding:10px;
}
.alBar .panel{
     margin: 0;
    padding: 10px;
      color: #333;
}
.m-icon-con{
     width: 25px;
    height: 10px;
}
.m-icon{
    position: absolute;
         top: 50%;
      height: 1px;
        left: 0;
}
.m-icon img{
      height: 30px;
         top: -14px;
    position: relative;
}
.s-add, .s-rem{
    position: absolute;
       right: -11px;
         top: -11px;
   font-size: 28px;
      cursor: pointer;
       color: rgb(96, 96, 96);
}
.s-add:hover{

}
.alBar .s-add,
._selected .s-add{
    display: none;
}
#items .s-rem, #boxes .s-rem{
    display: none;
}
._selected img, ._selected .s-rem{
    float: left;
    position: relative;
}
._selected .s-rem{
    top: -15px;
    left: -12px;
}
#mWait .modal-dialog{
    top: 49%;
}
#mWait .progress{
    margin: 0;
}

.on-table{
    margin-top: -16px;
}


.pie-legend{
    list-style: none;
}
.pie-legend li{
    display: block;
    width: 45%;
    float: left;
    font-size: 0.75em;
}
.pie-legend span {
    display: block;
    float: left;
    height: 14px;
    margin-right: 5px;
    width: 14px;
    
}
.tform{
    z-index: 10;
}
.cld-btn .btn{
    margin-top: 2px;
    margin-bottom: 2px;
}
.cld-btn .btn-default, .cld-btn .btn-default{
    background-image: none;
    text-shadow: none;
    border: none;
}
.cld-btn .btn-default:active, .cld-btn .btn-default.active {
  background-color: none;
  border-color: none;

}
.cld-btn .btn-default .sgn:before{
    content: "\e013";
}
.cld-btn .btn-default.active .sgn:before{
    /*content: "\e014";*/
   content: none;
}
.grey-text{
    color: #888;
}
.strike-text{
   text-decoration: line-through;
}

.btns-center-h {
    text-align: center;
}
.btns-center-b {
    display: inline;
    /*text-align: left;*/
}

.panel-title > a {
    display: block;
    width: 100%;
}
.panel-title > a:hover {
    text-decoration: none;
}
.panel-title > a:focus {
    text-decoration: none;
}

.acc .panel-heading{
    padding: 0;
}
.acc .panel-heading .panel-title a{
    padding: 10px 15px;
}

.text-italic{
    font-style: italic;
}
.sp-select input[type="text"]{
    margin-bottom: 2px;
}
.b-500{
    height: 500px;
    overflow-y: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.b-250{
    height: 250px;
    overflow-y: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.loading{
    background-image: url("../img/ajax-loader.gif");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.dropdown-menu{
    width: auto!important;
}
.typeahead.dropdown-menu{
    max-height: 300px!important;
    overflow-y: auto;
}


._cfind{
    width: 80%;
    margin-bottom: 20px;
    margin-left: 10%;

}


.wh .mwhs.imput-sm{
    font-size: 12px;
}

#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, .7);
  color: white;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.row-header{
  cursor: pointer;
}
.row-header:hover{
  text-decoration: underline;
}
.pay_div > div{
  margin-bottom: 10px;
}
.hr_label
{
  bottom: -20px;
  position: relative;
  color: #888;
}
.has-error input{
	background-color: #ebcdcd;
    box-shadow: 0 0 2px 2px #dca7a7;
	border-color:#dca7a7;
}

.addr-hide, .ocpr-hide{
	height: 205px;
    overflow-y: hidden;
}