 

.alertify-notifier .ajs-message.ajs-error{
    color: #fff;
    background: rgba(217, 92, 92, 0,95);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0,5);
}

.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(91, 189, 114, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.alertify-notifier .ajs-message.ajs-error{
    color: #ffffff;
}
.dir_rtl{
    direction: rtl;
}


div.process-count-div .bg_red.counterbox .counternumber, .bg_red.counterbox .countertitle{
    color: #fff;
}
 
.form-control, .form-control:focus {
    border-radius: 3px;
    -webkit-box-shadow: none;
    /*box-shadow: 0px 1px 4px rgba(0,0,0,0.1);*/
    border-bottom: 1px solid #d7dde4;
    font-style: normal;
    outline: 0 !important;
    border-color: #ced4da;
}
label {
    margin-bottom: 0;
}
.reset_margin {
    margin: 0;
    padding-left: 15px;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('public/img/loader4.gif') 50% 50% no-repeat;
    background-color: rgba(0,0,0,0.2);
}
.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    height: 100vh;
    width: 100vw;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
body.page_loaded .preloader {
    transform: scale(4);
    opacity: 0;
    pointer-events: none;
}
.preloader_arc1 {
    height: 60px;
    width: 60px;
    border: 2px solid #388E3C;
    border-radius: 50%;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation: arc_animate 1.5s linear infinite;
}
.preloader_arc2 {
    height: 45px;
    border: 2px solid #3F51B5;
    width: 45px;
    border-radius: 50%;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22.5px;
    margin-left: -22.5px;
    animation: arc_animate_in 1.5s linear infinite;
}
.preloader_arc3 {
    height: 30px;
    width: 30px;
    border: 2px solid #f44336;
    border-radius: 50%;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    animation: arc_animate 1.5s  linear infinite;
}

@keyframes arc_animate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes arc_animate_in {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}



.card.card-default > .card-header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media (min-width: 991.99px) {
    .close-sidebar .app {
        padding-left: 0px;
    }
    #customize-menu,.app .header,.app .footer {
        -webkit-transition: left 0.3s ease, padding-left 0.3s ease;
        transition: left 0.3s ease, padding-left 0.3s ease;
    }
    .close-sidebar .app .sidebar, .close-sidebar .app #customize-menu{
        left: -240px;
    }
    .close-sidebar .app .header, .close-sidebar .app .footer{
        left: 0px;
    }
}

.max-width-700 {
    max-width: 700px;
}
.max-width-500 {
    max-width: 500px;
}
.form-group label {
    font-size: 14px;
    color: #4f5f6f;
    font-weight: 500;
    letter-spacing: 0.3px;
}

input[type=checkbox] + span{
    display: inline-block;
    margin-left: 5px;
}

.w100 {
    width: 100% !important;
}

.form-group > .form-inline label{
    justify-content: flex-start;
}

textarea.form-control {
    height:55px;
}
.form-group {
    margin-bottom: 6px;
}
.title-block {
    margin-bottom: 20px;
}

.table-sm td, .table-sm th {
    padding: .3rem;
    font-size: 80%;
}

.table .thead-dark th {
    color: #3a3a3a;
    background-color: #f3f6f9!important;
    border-color: #dfdede;
    box-shadow: none;
    outline: none;
    border-top: 1px solid #dfdede!important;
    border-bottom: none;
    letter-spacing: 0.4px;
    font-weight: 600;
}
.dataTables_wrapper .dataTable .thead-dark tr th{
  border-top: none!important
}

.table thead th {
    vertical-align: middle;
    color: #3a3a3a;
    background-color: #f3f6f9!important;
    border-color: #dfdede;
    box-shadow: none;
    outline: none;
    border-top: none!important;
    border-bottom: none;
    letter-spacing: 0.4px;
    font-weight: 600;
    padding: 5px 5px!important;
    font-size: 13px;
}
.table.table-bordered.table-v-center.builk_upload_table .thead-dark tr th{
  border-top: 1px solid #dfdede!important;
  padding: 8px 5px!important;
}
#product_list_body b {
    font-weight: bolder;
    font-size: 14px;
    color: #3a3a40;
}
#product_list_body p{
    font-size: 14px;
    letter-spacing: 0.3px;
}

.table-v-center td, .table-v-center th {
    vertical-align: middle;
}

.btn:focus, .btn.focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(140, 126, 180, 0.5) !important;
    box-shadow: 0 0 0 0rem rgba(140, 126, 180, 0.5) !important;
}

.hashstrix {
    position: relative;
}
.hashstrix:after {
    content: " *";
    color: #dc3545;
}

span.is-invalid {
    color: #dc3545;
    font-weight: normal;
    font-size: 80%;
}
.hand_cursor {
    cursor: pointer;
}
.btn.btn-success {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #fff !important;
    font-weight: 600;
}
.btn.btn-danger {
    background-color: #e53935;
    border-color: #e53935;
    color: #fff !important;
    font-weight: 600;
}
.btn.btn-primary {
    color: #fff !important;
    font-weight: 600;
}
.hand_cursor span{
    display: inline-block;
    transition: 0.2s all ease;
}
.hand_cursor:hover span{
    transform: scale(1.6);
}
.w-70 {
    width: 70px !important;
}

.notification-section {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus{
    box-shadow: 0px 0px 0px transparent !important;
}
.select2-container--bootstrap4 .select2-selection--single {
    height: 31px !important;
}
.select2-container--bootstrap4 .select2-selection{
    border-radius: 4px;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    font-size: 0.77rem;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #d7dde4;
    -webkit-box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}
.select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
    border-bottom: 1px solid #d7dde4;
    font-style: normal;
    outline: 0 !important;
    border-color: #ced4da;
    height: 31px;
}
.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true]{
    border-radius: 4px;
}
.select2-results__option {
    padding: 5px;
    height: 31px;
    line-height: 20px;
    font-size: 0.875rem;
}

.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: 31px !important;
    line-height: 20px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice{
    font-size: 80%;
}
.edit-element{
    display: none;
}
.sidebar-menu li.active > a {
    background: transparent!important;
    color: #4650dd!important;
}
.sidebar-menu li.active:before{
    color: #4650dd!important;
}
.datepicker {
    font-size: 12px;
}
.w-auto{
    width: auto !important;
}

.notification_box {
    padding: 15px;
    width: 400px;
    max-width: 100%;
    border-radius: 4px;
    box-shadow: 0px 3px 9px rgba(0,0,0,0.2);
    background: linear-gradient(90deg, #ccc, #ddd);
    color: #333;
    font-size: 16px;
    position: relative;
    transition: all 0.3s;
    margin-left: 0;
    left: 0;
    margin-top: 10px;
    z-index: 10000;
}
.notification_box.success{
    background: #1ebc61;
	color: #fff;
}
.notification_box.danger{
    background: #ff5252;
    color: #fff;
}
.notification_box.noti-hide {
    left: 110%;
}



.sidebar {
   /* background-image: url(https://sportscarrental.co.nz/wp-content/uploads/2017/12/newzealand10-500x1200.jpg);*/
    background-position: center;
    background-size: cover;
    /*box-shadow: 0px 0px 30px rgba(0,0,0,0.3);*/
}
.sidebar-container,
.sidebar-footer .sidebar-menu.metismenu {
    background-color: #fff;
}

.sidebar .sidebar-menu > li.open > a,
.sidebar .sidebar-menu li a:hover,
.sidebar .sidebar-menu li.open > a,
.sidebar .sidebar-menu li.open a:hover,
.sidebar .sidebar-menu > li > .sidebar-nav > li a,
#customize-menu > li > a:hover,
#customize-menu > li.open > a,
#customize-menu > li > a,
#customize-menu .customize {
    background-color: transparent;
}

.header {
    background-color: #3f51b5;
    /*box-shadow: 0px 0px 30px rgba(0,0,0,0.1);*/
}

.btn.btn-success:not(:disabled):not(.disabled):active, .btn.btn-success:not(:disabled):not(.disabled).active, .show > .btn.btn-success.dropdown-toggle{
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.btn {
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.btn.btn-primary {
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgb(120 103 167 / 24%);
}
.btn.btn-danger {
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(229, 64, 53, 0.4)
}
.btn.btn-success {
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(81, 175, 80, 0.4)
}

.table-responsive {
   
    margin-bottom: 1rem;
    overflow-y: hidden;
}
.container_main_cvs{
    /*box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);*/
    padding: 15px;
    border: 1px solid #f3f2f2;  
    border-radius: 5px;
}
.table-responsive .table {
    margin-bottom: 0px;
}
.form-control {
    border-radius: 4px;
}


.btn-link{
    padding: 7px;
    font-size: 15px;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0px;
    outline: 0 !important;
}
.btn-link.text-primary{
    text-shadow: 0px 0px 1px #555;
}
.btn-link.text-dafault{
    text-shadow: 0px 0px 1px #7867a7;
}
.text-default {
    color: #555 !important;
}
.text-primary {
    color: #7867a7 !important;
}
.table-icon{
    opacity: 0.7;
    transition: all 0.2s;
}
.table-icon:hover{
    opacity: 1;
    transform: scale(1.4);
}

.table-dropdown{
    position: relative;
}
.table-dropdown .dropdown-menu{
    left: auto !important;
    right: 10px;
    min-width: initial;
    display: block;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    width: 180px;
    transform: none !important;
    top: 100% !important;
    margin-top: -10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2)
}
.table-dropdown .dropdown-menu.show{
    pointer-events: all;
    opacity: 1;
}

.dropdown-toggle:after {
    content: none;
    display: none;
}
.dropdown-menu>li>a {
    color: #333;
    text-decoration: none !important;
    font-size: 13px;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 500;
    width: 100%;
}
.dropdown-menu>li+li>a{
    border-top: 1px dashed rgba(0,0,0,0.3) !important;
}
.dropdown-menu>li>a:hover {
    background-color: #e1e3e9;
    color: #333;
}

.posrel{
    position: relative;
}

ul.popover_dropdown-menu {
    padding: 0;
    list-style: none;
    margin: 0;
}
.popover_dropdown-menu>li>a {
    color: #333;
    text-decoration: none !important;
    font-size: 13px;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
}
.popover_dropdown-menu>li+li>a{
    border-top: 1px dashed rgba(0,0,0,0.3) !important;
}
.popover_dropdown-menu>li>a:hover {
    background-color: #e1e3e9;
    color: #333;
}

.edit_selected_wrapper {
    max-height: 300px;
    overflow: auto;
}

.allocate_item, .unallocate_item {
    cursor: pointer;
}

.allocate_item:hover, .unallocate_item:hover {
    background: #ddd;
}

div.sidebar-header .logo{
    width: 141px !important;
    height: 44px !important;
    margin-left: 26px !important;
}

div.modal-body-custom{
    min-height: calc(100% - 3.5rem);
    height: 300px !important;
    overflow-y: auto !important;
}

.sidebar {
    top: 59px !important;
}

.header .header-block-collapse {
    padding-right: 47px !important;
    margin-left: 211px !important;
    position: absolute;
}

.header{
    left: 0 !important;
    height: 59px !important; 
    border-bottom: 1px solid #dcdcdc !important;
}
.header .company-logo{
    margin-left: 42px !important;
}


.header .header-block-collapse .collapse-btn{
    color: #fff !important;
}

.sidebar .sidebar-container{
    bottom: 0px !important;
}

.footer {
    border-top: 1px solid #dcdcdc !important;
}

label.custom-control-label{
    color:#59697c !important;
    font-weight: 400 !important;
}

/* Vaiabhav 29042020*/

div.process-count-div .counterbox {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
    margin-top: 10px;
}

div.process-count-div .counterbox:hover .overlay {
    opacity: 1;
}
 
div.process-count-div .countertitle {
    padding: 6px 6px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    text-align: center;
    font-size: 14px;
}

div.process-count-div .counternumber {
    text-align: center;
    font-size: 25px;
    padding: 10px;
    font-weight: 100;
    color: #666;
 
}

div.process-count-div .countawb {
    padding: 10px;
    font-size: 15px;
    color: #666;
 
 }
 
div.process-count-div .bg_red.counterbox{
    background: #e74c3c !important ;
}

div.process-count-div .bg_green.counterbox{
    background: rgba(103, 192, 103, 0.75) ;
}
 
div.process-count-div .bg_ssafered.counterbox{
    background: #FFFF99 ;
}

div.process-count-div .bg_red.counterbox .counternumber, .bg_red.counterbox .countertitle{
    color: #fff;
}
 
div.process-count-div .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    opacity: 0;
    transition: .5s ease;
    background-color:rgba(23,67,88,0.9);
    margin-top: 10px;
}

div.process-count-div .show-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

div.process-count-div .btn-default-dash{
 
    font-family: "Raleway-SemiBold";
    font-size: 16px;
    color: #ffff;
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(103, 192, 103, 0.75);
    border-radius: 40px;
    background: transparent;
    transition: all 0.3s ease 0s;
 
}
 
div.process-count-div .btn-default-dash:hover {
    color: #FFF;
    background: rgba(103, 192, 103, 0.75);
    border: 2px solid rgba(103, 192, 103, 0.75);
}

.measurement_pending_count{
    float: left;
    font-weight: 900;
    font-size: 21px;
}
.outsolevalidaionmsg{
    color: red;
    font-size: 20px;
}
.correctly_measured_products{
   
    font-weight: 900;
    font-size: 20px;
    text-align: center;
}
.sourcing_dashboard_headers{
   
    font-weight: 900;
    font-size: 18px;
    text-align: center;
}

/* Vaiabhav 29042020 End Here*/


.nav-brand {
    display: inline-block;
    width: 207px;
    height: 55px;
    padding: 0.5rem 1rem;
    margin-right: 0;
    text-align: center;
    box-sizing: border-box;
}
.header .header-block-nav .profile .name{
    display: inline-block;
    margin-right: 9px;
    font-weight: 500;
    color: #fff;
    text-transform: 0.5;
    letter-spacing: 0.2px;
    font-size: 16px;
}
.sidebar .sidebar-menu li a{
    border-bottom: 1px solid #eee;
}
.sidebar .sidebar-menu > li.open > a {
    background-color: #3f51b5!important;
    color: #fff;
}
.sidebar .sidebar-menu > li.open > a:hover{
    color: #fff;
}
.sidebar .sidebar-menu li a:hover, .sidebar .sidebar-menu > li > .sidebar-nav > li a:hover, .sidebar .sidebar-menu li a:hover, .sidebar .sidebar-menu > li > .sidebar-nav > li:hover{
        color: #4650dd;
}
.sidebar-container::-webkit-scrollbar-track {
    background-color: #7e85e7;
}
.sidebar .sidebar-container::-webkit-scrollbar-track {
    background-color: #4650dd;
}
.sidebar-container::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #7e85e7;
}
.sidebar .sidebar-menu > li > .sidebar-nav > li{
    position: relative;
}
.sidebar .sidebar-menu > li > .sidebar-nav > li:before{
    content: "\f061";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    display: inline;
    position: absolute;
    left: 20px;
    margin-right: 9px;
    width: 22px;
    top: 15px;
}
#document_table_filter, .dataTables_filter{
    margin-bottom: 15px;
}
table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled) {
    padding-right: 5px;
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate{
 margin-bottom: 15px!important;
}
.dataTables_paginate .paginate_button{
   border-radius: 3px;
    padding: 5px 10px!important;
    line-height: initial;
    border: 1px solid #dee2e6!important;
    display: initial!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    box-shadow: none;
    color: #fff!important;
    background: #727378;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: #727378;
    border-radius: 4px;
    color: #fff!important;
}
table.table-bordered.dataTable {
    border-right-width: 0;
    box-sizing: border-box;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #f3f2f2;
}
.title_heading_t{
  font-size: 16px; 
}
.title.title_heading_t{
  padding: 3px 0px;
}
.verticle_images .product_iamges{
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    margin-bottom: 15px;
}
.view_imagesfull .firstcry_imagetext {
    width: 92%;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}
.view_imagesfull.upload-foldercount {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 6%;
}

.verticle_images .product_iamges li{
    float: left;
    margin: 5px;
    /* width: 80px;
    height: 100px; */
    height: 100%;
    width: calc(13% - 0px);
    display: block;
    border: 1px solid #eee;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 2px;
    cursor: pointer;
}
.swap_images_both .images_swap-icon .fa{
    width: 100%;
}
.product_image_box_pro .box{
    margin: 0px;
    width: 130px;
    height: 140px;
    display: block;
    border: 1px solid #eee;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.product_image_box_pro  span a{
    font-size: 14px;
    margin: 5px 0px;
    display: block;
    color: #007bff;

} 
.product_image_box_pro .box img{
    max-width: 100%;
    height: auto;
    padding: 5px;
    max-height: 100%;
}
.verticle_images .product_iamges li img{
    max-width: 100%;
    height: 100%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: pointer;
    /* color: #666 !important; */
    border: 1px solid transparent;
    box-shadow: none;
    -webkit-appearance: button;
    color: #fff!important;
    font-weight: 600;
    background: #727378;
    padding: 3px 9px;
    border-radius: 3px;
    letter-spacing: 0.2px;
    font-size: 14px;
}
.dataTables_wrapper .dataTables_filter input{
    border: 1px solid #c2cfd6;
}
.dataTables_wrapper .dataTables_filter input:focus{
    border-color: #96C8DA;
    box-shadow: none;
}
div.dataTables_wrapper div.dataTables_length select:focus{
    border: 1px solid #96C8DA;
    box-shadow: none;
    outline: none;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.15em!important;
    font-size: 14px;
}
div.dataTables_wrapper div.dataTables_filter input {
    padding: 3px 5px;
}
table.dataTable tbody td {
    padding: 3px 10px;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #727378!important;
    color: #fff!important;
}
.table-responsive .table-v-center td span.text-default {
    color: #212529 !important;
}
.fa{
    font-family: 'FontAwesome', sans-serif;
    font-style: initial;
}
.breadcrumb{
    padding: 0.55rem 1rem;
    background-color: #f0f3f5;
}
.footer .footer-block{
  margin: 0px auto;
}
.form-group .form-control{
   box-shadow: none!important;
   font-size: 14px;
}
.form-group .form-control.select2 {
    height: calc(1.6em + 0.5rem + 2px);
}
.table thead th{
   border-bottom-width: 0px;
}
.ticket_view_border-1{
    display: inline-block;
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}
.card.card-default .card-header {
    padding: 0.35rem 1.25rem !important;
    margin-bottom: 0 !important;
    background-color: #f0f3f5 !important;
    border-bottom: 1px solid #c8ced3;
    /* line-height: normal; */
    min-height: auto!important;
}
.top_current_pagination_v b{
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 16px;
}
.product_filter_data label {
    margin-bottom: 0;
    color: #212529;
    font-weight: 500;
}
.product_details_div .table td {
    font-size: 13px;
}
.operation_view_controlls .form-control{
    height: auto;
}
table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
    color: #4f5f6f;
    opacity: 1;
    
}
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after{
     color: #4f5f6f;
    opacity: 1;
    
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{
    background: none;
}
.table-responsive::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background: #dbdaf3!important;
    border-radius: 5px;
}
.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 5px!important;
    background: #6f6beb!important;
}

.card-header #pfdtitletext{
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 600;
    margin-left: 5px;
}
.header_text_size_02 .title_text_pro{
    font-size: 14px;
    padding-left: 5px;
    letter-spacing: 0.3px;
    font-weight: 600;
}
#product_list_table_responsive{
    overflow-x: scroll;
    
}
.common_view_form_controlst{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 2px;
}
.common_view_form_controlstlink a{
    font-weight: 600;
    color: #3454cbc4!important;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
}
.common_view_form_controlstlink a:hover{
  color: #007bff!important;
}

.compress_section_discri{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 2px;
}
.product_details_thamb_nail .xzoom-thumbs{
    float: unset;
    margin: 10px auto;
}
.compress_section_discri .title_text_discri{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.table-image .jqzoom{
    text-align: center;
}
.compress_section_img_over a,.link_viewcolor{
    font-weight: 500;
    line-height: 1.2;
    color: #3454cbc4!important;
    font-size: 14px;
    text-decoration: none;
}
.compress_section_img_over a:hover,.link_viewcolor:hover{
    color: #007bff!important;
  }
.common_view_form_control label{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 2px;
    text-transform: capitalize;
}
.common_view_form_control  .form-control{
  margin-bottom: 10px;
}
.color_code_de{
    display: inline-block;
    color: #212529;
    font-weight: 500;
}
.view_imagesfull .previewdiv{
    border: 1px solid #0006;
    border-radius: 3px;
    text-align: center;
    max-height: 100%;
    min-height: 100% !important;
    display: grid;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 100%;
    
}
.view_imagesfull.upload-options a.link_view_color{
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.view_logviewlink_view_color .link_view_color{
    font-size: 14px;
    text-align: center;
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}
.my_projects-bgs-1{
    flex: 1 1 auto;
}
.submit_imagesviews_radius{
    overflow: hidden;
    padding: 0px;
    border-radius: 5px!important;
}
.swap_images:last-child .fa_lasticon{
    display: none!important;
}
.swap_images:first-child .fa_fasticon{
    display: none!important;
}

.btn.btn-success{
    cursor: pointer;
}
.view_imagesfull.upload-options {
    position: relative;
    height: 182px;
    width: 92%;
  }
  .view_imagesfull.upload-width20{
    flex: 0 0 20%;
    max-width: 20%;
  }
  .verticle_images .product_iamges li{
    height: 100px;
  }
  .footer{
    display: none;
  }
  .app .content{
    min-height: 93vh;
  }
  #imgcomment{
    border: 1px solid #ced4da;
  }
  .view_imagesfull_view_011{
    margin-bottom: 5px!important;
  }
  .submit_imagesviews{
    padding: 24px 10px;
  }
  .submit_imagesviews .media h4{
    color: #1e2023;
 }
 .submit_imagesviews .media h4 strong{
    font-size: 16px;
    font-weight: 600;
    color: #3f3f3f;
    letter-spacing: 0.3px;
 }
 .modal-body.submit_imagesviews button{
    opacity: 0.9;
    position: relative;
    top: -15px;
 }
 .modal-body.submit_imagesviews button:focus{
    outline: none;
 }
  .view_imagesfull.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .cvs_image_upload{
    padding: 0px 10px;
    margin-top: 5px;
    margin-bottom: 4px;
    width: 100%;
    position: absolute;
    bottom: 2px;
  }
  .previewdiv_height{
    height: 100%;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .firstcry_imagetext{
    font-size: 12px;
    display: block;
    margin-top: 5px;
    text-decoration: none!important;
    letter-spacing: 0.1px;
    cursor: pointer;
    
  }
  
  .firstcry_imagetext:hover{
   color: #33aec9!important;
  }
  .verticle_images .swap_images .clsimg{
    max-height: 120px;
    min-height: 120px
  }
  .swap_imagesss{
    border-top: 1px solid #eee;
    font-size: 13px;
    padding: 5px 5px;
    text-align: left;
  }
  .view_imagesfull.upload-options label {
    background: #fa7069;
    width: 100%;
    color: #fff;
    padding: 5px 5px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
  }
  .upload_icons_view{
    color: 464646;
    margin-left: 8px;
  }
  .view_imagesfull .image_upload_text{
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
  }

   .readmoreviews .morecontent span {
    display: none;
}
.readmoreviews .morelink {
    display: block;
}
.readmoreviews .morecontent a{
    text-decoration: none;
    color: #0056b3;
}

.productquntity_msg{
    color: red;
    font-size: 10px;
    font-weight: 600;
    text-align: end;
}