﻿@charset "UTF-8";
/*@import url(animate.css);*/
/*@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);*/
/*@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700);*/
/*@import url("animate.css");
@import url("linea-icon.css");*/

/*the Arabic font-face form boost company*/
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

/*@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);*/

/*---------------------------------------------------------------------------------------*/

/* Body For All The Site 
--------------------------------*/
body {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 14px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 8px;
    padding-right: 8px;
}

.bg-menu {
    background-color: #6da0b5;
}

/*main Common*/
#MainHeader {
/*    background-color: #f3f3f3;
*/
}

    #MainHeader a {
        text-decoration: none;
        color: #000;
    }

        #MainHeader a:focus {
            outline: none;
        }

    #MainHeader .BoxIcon img {
        width: 40px;
        height: 40px;
    }

    #MainHeader .Box {
        padding: 5px;
    }

.row4Box {
    background-color: #6da0b5;
    color: #000;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

    .row4Box:before {
        border-radius: 0px;
        content: '';
        height: 100%;
        width: 100%;
        border: 4px solid #6da0b5;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        /*transition: all 0.6s ease 0s;*/
    }

    .row4Box:hover:before {
        /*border: 270px solid rgba(0,0,0,0.5);*/
    }

    .row4Box img {
        transform-origin: right center;
        transition: all .4s ease-in-out;
    }

    .row4Box .box-content {
        color: #fff;
        padding: 10px;
        text-decoration: none;
    }

    .row4Box:hover .box-content {
        color: #000;
        text-decoration: none;
    }



a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* Row 5 */
.searchHeader {
    text-align: center;
}

.searchText {
    background-color: #ffffff;
    color:#6da0b5 ;
}

.searchDrop {
    border-bottom-color: #6da0b5;
}

.searchBtn {
    background-color: #6da0b5;
    color: #fff;
}

.bgAll {
    background-color: #f8f8f8;
    padding: 10px 0;
    margin-top: 20px;
}

.bgMain {
    background-color: #d2dcde;
}

.bgMain2 {
    background-color: #f8f8f8;
}

.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;
}

.pageTitle {
    background-color: #6da0b5;
    color: #fff;
    font-weight: 800;
    padding: 8px 25px;
    border-bottom: 1px solid #6da0b5;
    /*border-top: 1px solid #6da0b5;*/
}

.pageContent {
    padding: 0 15px;
    margin-bottom: 20px;
}

.paper-title-color {
    color: #ff0000;
    font-weight: 600;
}

.paperAbstract {
    justify-content: space-around;
    text-justify: inter-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Number of lines displayed before it truncate */
    overflow: hidden;
}

.table-responsive {
    display: table;
}

.use-hand {
    cursor: pointer !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 16px;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 16px;
}

/*Nav Bar Menu*/
/*--------------------------*/
#authorMenu ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

#authorMenu ul {
    text-decoration: none;
    list-style-type: none;
    background-color: #adc8db;
}

    #authorMenu ul li {
        border-bottom: solid 1px #90b1c8;
        padding: 6px 8px;
        cursor: pointer;
        background-color: #adc8db;
    }

        #authorMenu ul li:hover {
            background-color: #3f8ec6;
            color: #ffffff;
        }

        #authorMenu ul li:focus {
            background-color: #3f8ec6;
            color: #ffffff;
        }

        #authorMenu ul li a:hover {
            background-color: #3f8ec6;
            color: #ffffff;
        }

        #authorMenu ul li a {
            color: #000;
            text-decoration: none;
            margin: 0px;
            display: block;
            width: 100%;
            height: 100%;
        }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    /* color: rgba(255, 255, 255, 0.75); */
    color: #fff !important;
    background: #6da0b5;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #754eb9;
}

#navbarSupportedContent ul li a {
    padding: 10px 10px;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.text-responsive {
    font-size: calc(100% + 1vw + 1vh);
}

.content-desktop {
    display: block;
}

.content-mobile {
    display: none;
}

@media screen and (max-width: 768px) {

    .content-desktop {
        display: none;
    }

    .content-mobile {
        display: block;
    }

    h3 {
        font-size: 1rem;
    }

    h5 {
        font-size: 0.8rem;
    }

    .adlSearchImage img {
        width: 15%;
        height: auto;
    }

    #mainLogo img {
        width: 130%;
    }

    #MainHeader .loginText {
        overflow: hidden;
        display: none;
    }

    #imgPrev {
        width: 50%;
        height: 80%;
    }

    #imgNext {
        width: 50%;
        height: 80%;
    }
}

.border-fast {
    border-radius: 1.5rem 0 0 1.5rem;
    border-width: 1px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
   /* max-width: 280px;*/
}

.bg-tabelFooter {
    background-color: #c7baba;
}

.confActive {
    color: #ff0000;
}

.remark {
    color: lightslategrey;
    font-size: small;
}

/*
    DEMO STYLE
*/




a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #6c757d !important;
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-right: -250px;
    }

    #sidebar .sidebar-header {
        padding: 10px;
        background: #6c757d;
    }

    #sidebar ul.components {
        padding: 10px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        direction: rtl;
        border-bottom: 0.5px groove #f5f3f3;
    }

        #sidebar ul li a:hover {
            color: #000;
            background: #d3d3d3;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #f47522a8;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-right: 30px !important;
    background: #f475221f;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}


ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}


body {
    overflow-y: scroll;
}

.select2-container {
    width: 100% !important;
}
