.w-40 {
  width:40% !important;
}

.w-35 {
    width: 35% !important;
}

.w-30 {
    width:30% !important;
}

.login-clean .form {
    /*max-width: 320px;*/
    /*width: 90%;*/
    background-color: rgb(255, 255, 255);
    color: rgb(80, 94, 108);
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 5px;
    margin: 0px auto;
    /*padding: 40px;*/
    border-radius: 4px;
    display: block;
}

.remove-button-css {
    border: 0px;
}

.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    background: #0072bc;
}

.custom {
    background-color: #babebd !important;
    border:none!important;
}


.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}