@CHARSET "UTF-8";
.map-container{
    height: 300px;
}

.jvmap-smart{
    width: 100%; 
    height: 100%;  
}
.text-center{
    text-align:center !important;
    font-weight: 300;
    font-size: 2rem;
}
.map-container:after, .clearfix{
    display: block;
    content: '';
    clear: both;
}

@media only screen and (min-width: 576px) {
    .map-container{
        height: 350px;
    }
}
@media only screen and (min-width: 768px) {
    .map-container{
        height: 400px;
    }
}
@media only screen and (min-width: 992px) {
    .map-container{
        height: 500px;
    }
}
@media only screen and (min-width: 1200px) {
    .map-container{
        height: 600px;
    }
}

.legend-inline {
    display: inline-block;
    /*margin: 1em;*/
    margin: 0;
}

.legend-color {
    height: 1em;
    width: 1em;
    display: inline-block;
    float: left;
    border: 1px solid black;
}

.legend-text {
    float: left;
    display: inline-block;
    margin: -3px auto 0.5em 1em;
}

.legend-color-red{
	background-color: #de2b2b;
}

.legend-color-green{
	background-color: #69e369;
}

.legend-color-yellow{
	background-color: #fcc802;
}

/*.cols-three .col:nth-child(2) .legend-color {
    background-color: #3fdc3f;
}

.cols-three .col:nth-child(3) .legend-color {
    background-color: #de2b2b;
}

.cols-three .col:nth-child(4) .legend-color {
    background-color: #dcdc15 ;
}*/

.markerData-close {
  padding: 3px 6px;
  border-radius: 4px;
  background-color: #f66565;
  font-size: 10px;
  margin-right: 20px;
  margin-top: 20px;
  border: none;
  color: #fff;
}

/*.mapMarkerData-close {
	padding: 3px 9px;
	border-radius: 1em;
	background-color: #ccc;
	border: 1px solid #aaa;
	font-size: 1em;
}*/

.mapMarkerData-close {
    padding: 2px 5px;
    border-radius: 4px;
    background-color: #f66565;
    border: none;
    font-size: 10px;
    color: #fff;
}


@media only screen and (max-width: 767px) {
	.markerData-show {
		width: auto;
	}	
}

.org-name {
    word-wrap: break-word;
    word-break: break-all;
    width: 100%;
    margin-bottom: 1em;
}

.org-pad {
    padding : 0 1em;
}
.currentCountries-h2{
	 text-align:center;	
}

.a-table{
	cursor:pointer;
}	

.markerData-div {
	position: relative;
	width:auto;
	background:#ffffff;
	z-index: 1;
	top: 10%;
	left: 0;
	right: 0;
	margin: 0 1em;
	/* padding: 0 20px; */
	border-radius:1em;
	border:1px solid #536283;
}

.country-title {
    font-weight: bold;
    background: #405176;
    color: white;
    padding: 20px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    margin-bottom: 1em;
}

.selected {
    background-color: #405176 !important;
    font-weight: bold;
    word-break:break-all;
}

.selected a {
    color: white !important;
}

/* .org-contact{
         padding: 0em 1em;
} */

#tabData tr:hover td {
	background-color:transparent; 
}

.sel-country {
	width:50%;
}

@media only screen and (max-width: 767px) {
	.sel-country {
		width:100%;
	}
}

/*Css for University Consortium*/

/** {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 14px;
}*/

h1 {
    font-size: 30px;
}

h3 {
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #5885ce;
}

img {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
}

.bg-grey {
    background: #fafafa;
}

.m-t-50 {
    margin: 50px 0;
}

/*.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}*/

.map-section {
    padding: 0 12px;
}

.head-content *{
    position: relative;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    height: 48px;
    background-color: #314668;
    background-image: linear-gradient(60deg, #75839a 0%, #314668 33%);
}

.navbar .logo img {
    height: 16px;
    vertical-align: middle;
}

.navbar ul {
    display: flex;
    list-style: none;
}

.navbar ul li a {
    color: #fff;
    padding: 10px 20px;
    margin: 0 5px;
    text-decoration: none;
}

.img-content {
    background: url(../../images/university_consortium_contact_us.jpg) no-repeat center center/cover;
    position: relative;
    color: #fff;
    height: 300px;
    margin-top: 16px;
}

.email_img {
    background: transparent url(../../webfonts/envelope-solid.svg) no-repeat 50% 0;
}

.telephone::before {
    transform:rotate(90deg);
    display: inline-block;
}

.ss-mail:before,.ss-mail.right:after {
	content: '✉' !important;
	color: inherit !important;
    font-size:inherit !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important; 
    background-color: transparent !important;
}

.img-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.img-content .content-map{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    height: 100%;
}

.content-map h1 {
    font-size: 42px;
}

.content-map p {
    font-size: 20px;
    max-width: 700px;
    margin: 20px 0 30px;
}

.content-selection-class{
	margin-top: 16px;	
}

.content-selection-class .universityLabel {
	font-size: 14px !important;
}

.contact-btn {
    display: inline-block;
    padding: 8px 24px;
    color: #fff;
    background-color: #314668;
    border-radius: 25px;
    text-decoration: none;
    transition: .5s ease;
}

.contact-btn:hover {
    background-color: #fff;
    color: #314668;
}

.about-content {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}

.about-content p {
    padding: 0 0 15px 0;
}

.info-img, .info {
    padding: 0 12px;
}

.info-img img {
    border-radius: 15px;
}

.map-section h1 {
    text-align: center;
}

.map-info-block {
    padding: 8px 15px;
    background: #eee;
    border-radius: 5px;
    margin: 10px 0;
}

/* .map {
    background: #fafafa;
} */

.member-block {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

.member-img, .member-detail {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.member-detail h1 {
    font-size: 24px;
}

.member-detail p, .member-detail .contact, .member-detail .fac-contact {
    padding: 10px 0;
}

/*.member-detail .contact, .member-detail .fac-contact {
    border-bottom: 1px solid #ddd;
}*/

.contact span{
    margin-bottom: 5px;
}

.fac-contact .fac-detail span {
    margin: 6px 0 5px;
    display: block;
}

.contact img, .fac-contact img, .map-info-block img {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: 4px;
}

.contact h3, .fac-contact h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 6px;
}

i.ss-mail, i.ss-phone {
    vertical-align: middle;
    padding-right: 4px;
	position: relative
}

i.ss-mail {
	top: 1px
}

i.ss-phone {
    padding-left: 5px;
	top: -1px;
}

.fac-detail {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 6px 10px 10px 0;
    padding: 8px 10px;
    background: #fff;
} 

.fac-detail i.ss-phone {
	padding-left: 0;
}

.fac-contact {
	padding-top: 20px !important;
}

.register-btn {
    display: inline-block;
    padding: 6px 16px;
    color: #fff;
    background-color: #314668;
    border-radius: 25px;
    text-decoration: none;
    transition: .5s ease;
}

.register-btn:hover {
    background-color: #22324a;
}

@media only screen and (min-width: 768px) {
    .member-img {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .member-detail {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .info-img {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .info {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media only screen and (max-width: 767px) {
	.img-content {
    	height: auto;
    }
    
    .about-content p {
    	padding-top: 15px;
    }
    
    .img-content .content-map {
    	padding: 20px;
    }
}

.ss-notebook:before{
	content: '📓' !important;
	color: inherit;
	font-size: inherit;
	padding-right: 0;
}

.member-detail h1 a {
    display: inline-block;
    padding-left: 12px;
    color: #000;
}

.member-detail h1 a i{
	font-size:18px;
}

.member-detail h1 a {
    display: inline-block;
    padding-right: 12px;
    color: #000;
}

.member-detail h1 a i{
	font-size:18px;
}

.jvectormap-zoomin {
    top: 50px;
}

.jvectormap-zoomout {
    top: 10px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
    position: absolute;
    left: 10px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    box-sizing: content-box;
	font-size: 22px;
}