/* Sticky footer styles
-------------------------------------------------- */
html {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100%;
}
html.with-featherlight {
    overflow: visible !important;
}
html.with-featherlight .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    border-bottom: none;
}


body {
    margin-bottom: 50px; /* Margin bottom by footer height */
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px; /* Set the fixed height of the footer here */
    line-height: 50px; /* Vertically center the text there */
    background-color: #192542;
}

a {
    color: #192542;
    font-weight: 600;
}
a:hover {
    text-decoration: underline;
}

i.fa {
    font-size: 120%;

}

h3 {
    margin: 0;
}
*+ul {
    margin-top: 0;
}

ul.nav-tabs {

}
ul.nav-tabs li {
    margin-right: 5px;
    line-height: 200%;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: 5px;
    background-color: #192542;
}
ul.nav-tabs li a {
    color: rgba(255,255,255,.5);
}
ul.nav-tabs li a.active {
    color: rgba(255,255,255,1);
    text-decoration: underline;
}

input.almostfull {
    margin: 10px;
    width: 80%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cms_image_frame_header {
    border: 1px dotted #007bff;
    /*overflow: hidden;*/
    position: relative;
    background-color: #fafafa;
}

.cms_image_frame {
    border: 1px dotted #007bff;
    overflow: hidden;
    height: 250px;
    position: relative;
    background-color: #fafafa;
}
.img_drop.product {
    height: 100%;
}

.cms_image_frame.popup {
  width: 100%;
}
.home_feature_frame_square {
    width: 268px;
}
.home_feature_frame_rect {
    width: 547px;
}


.bg-dark-blue {
    background-color: #192542;
}

.footer-bar p,
.footer-bar a {
    color: #fff;
    font-size: 1em;
    margin: 0;
}
.bg-blue-grad {
    background: #192542;
    background-image: linear-gradient(to right, #192542, #192542, #eee);
}

#header-file-upload,
#square-file-upload {
    display:none;
}
#header-preview,
.header-preview {
    width: 100%;
    height: 260px;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    position: relative;
    /*overflow: hidden;*/
}
.img_drop.case_studies square {
    width: 250px;
    height: 250px;
}
.img_drop.homebanner {
    width: 100%;
    height: 136px;
}


.square-preview {
    width: 250px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
}
.carousel-preview {
    width: 100%;
    height: 208px;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
}
.add-carousel-item-done-button,
.add-carousel-item-button,
.del-carousel-item-button {
    float: right;
}

.item-container-0.hide_empty_item {
    display:none;
}

.container.news-item .square-preview {
    width: 350px;
    height: 240px;
}


.img_drop div img {
    width: 100%;
}
.dropping {
    border: 2px dotted blue;
    padding: 10px;
    background-color: #333;
}

.img_drop {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.gallery-thumbs {
    /* width: 200px */
}
.gallery-thumbs>div {
    background-color: #eee;
    text-align: center;
    padding: 10px 5px;
}

.gallery-thumbs div.img_field {
    padding: 0 10px;
}
.gallery-thumbs div.img_field label {
    width: 100%;
    text-align: left;
}


.dropinfo {
    background-color: #192542;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 0;
}

.img_drop .remove_image {
    /*display:none;*/
}
.remove_image {
    float:right;
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
}


hr {
    border: 0;
    height: 1px;
    background: #192542;
    background-image: linear-gradient(to right, #192542, #192542, #eee);
}

.form-group label:not(.btn) {
    /*display: inline-block;*/
    /*margin-bottom: 0;*/
    /*background-color: #192542;*/
    /*color: white;*/
    /*padding: 4px 10px 3px 10px;*/
    font-weight: bold;
    color: #192542;
    margin-top: 11px;
    margin-bottom: 2px;
}

h3.page-heading a {
    tex-align: right;
}

.dataTables_wrapper.no-footer {
    margin-top: 15px;
}


.dataTables_info,
.dataTables_length {
    float:left;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}
.dataTables_paginate paging_simple_numbers,
.list_table_products_filter {
    float:right;
}

.dataTables_filter input[type=search] {
    border: 1px solid #999;
}

table.dataTable {
    width: 100%;
}
#list_table, #list_table_features {
    display:none;
    width: 100%;
}
i.fa-newspaper, i.fa-home, i.fa-check {
    color: green;
}
i.fa-times {
    color: red;
}
i.fa-eye {
    color: #007bff;
}
.fa-trash {
    color: #eee;
    font-size: 70%;
}

th.t-center, td.t-center {
    text-align: center;
}

.create-button {
}
.remove-product {
    float:right;
}

.btn.button-sm.btn-danger.active.admin_soft_delete {
    padding: 0 10px;

}

.pig .fa-minus-circle {
    font-size: 120%;
    padding-top: 14px;
    color: #007bff;
}



.product_used_group_1,
.product_used_group_2,
.product_used_group_3,
.product_used_group_4 {
    display:none;
}

#product_search.form-control {
    display: inline-block;
    width: 90%;
}
.hide {
    display:none;
}
#pnum.pnums {
    height: 38px;
    width: 45px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#searchResult {
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 50%;
    position: absolute;
    right: 0;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#searchResult .img-fluid {
    max-width: 50%;
}
#searchResult hr {
    margin: 0;
}
p.add_product {
    margin-top: 16px;
}
p.add_product i {
    font-size: 2rem;
    color: #007bff;
    cursor: pointer;
}
.header-preview_imgUploadForm {
    display:none;
}

.row.tight-p label {
    margin-top: 0;
}

.deploying-message {
    font-size: 150;
    font-weight: bold;
    color: red;
    padding: 0 30px;
}

.deploying-success {
    font-size: 150;
    font-weight: bold;
    color: green;
    padding: 0 30px;
}

table#product_highlights_new {
    margin-top: 11px;
}

table.product_list p {
    margin: 0;
}

.list_button,
.list_thumb {
    text-align: center;
}
.list_thumb a img {
    max-width: 100px;
    height: 35px;
    margin: 0 5px;
}
.list_thumb i.list_icon {
    font-size: 28px;
}


#file_upload_lightbox .upload_area,
#file_upload_lightbox .is_primary_row {
    display:none;
}
.dataTable tr:hover {
    background-color: rgba(11,134,200,0.25);
}
.dataTable tr:hover select,
.dataTable tr:hover input {
    background-color: rgba(11,134,200,0.25);
}

.dataTable tr:hover select:hover,
.dataTable tr:hover input:hover {
    background-color: #fff;
}



.form-control.auto-update-row {
    padding: 0;
}
.product_list th,
.product_list td {
    white-space: nowrap;
}

.product_list th,
.product_list td {
    padding-right: 10px;
}
.dataTable select.form-control:not([size]):not([multiple]) {
     height: auto;
}

.product_list td span {
    display:none;
}

i.fas.fa-backward {
    float: left;
    margin-right: 5px;
    font-size: 19px;
    line-height: 39px;
    cursor: pointer;
}
.dataTables_scrollHeadInner {
    width: 100% !important;
}
.dataTables_scrollHeadInner table {
    width: 100% !important;
}
.checkbox-col {
    width: 10% !important;
}
.name-col {
    width: 184px !important;
    padding-right: 0 !important;
}
.featherlight-content h4 {
    margin-bottom: 0;
}
.featherlight-content .dataTables_wrapper.no-footer {
    margin-top: 0;
}
td.subrow-highlights {
    background: url('/assets/cms/images/details_open.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}
tr.shown td.subrow-highlights {
    background: url('/assets/cms/images/details_close.png') no-repeat center center;
    background-size: contain;
}

button.buttons-colvisGroup {
    cursor: pointer;
    border: none;
    background-color: #192542;
    color: #fff;
    padding: 5px 10px;
}
button.buttons-colvisGroup.active {
    background-color: #23272b;
}
button.buttons-colvisGroup:hover {
    background-color: #23272b;
}
#cms .pretty {
    font-size: 20px;
    margin-right: 0;
    margin-left: 3px;
    line-height: 0.93;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after {
    display:none;
    content: '';
}

table.dataTable thead .sorting_desc::after {
    display:none;
}

table.dataTable thead .sorting {
    background-image: url(https://datatables.net/media/images/sort_both.png);
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead .sorting_asc {
    background-image: url(https://datatables.net/media/images/sort_asc.png);
    background-repeat: no-repeat;
    background-position: center right;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc:before {
    content: '';
}

table.dataTable thead .sorting_desc {
    background-image: url(https://datatables.net/media/images/sort_desc.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.import-page h3, .import-page p {
    margin: 0; padding: 0;
}
.import-page h3.success {
    margin-top: 20px;
    color: green;
}

.img_drop.homebanner.gallery {
    background-size: cover;
    background-position: center;
    min-height: 178px;
}
.img_drop.case_studies.gallery {
    background-size: cover;
    background-position: center;
    min-height: 184px;
}
.gallery-thumbs {
    white-space: nowrap;
}
.gallery-thumbs .form-control.side-label {
    width: 90%;
    display:inline-block;
}
.gallery-thumbs span.left-label {
    display:inline-block;
    width: 10%;
}

#product_highlights td:nth-child(4),
#list_table_highlight_strings td:nth-child(4),
#list_table_highlight_strings td:nth-child(5) {
    text-align: center;
}



#dash a.accordion-bar {
    display: block;
    margin: 3px 0;
    width: 100%;
    padding: 10px;
    background-color: #aaa;
    cursor: pointer;
    text-decoration: none;
}
#dash a.accordion-bar i {
    float: right;
    font-size: 20px;
    color: #fff;
}
#dash a.accordion-bar:hover {
    text-decoration: none;
}
#dash .card.card-body {
    padding: 5px 10px;
}

#dash .dataTables_wrapper.no-footer {
    margin-top: 0;
}
#dash .dt-buttons {
    float:right;
    margin-left: 20px;
}
#dash .dt-buttons .dt-button {
    border: 0;
    background-color: #007bff;
    color: #fff;
    border-radius: .25rem;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
    cursor: pointer;
}

h3 a i.fa-external-link-alt {
    font-size: 60%;
    position: relative;
    margin-left: 5px;
    top: -7px;
}

.paging_simple_numbers {
    margin-top: 10px;
}
.paging_simple_numbers span {
    margin: 0 10px;
}
.paging_simple_numbers a.paginate_button {
    margin: 0 2px;
    font-weight: 400;
}
.paging_simple_numbers a.paginate_button.current {
    font-weight: 600;
    text-decoration: underline;
}
.paging_simple_numbers span span.ellipsis {
    margin: 0 2px;
}
span.nomissing-success {
    color: green;
    display:block !important;
    text-align: center;
    font-weight: bold;

}