/*** reset */
*
{
	margin:0;
	padding:0;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }



/** end reset **/
.leftpanel {
    float: left;
    width: 660px;
    margin-left: 10px;
}
.leftpanel-edu-heading {
    font-size: 26px;
    font-weight: 600;
    color: #31465c;
    padding-bottom: 10px;
    margin: 0;
}

.leftpanel-edu-clg-list
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.leftpanel-edu-clg-list li 
{
	position:relative;
	width:300px;
	float:left;
	background:#f7f9f9;
	border-radius:10px;
    box-shadow: 0 0 7px -1px #000;    
    margin: 15px 0;
}
.leftpanel-edu-clg-list h2
{
	font-size:15px;
	height:52px;
	display:table-cell;
	vertical-align:middle
}
.leftpanel-edu-clg-list li.edu-clg-list-right
{
	float:right;
}
.leftpanel-edu-clg-list .edu-clg-name
{
	background:#eeeeee;
	padding:0 10px;
	border-radius:10px 10px 0 0;
	display: table;
    width: 280px;
}
.edu-clg-addr
{
	font-size:12px;
	color:#000;padding:0 10px 5px;background:#eeeeee;
}
.edu-clg-details 
{
	font-size:14px;
	overflow: hidden;
}
.edu-clg-facility
{
	margin:0 10px;
	padding:5px 0 10px;
	border-bottom: solid thin #cccccc;
}
.edu-clg-facility span
{
	font-weight:600;
}
.edu-clg-abt
{
	padding:5px 10px 10px;
}
.edu-clg-more
{
	    border-radius: 10px;
}
.edu-clg-more a
{
	float: right;
    padding: 5px 10px;
    font-size:12px;
    color:#0066cc;
    text-decoration: none;
}
.edu-clg-more a:hover
{
	text-decoration: underline;
}
.edu-clg-overlay
{
	position:absolute;
	color:#fff;
	background:#023757;
	opacity:0.6;
	width:300px;
	height:100%;
	top:0;
	border-radius:10px;
	margin:auto;
	display:none;
}
.edu-clg-overlay a
{
	height:100%;
	width:300px;
	display: block;
	text-align: center;
	font-size:24px;
	color:#fff;
	text-decoration: none;
	line-height: 266px;
}

.leftpanel-edu-clg-list li:hover .edu-clg-overlay
{
	display: block;
}
.edu-clg-pag
{
	float:right;
	margin: 10px 0;
}
.edu-clg-pag a
{
	color:#333333;
	font-size:16px;
	text-decoration: none;
	padding:0 10px;
}
.edu-clg-pag span.edu-clg-pag-selected
{
	color:#9e0001;
	font-weight:bold;
	padding:0 10px;
	font-size: 16px;
}
.edu-clg-pag a.edu-clg-pag-prev
{
	background: url(/common_dynamic/images/prev-next.png) 0px 4px no-repeat;
    height: 17px;
    padding: 0 0 0 20px;
}
.edu-clg-pag a.edu-clg-pag-next
{
	background: url(/common_dynamic/images/prev-next.png) right -19px no-repeat;
    height: 17px;
    padding: 0 20px 0 0;
}
/** start border color **/
.border-orange
{
	border-bottom:solid thin #ff5a0a;
}
.border-blue
{
	border-bottom:solid thin #0288d1;
}
.border-green
{
	border-bottom:solid thin #00af43;
}
.border-yellow
{
	border-bottom:solid thin #f6b436;
}
/** end border color **/
	
/** start box shadow color **/
.box-orange
{
	box-shadow:0px 5px 2px 0px #FF5A0A
}
.box-blue
{
	box-shadow:0px 5px 2px 0px #0288d1;
}
.box-green
{
	box-shadow:0px 5px 2px 0px #00af43
}
.box-yellow
{
	box-shadow:0px 5px 2px 0px #f6b436;
}



/** top be college block **/
.ci-search {
    background: #ececec;
    border: solid thin #e4e4e4;
    padding: 15px 15px 0;
    width: 625px;
    margin-left: 10px;
}
.ci-search-block
{
    padding:0 0 15px;
}
.ci-search-block #location
{
	width:100%;
}
.ci-search-block #s2id_specialization, #specialization
{
    width:50%;
    float:left;
    border-right:none;
    background:#fff;
}

.ci-search-block #s2id_stream, #stream
{
    width:50%;
    float:left;
    border-right:none;
    background:#fff;
}

.ci-search-block #s2id_stream_id, #stream_id {
	width:100%;
    float:left;
    border-right:none;
    background:#fff;
}
.ci-search-block #college
{
    width:100%;
}
.ci-search-block #s2id_specialization a,
.ci-search-block #s2id_stream a,
.ci-search-block #college,
.ci-search-block #location,
#specialization,
#stream
{
    box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    color:#626262;
    height:40px;
    padding:5px 10px;
    font-size:14px;   
    border: 1px solid #999999;
    box-sizing: border-box;
}

.ci-search-block #s2id_stream_id a,
#stream_id
{
    box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    color:#626262;
    height:40px;
    padding:5px 10px;
    font-size:14px;   
    border: 1px solid #999999;
    box-sizing: border-box;
}
#s2id_select4 .select2-arrow
{
    background: none;
    border-left:none;
}
#s2id_specialization .select2-choice .select2-arrow,
#s2id_specialization .select2-choice .select2-arrow b,
#s2id_stream .select2-choice .select2-arrow,
#s2id_stream .select2-choice .select2-arrow b,
#s2id_stream_id .select2-choice .select2-arrow,
#s2id_stream_id .select2-choice .select2-arrow b
{
    background: url(/common_dynamic/images/arrow-down.png) no-repeat  center;   
    width: 40px;
    border-left:none;
}

.select2-container.select2-dropdown-open.select2-container-active#s2id_specialization  .select2-choice .select2-arrow,
.select2-container.select2-dropdown-open.select2-container-active#s2id_specialization .select2-choice .select2-arrow b
{
    background: url(/common_dynamic/images/close-new.png) no-repeat  center;   
    width: 40px;
    border-left:none;
}


.ci-search-block #location
{
    border-right:none;
    border-radius:5px 0 0 5px;
}
.ci-search-block #s2id_specialization a
{
    border-radius:0 5px 5px 0;
}


.ci-search-block #s2id_stream a
{
    border-radius:5px 0px 0px 5px;
}

.ci-search-block #s2id_stream_id a
{
    border-radius:5px 0px 0px 5px;
}

#college
{
    background:#fff url(/common_dynamic/images/search-icon.png) no-repeat  99% center;   
    width: 40px;
    border-left:none;border-radius:5px;
}

.edu-breadcrumb { padding: 10px 0px !important}

.ci-search-input-block
{
	position: relative;
	float:left;
	width:50%;
}
.city-close
{
	position: absolute;
	top:0;
	bottom:0;
	margin: auto;
	right:0;
	display: block;
	width:40px;
	height: 20px;
	cursor: pointer;
	background: url(/common_dynamic/images/close-new.png) no-repeat  center; 
}

.edu-coll-list-wrap h3 {
    font-size: 18px;
    color: #000;
    padding: 10px 0px;
}
.edu-coll-list-wrap ol {
    
    padding-left: 25px;
}
.edu-coll-list-wrap ol li {
    font-size: 14px;
    padding: 5px 0px;
	list-style-type: disc !important;
}
.leftpanel table {
    border-collapse: collapse;
    border-right: 1px solid #dbdbdb;
    width: 100%;
    margin-top: 10px;
}
.leftpanel td {
    padding: 8px;
    font-size: 14px;
    border-left: 1px solid #dbdbdb;
}

/** end box shadow color **/
	

