.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    background-color: #337ab7;
}

.filter-panel {
    left: 0px !important;
    min-width: 280px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.filter-label.collapsed:after {
    font-family: 'icomoon';
    content: '\e9c1';
    float: right;
}

.filter-label.extended:after {
    font-family: 'icomoon';
    content: '\e9c2';
    float: right;
}

.lastest_record {
    display: none;
}

.custom_tab .content {
    padding-top: 0 !important;
}

.block {
    display: block;
}

.custom_time_button_top {
    margin-bottom: 10px;
    cursor: pointer;
}

.custom_time_button_bottom {
    margin-top: 10px;
    cursor: pointer;
}

.filter-panel li {
    padding-left: 10px;
    padding-right: 10px;
}

    .filter-panel li i {
        font-size: 11px;
    }

.filter-panel .form-group {
    margin-bottom: 0px !important;
}

.filter-panel li:first-child {
    border-bottom: solid 1px #ccc;
}

.filter-panel li:last-child {
    margin-top: 10px;
}

.filter-panel .filter-control {
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}

.filter-panel .filter-label {
    border-bottom: solid 1px #ccc;
    cursor: pointer;
    width: 100%;
    padding-top: 10px !important;
}

    .filter-panel .filter-label.has-value {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #2196F3;
    }

.collection-binder .table-container, .collection-binder .top-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
}

    .collection-binder .table-container::-webkit-scrollbar, .collection-binder .top-scroll::-webkit-scrollbar {
        width: 5px;
    }

    .collection-binder .table-container::-webkit-scrollbar-track, .collection-binder .top-scroll::-webkit-scrollbar-track {
        background-color: #fff;
        border-bottom: solid 1px #dedede;
        border-top: solid 1px #dedede;
    }

    .collection-binder .table-container::-webkit-scrollbar-thumb, .collection-binder .top-scroll::-webkit-scrollbar-thumb {
        background-color: #f0f0f0;
        border-bottom: solid 1px #dedede;
        border-top: solid 1px #dedede;
    }

.collection-binder .top-scroll {
    height: 15px;
    margin-bottom: 10px;
}

.collection-binder .scroll-div {
    height: 5px;
}

.collection-binder:not(.picker__table) th, .collection-binder:not(.picker__table) td {
    border-right: solid 1px #ddd;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.collection-binder .table th .column-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .collection-binder .table th .column-header label {
        font-weight: bold;
    }

.collection-binder thead .column-header .buttons {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    visibility: visible;
}

.collection-binder thead .column-header:hover .buttons {
    visibility: visible;
}

.collection-binder thead .column-header .buttons li {
    margin-left: 5px;
}

.collection-binder tbody tr td {
    /*    white-space: nowrap;*/
}

    .collection-binder tbody tr td.has-width {
        white-space: normal;
    }

.table > thead .filters {
    display: none;
}

.collection-binder-grouping-area {
    border: solid 1px #ccc;
    padding: 10px;
    background-color: #f0f0f0;
    margin-bottom: 5px;
    float: left;
    display: block;
    width: 100%;
}

    .collection-binder-grouping-area label {
        border: solid 1px #ccc;
        padding: 5px;
        display: inline-block;
        float: left;
        border-radius: 10px;
        margin-right: 5px;
    }

.collection-binder .group-header {
    cursor: pointer;
    position: relative;
}

    .collection-binder .group-header .group-count {
        float: right;
    }

    .collection-binder .group-header tr {
        background-color: #eee !important;
    }

.collection-binder th .select2-container, .collection-binder th input[type=text], .collection-binder th input[type=number] {
    width: 80% !important;
    display: inline-block;
}

.collection-binder select.comparison {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    display: inline-block;
    width: 20%;
    padding: 2px;
}

    .collection-binder select.comparison::-ms-expand {
        display: none;
    }

.collection-binder .breadcrumb-line {
    z-index: 0 !important;
}

#SettingFormModal .tab-setting {
    margin-bottom: 20px;
}

    #SettingFormModal .tab-setting h6 {
        border-bottom: solid 1px #ccc;
        padding-bottom: 5px;
    }

    #SettingFormModal .tab-setting .tab-content .field {
        margin-left: 25px;
    }

.dataTables_wrapper .datatable-header, .dataTables_wrapper .datatable-footer {
    display: none;
}

.table-container .breadcrumb-line {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.filter-control .date-range-low {
    margin-right: 2px;
}

.filter-control .date-range-low, .filter-control .date-range-high {
    width: 49%;
    display: inline-block;
}

.collection-binder img {
    max-width: 100px;
}


/******** Page Sign In *******/
#signin-page-content h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

#signin-page-content .create-account a:hover,
#signin-page-content .create-account a:focus {
    text-transform: uppercase;
}


.full-strech-background {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/bg/back.png') center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#signin-page-content {
    width: 360px;
    margin-left: -180px;
    top: 10%;
    left: 50%;
    position: absolute;
    background: #ffffff;
    padding: 15px 20px;
}

    #signin-page-content .create-account a {
        color: #ed5565;
    }

/******** Page Sign In *******/

.sidebar-xs .navbar-brand label {
    display: none;
}

.navbar-brand label, .navbar-brand img {
    float: left;
}

.navbar-brand label {
    margin-left: 10px;
}



.report-widget .content {
    min-height: 250px;
}

.border-bottom-ccc {
    border-color: #ccc;
}

.ending-entity {
    background-color: lightgreen;
}

    .ending-entity td a {
        color: #666;
    }

.personnel-feedback-log-button {
    text-align: center;
    border-top: dotted 2px #ccc;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

#feedback-page-content h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

#feedback-page-content .create-account a:hover,
#feedback-page-content .create-account a:focus {
    text-transform: uppercase;
}

#feedback-page-content {
    width: 360px;
    margin-left: -180px;
    top: 0;
    left: 50%;
    position: absolute;
    background: #ffffff;
    padding: 15px 20px;
}

    #feedback-page-content .create-account a {
        color: #ed5565;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px 5px !important;
}


.permission-groups, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.app-permission-group .app-name {
    font-weight: bold;
    font-size: 20px;
    background-color: #ccc;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}



.permission-group {
    margin-bottom: 10px;
}

    .permission-group .title {
        font-size: 15px;
        font-weight: bold;
    }

    .permission-group .permissions {
        margin-left: 40px;
        margin-bottom: 10px;
        margin-top: 1px;
    }

    .permission-group .base.permissions {
        margin-left: 0px;
    }

        .permission-group .base.permissions > .permission > .permission-title {
            border-bottom: solid 1px #ccc;
        }

        .permission-group .base.permissions > .permission .permission-title {
            cursor: pointer;
        }

    .permission-group .permissions li {
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .permission-group .permissions .details {
        position: absolute;
        left: 300px;
        top: -5px;
    }

        .permission-group .permissions .details li {
            display: inline-block;
            border: none;
            margin-right: 20px;
        }

    .permission-group .sub-1.permissions {
        background-color: #f0f0f0;
        display: none;
    }

    .permission-group .sub-2.permissions {
        background-color: #e0e0e0;
    }

    .permission-group .sub-3.permissions {
        background-color: #c0c0c0;
    }

    .permission-group .sub-4.permissions {
        background-color: #b0b0b0;
    }

    .permission-group .sub-5.permissions {
        background-color: #a0a0a0;
    }

    .permission-group .sub-6.permissions {
        background-color: #fff;
    }

.sidebar-xs .sidebar-category input {
    display: none;
}

.check_box_after {
    display: none;
}

.setValue {
    margin-left: 5px;
}

.grouped-data {
    border-bottom: solid 1px #ccc;
}

    .grouped-data > .group-header > a {
        font-size: 15px;
        margin-left: 10px;
        display: block;
        width: 100%;
        line-height: 30px;
        color: inherit;
    }

        .grouped-data > .group-header > a:before {
            content: '\e9b7';
            font-family: 'icomoon';
            position: absolute;
            top: 15px;
            margin-top: -8px;
            left: 0;
            font-size: 16px;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .grouped-data > .group-header > a.collapsed:before {
            content: '\e9b8';
        }

        .grouped-data > .group-header > a .group-count {
            float: right;
            font-weight: 500;
        }

        .grouped-data > .group-header > a .grouper-title {
            display: block;
            width: 100%;
            cursor: pointer;
        }

        .grouped-data > .group-header > a label {
            margin-bottom: 0;
        }

.ui-sortable-handle {
    cursor: move;
}

/*.FilterTab {
    padding: 25px 0;
    background-color: #B9D8EA;
    margin: 25px;
}*/

#loading-ajax {
    /*background-color: rgba(37, 43, 51, 0.5);
    display: none;
    left: 40%;
    position: fixed;
    top: 0;
    width: 300px;
    z-index: 10000;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;*/
    background-color: rgba(37, 43, 51, 0.5);
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    padding-left: 15%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    font-size: 110px;
    text-align: center;
    color: #fff;
    padding-top: 22%;
}

/*.FilterTab .form-group {
    margin-left: 20px;
    margin-bottom: 20px;
}

.FilterTab label {
    text-align: right;
    width: 100%;
}

.FilterTab select, .FilterTab input {
    width: 100% !important;
}

.FilterTab .button_area {
    text-align: right;
}*/

.product_list {
    /*display: inline-block;*/
    padding: 0 20px;
    background-color: #fff;
    margin: 25px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .product_list .header_area {
        padding: 15px 0px 5px;
        margin-bottom: 20px;
        border-bottom: solid 2px #C2D4DA;
    }

        .product_list .header_area .title_area {
            font-size: 18px;
            font-weight: 600;
        }

        .product_list .header_area .description_area {
            text-align: right;
            font-size: 16px;
        }

    .product_list .products {
        display: inline-block;
        width: 100%;
    }

.product_item {
    margin-bottom: 40px;
    border: solid 1px #C2D4DA;
    border-radius: 8px;
    padding: 25px 0;
}

    .product_item:last-child {
        margin-bottom: 10px;
    }

    .product_item .properties_area .property {
        border-bottom: solid 1px #C2D4DA;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

        .product_item .properties_area .property .key {
            font-weight: 600;
        }

    .product_item .bottom_row .tag_name_area .vehicle_prop {
        margin-top: 20px;
    }

        .product_item .bottom_row .tag_name_area .vehicle_prop span {
            background-color: #C2D4DA;
            padding: 8px 12px;
            font-weight: 600;
            color: rgba(0, 0, 0, 0.7);
            border-radius: 6px;
            margin-right: 10px;
        }

    .product_item .bottom_row .price_area p {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .product_item .bottom_row .price_area button {
        font-size: 16px;
        font-weight: bold;
    }

.product_list .paginate {
    text-align: center;
}

    .product_list .paginate ul li {
        display: inline-block;
    }

    .product_list .paginate .pagination {
        display: inline-block;
        margin: 10px auto 15px;
    }

        .product_list .paginate .pagination a {
            color: black;
            float: left;
            padding: 8px 16px;
            text-decoration: none;
            transition: background-color .3s;
            border: 1px solid #ddd;
            font-size: 14px;
        }

            .product_list .paginate .pagination a.active {
                background-color: #29353A;
                color: white;
                border: 1px solid #29353A;
                font-weight: bold;
            }

            .product_list .paginate .pagination a:hover:not(.active) {
                background-color: #ddd;
            }

.filter_tab {
    padding: 15px 20px 20px;
    background-color: #fff;
    margin: 25px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .filter_tab .form-group {
        margin-bottom: 0px;
    }

    .filter_tab label {
        margin-bottom: 2px;
        font-weight: 600;
        font-size: 13px;
    }


    .filter_tab .filter_button_area {
        padding-top: 21px;
        text-align: center;
    }

        .filter_tab .filter_button_area button {
            font-weight: 600;
        }

    .filter_tab .date_area {
        margin: 0 0px;
    }

.bg_color {
    background-color: #fff;
}

.reservation_page {
}

    .reservation_page .product_item {
        margin-bottom: 0 !important;
    }

    .reservation_page button {
        font-weight: 600;
    }

    .reservation_page .custom_tab {
        background-color: #fff;
        margin-bottom: 50px;
    }

    .reservation_page .addtional_driver_tab {
        padding: 20px;
    }

        .reservation_page .addtional_driver_tab .tab-pane label {
            font-size: 14px;
            font-weight: 600;
            text-align: right;
        }

        .reservation_page .addtional_driver_tab .nav li a {
            font-size: 14px;
            font-weight: 600;
        }

        .reservation_page .addtional_driver_tab input {
            height: 40px;
            border-radius: 0;
        }

    .reservation_page .header_area {
        padding: 15px;
        border-bottom: 2px solid #29353A;
        margin-bottom: 10px;
    }

        .reservation_page .header_area .title {
            font-size: 22px;
            font-weight: 600;
            color: #29353A;
        }

    .reservation_page .footer_area {
        padding: 20px;
        text-align: right;
    }

        .reservation_page .footer_area button {
            font-weight: 600;
            font-size: 14px;
        }

.additional_product_area .item {
    padding: 30px;
}

    .additional_product_area .item .icon_area {
        text-align: center;
    }

        .additional_product_area .item .icon_area i, .additional_product_area .item .icon_area span {
            font-size: 45px;
        }

    .additional_product_area .item:nth-child(even) {
        background-color: #f0f0f0;
    }

    .additional_product_area .item .description_area p {
        margin-bottom: 0;
    }

    .additional_product_area .item .description_area .name {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 2px;
        color: #29353A;
    }

    .additional_product_area .item .description_area .description {
        font-size: 13px;
    }

    .additional_product_area .item .select_area .checkbox {
        margin-top: -3px !important;
        margin-left: -6px;
    }

    .additional_product_area .item .select_area input[type=checkbox] {
        width: 30px;
        height: 35px;
    }

    .additional_product_area .item .select_area .calculate_area_result {
        font-size: 20px;
        font-weight: 600;
        padding-top: 3px;
    }


        .additional_product_area .item .select_area .calculate_area_result span {
            margin: 0 2px;
        }

        .additional_product_area .item .select_area .calculate_area_result .calculated {
            display: none;
        }

    .additional_product_area .item .select_area .default_quantity {
        border: 2px solid rgba(37, 43, 51, 0.5);
        width: 100%;
        padding: 4px;
        margin-top: 2px;
        border-radius: 4px;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        opacity: 0.4;
    }


.custom_tab .content {
    padding-bottom: 0;
}

.business_partner_select_box {
    margin: 10px 10px 0;
}

.text_aling_left {
    text-align: left;
}

.img_carousel .product_slider .item {
    display: none;
}

    .img_carousel .product_slider .item img {
        display: block !important;
    }

    .img_carousel .product_slider .item:nth-child(1) {
        display: block;
    }

.img_carousel .btn_areas {
    text-align: center;
}

    .img_carousel .btn_areas ul {
        margin-top: 10px;
    }

        .img_carousel .btn_areas ul, .img_carousel .btn_areas ul li {
            display: inline-block;
        }

.create_reservation_area form {
    margin: 15px;
}

.create_reservation_area label {
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
}

.create_reservation_area .form-group {
    border-bottom: 2px dotted #ccc;
    margin-bottom: 10px;
    padding: 15px 10px;
}

.create_reservation_area .non_editable_area {
    font-size: 16px;
    font-weight: 600;
    padding-top: 2px;
}

    .create_reservation_area .non_editable_area i.fa-long-arrow-right {
        float: right;
        padding-top: 4px;
    }

.create_reservation_area .img_design {
    padding-top: 20px;
    text-align: center;
}

.create_reservation_area .create_button_area {
    padding: 10px;
}

.reservation_page #number_plate .body_area {
    padding: 15px 15px 20px;
}

.reservation_page #number_plate .rent_a_car_button, .reservation_page #number_plate .segment_info {
    display: none;
}


.product_slider .item {
    display: none;
}

    .product_slider .item:first-child {
        display: block;
    }

.rental_period {
    font-size: 30px !important;
    color: #2196F3;
}

.price_area .amount {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.7);
}

.segment_info {
    margin-top: 20px;
}

    .segment_info .prop {
        margin-top: 2px;
        border-top: solid 1px #C2D4DA;
        padding-top: 5px;
        padding-top: 5px;
    }

        .segment_info .prop b {
            margin-right: 10px;
        }

#error-page-content {
    margin: 0 auto;
    max-width: 600px;
    min-width: 400px;
    color: #fff;
    text-align: center;
}

    #error-page-content h1 {
        font-size: 30px;
    }

.sidebar, .header-highlight .navbar-header:not([class*=bg-]) {
    background-color: #337ab7;
}

    .sidebar .navigation > li {
        background-color: #337ab7;
    }

a {
    color: #000;
}

.close_btn_margin {
    margin-right: 15px !important;
}

.custom_list_group {
    padding: 0;
}

    .custom_list_group li.list-group-item {
        border-bottom: 1px solid #ddd;
        font-weight: 600;
        font-size: 13px;
    }

        .custom_list_group li.list-group-item:last-child {
            border-bottom: 1px solid transparent;
        }

        .custom_list_group li.list-group-item .document_control ul {
            margin: 0;
            padding: 0;
            display: inline-block;
            float: right;
        }

            .custom_list_group li.list-group-item .document_control ul li {
                display: inline-block;
                margin: 0 7px;
            }

            .custom_list_group li.list-group-item .document_control ul li {
                font-size: 15px;
            }

                .custom_list_group li.list-group-item .document_control ul li.delete a:hover {
                    color: #d9534f !important;
                }

.Document_Create_Area {
    margin: -5px 0 20px;
    border: 1px solid #ddd;
    padding: 5px 0px;
}

    .Document_Create_Area tr th {
        /*color: rgba(37, 43, 51, 0.5);*/
    }

    .Document_Create_Area tbody tr td {
        padding-top: 10px;
    }

.doc_name i {
    font-size: 15px;
    margin-right: 10px;
}

#CollectionBinderForm #pageSize {
    padding: 3px 5px;
    margin-right: 7px;
    border-radius: 4px;
}

.picker {
    min-width: 300px;
}

.currency_control_message_area {
    text-align: center;
    padding: 0 40px;
}

    .currency_control_message_area .alert {
        padding: 7px;
    }

.not_valid_icon_style_additional_product {
    text-align: center;
    font-size: 20px;
    color: #a94442;
}

.navigator_button_divider {
    float: right;
}

.close_tab {
    display: none;
}
/*.currency_control_message_area .information_text{

    }
    .currency_control_message_area .warning_text {
        background-color:
    }*/
.d_none {
    display: none;
}

.driver_form .sub_title {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 30px;
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.performance-monitor {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 500px;
    height: 300px;
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 5px;
    display: none;
    overflow: scroll;
}

.performance-monitor-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

.performance-monitor .sql {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    font-size: 11px;
}

.form-group {
    margin-bottom: 10px;
}

#AjaxEntityBinder .content {
    max-width: 1200px;
}

.proposalitem-calculation ul {
    border-bottom: solid 1px #333;
}

.proposalitem-calculation .total {
    font-weight: bold;
}

.proposalitem-calculation .amount {
    float: right;
}

.proposalitem-calculation .costs .form-control {
    float: right;
    display: inline-block;
    text-align: right;
    width: 120px;
    height: 30px;
    padding-right: 2px;
}

.proposalitem-calculation .costs li {
    height: 35px;
}

.proposalitem-calculation .edited {
    color: green;
}

.proposalitem-calculation li {
    padding: 2px;
}

.theme_xbox_xs, .theme_xbox_sm, .theme_xbox {
    left: 47%;
    top: 150px;
}

.disabled, a.disabled {
    color: #999 !important;
}

.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    background-color: #e08738;
}

.bootbox .bootbox-body {
    font-size: 11px;
}

    .bootbox .bootbox-body td, .bootbox .bootbox-body th {
        white-space: nowrap;
    }

    .bootbox .bootbox-body .table-container {
        overflow: scroll;
        max-height: 500px;
    }

        .bootbox .bootbox-body .collection-binder, .bootbox .bootbox-body .table-container .breadcrumb-line {
            border: none;
        }

.bootbox .search-help-panel > .content {
    padding: 0;
}

.select2-dropdown {
    min-width: 200px;
}

.table-full-width td, .table-full-width th {
    white-space: nowrap;
    border-right: solid 1px #ccc;
}

#DynamicModal .modal-body {
    display: flex;
}

    #DynamicModal .modal-body .col-lg-12 {
        display: grid;
    }

label.error {
    color: red;
}

.vehicle-reservation-title-background {
    background-color: #CAF7AD;
}

.vehicle-reservation-description-background {
    background-color: #E5FFF9;
}

.selectbox-colors {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

.table-container {
    overflow: auto;
}

td, th {
    white-space: nowrap;
}

.text-align-right {
    text-align: right;
}

.note-editor ul {
    list-style: inherit;
}

.t-left {
    text-align: left;
}

#BinderForm i.icon-help {
    margin-left: 5px;
    cursor: help;
    color: #00aedb;
    float: right;
}
