/*------загальні стилі-------------------*/
html, body {height: 100%;}
.top5 {margin-top: 5px;}
.top20 {margin-top: 20px;}
.overflow_js {overflow: auto}
.overflow_menu_js {overflow: auto}


.panel, .navbar, select, .btn {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0;  /* Firefox 1-3.6 */
    border-radius: 0;
}


.wrap {  min-height: 100%;  height: auto;  margin: 0 auto -40px;  padding: 0 0 40px;  }
.container {width: 100%;  max-width: 1900px;}
.footer {  height: 40px;  background-color: #f5f5f5;  border-top: 1px solid #ddd;}
.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: /*"\e113"*/ "\e151";  }
a.desc:after {  content: /*"\e114"*/ "\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 th {white-space: nowrap;  }
.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;  }

.pr25 { padding-right: 25px;  }
.mr10 { margin-right: 10px;  }
.padding10 { padding: 10px;}
.padding20 { padding: 20px;}

/* ---------------------- */
.cashbox-calculator img {  width: 200px;  }
.cashbox-calculator div {  margin: 10px;  }


.zag {display:block; color: #777; font-size: 20px; font-weight: 700; line-height: 20px; padding-top: 10px;}

.zagTovar { display:block; color: #777; font-size: 26px; font-weight: 700; line-height: 20px; padding-top: 10px;}

/* */
td .glyphicon-eye-open {font-size: x-large;}
td .glyphicon-trash {font-size: x-large;}
td .glyphicon-pencil {font-size: x-large;}

.odd {
    background-color: #cccccc;
}

.level-0 { padding-left: 1em; }
.level-1 { padding-left: 2em; }
.level-2 { padding-left: 3em; }
.level-3 { padding-left: 4em; }
.level-4 { padding-left: 5em; }
.level-5 { padding-left: 6em; }
.level-6 { padding-left: 7em; }
.level-7 { padding-left: 8em; }
.level-8 { padding-left: 9em; }
.level-9 { padding-left: 10em; }

/* autocomplete styles */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; text-align: right; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/* status bar */
#status_bar_widget {font-size: xx-large; padding-left: 20px;}
#RESULT_STATUS {text-align: center; font-size: large;}

/* select2 custom styles */
.select2-container .select2-choice {
    padding: 3px 10px;
    height: 32px;
    background-image: none;
    background-color: #fff;
}

.form-control .select2-choice .select2-arrow {
    border-radius: 0;
    border: none;
}

.form-control .select2-choice .select2-search-choice-close {
    background-image: none;
}

.form-control .select2-choice .select2-arrow > b {
    background-color: #fff;
    border: none;
}

.form-control.select2-container.select2-dropdown-open {
    border-radius: 0;
}

.select2-drop {
    border-radius: 0;
}

form.inventary-fquan {}
form.inventary-fquan > input { max-width: 40%; }

.form-control { padding: 6px 6px;}

#globalLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(124, 124, 124, 0.8);
    z-index: 10;
}

#globalLoader > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66px;
    height: 66px;
    margin-top: -33px; /* Half the height */
    margin-left: -33px; /* Half the width */
}

.nakl-selected {
    background-color: #00b3ee;
}

#journal-search-form label:first-child {
    margin-right: 10px;
    margin-left: 10px;
}
#journal-search-form label:first-child {
    margin-left: 15px;
}

.large .glyphicon {font-size: x-large;}

span.report-totals {
    margin-right: 10px;
}

.bold {
    font-weight: bold;
}

.right {
    text-align: right;
}
