﻿
#findHEI {
    padding: 0px 0 60px 0;
}
/*#findHEI > ul { margin: 0 0 16px 7px; }
    

} */
#ddlHEIList > ul li span {
    display: block;
}

    #ddlHEIList > ul li span a {
        padding: 22px 22px 22px 44px;
        display: block;
        font-weight: 600;
    }

#ddlHEIList > ul li {
    vertical-align: top;
    padding: 0;
    text-align: center;
    font-size: 15px;
    background-position: 5%;
    background-repeat: no-repeat;
    border: 2px solid #AB21A4;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    position: relative;
}

#map-holder {
    overflow: hidden;
}

#mapLoader {
    margin-top: 0 !important;
    position: absolute;
    top: 0;
    background-color: white;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 100px;
}

.tooltip {
    display: block;
    position: absolute;
    height: 44px;
    width: 37px;
    top: 12px;
    left: 13px;
}
/*University*/
#ddlHEIList > ul li.university {
    background-image: url('/images/map/icons/info_university_tto.png');
    border-color: #b32389;
}

    #ddlHEIList > ul li.university:hover {
        background-color: #ffdaf4;
    }

    #ddlHEIList > ul li.university.active {
        background-color: #fe9be1;
    }
/*Tech Gateway*/
#ddlHEIList > ul li.rpo {
    background-image: url('/images/map/icons/info_technology_gateway.png');
    border-color: #23ade7;
}

    #ddlHEIList > ul li.rpo:hover {
        background-color: #c4eeff;
    }

    #ddlHEIList > ul li.rpo.active {
        background-color: #94dffe;
    }
/*Tech Centre*/
#ddlHEIList > ul li.tech-centre {
    background-image: url('/images/map/icons/info_technology_centre.png');
    border-color: #e6061e;
}

    #ddlHEIList > ul li.tech-centre:hover {
        background-color: #ffe0e0;
    }

    #ddlHEIList > ul li.tech-centre.active {
        background-color: #ffb9b9;
    }
/*SFI*/
#ddlHEIList > ul li.afi {
    background-image: url('/images/map/icons/info_sfi_centre.png');
    border-color: #3668bb;
}

    #ddlHEIList > ul li.afi:hover {
        background-color: #c5dbff;
    }

    #ddlHEIList > ul li.afi.active {
        background-color: #a1c4fc;
    }

/*National Institues and Facilities*/
#ddlHEIList > ul li.nationalInt {
    background-image: url('/images/map/icons/info_national_institutes.png');
    border-color: #f78e1b;
}

    #ddlHEIList > ul li.nationalInt:hover {
        background-color: #fedebb;
    }

    #ddlHEIList > ul li.nationalInt.active {
        background-color: #ffcb81;
    }
/*Institute of Tech*/
#ddlHEIList > ul li.institute-of-tech {
    background-image: url('/images/map/icons/info_it_tto.png');
    border-color: #00b04b;
}

    #ddlHEIList > ul li.institute-of-tech:hover {
        background-color: #d5f5e3;
    }

    #ddlHEIList > ul li.institute-of-tech.active {
        background-color: #79e9a8;
    }

#ddlHEIList > ul li a, #ddlHEIList > ul li a:hover {
    color: #333;
    text-decoration: none;
}

#ddlHEIList > ul li:hover {
    cursor: pointer;
}

#findHEI > ul.nav li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font-size: 15px;
    min-width: 110px;
    text-align: center;
}

    #findHEI > ul.nav li a {
        display: block;
        padding: 8px 22px 8px 22px;
    }

        #findHEI > ul.nav li a:hover {
            text-decoration: none;
        }

    #findHEI > ul.nav li:hover {
        background-color: #e0e9f0;
    }

    #findHEI > ul.nav li.active:hover {
        background-color: #3a5b75;
    }

#myTabs {
    margin-bottom: -1px;
}

.research-theme {
    display: inline-block;
    vertical-align: top;
    width: 14%;
    text-align: center;
    cursor: pointer;
}

.info-border, .nav li {
    border: 1px solid #3a5b75;
    background-color: white;
}

.info-border {
    background-color: #E1EAF1;
}

.nav li {
    border-bottom: none;
    padding: 10px;
}

    .nav li.active {
        background-color: #3a5b75;
        border: 1px solid #3a5b75;
    }

        .nav li.active a {
            color: #fff;
        }

.map {
    background-image: none;
    background-color: #AB21A4;
    border: 1px solid #AB21A4;
    padding: 6px;
    text-align: center;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 8px;
}

    .map.dis {
        background-color: lightgrey;
        background-color: rgba(166, 38, 170, 0.1);
        color: #AB21A4;
    }

        .map.dis:hover {
            background-color: #AB21A4;
            color: white;
        }

    .map.green {
        background-color: #009b3a;
        border-color: #009b3a;
    }

        .map.green:hover {
            background-color: #11AC4B;
            border-color: #11AC4B;
        }

.purple-text {
    color: #AB21A4;
}

.ie7 #findHEI > ul li {
    display: inline;
    zoom: 1;
}

.infoBox {
    background: url("/images/map/pointer_01.png") no-repeat -30px bottom;
    padding-bottom: 20px;
}

    .infoBox h3 {
        margin: 0;
        padding: 12px 14px;
        background-color: #D2D0D3;
        font-weight: normal;
    }

.bubble {
    padding: 12px 0 12px 0;
    background-color: #fff;
    border-left: 1px solid #D2D0D1;
    border-right: 1px solid #D2D0D1;
}

.infoBox .fax {
    padding-left: 22px;
    background: url('/images/ico/printfax.png') no-repeat left center;
}

.infoBox .phone {
    padding-left: 22px;
    background: url('/images/ico/phone.png') no-repeat 2px center;
}

.infoBox .Email {
    padding-left: 22px;
    background: url('/images/ico/mail.png') no-repeat 2px center;
}

.infoBox .url {
    padding-left: 22px;
    background: url('/images/ico/URL-Link.png') no-repeat left center;
}

.infoBox .read-more {
    font-size: 14px;
    font-weight: normal;
}

.noscrollbar div + .cms-content {
    padding-left: 0;
}

.noscrollbar .cms-content > div {
    margin-top: 8px;
}

.noscrollbar .cms-content > .blockquote ~ * {
    margin-left: 28px;
}

.infoBox .blockquote {
    position: relative;
    display: block;
    margin: 0;
    padding-left: 28px;
    border: none;
    background: url('/images/ico/Left-Comma-sml.png') no-repeat left top;
    font-style: italic;
    color: #666;
    font-size: 12px;
    color: #000;
    margin-bottom: 20px;
    padding-right: 28px;
}
    /*.infoBox .blockquote:after { position: absolute; bottom: -12px; right: 0; width: 30px; height: 20px; content: " "; background: url('/images/ico/Right-Comma-sml.png') no-repeat left top; }*/
    .infoBox .blockquote .end-quote {
        position: absolute;
        padding: 5px 0px 0px 10px;
    }

.infoBox .profile-img {
    display: none;
}

.infoBox .profile-detail .col-md-9 {
    width: 100%;
}

.infoBox .url {
    word-break: break-all;
}

#sideLoader {
    text-align: center;
}

#mapSearchPanel a.info {
    margin-top: 14px;
    background-image: url(/images/ico/icon_i.png);
    height: 35px;
    width: 36px;
}

#mapSearchPanel > .clearfix > div {
    margin-bottom: 4px;
    padding: 20px;
}

#listHolder {
    padding-bottom: 7px;
}

#ddlHEIList {
    margin-bottom: 22px;
}

#mapSearchPanel #keyword {
    margin-bottom: 15px;
    color: #333;
    width: 92%;
    padding: 8px 10px;
}

#mapSearchPanel .dd_panel {
    margin: 15px 0;
    height: 24px;
    line-height: 24px;
    margin-left: -10px;
}

#mapSearchPanel .selectedOptionText {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}

#mapSearchPanel .btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    text-align: center;
    width: 88%;
    height: 26px;
    line-height: 26px;
    padding: 0 24px 0 16px;
    background-image: url('/images/ico/whiteArrow.png');
    background-position: 97% center;
    background-repeat: no-repeat;
}

#directory-holder {
    overflow-y: auto;
    background-color: white;
}

#sectors-holder {
    position: absolute;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    min-height: 812px;
}
.sectars-active #sectors-holder{
    min-height: 963px;
    border:1px solid #3a5b75;
}
.sectars-active#findHEI{
    min-height: 1062px;
}
.sectars-active .info-border{border:none;}
    #sectors-holder .top-half {
        background-color: white;
        border-bottom: 1px solid #405473;
        height: 382px;
        padding: 22px 19px;
        position: relative;
        overflow-y:unset;
    }

.top-right {
    position: absolute;
    bottom: 17px;
    right: 23px;
}

    .top-right p {
        display: inline-block;
        font-size: 14px;
        color: #333333;
    }

.btn-reset {
    display: inline-block;
    background-color: white;
    border: 2px solid #999999;
    color: #7E7E7E;
    padding: 5px 40px;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 5px;
}

    .btn-reset:hover, .btn-reset:active, .btn-reset:focus {
        background-color: white;
    }

#sectors-holder .bottom-half {
    background-color: #E1EAF1;
    height: 251px;
    padding: 18px;
    overflow-y: scroll;
}
.active#sectors-holder .bottom-half {height: 500px;}
.sectors {
    width: 100%;
}

    .sectors li {
        display: inline-block;
        /*border: 2px solid #B4B4B4;*/
        text-align: center;
        width: 170px;
        /*height: 80px;*/
        vertical-align: top;
        border-radius: 7px;
        cursor: pointer;
        margin: 0 5px 10px;
    }

    .sectors .main-sector {
    }

.sector-children {
    left: -2px;
    position: relative;
    top: 23px;
    margin-bottom:10px;
}

    .sector-children li {
        display: inline-block;
        text-align: center;
        width: 170px;
        padding: 15px 0;
        /*height: auto;
        border: 2px solid #B4B4B4;*/
        margin: 0 0 10px 0;
    }

.sectors li a {
    color: #221A1D;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 13px;
    height: 30px;
}

.sector-children li a {
    color: #221A1D;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 15px;
    height: auto;
}

.sectors li a:hover {
    text-decoration: none;
}

.sectors li img {
    margin: 2px auto;
    height: 75%;
    margin-top: 5px;
}

.sectors li .img-container {
    height: 40px;
    display: block;
}

.sectors > li.inactive {
    /*background-color: #959595 !important;
    border: 2px solid #959595 !important;*/
}

    .sectors > li.inactive .sector-color {
        background-color: #959595 !important;
        border: 2px solid #959595 !important;
    }


    .sectors > li.inactive a {
        color: white !important;
    }

.sector-children li.inactive a {
    color: #221A1D !important;
}

.energy {
    height: auto;
    /*border: 2px solid #B4B4B4;*/
    /*background-color: #AEC536;
    border: 2px solid #738505 !important;*/
}

    .energy .sector-color {
        background-color: #AEC536;
        border: 2px solid #738505 !important;
    }

    .energy a {
        color: white !important;
    }

    .energy .sub-sector {
        background-color: #D5E25F;
           border: 2px solid #AEC536 !important;
    }

        .energy .sub-sector a {
            color: black !important;
        }

.sustainable {
    /*background-color: #F1B032;*/
    color: white;
    /*border: 2px solid #B47B07 !important;*/
}

    .sustainable .sector-color {
        background-color: #F1B032;
        border: 2px solid #B47B07 !important;
    }

    .sustainable a {
        color: white !important;
    }

    .sustainable .sub-sector {
        background-color: #FFCB80;
         border: 2px solid #F1B032 !important;
    }

        .sustainable .sub-sector a {
            color: black !important;
        }

.innovation {
    color: white;
    /*background-color: #5B3F8D;
  
    border: 2px solid #3E0C64 !important;*/
}

    .innovation .sector-color {
        background-color: #5B3F8D;
        color: white;
        border: 2px solid #3E0C64 !important;
    }

    .innovation a {
        color: white !important;
    }

    .innovation .sub-sector {
         border: 2px solid #5B3F8D !important;
    }

        .innovation .sub-sector a {
            color: black !important;
        }

.manufacturing {
    color: white;
}

    .manufacturing .sector-color {
        background-color: #DE3D22;
        border: 2px solid #BD0B00 !important;
    }

    .manufacturing a {
        color: white !important;
    }

    .manufacturing .sub-sector {
        background-color: #ffb9b9;
         border: 2px solid #DE3D22 !important;
    }

        .manufacturing .sub-sector a {
            color: black !important;
        }



.health {
    color: white;
  
}
.health .sector-color{
      background-color: #3CA9D4;
    border: 2px solid #187CA2 !important;
}

    .health a {
        color: white !important;
    }

    .health .sub-sector {
        background-color: #C4EDFF;
        border: 2px solid #3CA9D4 !important;
    }

        .health .sub-sector a {
            color: black !important;
        }

.technologies {
   
    color: white;
   
}
.technologies .sector-color{
     background-color: #A53088;
      border: 2px solid #7F1160 !important;
}
    .technologies a {
        color: white !important;
    }

    .technologies .sub-sector {
        background-color: #FF9BE1;
        border: 2px solid #A53088 !important;
    }

        .technologies .sub-sector a {
            color: black !important;
        }

.technologies-icon {
    display: inline-block !important;
    background-color: #A53088 !important;
    height: 10px !important;
    /*width: 30px;*/
    border-radius: 6px;
}

.energy-icon {
    display: inline-block !important;
    background-color: #B6C536 !important;
    height: 10px !important;
    /*width: 30px;*/
    border-radius: 6px;
}

.manufacturing-icon {
    display: inline-block !important;
    background-color: #E1362E !important;
    height: 10px !important;
    /*width: 30px;*/
    border-radius: 6px;
}

.sustainable-icon {
    display: inline-block !important;
    background-color: #F5B136 !important;
    height: 10px !important;
    /*width: 30px;*/
    border-radius: 6px;
}

.health-icon {
    display: inline-block !important;
    background-color: #3BA8D3 !important;
    height: 10px !important;
    /*width: 30px;*/
    border-radius: 6px;
}

.innovation-icon {
    display: inline-block !important;
    background-color: #5E4191 !important;
    height: 10px !important;
    /*width: 30px;*/
    border-radius: 6px;
}

.inactive {
    /*border: 2px solid #B4B4B4 !important;*/
    background-color: white !important;
}

    .inactive a {
        color: #221A1D !important;
    }

    .inactive .sub-sector {
        border: 2px solid #B4B4B4 !important;
    }
.sub-sector.inactive {
    border: 2px solid #B4B4B4!important;
}
.instituePopup #modalInfoPopup {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-content {
    position: relative;
}

.ui-dialog .ui-dialog-title {
    height: 36px;
}

.modalContainer {
    position: relative;
}

.nav-arrow {
    position: absolute;
    top: 40%;
    background-color: red;
    width: 14px;
}

.instituePopup .ui-dialog-titlebar {
    background-color: #AB21A4;
    color: #000;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    font-size: 28px;
    height: 34px;
    line-height: 28px;
    font-weight: 500;
}

.instituePopup.university .ui-dialog-titlebar {
    background-color: #b32389;
    color: #fff;
}

.instituePopup.rpo .ui-dialog-titlebar {
    background-color: #23ade7;
    color: #fff;
}

.instituePopup.tech-centre .ui-dialog-titlebar {
    background-color: #e6061e;
    color: #fff;
}

.instituePopup.afi .ui-dialog-titlebar {
    background-color: #3668bb;
    color: #fff;
}

.instituePopup.nationalInt .ui-dialog-titlebar {
    background-color: #f78e1b;
    color: #fff;
}

.instituePopup.institute-of-tech .ui-dialog-titlebar {
    background-color: #00b04b;
    color: #fff;
}

.ui-dialog .ui-dialog-titlebar-close {
    top: 20% !important;
    background: url(/images/map/icons/KTI_close-white.png) no-repeat left top;
    width: 36px;
    height: 36px;
}


.modalContainer {
    padding: 30px 25px;
    height: 600px;
    overflow-y: auto;
}

    .modalContainer h2 {
        color: #000;
        font-size: 20px;
    }

#modalBanners {
    margin-top: 50px;
    margin-left: 0;
    margin-right: -14px;
}

#moadlSidebar {
    word-wrap: break-word;
    margin-bottom: 25px;
}

#modalFullPage a {
    padding: 9px 10px;
    font-weight: bold;
    min-width: 238.359px;
    text-align: center;
}

#modalDocument p {
    display: none;
}

    #modalDocument p:first-of-type {
        display: block;
    }

#modalFullPage {
    position: absolute;
    bottom: 0;
    right: 15px;
}

    #modalFullPage a:hover {
        text-decoration: none;
    }

#profileOptions p {
    background-color: #AB21A4;
    display: inline-flex;
    max-width: 33%;
    align-items: center;
}

    #profileOptions p:hover, #profileOptions a:hover, button.map:hover {
        background-color: #BC0BBA;
    }

.ui-dialog {
    width: 1120px !important;
}

.gridHEIitem img {
    max-width: 100%;
    max-height: 120px;
}

.respond {
    display: inline-block;
    /*height:345px;*/
}

.gridHEIitem {
    padding: 12px 12px;
    font-size: 12px;
    font-size: 1.2rem;
}
    /*.gridHEIitem.even { background-color: #FFF; }*/
    .gridHEIitem .summary-image {
        text-align: center;
        margin-bottom: 8px;
        height: 120px;
    }

    .gridHEIitem .name {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 8px;
        max-height: 95px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gridHEIitem .contact-info {
        color: #3a5b75;
    }

    .gridHEIitem .box {
        border: 1px solid #e2e3e5;
        padding: 15px;
        height: 300px;
    }

        .gridHEIitem .box:hover {
            box-shadow: 0 1px 2px rgba(0,0,0,0.15);
            transition: box-shadow 0.3s ease-in-out;
            cursor: pointer;
        }

    .gridHEIitem .profile-link {
        position: absolute;
        bottom: 15px;
    }

    .gridHEIitem a {
        padding-right: 16px;
        background: url('/images/ico/purple-arrow.png') no-repeat right 4px;
        color: #3a5b75;
    }
/*.noscrollbar { line-height: 1.35; overflow: hidden; white-space: nowrap; min-width: 300px; padding: 10px; border: 1px solid #969696; border-top: none; border-bottom: none; }*/
/*.gm-style div div * {
    -webkit-transform: none !important;
}*/

.dark-grey-bg {
    background-color: #E1EAF1;
}

#map-canvas img.map-profile-img {
    width: 100% !important;
}

.grey-bg {
    background-color: #E1EAF1;
}

.icon-container {
    position: absolute;
    width: 100%;
    top: 15px;
    left: 9px;
}

    .icon-container a {
        display: inline-block;
        margin-right: 4px;
    }

.bottom-half .gridHEIitem .box {
    background-color: white;
    height: 235px;
}

.bottom-half .gridHEIitem {
    padding: 12px 2px;
    position: relative;
}

    .bottom-half .gridHEIitem .name {
        font-size: 14px;
    }

    .bottom-half .gridHEIitem a {
        background: url('/images/arrow-icon.png') no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        height: 25px;
        display: block;
        background-position: 71px -1px;
        padding-right: 34px;
    }

.summaryImageWithText {
    margin-bottom: -4px;
}

.profileNameOverImage {
    background-color: #222;
    color: white;
    padding: 10px 0;
    margin-bottom: 20px;
    word-break: initial;
}

.no-image.profileNameOverImage {
    background-color: transparent;
    color: #000;
}

.one-column .content {
    padding: 50px 0 0;
}

.gm-style-mtc {
    display: none;
}

@media (max-width:1245px){
    .ui-dialog {
        width: 85% !important;
    }
}

@media (max-width: 767px) {
    #heiMap {
        margin-bottom: 24px;
    }

    #findHEI > ul li {
        /*margin: 0 8px 6px 8px;
        padding-left: 20px;*/
        font-size: 12px;
        background-size: 12px;
    }

        #findHEI > ul li:first-child {
            /*margin-left: 8px;*/
        }

    /*#map-canvas, #directory-holder, #sectors-holder {
        height: 350px !important;
    }*/
    #map-canvas{
        height: 350px !important;
    }

    #modalFullPage a.btn.green {
        width: 95.5%;
    }

    #profileOptions p {
        max-width: 100%;
        width: 98%;
    }

    #profile .contact-info {
        padding-right: 0;
    }

    .summaryImageWithText img {
        max-width: 100%;
    }
    #sectors-holder .bottom-half{
        height:411px;
    }
    .info-border{
        overflow:hidden;
    }
    #sectors-holder{
        min-height:861px;
    }
}

@media (max-width: 991px) {
    #mapSearchPanel .dd_panel {
        width: 95%;
    }

    #mapSearchPanel .btn {
        width: 85%;
    }

    .ui-dialog {
        width: 85% !important;
    }

        .ui-dialog .ui-dialog-title {
            min-height: 34px;
            height: auto;
            white-space: initial;
            word-break: break-all;
        }

    .instituePopup .ui-dialog-titlebar {
        height: auto;
        min-height: 34px;
    }

    .modalContainer {
        height: 68vh;
    }
}

@media (max-width:1200px) {
    .top-right{
        position:relative;
        bottom:0px;
        right:0px;
    }
}
@media(max-width:480px){
    .sectors li{
        width:100%;

    }
    #findHEI > ul.nav li{
        min-width:89px;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    #heiMap {
        margin-bottom: 24px;
    }

    #map-canvas {
        width: 748px !important;
        height: 350px !important;
    }

    #findHEI > ul li {
        padding-left: 20px;
        font-size: 12px;
        background-size: 12px;
    }
}

@media (max-width:768px){
    .info-border{
        overflow:visible;
    }
    #sectors-holder .top-half{
        height:100%;
        overflow:scroll;
    }
    #sectors-holder .top-half{
        height:63%;
    }
    .active#sectors-holder .bottom-half{
        height:30%;
    }
}