﻿/*the Arabic font-face form company*/
@font-face {
    font-family: 'Tajawal-Bold';
    src: url('../fonts/Tajawal/Tajawal-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Tajawal-Regular';
    src: url('../fonts/Tajawal/Tajawal-Regular.ttf') format('truetype');
}
/*---------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Cairo-Bold';
    src: url('../fonts/CairoArabic/Cairo-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo-Regular';
    src: url('../fonts/CairoArabic/Cairo-Regular.ttf') format('truetype');
}
/*---------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Kufi-Black';
    src: url('../fonts/KuifiArabic/NotoKufiArabic-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Kufi-Bold';
    src: url('../fonts/KuifiArabic/NotoKufiArabic-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Kufi-SemiBold';
    src: url('../fonts/KuifiArabic/NotoKufiArabic-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Kufi-Regular';
    src: url('../fonts/KuifiArabic/NotoKufiArabic-Regular.ttf') format('truetype');
}
/*---------------------------------------------------------------------------------------*/
/*the English font-face form company*/
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/PoppinsEnglish/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/PoppinsEnglish/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Black';
    src: url('../fonts/PoppinsEnglish/Poppins-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'PTSans-Regular';
    src: url('../fonts/PT_Sans/PTSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PTSans-Bold';
    src: url('../fonts/PT_Sans/PTSans-Bold.ttf') format('truetype');
}
/*---------------------------------------------------------------------------------------*/

body {
    background-color: #a1b7b9;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#Content {
    position: relative;
    padding-bottom: 2.5rem;
}

#Footer {
    /*position:absolute;*/
    bottom: 0;
    width: 100%;
}

footer span {
    color: #f5f5f5;
}

/*---------------------*/
.ar-font {
    font-family: 'Cairo-Regular';
}

.eng-font {
    font-family: 'Poppins-Regular';
}

.en {
    direction: ltr;
}

.ar {
    direction: rtl;
}

.logo img {
    width: 70px;
    height: 70px;
}

.navbar {
    padding: 0px;
}

.center_line {
    padding-top: 5px;
}

.pagination-container {
    margin-left: auto;
    margin-right: auto;
}

.logo_intro img {
    width: 70px;
    height: 70px;
    display: block;
}

.padding_clear {
    padding: 0px;
}


/* Text Size 
--------------------------------*/
.text-fast-8 {
    font-size: 8px;
}

.text-fast-8B {
    font-size: 8px;
    font-weight: bold;
}

.text-fast-9 {
    font-size: 9px;
}

.text-fast-9B {
    font-size: 9px;
    font-weight: bold;
}

.text-fast-9 {
    font-size: 9px;
}

.text-fast-9B {
    font-size: 9px;
    font-weight: bold;
}

.text-fast-10 {
    font-size: 10px;
}

.text-fast-10B {
    font-size: 10px;
    font-weight: bold;
}

.text-fast-11 {
    font-size: 11px;
}

.text-fast-11B {
    font-size: 11px;
    font-weight: bold;
}

.text-fast-12 {
    font-size: 12px;
}

.text-fast-12B {
    font-size: 12px;
    font-weight: bold;
}

.text-fast-13 {
    font-size: 13px;
}

.text-fast-13B {
    font-size: 13px;
    font-weight: bold;
}

.text-fast-14 {
    font-size: 14px;
}

.text-fast-14B {
    font-size: 14px;
    font-weight: bold;
}

.text-fast-15 {
    font-size: 15px;
}

.text-fast-15B {
    font-size: 15px;
    font-weight: bold;
}

.text-fast-16 {
    font-size: 16px;
}

.text-fast-16B {
    font-size: 16px;
    font-weight: bold;
}

.text-fast-17 {
    font-size: 17px;
}

.text-fast-17B {
    font-size: 17px;
    font-weight: bold;
}

.text-fast-18 {
    font-size: 18px;
}

.text-fast-18B {
    font-size: 18px;
    font-weight: bold;
}

.text-fast-19 {
    font-size: 19px;
}

.text-fast-19B {
    font-size: 19px;
    font-weight: bold;
}

.text-fast-20 {
    font-size: 20px;
}

.text-fast-20B {
    font-size: 20px;
    font-weight: bold;
}

.text-fast-21 {
    font-size: 21px;
}

.text-fast-21B {
    font-size: 21px;
    font-weight: bold;
}

.text-fast-22 {
    font-size: 22px;
}

.text-fast-22B {
    font-size: 22px;
    font-weight: bold;
}

.text-fast-23 {
    font-size: 23px;
}

.text-fast-23B {
    font-size: 23px;
    font-weight: bold;
}

.text-fast-24 {
    font-size: 24px;
}

.text-fast-24B {
    font-size: 24px;
    font-weight: bold;
}
/* --------------------- End Text Size ------------------------------- */

/* Text Color 
--------------------------------*/
.color-fast-Blue {
    color: #337ab7 !important;
}

.color-fast-Red {
    color: #d9534f !important;
}

.color-fast-Orange {
    color: #f47522 !important;
}

.color-fast-Grey {
    color: #a1b7b9 !important;
}

.color-fast-GreyLight {
    color: #e2e3e4 !important;
}

.color-fast-White {
    color: #fff !important;
}

.color-fast-Green {
    color: #14c20d !important;
}
/* --------------------- End Text Color ------------------------------- */

/* BackGround Color 
--------------------------------*/
.bg-fast-Blue {
    background-color: #337ab7 !important;
}

.bg-fast-LightBlue {
    background-color: #5bc0de !important;
}

.bg-fast-menu {
    background-color: #007cb5 !important;
}

.bg-fast-Red {
    background-color: #d9534f !important;
}

.bg-fast-Orange {
    background-color: #f47522 !important;
}

.bg-fast-Grey {
    background-color: #a1b7b9 !important;
}

.bg-fast-GreyDark {
    background-color: #555555 !important;
}

.bg-fast-GreyLight {
    background-color: #d8d8d8 !important;
}

.bg-fast-White {
    background-color: #fff !important;
}

.bg-fast-Green {
    background-color: #14c20d !important;
}
/* --------------------- End BackGround Color ------------------------------- */

/* --------------------- Check Boxes ------------------------------- */

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.75); /* IE */
    -moz-transform: scale(1.75); /* FF */
    -webkit-transform: scale(1.75); /* Safari and Chrome */
    -o-transform: scale(1.75); /* Opera */
    padding: 5px;
}

    input[type=checkbox]:hover {
        cursor: pointer !important;
    }


.container-fast-chk {
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    margin: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0.5rem;
    background-color: #F5F6F8 !important;
}

    .container-fast-chk:hover {
        background-color: #a5fbbe !important;
    }


/* --------------------- End Check Boxes ------------------------------- */

/* Border Color 
--------------------------------*/

.border-fast-Blue {
    border-color: #337ab7 !important;
    border-width: 1px;
}

.border-fast-Red {
    border-color: #d9534f !important;
    border-width: 1px;
}

.border-fast-Orange {
    border-color: #f47522 !important;
    border-width: 1px;
}

.border-fast-Grey {
    border-color: #a1b7b9 !important;
    border-width: 1px;
}

.border-fast-GreyLight {
    border-color: #e2e3e4 !important;
    border-width: 1px;
}

.border-fast-White {
    border-color: #fff !important;
    border-width: 1px;
}

.border-fast-Green {
    border-color: #14c20d !important;
    border-width: 1px;
}

.border-fast {
    border-radius: 1.25rem;
}

.border-fast-image {
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: #f47522;
}

/* --------------------- End Border Color ------------------------------- */
.table {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

    /*.table-responsive {
    display: table;
}
    tbody {
    width: 100%;
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

*/

    .table th, .table td {
        padding: 0.5rem;
        vertical-align: middle;
        border-top: 0px;
    }
/* Tabel 
--------------------------------*/

/* --------------------- End Tabel ------------------------------- */

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/


.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #754eb9;
}

.remark {
    color: lightslategrey;
    font-size: small;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.use-hand {
    cursor: pointer !important;
}

@media screen and (max-width: 768px) {
    #mainLogo img {
        width: 50%;
    }

    #MainHeader .loginImg {
        /*width: 80%;
        height: 80%;*/
    }

    #MainHeader .loginText {
        overflow: hidden;
        display: none;
    }

    #imgPrev {
        width: 50%;
        height: 80%;
    }

    #imgNext {
        width: 50%;
        height: 80%;
    }
}

/* Row 5 */
.searchHeader {
    text-align: center;
}

.searchText {
    background-color: #6da0b5;
    color: #ffffff;
}

.searchDrop {
    border-bottom-color: #6da0b5;
}

.searchBtn {
    background-color: #000;
    color: #fff;
}

.bgAll {
    background-color: #f8f8f8;
    padding: 10px 0;
    margin-top: 20px;
}

.pagination li {
    background-color: #f3f3f3;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #000;
    margin: 1px;
}

    .pagination li a {
        width: 100%;
        height: 100%;
    }

.pagination .active {
    background-color: #000 !important;
    color: #fff;
}

.pageContent {
    padding: 0 15px;
    margin-bottom: 20px;
}

.table-responsive {
    display: table;
}

.HideColorSize {
    display: none;
    visibility: hidden;
}

.displayLabel {
    color: #6f7d8a;
    font-weight: 800;
}

table label {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.select2-container {
    width: 100% !important;
}

ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.badge-text {
    font-size: 12px;
    font-weight: bold;
}

.showImage {
    display: normal;
}

.hideImage {
    display: none;
    visibility: hidden;
}
