/*
* {
    outline: 1px solid red;
}
*/

.btn-request {
    display: inline-block;
    width: 100%;
    color: #B89068;
    font-size: 0.99em;
    background-color: transparent;
    border: 0.2rem solid #B89068;
    border-radius: 0;
    padding: 13px 28px;
    transition: all 0.2s ease;
    max-width: 100%;
    font-weight: 600;
}
.btn-request:hover {
    color: #fff;
    background-color: #B89068;
    cursor: pointer;
}

.btn-refresh {
    display: inline-block;
    color: #B89068;
    font-size: 0.99em;
    background-color: transparent;
    border: 0.2rem solid #B89068;
    border-radius: 0;
    padding: 13px 28px;
    transition: all 0.2s ease;
    font-weight: 600;
}
.btn-refresh:hover {
    color: #fff;
    background-color: #B89068;
    cursor: pointer;
}

.nav-link div {
    display: inline-block;
    width: 100%;
    color: #B89068;
    font-size: 0.99em;
    background-color: transparent;
    border: 0.2rem solid #B89068;
    border-radius: 0;
    padding: 13px 10px;
    transition: all 0.2s ease;
    max-width: 100%;
    font-weight: 600;
}
.nav-link div:hover {
    color: #fff;
    background-color: #B89068;
    cursor: pointer;
}

nav #menu-btn {
    font-size: 1.25rem;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

nav .fa-times {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

nav #menu-btn:hover {
    color: #B89068;
}

.docked-div {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
    padding: 10px;
    border-radius: 0.5rem;
    background-color: #333333;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.docked-div span {
    display: block;
    padding: 5px;
    background-color: #222;
    cursor: pointer;
    margin: 5px;
}

.radio2 {
    /*margin-top: 50%;*/
    top: 50%;
    /*margin: 1.5px;*/
    width: 260px;
    padding-bottom: 10px;
}

.radio {
    /*margin-top: 50%;*/
    top: 50%;
    /*margin: 1.5px;*/
    width: 260px;
}

.radio-inputs {
    /* position: absolute; */
    display: flex;
    /* flex-wrap: wrap; */
    border-radius: 0.5rem;
    background-color: #333333;
    /* box-sizing: border-box;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06); */
    width: 370px;
    font-size: 18px;
    align-items: center;
}

.radio-inputs .radio {
    flex: 1 1 auto;
    text-align: center;
}

.radio-inputs .radio input {
    display: none;
}

.radio-inputs .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: none;
    padding: .5rem 0;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
    transition: all .15s ease-in-out;
}

.radio-inputs .radio input:checked+.name {
    background-color: #B89068;
    font-weight: 600;
}

.center1 {
    display: flex;
    margin: auto;
}

.btn-nav {
    color: #fff;
    background-color: #B89068;
    border: 2px solid #B89068;
    font-size: 90%;
    font-weight: 600;
}

.btn-nav:active,
.btn-nav:hover {
    color: #fff;
    border: 2px solid #B89068;
}

.name-lable {
    font-size: 24px;
}

.text-white {
    color: #fff;
}

html {
    font-size: 100%;
    overflow-x: hidden;
}

body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    background-color: #000000;
    overflow-x: hidden;
}

a {
    transition: all 0.3s ease;
}

a:focus,
a:hover {
    text-decoration: none;
}

button:focus {
    outline: 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.tm-site-icon {
    color: #222222;
}

.tm-site-title {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
}

.navbar {
    height: 80px;
    background-color: #222222;
    padding: 0;
}

.navbar .container {
    position: relative;
}

.tm-logout-icon {
    font-size: 1.5em;
}

.tm-mt-big {
    margin-top: 57px;
}

.tm-mb-big {
    margin-bottom: 60px;
}

.tm-mt-small {
    margin-top: 20px;
}

.tm-block-col {
    margin-bottom: 30px;
}

.tm-block {
    padding: 40px;
    /*-webkit-box-shadow: 1px 1px 5px 0 #222222;*/
    /*-moz-box-shadow: 1px 1px 5px 0 #222222;*/
    /*box-shadow: 1px 1px 5px 0 #222222;*/
    min-height: 350px;
    height: 100%;
    max-height: 450px;
}

.tm-block-avatar,
.tm-block-settings {
    overflow: auto;
    max-height: none;
    width: 800px;
}

.tm-block-avatar {
    height: auto;
}

.tm-block-h-auto {
    min-height: 1px;
    max-height: none;
    height: auto;
}

.tm-block-scroll {
    overflow-y: scroll;
}

.tm-block-overflow {
    overflow: hidden;
}

.tm-block-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 90%;
}

.nav-link>i {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 1.5rem;
}

.dropdown-item,
.nav-link {
    padding: 15px 20px;
}

.dropdown-menu {
    font-size: 90%;
    color: #fff;
    background-color: #222222;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: auto;
}

.dropdown-item {
    color: #fff;
    padding: 15px 30px;
}

.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active {
    background-color: #B89068;
    color: #fff;
}

.navbar-nav .nav-link.active i {
    color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #222222;
}

.navbar-nav a:hover,
.navbar-nav a:hover i {
    color: #B89068;
}

.nav-item {
    text-align: center;
}

.nav-item:last-child {
    margin-right: 0;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    margin-top: 0;
    border: 0;
}

.tm-content-row {
    justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px;
}

.tm-col {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
}

.tm-col-big {
    width: 39%;
}

.tm-col-small {
    width: 21.95%;
}

.tm-gray-circle {
    width: 80px;
    height: 80px;
    background-color: #aaa;
    border-radius: 50%;
    margin-right: 15px;
}

.tm-notification-items {
    overflow-y: scroll;
    height: 90%;
}

.tm-notification-item {
    padding: 15px;
    background-color: #000000;
    color: #fff;
    font-size: 95%;
    margin-bottom: 15px;
}

.tm-notification-item:last-child {
    margin-bottom: 0;
}

.tm-notification-link {
    color: #B89068;
}

.tm-text-color-secondary {
    color: #bdcbd8;
}

.tm-small {
    font-size: 90%;
}

.table {
    background-color: #333333;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

th,
td {
    border-bottom: 1px solid #595959;
}

tr:hover {
    background-color: #b890684a;
    color: #fff;
}

thead {
    background-color: #222222;
    color: #fff;
}

.table thead th {
    border-bottom: 1px solid #595959;
    ;
}

.tm-status-circle {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-top: -3px;
}

.moving {
    background-color: #9be64d;
    box-shadow: 0 0 8px #9be64d, inset 0 0 8px #9be64d;
}

.pending {
    background-color: #efc54b;
    box-shadow: 0 0 8px #efc54b, inset 0 0 8px #efc54b;
}

.cancelled {
    background-color: #da534f;
    box-shadow: 0 0 8px #da534f, inset 0 0 8px #da534f;
}

.tm-avatar {
    width: 345px;
}

.tm-avatar-container {
    /*position: tm-block-col;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tm-avatar-delete-link {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 1000;
    padding: 14px;
    border-radius: 50%;
    background-color: rgba(57, 78, 100, 0.7);
    width: 50px;
    height: 50px;
    text-align: center;
    display: none;
    transition: all 0.2s ease;
}

.tm-avatar-container:hover .tm-avatar-delete-link {
    display: block;
}

.tm-col-avatar {
    max-width: 425px;
    width: 37%;
    padding-left: 15px;
    padding-right: 15px;
}

.tm-col-account-settings {
    max-width: 822px;
    width: 63%;
    padding-left: 15px;
    padding-right: 15px;
}

.form-control {
    background-color: #333333;
    color: #fff;
    border: 0;
}

.form-control:focus {
    background-color: #303030;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 0 0 0.1rem #292929;
}

.form-group label {
    color: #fff;
    margin-bottom: 1px;
}

.tm-hide-sm {
    display: block;
}

.tm-list-group {
    counter-reset: myOrderedListItemsCounter;
    padding-left: 0;
}

.tm-list-group>li {
    list-style-type: none;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px;
}

.tm-list-group>li:hover {
    color: #B89068;
}

.tm-list-group>li:before {
    counter-increment: myOrderedListItemsCounter;
    content: counter(myOrderedListItemsCounter) ".";
    margin-right: 0.5em;
}

.tm-list {
    padding-left: 30px;
}

.tm-list>li {
    margin-bottom: 20px;
}

.form-control {
    padding: 19px 18px;
    border-radius: 0;
    height: 50px;
}

.form-group {
    margin-bottom: 15px;
}

.btn {
    border-radius: 0;
    padding: 13px 28px;
    transition: all 0.2s ease;
    max-width: 100%;
}

.btn-small {
    padding: 10px 24px;
}

.btn-primary {
    color: #fff;
    background-color: #B89068;
    border: 2px solid #B89068;
    font-weight: 600;
}

.btn-primary:active,
.btn-primary:hover {
    color: #B89068;
    background-color: transparent;
    border: 2px solid #B89068;
}

.custom-file-input {
    cursor: pointer;
}

.custom-file-label {
    border-radius: 0;
}

.table td,
.table th {
    border-top: 1px solid #333333;
    padding: 15px 25px;
    vertical-align: middle;
}

.tm-table-small td,
.tm-table-small th {
    padding-left: 12px;
    padding-right: 12px;
}

.table-hover tbody tr {
    transition: all 0.2s ease;
}

.table-hover tbody tr:hover {
    color: #B89068;
}

.tm-bg-primary-dark {
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    min-height: 100px;
    background-color: #222222;
}

.tm-bg-gray {
    background-color: rgba(0, 0, 0, 0.05);
}

.tm-table-mt {
    margin-top: 66px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-link {
    padding: 12px 18px;
}

.page-link,
.page-link:hover {
    color: #000;
}

.page-item {
    margin-right: 18px;
}

.page-item:last-child {
    margin-right: 0;
}

.page-item.active .page-link {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #000;
}

input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-color: #222222;
    background-position: center;
    border-radius: 50%;
    position: relative;
    box-sizing: content-box;
    width: 24px;
    height: 24px;
    transition: all 0.1s linear;
}

input[type="checkbox"]:checked {
    background: url(../img/check-mark.png) #222222 center no-repeat;
}

input[type="checkbox"]:focus {
    outline: 0 none;
    box-shadow: none;
}

.tm-block-products {
    min-height: 725px;
}

.tm-block-product-categories {
    min-height: 650px;
}

.tm-product-table-container {
    max-height: 465px;
    margin-bottom: 15px;
    overflow-y: scroll;
}

.tm-product-table tr {
    font-weight: 600;
}

.tm-product-name {
    font-size: 0.95rem;
    font-weight: 600;
}

.tm-product-delete-icon {
    font-size: 1.1rem;
    color: #fff;
}

.tm-product-delete-link {
    padding: 10px;
    border-radius: 50%;
    background-color: #222222;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.tm-product-delete-link:hover .tm-product-delete-icon {
    color: #B89068;
}

.custom-select {
    width: 100%;
    border: none;
    color: #acc6de;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px;
    background: url(../img/arrow-down.png) 98% no-repeat #B89068;
}

.custom-select:focus {
    outline: 0;
}

.tm-trash-icon {
    color: #6e6c6c;
    cursor: pointer;
}

.tm-trash-icon:hover {
    color: #9f1321;
}


.flex-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
}

.tm-footer {
    background-color: #222222;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 -3px 5px 0 rgba(69, 92, 113, 0.59);
    -moz-box-shadow: 0 -3px 5px 0 rgba(69, 92, 113, 0.59);
    box-shadow: 0 -3px 5px 0 rgba(69, 92, 113, 0.59);
}

.custom-select {
    height: 50px;
    border-radius: 0;
}

.tm-product-img-dummy {
    max-width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #aaa;
}

.tm-product-img-edit {
    max-width: 100%;
    position: relative;
}

.tm-product-img-edit i {
    display: none;
    position: absolute;
}

.tm-product-img-edit:hover i {
    display: block;
}

.tm-upload-icon {
    background: #222222;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    padding-top: 15px;
    font-size: 22px;
}

.tm-login-col {
    max-width: 470px;
}

.navbar-toggler {
    border-color: #B89068;
    box-shadow: rgba(255, 255, 255, 0.1) 0 1px 1px 2px;
    border-radius: 0;
    padding: 10px 15px;
    transition: all 0.2s ease;
}

.navbar-toggler:hover {
    border-color: #B89068;
    color: #B89068;
}

.tm-nav-icon {
    color: #fff;
}

.navbar-toggler:hover .tm-nav-icon {
    color: #B89068;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #222222;
}

::-webkit-scrollbar-thumb {
    background: #B89068;
}

::-webkit-scrollbar-thumb:hover {
    background: #B89068;
}

.tm-footer-link {
    color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
    color: #B89068;
}

.forgotpass {
    color: #00a2ff;
    font-size: 12px;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    /* Set button properties for mobile devices in portrait orientation */
    .content-to-hide {
        display: block;
    }
    .radio-inputs {
        /* position: absolute; */
        display: flex;
        /* flex-wrap: wrap; */
        border-radius: 0.5rem;
        background-color: #333333;
        /* box-sizing: border-box;
        box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06); */
        width: 285px;
        font-size: 18px;
        align-items: center;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 1170px) and (orientation: landscape) {
    /* Set button properties for mobile devices in landscape orientation */
    .content-to-hide {
        display: block;
    }
    .radio-inputs {
        /* position: absolute; */
        display: flex;
        /* flex-wrap: wrap; */
        border-radius: 0.5rem;
        background-color: #333333;
        /* box-sizing: border-box;
        box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06); */
        width: 285px;
        font-size: 18px;
        align-items: center;
        padding-top: 100px;
    }
}

@media only screen and (min-width: 1171px) {
    .content-to-hide {
        display: block;
    }
}

@media (max-width: 1999px) {
    nav #menu-btn {
        display: block;
    }
}

@media (min-width: 1200px) {
    nav #menu-btn {
        display: none;
    }
}

@media (min-width: 1023px) {
    .navbar-collapse {
        height: 100%;
    }
    .content-to-hide {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 20px;
    }
    .content-to-hide {
        display: block;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .nav-item {
        margin-right: 15px;
    }
    .content-to-hide {
        display: block;
    }
}

@media (max-width: 1350px) {
    .nav-item {
        margin-right: 1px;
    }
    .content-to-hide {
        display: none;
    }
}

@media (max-width: 1000px) {
    .tm-col-big,
    .tm-col-small {
        width: 49.65%;
    }
    .navbar-collapse {
        padding: 0;
        position: absolute;
        top: 72px;
        right: 20px;
        width: 200px;
        z-index: 1000;
    }
    .dropdown-menu {
        text-align: center;
    }
    .nav-link {
        color: #fff;
        padding: 15px;
        flex-direction: row;
    }
    .nav-link>i {
        font-size: 1rem;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .nav-item {
        margin-right: 0;
    }
    .tm-block-taller {
        max-height: 520px;
    }
    .content-to-hide {
        display: block;
    }
}

@media (max-width: 1999px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-collapse {
        right: 15px;
    }
    .content-to-hide {
        display: none;
    }
}

@media (max-width: 991px) {
    .tm-col-big,
    .tm-col-small {
        width: 100%;
        min-height: 383px;
        height: auto;
    }
    .tm-block {
        padding: 30px;
    }
    .content-to-hide {
        display: block;
    }
}

@media (max-width: 767px) {
    .tm-col-account-settings,
    .tm-col-avatar {
        width: 100%;
        max-width: 100%;
    }
    .tm-block-avatar {
        display: flex;
        flex-direction: column;
    }
    .tm-avatar {
        align-self: center;
    }
    .tm-hide-sm {
        display: none;
    }
    .content-to-hide {
        display: block;
    }
}

@media (max-width: 633px) {
    .page-item {
        margin-top: 10px;
    }
    .custom-select {
        background-position: 96%;
    }
    .content-to-hide {
        display: block;
    }
}

@media (max-width: 574px) {
    .navbar-collapse {
        top: 47px;
    }
    .navbar {
        height: 80px;
    }
    .tm-site-title {
        font-size: 1.4rem;
        margin-left: 7px;
    }
    .tm-site-icon {
        font-size: 2em;
    }
    .content-to-hide {
        display: block;
    }
}

@media (max-width: 480px) {
    .tm-mt-big {
        margin-top: 45px;
    }
    .tm-mb-big {
        margin-bottom: 45px;
    }
    #barChart,
    #lineChart {
        max-height: 350px;
    }
    .content-to-hide {
        display: block;
    }
}