html,
body {
    height: 100%;
    /*background-image: url("../images/body.jpg");*/
    /*background-size: 50%;*/
    background-position: center;
}

.panel {
    background-color: #ffffff;
}
.info-company{
    background-color: #ffffff;
    opacity: 0.8;
}
.breadcrumb{
    margin-top:10px;
    margin-bottom:10px;
}
.container{
    background: #ffffff;

}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    min-width: 1180px;
}

.wrap > .container {
    padding: 0 15px 20px;
}

.footer {
    border-top: 1px solid #ddd;
}
.footer li {
    display: inline-block;
}
.footer .dropdown-menu {
    bottom: 100%;
    top: initial;
}

.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 {
    padding: 8px;
}

.nav > li > form > button:hover {
    text-decoration: none;
}
.popover{
    max-width: 600px;
    width: auto;
}
.navbar-brand{
padding-top: 0px !important;
}
.navbar{
    height: 82px;
    background-color: rgba(255,255,255,.9);;
    margin-bottom:0;
    border-radius: 0;

}

.nav li{
    padding-top: 10px;
}
.nav-footer li a {
    color:#000000;
}
.span-green{
    color : #01cc0c;
}
.btn-subgroup{
    float: left;
    margin-right: 5px;
}
.btn-panel{
    text-align: center;
}
.btn-goods-group{
    height: 150px ;
    width: 150px ;
    /*text-align: center;*/
    /*background-color: #003eff;*/
    margin: 5px;

    white-space: normal;
    /*border-radius: 5px;*/
}
.container{
    /*width: 1200px !important;*/
    width: 1180px!important;
    background-color: rgba(255,255,255,.9);
}

a{color : #5cb85c}

.kdrub {font-family: rouble;font-size: inherit;}
@font-face {
    font-family: rouble;
    src: url(rouble.otf);
    font-weight: 400;
}
.alert-crazy{
    background-color: #ff8c00;
    color:#000000;
}

.alert{
    font-weight: bold;
    font-size:16px;
}

.help-block{
    font-weight: bold;
}
.notworking{
    background-image: url("../images/notworking.jpg");
}

.rash .select2-container--krajee .select2-selection--single
{
    height:auto !important;
}

.rash .select2-container .select2-selection--single .select2-selection__rendered
{
    overflow: visible!important;
    text-overflow:unset!important;
    white-space:unset!important;
}
.rash .select2-container--krajee .select2-selection--single .select2-selection__arrow{
    border-left: none;
}

table.table-noborder {
    border: 0;
    margin-top: -1px;
    margin-bottom: -1px;
}
table.table-noborder  > tbody > tr > th {
    height: 19px;
}
table.table-noborder  > tbody > tr > td:first-child,
table.table-noborder  > tbody > tr > th:first-child {
    border-left: 0;
}
table.table-noborder  > tbody > tr > td:last-child,
table.table-noborder  > tbody > tr > th:last-child {
    border-right: 0;
}
table.table-noborder  > tbody > tr > td {
    font-weight: normal;
}

.points-text{
    color:#ffab00;
}
.ptr-back{
    background-color: #f1fbef !important;
}
.table  .table > tbody > tr > td {
    padding: 3px;
}

.table  .table > tbody > tr:first-child > td {
    border-top: 0;
    padding-top:0px;
}
.table  .table > tbody > tr:last-child > td {
    padding-bottom: 0px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}
/*.table > thead > tr > th {*/
/*    text-align: center;*/
/*}*/

.breadcrumb {
    background-color: transparent !important;
}


/* Форма Задать вопрос по маркировке*/
.marking-question-block{
     position: fixed;
     bottom: 30%;
     right: 0;
     -webkit-transform-origin: right top;
     transform-origin: right top;
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
     zoom: 1.005;
     #border-radius: 0 0 4px 4px;
     #background-color: #ff9f00;
     overflow: hidden;
     #-webkit-box-shadow: 0 2px 15px rgba(0,0,0,.5);
     #box-shadow: 0 2px 15px rgba(0,0,0,.5);
     z-index: 50;
 }

ul.hr {
    margin: 0; /* Обнуляем значение отступов */
    padding-top: 20px; /* Значение полей */
    float:right;
}
ul.hr li {
    display: inline; /* Отображать как строчный элемент */
    /*margin-right: 5px;*/
    /*padding: 5px;*/
    /*position:relative;*/
}
.hr form {
    display: inline;
}
ul.hr li a {
    text-decoration: none;
    padding: 15px;
}
.hr a:hover, .hr .open a {
    text-decoration: none;
    background-color: #eeeeee;
}
.hr .dropdown-menu {
    border-radius: 0px !important;
    margin-top: 10px;
}
.hr .dropdown-menu a {
    padding: 3px 20px;
    background-color: transparent;
}
.hr .dropdown-menu li {
    padding-top: 10px;
    display: block;
}
.hr .not-active {
    color: #FF0000;
}
.limit .dropdown-menu {
    right:0px;
    left: unset;
}
.limit .dropdown-menu li {
    color: #000000;
}