.hide_elem {
    display: none;
}

.login {
    background: url('../images/login_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
}

.login_content {
    background: rgba(40, 57, 101, 0.65);
    padding: 12px;
}

.error {
    color: #e03535;
}

.required {
    color: #e03535;
}

.select2-container {
    height: 34px;
}

.select2-selection {
    min-height: 34px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.tr-bg {
    background: #EDEDED;
    font-size: 15px;
}

.btn-cust {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ccc;
}

.h34 {
    height: 34px !important;
}

.input-number {
    min-width: 100px !important;
}

.search-btn,
.export-btn {
    margin-top: 8px;
}

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

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

.p-top-1 {
    padding-top: 1px !important;
}

.bg-eee {
    background: #eee !important;
}

.color-cbc {
    color: #cbcbcb !important;
}

.color-9e9 {
    color: #9e9c9c;
}

.color-ff4 {
    color: #ff4848;
}

.bgcolor-eee {
    background: #eee;
}

.f-15 {
    font-size: 15px;
}

.page-class-1 {
    height: 33px !important;
}

.page-class-2 {
    height: 33px !important;
}

.page-class-3 {
    padding-right: 0px;
    padding-left: 0px !important;
}

.page-class-4 {
    font-size: 15px;
}

.page-class-5 {
    pointer-events: none;
    opacity: 0.5;
}

.disable-checkbox {
    pointer-events: none;
    opacity: 0.5;
}

.x_title h2 {
    overflow: initial;
}

.purchase-btn {
    padding: 6px 10px !important;
    position: absolute;
    left: 40%;
    z-index: 999;
}

.nav_menu {
    position: relative;
}

.eye_icon_parent {
    position: relative;
}

.eye_icon {
    position: absolute;
    right: 26px;
    z-index: 99;
    top: 15px;
    cursor: pointer;
    color: #4a4a4a;
}

.custom-radio {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.logo-2 {
    max-height: 80px;
    max-width: 80%;
}

.label-fontsize-1 {
    font-size: 90% !important;
}

.float-right {
    float: right;
}

.scrolable-elem {
    max-height: 275px;
    overflow: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.hiddenImg img {
    display: none;
    max-width: 200px;
    height: 135px;
    max-height: 135px;
    /* margin-top: 20px; */
}

#hidden_row {
    display: none;
}

.kk_cus_img {
    width: 270px;
}

#blah {
    margin-left: 55px;
}

/* .swal2-icon {
    width: 100px !important;
    height: 100px !important;
    border: 4px solid #facea8 !important;
    border-radius: 50% !important;
    margin: 20px auto 30px !important;
    padding: 0 !important;
    position: relative !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    cursor: default !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.swal2-popup .swal2-title {
    color: #595959 !important;
    font-size: 30px !important;
    text-align: center !important;
    font-weight: 600 !important;
    text-transform: none !important;
    position: relative !important;
    margin: 0 0 0.4em !important;
    padding: 0 !important;
    display: block !important;
    word-wrap: break-word !important;
} */

.display-none {
    display: none !important;
}

/* table.dataTable span.highlight {
    background-color: #FFFF88;
    border-radius: 0.28571429rem;
}

table.dataTable span.column_highlight {
    background-color: #ffcc99;
    border-radius: 0.28571429rem;
} */


p.border-top-kk {
    border-top: 1px solid;
    padding-top: 10px;
}
.kk-center{
    display: table-cell !important;
    vertical-align: middle !important;
}

.line {
    border: 1px solid #8080802b;
    margin-bottom: 9px;
}