.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;
}
.rtl-lang {
    direction: rtl;
}