:root {

    --font-color: #f1f1f1;
    --line-color: rgba(255, 255, 255, 0.3);
    --bar-color: #1c1c1c;
    --body-back-color: #262626;
    --input-color: #1a1a1a;
    --dark-green: #138f00;
    --dark-red: #c70000;
    --primary-color: rgb(24, 133, 216);











    --main-blue:#00ADEE;
    --main-white:#f1f1f1;
    --main-green:#91c65b;
    --main-yellow:#DBD756;
    --main-red:#D66969;
    --main-orange:#d99755;
    --main-pink:#ffa6ed;

}

#bookmarks{
    height: 5vh;
    position: fixed;
    top:95vh;
    background-color: #1c1c1c;
    z-index: 5;
}
.page-item:active{
    box-shadow: none;

}
.page-link{
    color: var(--main-blue) !important;
}
.disabled > .page-link{
    color: grey !important;
}
.bookmark {
    min-width: 180px;
    padding: 5px;
    border-radius: 7px 7px 0 0;
    margin-left: -1px;
    background-color: #262626;
    z-index: 100;
}
.bookmark:hover {
    height: 200px;
}
.bookmark:hover {
    margin-top: -18px;
}
.bookmark > div > a {
    margin-right: 15px;
    color: var(--font-color);
    padding-bottom: 20px;
}

.bookmark > div > a:hover {
    text-decoration: none;
    font-weight: bold;
    color: var(--main-blue);
    /*font-size: 18px;*/
}

.bookmark > div > button:hover {
    font-weight: bold;
    font-size: 18px;
}


.fc th, .fc td {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.5em;
}

.fc-toolbar h2 {
    font-size: 1.25em;
    margin: 0;
}

.fc-title {
    color: var(--main-white) ;
    font-size: 0.7rem;
}

.fc-today {
    background: #212121 !important;

}

.fc-button {
    color: var(--main-white) !important;
    border: 1px solid var(--main-blue) !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.fc-sun {
    color: var(--main-red);
}

.fc-title:hover {
    cursor: pointer;
}

.ontime, .delayed {
    text-align: center;
    font-weight: 700;
    font-size: 4.5rem;
}

.delayed {
    color: var(--main-red);
}

.ontime {
    color: var(--main-green);

}

.href-finder {
    color: var(--main-blue);
    font-weight: bold;
}

.href-finder:hover {
    color: var(--main-blue);
    text-decoration: none;
}

.left-main-col {
    width: 4vw;
}

.right-main-col {
    width: 96vw;;
}

body {

}

table {
    color: var(--main-white)  !important;
}

.orders-btn {
    margin: 5px;
}

#tabApp {
    padding-bottom: 5vh;
}

#orders > tbody > tr.odd, tr.even {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

#orders > thead > tr > th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    background-color: #1c1c1c !important;
}

table > tbody > tr.odd, tr.even {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

table > thead > tr > th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    background-color: #1c1c1c !important;
}

.nav_ {
    z-index: 1;
    background-color: #1a1a1a !important;
    padding-bottom: 2px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sidebar {
    width: inherit;
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
    position: fixed;
    background-color: #1c1c1c;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 1;
    -webkit-transition: left 300ms;
    -o-transition: left 300ms;
    transition: left 300ms;
    display: flex;
    align-items: center;
}

.header-text {
    text-align: center;
    background-color: #1c1c1c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

    padding: 7px;
}

.my-right-border {
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.my-left-border {
    border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.my-bottom-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.my-top-border {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.my-hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;

}

.dark-card {
    padding: 15px;
    margin: 0px;

}

.my-col, .my-row, hr {
    padding: 0 !important;
    margin: 0 !important;
}

a.nav-link:hover {
    color: var(--main-white)  !important;

    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    /* background-color: rgba(255, 255, 255, 0.1); */
}

a.nav-link {

    border-top: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    /* background-color: rgba(255, 255, 255, 0.1); */
}

.no-scroll-bar {
    height: 100%;
    padding: 0 !important;
    height: 40vh !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}

.no-scroll-bar-down {
    position: absolute !important;
    top: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    right: -18px !important;
    overflow: auto !important;

}

.badge-primary {
    color: #fff;
    background-color: transparent !important;
    font-size: 11px;
    margin-top: 1%;
    border: 2px solid #00ADEE;
    border-radius: 8px;
    -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0,173,238,1);
    -moz-box-shadow: inset 0px 0px 30px 0px rgba(0,173,238,1);
    box-shadow: inset 0px 0px 30px 0px rgba(0,173,238,1);
}


.badge-primary-finder{
    padding: 0.2em 0.55em !important;
}

.dt-order {
    color: var(--main-white) ;
    font-weight: 600;
}

.dt-order > span {
    color: var(--main-blue)
}

#loading {
    width: 5000px;
    height: 5000px;
    z-index: 1000;
    background-color: #262626 !important;
    position: fixed;
    left: -1000px;
    top: -1000px;
}

.dd-order {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 !important;
    margin-left: 30px !important;
    padding-top: 15px !important;
    margin-top: 15px !important;
    color: var(--main-white) ;
    font-weight: 600;
}

.dd-order > span {
    color: var(--main-blue)  !important;
}


/* ---------------------------- */


html {
    position: relative;
    min-height: 100%;
}

body {
    color: var(--main-white)  !important;
    background-color: #262626 !important;
}

input {
    background-color: #1a1a1a !important;
    color: var(--main-white)  !important;
}

#navbarDropdown:hover {
    background-color: none !important;
}
#navbarDropdown{
    color: var(--main-white) !important;
}

div > ul.dropdown-menu > li > a {
    color: var(--main-white)  !important;
}

div > ul.dropdown-menu {
    overflow: hidden !important;
}

li.nav-item > a.dropdown-toggle:hover {
    background-color: #1a1a1a !important;
    font-weight: 400 !important;
}

a.dropdown-item {
    font-weight: 400 !important;
    color: var(--main-white)  !important;
}

a.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}
.calendar-btn{
    background-color: transparent;padding: 0;margin: 0;border: 0;margin-left: auto;margin-right: auto;display: block;

}
.calendar-btn:hover > svg > g > g > path {
    fill:var(--main-blue);
}
.changeDeadline-popup {
    z-index: 5;
    display: none;
    position: absolute;
    left: 40%;
    width:300px;
    height:fit-content;
    background-color:#262626;
    border-radius:8px;
    border: 2px solid var(--main-blue);
    -webkit-box-shadow: 0px 0px 120px 40px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 120px 40px rgba(0,0,0,1);
    box-shadow: 0px 0px 120px 40px rgba(0,0,0,1);
}

::-webkit-calendar-picker-indicator {

    color: var(--main-white);
    opacity: 1;

}

::-webkit-calendar-picker-indicator::after {

    content: '';
    display: block;
    background-size: 10%;
    width: 100px;
    height: 100px;
    position: absolute;
    transform: translateX(-2%);

}



#inputfinder {
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #495057 !important;
    z-index: 10;
    font-size: 20px
}

#inputfinder:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

#inputfinder:active {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

.pointer-finder {
    margin-left: 10px;
    cursor: pointer;
}
.btn-dashboard{
    float: right;
    background-color: transparent;
    border: none;
}
.btn-dashboard:focus{
    border: none;
    outline:none;
}
.data-div{
    font-weight: bold;
}
.dashboard_pop_up{
    font-size: 12px;
    width: 45%;
    height: 50%;
    background-color: #1a1a1a;
    position: absolute;
    z-index: 5;
    left: 25%;
    top: 25%;
    border-radius: 8px;
    border: 1px solid rgb(73, 80, 87);
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.75);
}

.main-finder {
    position: fixed;
    z-index: 10;
    position: fixed;
    left: 50%;
    top: 15%;
    transform: translateX(-50%);
}

.no-scroll-bar {
    height: 100%;
    padding: 0 !important;
    height: 40vh !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}

.no-scroll-bar-down {
    position: absolute !important;
    top: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    right: -18px !important;


    overflow: auto !important;
}

.order-products-th {

    text-align: center;
}

.body-finder {
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    border-radius: 5px;
    border: 1px solid #495057;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.75);
}

.main-column {
    left: -40px;
}

.red-border {
    -webkit-box-shadow: 0px 0px 0px 1px var(--main-red);
    -moz-box-shadow: 0px 0px 0px 1px var(--main-red);
    box-shadow: 0px 0px 0px 1px var(--main-red);
}
.btn-outline-primary{
    color:var(--main-white)  !important;
    font-weight: bold !important;
    border-color:var(--main-blue) !important;
}
.btn-outline-primary:hover{
    background: var(--main-blue)!important;
}


btn-outline-success{
    color:var(--main-white)  !important;
    font-weight: bold !important;
    border-color:var(--main-green) !important;
}
.btn-outline-success:hover{
    background: var(--main-green)!important;
}

.btn-outline-warning{
    color:var(--main-white)  !important;
    font-weight: bold !important;
    border-color:var(--main-yellow) !important;
}
.btn-outline-warning:hover{
    background: var(--main-yellow)!important;
}

btn-outline-danger{
    color:var(--main-white)  !important;
    font-weight: bold !important;
    border-color:var(--main-red) !important;
}
.btn-outline-danger:hover{
    background: var(--main-red)!important;
}




.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.form-control {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    /* border-top: 1px solid #d9d9d9 !important; */
    border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}

a.nav-link {
    color: grey !important;
}


select {
    background-color: #1a1a1a !important;
    color: var(--main-white)  !important;
}

textarea {
    background-color: #1a1a1a !important;
    color: var(--main-white)  !important;
}

button {
    color: var(--main-white)  !important;
}

table {
    font-size: 13px;
}

.row {
    width: 100% !important;
}

a > div {
    margin: 0;
    padding: 0;
    font-size: 0.6rem !important;
    font-weight: 600;
}

.row {
    margin-top: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.dark-table {
    background-color: #313131 !important;
}

.dark-head {
    background-color: #232831 !important;
}

.dark-body {
    background-color: #343a40 !important;
}

.notification {
    color: var(--main-white) ;
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    margin-right: 15px;
    margin-top: 5px;
}

a.btn {
    color: var(--main-white)  !important;
}

.pagination > li > a {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

#submit {
    color: var(--main-white)  !important;
}

#owners {
    background-color: #1a1a1a !important;
    border-radius: 3px !important;
}

div.clearfix > span {
    background-color: var(--main-blue)  !important;
    color: var(--main-white)  !important;
}

div.clearfix > input {
    border: none !important;
}

div.clearfix > ul.dropdown-menu > li {
    color: var(--main-red)  !important
}

div.searchable > ul {
    background-color: #262626 !important;
}

div.searchable > ul > li.active {
    background-color: #343a40 !important;
}

li > div.show {
    background-color: #1a1a1a !important;
}

div.searchable > ul > li.active {
    background-color: #343a40 !important;
}

ul.dropdown-menu > li.active {
    background-color: #1a1a1a !important;
}

.pagination > li > a, .pagination > li > span {
    background-color: #262626 !important
}

.pagination > li.active > a, .pagination > li.active > span {
    background-color: (--main-blue)  !important;
    border: 1px solid var(--main-white)  !important;
}

.pagination > li.active > a, .pagination > li.previous > span {
    background-color: #262626
}

div.nav-tabs > a.active {
    background-color: rgba(0, 0, 0, 0) !important;
    color: var(--main-white)  !important;
    border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-bottom: 1px solid #262626 !important;
}

div.nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

td.select-checkbox::before {
    border: 1px solid var(--main-white)  !important;
}

li.nav-item > a.nav-link {
    padding: 5px 5px 5px 5px !important;
    margin: 0;
}

li.nav-item {
    margin-bottom: 10px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

li.nav-item:hover {
    font-weight: bold !important;
}

ul.nav {
    width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background: none;
}

td.details-control {
    font-size: 1.1rem;
    font-weight: 900;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

td.details-control::before {
    color: var(--main-green)  !important;
    content: '+' !important;
/ / here is your X(cross) sign .
}

td > a.btn {
    font-size: 0.6rem;
    /* color: #d9d9d9 !important; */
}

tbody > tr.selected {
    background-color: rgba(0, 0, 0, 1) !important;
}

tr.shown td.details-control::before {
    color: (--main-red)  !important;
    content: '-' !important;
/ / here is your X(cross) sign .
}

td.no-padding {
    text-align: center;
}

div.slider {
    display: none;
    padding: 10px;
    margin: 15px !important;
}

table.dataTable tbody td.no-padding {
    padding: 0;
}

.finder_hr {
    border-bottom: 1px solid #495057 !important;
    margin-bottom: -1px;
}

.finder_table {
    width: 100%;
}

.left_td_finder, .left_order_info {
    font-weight: 600;
    text-align: right !important;
    font-size: 11px;
    color: grey !important;
}

.left_order_info {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
}

.right_order_info {
    text-align: left;
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 5px !important;
}

.right_td_finder {
    font-size: 11px;
}

.label_finder {
    border-bottom: 1px solid rgb(73, 80, 87);
    border-top: 1px solid rgb(73, 80, 87);
    text-align: center;
    background-color: rgb(49, 49, 49);
    font-size: 13px;
}

table.finder_table > thead > tr > th {
    text-align: center;
    border: 1px solid var(--main-white) ;
}

table.finder_table > tbody > tr > td {
    border: 1px solid var(--main-white) ;
}

@media (max-width: 767px) {
    .no-scroll-bar-down {
        width: inherit;
    }

    .dashboard_pop_up{
        width: 100%;
        height: 60%;
        left: 0 !important;
        top: 16%;
        -webkit-box-shadow: 0px 20px 100px 20px rgba(0,0,0,1);
        -moz-box-shadow: 0px 20px 100px 20px rgba(0,0,0,1);
        box-shadow: 0px 0 100px 80px rgba(0,0,0,1);

    }

    div.nav-tabs > a.active{
        border-bottom: 1px solid rgba(255,255,255,0.3) !important;
        border-top: 1px solid rgba(255,255,255,0.3) !important;
        border-left: 1px solid rgba(255,255,255,0) !important;
        border-right: 1px solid rgba(255,255,255,0) !important;
        border-radius: 0px !important;
    }

    #bookmarks, #archive-btn {
        display: none;
    }

    .left-main-col {
        width: 0vw;

    }

    .right-main-col {
        width: 100vw;
    }

    .sidebar, .notification, .left-nav_ {
        display: none;
    }

    div.show {
        border: none;
    }

    .nav_ {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
    }

    /* #app {
        margin-top: 100px;
    } */
    #orders {
        font-size: 11px;
        width: 100% !important;
    }

    .dark-card {
        font-size: 11px;
    }

    .table-responsive-sm {
        font-size: 11px;
    }

    .fc-toolbar {
        font-size: 11px;
    }
.fc_title{
    font-size:14px;
}
    .col-mobile {
        padding: 0 !important;
        margin: 0 !important;
    }

    .container {
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-column {
        left: 0px;
        padding: 0 !important;
        margin: 0 !important;
    }

    table {
        font-size: 11px;
    }

    #main_info {
        display: block;
    }

    .tab-col {
        width: 100%;

    }
    div.slider {

        margin: 0px !important;
    }


}

@media (min-width: 768px) {
    .mobile-nav {
        display: none;
    }

    #main_info, #files {
        display: none;
    }
}
