body {
    background-color: #f8f8f8;
}

a:focus {
    outline: none;
}

:focus,
:active {
    outline: none !important;
}

pre.line_warp,
#control_panel_restore_db pre {
    white-space: pre-wrap;
}

.row_pad,
.data_table_wrapper,
.form_control_padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.control_group {
    padding-bottom: 20px;
}

.control_spacer {
    display: inline-block;
    width: 15px;
}

#control_panel input[type="text"],
#control_panel input[type="number"],
#control_panel input[type="password"] {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 6px 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#control_panel input[disabled],
#control_panel input[readonly],
#control_panel select[disabled] {
    background-color: #eee;
    opacity: 1;
}

#control_panel input[type="text"]:focus,
#control_panel input[type="password"]:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#control_panel input[type="text"].form-control,
#control_panel input[type="password"].form-control {
    width: 100%;
}

#control_panel textarea:not([class*="cke"]) {
    padding: 6px 7px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    max-width: 100%;
}

#control_panel textarea:not([class*="cke"]):focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#control_panel select {
    max-width: 100%;
    padding: 6px 7px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: 34px;
    color: #333;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#control_panel select[multiple],
#control_panel select[size] {
    height: auto;
}

#control_panel select:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.cke_dialog_ui_html select {
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #bcbcbc;
    padding: 3px 3px 3px 6px;
    outline: 0;
    border-radius: 2px;
    margin: 0 1px;
    box-sizing: border-box;
    width: calc(100% - 2px) !important;
}
.cke_dialog_ui_html select:focus {
    margin: 0;
    width: 100% !important;
}

.cke_dialog_ui_html input[type="text"] {
    background-color: #fff;
    border: 1px solid #bcbcbc;
    padding: 4px 6px;
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    min-height: 28px;
    margin-left: 1px;
}

.cke_dialog_ui_html input[type="text"]:hover {
    border: 1px solid #aeb3b9;
}

.cke_dialog_ui_html input[type="text"]:focus {
    padding-left: 5px;
}

.cke_dialog_ui_html select:focus,
.cke_dialog_ui_html input[type="text"]:focus {
    outline: 0;
    border: 2px solid #139ff7;
}

.cke_dialog_ui_html #rte_select_module_layer select#rte_select_module,
.cke_dialog_ui_html #rte_select_module_layer select#rte_select_module_target,
.cke_dialog_ui_html #rte_select_module_id_layer input,
.cke_dialog_ui_html #rte_select_module_id_layer select {
    margin-bottom: 7px;
}

.cke_dialog .ImagePreviewBox {
    height: 320px !important;
    width: 480px !important;
}

#insert_image_layer.cke_dialog_ui_html {
    margin-top: 5px;
}

#address_capture_layer_google_layer .media_title_text {
    float: none !important;
    height: auto !important;
}

.dl-horizontal dd {
    text-overflow: ellipsis;
    overflow: hidden;
}

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

ul.inline-list li {
    display: inline;
}

/*=== Clear Spacer CSS ===*/

.clear {
    clear: both;
    width: 100%;
    height: 0px;
    line-height: 0px;
}

.clear_2px {
    clear: both;
    height: 2px;
    line-height: 2px;
}

.clear_4px {
    clear: both;
    height: 4px;
    line-height: 4px;
}

.clear_5px {
    clear: both;
    height: 5px;
    line-height: 5px;
}

.clear_10px {
    clear: both;
    height: 10px;
    line-height: 10px;
}


.clear_20px {
    clear: both;
    height: 20px;
    line-height: 20px;
}
/*===============*/

.navbar-brand {
    font-size: 16px;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header_breadcrumbs {
    float: left;
    height: 50px;
    padding: 15px;
    line-height: 20px;
    font-size: 14px;
}

.header_breadcrumbs ul.breadcrumb {
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    border-radius: 0px;
}

.header_breadcrumbs a {
    color: #375388;
    text-decoration: none;
}

.header_breadcrumbs a:hover {
    color: #13345d;
    text-decoration: none;
}

.admin_stats_box .admin_stats_label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#control_panel {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    margin-top: 171px;
    background-color: #fff;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 51px 0 0 300px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

@media (min-width: 1200px) {
    .remove_lg_padding_right {
        padding-right: 0px;
    }
    .remove_lg_padding_left {
        padding-left: 0px;
    }
}

table.date_time_wrapper,
table.date_time_wrapper tbody,
table.date_time_wrapper tr,
table.date_time_wrapper td {
    display: inline-block;
}

#jobs_pending_layer {
    padding: 15px;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    min-height: 70px;
}

#jobs_pending_layer i {
    font-size: 40px;
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

#sidebar .sidebar-logo {
    padding: 10px 15px;
    text-align: center;
    height: 115px;
}

#sidebar .sidebar-logo img {
    display: inline-block;
    max-width: 220px;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}
.sidebar ul li a {
    font-size: 16px;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar a.active > .fa.arrow:before,
.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li,
.sidebar .nav-forth-level li {
    border-top: 1px solid #e7e7e7;
    border-bottom: 0;
}

.sidebar .nav-second-level li a {
    padding-left: 17px;
    background: #eee;
    font-size: 14px;
}

.sidebar .nav-second-level li a.active,
.sidebar .nav-second-level li a:hover {
    background: #ddd;
}

.sidebar .nav-third-level li a {
    padding-left: 45px;
    background: #ddd;
}

.sidebar .nav-third-level li a.active,
.sidebar .nav-third-level li a:hover {
    background: #ccc;
}

.sidebar .nav-forth-level li a {
    padding-left: 60px;
    background: #ccc;
}

.sidebar .nav-forth-level li a.active,
.sidebar .nav-forth-level li a:hover {
    background: #bbb;
}

@media (min-width: 768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 300px;
        margin-top: 51px;
    }

    #sidebar .sidebar-logo {
        padding: 23px 15px;
        text-align: center;
        border-bottom: 1px solid #e7e7e7;
        height: 115px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.sidebar .sidebar-esolve-info {
    padding: 15px;
}

.sidebar .sidebar-esolve-info a,
.sidebar .sidebar-esolve-info a.active,
.sidebar .sidebar-esolve-info a:hover,
.sidebar .sidebar-esolve-info a:focus,
.sidebar .sidebar-logo a,
.sidebar .sidebar-logo a.active,
.sidebar .sidebar-logo a:hover,
.sidebar .sidebar-logo a:focus {
    padding: 0px;
    display: inline;
    background: none;
}

#side-menu li a {
    color: #333;
}

#side-menu li.sidebar-esolve-info a {
    color: #375388;
    font-size: 12px;
}

#side-menu li.sidebar-esolve-info {
    font-size: 12px;
}

.sidebar .nav li a {
    padding-bottom: 15px;
    padding-top: 15px;
}

.sidebar .nav li li a {
    padding-bottom: 10px;
    padding-top: 10px;
}

#esolve_control_panel_body .sweet-overlay {
    z-index: 1050;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all 0.5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn {
    white-space: normal;
}

.address_from_google_btn {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.address_from_google_btn:hover,
.address_from_google_btn:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.address_from_google_btn:focus,
.address_from_google_btn:hover {
    color: #333;
    text-decoration: none;
}

.address_from_google_btn:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

a[data-toggle="popover"] {
    font-size: 16px;
    cursor: pointer;
    color: #000;
}

a.button:hover {
    text-decoration: none;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.panel .slidedown .glyphicon {
    margin-right: 5px;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-primary .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.notification_time {
    position: absolute;
    right: 15px;
    top: 10px;
    max-width: 65px;
    text-align: right;
    color: #777;
    font-size: 85%;
    font-style: italic;
}

.notification_info {
    width: 100%;
    padding-right: 70px;
}

.notification_subject {
    display: inline-block;
}

.import_field_names code {
    display: inline-block;
    margin-bottom: 1px;
    margin-top: 1px;
}

.form_label {
    display: inline-block;
    width: 150px;
}

select#stock_linked_id {
    min-width: 300px;
    height: auto;
}

div#credits {
    border-top: 1px solid #eee;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

#list_stock_options_buttons td {
    padding-bottom: 5px;
    padding-top: 5px;
}

.form_table > tbody > tr > td {
    padding: 2.5px 2.5px 7px 2.5px;
}

table.trading_hours_padding > tbody > tr > td {
    padding-bottom: 5px;
}

.form_section_title {
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 18px;
}

.tab_section_title h4 {
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}

.tab_section_description {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.change_log_layer {
    white-space: pre-line;
    word-break: keep-all;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}
table.dataTable {
    width: 100% !important;
}

table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #777;
    font-size: 0.8em;
    padding-top: 0.12em;
}

table.dataTable > tbody > tr.eslv_selected {
    background-color: #f0f0f0;
}

.table > thead > tr > th {
    vertical-align: top;
}
.table > tbody > tr > td {
    vertical-align: middle;
}

table > tfoot > tr > td,
table > tfoot > tr > th {
    background-color: #eee;
}

table > thead > tr > td,
table > thead > tr > th {
    background-color: #eee;
}

table > tfoot > tr > td.table_total,
table > tfoot > tr > th.table_total {
    text-align: right;
    background-color: #fff;
}

tbody td.tbody-right,
tbody td.tbody_right {
    text-align: right;
}

tbody td.tbody-center,
tbody td.tbody_center {
    text-align: center;
}

table.images_padding > tbody > tr > td {
    padding-bottom: 30px;
}

table.images_padding table > tbody > tr > td {
    padding-right: 5px;
}

table.images_padding table {
    margin-top: 5px;
}

select.order_status_select {
    display: block;
    width: 100%;
}

/* data table indicator classes*/
.user_account_approved {
    color: #3c763d;
    background-color: #dff0d8;
}

.guest_user_email {
    color: #31708f;
    background-color: #d9edf7;
}

.guest_user_email a {
    color: #245269;
}

.grouped_item {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.grouped_item a {
    color: #66512c;
}

.view_data_table .user_account_approved,
.view_data_table .guest_user_email,
.view_data_table .grouped_item {
    margin: -8px;
    padding: 8px;
}

.view_data_table .user_account_approved,
.view_data_table .guest_user_email {
    line-height: 34px;
}

.view_data_table .table_stock_image img {
    max-width: 64px;
    max-height: 64px;
}

table.users_address_table > tbody > tr > td {
    padding-bottom: 10px;
}

table.users_address_table td.form_field_spacer {
    width: 3%;
}

.stock_image_preview {
    overflow: auto;
}

.album_cover_section {
    text-align: center;
    padding-bottom: 15px;
}

.album_cover_section img {
    max-width: 100%;
}

.album_image {
    float: left;
    position: relative;
    width: 280px;
    height: 300px;
    margin-left: 15px;
    margin-bottom: 15px;
    overflow: auto;
    border: 1px solid #ccc;
}

@media (min-width: 768px) {
    .sidebar {
        overflow-y: hidden;
    }

    #sidebar .sidebar-nav {
        max-height: 710px;
        overflow-y: hidden;
    }

    #sidebar .sidebar-nav:hover {
        overflow-y: auto;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
}

.old_icons {
    padding-bottom: 24px;
    margin: 25px 0 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
}

.old_icons .title_icon {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
}

.old_icons .title_icon a {
    display: inline-block;
}

.old_icons .title_icon img {
    width: 40px;
}

.page-header {
    padding-bottom: 24px;
    margin: 25px 0 20px;
    border-bottom: 1px solid #eee;
}

/***** Tree view  *****/
.treeview .panel-group {
    margin-bottom: 10px;
}

.treeview .panel {
    border-radius: 0px;
}

.treeview .panel .panel-group {
    margin-bottom: 0px;
}

.treeview .panel .panel-heading {
    padding: 5px 15px;
}

.treeview .main_menu .panel-body {
    padding: 5px 0px 5px 15px;
}

.treeview .sub_menu .panel {
    border-right: none;
}

.treeview .tree_expand_btn i.fa {
    width: 10px;
    text-align: center;
}

.treeview .tree_expand_btn i.fa:before {
    content: "\f068";
}

.treeview .tree_expand_btn.collapsed i.fa:before {
    content: "\f067";
}

.treeview .panel-group .panel + .panel {
    margin-top: 5px;
}

/********* Image Sort *********/
.image_sort {
    margin: 0 0 0 0;
    padding: 30px 30px 30px 30px;
    list-style: none;
    position: relative;
    min-height: 75px;
}

.image_sort::before,
.image_sort::after {
    display: table;
    content: " ";
}

.image_sort::after {
    clear: both;
}

.image_sort li {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    margin: 0px 5px 5px 0px;
    float: left;
    text-align: center;
    cursor: move;
}

.image_sort li figure {
    text-align: center;
    height: 150px;
    width: 150px;
    line-height: 150px;
}

.image_sort .sort_placeholder {
    border: 3px dashed #333;
    padding: 2px;
}
#media_image img {
    max-width: 300px;
}

/* Colour Indication */
#indication_colour_preview {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    line-height: 34px;
    width: 200px;
    border: 1px solid #ccc;
    text-align: center;
}

/* Video Preview Layer */
#video_asset_preview_layer .preview_wrapper {
    max-width: 500px;
    background-color: #eee;
}

/* Category Tree Stylings */
#view_category_tree_layer ul.media-list ul.media-list > li.media:first-child {
    margin-top: 15px;
}

#view_category_tree_layer .media-list .media .media-left {
    padding-right: 0px;
}

#view_category_tree_layer .media-list .media .media-body {
    padding-left: 10px;
}

#view_category_tree_layer .tree_element {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

#view_category_tree_layer .tree_element > .media-body > .category_content_box {
    padding: 5px 10px;
    margin-left: -10px;
    min-height: 65px;
    background-color: #f8f8f8;
}

#view_category_tree_layer a.tree_expand_btn[aria-expanded="false"] > .toggle_icon:before {
    content: "\f067";
}

#view_category_tree_layer a.tree_expand_btn[aria-expanded="true"] > .toggle_icon:before {
    content: "\f068";
}

#view_category_tree_layer .tree_element > .media-left > .category_tree_image {
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 1.5em;
    text-align: center;
    overflow: hidden;
    background-color: #f8f8f8;
}

#view_category_tree_layer .tree_element > .media-left > .category_tree_image > img {
    max-height: 65px;
    max-width: 65px;
}

#view_category_tree_layer .add_tree_element_wrapper {
    margin-top: 15px;
}

#view_category_tree_layer .add_tree_element {
    background-color: #f8f8f8;
    text-align: left;
    border: none;
    padding: 0px;
    display: block;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

#view_category_tree_layer .add_tree_element:hover {
    background-color: #e6e6e6;
}

#view_category_tree_layer .add_tree_element > .media-left > .category_tree_image {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    display: block;
    font-size: 1.5em;
}

#view_category_tree_layer .add_tree_element .media-body .add_tree_element_caption {
    font-size: 18px;
}

#view_category_tree_layer.coloured_tree ul.category_tier_1 .media {
    background-color: #668de5;
}

#view_category_tree_layer.coloured_tree ul.category_tier_2 .media {
    background-color: #ed6d79;
}

#view_category_tree_layer.coloured_tree ul.category_tier_3 .media {
    background-color: #71e096;
}

#view_category_tree_layer.coloured_tree ul.category_tier_4 .media {
    background-color: #90d4f7;
}

#view_category_tree_layer.coloured_tree ul.category_tier_5 .media {
    background-color: #ffdc89;
}

#view_category_tree_layer.coloured_tree .tree_element > .media-body > .category_content_box,
#view_category_tree_layer.coloured_tree .add_tree_element > .media-body,
#view_category_tree_layer.coloured_tree .add_tree_element > .media-left > .category_tree_image {
    background-color: rgba(255, 255, 255, 0.3);
}

#view_category_tree_layer.coloured_tree .tree_element > .media-left > .category_tree_image,
#view_category_tree_layer.coloured_tree .add_tree_element:hover .media-body,
#view_category_tree_layer.coloured_tree .add_tree_element:hover > .media-left > .category_tree_image {
    background-color: rgba(255, 255, 255, 0.5);
}

td > .date_time_wrapper.form-group {
    margin-bottom: 0;
}

.colour_box {
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    text-align: center;
}

.colour_layer {
    position: relative;
}

.colour_picker_layer {
    margin-top: 5px;
}

.notification_modal .modal-content {
    overflow: auto;
}

.listing_identifier_group {
    max-width: 300px;
}

.input-group-addon-static {
    width: 100%;
    text-align: left;
}

.hotspot_item {
    display: flex;
    margin: 7px 0px;
}

.hotspot_number {
    background-color: #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    min-width: 42px;
    text-align: center;
}

.hotspot_label {
    flex: 1 1 auto;
    margin-left: -1px;
    margin-right: -1px;
    padding: 6px 12px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
}

.hotspot_button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.response_group {
    padding-top: 15px;
    padding-bottom: 15px;
}

.response_group + .response_group {
    border-top: 1px solid #ccc;
}

.response_group_title {
    font-size: 24px;
    margin-bottom: 15px;
}

.response_item {
    margin-bottom: 12px;
}

.response_question {
    font-weight: bold;
    margin-bottom: 5px;
}

.response_answer {
    margin-left: 10px;
}

.panel-survey .panel-title {
    font-size: 20px;
}

.panel-survey .panel-title .panel-subtitle {
    font-size: 14px;
    margin-top: 5px;
}

.rating_average_block {
    text-align: center;
}

.rating_average_title {
    font-size: 24px;
}

.rating_average_stat {
    font-size: 24px;
    color: #666;
    line-height: 1;
}

.rating_average_stat_value {
    font-size: 48px;
    color: #333;
}

.rating_average_persent {
    font-size: 36px;
    line-height: 1;
    margin-top: 10px;
}

.rating_total_persent {
    font-size: 72px;
}

.list_stat_container {
    padding: 0;
    max-height: 500px;
    overflow: auto;
    margin-bottom: 0;
    list-style: none;
}

.list_stat_item {
    border-left: 5px solid #ddd;
    font-size: 16px;
    background-color: #f5f5f5;
    padding: 7px 15px;
    margin-bottom: 15px;
}

/* New media layout option setup styles */


.layout_section {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px;
    z-index: 1;
}

.layout_section:hover {
    background-color: #f5f5f5;
    z-index: 2;
}

.layout_section:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.layout_section:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.layout_section + .layout_section {
    margin-top: -1px;
}

.layout_section_content {
    flex-grow: 1;
    margin-right: 10px;
}

.layout_section_controls {
    flex-grow: 0;
}

.layout_section_sort {
    flex-grow: 0;
    margin-right: 10px;
}

.layout_section_name {
    font-size: 18px;
}

.layout_section_description {
    margin-top: 4px;
}

.layout_section_linked_identifier {
    margin-top: 4px;
}

.layout_section_data {
    margin-top: 8px;
}

.layout_section_data_title {
    font-weight: bold;
    margin-bottom: 4px;
}

.layout_section_data_content {
    margin-bottom: 0;
}

.layout_content_data {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 8px;
    margin-bottom: 16px;
}

.layout_content_data > .btn {
    flex: 0 0 auto;
}

.layout_content_data_display {
    flex-grow: 1;
    margin-left: 16px;
    align-self: center;
}

.layout_content_data_multi_select_layer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    list-style: none;
    margin: 0;
}

.layout_content_data_multi_select_layer_item {
    background-color: #37517e;
    color: #fff;
    padding: 4px 12px;
    border-radius: 50px;
}

.layout_content_data_multi_select_layer_item_title {
    margin-right: 4px;
}

.layout_content_data_multi_select_layer_item_remove {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
    height: 16px;
    width: 16px;
    line-height: 1;
    font-size: 14px;
    border-radius: 100%;
}

.coming_soon_admin_layer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
}

.coming_soon_admin_layer_image {
    width: 750px;
}

.wallet-type-label {
    display: inline-block;
    min-width: 100px;
    font-family: 'Courier New', Courier, monospace;
}
