/*!
 * Theme Name: Default
 * Package : litopj
 * Author: CustomVS
 * Author URI: https://customvs.com
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/


a{
    color: #FA4637;
}
strong{
    font-weight: 900;
}

body.bg-lighter{
    background-color: #f9f9f9 !important;
}

.card {
    box-shadow: 0px 1px 10px 0px rgba(54, 74, 99, 0.05);
}


.nk-sidebar-head{
    /* height: 140px;*/
}

.nk-sidebar-brand{
    /* margin: 0 auto;*/
}

.logo-img{
    max-height: 97px;
    width: 180px;
}
.logo-img.logo-img-small{
    max-height: 58px;
    width: 45px;
}

.is-light .nk-menu-link{
    color: #000000;
}

.is-light .active > .nk-menu-link{
    background: #f9f9f9;
}

.nk-tb-list{
    color: #000000;
}

.nk-menu-heading{
    color: #646464;
}
.nk-menu-icon{
    color: #000000;
}


.page-title{
    color: #000000;
}

.sub-text{
    color: #000000;
}

.user-name{
    color: #000000;
}

.nk-tb-list .tb-lead, .nk-tb-list .tb-amount{
    color: #000000;
}

.btn-primary:hover{
    background: #44488C;
}

.modal-content{
    background-color: #FFFFFF;
}


.pagination{
    margin-left: 10px;
}

.pagination .page-item{
    margin: 2px;
    
}
.pagination .page-item .page-link{
    border-radius: 5px;
}
.pagination .page-item.active .page-link:not([href]){
    background-color: var(--bs-pagination-active-bg);
    color: #FFFFFF;
}


.products_list_item a{
    color: #000000; font-weight: bold;
}
.products_list_item a:hover{
    color: #FA4637;
}



/* DASHBOARD HOME */
a.home-menu-widget{
    display: block;
}

.user-card .user-info{
    color: #000000;
}

a.home-menu-widget .icon-wrap{
    border-radius: 4px;
    height: 60px;
    width: 60px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    background: #E2ECF7;
    margin: 0 auto;
    line-height: 1.9;
}
a.home-menu-widget:hover .icon-wrap{
    background: #FEECEB;
}

a.home-menu-widget .icon-wrap .icon{
    color: #000000;
}
a.home-menu-widget:hover .icon-wrap .icon{
    color: #FA4637;
}

a.home-menu-widget .title{
    text-align: center;
    font-weight: 500;
    color: #11134C;
    padding: 5px 0;
    font-size: 20px;
}
a.home-menu-widget:hover .title{
    color: #FA4637;
}

.dashboard-menu .bg-light-blue{
    background: #E2ECF7;
}

.dashboard-menu .bg-light-orange{
    background: #FEECEB;
}

.dashboard-menu.link-list-menu a{
    padding: 0.5rem 1.5rem
}

.dashboard-menu.link-list-menu a .user-avatar{
    text-align: center;
}

.dashboard-menu.link-list-menu a:hover .user-avatar{
    background: #FEECEB;
}

.dashboard-menu.link-list-menu a .icon{
    color: #000000;
    font-size: 1.5rem;
}

.dashboard-menu.link-list-menu a:hover .icon{
    color: #FA4637;
}

.dashboard-menu.link-list-menu a:hover .user-info{
    color: #FA4637;
}




/* CREATE ORDER */
.order_form_wrap .row.g-3{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.cc_inp_wrap{
    padding: 20px;
    background: #f5f6fa;
    border-radius: 5px;
}


@media (max-width: 575.98px) {
    .order_form_wrap .row .col-lg-8{
        margin-top: 0px;
    }
}


.order_products_wrap .order_prod_item{

}

@media (max-width: 575.98px) {
    .order_products_table_title{
        display: none;
    }

    .order_products_wrap .order_prod_item{
        margin-bottom: 30px;
        padding: 20px;
        background: #f5f6fa;
        border-radius: 5px;
    }

}


.table.order_products_table .table-dark th{
    background-color: #000000;
    padding: 1rem 0.5rem;
}

.table.orders_profit_table .table-dark th{
    background-color: #000;
    color: #FFF;
}

.table.order_products_table tbody tr th,
.table.order_products_table tbody tr td{
/*    background-color: #EDEBF1;*/
}

.table.orders_profit_table tr td a{
    color: #44488C; font-weight: bold;
}
.table.orders_profit_table tr td a:hover{
    color: #FA4637;
}


.confirm_order_wrap strong{
    color: #11134C;
}




/* CSV AJAX IMPORT */
/* profile pic upload*/
#image_upload_preview{
    /*padding: 10px;*/
}
#image_upload_preview .col-md-12{
    margin-bottom: 30px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#image_upload_preview .form-group{
    padding: 10px; 
    background: #FFF; 
    margin-bottom: 10px;
}

#image_upload_preview .csv_icon{
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #616161;
    border-radius: 50%;
    overflow: hidden;
}

#image_upload_preview .csv_icon img{
    max-width: 80%;
}

#image_upload_preview .csv_filename{
    display: inline-block;
    margin-left: 15px;
}

#image_upload_preview .remove_file{
    margin-left: 15px;
}


/* VIEW ORDER STYLES */
.vert_title_2{
    text-align: right;
}

.gor_title {
    color: #FFFFFF;
    background: #000000;
    text-align: left;
    padding: 5px 15px;
}

.invoice_table_title {
    background: #CCCCCC;
    text-align: left;
    padding: 5px 15px;
    font-weight: bold;
    text-align: center;
}



/**/
.nk-footer-copyright{
    color: #646464;
}


.printable{
    color: #000;
}

.printable .table-bordered td, 
.printable .table-bordered th{
    padding: 1px;
    margin: 0px;
}



.no-image-placeholder{
    width: 300px; 
    height: 200px; 
    display: inline-block; 
    background: #ccc; 
    text-align: center; 
    vertical-align: middle;
}

a.remove_prod_photo_btn{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    border: solid 2px #FFF;
    box-shadow: 0px 0px 10px 10px #00000052;
}


.view_prod_btn{
    display: inline-block;
    position: relative;
}

.view_prod_btn span.prod_preview{
    position: absolute;
    bottom: 100%; left: 0px;

    width: 200px;
    height: 300px;
}

.view_prod_btn:hover span.prod_preview{
    display: block;
}


.mytooltip {
    display: inline;
    position: relative;
    z-index: 999;
}

.mytooltip .tooltip-item {
    /* background: rgba(0, 0, 0, 0.1);*/
    cursor: pointer;
    display: inline-block;
    /* font-weight: 500;*/
    /* padding: 0 10px;*/
}

.mytooltip .tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 360px;
    left: 50%;
    margin: 0 0 20px -180px;
    bottom: 100%;
    text-align: left;
    line-height: 30px;
    -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #2b2b2b;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.mytooltip .tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #2a3035 transparent transparent;
    border-width: 10px;
    margin-left: -10px;
}

.mytooltip .tooltip-content .tooltip-img{
    position: relative;
    display: flex;
    min-height: 110px;
    width: 100px;
    float: left;
    align-items: center;
    margin-right: 1em;
    background: #545454;
}

.mytooltip .tooltip-content img {
    width: 100%;
}

.mytooltip .tooltip-item::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mytooltip:hover .tooltip-item::after {
    pointer-events: auto;
}

.mytooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
}

.mytooltip:hover .tooltip-content2 {
    opacity: 1;
    font-size: 18px;
}

.mytooltip .tooltip-text {
    
    line-height: 24px;
    display: block;
    padding: 1.31em 1.21em 1.21em 120px;
    color: #fff;
    font-weight: normal;
}