﻿
body {
    font-size: 12px !important;
    font-family: 'Noto Kufi Arabic', 'Droid Arabic Kufi', sans-serif !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight:unset !important;
}

.help-block {
    font-size :10px !important;
    color :#95806f !important;
}

.has-success .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.form-control {
    border-radius: 0 !important;
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px !important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e7e7e7 !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-bottom-width: 2px !important;
    border-bottom-color: #eeeeee !important;
}
.bd-callout-info {
    border-right-color: #5bc0de !important;
}

.bd-callout-success {
    border-right-color: #28a745 !important;
}

.bd-callout {
    padding: 3px 12px !important;
    margin-top: 1.25rem;
    margin-bottom: 30px !important;
    border: 1px solid #eee;
    border-right-width: 5px!important;
   
}


.section {
    position: relative;
    /*z-index: 1;*/
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.main-wrapper-1 .section .section-header {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -10px;
    border-radius: 0;
    border-top: 1px solid #f9f9f9;
    padding-left: 35px;
    padding-right: 35px;
}

.section .section-header {
    box-shadow: 0 4px 8px rgb(0 0 0 / 3%);
    box-shadow: 0 4px 8px rgb(0 0 0 / 3%);
    background-color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.section .section-title {
    font-size: 18px;
    color: #191d21;
    font-weight: 600;
    position: relative;
    margin: 30px 0 25px 0;
}

.card {
    box-shadow: 0 4px 8px rgb(0 0 0 / 3%);
    background-color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    margin-bottom: 30px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

    .card .card-header {
        border-bottom-color: #f9f9f9;
        line-height: 30px;
        -ms-grid-row-align: center;
        align-self: center;
        width: 100%;
        min-height: 70px;
        padding: 15px 25px;
        display: flex;
        align-items: center;
    }

    .card .card-header, .card .card-body, .card .card-footer {
        background-color: transparent;
        padding: 20px 25px;
    }

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
@media (min-width: 576px) {
    .img-fluid {
        max-width: 95%;
        max-width: none;
        max-height: none;
        height: auto;
        border: 1px solid #a1cdd5;
    }
}
.img-fluid {
    max-width: 50%;
    max-width: 320px;
    max-height: 280px;
    height: auto;
    border: 1px solid #a1cdd5;
    margin-right:15px ;
}