﻿/*COLOR SCHEME
    MAIN: #0B1F2C 
    HEADERS: #05071D
    SUBTITLES: #9b9b9b
*/

/*FONTS*/
@font-face {
    font-family: 'EuroStile';
    font-style: normal;
    font-weight: 400;
    src: local('EuroStile Regular'), local('EuroStile-Regular'), url(/Fonts/EurostileNextLTCom-Regular.ttf);
}

@font-face {
    font-family: 'EuroStile';
    font-style: normal;
    font-weight: 600;
    src: local('EuroStile Bold'), local('EuroStile-Bold'), url(/Fonts/EurostileNextLTCom-Bold.ttf);
}

@font-face {
    font-family: 'EuroStile';
    font-style: normal;
    font-weight: 300;
    src: local('EuroStile Light'), local('EuroStile-Light'), url(/Fonts/EurostileNextLTCom-SmBd.ttf);
}
/*END FONTS*/

/*HELPERS*/
body {
    font-family: EuroStile, sans-serif;
    font-weight: 400;
}

.brand {
    margin-top: 10px;
}

.no-padding {
    padding: 0;
}

body::-webkit-scrollbar {
    width: 0.5em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000000;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #05071D;
    outline: 1px solid #05071D;
}


div::-webkit-scrollbar {
    width: 0.2em;
    height: 0.5em;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000000;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

div::-webkit-scrollbar-thumb {
    background-color: #05071D;
    outline: 1px solid #05071D;
}

div::-webkit-scrollbar:vertical {
    display: none;
}
/*END HELPERS*/

/*LOADER*/
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}


/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

/*END LOADER*/

/*HEADER*/
h2 {
    color: #05071D;
    text-transform: capitalize;
}

h4 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #9b9b9b;
    font-size: 14px;
}
/*END HEADER*/

/*BUTTONS*/
.btn-primary {
    background-color: #0B1F2C;
    padding: 0.5em 1em;
    border-color: #0B1F2C;
    border-radius: 0;
    font-family: "EuroStile";
    font-weight: 300;
    letter-spacing: 1.5px;
}

    .btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary.active, .btn-primary:active, .btn-primary:disabled, .btn-primary.disabled {
        background-color: #306D94 !important;
        border-color: #306D94 !important;
    }

    .btn-primary:disabled {
        background: #eee !important;
        color: #aaa !important;
        border: none !important;
    }

.input-group-append .btn-primary {
    padding: 0.375rem 0.75rem;
}

.btn-circle.btn-lg {
    height: 40px;
    width: 40px;
}

.btn-outline-info {
    color: #b4bcc8;
    border-color: #b4bcc8;
}

    .btn-outline-info:focus, .btn-outline-info.focus, .btn-outline-info:hover, .btn-outline-info.active, .btn-outline-info:active {
        background-color: #b4bcc8 !important;
        border-color: #b4bcc8 !important;
    }
/*END BUTTONS*/

/*INPUTS*/
.form-control:focus {
    border-color: #0B1F2C;
}

/*Discounts & Commission Text Color*/

.redhighlight {
    color: #E9004C;
}
/*END INPUTS*/

/*WRAPPERS*/
.content-wrapper {
    /*background-color: #fafafa;*/
    background-color: #0b1f2c;
    
}
/*END WRAPPERS*/

/*TABLES*/
table th {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.3px;
    font-size: 12px;
}

.table thead th {
    border-bottom: 0px solid #ddd !important;
}

table tr {
    color: #555;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
}

.table > tbody > tr > td {
    border-top: 0px solid grey;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.02);
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0px;
    width: 500px;
    margin-bottom: 5px;
}

.dataTables_wrapper .form-control-sm {
    font-size: 0.8rem;
    height: calc(1.5em + 0.5rem + 2px);
}

div.dataTables_wrapper div.dataTables_info {
    padding: .5rem;
    font-weight: 300;
    color: #9b9b9b;
    font-family: "EuroStile";
}

.dataTables_filter {
    margin-bottom: 5px;
    float: left !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    font-size: 12px;
    font-family: "EuroStile";
    font-weight: 300;
}

table .btn-link {
    font-size: 12px;
}

table.dataTable {
    margin-bottom: 20px !important;
}

table .btn-circle {
    height: 25px;
    font-size: 12px;
    line-height: 1.2;
    margin-right: 10px;
    width: 25px;
    padding-left: 2px !important;
}

table .column {
    padding-left: 0px;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
    padding: 0;
}

.dataTables_wrapper {
    margin-bottom: 10px;
}

.pagination .page-item.active .page-link,
.pagination .active > a, .pagination .active > a:hover, .pagination .active > a:focus,
.pagination .active > span, .pagination .active > span:hover, .pagination .active > span:focus {
    background-color: #0B1F2C !important;
    border-color: #0B1F2C !important;
}

.column.actions {
    color: #b4bcc8;
    width: 95%;

}
/*END TABLES*/
/*IBOX*/
.ibox {
    padding: 20px;
    border-radius: 5px;
}

    .ibox .title {
        margin-bottom: 20px;
    }

.ibox-title {
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 2.3px;
    margin: 0;
}

.ibox-subtitle {
    margin-top: 7px;
    display: inline-block;
    color: #9b9b9b;
    font-size: 14px;
    letter-spacing: 1.8px;
}

.ibox .ibox-body {
    padding: 0px;
}

.ibox .controls {
    padding-top: 5px;
}
/*END IBOX*/

.danger-text {
    color: #F44336;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-transform: uppercase;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    height: 75px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 25px;
}

.dragover {
    border: 5px dashed #0B1F2C;
}

/*WIZARD*/
.wizard {
    font-family: "EuroStile";
    font-weight: 300;
    letter-spacing: 1.5px;
}

    .wizard > .content {
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        background: white;
        border: 1px solid #b4bcc8;
        border: 1px solid rgba(180,188,200,0.4);
        border-radius: 0;
    }

        .wizard > .content > .body {
            padding: 20px;
            height: 100%;
            position: initial;
            padding-right: 25px;
            padding-left: 25px;
            width: 100%;
        }

    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
        padding: 0.2em;
        padding-left: 1em;
        border-radius: 0;
    }

    .wizard > .steps .number {
        font-size: 1em;
    }

    .wizard > .steps a {
        font-weight: 300;
        border-radius: 0;
        text-transform: uppercase;
    }

        .wizard > .steps a:first-child {
            margin-left: 0;
        }

    .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
        background: #0B1F2C;
        font-weight: 600;
    }

    .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
        color: #aaa;
        background: #0b1f2c;
        background: #eee;
    }

    .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
        color: #aaa;
        background: #0b1f2c;
        background: #eee;
    }

    .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
        background: #0B1F2C;
        border-radius: 0;
    }

    .wizard > .content > .body label {
        color: #9b9b9b;
        font-size: 12px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .wizard > .content > .body input:focus {
        border-color: #0B1F2C;
    }

    .wizard > .actions > ul > li:nth-child(2) {
        margin-right: 0px;
    }
/*END WIZARD*/
/*FORMs*/
.help-block {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.inner-form {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #b4bcc8;
    border: 1px solid rgba(180,188,200,0.4);
    height: 100%;
    padding: 20px;
    padding-right: 25px;
    padding-left: 25px;
}

    .inner-form label {
        color: #9b9b9b;
        font-size: 12px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-weight: 600;
    }
/*END FORMs*/

#setup-canvas {
    text-align: center;
}

/*AVATAR*/
:root {
    --avatar-size: 50px;
    /* change this value anything, e.g., 100px, 10rem, etc. */
}

.avatar-circle {
    background-color: #306d94;
    background-color: rgba(48,109,148, .5);
    border-radius: 50%;
    height: var(--avatar-size);
    text-align: center;
    width: var(--avatar-size);
    margin: 4px;
}


.initials {
    color: white;
    font-size: calc(var(--avatar-size) / 2.5); /* 50% of parent */
    line-height: 1;
    position: relative;
    top: calc(var(--avatar-size) / 4); /* 25% of parent */
}

.active-avatar {
    background-color: #0B1F2C;
}
/*END AVATAR*/

/*CARDS*/
a.clickable-card .card:hover {
    background-color: #0b1f2c;
    background-color: rgba(11,31,44,.1);
}

.clickable-card-active {
    background-color: #0b1f2c;
    background-color: rgba(11,31,44,.1);
}

  

    .clickable-card {
        text-align: center;
    }

    .clickable-card .card:hover {
        color: wheat;
    }

    .clickable-card .card {
        border-radius: 0px;
    }

    .clickable-card .card-title {
        font-size: 12px;
        color: #555;
    }

    .clickable-card .card-text {
        color: #555;
    }
/*END CARDS*/

/*BREADCRUMB*/
.breadcrumb {
    padding: 0.5rem 1.5rem;
    margin-bottom: 15px;
    background-color: #0b1f2c;
    background-color: rgba(11, 31, 44, .1);
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.breadcrumb-item.active {
    font-weight: 600;
}
/*END BREADCRUMB*/

/*DASHBOARDS*/
.dashboard-actions .card-text {
    margin: 0;
}

.dashboard-actions .card-title {
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    font-size: 10px;
}

.dashboard-actions .clickable-card-active .card-title {
    font-weight: 800;
}

.dashboard-actions .card-body {
    padding: 10px;
}

.divided-controls {
    border-right: 1px solid #000000;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    padding-right: 20px;
}
/*END DASHBOARDS*/

/*ERROR MESSAGES*/

.error-message {
    color: #E9004C;
}

/*END ERROR MESSAGES*/
