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: /*"\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;
}

#top div.container {
    padding-left: 0;
    padding-right: 0;
}

#top div.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.gallery-delete {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 26px;
    top: 12px;
    z-index: 99;
    display: none;
}

.gallery-visibility {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 26px;
    top: 12px;
    z-index: 99;
    display: none;
}

.gallery-no-visibility {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 26px;
    top: 12px;
    z-index: 99;

}

.gallery-editor {
    min-height: 230px;
}

.gallery-edit:hover .gallery-delete {
    display: block;
}

.gallery-edit:hover .gallery-visibility {
    display: block;
}

/*.gallery-edit:hover .gallery-no-visibility {
    display: block;
}*/

.photo-delete {
    color: #fff;
    display: none;
    font-size: 18px;
    position: absolute;
    right: 26px;
    top: 12px;
    z-index: 99;
}

.photo-visibility {
    color: #fff;
    display: none;
    font-size: 18px;
    position: absolute;
    left: 26px;
    top: 12px;
    z-index: 99;
}

.photo-no-visibility {
    color: #fff;
    display: block;
    font-size: 18px;
    position: absolute;
    left: 26px;
    top: 12px;
    z-index: 99;
}

.photo-editor:hover .photo-delete {
    display: block;
}

.photo-editor:hover .photo-visibility {
    display: block;
}

.tree {
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-top: 40px;
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative
}

.tree li::before, .tree li::after {

    left: -20px;
    position: absolute;
    right: auto
}

.tree li::before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}

.tree li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 25px;
    width: 25px
}

.tree li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none

}

.tree > ul > li::before, .tree > ul > li::after {
    border: 0
}

.tree li:last-child::before {
    height: 30px
}

.tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000
}

#create_button {
    margin-bottom: 50px;
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
    width: 0;
    padding: 0;
}

.category-span {

    cursor: pointer;
}

#add_input {
    font-size: 16px;
    padding: 5px;
}

#new_dsh_button {
    float: right;
    margint-bottom: 50px;
}

.inner {
    min-height: 800px !important;
}

#saveValuButton {
    display: none;
}

.modal-content {
    height: auto;
}

#tableAfter {
    height: 80px;
}

#menu {
    background-color: #303030 !important;
}

#top .navbar-brand {
    padding: 13px 13px 13px 25px;
}

body {
    margin-bottom: 0px;
}

.bg-dark.dk {
    min-height: 100% !important;
}

.Footer, #footer {
    position: relative;
}

.xml-result {
    display: inline-block;
    margin-left: 5px;
}

.kv-grid-table {
    font-size: 12px;
}

.page-header {
    margin: 0px -10px 20px;
    padding: 10px 10px 10px;
    background: #FFF;
}

.page-header > h1 {
    margin: 0;
}

.chat-no-solved {
    background: rgba(180, 38, 38, 0.1);
}

.kv-editable-button.btn-sm,
button[disabled].kv-editable-button {
    border-radius: 3px;
    width: auto;
    padding: 1px 5px;
}

.btn-repay {
    margin-top: 4px;
}

.order-chat-label:hover {
    cursor: pointer;
}

.navbar-nav > li > a.user-avatar {
    padding: 1px 1px 0 1px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}

.navbar-nav > li > a.user-avatar > .username {
    text-transform: uppercase;
}
.order-detail-row {
    max-width: 1200px;
}

.add-product-form {
    margin-bottom: 25px;
}

.order-copy-wrapper {
    text-align: center;
}

.btn-copy {
    text-align: right;
    margin-bottom: 5px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.tab-panel {
    margin-top: 10px;
}

img.label-icon {
    vertical-align: top;
    padding-right: 5px;
}

.add-item {
    margin-bottom: 15px;
}

#orders-language,
#orders-from {
    margin-left: 10px;
}
@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0px;
    }
}

.item-summary-price,
.item-summary-currency {
    display: inline-block;
    min-width: 75px;
    text-align: center;
}

.item-summary-currency {
    margin-left: 15px;
}

.item-summary-price .currency {
    color: #ccc;
}

.static-input {
    border: 1px solid #eaeaea;
    padding: 6px 12px;
    border-radius: 4px;
    min-height: 30px;
}

.control-label {
    color: #aaa;
    font-weight: normal;
}

.form-control {
    color: #ea9926;
    font-weight: bold;
}

.btn-default:active,
.btn-default.active {
    color: #ea9926;
    font-weight: bold;
}

.order-summary-price {
    font-size: 16px;
    font-weight: bold;
}

.order-items-summary-price,
#orders-shipping_fee {
    font-weight: bold;
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
    color: #ea9926;
    font-weight: bold;
}

.select2-container--krajee .select2-results__option[aria-selected] {
    color: #ea9926;
    font-weight: bold;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    color: #fff;
    font-weight: bold;
}

.order-btn-wrapper {
    text-align: center;
}

.order-btn-wrapper .btn-save-order {
    min-width: 50%;
}

.static-input {
    border: 1px solid #cccccc;
}

.item-summary-price.static-input {
    color: #ea9926;
    font-weight: bold;
}

.label-dd {
    background-color: #7ede5b;
}