﻿* {
    font-family: droid_arabic_kufi_regular;
    font-size: 12px;
    outline: none !important;
    font-size: 12px;
}

html, body {
    font-family: droid_arabic_kufi_regular;
    outline: none !important;
    background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
    color: #003455;
    font-weight: normal;
    font-family: droid_arabic_kufi_bold;
}


a, .btn-link {
    color: #5895e2;
    text-decoration: none;
}


.mb-5 {
    margin-bottom: 2rem !important;
}

button, .btn {
    font-weight: normal;
    font-family: droid_arabic_kufi_regular;
    border-radius: 0;
}

i {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: droid_arabic_kufi_bold
}

select {
    width: 100%;
    border: 1px solid #ccc;
}

input[type=text] {
}

textarea {
    border: 1px dashed lightgray !important;
    resize: none;
    padding: 4px !important;
}

input[type=checkbox] {
    float: right;
    margin-left: 5px;
    width: 18px;
    height: 18px;
    background-color: aquamarine
}

hr {
    margin: 5px;
}




.form-control:disabled, .form-control[readonly] {
    background-color: #FFF;
}

.lnr {
    font-size: 14px;
}

.TextArea {
    border: 1px solid lightgray;
    height: 120px;
    resize: none;
    width: 100%;
}


fieldset {
    margin-top: 10px;
    padding: 8px 4px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.FieldSetLine {
    border-width: 1px 0 0 0;
    border-radius: 0;
    padding-top: 12px;
}

    .FieldSetLine legend {
        font-family: droid_arabic_kufi_bold;
        color: green;
    }

legend {
    width: auto;
    float: none;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
}


.AppWrapper {
    padding-right: 25px;
    padding-left: 25px;
}

.ViewUpdateProgress {
    position: fixed;
    z-index: 10000;
    left: 0;
    width: 300px;
    padding: 12.5px;
    border: 1px solid gray;
    background: white;
    display: none;
    text-align: center;
}




.TopMenu {
}

.TopMenuList {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding-right: 10px;
}

.TopMenuItem {
    padding: 10px 10px;
    margin-right: 10px;
    display: inline-block;
    color: gray;
}

.TopMenuItemActive {
    padding: 10px 10px;
    margin-right: 10px;
    display: inline-block;
    color: #008ece;
    border-bottom: 1px solid #008ece;
}

.field-control {
    width: 100%;
    background-color: transparent;
    border: 0;
    padding-right: 20px;
}


.AccountMenu::after {
    display: none;
}

.OVH {
    overflow: hidden;
    width: 100%;
    height: 20px;
}

.OVH50 {
    overflow: hidden;
    width: 50px;
    height: 20px;
}

.OVH100 {
    overflow: hidden;
    width: 100px;
    height: 20px;
}

.OVH120 {
    overflow: hidden;
    width: 120px;
    height: 20px;
}

.OVH150 {
    overflow: hidden;
    width: 150px;
    height: 20px;
}

.OVH200 {
    overflow: hidden;
    width: 200px;
    height: 20px;
}

.OVH250 {
    overflow: hidden;
    width: 250px;
    height: 20px;
}

.Hover:hover {
    cursor: pointer;
    background-color: #EEEEEE;
}

.Bold {
    font-family: droid_arabic_kufi_bold;
}

b {
    color: green;
    font-weight: normal;
    font-family: droid_arabic_kufi_bold;
}





progress {
    height: 10px;
    border-radius: 0px;
    background-color: #EEE;
    width: 100%;
}

.CheckIcon {
    font-size: 16px;
    color: #EEE;
}


/*--------------------------------------------------------------------------------*/
.TeamPics {
    height: 30px;
    overflow: hidden;
    width: 100%;
    padding-right: 8px;
}

    .TeamPics div {
        border: 1px solid #999;
        width: 30px;
        height: 30px;
        float: right;
        border-radius: 15px;
        overflow: hidden;
        margin-right: 3px;
        cursor: pointer;
    }

    .TeamPics label {
        display: inline-block;
        border: 1px solid #EEE;
        margin: 3px 3px;
        height: 24px;
        float: right;
    }

    .TeamPics div img {
        width: 26px;
    }

    .TeamPics span {
        font-size: 16px;
        line-height: 30px;
        color: lightgray;
        padding: 2px 4px;
        display: inline-block;
    }

.TeamPic {
    width: 22px;
    height: 22px;
    overflow: hidden;
    border: 1px solid gray;
    border-radius: 11px;
}

.TeamPic2 {
    width: 22px;
    height: 22px;
    overflow: hidden;
    border: 1px solid gray;
    border-radius: 11px;
    margin-right: 5px;
}

.TeamPicActive {
    border: 2px solid blue;
}


.AppWrapper {
    padding-right: 270px;
    height: 100vh;
    overflow: auto;
    padding-top: 75px;
}
/*--------------------------------------------------------------------------------*/

.CardPop {
    position: fixed;
    z-index: 1040;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0px;
}

    .CardPop .card-body {
        padding-top: 25px;
    }


    .CardPop .card-header {
        text-align: center;
        font-family: droid_arabic_kufi_bold;
        font-weight: normal;
        line-height: 28px;
    }

        .CardPop .card-header .btn-outline-secondary {
            float: right;
        }

        .CardPop .card-header .btn-primary {
            float: left;
        }

        .CardPop .card-header .btn-danger {
            float: left;
        }


.card-footer {
    text-align: left;
    padding: 16px;
    border-radius: 0 0 20px 20px !important;
}


.card-header .btn {
    float: left;
    margin-left: 10px;
}
/*--------------------------------------------------------------------------------*/
.BundleMenu {
    list-style: none;
    padding: 10px 20px;
    background-color: #FFF;
    border: 1px solid #CCC;
}

    .BundleMenu li {
        display: inline-block;
        padding: 5px;
        padding-left: 30px;
    }

        .BundleMenu li a {
            font-size: 16px;
            display: inline-block;
            padding-bottom: 6px;
            color: gray;
        }

            .BundleMenu li a i {
                font-size: 16px;
            }

            .BundleMenu li a.Active {
                border-bottom: 3px solid #5895e2;
                color: #5895e2;
            }



/*--------------------------------------------------------------------------------*/
@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    body {
        background: white !important;
    }
}

::placeholder {
    opacity: .3;
}
/*--------------------------------------------------------------------------------------------------*/

@media (max-width: 640px) {
    
}
