﻿
@font-face {
    font-family: 'NewDefFont';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.bau.edu.jo/Fonts/DroidKufi-Regular.eot');
    src: url('https://www.bau.edu.jo/Fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'), url('https://www.bau.edu.jo/Fonts/DroidKufi-Regular.woff2') format('woff2'), url('https://www.bau.edu.jo/Fonts/DroidKufi-Regular.woff') format('woff'), url('https://www.bau.edu.jo/Fonts/DroidKufi-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'NewDefFont';
    font-style: normal;
    font-weight: 700;
    src: url('https://www.bau.edu.jo/Fonts/DroidKufi-Bold.eot');
    src: url('https://www.bau.edu.jo/Fonts/DroidKufi-Bold.eot?#iefix') format('embedded-opentype'), url('https://www.bau.edu.jo/Fonts/DroidKufi-Bold.woff2') format('woff2'), url('https://www.bau.edu.jo/Fonts/DroidKufi-Bold.woff') format('woff'), url('https://www.bau.edu.jo/Fonts/DroidKufi-Bold.ttf') format('truetype');
} 

.regstatus {
    font-family: 'AlSharkTitle','AlSharkTitle2',tahoma;
    font-size: 12pt;
    color: #990000;
    /*background-color: #990000;*/
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    padding: 10px;
}

.regTitle {
    font-family: 'AlSharkTitle','AlSharkTitle2',tahoma;
    font-size: 16pt;
    color: maroon;
    font-weight: normal;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}
/*background-color:#C0C0C0;*/
.block_yellow {
    background-color: #FEEDBF;
    border-collapse: collapse;
    border-width: 0px;
    border-color: #000000;
    BORDER-RIGHT: #cdcdcd thin solid;
    BORDER-TOP: #cdcdcd thin solid;
    BORDER-LEFT: #cdcdcd thin solid;
    BORDER-BOTTOM: #cdcdcd thin solid;
    direction: rtl;
}
.regTH {
    font-family: 'AlSharkTitle','AlSharkTitle2',tahoma;
    font-size: 12pt;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    
}

.regTH2 {
    font-family: 'AlSharkTitle','AlSharkTitle2',tahoma;
    font-size: 12pt;
    color: #000000;
    background-color: #F0F0F0;
    font-weight: normal;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}


.regTB {
    font-family: 'AlSharkTitle','AlSharkTitle2',tahoma;
    font-size: 12pt;
    color: #0173a4;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    width: 98%;
    background-color: #F0F0F0;
    border: 0px solid lightgreen;
    height:40px;
}

.up_th_5 {
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2',tahoma;
    font-size: 26pt;
    color: black;
    font-weight: normal;
    text-decoration: none;
    background-color: #ffcc00;
    text-align: center;
    padding-left: 10px;
    padding-right: 5px;
}

.btnlink2:link, a.btnlink2:active, a.btnlink2:visited, .btnlink2 {
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2',tahoma;
    font-size: 12pt;
    background-color: #eeba26;
    color: #000000; /*EE9534*/
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #000000;
    height:30px;
}

    a.btnlink2:hover, .btnlink2:hover {
        background-color: #990000;
        color: #ffffff; /*EE9534*/
    }

.up_title_back_black {
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2',tahoma;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24pt;
    color: white;
    background-color: green;
}

.up2cat {
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2',tahoma;
    font-size: 18pt;
    color: black;
    background-color: #90ba8e;
    font-weight: normal;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
    
}

.container_home {
    position: relative;
   /* text-align: left;*/
    left: 0px;
    top: 0;
    left: 0;
}
.container {
    position: relative;
    text-align: left;
    left: 0px;
    top: 0;
    left: 0;
}
.bottomleft {
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2',tahoma;
    position:relative;
    font-weight: bold;
    top: 10px;
    /*left: 16px;*/
    font-size: 16px;
    opacity: 80%;
    padding-right: 10px;
    padding-right: 10px;
    margin-left:auto;
    margin-right:auto;
}


.image1 {
    position: relative;
    top: 0;
    left: 0;
    border: 1px solid #000000;
}

.container2 {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.image2 {
    display: block;
    width: 100px;
    height: 100px;
}

.overlay2 {
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #0fb13c;
}

.container2:hover .overlay2 {
    opacity: 1;
}

.text2 {
    color: white;
    font-size: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.dropdown {
    position: relative;
    display: inline-block;
    text-align:center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fefadd;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: #00a985;
        padding: 12px 16px;
        text-decoration:none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


.link-1 {
    position: relative;
    transition: 0.0s ease;
    background: #fefadd;
    color: #00a985;
    font-size: 20px;
    text-decoration: none;
    border-top: 2px solid #fefadd;
    border-bottom: 2px solid #fefadd;
    padding: 0px 0;
    margin: 0 10px;
    display:inline-block;
}

    .link-1:hover {
        border-top: 1px solid #00415d;
        border-bottom: 1px solid #00415d;
        padding: 0px 0;
     
    }

nav {
    margin-top: 40px;
    padding: 20px;
  /* text-align:right;*/ 
    font-family: Raleway;
   /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);*/
}

#nav-1 {
    background: #fefadd;
}

.text_style {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    line-height: 2;
    text-align: justify;
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2','tahoma';
    font-weight: bold;
}
.text_Stronger {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    line-height: 2;
    text-align: justify;
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2',tahoma;
    font-weight: bolder;
    color:white;
}
.Group_Box {
    border-color:#001861;
    border-width:3px;
}
.text_Stronger_titel {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    line-height: 2;
    text-align: justify;
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2',tahoma;
    font-weight: bolder;
    color: #880000;
    /*border-bottom: 4px dashed #fefadd;*/
    padding-left: 1em;
    padding-right: 1em;
    font-size: 16px;
}
.table-stander {
    width: 98%;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #90ba8e;
    position: relative;
}
.AS_TBL_TR_SHADOW tr:nth-child(odd) {
    background-color: #ffffff;
    color: blue;
}

.AS_TBL_TR_SHADOW tr:nth-child(even) {
    background-color: #f1f1f1;
    color: black;
}
.up_th_4 {
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2',tahoma;
    font-size: 12pt;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    background-color: #000000;
    /*background-color: #eeba26; B9282D */
    text-align: center;
    padding: 5px;
}
.up_th_5 {
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2',tahoma;
    font-size: 12pt;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    background-color:dimgrey;
    /*background-color: #eeba26; B9282D */
    text-align: center;
    padding: 5px;
}
.panel_data_style{
    background-color:ghostwhite;
    font-size:13px;
    padding-left:2px;
    padding-right:2px;
    height:20px;
}
.panel_Title_style {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border: 1px;
    height: 20px;
}
.notes {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    line-height: 1;
    color: black;
    text-shadow: -1px 3px 13px #C3FF00;
    text-align: justify;
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2',tahoma;
    font-weight: normal;
}
.Panel_Data {
    background-color: #fbfcf8;
    font-size: 14px;
    color: black;
  /*  text-align: right;*/
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2',tahoma;
    font-weight: normal;
    padding-left:10px;
    padding-right:10px;
}
    .Panel_Data:hover {
        background-color: #f3ead3;
        color: #000000;
        font-weight:bold;
    }
.Panel_Data_Main {
    background-color: #fbfcf8;
    font-size: 14px;
   
    color: black;
    text-align: justify;
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2',tahoma;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
}
   


.ddl {
    font-family: 'AlSharkTitle','AlSharkTitle2',tahoma;
    font-size: 12pt;
    color: #000000;
    background-color: #F0F0F0;
    font-weight: normal;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    width: 100px;
}

    a.ddl:active, .ddl:hover {
        background-color: #f3ead3;
        color: #000000; /*EE9534*/
    }

.admin_th_Rsrch {
    font-family: 'AlSharkTitle','AlSharkTitle2',tahoma;
    font-size: 16pt;
    color: black;
    font-weight: normal;
    text-decoration: none;
    background-color: #c6c6c6; /*#59050c*/
    text-align: center;
    
    border: 1px solid #000000;
}
.admin_th_Conf {
    font-family: 'AlSharkTitle','AlSharkTitle2',tahoma;
    font-size: 12pt;
    color: white;
    font-weight: normal;
    text-decoration: none;
    background-color: #B49EC7;/* #785054;*/
    text-align: center;
   
    border: 1px solid #000000;
}
.up_status {
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2',tahoma;
   
    font-size: 18pt;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    background-color: #B9282D;
    text-align: center;
    padding-right: 5px;
   
}
.up_status_yes {
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2',tahoma;
    font-size: 18pt;
    color:maroon;
    font-weight: normal;
    text-decoration: none;
    /*  background-color: #FFCC00;*/
   /* text-align: center;*/
    padding-right: 5px; 
    padding-left: 5px;
}
/* yara*/

