html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

#w1-kvdate{
  margin-bottom: 10px;
}

/* Панель примерок */
#panelFitting{

}

#panelFitting .panel-body{
  padding: 0;
}

.tableFitting thead th:first-child{
  text-align: center;
}
.tableFitting tr td:first-child{
  text-align: center;
}
.badge-info {
    background-color: #33b5e5!important;
    color: #fff!important;
}

.matirial_list_inorder .spanlist{
margin: 4px;
margin-left: 0;
}
.matirial_list_inorder .spanlistDelete{
  color:#e1e5ed;
}
.tooltipStatus{
  text-decoration: none;
}
.tooltip-inner {
    max-width: 400px;
    /* If max-width does not work, try using width instead */
    width: 400px;
}

.date{
margin-bottom: 10px;
}

.marks-form{
  margin-top: 10px;
}

.markslist{
  font-size: 14px;
    padding: 7px 15px;
}
.markListDelete{
  margin-left: 4px;
  color: #212529;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.orderTitle{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.label{
  margin: 0 1px;
}

.compliteOrderMeta{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-evenly;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}
/* sketch_gallery */
.sketch_gallery{
  padding: .5vw;
  font-size: 0;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: flex;
}
.sketch_gallery_item{
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 200px;
  margin: .5vw;
}

.sketch_gallery_item img{
  width: 100%;
  height: auto;
}

.alert{
  top: 80px;
}
.barcodes{
    display: flex;
    flex-wrap:wrap;
    width: 210mm;
}
.barcode_item{
    text-align: center;
    border: 1px solid rgb(204 204 204 / 52%);
    width: 100mm;
}
.barcodes svg{

  width: 300px;  
}

.nav_up {
    background-color: #1ab79a;
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 90px;
    opacity: 0.7;
    right: 40px;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_down {
    background-color: #1ab79a;
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 45px;
    opacity: 0.7;
    right: 40px;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 550px) {
  .wrapper {
    overflow-x: visible;
  }
}

.grid_stock_img{
  width: 100px;
}

.Highlighted a{
  background-color : Green !important;
  background-image :none !important;
  color: White !important;
  font-weight:bold !important;
  font-size: 12pt;
}

.hidden_tr{
    display: none;
}
.stock_description_tooltip{
    border-bottom: 1px dashed #333;
}