#custom_message {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 50%;
    width: 500px;
    margin-left: -250px;
}

#custom_message_title {
    font-size: 15px;
}

#custom_message_text {
    font-size: 12px;
}

#custom_message_inner button.close {
    margin-top: -5px;
}

.general-table {
    border: 0px solid #cbcccd;
    margin-bottom: 0px;
    font-size: 14px;
    cursor: pointer;
}

.text-nowrap {
    white-space: nowrap!important;
}

.general-table tr th {
    border-top: 0px solid black;
    text-transform: uppercase;
    padding: 8px .75rem;
    font-size: 13px;
    background-image: linear-gradient(-180deg,#fefefe 4%,#f7f7f7 100%);
    font-weight: 700;
}

.general-table tr td {
    font-size: 15px;
    padding: 7px 12px 7px 12px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sort-arrows {
    width: 6px;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
}

.sort-none {
    background-image: url(/images/arrow.png);
}

.sort-up {
    background-image: url(/images/up-arrow.png);
}

.sort-down {
    background-image: url(/images/down-arrow.png);
    position: relative;
    top: 7px;
}

.title-size {
    font-size: 18px;
}

.bold {
    font-weight: 700;
}

.right-divider {
    border-right: 1px solid #cbcccd;
    margin: 0px 10px 0px 10px;
}

.btn-sm-font {
    font-size: 13px;
    font-weight: bold;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #0d48a5;
    border-color: #0d48a5;
}

.btn-sm-font {
    font-size: 13px;
    font-weight: bold;
}

.btn-main {
    border-radius: 0px;
}

.table-area {
    margin-top: 15px;
}

.general-one-block {
    border: 1px solid #cbcccd;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 #ebebeb;
    padding: 20px 40px 20px 40px;
    background-color: #fff;
    margin-top: 20px;
}

.margin-block {
    margin: 20px 0px;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    background-color: white;
}

.btn-sm-font {
    font-size: 13px;
    font-weight: bold;
}

.btn-sm-padding {
    padding: 2px 4px;
}

.table-responsive {
    overflow-y: hidden;
}

.caption-title {
    font-size: 14px;
    color: #696d70;
}

.select-60 {
    min-width: 60px;
}

.no-border-select {
    border: 0px solid black;
    box-shadow: none !important;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.in-line-select-font {
    font-size: 14px;
    top: 0px;
}

.in-line-select {
    display: inline-block;
    min-width: 80px;
    width: auto;
    max-height: 34px;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.no-shadow-selection {
    box-shadow: inset 0 2px 3px 0 #ebebeb !important;
    border: 1px solid #e1e2e2 !important;
    outline: 0 !important;
}

.input-40 {
    width: 32px;
    height: 32px;
    font-size: 15px;
    text-align: center;
    padding: 4px 2px;
    margin-left: 4px;
    margin-right: 4px;
}

.btn-paginator {
    position: relative;
    bottom: 3px;
}

.btn-reg {
    min-width: 120px;
    border-radius: 0px;
    font-size: 14px;
}

.adjust_icon {
    position: relative;
    bottom: 2px;
}

.edit-btn-inline-block {
    position: absolute; 
    top: 0;
    right: 10px;
}

.edit-btn-inline-block {
    display: none;
}

.reg-profile-pic {
    background-image: url(/images/mango-placeholder.png);
    width: 200px;
    height: 150px;
    background-color: #f7f7f7;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 1px 1px 0 #d9d9d9;
    border: 2px solid #fff;
    float: left;
    margin-right: 20px;
}

.reg-image-upload-holder {
    float: left;
    margin-top: 30px;
}

#reg-profile-pic-rem {
    position: relative;
    top: -16px;
    left: 192px;
    cursor: pointer;
}

.subgroup_image_backend {
    width: 40px;
}

.other_langs_links {
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 1px;
}

.subgroup_image {
    width: 60px;
    height: 45px;
    overflow: hidden;
    object-fit: cover;
    border: 1px solid lightgrey;
}

.order_group_line td {
    background-color: #f2f2f2;
}

.order_subgroup_line td {
    background-color: white;
}

.rec-header-name {
    font-weight: bold;
    color: darkblue;
}

.frontend_select {
    height: 32px;
    padding: 0px 10px;
    width: 60px;
    margin: 0px;
    position: relative;
    bottom: 4px;
}

.copy_info {
    width: 24px;
    height: 24px;
    display: inline;
}

.adjust_text_per_checkbox {
    position: relative;
    bottom: 7px;
}

@media (max-width: 991.98px) {

    .edit-btn-inline-block {
        display: block;
    }
    
    .padding-block {        
        padding: 20px 10px 20px 10px;
    }
    
    .margin-block {
        margin: 20px 0px;
        padding: 20px 20px 20px 20px;
    }
    
    .modal-dialog-xxl {
        width: 96% !important;
        max-width: 96% !important;
    }

    .modal-dialog-xl {
        width: 96% !important;
        max-width: 96% !important;
    }

    .modal-dialog-lg {
        width: 96% !important;
        max-width: 96% !important;
    }
    
    .modal-dialog-lg-plus {
        width: 96% !important;
        max-width: 96% !important;
    }
    
    .modal-dialog-sm {
        width: 96% !important;
        max-width: 96% !important;
    }
}


