#datatable {
    width: 100% !important;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

#datatable tr th {
    white-space: nowrap;
}

.login-page {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-bg {
    background: #fff;
    border-radius: 10px;
}

.login-box-body,
.register-box-body {
    border-radius: 10px;
    padding: 0 20px 20px 20px;
}

.login-logo,
.register-logo {
    margin: 0;
    padding: 15px 0 0 0;
    border-bottom: 1px solid #eee;
}

.login-box-msg,
.register-box-msg {
    padding: 10px;
}

.form-control {
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    font-size: 13px;
}

.display {
    display: none;
}

.theme-box {
    padding: 15px 2px;
    margin-bottom: 20px;
    text-align: center;
}

.theme-box img {
    border: 1px solid #efefef;
    width: 100%;
}

.theme-box button {
    width: 100%;
    margin-top: 10px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.required {
    color: red;
}

.nav-tabs-custom {
    box-shadow: none;
}

input[type=text].error,
input[type=file].error,
input[type=email].error,
input[type=number].error,
input[type=password].error,
select.error,
textarea.error {
    border: 1px solid red;
}

label.error {
    color: red;
    font-size: 13px;
    font-weight: normal;
}

.lang-label {
    background: #eee;
    padding: 5px;
    word-wrap: break-word;
    margin-bottom: 5px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}

.column-title {
    padding: 10px;
    background: #ecebeb;
}

input[type=file] {
    display: block;
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.select2 {
    width: 100% !important;
}

.quick-field {
    width: 100%;
}

.quick-add {
    float: right;
    margin: 0;
    padding: 1px 5px;
}

/* Switch button */
.btn-default.btn-on.active {
    background-color: #5BB75B;
    color: #fff;
}

.btn-default.btn-off.active {
    background-color: #DA4F49;
    color: white;
}