﻿/* Detail Page Navigation Style Start */
.detail-nav a:link, .detail-nav a:visited {
	position: relative;
	font-size: 1.1em;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	display: block;
	padding: 15px 10px;
	color: #FFFFFF!important;
	margin: 0 0 1px 0;
	line-height: 20px;
	background-color: #015710!important;
	text-decoration: none;
	border-left: solid 13px #5e7f73!important;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	background-position: 92% 50%;
} 
.detail-nav a:hover, .detail-nav a:focus {
	background-color: #015710!important;
	border-color: #237b5b!important;
	text-decoration: none;
	background-image: url(../images/left-nav-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.detail-nav li.active > a, .detail-nav > li.active > a:hover, .detail-nav > li.active > a:focus {
    color: #ffffff;
	background-color: #015710!important;
	border-color: #237b5b;
	text-decoration: none;
	background-image: url(../images/left-nav-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.detail-nav li a:focus {
	outline: none;
}
a.back-to-result:link, a.back-to-result:visited {
	font-family: 'Roboto', sans-serif;
	margin-top: 5px;
	height: 42px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2c6053;
	text-align: center;
	padding-top: 11px;
	display: block;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}
a.back-to-result:hover {
	background-color: #378d77;
}
/* Deatil page navigation Style End */

/* Detail page main style Start*/
.college-detail {
	font-family: 'Roboto', sans-serif;
	border: solid 1px #C8C8C8;
	padding: 30px;
    margin-bottom:20px;
	background: #ffffff;
}
.college-detail h2 {
	font-size: 20px;
	color: #187cb8;
}

.cd-logo {
	text-align: center;
	margin: 0 0 20px 0;
}

.cd-logo h2{
	text-align: center;
	font-size: 1.6em;
	line-height: 1em;
	color: #187cb8;
	font-weight: 400;
	margin: 0 0 20px 0;
}

@media only screen and (max-width:480px) {
    .cd-logo h2 {
        font-size: 1.3em;
    }
}

.cd-logo img {
	max-width: 300px;
	width: 90%;
}
.in-div {
	background: #fff;
	padding: 0 30px 20px 30px;
	border: solid 1px #D8D8D8;
}

	.in-div p {
		margin: 10px 0 0 10px;
	}

.scholar-div p {
	margin-left: 0;
}

.in-div table {
	width: 100%;
}
.in-div-combined {
	background: #fff;
	margin: 0;
	padding: 0 10px 10px 10px;
	border: solid 1px #D8D8D8;
}
.in-div-combined h2 {
	margin: 20px 0 10px 15px;
}
.in-div-combined p {
	margin: 10px 0 0 10px;
}
.in-div-combined table {
	width: 100%;
}
.nb td {
	font-size: 28px;
	color: #639473;
	font-weight: 400;
}
.tx td {
	font-size: 13px;
}
.in-div.mh {
	min-height: 190px;
}
/* Table Style Start */

.lineTable tr {
	border-bottom: solid 1px #E3E3E3;
}
.lineTable tr:last-child {
	border-bottom: none;
}
.lineTable tr td {
	padding: 5px;
	vertical-align: top;
}
.lineTable tr td:first-child {
	font-weight: 500;
}

.lineTable tr td:last-child {
	text-align: right;
}
.lineTable33 tr {
	border-bottom: solid 1px #E3E3E3;
}
.lineTable33 tr:last-child {
	border-bottom: none;
}
.lineTable33 tr td {
	padding: 5px 0 5px 60px;
	vertical-align: top;
}
.lineTable33 tr td i {
	margin-right: 10px;
	margin-left: -30px;
}
.lineTable33 tr td:first-child {
	width: 34%;
}
.lineTable33 tr td:last-child {
}
.lineTable80 tr td:first-child {
	width: 80%;
}
.lineTable80 tr:last-child {
	border-bottom: none;
}
.star {
	color: #f77926;
}

table i {
	color: #df6464;
}
.first-line {
	background: #f0f0f0;
	font-weight: 500;
}
.borderTable tr:first-child {
	background: #f0f0f0;
	font-weight: 500;
}
.borderTable tr td, .borderTable tr th {
	padding: 5px 10px;
	vertical-align: top;
	border: solid 1px #E3E3E3;
	text-align: center;
    color:#636363;
}
.borderTable tr td:first-child {
	font-weight: 500;
}
.Table-cell-L tr td:first-child {
	font-weight: 500;
	text-align: left;
}
.borderTable50 tr:first-child {
	background: #f0f0f0;
	font-weight: 500;
}
.borderTable50 tr td {
	width: 50%;
	padding: 5px 10px;
	vertical-align: top;
	border: solid 1px #E3E3E3;
	text-align: center;
}
@media (max-width:770px) {
    .borderTable tr td, .borderTable tr th {
        text-align: left;
    }

    .Table-cell-L tr td:first-child {
        padding-left: 10px;
        background-color: #f0f0f0;
    }
}
@media (max-width:480px) {
    .borderTable tr td, .borderTable tr th {
	text-align: left;
}
    .Table-cell-L tr td:first-child {
	padding-left: 10px;
    background-color: #f0f0f0;
}
}
/* Table Style End */

@media only screen and (max-width:750px) {
.cd-logo {
	font-size: 1.5em;
}
}
/* Detail page main style End */


/*Overview Style Start */
.cd-table td {
	padding: 3px 8px;
	vertical-align: top;
}
.cd-table tr:nth-child(odd) {
	background-color: #edf0e2;
}
.cd-table tr td:first-child {
	font-weight: 500;
	width: 40%;
}

.cd-thumb {
	border: solid 1px #fff;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    width:200px;
	}
.cd-des {
	padding-right: 60px;
	margin-bottom: 40px;
}

.cd-address {
	border: solid 1px #ccc;
	font-size: 12px;
	font-weight: 500;
	padding: 15px 15px 0 15px;
}
.cd-address div span {
	color: #015710;
	font-weight: bold;
	text-shadow: none;
}
.cd-address div:first-child {
	margin-bottom: 10px;
}
.ratios, .quick-facts {
	width: 100%;
	min-height: 408px;
}
.ratios table td {
	text-align: center;
}

@media only screen and (max-width:1200px) {
	.cd-des {
		padding-right: 60px;
		margin-bottom: 224px;
	}

	.cd-address {
		padding: 15px;
	}

	.ratios, .quick-facts {
		min-height: 342px;
	}

	.in-div.mh {
		min-height: 230px;
	}
}

@media only screen and (max-width:995px) {
.ratios, .quick-facts {
	min-height: auto;
}
.in-div.mh {
	min-height: auto;
}
.cd-address div {
	width: 50%;
	float: left;
}
.cd-address div:first-child {
	margin-bottom: 0;
}
}

@media only screen and (max-width:750px) {
.cd-des {
	padding-right: 0;
}
.cd-address {
	border-top: solid 1px #ccc;
	background: none;
	box-shadow: none;
	margin: 15px 0 0 0;
}
table {
	font-size: 14px;
}
}

@media only screen and (max-width:495px) {
.cd-address div {
	width: 100%;
	float: none;
}
.cd-address div:first-child {
	margin-bottom: 10px;
}
/*table {
	font-size: 11px;
}*/

	.in-div {
		overflow: auto;
	}
}
/* Overview Style End */

/*Housing Style Start */
.in-div.housing {
	min-height: 173px;
}
.housing tr td {
	padding: 3px 0;
}
.housing-stats tr td:first-child {
	width: 70%;
}
.housing-stats tr td:nth-child(2) {
	vertical-align: top;
	font-size: 28px;
	line-height: 28px;
	color: #639473;
	font-weight: 400;
	text-align: right;
}
.housing-type tr td:first-child {
	width: 55%;
	vertical-align:top;
}

@media only screen and (max-width:1200px) {
.in-div.housing {
	min-height: 205px;
}
}

@media only screen and (max-width:995px) {
.in-div.housing {
	min-height: auto;
}
}
/*Housing Style Ends*/


/*Academic Style Start*/

.academic {
	text-align: center;
	margin: 20px 0 0 0;
}
.academic tr td:first-child {
	text-align: left;
	padding-left: 10px;
}
.blue-big {
	font-size: 22px;
	color: #187cb8;
	font-weight: 500;
}
.blue-mid {
	font-size: 18px;
	color: #187cb8;
	font-weight: 500;
}

@media (max-width:480) {
	.blue-mid {
		font-size: 14px;
	}
}
/*Academic Style End*/

/*Student Life Style Start*/
.blue-Exbig {
	font-size: 40px;
	color: #187cb8;
	font-weight: 500;
}
.GreekTable tr td {
	padding: 5px 10px;
	vertical-align: top;
	text-align: center;
	width: 50%;
}
.GreekTable tr td table {
	margin-left: 8%;
}
.GreekTable tr td table tr td:first-child {
	font-weight: 500;
	vertical-align: top;
	text-align: left;
}



/*Student Life Style Start*/
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #686868;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}