.btn-non-margin {
    display: inline-grid;
    margin-top: 0 !important;
    width: 30%;
}

.cus-adm-invalid-feedback {
    /*display: none;*/
    width: 100%!important;
    margin-top: 0.25rem!important;
    font-size: 80%!important;
    color: #dc3545!important;
}

/* CSS Admin */
.cus-admin-img {
    border: 2px solid #e1e1e1;
    border-radius: 5px;
    width: fit-content;
    padding: 10px;
}
.cus-admin-tr-img {
    border-bottom: 1px solid #e8e2e2;
}
.cus-admin-td-img {
    padding-right: 25px;
}
.cus-admin-img-frame {
    height: 125px;
    /*border: 1px solid red;*/
    overflow: hidden;
    width: 250px;
}
.cus-admin-img-frame > img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}
.cus-admin-td-edit {

}
.cus-admin-td-rem {

}

.cus-admin-order-dioptre {
    color: #bbbbbb;
}
.cus-admin-order-period {
    color: #bbbbbb;
}

.cus_new_rec {
    font-weight: bold;
}

.dtr-control .cus_a_view {
    color: black !important;
}

.cus-adm-table-thead{
    color: #fff;
    background: #007bff;
}

.cus-adm-table {
    line-height: 0.8;
}
.cus-formate {
    border: 1px solid #ff000033;
    border-radius: 5px;
    background: #ff00000f;
    padding: 30px;
}
.cus-formate-show {
    display: block;
}
.cus-formate-hide {
    display: none;
}
.cus-formate-file-block {
    border: 1px solid #009aff;
    background: #06ace3;
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    margin: 0 0 30px 0;
    width: 300px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.cus-allright {
    /*border: 1px solid red;*/
    /*width: 300px;
    display: grid;
    grid-template-columns: 1fr 1fr;*/
    /* padding: 10px 0; */
    margin: 15px auto 0;
}


.tester_file {
    border: 1px solid red;
    min-height: 50px;
}

.custom-file-input {
    /*position: relative;*/
   /* z-index: 2;*/
    /*width: 100%;*/
    /*height: calc(2.25rem + 2px);*/
    /*margin: 0;*/
   /* overflow: hidden;*/
    /*opacity: 1;*/
}
.cus-succesfull {
    display: grid;
    grid-template-columns: 1fr 6fr;
    align-items: center;
    padding: 10px 0;
    color: green;
    font-size: 20px;
}
.cus-succesfull > .fa {
    font-size: 16px;
    display: block;
    width: 20px;
    margin-right: 20px;
}
.cus-progress-bar-close {
    text-align: center;
    padding: 10px 0;
    color: white;
    border-radius: 3px;
    background: green;
    font-size: 20px;
    cursor: pointer;
}
.cus-admin-clear {
    clear: both;
}
.cus-admin-visible-pictures-blk {
    /*border: 1px solid #fff;*/
    overflow: hidden;
}
.cus-admin-pic-icon-blk {
    float: left;
    margin: 0 0 10px 0;
}
.cus-admin-pic-icon-elem {
    border: 1px solid #ced4db;
    border-radius: 3px;
    margin: 0 2px 0 0;
    width: 95px;
    height: 65px;
    overflow: hidden;
}
.cus-admin-pic-icon-elem > img {
    width: 100%;
}
.cus-admin-pic-button-control {
    /*border: 1px solid red;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 2px 0 0;
    text-align: center;
}
.cus-admin-pic-change {
    border: 1px solid green;
    background: green;
    border-radius: 3px;
    color: #fff;
    margin: 1px 1px 0 0;
}
.cus-admin-pic-delete {
    border: 1px solid red;
    background: red;
    border-radius: 3px;
    color: #fff;
    margin: 1px 1px 0 0;
}
.cus-admin-pic-change:hover ,
.cus-admin-pic-delete:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25), 0 5px 0px rgba(0, 0, 0, 0.1);
}
.cus_admin_visible_pictures_blk_block {
    border: 1px solid red;
    min-height: 100px;
}
.cus-admin-form-pic-icon-blk {
    margin: 0 0 2px 0;
}
.cus-admin-form-pic-icon-elem {
    border-left: 5px solid #2ab111;
    margin: 0 2px 0 0;
    padding: 0 0 0 20px;
    width: auto;
    height: 30px;
    overflow: hidden;
}
.cus-load-one-img {
    opacity: 0;
    width: 0px;
}

.cus-admin-lense-form {
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    font-size: 14px;
}
.cus-admin-lense-form-show {
    display: block;
}
.cus-admin-lense-form-hide {
    display: none;
}
.cus-admin-lens-label {

}
.cus-show-deteils-show {
    display: block;
}
.cus-show-deteils-none {
    display: none;
}
.cus-show-back {
    float: right;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 5px 40px;
    margin: 11px;
    cursor: pointer;
    color: #000000;
}
.cus-show-details-content {
    margin: 0 30px 0 30px;
}
.cus_show_details_content_title {
    border-bottom: 2px solid #f2f2f2;
    padding: 30px 0 8px 0;
}
.cus_show_details_content_info {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0 15px 0px;
    margin: 0 0 10px 50px;
}
.cus_show_details_content_price {
    border-bottom: 1px solid #8e8e8e;
    padding: 0px 0 15px 0px;
    margin: 0 0 25px 50px;
}

.cus-height {
    height: 335px !important;
}
.checkselect {
    border: 1px solid #ced4db;
    padding: 15px;
    border-radius: 4px;
    height: 335px;
    overflow: hidden;
    overflow-y: auto;
}
.cus-val-dioptri {
    display: table-row;
    vertical-align: middle;
    width: 40px;
    margin-left: 3px;
    height: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    float: right;
    text-align: center;
}
.cus-val-price {
    display: table-row;
    vertical-align: middle;
    width: 60px;
    margin-left: 3px;
    height: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    float: right;
    text-align: right;
}
.cus-name-flags {
    display: table-row;
    vertical-align: middle;
    margin-right: 5px;
}
.cus-label-input-flags {
    display: table;
    margin-bottom: 2px;
    width: 100%;
}
.cus-nav-items {
    font-size: 14px;
}
.cus-nav-icon {
    font-size: 0.9rem !important;
    margin-left: 18px !important;
}
.cus-nav-link {
    padding: .3rem 1rem !important;
}
.cus-chart-container {

}
.cus-status-1 {
    font-weight: bold;
    color: #17a2b8;
}
.cus-status-2 {
    font-weight: bold;
    color: #605ca8;
}
.cus-status-3 {
    font-weight: bold;
    color: #ff851b;
}
.cus-status-4 {
    font-weight: bold;
    color: #3d9970;
}
.cus-status-5 {
    font-weight: bold;
    color: #af0000;
}
.cus-status-6 {
    font-weight: bold;
    color: #28a745;
}
.cus-brand-list {
    cursor: pointer;
}
.cus-brand-list:hover {
    color: green;
}
.cus-zaglushka {
    width: 100%;
    height: 100%;
}
.cus-all-flags {
    margin-left: 20px;
}

.cus-border-product-blocs {
    background: #f4f4f4;
    padding: 30px;
    margin: 8px 0px;
    box-shadow: 0 0 17px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}

.cus-border-product-contact-leense {
    background: #f4f4f4;
    padding: 0;
    margin: 8px 0px;
    box-shadow: 0 0 17px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}

.cus-admin-form-group-bottom {
    margin-bottom: 0;
}
