﻿


#announcment-slider .owl-controls {
    position: absolute;
    right: 0;
    top: -47px;
}

.lastNewsBox .owl-controls {
    position: relative;
    top: 20px;
}

    #announcment-slider .owl-controls .owl-dot, .lastNewsBox .owl-controls .owl-dot {
        display: inline-block;
        margin: 0 3px;
    }

        #announcment-slider .owl-controls .owl-dot span, .lastNewsBox .owl-controls .owl-dot span {
            background: #ccc;
            display: inline-block;
            width: 16px;
            height: 16px;
            border-radius: 600px;
        }

        #announcment-slider .owl-controls .owl-dot.active span, .lastNewsBox .owl-controls .owl-dot.active span {
            background: #545454; /*new*/
        }

    #announcment-slider .owl-controls .owl-nav, .lastNewsBox .owl-controls .owl-nav {
        display: none !important;
    }



.yearsFilter {
    margin-bottom: 30px;
}

    .yearsFilter ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;
        flex-flow: nowrap;
    }

        .yearsFilter ul li {
            display: inline-block;
            padding: 5px;
            color: #545454; /*new*/
            border-bottom: 1px dashed #ccc;
            font-size: 13px;
            margin: 0 3px;
            position: relative;
            padding-bottom: 12px;
            cursor: pointer;
            width: 6.6%;
            /*width: 7%;*/
        }

            .yearsFilter ul li.active {
                font-size: 15px;
                /* background: #545454;/*new*/ */ border-radius: 3px;
                border-color: #b70000; /*new*/
                border-bottom-width: 1px;
                color: #b70000; /*new*/
                white-space: nowrap;
            }

            .yearsFilter ul li:last-child {
                border: none !important;
            }

                .yearsFilter ul li:last-child select {
                    color: #555555;
                }

#newsContent {
    display: none;
    margin: 20px auto;
    margin-bottom: 20px;
}

.noNews, .newsLoading {
    text-align: center;
}

.latestNewsBlock {
    margin-top: 10px;
    /*background: #fff;*/
    /*background-image: url('../images/MOEM.png');*/
    /* background-color: #fbfafa; */
    background-position: top;
    display: table;
    position: static;
    width: 100%;
    /*margin-top: 40px;*/
    /* border-top: 1px dashed #ba9a3a; */
    /* border-bottom: 1px dashed #ba9a3a; */
    padding: 10px 0;
    background-repeat: repeat-x;
    overflow: hidden;
    background-size: cover;
    position: relative;
}
    /*.latestNewsBlock .overlay {
        width: 100%;
        height: 100%;
        background: #e2e2e2;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.75;
    }*/
    .latestNewsBlock a a {
        font-size: 12px;
    }

    .latestNewsBlock .item-image {
        float: none !important;
        /*width: 500px !important;*/
        width: 400px !important;
        position: relative;
        /*height: 335px;*/
        height: 268px;
    }

        .latestNewsBlock .item-image img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            /*height: 335px !important;*/
            height: 268px !important;
        }

    .latestNewsBlock .item-info {
        float: none !important;
        margin-top: 10px;
        /*width: 100% !important;*/
        width: 90% !important;
    }

    .latestNewsBlock .item-image .newsDate {
        position: absolute;
        z-index: 9999;
        background: rgba(0,0,0,0.9);
        padding: 5px;
        color: #ccc; /*new*/
        right: 0;
    }

#ServicesAndNews .lastNewsBox .item .item-info p {
    margin-top: 5px;
    color: #fff !important;
}

#ServicesAndNews .lastNewsBox .item .item-info small {
    font-size: 12px !important;
    color: #868484;
}

    #ServicesAndNews .lastNewsBox .item .item-info small a {
        font-size: 12px !important;
        display: inline;
    }

#Media .twitter iframe {
    width: 100% !important;
}

.rate-form {
    text-align: center;
}

    .rate-form span img {
        opacity: 0.5;
    }

    .rate-form span:hover img {
        opacity: 1;
    }

    .rate-form span {
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }

    .rate-form div {
        display: inline;
    }

    .rate-form span small {
        display: block;
    }

    .rate-form h3 {
        margin: 0;
        margin-bottom: 15px;
    }

.homepageSparator {
    margin-bottom: 50px;
}

._2lqh {
    display: none !important;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(2, 2, 2);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

.cubePlay {
    display: block !important;
}

.srch-advancedtable {
    margin: 0px auto !important;
    border: none !important;
    background: #fff !important;
    padding: 0 !important;
    width: 100% !important;
}

    .srch-advancedtable h3 {
        font-size: 15px !important;
        margin-bottom: 20px !important;
    }

    .srch-advancedtable label {
        font-size: 14px;
        font-weight: normal;
        margin: 0 10px;
    }

    .srch-advancedtable tr {
        height: 25px;
    }

    .srch-advancedtable input[type="text"], .srch-advancedtable input[type="password"], .srch-advancedtable input[type="email"], .srch-advancedtable input[type="number"], .srch-advancedtable input[type="search"], .srch-advancedtable input[type="date"], .srch-advancedtable textarea, .srch-advancedtable select, .srch-advancedtable input[type="file"] {
        display: block;
        width: 100% !important;
        height: 34px !important;
        padding: 6px 12px !important;
        font-size: 14px !important;
        line-height: 1.42857143 !important;
        color: #555 !important;
        background-color: #fff !important;
        background-image: none !important;
        border: 1px solid #ccc !important;
        border-radius: 4px !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
        margin-bottom: 15px !important;
    }

    .srch-advancedtable select {
        height: 40px !important;
    }

.ms-advsrchbutton button {
}

.srch-advancedtable tr td:first-child {
    width: 25%;
}

.srch-advancedtable input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #545454; /*new*/
    color: #fff;
    width: 90%;
}

.ms-advsrchbutton {
    text-align: center;
}

@media print {
    .headerArea, #footer, .left-nav, #contact-buttons-bar, .innerBreadCrumbBlock, .QuastionBlock {
        display: none;
    }

    .innerPageLayout .innerHeader .pageTitle h1 {
        padding: 20px !important;
    }

    .bcFloat {
        display: none !important;
    }
}

#xp1 rsbtn_powered.rsimg a {
    background: transparent;
}

.cell-0 img {
    max-width: none !important;
}

.inner-main-icons .fa-star.active {
    color: gold !important;
}

#setting ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#FavPageTitle {
    font-size: 16px;
}

#FavPageTitle {
    font-size: 16px;
}

#setting ul li {
    padding: 10px;
    background: trasnparent;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #545454; /*new*/
    border-bottom: 1px dashed #ccc;
    position: relative;
    width: 100% !important;
}

    #setting ul li a {
        color: #545454 !important; /*new*/
    }

.updateSaveBtn {
    margin: 20px auto !important;
    display: block;
    /* margin: auto !important; */
    width: 200px;
    padding: 10px;
}

.profileSettings {
    background: rgba(239, 239, 239, 0.75);
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    border: 1px dashed #333;
}

.tooltip .tooltip-inner {
    font-family: 'DroidArabicKufi','OpenSans-Regular', serif !important;
    white-space: nowrap;
}

.scrollToTop .tooltip .tooltip-inner {
    white-space: nowrap !important;
}

.tooltip .tooltip-arrow {
    font-family: 'DroidArabicKufi','OpenSans-Regular', serif !important;
}

#savePrefBtn {
    margin: 10px auto !important;
    display: block;
    font-size: 14px !important;
    padding: 10px;
    background: #545454; /*new*/
    color: #fff !important;
}

.lastNewsBox .tooltip .tooltip-inner, .right-content .tooltip .tooltip-inner, #footer .tooltip .tooltip-inner {
    white-space: normal !important;
}

.latestNewsBlock .tooltip .tooltip-inner {
    background: #545454; /*new*/
    color: #fff;
    border-color: #545454; /*new*/
}




/*New CSS*/

.owl-theme .owl-controls {
    margin-top: 0px !important;
}


.lightGrayBack {
    /*background-color:#e2e2e2;*/
    background-color: #EDEDED;
}

.SectionMediaCenter {
    margin-bottom: 40px;
    /*padding-bottom:20px;*/
}

.HideMonths {
    display: none !important;
}

.HideMonths {
    display: inline-block !important;
}


/*07032019*/

.courseContainer {
    height: 260px;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
}

.linksAndServices {
    padding: 20px;
}

.serviceBoxes {
    padding: 10px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.mediacenterSocialWrapper {
    margin-left: 10px;
    margin-right: 10px;
}

.socialMediaBox {
    padding: 10px;
}

/*@media (min-width: @screen-xs-min)*/
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 480px) {
    .linksAndServices {
        padding: 20px;
    }

    .serviceBoxes {
        padding: 10px;
    }

    .courseContainer {
        height: 260px;
        overflow: hidden;
        padding-left: 8px;
        padding-right: 8px;
        margin-top: 8px;
    }

    .mediacenterSocialWrapper {
        margin-left: 10px;
        margin-right: 10px;
    }

    .socialMediaBox {
        padding: 10px;
    }
}

/*@media (min-width: @screen-sm-min)*/
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .linksAndServices {
        padding: 130px 80px 20px 100px;
    }

    .serviceBoxes {
        padding: 0;
    }

    .courseContainer {
        margin-top: 0;
    }

    .mediacenterSocialWrapper {
        margin-left: 40px;
        margin-right: 40px;
    }

    .socialMediaBox {
        padding: 0px 15px 0px 15px;
    }
}

/*@media (min-width: @screen-md-min)*/
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .linksAndServices {
        padding: 130px 80px 20px 100px;
    }

    .serviceBoxes {
        padding: 0;
    }

    .courseContainer {
        margin-top: 0;
    }

    .mediacenterSocialWrapper {
        margin-left: 40px;
        margin-right: 40px;
    }

    .socialMediaBox {
        padding: 0px 15px 0px 15px;
    }
}

/*@media (min-width: @screen-lg-min)*/
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .linksAndServices {
        padding: 130px 80px 20px 100px;
    }

    .serviceBoxes {
        padding: 0;
    }

    .courseContainer {
        margin-top: 0;
    }

    .mediacenterSocialWrapper {
        margin-left: 40px;
        margin-right: 40px;
    }

    .socialMediaBox {
        padding: 0px 15px 0px 15px;
    }
}
