body {
    font-family: Lato,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Roboto Slab,serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h2 {
    font-weight: 300;
    padding: 10px 0 2px 0;
    font-size: 22px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    text-align: center;
}

.no-padding {
    padding: 0;
}

.navbar-inverse {
    background-color: #393e4d;
    border-color: #232630;
}

.navbar-brand {
    float: left;
    height: 70px;
}

.navbar-brand>img {
    height: 65px;
}

.navbar .text {
    height: 70px;
    line-height: 70px;
    color: #FFF;
}

#global {
    margin-top: 20px;
}

.card {
    background-color: #fbfbfb;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    margin-bottom: 10px;
}

.card>.card-header {
    background-color: #f3f3f3;
    border-radius: 8px;
    padding: 6px 15px;
    height: 41px;
    line-height: 28px;
}

.card-header>.icon {
    height: 32px;
    line-height: 32px;
}

a.legend {
    margin: 0;
    padding-top: 0;
    border-bottom: 0;
    font-family: Roboto Slab,serif;
    font-size: 20px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
}

a.legend:hover, a.legend:visited, a.legend:active {
    color: inherit;
    text-decoration: none;
}

.orderSidebar {
    background-color: #f3f3f3;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    overflow: hidden;
}

.orderSidebar h2 {
    text-align: center;
    margin-top: 0px;
    padding-top: 10px;
}

.orderSidebar__scrollable {
    position: relative;
    max-height: 259px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    overflow: auto;
}
.orderSidebar__scrollable_content {
    height: 100%;
    //overflow: scroll;
}

.orderSidebar__specific {
    margin: 0;
    padding: 0;
    transition: height .6s ease-out;
    list-style: none;
}

.orderSidebar__specific_line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9px 15px;
    border-bottom: 1px solid #e3e3e3;
}

.orderSidebar__specific_line, .orderSidebar__specific_title {
    background-color: #FAFBFB;
}

.orderSidebar__price {
    padding: 25px 0;
    text-align: center;
    font-size: 48px;
    font-weight: 300;
}

.orderSidebar__price_actions {
    padding: 0 15px 25px;
    text-align: center;
}

.orderSidebar__price_actions .btn {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-orange {
    background-color: #fa7e5b;
    border: 1px solid #bc5f44;
    color: #fff
}

.btn-orange:active, .btn-orange:focus, .btn-orange:hover {
    background-color: #fb9174;
    border-color: #bc5f44;
    color: #fff
}

.btn-orange:disabled {
    background-color: #fa7e5b
}

.secondary-heading {
    font-size: 24px;
    font-weight: 300;
    color: #000;
}

.moveForm__title, .registerForm__title {
    margin: 25px 0 45px;
}

.secondary-heading small {
    display: block;
    margin-top: 10px;
    font-family: Lato,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 100;
    color: #000;
}

.card .room_field {
    border: none;
    background-color: #f9f9f9;
    border-bottom: 2px solid #e3e3e3;
    font-family: Roboto Slab,serif, FontAwesome;
    font-size: 20px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    width: 200px;
    outline: none;

}

.card .furniture_field {
    border: none;
    background-color: #ffffff;
    border-bottom: 2px solid #e3e3e3;
    font-family: Roboto Slab,serif, FontAwesome;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    width: 200px;
    outline: none;
}

.tab_panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab_panel li {
    padding: 0px 15px;
    border-bottom: 1px solid #ebebeb;
}

.tab_panel li .label {
    line-height: 44px;
    font-size: 16px;
}

.tab_panel li input {
    font-size: 16px;
}

a:focus, a:hover {
    color: #378073;
    text-decoration: underline;
}

a:active, a:hover {
    outline: 0;
}
a, button.a {
    color: #50b4a1;
    text-decoration: none;
    border: none;
    cursor: pointer;
    outline: none;
}
a, button.a {
    background-color: transparent;
}

li .volume {
    float: right;
    line-height: 44px;
    font-size: 16px;
    text-align: right;
    width: 90px;
    height: 44px;
}

li .qty {
    float: right;
    line-height: 44px;
    font-size: 16px;
    color: #50b4a1;
}

li button, .remove_room {
    margin: 0 5px;
    cursor: pointer;
    font-size: 20px;
    color: #50b4a1;
    outline: none;
}

li button:focus,  .remove_room:focus {
    outline: none;
}

.no-style {
    border: none;
    background: none;
    padding: 0;
}

.add_furniture {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    position: relative;
}

.add_furniture button {
    border: none;
    border-radius: 0;
    height: 24px;
    width: 24px;
    padding: 0;
    outline: none;
}

.cartons {
    width: 90%;
    position: absolute;
    z-index: 1;
    right: 15px;
}

.containerList {
    width: 200px;
    position: relative;
    float: left;
}

#roomsList, .furnituresList {
    position: absolute;
    background-color: white;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;

    -moz-box-shadow: 0px 5px 5px 0px #cfcfcf;
    -webkit-box-shadow: 0px 5px 5px 0px #cfcfcf;
    -o-box-shadow: 0px 5px 5px 0px #cfcfcf;
    box-shadow: 0px 5px 5px 0px #cfcfcf;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=180, Strength=5);
}

#roomsList li, .furnituresList li {
    border-bottom: 1px solid #efefef;
    padding: 5px;
}

#roomsList li:hover, .furnituresList li:hover {
    background-color: #efefef;
    cursor: pointer;
}

.remove, .remove_room {
    border: none;
    background: none;
    font-size: 16px;
}

.dimensions {
    float: right;
    line-height: 44px;
    height: 44px;
    font-size: 12px;
    margin-right: 20px;
}

.dimensions .input_size {
    width: 35px;
    height: 25px;
    font-size: 14px;
}

.furnituresList li {
    height: inherit;
    text-align: left;
}

.furnituresList {
    z-index: 1;
}

#add_furniture_btn {
    cursor: pointer;
}

#add_new_rooms_block {
    color: #ffffff;
}

.tooltip-inner {
    background-color: #333;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
    border-top-color: #333;
}

.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
    border-right-color: #333;
}

.tooltip {
    position: absolute;
    z-index: 99999999999999 !important;
}

.subline {
    background-color: #ffffff;
    border-top: 1px solid #f1f1f1;
}

#boxes_numbers {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
}

.add_new_furniture {
    background-color: #e3e3e3;
    font-style: italic;
}
@media all and (max-device-width: 480px)
{
    .subline_mobile {
        background-color: #ffffff;
        border-top: 1px solid #f1f1f1;
    }
}

/* SEVEN COLUMNS */
@media (min-width: 768px){
    .col-17,
    .col-sm-17,
    .col-lg-17  {
        width: 100%;
        *width: 100%;
    }
}


@media (min-width: 992px) {
    .col-17,
    .col-sm-17,
    .col-lg-17 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}


@media (min-width: 1200px) {
    .col-17,
    .col-sm-17,
    .col-lg-17 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

.text-primary {
    color: #666 !important;
}

.modal-title {
    float: left;
}

.mt-1 {
    margin-top: .25rem!important;
}

.mt-2 {
    margin-top: .5rem!important;
}

.mt-3 {
    margin-top: 1rem!important;
}

.mt-4 {
    margin-top: 1.5rem!important;
}

.m-0 {
    margin: 0px !important;
}

.mb-2 {
    margin-bottom: .5rem!important;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.thead-dark {
    background-color: #1d2124;
    color: #ffffff;
}

.thead-dark th {
    border: 1px solid #1d2124 !important;
}

.input-group {
    width: 100%;
}

.nav-tabs .disabled {
    padding-top: 10px;
    padding-right: 15px;
    color: #666;
}

.text-danger {
    color: #dc3545!important;
}

.text-primary {
    color: #666 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-success {
    color: #28a745!important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px 8px;
}