@charset "utf-8";
/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Prospector Products
	All rights reserved
*/
.navbar-light {
    background: #fff !important;
    min-height: 100vh;
}
.navbar .navbar-brand {
}
.navbar .navbar-brand img {
    filter: brightness(0) invert(1);
}
.navbar .nav-item > .nav-link {
    color: #666;
}
.btn.create-button {
    padding-left: 45px;
    padding-right: 45px;
}
.tooltip-inner {
    background: #444;
    font-size: 1rem;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 25px;
    color: #fff;
}
.tooltip .arrow {
    display: none;
}

/* BUTTONS */
.btn-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    line-height: 35px;
    text-align: center;
    font-size: 1.25rem;
}
.btn-success,
.btn-info,
.btn-danger {
    background: #fff;
    border-color: #fff;
    color: #333;
    box-shadow: rgba(10,10,10,0.1) 0 0.25rem 0.25rem;
}

/* PAGES MANAGEMENT */
.page-item {
    display: block;
    position: relative;
    border-radius: 6px;
    padding: 15px 20px;
    background: #2d2d2d;
    margin-top: 15px;
}
.page-item .page-icon {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    background: #444;
    color: #fff;
    font-size: 2rem;
}
.page-item .page-details {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    width: calc(100% - 300px);
}
.page-item .page-details h4 {
    font-size: 1.15rem;
    font-weight: 500;
    margin: 0;
}
.page-item .subpage .page-details h4 {
    font-size: 0.9rem;
}
.page-item .page-details p {
    margin: 3px 0 0 0;
    font-size: 0.8rem;
}
.page-item .page-actions {
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    text-align: right;
}
.page-item .page-actions .btn {
    margin-left: 3px;
}
.page-item .subpage .page-actions {
    width: 250px;
    opacity: 0;
    transition: 0.15s ease all;
}
.page-item .subpage:hover .page-actions {
    opacity: 1;
}
.page-item .subpage .page-actions .btn {
    margin-left: 1px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1rem;
}
.page-item .subpage .page-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.15rem;
}
.page-item .subpages {
    margin-left: 30px;
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 6px;
    background: rgba(255,255,255,0.015);
}
.page-item .subpages h5 {
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #999;
    position: relative;
}
.page-item .subpages .subpage {
    padding: 5px 7.5px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    transition: 0.15s ease all;
    border-radius: 6px;
    width: calc(100% + 15px);
}
.page-item .subpages .subpage:hover {
    background: rgba(255,255,255,0.025);
}

#order-items {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#order-items li.page-item:hover,
#order-items li.page-item:active {
    background: #fff;
    color: #333;
    border-radius: 1rem;
    box-shadow: rgba(10,10,10,0.1) 0 0.25rem 0.25rem;
    cursor: move;
}
.btn[data-action="saveOrderChanges"] {
    padding-left: 35px;
    padding-right: 35px;
}

/* MODALS */
.modal-content {
    background: #fff;
    border-color: transparent;
    padding: 15px;
}
.modal-content .modal-header h4 {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
}
.modal-content .modal-body {
    padding: 20px 0;
}
.modal-content .sub-section {
    position: relative;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.15s ease all;
}
.modal-content .sub-section:hover {
    background: #eee;
}
.modal-content .sub-section.active,
.modal-content .sub-section.active:hover {
    cursor: default;
    background: #f2f3f4;
}
.modal-content .sub-section + .sub-section {
    margin-top: 15px;
}
.modal-content .sub-section h4 {
    font-size: 1rem;
    color: #999;
    display: block;
    margin: 0;
    font-weight: 600;
    position: relative;
    user-select: none;
    cursor: pointer !important;
}
.modal-content .sub-section h4:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: 'Line Awesome Free';
    content: '\f107';
    width: 20px;
    height: 20px;
    margin: auto;
    line-height: 20px;
    text-align: center;
    transition: 0.15s ease all;
}
.modal-content .sub-section.active h4:after {
    transform: rotate(180deg);
}
.modal-content .sub-section .sub-section-content {
    display: none;
    padding-right: 30px;
}
.modal-content .sub-section.active .sub-section-content {
    display: block;
}
.modal-content .sub-section + .btn {
    margin-top: 15px;
}
.modal-content .sub-section .form-group > label {
    font-size: 0.9rem;
    opacity: 0.75;
}
.modal-content .sub-section .form-group > a:not(.btn) {
    color: #7dd1ff;
}
.modal-content .sub-section .form-group .form-control,
.modal-content .form-group .form-control {
    background: #fff;
    border-color: #ddd;
    color: #333;
}
.modal-content .sub-section .form-group .form-control:disabled,
.modal-content .form-group .form-control:disabled {
    color: #999;
}
.modal-content .sub-section .form-group .form-control:focus,
.modal-content .form-group .form-control:focus {
    box-shadow: rgba(0,0,0,0.1) 0 0 0 3px;
    background: #fff;
    border-color: #fff;
}
.page-wrapper .form-group .form-control {
    background: #fff;
    border-color: #fff;
    color: #333;
}
.page-wrapper .form-group .form-control:focus {
    box-shadow: rgba(255,255,255,0.1) 0 0 0 3px;
    background: #fff;
    border-color: #fff;
}
.modal-content .sub-section .form-group p.small {
    opacity: 0.5;
    margin-top: 5px;
    display: block;
}
.modal-content .sub-section .checkbox + .checkbox {
    margin-top: 5px;
}
.modal-content .sub-section .checkbox label input + div {
    background: #333;
}
.modal-content .sub-section .checkbox label input:checked + div {
    background: #16588e;
}
.modal-content .checkbox.switch-checkbox label {
    display: block;
    position: relative;
    margin: 0 -10px;
    padding: 10px 10px;
    border-radius: 6px;
    width: calc(100% + 20px);
    transition: 0.2s ease all;
}
.modal-content .checkbox.switch-checkbox label:hover {
    background: #333;
}
.modal-content .checkbox.switch-checkbox label input {
    display: none;
}
.modal-content .checkbox.switch-checkbox label input + span {
    font-weight: 400;
    color: #999;
    font-size: 1rem;
    display: block;
}
.modal-content .checkbox.switch-checkbox label input + span + div {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    height: 20px;
    background: #323232;
    border-radius: 35px;
    width: 50px;
    margin: auto;
    transition: 0.2s ease all;
}
.modal-content .checkbox.switch-checkbox label:hover input + span + div {
    background: #444;
}
.modal-content .checkbox.switch-checkbox label input + span + div:after {
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    width: 14px;
    height: 14px;
    background: #999;
    content: ' ';
    border-radius: 50%;
    transition: 0.2s ease all;
}
.modal-content .checkbox.switch-checkbox label input:checked + span + div:after {
    background: #ff5722;
    transform: translateX(30px);
}
.modal-content i.icon-preview {
    font-size: 2rem;
    color: #fff;
    width: 44px;
    height: 44px;
    margin: 0;
    text-align: left;
    line-height: 44px;
}
.modal-content .btn {
    padding-left: 35px;
    padding-right: 35px;
}
.modal-content .btn.btn-info {
    color: #fff;
    margin-top: 10px;
}
.modal-content .videos .row {
    margin-left: -5px;
    margin-right: -5px;
}
.modal-content .videos .row + .row {
    margin-top: 10px;
}
.modal-content .videos .row div[class^='col'] {
    padding-left: 5px;
    padding-right: 5px;
}
.modal-content .videos .btn.btn-danger {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
}
.modal .logs-table {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.modal .logs-table li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 10px;
    border-radius: 6px;
    transition: 0.15s ease all;
}
.modal .logs-table li + li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: ' ';
    opacity: 0.05;
}
.modal .logs-table li:hover {
    background: rgba(255,255,255,0.025);
}
.modal .logs-table li span {
    font-size: 0.9rem;
}
.modal .logs-table li b {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

/* FORM BOX */
.form-box.box-effect {
    background: #2d2d2d;
}
.form-box.box-effect .form-control {
    background: #fff;
    border-color: #fff;
    color: #333;
}
.form-box.box-effect .form-control:focus {
    box-shadow: rgba(255,255,255,0.1) 0 0 0 3px;
    background: #373737;
    border-color: #373737;
}


/* STATS */
.stats-box {
    display: block;
    position: relative;
    background: #fff;
    box-shadow: rgba(10,10,10,0.1) 0 0.25rem 0.25rem;
    margin-top: 15px;
    padding: 15px 35px 20px 35px;
    border-radius: 6px;
}
.stats-box strong {
    display: block;
    font-size: 2.5rem;
    color: #333;
    font-weight: 600;
}
.stats-box span {
    display: block;
    font-size: 0.9rem;
    color: #999;
    margin-top: -4px;
}

/* CHART */
.weekly-chart {
    width: 100%;
    margin-top: 30px;
}
.weekly-chart h4 {
    font-size: 1rem;
    color: #999;
    font-weight: 600;
}
.weekly-chart #weekly-chart {
    height: 300px;
    width: 100%;
    display: block;
}
.morris-hover {
    position:absolute;
    z-index:1;
}
.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight:bold;
    margin:0.25em 0
}
.morris-hover.morris-default-style .morris-hover-point {
    white-space:nowrap;
    margin:0.1em 0
}
.morris-hover.morris-default-style {
    border-radius: 2px;
    padding: 10px 12px;
    color: #666;
    background:rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff!important ;
}
.morris-hover-point {
    color: rgba(257, 257, 257, 0.8)!important ;
}

/* DATA TABLES */
.dataTables_wrapper {
    margin-top: 20px;
}
.dataTables_wrapper label {
    font-size: 0.9rem;
    color: #333;
}
.dataTables_wrapper label input,
.dataTables_wrapper label select,
#range {
    padding: 10px 15px;
    background: #fff;
    border: none;
    color: #333;
    font-size: 14px;
    border-radius: 0.25rem;
    height: auto;
    margin: 0 5px;
    transition: 0.15s ease all;
    box-shadow: rgba(10,10,10,0.1) 0 .25rem 0.25rem;
}
.dataTables_wrapper label input {
    margin-right: 0;
}
.dataTables_wrapper label input:focus,
.dataTables_wrapper label select:focus,
#range:focus {
    box-shadow: rgba(10,10,10,0.1) 0 .25rem 0.25rem;
    background: #fff;
    border-color: #fff;
    outline: none;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #666;
    margin-top: 0;
    padding-top: 0;
    font-size: 0.8rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #16588e;
    border-color: #16588e;
    outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background: #7dd1ff;
    border-color: #7dd1ff;
    box-shadow: none;
    outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff;
    border-color: #fff;
    outline: none;
    border-radius: 0.5rem;
    box-shadow: rgba(10,10,10,0.1) 0 0.25rem 0.25rem;
    color: #333 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #16588e;
    border-color: #16588e;
    outline: none;
}
table.dataTable {
    border: none;
    background: #fff;
    box-shadow: rgba(10,10,10,0.1) 0 0.25rem 0.25rem;
    border-radius: 6px;
    padding: 15px;
}
table.dataTable thead th:hover {
    background: rgba(255,255,255,0.025);
}
table.dataTable thead th:active {
    background: rgba(255,255,255,0.05);
}
table.dataTable thead th, table.dataTable thead td {
    border-top: none;
    border-bottom-color: rgba(255,255,255,0.1);
    padding: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
}
table.dataTable tbody tr {
    background: transparent;
}
table.dataTable tbody tr td {
    border-top: none;
    vertical-align: middle;
    font-size: 0.9rem;
    color: #999;
    border-bottom: 1px solid #eee;
}
table.dataTable tbody tr:last-child td {
    border-bottom-color: transparent;
}
#users-table .user-name,
#accounts-table .user-name {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    padding-left: 10px;
    text-transform: capitalize;
}
#logs-table tr,
#orders-table tr {
    cursor: pointer !important;
    user-select: none;
}
#logs-table tr:active,
#orders-table tr:active {
    background: rgba(0,0,0,0.15);
}
#orders-table .tick {
    display: block;
    width: 20px;
    height: 20px;
    background: green;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    margin: auto;
}

/* PRODUCT STATS */
.product-stats {
    margin-top: 30px;
    position: relative;
}
.product-stats .stats-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-radius:6px;
    background: rgba(255,255,255,0.025);
}
.product-stats .stats-item + .stats-item {
    margin-top: 10px;
}
.product-stats .stats-item img {
    height: 30px;
    filter: brightness(0) invert(1);
    opacity: 0.45;
}
.product-stats .stats-item .stats-logo i {
    font-size: 3rem;
    display: inline-block;
    vertical-align: middle;
}
.product-stats .stats-item .stats-logo h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 1.15rem;
    color: #999;
    font-weight: 600;
}
.product-stats .stats-item .total {
    text-align: right;
}
.product-stats .stats-item .total b {
    display: block;
    font-weight: 600;
    color: #fff;
}
.product-stats .stats-item .total span {
    display: block;
    font-size: 0.8rem;
    color: #666;
}

.table-wrapper {
    padding-right: 30px;
    padding-bottom: 30px;
}

.license-user {
    position: relative;
    padding-left: 3rem;
}
.license-user u {
    text-decoration: none;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: bold;
    background: #f2f3f4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
}
.license-user b {
    display: block;
    font-weight: bold;
}
.license-user span {
    display: block;
    font-size: 0.8rem;
    color: #ccc;
}

@media (max-width: 767px) {
    .page-wrapper {
        background: #222;
    }
    .navbar-light {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .navbar .navbar-brand {
        border-bottom: none;
    }
    .navbar .mobile-user:active, .navbar .mobile-user:hover, .navbar .mobile-user:focus {
        background: #444;
    }
    .row.stats-row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .row.stats-row div[class^='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}