﻿/*@import url('https://fonts.googleapis.com/css?family=Changa:400,500,600,700,900&subset=arabic');*/

@import url('https://fonts.googleapis.com/css?family=Tajawal:400,500,700&display=swap&subset=arabic');

html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #efeeef;
    /*border-top: solid 10px #000;*/
    color: #000;
    font-size: .85em;
    font-family: Tajawal, Sans-Serif;
    margin: 0;
    padding: 0;
}

.page {
    padding: 0px;
    border: none;
    width: 1120px;
    margin: 0px auto 0px auto;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0 6px #000000;
    background-color: #ededed;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #000;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
    }

header, footer, hgroup,
nav, section {
    display: block;
}

.hlink:hover {
    background-color: transparent;
}

#links {
    padding-top: 10px;
    line-height: 2.2em;
    padding-left: 15px;
}

    #links ul li a:link i, #links ul li a:visited i, #links ul li a:hover i {
        color: #0063b7;
        font-size: 25px;
    }

#eLinks {
    direction: ltr;
}

.note {
    margin-top: 15px;
    /*background-color: #0063b7;*/
    margin-bottom: 15px;
    padding: 0 5px 0 5px;
}

    .note p {
        color: #0063b7;
        font-weight: 600;
        font-size: 1.0em;
        margin-top: -15px !important;
    }

    .note legend {
        color: #990033;
        font-weight: 600;
        font-size: 1.1em;
        margin-top: -15px !important;
    }

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 1.3rem;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    line-height: 1.8em;
}

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1.3rem;
    font-weight: 500;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h6 {
    color: #990033;
    font-weight: 700;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1150px;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 3px;
    padding-top: 3px;
}

.main-content {
    /*border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 0px 1px #a2a2a2; 
    clear: both;*/
}

.featured + .main-content {
    /*background: url("../Images/heroAccent.png") no-repeat;*/
}

.content {
    padding: 15px 15px 10px 15px;
    min-height: 600px;
}

    .content p {
        padding: 0px;
        margin: 0px;
    }

    .content h6 {
        margin: 0px;
        padding: 5px 0px 0px 0px;
        font-weight: 600;
    }

    .content a:link {
        color: #0063b7;
        font-weight: 600;
    }

.en-content {
    padding: 10px 15px 10px 15px;
}

    .en-content p {
        padding: 0px;
        margin: 0px;
    }

    .en-content h6 {
        margin: 0px;
        padding: 5px 0px 0px 0px;
        font-weight: 600;
        font-size: 1.1em;
    }

    .en-content a:link {
        color: #0063b7;
        font-weight: 600;
    }

header .content-wrapper {
    padding-top: 5px;
}

.navdivider {
    color: #ededed;
    padding-top: 10px;
}

.sitetitle {
    padding: 0px;
}

.request {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 0px 1px #a2a2a2; /*box-shadow: 0px 0px 2px 2px #336699;*/
    clear: both;
    /*margin: 0px 0px 10px 30px;*/
    text-align: justify;
}

    .request span {
        padding-right: 0px;
    }

    .request p {
        padding: 8px 5px 8px 5px;
        margin: 0 0px 10px 0px;
        color: #fff;
        background-color: #0d1128 !important;
        border-radius: 3px 3px 0 0;
        box-shadow: 0 0 0 1px #a2a2a2;
        min-height: 40px;
    }

footer {
    clear: both;
    /*background-color: #e2e2e2;*/
    font-size: 1.0em;
    color: #fff;
    height: auto;
    line-height: 2.3em;
    padding: 5px 15px 15px 15px !important;
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

    footer p {
        line-height: 1.1em !important;
    }

.ncc {
    line-height: 1.8em !important;
}

footer span {
    color: #fff;
    font-family: Tajawal;
    font-size: 1.2em !important;
    font-weight: 600;
}

footer a:link, footer a:hover, footer a:visited, footer a:focus {
    color: #fff !important;
}

footer span a, footer span a:visited {
    color: #fff;
    font-family: Tajawal;
    /*font-size: 1.1em !important;*/
    font-weight: 600;
}

    footer span a:hover {
        color: rgb(0, 0, 0) !important;
    }

.footerlink {
    padding: 0px 15px 0px 0px;
    margin: 0px !important;
    color: #FFFFFF;
    line-height: 1.5em;
    text-decoration: none;
    text-align: center;
}

    .footerlink a:link, .footerlink a:visited, .footerlink a:active {
        padding: 0px !important;
        margin: 0px !important;
        color: White;
        text-decoration: none;
    }

a.footerlink:hover {
    color: White;
    text-decoration: none;
}

.footerlink span {
    margin: 0 5px;
    font-size: 1.2em;
    font-weight: 600;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.0em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
    border: solid 1px #c0c0c0;
    background-color: #FDFDFD;
}

    ul#menu li {
        display: block;
        list-style: none;
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: solid 1px #c0c0c0;
        line-height: 2.7em;
    }

        ul#menu li a {
            display: block;
            padding: 0px;
            margin: 0px;
            line-height: 2.7em;
            text-decoration: none;
            color: #000;
        }

            /*ul#menu li a {
            background: none;
            color: #000;
            text-decoration: none;
        }*/

            ul#menu li a:hover {
                color: #fff;
                text-decoration: none;
                background-color: #990033;
            }

        ul#menu li:hover {
            color: #fff;
            text-decoration: none;
            background-color: #990033;
        }

        ul#menu li a i {
            font-size: 25px;
            vertical-align: middle;
            line-height: 0.5em;
            color: #277699;
            margin-left: 5px;
        }

        ul#menu li a:hover i {
            color: #ffffff;
        }

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #990033;
    width: 100%;
    float: left;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 0px;
    padding: 2px 5px 2px 0px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* defaultpage */
#defaultpage {
    padding: 15px 40px 40px 40px;
}

#page-content {
    padding: 0px;
    text-align: justify;
    font-size: 1.2em;
    font-weight: 500;
    float: left;
    /*width: 840px;*/
    padding-top: 0px;
    background-color: #fff;
    min-height: 600px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 1px 2px #cfcece;
    clear: both;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #000000;
    height: 100%;
}

    fieldset legend {
        font-weight: 600;
        /*background-color: #efeeef;*/
        background-color: #fff;
        text-align: right !important;
        margin-right: 10px;
        margin-top: -15px;
        padding: 0 5px;
        /*display: none;*/
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.1em !important;
    font-weight: 500 !important;
    padding-right: 5px;
}

    label.checkbox {
        display: inline;
    }

input, textarea, select {
    font-family: Tajawal !important;
    border-style: none;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 2px #000000;
    /*background: #fff;*/
    color: #333;
    font-size: 1.1em !important;
    margin: 2px 0 2px 0;
    padding: 2px 5px 2px 5px;
    width: 100%;
    font-weight: 600 !important;
}

textarea {
    font-family: Tajawal;
    width: 100%;
}

    input:focus, textarea:focus {
        border-style: none;
        border-radius: 2px 2px 2px 2px;
        box-shadow: 0 0 2px #000000;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    font-family: Tajawal;
    /*background-color: #fff;*/
    border-style: none;
    border-radius: 0px 2px 0px 2px;
    box-shadow: 0 0 2px #000000;
    cursor: pointer;
    font-size: 1.0em;
    font-weight: 600;
    /*padding: 7px;
    margin-right: 8px;*/
    width: 170px;
    height: 40px;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 0px;
    margin-right: 4px;
}

.searchbox {
    text-align: right;
    border-radius: 10px 0px 10px 0px;
    box-shadow: 0 0 5px #CCCCCC;
    font-size: 12pt;
    color: #CCCCCC;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 0px;
    margin-top: 5px;
    margin-left: 0px;
    width: 47%;
    height: 95px;
    display: inline;
}
/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    /*margin-top: 0.75em;*/
    border: 0 none;
}

th {
    font-size: 1.0em;
    text-align: center;
    border: none 0px;
    padding-left: 0;
    font-weight: 600;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 0.25em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 100%;
    }



    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            /*margin: 0;*/
        }
}
/* END: Mobile Styles */
/* =================  Contact Sidebar ================= */
tr {
    vertical-align: top;
}

.contact {
    padding: 10px 15px 5px 15px;
    font-size: 1.0em;
}

.newButton {
    font-size: 11pt;
    width: 150px;
    border-style: none;
    border-radius: 0px 2px 0px 2px;
    box-shadow: 0 0 2px #000000;
    height: 35px !important;
    background-color: #ffffff;
    color: #990033;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}

    .newButton:hover {
        background: #990033;
        color: #ffffff;
    }

.accBorder {
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0 0 2px #000000;
}

.rButton {
    font-size: 11pt;
    width: 150px;
    border-style: none;
    border-radius: 0px 2px 0px 2px;
    box-shadow: 0 0 2px #000000;
    height: 28px;
    background-color: #333333 !important;
    color: #fff;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}

    .rButton:hover {
        background: #990033 !important;
        color: #ffffff;
    }

ul.contact-address {
    margin-right: 0px;
    padding-right: 0px;
    color: #000000 !important;
    padding-top: 0px;
    font-weight: 600;
}

    ul.contact-address li {
        font-size: 1.0em !important;
        list-style-type: none;
    }

    ul.contact-address li {
        padding: 0px !important;
        line-height: 30px !important;
    }

        ul.contact-address li.address span {
            background: url(../images/address.png) no-repeat right;
            margin: 0px;
            padding: 10px 0;
            padding-right: 30px !important;
        }

        ul.contact-address li.phone span {
            background: url(../images/phone.png) no-repeat right;
            padding: 10px 0;
            padding-right: 30px !important;
        }

        ul.contact-address li.fax span {
            background: url(../images/fax.png) no-repeat right;
            padding: 10px 0;
            padding-right: 30px !important;
            display: inline;
        }

        ul.contact-address li.email span {
            background: url(../images/email.png) no-repeat right;
            padding: 10px 0;
            padding-right: 30px !important;
        }

.mailMessage {
    font-size: 1.0em;
    font-weight: 600;
    color: #990033 !important;
}

.newMessage {
    font-size: 1.2em;
    color: #990033;
}

.waterTextBox {
    color: #999999;
}

.newList {
    margin: 0px;
    padding: 0px;
    color: #000000;
    text-align: right;
}

.newListCss {
    border: 1px solid #666666;
    margin: 0px;
    padding: 0px;
    color: #000000;
    text-align: right;
    list-style-type: none;
    background-color: #fff;
}

.selectedlabels {
    color: White;
    background-color: #990033;
    cursor: pointer;
}

#ruSearch table {
    border-style: none none solid none;
    border-width: 1px;
    border-color: #999999;
}

#ruSearch td {
    border-style: none solid none solid;
    border-width: 1px;
    border-color: #999999;
    font-size: 1.0em;
    font-weight: 600;
    padding-left: 5px;
}

#ruSearch th {
    border: 1px solid #999999;
    font-size: 1em;
    font-weight: 600;
}

#ruSearch .gvPager {
    border: 1px solid #999999;
    letter-spacing: 30px !important;
}

    #ruSearch .gvPager td {
        font-size: 0.95em !important;
        font-weight: 600 !important;
        padding: 0;
        margin: 0;
        border: none !important;
        height: 35px;
    }

#ruSearch a:link {
    color: #000;
}

#lblUnivNo {
    padding: 0 2px 0 2px;
}

/* Modal Popup */

.modalPopup {
    background-color: #FFFFFF;
    border-radius: 5px 0px 5px 0px;
    box-shadow: 0 0 5px #CCCCCC;
    width: auto;
    height: auto;
    min-width: 750px;
}

.modalPopupNotes {
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    font-size: 0.95em !important;
    font-weight: 600;
    text-align: justify !important;
}

    .modalPopupNotes table {
        width: 100% !important;
    }


@media (max-width:770px) {
    .modalPopup {
        width: 100%;
        min-width: 0;
    }

    .modalPopupNotes {
        background-color: #ffffff;
        padding: 10px;
        font-size: 0.8em !important;
        font-weight: 600;
        text-align: justify !important;
    }
}

.modalBackground {
    background-color: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    font-weight: bold;
}

.modalpanel {
    font-size: 1.0em !important;
    font-weight: 600;
    border-radius: 5px 0px 5px 0px;
    box-shadow: 0 0 5px #CCCCCC;
    background-color: #990033;
    color: #fff;
    text-align: center;
    cursor: move;
    height: 35px;
    vertical-align: top;
}

.noteLabel {
    padding: 0px;
    margin: 0px;
    color: #000000;
}

.newLabel1 {
    font-size: 1.0em !important;
    font-weight: 600;
    color: #000000;
    height: 23px;
}

.newLabel label {
    font-size: 1.0em !important;
    font-weight: 600 !important;
    color: #000000;
    height: 23px;
}

.newLabel input {
    color: #333;
    font-size: 1.0em;
    margin-right: 15px !important;
    margin-left: 5px !important;
    width: auto;
    border-radius: 0;
    box-shadow: none;
}

#notesDiv {
    padding: 10px 0px 0px 0px;
    margin: 0px;
    color: #000000;
    font-size: 1.0em !important;
    font-weight: 600;
    text-align: justify !important;
}

    #notesDiv a:link {
        display: inline;
    }

    #notesDiv ol {
        font-size: 0.95em !important;
        font-weight: 600 !important;
        padding: 0px;
        margin: 0px 15px 0px 0px;
        color: #000000;
    }

    #notesDiv ul {
        font-size: 0.85em !important;
        font-weight: 600;
        padding: 0px;
        margin: 0px 15px 0px 0px;
        color: #000000;
    }

@media (max-width:991px) {
    .searchdiv {
        margin-top: 10px !important;
    }
}

/* SA Accordion CSS*/
.accordionHeader {
    color: #fff;
    padding: 7px;
    /*margin-top: 5px;*/
    cursor: pointer;
    text-align: right;
    /*border-radius: 5px 5px 0px 0px;*/
    background-color: #0a5d79;
    border-bottom: 1px solid #ccc;
}

#divAccordion {
    font-size: 1.0em !important;
    font-weight: 600;
    /*padding-right: 10px;*/
}

    #divAccordion input[type="submit"], input[type="button"], button {
        /*height: 31px;*/
    }

    #divAccordion a:link {
        color: #ab1142;
        font-weight: 600;
        font-size: 1.0em !important;
    }

    #divAccordion a:hover, #divAccordion a:visited {
        color: #ab1142;
        font-weight: 600;
        background-color: #fff;
        font-size: 1.0em !important;
        background-color: transparent;
    }

    #divAccordion a i {
        color: #ab1142;
        font-size: 25px;
        margin-left: 10px;
    }

    #divAccordion .accordionHeader a {
        color: #fff;
        background: none;
        text-decoration: none;
        text-align: right !important;
    }

        #divAccordion .accordionHeader a:hover {
            background: none;
            text-decoration: none;
            border-radius: 0px 0px 5px 5px;
        }

.btnRefresh {
    display: inline;
    width: 40px !important;
    margin-top: -23px;
    margin-right: 175px;
    margin-bottom: 10px;
}

.accordionHeaderSelected {
    /*border-radius: 5px 5px 0px 0px;*/
    color: #000;
    background-color: #0d1027;
    padding: 7px;
    /*margin-top: 5px;*/
    cursor: pointer;
    text-align: right;
}

    .accordionHeaderSelected a:link, #divAccordion .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: none;
        text-align: right !important;
    }

.accordionContent {
    padding: 5px;
    padding-top: 10px;
    border-style: none;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 2px #000000;
}

.intro {
    padding: 15px 40px 15px 40px;
}

    .intro p {
        font-size: 1.0em;
        font-weight: 600;
        margin: 10px !important;
        /*line-height: 2.2em;*/
        text-align: justify;
        color: #000000;
    }

.waterMark {
    /*height: 31px;*/
    color: #666666;
}

.separator {
    font-weight: bold;
    height: 20px;
    color: #666666;
}

.comp {
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 2px #000000;
    height: auto !important;
}

#data {
    margin-top: 0 auto 20px auto;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #c3c3c3;
    font-size: 1.0em !important;
    font-weight: 600 !important;
    text-align: right;
}

    #data input[type=checkbox], input[type=radio] {
        margin-left: 8px !important;
        width: 15px;
        box-shadow: none;
    }

    #data label, #info label {
        display: inline;
        font-size: 1.0em !important;
        font-weight: 600;
        margin-left: 10px;
    }

    #data div {
        margin: 3px 0 0px 0;
    }

    #data .bText {
        font-size: 1.0em;
        color: #c3c3c3;
        height: 37px;
    }

.divlabel {
    background-color: #efeeef;
    margin-top: 5px !important;
    min-height: 36px !important;
    padding: 2px 5px 0 0;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 2px #000000;
    margin-left: 5px !important;
}

.divbtn {
    margin-top: 5px !important;
    height: 36px;
    padding: 2px 5px 0 0;
    margin-left: 5px !important;
}

.dataText {
    height: 36px;
    direction: rtl;
}

.tdTitle {
    color: #fff;
    font-size: 1.0em;
    font-weight: 600;
    background-color: #328aab;
    border: 1px solid #c3c3c3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 3px 3px;
    behavior: url(b-radius.htc);
    height: 40px;
    padding: 4px 5px 0 0;
}

.popup-trigger {
    cursor: pointer;
    font-weight: 600;
}

.popup {
    display: none;
    position: absolute;
    top: 47px !important;
    left: 0;
    width: 100%;
    padding: 50px 30px;
    background: #efeeef;
    color: #333;
    font-size: 1.0em !important;
    font-weight: 600 !important;
    line-height: 30px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #000000;
    z-index: 9999;
}

    .popup label {
        font-size: 1.0em !important;
        font-weight: 600 !important;
    }

    .popup hr {
        margin-top: -10px;
    }

.popup-mobile {
    position: relative;
    top: 0;
    left: 0;
    margin: 0px 0 0;
    width: 100%;
}

.popup-btn-close {
    position: absolute;
    top: 5px;
    right: 30px;
    color: #3f8caf;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.pagetitle {
    font-size: 1.2em;
    padding-right: 2px;
    padding-left: 5px;
    border-style: none;
    border-radius: 0px 2px 0px 2px;
    box-shadow: 0 0 2px #000000;
    height: 30px;
    background-color: #FFFFFF;
    color: #000000;
    text-decoration: none;
    padding-right: 2px;
}

.mobillink a:link, .mobillink a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.Image2 {
    position: absolute;
    z-index: 999999;
    margin-top: 8px;
}

#at4-scc, #at4-soc {
    opacity: 1 !important;
    visibility: visible !important;
    color: #fff;
    background-color: #000;
    height: 25px;
    padding-left: 6px;
    width: 48px;
    text-align: center;
}

#at4-scc {
    padding-left: 10px;
}

div.at4-arrow {
    background-image: none !important;
    width: 100% !important;
}

.content .title {
    font-size: 1.2em;
    padding: 5px;
    border-style: none;
    border-radius: 0px 2px 0px 2px;
    box-shadow: 0 0 2px #000000;
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.imgLink:hover {
    background-color: #333333 !important;
}

#ar-back {
    float: right;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    direction: ltr;
}

.Back {
    text-align: center;
}

.imagePadd {
    padding-right: 250px;
}

.AdvertiseText {
    padding-left: 100px;
}

.Results {
    font-size: large,12px;
    padding-left: 50px;
}

.rightText {
    direction: rtl;
}

a:link {
    color: #0072BC;
    text-decoration: none;
}

a:visited {
    color: rgb(0, 114, 188);
}

a {
    background-color: transparent;
}

.backImage {
    min-width: 877.5px;
    width: 100%;
    background: url('../images/IMG_9459.jpg') no-repeat 0 center;
    height: 100%;
    min-height: 600px;
    background-size: cover;
    /*background-repeat: no-repeat;
    background-attachment: initial;
    background-size: contain;*/
}

.hungary {
    /*border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 2px #000000;*/
    height: auto;
}

    .hungary div {
        padding-right: 10px;
        padding-left: 10px;
        vertical-align: middle;
        min-height: 40px;
    }

    .hungary span, .hungary label, .hungary input {
        font-size: 14pt !important;
        font-weight: 600 !important;
    }

    .hungary .waterMark {
        color: #666666;
        height: 37px;
    }

.ehungary {
    /*border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 2px #000000;*/
    height: auto;
    padding-left: 10px;
    vertical-align: middle;
    min-height: 40px;
}

    .ehungary div {
        /*padding-top: 5px;*/
    }

.hidentext {
    height: 0px !important;
    width: 0px !important;
    box-shadow: 0 0 0px #000000 !important;
    /* background: #fff; */
    color: #FFF;
    font-size: 0.1em !important;
    margin: 0 !important;
    padding: 0 !important;
}


.selectedlabelsY {
    font-size: 11pt;
    color: White;
    background-color: #922E30;
    text-align: right;
    font-weight: 600;
}

.newListY {
    margin: 0px;
    padding: 0px;
    font-size: 11pt;
    color: #000000;
    text-align: right;
    font-weight: 600;
}

.newListCssY {
    border: 1px solid #666666;
    margin: 0px;
    padding: 0px;
    color: #000000;
    text-align: right;
    list-style-type: none;
    background-color: #FFFFFF;
    max-height: 265px;
    overflow: scroll;
    position: inherit;
}

select {
    font-size: 1.1em !important;
    font-weight: 600 !important;
}

input[type=checkbox] {
    margin: 4px 10px 0 !important;
}

.form-control {
    padding: 0px !important;
    height: 36px !important;
}

.clear-fix {
    clear: both;
}

.btn-primary {
    background-color: #0d1027 !important;
    border-color: #004053 !important;
}
/* Modal Popup */
/*.modalPopup {
    background-color: #ffffff;
    padding: 3px;
    width: 400px !important;
    text-align: center;
}*/

.modalPopupNotes {
    background-color: #ffffff;
    padding: 3px;
    /*width: 750px;*/
    text-align: center;
}

.modalBackground {
    background-color: #FEFEFC;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalpanel {
    border: 1px solid Black;
    background-color: #2686B6;
    font-size: 10pt;
    font-weight: bold;
    color: White;
    text-align: center;
    cursor: move;
    height: 30px;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

/*.modalPopup  
    {  
        background-color: #FFFFFF;  
        border-width: 3px;  
        border-style: solid;  
        border-color: black;  
        padding-top: 10px;  
        padding-left: 10px;  
        width: 250px;  
        height: 200px;  
    }*/

.pNote {
    color: #990033;
    font-size: 1.2em;
    font-weight: 600;
    padding-top: 10px;
}

.pNote1 {
    color: #990033;
    font-size: 1.0em;
    font-weight: 600;
    margin: 10px 0px 10px 0px;
}
