.logo{
    position:absolute;
    z-index:200;
}
.move_content{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
}
/*
*Hayat Added to reduce brand image size
*12/03/2019
*/
@media screen and (max-width: 600px) {
    .header-logo {
        max-width:50px !important;
    }
}
/*
*End feauture
*12/03/2019
*/
.move_board{
    padding-right: 5px;
    padding-left: 7px;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
}
.btn-custom {
    padding: 18px 28px;
    font-size: 18px;
    line-height: normal;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.c-alert--info, .text-highlight {
    border-color: #00b3eb;
    background-color: #d2f4ff;
}
.c-alert, .text-highlight {
    margin: 0 0 20px;
    border-left: .8em solid #333;
    background-color: #ececec;
    border-radius: 4px;
    padding: .8em;
    position: relative;
}

.o-grid__row {
    font-size: 0;
    position: relative;
    margin-left: -20px;
}


ul {
    list-style: disc;
    padding-right: 15px;
    padding-left: 15px;
}

.o-grid__box--half {
    width: 33.33%;
}
.o-grid__box {
    font-size: 24px;
    font-size: 14px;
    line-height: 1.25;
    display: inline-block;
    padding-left: 20px;
}
.o-grid__box, .o-media--top .o-media__picture {
    vertical-align: top;
}
.check_management {
    margin: 0 0 45px 0 !important;
    text-align: justify !important;
    width: 100% !important;
    float: right !important;
}
.justify{
    text-align: justify;
}
.external-event {
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    color: white;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.bg-yellow, .callout.callout-warning, .alert-warning, .label-waring, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}
.bg-blue {
    background-color: #0073b7 !important;
}

.corners1 {
    border-radius: 25px;
    background: #808080;
    color: white;
    padding: 15px;
    width: 200px;
    height: 100px;
}
font-family: 'Source Sans Pro', sans-serif;

h1{
    font-weight:normal;
    text-transformation: capitalize;
}
/** 06/03/2019 UPDATE s*/
.staff-profile-list {
    font-size: 16px;

    line-height: 200%;
}
.staff-profile-icon {
    padding-bottom:15px;
}
.staff-profile-icon i {
    font-size: 25px !important;
}
.fa-facebook-square {
    color: blue;
}
.fa-linkedin-square {
    color: #0077B5;
}
.ai-researchgate-square {
    color: #0dbcb6;
}
.ai-academia-square {
    color: #0b0b0b;
}
.ai-orcid-square {
    color: #5fdd6c;
}