body{
    font-family: "UbuntuRegular";
    color: #000;
}
html,
body {
    height: 100%;
}
label{
    font-weight: normal;
}
.stock-use-index table tbody tr td:nth-child(2){
width: 200px;
}
.stock-need-index table tbody tr td:nth-child(2){
width: 200px;
}

.disabled_option_select{
    text-decoration: line-through;
    color: #ccc;
}

.callStatus {
    position: absolute;
    right: 0;
    bottom: 0;
    background: green;
    padding: 0 10px;
    border-radius: 5px 0 0;
    z-index: 999999999;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

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

.ui-pnotify{
  top:80px!important;
}


.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;
}


.login_block{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 50px;
    color: #fff;
}
.login_block img{
    width: 50%;
}

.searchClientInput{
    margin-top: 10px;
}
.search_input_flex{
    display: flex;
}
.buttonClearSearch{
    margin: 0;
    position: relative;
    /* width: 30px; */
    height: 30px;
    margin-top: 12px;
    border: none;
    background-color: #fff;
    /* display: none; */
    opacity: 0;
}

.easy-autocomplete{
    width: 400px;
}

.current-page .fa{
    color: #1abb9c;
}
.current-page a span{
    color : #1abb9c;
}

.stock-need-index .control-label{
    display:block;
}
.stock-use-index .control-label{
    display:block;
}


/* Файлы */
.user_images{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .user_images .solo_image{
    position: relative;
  }
  .user_images .image{
    text-align:center;
    width: 250px;
    /* border: 1px solid #333; */
  }
  .user_images .image_description{
    /* position: absolute; */
    text-align:center;
    margin-top: 7px;
  }
  .user_images .image_description span{
    /* position: absolute; */
    display: block;
  }
  /* картинка на странице */
  .minimized {
    /* width: 300px; */
    cursor: pointer;
    border: 1px solid #FFF;
    width: 100%;
  }
   
  .minimized:hover {
    border: 1px solid yellow;
  }
   
  /* увеличенная картинка */
  #magnify {
    display: none;
   
    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    max-width: 1000px;
    height: auto;
    z-index: 9999;
  }
   
  #magnify img {
    width: 100%;
  }
   
  /* затемняющий фон */
  #overlay {
    display: none;
   
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
  }
  
  /* кнопка закрытия */
  #close-popup {
    width: 30px;
    height: 30px;
   
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
  }
   
  #close-popup i {
    width: 30px;
    height: 30px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
  }
   
  @keyframes rota {
   25% { transform: rotate(360deg); }
  }
   
  #close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  
  /* Шаблоны */
  .templateList{
    position: fixed;
    background-color: #2a3f54;
    right: 0%;
    bottom: -30px;
    color: #fff;
    padding: 8px;
    z-index: 8;
    width: 85%;
    height: auto;
    transition: ease-in all 0.3s;
  }
  
  .closeWin{
    position: absolute;
    right: 0;
    top: 10%;
    right: 1%;
    background: transparent;
    border: navajowhite;
    font-size: 25px;
  }
  
.pay-index .control-label{
    display: block;
}
.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;
}

.current_row_category{
    display: none;
}
.row-index .grid-view{
    padding-bottom: 150px;
}

.clientPayCombineReport{
display: flex;
justify-content: space-between;
flex-wrap:wrap;

}

.panel .kv-editable-form-inline{
    width: 185px;
}
.form-group{
    position: relative;
}
.clear_datetime_input{
    position: absolute;
    right: 5%;
    top: 3px;
    cursor: pointer;
}
@media print {
    a[href]:after {
        content: "";
      }
    .clientPayCombineReport{
        display: block;
        clear:both;
    }
    .clientPayCombineReport div{
        width: 48%;
        margin-right:1%;
        float:left;
    }
    button{
        border: none;
        background: transparent;
    }
   
        .summary{
            display:none;
        }
    .filters{
        display: none;
    }
}

.faqlink{
    text-decoration: underline;
    color: red;
}

.list-cell__selling_price{
    /*display: none;*/
}

.badge{
    padding: 3px 15px;
}

.badge-success{
    color:#fff;
    background-color: #5cb85c;
}
.badge-danger{
    color:#fff;
    background-color: #d9534f;
}