/*
*
* Admin CSS Fixes
*
* Author: Codingest
* Template Name: Modesy
*
*/

.content-wrapper {
    /*min-height: 1700px !important;*/
}

.content {
    padding: 20px;
}

button, a {
    outline: none !important;
}

.form-control {
    outline: none !important;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-15 {
    margin-bottom: 15px;
}

.sidebar-collapse .sidebar-menu > li > a {
    padding: 12px 13px !important;
}

.main-header {
    z-index: 100 !important;
}

.main-sidebar {
    z-index: 99 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.td-options {
    max-width: 180px !important;
}

.th-options {
    max-width: 90px !important;
}

.table-responsive {
    overflow-x: visible !important;
}

.btn-select-option {
    font-size: 12px;
    margin: 0;
    padding: 3px 6px;
}

.options-dropdown {
    left: -25px;
}

.options-dropdown li a {
    font-weight: 600;
    padding: 8px;
}

.options-dropdown li button {
    font-weight: 600;
    padding: 8px;
    width: 100%;
    background: transparent;
    border: none;
    margin: 0;
    text-align: left;
}

.options-dropdown li button:hover {
    background-color: #f1f1f1;
    color: #333;
}

label {
    font-weight: 600 !important;
}

.alert {
    display: inline-block;
    padding: 3px 36px 3px 8px;
    margin-bottom: 0 !important;
}

.alert h4 {
    font-size: 14px;
    width: auto !important;
    margin: 0;
    font-weight: normal;
    display: inline-block;
}

.alert-dismissable .close, .alert-dismissible .close {
    top: 0px;
}

.alert-success {
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
    color: #155724 !important;
}

.alert-danger {
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
    color: #721c24 !important;
}

.error-message {
    margin-top: 15px;
    padding-left: 15px;
}

.error-message p {
    position: relative;
    color: #d43f3a;
    display: list-item;
    margin-bottom: 5px;
}

.success-message {
    margin-top: 15px;
    padding-left: 15px;
}

.success-message p {
    position: relative;
    color: #00a65a;
    margin-bottom: 5px;
}

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

.col-option label {
    margin-left: 8px !important;
    cursor: pointer !important;
}

.item-table-filter {
    float: left;
    min-width: 130px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.btn-table-delete {
    display: none;
}

.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
    font-size: 16px;
    width: 24px;
}

.skin-blue .sidebar-menu > li.header {
    text-transform: uppercase;
}

.td-product {
    position: relative;
}

.td-product img {
    width: 100px;
    float: left;
    margin-right: 8px;
}

.td-product .label {
    position: absolute;
    left: 12px;
    top: 12px;
}

.row-product-details {
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}

.row-product-images {
    border: 0 !important;
    margin-bottom: 30px;
}

.row-product-details .image {
    float: left;
    width: 182px;
    height: 182px;
    margin-right: 10px;
}

.row-product-details .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row-product-details .image:last-child {
    margin-right: 0;
}

.row-product-details .description img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
}

.row-product-details .description iframe {
    display: block;
    width: 750px;
    max-width: 100% !important;
    height: 360px !important;
}

.option-icon {
    margin: 0 !important;
    width: 30px;
    text-align: center;
}

.label-table {
    white-space: nowrap;
    line-height: 13px !important;
    display: inline-block;
    font-weight: 400 !important;
}

.order-number-table {
    white-space: nowrap;
    width: 100px;
}

.swal-button {
    border-color: transparent !important;
}

.swal-button-container {
    border-color: transparent !important;
}

.treeview-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}

.treeview-menu > li > a {
    display: block;
    font-size: 14px;
    padding: 8px 20px 8px 47px;
}

.max-600 {
    max-width: 600px;
}

.btn-file-upload {
    position: relative;
}

.btn-file-upload input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
}

.image-preview {
    margin-top: 15px;
}

.image-preview img {
    width: auto !important;
    height: auto !important;
    max-width: 200px !important;
    max-height: 200px !important;
}

.a-table {
    color: #55606e;
}

.display-block {
    display: block;
    width: 100%;
}

.tagsinput {
    cursor: text;
}

.navbar-custom-menu {
    margin-right: 20px;
}

.user-menu > a {
    background-color: transparent !important;
}

.user-menu .dropdown-menu {

}

.user-menu .user-image {
    float: left;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -10px !important;
    border: 2px solid #eee;
}

.user-menu .dropdown-menu > li > a {
    border-radius: 3px;
    line-height: 25px;
    margin: 4px;
    text-align: left;
}

.user-menu .dropdown-toggle span {
    font-weight: 600;
}

.user-menu .dropdown-menu {
    box-shadow: 0 0 5px rgba(86, 96, 117, 0.2);
}

.navbar-nav > .user-menu > .dropdown-menu {
    width: auto;
}

.user-panel .image {

}

.user-panel .info {

}

.navbar-custom-menu .nav .btn-site-prev {
    background-color: #00a65a !important;
    border-color: #008d4d !important;
    color: #fff !important;
    margin-right: 10px !important;
    margin-top: 15px !important;
    padding: 4px 12px !important;
}

.swal-button:focus {
    box-shadow: none !important;
}

.settings-tab-content {
    padding: 20px !important;
}

.cache-toggle .btn {
    height: 36px !important;
}

.cache-toggle label {
    border: 0 !important;
    top: 0 !important;
    line-height: 22px !important;
}

.cache-toggle .toggle {
    display: block;
    width: 160px !important;
}

.table-no-sort {
    padding-right: 10px !important;
    text-align: left !important;
}

.table-no-sort:after {
    display: none !important;
}

.rating .fa-star {
    color: #fbc12a;
    font-size: 14px;
    line-height: 14px;
}

.rating .fa-star-o {
    color: #aaa;
    font-size: 14px;
    line-height: 14px;
}

.break-word {
    word-break: break-all;
}

.box-sm .box-header {
    padding: 20px;
}

.box-sm .box-body {
    padding-top: 0;
}

.index-table {
    max-height: 300px;
    overflow-y: auto;
}

.table-sm-meta {
    color: #999;
    font-size: 12px;
    margin-top: 2px;
    display: block;
}

.table-sm-meta i {
    margin-right: 5px;
}

#cs_datatable_lang_length {
    margin-right: 30px;
}

#cs_datatable_lang_wrapper select {
    margin-left: 10px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 10px;
}

#table_dropdown {
    display: inline-block;
}

table.dataTable {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.user-panel {
    min-height: 90px;
}

.btn {
    box-shadow: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #0084CE;
    border-color: #0084CE;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #0e7bb8 !important;
    border-color: #0e7bb8 !important;
}

.btn-success {
    color: #fff;
    background-color: #19a185;
    border-color: #19a185;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    color: #fff;
    background-color: #148770 !important;
    border-color: #148770 !important;
}

.btn-info {
    color: #fff;
    background-color: #3aadd7;
    border-color: #3aadd7;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
    color: #fff;
    background-color: #2d98c0 !important;
    border-color: #2d98c0 !important;
}

.btn-danger {
    color: #fff;
    background-color: #DE524A;
    border-color: #DE524A;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    color: #fff;
    background-color: #b63e3e !important;
    border-color: #b63e3e !important;
}

.btn-warning {
    color: #fff;
    background-color: #f1b740;
    border-color: #f1b740;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    color: #fff;
    background-color: #dea530 !important;
    border-color: #dea530 !important;
}

.bg-primary {
    background-color: #34a1b9;
}

.bg-success {
    background-color: #19a185;
}

.bg-info {
    background-color: #029dd2;
}

.bg-danger {
    background-color: #DE524A;
}

.bg-warning {
    background-color: #f1b740;
}

.admin-small-box {
    position: relative;
}

.admin-small-box .inner {
    position: relative;
    color: #fff !important;
    padding: 20px;
}

.admin-small-box .inner a {
    color: #fff !important;
}

.admin-small-box .icon {
    top: 0px;
    right: 20px;
    z-index: 0;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.10);
}

.admin-small-box .icon a {
    color: rgba(0, 0, 0, 0.10) !important;
}

.small-box:hover .icon {
    font-size: 70px;
}

.index-td-product img {
    width: 60px;
    float: left;
    margin-right: 10px;
}

.users-list > li {
    float: left;
    text-align: center !important;
    width: 16.6%;
}

.table-link {
    font-weight: 600;
    color: #55606e !important;
}

.table-link:hover {
    text-decoration: underline;
}

/*custom checkbox*/
.custom-checkbox {
    position: relative;
    float: left;
    margin-right: 30px;
}

.regular-checkbox {
    display: none;

}

.regular-checkbox + label {
    background-color: #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 15px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.table-responsive .break-word {
    word-break: break-all;
}

.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 22px;
    position: absolute;
    top: -2px;
    left: 7.5px;
    color: #fff;
}

#location_countries {
    display: none;
}

.modal {
    z-index: 99999999 !important;
}

.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.list-style-none {
    list-style: none !important;
}

.error-already-added {
    display: none;
}

.custom-field-options {
    display: block;
    width: 100%;
    float: left;
}

.custom-field-options .field-option-item {
    display: block;
    width: 100%;
    float: left;
    background-color: #f8f8f8;
    margin-bottom: 10px;
    padding: 10px;
}

.custom-field-options .field-option-item .option-title {
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.custom-field-options .field-option-item p {
    margin: 5px 0;
}

.custom-field-options .field-option-item p i {
    font-size: 10px;
    margin-right: 5px;
}

.img-table {
    float: left;
    width: 100px;
    margin-right: 10px;
    background-color: #F9F9F9;
    overflow: hidden;
}

.nav-template-items .nav-template-item {
    border: 2px solid transparent;
    -webkit-box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px #bbb;
    cursor: pointer;
}

.nav-template-items .active {
    border: 2px solid #99afbf;
    -webkit-box-shadow: 0 0 3px #99afbf;
    box-shadow: 0 0 3px #99afbf;
}

.table-product-title {
    color: #55606e;
}

.table-username {
    color: #55606e;
}

.sidebar-collapse .user-panel {
    display: none;
}

.sidebar-collapse .treeview-menu > li > a {
    display: block;
    font-size: 14px;
    padding: 8px;
}

.sidebar-collapse .sidebar-menu > li > a > span {
    color: transparent !important
}

.table-orders-user {
    position: relative; white-space: normal; display: block;
}

.table-orders-user a {
    color: #333;
}

.table-orders-user a:hover {
    text-decoration: underline;
}

.table-orders-user img {
    float: left;
    margin-right: 10px;
}

.system-currency-select {
    display: none;
}

.phrases-search {
    position: absolute;
    right: 15px;
    top: 0;
    max-width: 400px;
}

.phrases-search input {
    float: left;
    display: inline-block;
    width: 300px;
}

.phrases-search button {
    float: left;
    display: inline-block;
    border-radius: 0 3px 3px 0;
}

.form-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-title {
    font-weight: 600;
    font-size: 18px;
    float: left;
    margin: 0;
}

.font-600 {
    font-weight: 600 !important;
}

.img-file-upload-preview {
    max-width: 300px;
    max-height: 300px;
    margin-top: 15px;
}

@media (max-width: 1280px) {
    .table-responsive {
        overflow-x: auto !important;
    }
}

@media (max-width: 991px) {
    .content{ padding: 15px; }
}

@media (max-width: 768px) {
    .content {
        margin-top: 30px;
        padding: 15px;
    }

    .main-sidebar {
        padding-top: 128px;
    }

    .dataTables_wrapper {
        padding-top: 15px;
    }

    #table_dropdown {
        margin-left: 15px;
        width: 220px;
    }

    #table_dropdown label {
        display: inline-block !important;
    }

    #table_dropdown select {
        display: inline-block !important;
        width: 120px;
    }

    .table-filter-container {
        padding: 15px;
    }

    #cs_datatable_lang_length {
        text-align: left;
        margin-left: 15px;
    }

    #cs_datatable_lang_filter {
        text-align: left;
        margin-left: 15px;
    }

    .col-option {
        margin-bottom: 5px;
    }

    #cs_datatable_length {
        text-align: left;
        margin-left: 15px;
    }

    #cs_datatable_filter {
        text-align: left;
        margin-left: 15px;
    }

    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: #55606e !important;
    }

    .skin-blue .main-header .navbar .dropdown-menu li a:hover {
        background-color: #ddd !important;
    }
}

@media (max-width: 576px) {
    .users-list > li {
        width: 33.33%;
    }
}

.table > thead > tr > th {
    font-weight: 600;
}



/* New CSS Changes 04/11/2020 */

.min_100{ min-height: calc(100vh - 172px); }
.p_t_0{ padding-top: 0; }

.main-sidebar{ position: fixed; }
.sidebar-menu{overflow-y: auto !important; max-height: calc(100vh - 170px);}
.main-header{ position: fixed; width: 100%;background-color: #343b4a; }
.content-wrapper{ min-height: calc(100vh - 111px) !important; margin-top: 60px; }

.sidebar-menu::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #5b667d;
}

.sidebar-menu::-webkit-scrollbar
{
    width: 12px;
    background-color: #343B4A;
}

.sidebar-menu::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fff;
}



.box-header p{ margin: 0; }
.search_box{ 
    min-height: 300px; 
    display: flex; flex-wrap: wrap; align-content: center;
    margin: 50px 35px;
    box-shadow: 0 0 30px #d5ddec;
    padding: 30px;
    border-radius: 10px;
    background: url(../../../assets/images/hero_bg_element.png) no-repeat center bottom ;
    background-size: cover;
}
.search_box .input-group{ display: flex; flex-wrap: wrap; width: 100%; }
.search_box .input-group-prepend{ margin-right: 0; display: flex; max-width: 112px; outline: none; }

.search_box .input-group-prepend select,.search_box .input-group-prepend select:focus{
     border-color: #ced4da; outline: none;
     border: 1px solid #ccc;
 }

.search_box .form-control { height: auto;}
.search_box .input-group>.form-control {border-radius: 0;position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.notes{  margin: 0 35px;}
.notes span{ color: #cb2027; font-weight: bold; }

.m_0{ margin: 0; }

.btn-normal {
    font-size: 14px;
    padding: 6px 12px;
    font-weight: 700;
    color: #fff !important;
    background-color: #0084CE;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    line-height: 1.42857143;
    border-radius: 3px;
    letter-spacing: 0.05em;
    
}
.search_box .btn-normal {padding: 18px 25px; border-radius: 0;}

.search_box .input-group,#footer{ width: 600px; max-width: 100%; margin: 0 auto; }

.search_box #footer{ display: flex; justify-content: space-between; }

.search_box .box-header{ text-align: center; width: 100%; }
.search_box .box-header .box-title{ font-size: 30px; }

/* Form Structure Design */
form input.error {
    border: 1px solid rgba(220, 53, 69, 0.40)!important;
}
.box-footer {border-top: 1px solid #eee;padding: 10px;}
.map-container iframe {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 350px;
}
.input-group{ /*display: block;*/ width: 100%; }
.custom-radio {display: inline-block; margin-right: 10px;}

.form-box { position: relative; display: inline-block; width: 100%; margin-bottom: 20px;
    border: 1px solid #edf4f9;
    background-color: #ffffff;
    padding: 0 15px; border-radius: 5px;
    box-shadow: 0 2px 10px #ccd6e8;
}
.dm-uploader {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    background: #f8f9fb;
    border: 2px dashed #eeeff1;
    border-radius: 4px;
    padding: 15px 5px 5px 15px;
}
.dm-upload-text { font-size: 14px;color: #9fafc0;margin-bottom: 30px;}
.dm-btn-select-files {position: absolute !important; top: 0;bottom: 0;left: 0; right: 0;}
.error-message-img-upload {display: none;margin-top: 15px;padding-left: 15px;}
.dm-uploader-container {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.dm-uploader .btn input[type=file]{margin: 0;border: solid transparent;width: 100%;opacity: 0;cursor: pointer;}


.modal-header{ border-bottom: 1px solid #ddd; }
.modal-title{ font-size: 18px; }
.modal-header .close{ margin-top: 5px; }
.modal-body > .row{margin: 0;}
.modal-content{ border-radius: 5px; }

/* Table Structure Design */
.table{ border: 1px solid #ddd; }
.table > thead > tr > th {
    border-bottom: 2px solid #eee;
    white-space: nowrap; /*background-color: #1c3481; color: #fff;*/
}

.table th, .table td {
    border: 1px solid #eee !important;
}

.collection-collapse-block{ border: 1px solid #ccc;padding: 10px; margin: 10px 0; border-radius: 5px; }
.collection-collapse-block h3{ margin-top: 5px; }
.collection-collapse-block .custom-checkbox{ float: none; }

.table .dropdown-menu{ padding: 0; z-index: 11111; }
.table .dropdown-menu ul{ margin: 0; padding: 0; }
.table .dropdown-menu li{ list-style: none; margin: 0; padding: 10px; border-top: 1px solid #ddd; }
.table .dropdown-menu li a{ display: block; color: #666;    z-index: 11111;
    display: flex; }
.table .dropdown-menu i{ margin-right: 5px; width: 30px; text-align: center; }
.table tr td:last-child .dropdown-menu{ left: auto !important; right: 0; }

.table .dropdown-menu.options-dropdown li{ padding: 0; }

@media screen and (max-width: 1100px) {
    .search_box{ margin: 20px 0; padding: 15px; }
    .btn-normal{ /*padding: 15px;*/ }
    .input-group-prepend select{ max-width: 110px; }
    .search_box .input-group { max-width: 600px; margin: 0 auto; }
}

@media screen and (max-width: 768px) {
    section.content{ margin-top: 0; }
    .main-sidebar{padding-top: 60px;}
}

@media screen and (max-width: 767px) {
    .navbar-custom-menu{ margin-right: 8px; }
    .main-header .logo{height: auto; line-height: 40px;}
    .main-header .navbar{height: 50px; min-height: unset;}
    .navbar-custom-menu .nav .btn-site-prev{ margin-top: 7px !important; }
    .navbar-custom-menu .navbar-nav > li > a{padding: 14px 5px 5px !important;}

    .content-wrapper{ margin-top: 90px; }

}

@media screen and (max-width: 575px) {
    .search_box .input-group-prepend,.input-group-prepend select{ max-width: unset;  width: 100%;}
    .search_box .input-group>.form-control{ height: 42px; margin-top: 10px; }
    .search_box .btn-normal{ position: absolute; right: 0; bottom: 0; z-index: 99; padding: 10px; }
   
    #owner h5{ text-align: center; }
    .notes {margin: 0 15px;}
}

@media screen and (max-width: 480px) {
    .btn-normal{ margin: 0 auto; }
    .input-group-prepend select{ max-width: unset; width: 100%; }
    .search_box .input-group-prepend{flex-basis: 100%;}

    #footer{ text-align: center !important; }

}


form label.error {
    color: #d43f3a !important;
    font-size: 12px;
    display: none!important;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.box-body{ padding: 15px; }

.browse_img_box{  display: flex; padding: 0 0 10px; justify-content: space-between; }

.browse_img_box .col{ width: 100%; }

.browse_img_box label{ margin: 0; }
.browse_img_box .file_btn{ 
    margin-left: 10px;
    height: 100%;
    max-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-radius: 10px;
    background-color: #cbdfea;
 }

.browse_img_box .file_btn i{ font-size: 30px; margin-bottom: 2px; }
.browse_img_box .file_btn p{ font-size: 13px;
    margin-bottom: 0;
    line-height: 14px;
    margin-top: 5px;
    color: #666;
    font-weight: normal; }

.browse_img_box .dm-uploader{ padding: 5px; }

.modal-open .select2-drop{ z-index: 999999999;  }
.modal-open .select2-container{max-width: 100%; }

.modal-footer{ display: flex; flex-wrap: wrap; justify-content: center; }
.modal ul,.modal li{ list-style: none; margin: 0; padding: 0; }

.add_img_list ul{ display: flex; flex-wrap: wrap; margin-top: 15px;  }

/* Checkbox Design */
.add_img_box {
  display: flex; align-items: center; justify-content: center;
  width: 132px; height: 132px; border: 1px solid #ccc; padding: 3px;
  margin: 5px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.add_img_box img{ max-width: 100%; width: 100%; height: 100%; }

/* Hide the browser's default checkbox */
.add_img_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  /*background-color: #eee;*/
}

/* On mouse-over, add a grey background color */
.add_img_box:hover input ~ .checkmark {
 /* background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.add_img_box input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.add_img_box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.add_img_box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Dashboard Page Design Start 27/01/2021 */

.bg-pink{ background-color: #D81B60; }

.info_thum{
    display: flex; justify-content: space-between;align-items: center;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info_icon{
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    
}
.info_icon a{ color: rgba(0, 0, 0, 0.3); }

.info_txt{ padding: 10px; flex:1; }
.info_txt h3 {
    font-size: 38px; line-height: 38px; color: #666;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
    padding: 0;
}

.info_txt a{ color: #999; }

.box-header.nav-tabs-custom{ padding: 0; margin-bottom: 5px; }

.modal-header{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.modal-header:before,.modal-header:after{ display: none; }

.modal-header .close{ opacity: 1;margin: -5px -5px 0; }
.modal-header .close i.icon-close{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.modal-header .close i.icon-close:before{
    content: "\f057";
    color: #dc3545 !important; font-size: 30px;
}

.dm-uploaded-files .media{ margin-top: 0 !important; }
.dm-uploaded-files .media:first-child{ margin-top: 0 !important; }


.add_member_box{margin-top: 15px;}
.add_btn_box{display: flex;justify-content: space-between;align-items: center;margin-top: 24px;}
.add_btn_box .btn-normal{ margin: 0; }

/* Table Set Vertical in Mobile View */
.pro_table .btn-sm{ padding: 4px;margin-bottom: 4px; }
.pro_table thead tr th{ white-space: normal; vertical-align: middle; }
.pro_table tbody tr td[data-label="Min. Delivery Amount"]{min-width: 82px;text-align: center;}
.pro_table tbody tr td[data-label="Postal code"]{min-width: 86px;text-align: center;}
.pro_table tbody tr td[data-label="Action"] a.btn{ padding: 5px 10px; margin:0 !important;  }

.pro_table tbody tr td ul{ padding-left: 15px; min-width: 105px;  }


/* All Label Color For Status */
.completed_btn{ background-color: green; color: #fff; font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important;}
.cancel_btn{ background-color: red; color: #fff; font-weight: bold !important; font-size: 12px; text-align: center; padding: 5px 10px;  text-transform: capitalize !important; }
.return_btn{ background-color: orange; color: #fff; font-weight: bold !important;font-size: 12px; text-align: center; padding: 5px 10px;  text-transform: capitalize !important; }
.process_btn{ background-color: #b5a700; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important;}

.avaiting_btn{ background-color: #b58600cf; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px; text-transform: capitalize !important; }
.paymentrcv_btn{ background-color: #1ba995cf; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }
.processord_btn{ background-color: #b5a700; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important;}
.outdel_btn{ background-color: #b500af9c; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }



.cancel_req_btn{ background-color: #cc19198c; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }
.cancel_success_btn{ background-color: #1e790ec2; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }


.return_st1_btn{ background-color: #1e4b71c2; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }
.return_st2_btn{ background-color: #1e790ec2; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }
.return_st3_btn{ background-color: #31c3c3c2; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }
.return_st4_btn{ background-color: #9c2b00d9; color: #fff;  font-weight: bold !important;font-size: 12px; text-align: center;  padding: 5px 10px;  text-transform: capitalize !important; }

@media screen and (max-width: 991px){
    .pro_table thead {display: none;}
    .pro_table tbody{ display: flex; flex-wrap: wrap; }
    .pro_table tbody tr td:before {
        content: attr(data-label);
        float: left;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 5px;
    }
    .pro_table tbody tr{ display: block; margin: 10px 1.5%; width: 47%;
        background-color: #fff !important;
        border-radius: 10px;
        /*overflow: hidden;*/
        box-shadow: 0 0 10px #b4c7d4;
    }
    .pro_table tbody tr td {
        display: flex; flex-wrap: wrap; justify-content: space-between;
        font-size: 14px;
        padding: 5px 10px !important;
        width: 100%;
        
    }
    
    .pro_img_box{ width: 100%; display: flex; flex-wrap: wrap; }
    .td-product .img-table{ float: none; display: inline-block; height: auto !important; width: 60px; }

    .pro_img_box .table-product-title{ width: 100%; }

}

@media screen and (min-width: 768px) and (max-width: 991px){
    .pro_table tbody tr{ width: 94%;margin: 10px 3%; }
}

@media screen and (max-width:870px){
    .search_box #footer{ justify-content: center; flex-direction: column; }
    .search_box #footer h5{ text-align: center; }
}

@media screen and (max-width:600px){
    .pro_table tbody tr{ width: 100%; margin: 10px; }
}


@media screen and (min-width:575px){
    .form-add-product .form-box-body .col-md-6{ width: 50%; float: left; }

}


