﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900&subset=arabic');

body {
    font-family: 'Tajawal', sans-serif;
}

.kt-form.kt-form--label-right
.form-group
label:not(.kt-checkbox):not(.kt-radio):not(.kt-option) {
    text-align: right !important;
}

.clearfix {
    clear: both;
    float: left;
    width: 100%;
}

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: right !important;
}

.bootstrap-select > .dropdown-toggle:after {
    float: left;
    position: relative;
    top: 8px;
}

.text-danger:hover {
    /*color: #fff !important;*/
}

.table td,
.table th {
    font-size: 14px !important;
    font-weight: 500;
}

.btn.m-btn--hover-accent:hover,
.btn.m-btn--hover-accent.active,
.btn.m-btn--hover-accent:active,
.btn.m-btn--hover-accent:focus,
.show > .btn.m-btn--hover-accent.dropdown-toggle {
    border-color: #ebedf2 !important;
    color: #fff !important;
    background-color: #f7f8fa !important;
}

.m-btn--icon.m-btn--icon-only {
    display: inline-block;
    position: relative;
    padding: 0 !important;
    width: 33px;
    height: 33px;
}

    .m-btn--icon.m-btn--icon-only > i {
        line-height: 0;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

.btn.m-btn--pill {
    border-radius: 60px;
}

.btn i {
    padding-left: 0rem !important;
}

.table thead td,
.table thead th {
    font-weight: bold !important;
}

.daterangepicker.ltr {
    z-index: 99999 !important;
}

.table th {
    text-align: right;
}

    .table th i {
        padding-left: 5px;
    }

.table td {
    vertical-align: middle;
}

.kt-widget24 {
    background-color: #fbfbfb !important;
}

.kt-portlet.kt-portlet--height-fluid {
    background-color: #f6f6f6 !important;
}

.icustom {
    color: #898b96 !important;
}

.fitwidth {
    width: 1% !important;
    white-space: nowrap !important;
}

.table thead td,
.table thead th {
    border-bottom: 2px solid #ebedf2 !important;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 800px) {
}

.field-validation-error {
    color: #cc0000;
    font-weight: bold;
}

h3 i.fa,
h3 i,
.kt-portlet__head-icon i {
    color: #572f36;
}

.table thead td, .table thead th {
    border-bottom: 1px solid #3d8f6c !important;
}

.table {
    color: #000000;
    background-color: #fff;
}

.select2-selection__rendered {
    color: #000000;
    font-weight: bold;
}

.kt-widget2__actions {
    text-align: left;
}


.login-form .form-control {
    font-size: 13px;
    line-height: 1.5;
    color: #b5b091;
    display: block;
    width: 100%;
    background: #ffffff;
    height: 50px;
}

.main-div {
    background: rgba(255, 255, 255, 0.91) none repeat scroll 0 0;
    border-radius: 2px;
    margin: 0px auto;
    max-width: 40%;
    padding: 30px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
}

.login-form .form-group {
    margin-bottom: 20px;
}

.login-form {
    text-align: center;
    padding: 8% 0;
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}

.login-form .btn.btn-primary {
    background: #b5b091 none repeat scroll 0 0;
    border-color: #b5b091;
    color: #ffffff;
    font-size: 18px;
    width: 100%;
    height: 50px;
    padding: 0;
    border-radius: 0;
    margin: 5px 0;
}

    .login-form .btn.btn-primary:hover {
        background: #54336a;
        border-color: #54336a;
    }

.forgot {
    text-align: left;
    margin-bottom: 30px;
}

.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #5fa6db none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

    .back a {
        color: #444444;
        font-size: 13px;
        text-decoration: none;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .370rem 1.75rem;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #777777;
    text-align: center;
    white-space: nowrap;
    background-color: #f5f4f4;
    border: 1px solid #ced4da;
    /* border-radius: .25rem; */
    border-left: 0;
}

.input-text {
    position: relative !important;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto !important;
    width: 1% !important;
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .main-div {
        max-width: 100%;
    }

    .login-form {
        text-align: center;
        padding: 30% 0;
    }
}

.highcharts-credits {
    display: none;
}

.table td i {
    color: #65bd0d;
    padding-left: 3px;
}
