body,html {
  height: 100%;
}
body {
  font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
  color: #404040;
  background-color: #F7EAB9;
  background-image: url('img/footer.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0px;
  padding: 0;
}
input[type="text"]{
  border: none;
}
.front_form input{
  background:#e6e6e691 !important;
}
section.container {
  margin: 3% auto;
}
nav.navbar.navbar-default {
  background-color: #2E2E2E;
  border: none;
  font-family: 'Merriweather', Georgia, serif;
}
nav.navbar{
  border-radius: 0px;
}
.navbar-nav{
  margin: 0 10px;
}
.navbar-default .navbar-brand{
  height: auto;
  color: #9A9899;
}
a.navbar-brand {
  font-size: 20px;
}
a.navbar-brand span {
  position: relative;
  top: 5px;
}
.navbar-brand img{
  display: inline;
  margin-right: 15px;
}
.navbar-default .navbar-nav>li>a {
  height: 70px;
  line-height: 280%;
  font-size: 17px;
  color: #9A9899;
}
.navbar-default .navbar-nav>li>a span {
  line-height: 280%;
}
.navbar-default .navbar-nav>li>a:hover {
  cursor: pointer;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-brand:hover {
  color: #9A9899;
}
.name_nav{
  color: white;
}
.no_hover{
  cursor: default !important;
}
.login_modal h1 {
  color: #9A9899;
  font-family: serif;
  font-size: 28px;
  text-transform: uppercase;
}
/*index */
.form-control{
  border: none;
  border-radius: 0;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus{
  border-color: white;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tggl_lb {
  height: 40px;
}
.tggl_lb:focus, .tggl_lb:hover, .tggl_lb:active, .tggl_lb:active:focus{
  color: #333;
  background-color: #e6e6e6;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default{
  border: none;
}
.first {
  padding-left: 0px;
}
.last{
  padding-right: 0px;
  margin-right: 0px;
}
.inp_err{
  border: 1px solid #a94442 !important;
}
.client_wrap_chose{
  width: 100%;
}
.input_client_chose{
  text-align: center;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
input.form-control.input_client {
  z-index: 1;
  height: 70px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
input#datepicker {
  border: none;
  color: orange;
  padding: 0 5px;
  width: 100px;
}
.date_to_ship span {
  margin-right: 5px;
  color: #9A9899
}
.dept_ship select{
  border: 1px solid #ddd;
  margin-right: 20px;
}
.input-group.input-group-lg {
  margin-bottom: 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.list-group-item:focus, .list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.pro_li_group .list-group-item:hover, .pro_li_group  .list-group-item:focus{
  background-color: inherit;
}
.product_list .list-group-item:hover, .product_list  .list-group-item:focus{
  background-color: #ddd;
}
.focus_prdct, .focus_client{
  background-color: #E5E3E3 !important;
}
.client_list,.product_list{
  display: none;
}
.client_list li:nth-of-type(2n),.product_list li:nth-of-type(2n){
  background: #f9f9f9;
}
ul.list-group.client_list, .product_list {
  max-height: 300px;
  overflow-y: scroll;
  position: absolute;
  z-index: 99;
  width: 90%;
}
.product_list li.list-group-item {
  border-radius: 0px;
  min-height: 60px;
  line-height: 300%;
}
button.btn.btn-default.show_clients {
  background-color: white;
  height: 70px;
}
.no_c_sel {
  color: white;
  font-size: 22px;
  text-align: center;
  margin-top: 150px;
}
.remove_prdct{
  cursor: pointer;
  height: 40px;
  display: none;
}
.remove_prdct span:hover{
  background-color: #e6e6e6;
}
.remove_prdct span{
  line-height: 300%;
  padding: 0 12px;
}
.space{
  display: none;
  min-height: 1px;
  padding-right: 10px;
  float: left;
}
.no-padding{
  /*padding: 0px !important;*/
}
  /*tabs*/
.tab_section{
  display: none;
}
.nav-tabs{
  border:none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  border: 1px solid white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.nav-tabs li{
  padding: 0;
  color: black;
  text-transform: uppercase;
  font-size: 20px;
}
.nav-tabs li a{
  margin: 0px;
}
.nav-tabs li:not(.active)>a{
  color: #979385;
  background-color: #FBF6DC;
}
/*.nav>li>a:focus, .nav>li>a:hover{
  border: 1px solid white;
}*/
.tab-content {
  background-color: white;
  /*padding: 2%;*/
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.nav-tabs>li.left_tab>a{
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;

  border-top-right-radius: 50px;
}
.nav-tabs>li.right_tab>a{
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;

  border-top-left-radius: 50px;
}
.nav-tabs>li.middle_tab>a{
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
  /*in first tab*/
div#order {
  /*padding-bottom: 10px;*/
}
.dept_ship, .date_to_ship {
  float: right;
/*  margin-right: 2%;
  margin-top: 10px;*/
}
.ship_date{
/*  border-bottom: 1px solid #ddd;
  padding: 2%;*/
  /*background-color: #f5f5f5;*/
}
input#po {
    width: inherit;
}
label{
  color: #808080;
  margin-right: 10px;
}
form#prdcts {
  margin-bottom: 0;
}
.highlight{
  background-color: yellow;
  /*text-transform: uppercase; */
}
.pro_li_group {
  margin-bottom: 0;
}
.products{
  clear: both;
}
ul.list-group.pro_li_group.container, ul.list-group.pro_li_group.container .row {
    margin: 0;
    padding: 0;
    width: inherit;
}
.prd_nt_div {
    cursor: pointer;
}
img.prd_nt_btn {
    width: 20px;
    padding-top: 10px;
    cursor: pointer;
    opacity: .5;
}
.form-control.prdct_nt {
  display: none; 
  position: absolute;
  /* background: red; */
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  z-index: 99;
  left: 10px;
  top: -10px;
  width: 200px;
  height: 60px;
}
.nt_helper {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0px;
    z-index: 99;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    background: white;
    padding: 5px;
}
.tab_section .pro_li_group > li {
  border: none;
  border-top: 1px solid #ddd;
  border-radius: 0px;
  padding: 5px 0 0 0;
}
li.list-group-item.clearfix {
  border-radius: 0px; 
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
#hist .list-group-item{
  border-top: 1px solid #fff;
}
#hist .list-group-item:hover{
  background: #fff;
}
.hist_tbl_li thead tr {
  font-size: 17px;
  cursor: pointer;
}
.hist_tbl_li .table>thead>tr>th,.hist_tbl_li .table>tbody>tr>td{
  padding-left: 30px;
}
.hist_tbl_li > .row{
      margin: 15px 2px;
}
.hist_by_prod{

}
.hist_by_date{
  display: none;
}
.hist_btn_group, .hist_search_div {
  border: 1px solid rgba(160, 151, 151, 0.27);
  border-radius: 4px;
}
button.btn.btn-default.active {
    background: #2E2E2E;
    color: #9a9899;
}
button.btn.btn-default:hover{
    color: #9a9899;
    background: #2E2E2E;
}
.hist_btn_group button:focus,.hist_btn_group button:active{
  outline: none !important;
}
.hist_by_date thead tr th:before, .hist_more_date:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -20px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: '';
  margin-top: 11px;
  float: left;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
thead.no_hist tr th {
    border-bottom: none;
    text-align: center;
    padding-top: 30px;
}
thead.no_hist tr th:before {
    content: '';
}
.hist_tbl_li thead tr th.active:before{
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}
.hist_tbl_li tbody{
  display: none;
}
.hist_tbl_li tbody tr {
  border-top: 1px solid #ddd;
  color: #808080;
  font-size: 15px;
}
span.hist_date_span {
    padding-top: 16px;
    display: inline-block;
}
.hist_add {
  display: inline-block;
  float: right;
  background: rgb(255, 165, 0);
  padding-left: 10px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.glyphicon-ok{
  cursor: default;
}
.hist_by_date td.hist_add {
  width: 87px;
  padding: 0 0 0 10px !important;
  height: 40px;
}
.hist_add input {
  width: 30px;
  display: inline-block;
  height: 27px;
}
.add_hist_item {
  font-size: 18px;
  color: white;
  padding: 11px;
  display: inline-block;
}
.add_hist_item:before {
  vertical-align: sub;
}
.add_hist_item:active, .add_hist_item:hover {
  color: black;
}

.products ul {
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.ship_date ul.list-group {
  margin-bottom: 0;
}
.ship_date ul.list-group li {
  border: none;
  padding: 15px 0;

}
.auth_code {
  display: inline-block;
}
.note_area{
  display: none;
}
.notes ul {
  margin: 0;
}
.notes li.list-group-item.clearfix{
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
button#note {
  /*margin-left: 90%;*/
  background-color: #2E2E2E;
  color: #9a9899;
}
button#note.btn_tran{
  color: #808080;
  margin-right: 10px;
  margin-left: 0%;
  background: none;
  border: none;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  float: left!important;
  padding: 1px 0 0 0;
  transition: .7s all;
}
.notes .btn:active,.notes .btn:focus{
  outline: none;
}
.notes label{
  display: none;
}
.notes ul textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  box-shadow: none;
  color: #808080;
}
.products.pro_li_group .list-group-item {
  padding: 0;
}
.pad-1pc {
  padding: 1%;
}
.pad-y-1pc {
  padding: 1% 0;
}
.pad-x-1pc {
  padding: 0 1%;
}

  /*product results*/
.product_result {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  z-index: 5;
  max-height: 50vh;
  overflow-y: scroll;
}
.product_result table {
  font-size: 13px;
  margin: 0px;
}
.product_result table tr {
  background:#F9F9F9;
  cursor: pointer;
}
.product_list{
  display: block;
}
.found_text , .product_result table td em{
  background:#ff6;
  font-weight:bold;
  font-style:normal;
}
.sub_prdts_wrap {
  margin: 40px auto;
  width: 310px; 
}
.sub_prdts .btn{
  padding:10px 12px;
  font-size: 20px;
  background-color: #2E2E2E;
  color: #9a9899;
  font-family: 'Merriweather', Georgia, serif;
  text-transform: uppercase;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.submit_order {
  height: 50px;
}
.product_result ul li:focus{
  background-color: red;
}
.product_result .badge {
  margin-right: 10px;
  cursor: pointer;
  z-index: 99;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 25px;
  line-height: 120%;
  background-color: inherit;
  padding: 2px 5px 0px 0px;
}
img.eye_img {
  width: 30px;
}
/*.product_result .badge:hover {
  background-color: #2E2E2E;
  color: #ccc;
}*/
/* error thing */
.form_alerts {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 10;
  width: 100%;
}
.alert{
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/*modal windows*/
.login_modal {
  border: none;
}
.login_modal form {
  padding: 0;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.login_modal .modal-header{
  border-bottom: none;
}
.login_modal .modal-footer {
  padding: 0;
}
.login_modal .modal-footer .form-group {
  margin: 0;
}
.login_modal .modal-footer .form-group button{
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.sign_in_bttn {
  background-color: #e6e6e6;
  font-family: serif;
  text-transform: uppercase;
}
.sign_in_bttn:hover {
  background-color: #2E2E2E;
  color: #9A9899;
}

.done_mod.modal {
  text-align: center;
}
.done_mod.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.done_mod .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.done_mod .modal-body {
  padding: 0;
}
.done_mod .btn-group button {
  height: 50px;
  padding: 0;
  //background-color: #ccc;
}
.info_mod .modal-body{
  padding: 0;
}
.info_price{
  display: none;
}
.prd_img {
  margin: 4% auto;
  max-width: 80%;
}
.info_mod .table>tbody>tr>th {
  padding-left: 30px;
}

.border-left-only{
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.border-right-only{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.table > tbody > tr > td {
  vertical-align: middle;
  position: relative;
}
span.upc {
  font-size: 8px;
  position: absolute;
  top: 23px;
  left: 8px;
}


/* material design stuff*/
.z-depth-1{
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0),0 2px 10px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0),0 2px 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0),0 2px 10px 0 rgba(0,0,0,0.1);
}
.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.raised {
  transition: box-shadow 100ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 100ms;
  box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 3px rgba(0,0,0,0.23);
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
/*  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  outline: 0 none;*/
}

/* media q */
@media (max-width: 768px) { /* use the max to specify at each container level */
/*  .product_result thead, .product_result thead tr, .product_result tbody, .product_result tbody tr {
      width: 84%;
      display: table;
      white-space: pre-wrap;
      white-space: -moz-pre-wrap;
      white-space: -pre-wrap;
      white-space: -o-pre-wrap;
      word-wrap: break-word;
  }*/
  .done_mod.modal:before {
    height: 60%;
    margin-top: -145px;
  }
  .sm-no-padding{
    padding: 1px;
  }
}
@media (max-width: 600px){
 .hist_by_prod thead tr {
    font-size: 15px;
  }
  .hist_by_prod.table>thead>tr>th,.hist_by_prod.table>tbody>tr>td{
    padding-left: 0px;
  }
  .hist_more_date:before {
    margin-left: -10px;
  }
}
@media (max-width: 535px){
  .space{
    display: block;
  }
  .hidden-logo-xxs {
    display: none!important;
  }
  .col-xs-9 {
    width: 70%;
  }
  .xs-margin-left{
    margin-left: 10px;
  }
  .tab_section .pro_li_group > li > div {
    /*padding-left: 2px;*/
  }
  .product_list li.list-group-item {
    line-height: inherit;
  }
  .notes li {
    /*padding: 9px 7px;*/
  }
  .product_result {
    left: 3%;
    width: 95%;
  }
 

  .hist_tbl_li tbody tr {
    font-size: 15px;
  }
  input.form-control.prdct_qty {
      text-align: center;
  }
  .prd_nt_div{
    text-align: center;
  }
  .xs-margin-left {
     margin-left: 0px; 
  }
}
@media (max-width: 420px){
 .hist_by_date thead tr {
    font-size: 15px;
  }
  .hist_by_date.table>thead>tr>th,.hist_by_date.table>tbody>tr>td{
    padding-left: 0px;
  }
  .hist_by_date thead tr th:before {
    margin-left: -10px;
  }
}
@media (max-width: 384px){
  .xs-margin-left{
    margin-left: 0px;
  }
  .navbar-brand{
    padding: 15px 0;
  }
  .navbar-brand img{
    margin-right: 0px;
  }
  .nav-tabs li{
    font-size: 100%;
  }
  .form-control{
    padding: 0px 0 0 5px;
  }
  .tab_section .pro_li_group > li > div {
    padding: 0px 15px;
  }
  .product_list li.list-group-item {
    line-height: inherit;
  }
  .notes li {
    /*padding: 9px 7px;*/
  }
  .product_result {
    width: 95%;
    left: 9px;
    top: 40px;
    padding: 0px !important;
  }
}
@media (max-width: 300px){
  .navbar i{
    display: none;
  }
  .hist_tbl_li tbody tr {
    font-size: 12px;
  }
}
@media (min-width: 0px){
  .navbar-header {
    float: left;
  }
  .navbar-nav>li {
    float: right;
  }
  .container-fluid>.navbar-header{
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*extra bootstrap for xxs*/
/*.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}*/

@media (max-width: 535px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11 {
        float: left;
    }

    .col-xxs-1 {
        width: 8.333333333333332%;
    }

    .col-xxs-2 {
        width: 16.666666666666664%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-4 {
        width: 33.33333333333333%;
    }

    .col-xxs-5 {
        width: 41.66666666666667%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-7 {
        width: 58.333333333333336%;
    }

    .col-xxs-8 {
        width: 66.66666666666666%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-10 {
        width: 83.33333333333334%;
    }

    .col-xxs-11 {
        width: 91.66666666666666%;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-push-1 {
        left: 8.333333333333332%;
    }

    .col-xxs-push-2 {
        left: 16.666666666666664%;
    }

    .col-xxs-push-3 {
        left: 25%;
    }

    .col-xss-push-4 {
        left: 33.33333333333333%;
    }

    .col-xxs-push-5 {
        left: 41.66666666666667%;
    }

    .col-xxs-push-6 {
        left: 50%;
    }

    .col-xxs-push-7 {
        left: 58.333333333333336%;
    }

    .col-xxs-push-8 {
        left: 66.66666666666666%;
    }

    .col-xxs-push-9 {
        left: 75%;
    }

    .col-xxs-push-10 {
       left: 83.33333333333334%;
    }

    .col-xxs-push-11 {
       left: 91.66666666666666%;
    }

    .col-xxs-pull-1 {
        right: 8.333333333333332%;
    }

    .col-xxs-pull-2 {
        right: 16.666666666666664%;
    }

    .col-xxs-pull-3 {
        right: 25%;
    }

    .col-xxs-pull-4 {
        right: 33.33333333333333%;
    }

    .col-xxs-pull-5 {
        right: 41.66666666666667%;
    }

    .col-xxs-pull-6 {
        right: 50%;
    }

    .col-xxs-pull-7 {
        right: 58.333333333333336%;
    }

    .col-xxs-pull-8 {
        right: 66.66666666666666%;
    }

    .col-xxs-pull-9 {
        right: 75%;
    }

    .col-xxs-pull-10 {
        right: 83.33333333333334%;
    }

    .col-xxs-pull-11 {
        right: 91.66666666666666%;
    }

    .col-xxs-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-xxs-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-xxs-offset-3 {
        margin-left: 25%;
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-xxs-offset-6 {
        margin-left: 50%;
    }

    .col-xxs-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-xxs-offset-9 {
        margin-left: 75%;
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666666666666%;
    }
}    