﻿.error {
    font-size: 14px;
    color: red
}

.gmnoprint button:hover {
    min-width: auto;
}

.searchlbl {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
    width: 0;
}

/*fonts*/
h3 {
    font-size: 1.4em;
}

h2 {
    font-size: 2.1em;
}

input + label {
    font-size: calc(.85em + .2vw) !important;
}

.ms-WPBorder {
    border: none;
}

#dvMapsData {
    display: none;
}

.MapParentBottom {
    background: transparent !important;
}

.gm-style img {
    float: right;
}

.PSOFilterLabel span {
    font-size: 1.1em;
}

.TextBoxBG input {
    width: 100%;
}

html[dir="rtl"] .PSOSchoolDetailsLeftSide {
    border-left: 1px solid #ccc;
}

html[dir="ltr"] .PSOSchoolDetailsLeftSide {
    border-right: 1px solid #ccc;
}

html[dir="rtl"] .btn-search-cont {
    text-align: left;
}

html[dir="ltr"] .btn-search-cont {
    text-align: right;
}

.SearchLabelDiv, .SearchLabelDivRB {
    margin-bottom: 22px;
    margin-top: 10px;
    width: 100%;
}
/*create empty space for map*/
.MapParentL {
    border: 1px solid #ccc;
}

.PSOHomeBtnsDiv div.col-md-4 {
    padding: 30px 10px;
}

html[dir="rtl"] .PSOHomeBtnsDiv div.col-md-4:last-child, html[dir="ltr"] .PSOHomeBtnsDiv div.col-md-4:first-child {
    padding: 30px 20px 30px 0px;
}

html[dir="ltr"] .PSOHomeBtnsDiv div.col-md-4:last-child, html[dir="rtl"] .PSOHomeBtnsDiv div.col-md-4:first-child {
    padding: 30px 0px 30px 20px;
}

.PSOHyperLinkspan span {
    font-size: 2em;
    font-weight: bold;
}

.PSOGrid tr.footerRow table td {
    border: 1px solid #ccc;
    color: black;
}

    .PSOGrid tr.footerRow table td span, .PSOGrid tr.footerRow table td a {
        padding: 5px 10px;
    }

    .PSOGrid tr.footerRow table td a {
        color: black !important
    }

.PSOGrid tr.footerRow {
    background-color: transparent !important;
    border: none;
}


.LinkWithImage.PSOHyperLink {
    background: url(pattern.png) #b9b9b9;
    background-size: 12%;
    width: 100%;
    height: 200px;
    text-align: center;
    color: white;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-link {
    color: #fff;
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(150, 151, 153, 0.4);
    transition: all 0.5s ease;
}

    .overlay-link:hover {
        color: #fff;
        background: rgba(155, 3, 52, 0.4);
    }


.SectionHeadLabel {
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 10px
}

.textAlignCenter {
    padding: 20px;
    text-align: center;
    background: #ffdcdc;
}

.textAlignCenter {
    background: #ffdada;
    text-align: center;
    padding: 15px;
    margin: 15px 0;
}

.AddSchoolsBtn i, .AddSchoolsBtn a, .CompareSchoolsBtn i, .CompareSchoolsBtn a, .AddSchoolsBtn i:hover, .CompareSchoolsBtn i:hover {
    font-size: 1em !important;
    color: #fff;
    margin: 0 5px;
    padding-top: 0;
    cursor: pointer;
}

/*contact is page */

h3.FBTitle {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 30px;
    color: #000 !important;
}


textarea.form-control {
    height: 115px;
    margin-bottom: 20px;
}

#stripContact .form-group {
    min-height: 82px;
}

.form-control:hover {
    border-color: #92c0e0;
}

input, select {
    min-height: auto
}

.form-group .form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
}

html[dir="rtl"] .FormButtons {
    margin-top: 0;
    text-align: left;
}

html[dir="ltr"] .FormButtons {
    margin-top: 0;
    text-align: right;
}

.FormButtons {
    margin-bottom: 50px;
}

html[dir="rtl"] .contactus-bg {
    background: url(txtpattern.png) repeat-y;
    border-bottom: solid 1px rgb(226, 226, 226);
    background-color: white;
    background-position: left;
}

html[dir="ltr"] .contactus-bg {
    background: url(txtpatternEn.png) repeat-y;
    border-bottom: solid 1px rgb(226, 226, 226);
    background-color: white;
    background-position: right;
}

.user-control {
    padding: 0;
}

.contactus-bg, .searchSchool-bg {
    padding: 10px 110px 0px 110px;
}

.PSOSchoolDetailsRightSide .TextBoxBG input {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
}

html[dir="rtl"] .PSOSchoolDetailsRightSide .TextBoxBG {
    padding: 0 30px 0 0 !important;
}

html[dir="ltr"] .PSOSchoolDetailsRightSide .TextBoxBG {
    padding: 0 0px 0 30px !important;
}

/*table*/
.PSOGrid {
    margin-top: 20px;
}

    .PSOGrid td {
        padding: 5px 0;
    }

    .PSOGrid th {
        padding: 10px 0;
        background: #960938;
        color: #fff;
        font-size: 1em;
        font-weight: 700;
    }

    .PSOGrid tr {
        border: 1px solid #ccc;
    }

.AddSchoolsBtn, .CompareSchoolsBtn {
    background: #960938;
    padding: 5px 10px;
    border-radius: 3px;
    min-height: 34px;
    display: inline-block
}

.comparison-cont {
    padding: 0 45px;
}

html[dir=ltr] .table-btn-cont, html[dir=rtl] .table-btn-cont {
    position: absolute;
    top: 10px;
    text-align: right;
    right: 0;
}

html[dir=rtl] .table-btn-cont {
    left: 0;
    right: auto
}

.SearchResultCont {
    position: relative
}

.tablelanding .headerRow th:first-child {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/*bottom links*/

/*.search-schoolLinks h2.ms-webpart-titleText {
    text-align: center !important
}

.search-schoolLinks .ms-WPBody {
    margin: calc(20px + 1.3vw) 0;
}

.search-schoolLinks li {
    margin: 15px 2% 10px;
    color: #a40136;
    width: 46%;
    display: inline-block;
}

.search-schoolLinks .link-item a {
    font-size: calc(.9em + .1vw);
    font-weight: 500;
}

.search-schoolLinks a:after {
    content: "\f100";
    font-family: FontAwesome;
    padding: 5px;
}

.search-schoolLinks div.ms-webpart-zone {
    border: 1px solid #ccc;
    margin-bottom: 40px;
    padding: 0 10%;
}*/

/*Map*/
.OneSchoolsMap {
    height: 225px;
    border-radius: 20px;
}

.MapParentL {
    overflow: hidden;
}

.AllSchoolsMap {
    width: 96% !important;
    height: 410px !important;
    border: solid 1px gray;
    margin: 15px auto;
}

.MapPinContImg input[type="image"] {
    padding: 0 !important
}

.gm-style {
    font: 400 11px Roboto, Arial, sans-serif;
    text-decoration: none;
}

.gm-style-pbc {
    transition: opacity ease-in-out;
    background-color: rgba(0,0,0,0.45);
    text-align: center;
}

.MapAllCont {
    padding: 0 16px;
}

.MapPinCont {
    width: 101px;
    margin-left: 10px;
    min-height: 45px;
}

.MapAllCont table {
    width: 100%;
}


.MapPinContSpan {
    font: 600 14px/15px Arial;
    font-size: 1em;
    color: #8f8f8f;
}

.MapParentBottom {
    background: url('/Style Library/Images/SEC_Images/PSO_MapBackgroundBottom.png') right 0 no-repeat;
    width: 916px;
    overflow: hidden;
    height: 20px !important;
}

.dvPSOBack {
    border-radius: 3px;
    margin: 0 10px;
    display: inline-block;
    background: #a40136;
    min-height: 40px;
    padding: 10px 24px;
    min-width: 135px;
    line-height: 18.4px;
    font-size: 1em;
    text-align: center;
    border: none;
    max-height: 40px;
}

    .dvPSOBack a {
        color: #fff;
    }

.FBBtn {
    margin: 0;
    font-size: 16px !important;
    border: none !important;
}

/*vision and mission */

.vision-padding, .mission-padding, .back-padding {
    padding: 30px 60px;
    border-bottom: 1px solid rgb(226, 226, 226);
}

    .mission-padding h1 {
        width: 90% !important;
        margin: auto !important;
    }

.vision-padding, .back-padding {
    background: #fbfbfb
}

.back-padding {
    border-bottom: none
}

html[dir="rtl"] .back-padding {
    text-align: left
}

html[dir="ltr"] .back-padding {
    text-align: right
}

.vision-icon-container {
    text-align: center;
    padding: 0 6% 0 0 !important;
}

.page-title h1 {
    font-size: calc(1em + 1vw);
    font-weight: bold;
    margin: 0;
    color: black;
}

.page-title {
    color: black
}

.PSOTitlespan span {
    font-size: calc(.9em + 1vw);
    text-align: center;
    font-weight: bold;
}

.SchoolVision span {
    font-size: calc(0.8em + .3vw);
    color: black;
}

/*timeline*/
.compare-container div.row:first-child {
    display: flex;
    justify-content: center;
}



.gt-timeline div.event {
    background: url('../SECImages/PSO_SEC_EventUNSelected.png') right 0 no-repeat;
    width: 20px !important;
    height: 25px !important;
    position: absolute;
    z-index: 2;
    top: 51px;
    cursor: pointer;
}

    .gt-timeline div.event:hover {
        background: url('../SECImages/PSO_SEC_EventSelected.png') right 0 no-repeat;
        width: 20px !important;
        height: 25px !important;
        z-index: 2;
    }

.gt-timeline div.e-message {
    background-color: #e1f6f5;
    position: absolute;
    top: 60px;
    color: #3b5998;
    height: 1px;
}

    .gt-timeline div.e-message .msg {
        text-align: center;
        font-size: 14px;
        cursor: pointer;
        z-index: 100;
        width: 200px !important;
        background-color: #fff;
        border: 1px solid #137071;
        color: #137071 !important;
    }

    .gt-timeline div.e-message .message-pointer {
        width: 14px;
        height: 18px;
        z-index: 1;
    }

.gt-timeline .icon-close {
    background: url('/Style Library/Images/SEC_Images/PSO_DS.png') no-repeat -3px -227px;
    background-color: #999999;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 5px;
    right: 7px;
    cursor: pointer;
}

.gt-timeline div.horizontal-line {
    border: 0px;
    border-left: 3px solid #666666;
    clear: both;
    height: 20px;
    width: 0px;
    position: absolute;
    z-index: 1;
    top: 30px;
}

.gt-timeline div.leftend {
    left: 14px;
}

.gt-timeline div.rightend {
    right: 0;
}

.gt-timeline .leftend .year {
    position: relative;
    text-align: center;
    top: -31px;
    left: -13px;
    color: #137071;
}

.gt-timeline .leftend .month {
    position: relative;
    text-align: center;
    top: -36px;
    left: 7px;
}

.gt-timeline div.month-line {
    height: 15px;
    border-left: 2px solid #666666;
}

.gt-timeline div.even-month {
    top: 37px;
}

    .gt-timeline div.even-month .month {
        position: relative;
        top: -18px;
        left: 7px;
    }

.gt-timeline div.odd-month {
    top: 41px;
    height: 10px;
    border-left: 1px solid #999999;
}

    .gt-timeline div.odd-month .month {
        position: relative;
        top: -18px;
        left: 7px;
    }

.gt-timeline .year {
    font-weight: bold;
}

.gt-timeline .year, .gt-timeline .month {
    font-size: 0.8em;
}

.gt-timeline {
    position: relative;
    width: 960px;
    height: 100px;
    font-family: 'Helvetica Neue', Helvetica, Arial, serif;
    color: gray;
    margin-left: auto;
    margin-right: auto;
}


    .gt-timeline div.main_line {
        border: none;
        border-top: 3px solid gray;
        clear: both;
        height: 0;
        width: 100%;
        position: absolute;
        top: 50px;
        left: 14px;
        z-index: 0;
    }

.chzn-container-single .chzn-single div {
    left: 0px !important;
    right: auto !important;
}

/*tabs*/

.tab-width {
    width: 100%
}

.tabContainer {
    position: relative;
}

.tabContent {
    padding: 0px;
    width: 100%;
    display: grid;
}

.horizontalTab {
    font-weight: normal;
    font-size: 0.8em;
    border-radius: 4px;
}

.PSOTabHead {
    padding: 6px 0 0 0;
    margin-right: 12px;
    cursor: pointer;
    font: bold 16px Arial;
    float: right;
    text-align: center;
    background: #ccc;
}

.selectedTab {
    background: url('/Style Library/Images/SEC_Images/PSO_Selected.png') right 0 no-repeat;
}

.unselectedTab {
    background: url('/Style Library/Images/SEC_Images/PSO_Unslected.png') right 0 no-repeat;
}

a.PSOTabHead, a.PSOTabHead:link, a.PSOTabHead:hover {
    text-decoration: none !important;
}

.accordionTab {
    display: none;
    margin-top: 2px
}

    .accordionTab:first-child {
        margin-top: 0px !important;
    }

/*school details*/

.PSOSchoolDetailsContainer {
    margin-top: 20px;
}

.PSOSchoolDetailsContainerMTitle {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 25px;
    font-family: Tajawal;
    color: black;
    padding: 10px 20px 5px 0px;
}

.PSOSchoolDetailsContainerMDetails span {
    padding: 5px 0;
    display: block;
}

.PSOSchoolDetailsContainerMDetails {
    padding: 10px 20px 5px 0px;
}

.fa.PSOSchoolDetailsContainerR.col-md-4 i {
    font-size: 25px !important;
    padding: 10px;
}

.PSOSchoolDetailsContainerR img {
    width: 100%;
}

.PSOSchoolPublicInformation table {
    width: 100%;
}

    .PSOSchoolPublicInformation table td {
        padding: 10px 0;
    }

        .PSOSchoolPublicInformation table td .ComparedSchoolPointFees {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 5px;
        }

.PSOSchoolPublicInformation .SchoolDetailTabTitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.PSOSchoolPublicInformation .SchoolDetailTabValue {
    margin-bottom: 10px;
}



.PSOSDBtnsDiv {
    display: block
}

.PSOSchoolDetailsContainerMDetails {
    word-break: break-all
}

html[dir="ltr"] .ArabicContent {
    display: none;
}

html[dir="ltr"] .EnglishContent {
    display: block;
}

html[dir="rtl"] .ArabicContent {
    display: block;
}

html[dir="rtl"] .EnglishContent {
    display: none;
}

html[dir="ltr"] .PSOTabHead {
    float: left
}

html[dir="rtl"] .PSOTabHead {
    float: right
}

.PSOTabHead {
    padding: 10px;
    margin-right: 0;
    background: #fff;
    border: 1px solid #ccc;
}

.selectedTab {
    background-color: #fff;
    color: black;
    border: 1px solid #ccc !important;
    border-bottom: none !important;
}

.PSOSchoolInformationContainer {
    padding: 20px;
    border: 1px solid #ccc;
}

.AnnualFeesMessage {
    margin: 10px 0;
}

.PSOSDBtnsDiv {
    margin: 20px 0;
}

.detail-bkBtn .dvPSOBack {
    margin-bottom: 30px;
    color: #fff;
}

.gt-timeline .leftend .year, .dismissButton {
    color: #a0004e
}

.PSOSchoolDetailsContainerMTitle span, .PSOCompSchTitlespan a {
    word-break: break-word
}

/*accordion tabs*/

.ui-accordion .ui-accordion-header {
    border: none;
    background: transparent;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background: none;
}

.updatePanel .PSOFAQContainer, .updatePanel .detail-bkBtn {
    padding: 10px 110px 10px 110px;
}

.PSOCompSchSchoolDetails a {
    word-break: break-word;
}

div#usercontrol-layout {
    min-height: calc(100vh - 250px);
    background: #fbfbfb;
}

.breadCrumb.breadCrumb-padd {
    background: #fbfbfb;
}

.FormButtons .BackButton, .FormButtons .BackButton:hover {
    margin: 20px 10px;
    padding-bottom: 15px;
}

.PSOHomeBtnsDiv {
    margin: 30px 0
}

.PSOCompSchSchoolDetails img {
    width: 100%;
}

.PSOSocialIconDiv i, .PSOSocialIconDiv i:hover {
    font-size: 27px !important;
    padding: 10px;
    color: #a40136;
}

h2.titles-style {
    margin: 20px 0px;
}

.PSO_links_cont a, .guide_link a {
    margin: 10px 0;
    text-decoration: underline;
    font-size: 1em;
}

.PSO_links_cont {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 10px 0 30px;
    background: #fff
}

    .PSO_links_cont i {
        color: #a40136;
        padding: 0 10px;
    }

html[dir="ltr"] .PSO_links_pdf_ar, html[dir="rtl"] .PSO_links_pdf_en {
    display: none;
}

html[dir="ltr"] .PSO_links_pdf_en, html[dir="rtl"] .PSO_links_pdf_ar {
    display: block;
}

.PSOSchoolDetailsContainer, .PSOTimeLineBG {
    margin-bottom: 40px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 30px 10px;
}

.PSOTimeLineBG {
    padding: 20px 10px 0px;
}

.PSOSchoolDetailsContainerR {
    padding: 10px;
}

.PSO_links_cont > div {
    margin: 10px 0px 20px;
}

.horizontalTab {
    border: none;
    font-size: 14px;
    font-weight: normal;
}

.PSOCompSchSchoolDetails {
    background: #fff;
    border: 1px solid #bbb;
    padding: 40px;
}

.PSOCompSchTitlespan a {
    font-size: 1.5em;
    margin-bottom: 15px;
    display: block;
}

.school-details-text, .ComparedSchoolResult, .ComparedSchoolPoint {
    font-size: 1em;
}

.ComparedSchoolPoint {
    color: black;
    font-weight: 600;
    font-size: 1.1em;
    margin-top: 15px;
}

.ComparedSchoolResult {
    font-size: 1em;
    color: #767676;
}

.detail-bkBtn {
    margin: 25px 0;
}

.PSOSocialIcon a i, .PSOSocialIcon a i:hover {
    font-size: 1.6em !important;
    padding: 10px
}

.fa-file-pdf-o {
    color: #a40136
}

html[dir="rtl"] .text-right {
    text-align: left;
}

.service-padding-cont {
    padding: 0 60px
}

.compareCont {
    display: flex;
    justify-content: center
}


.loading-cont {
    position: absolute;
    top: 10%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    right: 40%;
}

.PSOGrid tr.footerRow table td span {
    background-color: #a40136;
    color: white;
}

@media only screen and (max-width: 1200px) {
    .gt-timeline {
        overflow-y: visible;
    }

    .comparison-cont {
        padding: 0px 50px;
    }
}

@media only screen and (max-width: 1180px) {
    #myTimeline {
        overflow: hidden;
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 1024px) {


    .MapAllCont td, .MapAllCont th {
        padding: 0;
        width: 23%;
        max-width: unset;
        min-width: unset;
        display: inline-block;
        margin: 5px;
    }

    .MapAllCont tr {
        width: 100%;
        max-width: unset;
        min-width: unset;
        display: block;
    }

    .MapPinCont {
        width: 100%;
    }

    .comparison-cont {
        padding: 0px 60px;
    }
}

@media only screen and (max-width: 991px) {

    html [dir="rtl"] .PSOSchoolDetailsLeftSide, html[dir="ltr"] .PSOSchoolDetailsLeftSide {
        border-left: none;
        border-right: none;
    }


    html[dir="ltr"] .PSOSchoolDetailsRightSide .TextBoxBG, html[dir="rtl"] .PSOSchoolDetailsRightSide .TextBoxBG {
        padding: 0 30px 0 30px !important;
    }

    #usercontrol-layout, .section-padding {
        padding: 0 !important
    }

    .PSOHomeBtnsDiv div.col-md-4 {
        padding: 30px;
    }

    .PSOSchoolDetailsRightSide .TextBoxBG {
        width: 100%;
        padding: 0 30px !important;
    }

    .LinkWithImage.PSOHyperLink {
        margin-top: 20px
    }

    .PSOHomeBtnsDiv.row {
        margin-bottom: 35px;
    }

    .service-padding-cont {
        width: 96% !important;
        padding: 0;
    }

    .PSOTitle {
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 768px) {

    .compareCont {
        flex-direction: column
    }

    .comparison-cont {
        padding: 0;
    }

    html[dir="rtl"] .PSOSchoolDetailsLeftSide, html[dir="ltr"] .PSOSchoolDetailsLeftSide {
        border-left: none;
        border-right: none;
    }

    .contactus-bg, .searchSchool-bg {
        padding: 20px !important;
    }

    .PSOCompSchSchoolDetails {
        border: 1px solid #a40036;
        padding: 20px;
        margin: 10px 0;
        font-size: 14px;
    }

    .updatePanel .PSOFAQContainer, .updatePanel .detail-bkBtn {
        padding: 10px 50px 10px 50px;
    }

    .service-padding-cont {
        width: 94% !important;
        padding: 0;
    }

    .mission-padding h1 {
        width: 100% !important;
    }

    .vision-padding, .mission-padding, .back-padding {
        padding: 30px 30px;
    }
}

@media only screen and (max-width: 480px) {

    [class*=' col-'] {
        padding: 0;
    }

    .horizontalTab {
        width: 33.3%;
        min-height: 59px;
        display: flex;
        justify-content: center;
    }

    #SchoolFeesTab span.EnglishContent {
        margin-top: 10px;
    }

    html[dir="ltr"] .PSOSchoolDetailsRightSide .TextBoxBG, html[dir="rtl"] .PSOSchoolDetailsRightSide .TextBoxBG {
        padding: 0 15px !important;
    }

    .MapAllCont tr {
        width: 100%;
    }

    .MapAllCont td, .MapAllCont th {
        width: 30%;
    }

    .AddSchoolsBtn, .CompareSchoolsBtn {
        margin-bottom: 10px;
    }

    html[dir=ltr] .table-btn-cont, html[dir=rtl] .table-btn-cont {
        top: 49px;
    }

    .PSOResultsGrid {
        margin-top: 60px;
    }

        .PSOResultsGrid tr > td {
            padding: 5px !important;
        }

            .PSOResultsGrid tr > td:nth-child(2) {
                max-width: 185px;
            }

    .PSOGrid tr.footerRow table td span, .PSOGrid tr.footerRow table td a {
        padding: 5px 5px !important;
    }

    .loading-cont {
        right: 30%;
    }
}

@media only screen and (max-width: 375px) {
    .FormButtons .BackButton {
        margin: 21px 2px;
    }

    .MapAllCont tr {
        width: 100%;
    }

    .MapAllCont td, .MapAllCont th {
        width: 45%;
    }

    .PSOResultsGrid {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
    }

    #SchoolFeesTab span {
        margin-top: 0px;
    }

    .loading-cont {
        right: 10%;
    }

    .updatePanel .PSOFAQContainer, .updatePanel .detail-bkBtn {
        padding: 10px 25px;
    }
}
