﻿.schoolProfileSection {
	background:  url("/images/schools/searchResultsTopBackground.jpg"),url("/images/schools/orangeBorderTop.jpg"), url("/images/schools/patternRecommendedSchool.jpg");
	background-position: 0 0, 0 897px, center bottom;
	background-repeat: repeat-x, repeat-x, repeat;
	/*border-bottom: 8px solid #ffca3c;*/
	position: relative;
	font-family: Vibur, Arial, Helvetica;
	min-height: 1300px;
    position: relative;
    z-index: 1;
	/*padding-top: 54px;*/
    
}

.searchResultsSection-bottom {
	position:absolute;
	background: #fcfeff;
	background: -moz-linear-gradient(bottom, rgba(255,190,60,1) 0%, rgba(255,193,60, 0.75) 20%, rgba(255,196,60,0.75) 40%, rgba(255,198,60, 0.5) 60%, rgba(255, 200, 60, 0.25) 80%, rgba(255, 201, 60, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,190,60,1)),color-stop(20%, rgba(255,193,60, 0.75)),color-stop(40%, rgba(255,196,60,0.75)), color-stop(60%, rgb(255,198,60, 0.5)), color-stop(80%, rgba(255, 200, 60, 0.25)), color-stop(100%, rgba(255, 201, 60, 0.25)));
	background: -webkit-linear-gradient(bottom, rgba(255,190,60,1) 0%, rgba(255,193,60, 0.75) 20%, rgba(255,196,60,0.75) 40%, rgba(255,198,60, 0.5) 60%, rgba(255, 200, 60, 0.25) 80%, rgba(255, 201, 60, 0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,190,60,1) 0%, rgba(255,193,60, 0.75) 20%, rgba(255,196,60,0.75) 40%, rgba(255,198,60, 0.5) 60%, rgba(255, 200, 60, 0.25) 80%, rgba(255, 201, 60, 0) 100%);
	background: -ms-linear-gradient(bottom, rgba(255,190,60,1) 0%, rgba(255,193,60, 0.75) 20%, rgba(255,196,60,0.75) 40%, rgba(255,198,60, 0.5) 60%, rgba(255, 200, 60, 0.25) 80%, rgba(255, 201, 60, 0) 100%);
	background: linear-gradient(to bottom, rgba(255,190,60,1) 0%, rgba(255,193,60, 0.75) 20%, rgba(255,196,60,0.75) 40%, rgba(255,198,60, 0.5) 60%, rgba(255, 200, 60, 0.25) 80%, rgba(255, 201, 60, 0) 100%);
	top: 935px;
	left: 0;
	right: 0;
	bottom: 0;	
}

.schoolHeaderSection {
    position: relative;
	font-family: Vibur, Arial, Helvetica;
	/*min-height: 1300px;*/
	padding-top: 54px;
    background: url("/images/nubes.png"), url("/images/search_bg_pattern.png");
    background-position: center bottom, 0 0;
	background-repeat: repeat-x, repeat;
    /*background: url("/images/nubes.png");
    background-position: center bottom;
	background-repeat: repeat-x;*/
} 

.profile-item {
	width: 1090px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #ffd4d4;
	border-right: 1px solid #ffd4d4;
	border-bottom: 1px solid #ffd4d4;
	border-top: 1px solid #ffd4d4;
	position: relative;
	z-index: 40;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
 
}

.center-item-header {
	min-height: 70px;
	height: auto;

	width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.center-details-highlighted {
    background-color: #ffd4d4;
}

.center-details-no-highlighted 
{
    background-color: #beeef8;
}

.center-highlighted {
	position:absolute;
	background-color: #e70d8d;
	top: 169px;
	left: -37px;

	-ms-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-ms-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	transform-origin: left top 0;
	
	float: left;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    
}

.profile-logo-container {
    float:left;
    width:200px;
    float:left;
    top:0;
    display:inline;
    padding-left:25px
}

.profile-item-center-name {
	margin-left: 25px;
	font-size: 40px;
	color: #062d44;
	font-family: Vibur, Arial, Helvetica;
	margin-top: 6px;
	width: 632px;
	display: inline-block;
	margin-bottom: 0px;
    font-weight: bold;
}

.profile-item-basicInfo {
	padding-left: 40px;
	min-height: 170px;
	box-sizing: border-box;
 	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-left: 200px;

}

.profile-item-info-container {
  /*background-color: #FFFFFF;*/
  /*background: url("/images/search_bg_pattern.png");*/
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;

}

.profile-item-basicInfo ul {
	float:left;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	width: 100%;
}

.profile-item-basicInfo ul li {
	width: 33%;
	display: list-item;
	float: left;
    margin-top:30px;
}

.profile-item-centertype-btn
{
	color: #FFFFFF;
	background-color: #00b6d7;
	width: 150px;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    padding: 15px;
    margin-top:10px;
    margin-bottom:10px;
    display:block;
    

}

img.profile-item-center-logo {
    margin-top: 10px;
}

.schoolInfoSection {
    margin-top: 33px;
    z-index: 10;
    position: relative;
}

.profile-item-section {
    /*margin-top:20px;*/
    margin-left:20px;
    height: 70px;
    width:350px;
    display: block;
    background-color: #aacb02;
    position:relative;
}

.profile-item-section-information {
    padding-top: 11px;
    margin-left:20px;
    height: 70px;
    width:350px;
    display: block;
    background-color: #aacb02;
    position:relative;
}

.time {
    margin-top: 20px;
}

.profile-item-section-title {
    margin-left: 72px;
    font-size:25px;
    color: #062d44;
    margin-top: 16px;
    display: inline-block;
}

.profile-timetable-icon {
    background: url("/images/schools/profile-timetable-icon.png");
    background-repeat: no-repeat;
    margin-left: 30px;
    font-size:25px;
    color: #062d44;
    margin-top:13px;
    display: inline-block;
    height: 43px;
}

.profile-languages-icon {
    background: url("/images/schools/profile-languages-icon.png");
    background-repeat: no-repeat;
    margin-left: 30px;
    font-size:25px;
    color: #062d44;
    margin-top:13px;
    display: inline-block;
    height: 43px;
}

.profile-meal-icon {
    background: url("/images/schools/profile-meal-icon.png");
    background-repeat: no-repeat;
    margin-left: 30px;
    font-size:25px;
    color: #062d44;
    margin-top:11px;
    display: inline-block;
    height: 43px;
}

.profile-info {
	float:left;
	list-style: none;
	margin-top: 22px;
    margin-bottom: 22px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	width: 100%;
    font-family: Arial;
    min-height: 100%;
    display: table-row;
    font-size: 17px;
}


.profile-info .timetable
{
	display: table-cell;
    width: 33%;
    height: 100%;
    font-weight: bold;
    font-size: 17px;

}

.timetable-background-info {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    background-color: #f0f0f0;
    min-height: 191px;
    font-size: 17px;
    font-family: Arial;
    text-align: center;
    margin-bottom:0px;
    padding-bottom:0px;
    line-height: 14px;
    color: #062d44;
}

.timetable-winter-title {
    margin-top:47px;
    font-weight: bold;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    
}

.timetable-winter-info {
    margin-top:10px;
    font-weight: normal;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: inline-block;    
}

.timetable-summer-title {
    margin-top: 28px;
    font-weight: bold;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: inline-block;
}

.timetable-summer-info {
    margin-top: 10px;
    font-weight: normal;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: inline-block;
}

/*.profile-info .timetable-separator
{
    display: table-cell;
    width: 33%;
    background-image: url("/images/schools/profile-separator.png");
    background-position: right;
    background-repeat: repeat-y;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    min-height: 100%;

}*/

.profile-info .info-separator{
    display: list-item;
	float: left;
    width: 50%;
    background-image: url("/images/schools/profile-separator.png");
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;
}

.profile-info .info {
    display: list-item;
	float: left;
    width: 33%;
    height: 100%;
}

.profile-info .timetable-separator, .profile-info .language-separator, .profile-info .meal-separator, .profile-info .othercategory-separator {
    display: list-item;
	float: left;
    width: 50%;
    background-image: url("/images/schools/profile-separator.png");
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;
    font-weight: bold;
}

.profile-info .othercategory {
    width: 100%;
}

.profile-info .timetable-no-separator, .profile-info .language-no-separator, .profile-info .meal-no-separator, .profile-info .othercategory-noseparator
 {
    display: list-item;
	float: left;
    width: 50%;
    height: 100%;
    font-weight: bold;
}

.other-category-left {
    float: left;
    width: 50%;
}

.other-category-right {
    float:right;
    width: 50%;
}

.subcategory-header {
    padding-left: 34px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}

.subcategory-content {
    padding-left: 56px;
    padding-right: 10px;
    display: inline-block;
    font-weight: normal;
}

.subcategory-content label {
    color: #056edf;
    margin-bottom: 0px;
    /*display: list-item; /* This has to be "list-item"                                               */
    /*list-style-type: square;*/
}

span.separator {
    margin: 20px;height: 1px; 
    border: 1px solid #dae0e3; display: block; 
}

li.separator {
    margin: 20px 20px 20px -20px;
    border: 1px solid #dae0e3; 
    display: block; 
}

.oneline {
    display: block;
    margin-top:10px;
}

.subcategories {
    list-style-type: disc;
    font-weight: normal;    
}

.subcategories li:first-child {
    margin-top: 22px;
    /*margin-bottom: 42px;*/
}

.subcategories li:not(:first-child)
{
    font-weight: normal;
    margin-bottom: 6px;
    padding-top: 0px;
}



ul.schoolTabs {
    list-style: none; 
    width: 401px;
    display: block;
    padding-left: 0px;
    overflow: hidden;
    margin-bottom: 0px;
}

.schoolTabs li {
    display: inline;
    float:left;
    font-family: Arial;

}

.schoolTabs li:first-child{
    border-top-left-radius: 8px;
}

.schoolTabs .selected {
    background-color: #f8f8f8;
    color: #000000;
    font-size: 18px;    
    font-weight: bold;
    height: 50px;

}

.schoolTabs span {
    width: 200px;
    text-align: center;
    padding-top: 18px;
    display: block;
}

.schoolTabs .noselected {
    background-color: #d9d9d9;
    /*border-top: 2px solid none;*/
    margin-top:2px;
    height: 48px;
    color: #062d44;
    font-size: 16px;
    
}

.schoolMarksSection, .schoolMediaSection {
    margin-top: 33px;
    z-index: 10;
    position: relative;
    background-color: transparent;
    overflow: hidden;
}

.transparent {
    background-color: transparent;
    border-style: none;
}

.marks-cdi, .marks-lea, .media-pictures, .video-container {
    width: 100%;
    float:left;
    background-color: #f8f8f8;
}

.image img {
    width: 60%;
}

.media-video {
    display: none;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;*/
    height: 0;
    width: 60%;
    height: 40%;
    left:20%;
    right:20%;
    top: 20px;
    bottom: 20px;
}

    .media-video iframe,
    .media-video object,
    .media-video embed {
        position: absolute;
        /*top: 0px;
        left: 0;*/
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 100%;
    }

.marks-title {
    margin-top: 45px;
    display: block;
    font-family: Vibur;
    font-size: 25px;
    margin-left: 30px;
    color: #062d44;
    height: 20px;
}

.rank-district {
    margin-top:25px;
    font-size: 14px;
    font-family:Arial;
    display: block;
    width: 100%;
    margin-left: 30px;
    color: #062d44;
}

.rank-type {
    font-size: 14px;
    font-family:Arial;
    display: block;
    margin-left: 30px;
    color: #062d44;
}

.marks-school {
    margin-left: 20px;
    margin-top: 30px;
    margin-right: 40px;
}

.marks-school thead {
    background-color: #6ddaee;

}   

.marks-school th {
    padding: 14px 10px 14px 10px;
    border:2px solid #49b1c6;
    text-align: center;

}

.marks-school tbody {
    padding-bottom: 18px;
}

.marks-school tbody:before {
    /* This doesn't work because of border-collapse */
    line-height:1em;
    content:".";
    color:background; /* bacground color */
    display:block;
}

.mark-year {
    background-color: #e4f5f8;
    border: 2px solid #d7e6e8;
}

.mark-year td {
    padding: 10px 0px 10px 20px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #062d44;
}

.mark-year-content
{
     background-color: #FFFFFF;
}

.mark-year-content td {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 2px solid #d7e6e8;
    border-right: 2px solid #d7e6e8;
    border-bottom: 2px solid #d7e6e8;
    font-family: Arial;
    font-size: 14px;
    color: #062d44;
}

.marks-district-title {
    font-size:25px;
    font-family: Vibur;
    color: #062d44;
    display: block;
    margin-top: 36px;

}

.marks-comparison-school
{
    margin-top: 40px;
    margin-right: 20px;
    margin-bottom: 22px;
}

.marks-comparison-school thead {
    background-color: #6ddaee;

}   

.marks-comparison-school th {
    padding: 14px 10px 14px 10px;
    border:2px solid #49b1c6;
    text-align: center;
}

.comparison-type {
    background-color: transparent;
}

.comparison-type td {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 2px;
    font-size: 14px;
    font-family: Arial;
    color: #062d44;
    font-weight: bold;
}

.comparison-type-content {
    background-color: #FFFFFF;
}

.comparison-type-content td {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid #d7e6e8;
    font-family: Arial;
    font-size: 14px;
    color: #062d44;
}

.comparison-type-content td:first-child{
    text-align: left;
    padding-left: 8px;
}

.odd-row {
    background-color: #f8f8f8;
}

.school-marks-container {
    width:42%;
    float:left;
}

.district-marks-container {
    width:58%;
    float:left;
}

.pictures-container {
    padding-left: 40px;
    min-height: 170px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-left: 200px;
}

.section-pictures {
    width: 1090px;
    position: relative; 
    margin-left: auto; 
    margin-right: auto;
    z-index: 40;
}

.show-media {
    display: block;
}

.hide-media {
    display: none;
}

@media (min-width: 0px) and (max-width: 672px) {

    .hide-media {
        display: block;
    }

    ul.schoolTabs {
        display: none;
    }

    .media-pictures {
        display: block;
        float:left;
    }

    .media-video {
        float:left;
        display: block;
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        /*padding-top: 25px;*/
        height: 0;
        width: 100%;
        height: 100%;
        left: 0%;
        right: 0%;
        top: 20px;
        bottom: 20px;
    }
}

@media (min-width: 672px) and (max-width: 880px)
{
    .image img {
        width: 90%;
    }

    .marks-school {
        margin-left: auto;
        margin-right: auto;

    }

    .marks-comparison-school {
        margin-left: auto;
        margin-right: auto;
    }

    .media-video {
        /*display: none;*/
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        /*padding-top: 25px;*/
        height: 0;
        width: 90%;
        height: 90%;
        left: 5%;
        right: 5%;
        top: 20px;
        bottom: 20px;
    }
}

@media (min-width: 880x) and (max-width: 1200px) {
    .image img {
        width: 70%;
    }

    .media-video {
        display: none;
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        /*padding-top: 25px;*/
        height: 0;
        width: 60%;
        height: 60%;
        left: 20%;
        right: 20%;
        top: 20px;
        bottom: 20px;
    }
}


@media (min-width:0px) and (max-width: 1180px) {

    .profile-item {
        width: 100%;
    }

    .center-highlighted {
        position: absolute;
        background-color: #e70d8d;
        top: -36px;
        left: 20px;
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -ms-transform-origin: top right 0;
        -moz-transform-origin: top right 0;
        -webkit-transform-origin: top right 0;
        transform-origin: top right 0;
        float: left;
        color: #FFFFFF;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        padding: 10px;
    }
}


@media (max-width: 860px) {
    .profile-item {
	    width: 100%;
    }

    .profile-item-basicInfo {
        padding-left: 20px;
        margin-left: 160px;
        margin-bottom: 10px;
    }

    .profile-item-basicInfo ul {
	    float:none;
    }

    .profile-item-basicInfo ul li {
	    width: 100%;
        margin-top: 10px;
	    /*display: list-item;
	    float: left;
        margin-top:30px;*/
    }

    .profile-logo-container{
        padding-left:5px;
        width: 180px;
    }

    .school-marks-container {
        margin-left: auto;
        margin-right: auto;
        width: 640px;
        float: none;
    }

    .district-marks-container {
        margin-left: auto;
        margin-right: auto;
        width: 640px;
        float: none;

    }
}



@media (max-width: 768px)
{
    .profile-info .timetable-separator, .profile-info .language-separator, .profile-info .meal-separator, .profile-info .othercategory-separator {
        display: list-item;
        float: left;
        width: 100%;
        background-image: none;
        height: 100%;
        font-weight: bold;
    }

    .profile-info .timetable-no-separator, .profile-info .language-no-separator, .profile-info .meal-no-separator, .profile-info .othercategory-noseparator {
        display: list-item;
        float: left;
        width: 100%;
        height: 100%;
        font-weight: bold;
    }

    .subcategory-content {
        display: block;
    }

    .other-category-left {
        float:left;
        width: 100%;
    }

    .other-category-right {
        float:left;
        width: 100%;
    }

    .marks-school {
        margin-left: auto;
        margin-right: auto;
    }

    .marks-comparison-school {
        margin-left: auto;
        margin-right: auto;
    }

    .school-marks-container {
        width: 100%;
    }

    .district-marks-container {
        width: 100%;
    }

    .image img {
        width: 100%;
    }

    .profile-item-center-name {
        margin-left: 4%;
        margin-right: 4%;
        width: 92%;
    }

}