/* ---------------------------------------------------------------------- */
/* IECC Custom CSS */
/* ---------------------------------------------------------------------- */

/* Published content and nav overlay */
div#overlay {
	display: none;
	z-index: 2;
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
}
div#specialBox {
	display: none;
	/*position: relative;*/
	z-index: 3;
	margin: 150px auto 0px auto;
	width: 500px;
	height: 300px;
	background: #FFF;
	color: #000;
	text-align: center;
	font-size: 18px;
}
/* DIV Table Cells For Page List Area */
.C1 {
	float: left;
	width: 110px;
	cursor: hand;
	cursor: pointer;
}
.C2 {
	float: left;
	width: 325px;
	height: 20px;
	overflow: hidden;
	white-space: wrap;
	text-overflow: ellipsis;
}
.C3 {
	float: left;
	width: 65px;
}
.C3a {
	float: left;
	width: 50px;
}
.C4 {
	float: left;
	width: 20px;
}
.C5 {
	float: left;
	width: 175px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 10px;
}
.C0 {
	float: absolute;
	width: 925px;
	height: 20px;
	border-bottom: dotted;
	border-bottom-width: thin;
	border-bottom-color: #333;
}
/* Cursor or pointer show on mouse over for NAV items */
.delete {
	cursor: hand;
	cursor: pointer;
}
.handle {
	cursor: hand;
	cursor: pointer;
}
/* DIV Table Cells For Page List Area */
.C10 {
	float: left;
	width: 340px;
	padding: 4px;
}
.C11 {
	width: 700px;
}
/* Button Look*/
.btnlook, .CreateCategoryHeader, .CreateNewNavigationItem {
	background-color: #9B9B9B;
	border: 1px solid;
	border-color: #666;
	border-radius: 10px;
	box-shadow: 2px 4px 4px #636363;
}
div#1body ul, ol, li {
	list-style-position: inside;
}
#1body ul, ol {
	list-style-position: inside;
}
/* Gallery size and control - Here for reference not used as it had to be on page and conditioned  */

#fs {
	position: relative;
	top: 30px;
	right: 20px;
	text-align: right;
	color: #ccc;
	font: italic 11px/1 arial, sans-serif;
	z-index: 2;
}
#fs a:hover, a.fs:active {
	color: #fff;
	background: none;
}
.nav {
}
.nav li {
	display: inline-block;
	margin-right: -4px; /* See: http://css-tricks.com/fighting-the-space-between-inline-block-elements/ */
}
.nav li:before {
	content: "";
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: -1;
}
.nav a {
	display: block;
	background-color: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
	background-image: -webkit-linear-gradient(top, black, #e7e7e7);
	background-image: -moz-linear-gradient(top, black, #e7e7e7);
	background-image: -ms-linear-gradient(top, black, #e7e7e7);
	background-image: -o-linear-gradient(top, black, #e7e7e7);
	color: black;
	margin: 36px;
	width: 144px;
	height: 144px;
	position: relative;
	text-align: center;
	line-height: 144px;
	border-radius: 50%;
	box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
}
.nav a:before {
	content: "";
	display: block;
	background: #fff;
	border-top: 2px solid #ddd;
	position: absolute;
	top: -18px;
	left: -18px;
	bottom: -18px;
	right: -18px;
	z-index: -1;
	border-radius: 50%;
	box-shadow: inset 0px 8px 48px #ddd;
}
.nav a:hover {
	text-decoration: none;
	color: #555;
	background: #f5f5f5;
}
.boxa {
	width: 50%;
	flaot: left;
	-webkit-border-radius: 29px;
	border-radius: 29px;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	background-image: -moz-linear-gradient(top, #ffffff, #c7dfff);
	background-image: -ms-linear-gradient(top, #ffffff, #c7dfff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#c7dfff));
	background-image: -webkit-linear-gradient(top, #ffffff, #c7dfff);
	background-image: linear-gradient(top, #ffffff, #c7dfff);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 15px;
}
.boxa p {
	color: black;
}
p.text3da {
	font-family: Verdana, sans-serif;
	line-height: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 50px;
	text-shadow: 2px 2px 4px gray;
}

/* Controls table look that area inside the BODY ID user submitted area  */
#body table {
	border: 1px solid black;
	border-spacing: 0px;
}
#body th {
	border: 1px solid black;
}
#body td {
	border: 1px solid black;
	padding: 2px;
}


#body h1{
	margin-bottom:-2;
	padding-bottom: -2;
}
#body h2{
	margin-bottom:-2;
	padding-bottom: -2;
}
#body h3{
	margin-bottom:-2;
	padding-bottom: -2;
}
#body h4{
	margin-bottom:-2;
	padding-bottom: -2;
}
#body h5{
	margin-bottom:-2;
	padding-bottom: -2;
}
#body h6{
	margin-bottom:-2;
	padding-bottom: -2;
}
#body a:link {text-decoration:underline;}
#body a:visited {text-decoration:underline;}
#body a:hover {color:blue; text-decoration:underline;}
#body a:active {text-decoration:underline;}

.fieldinput {
	width: 200px;
}
/*  LEFT NAV HEADER BACKGROUND */
#leftnav li H6 {
	background-color: '';
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(left, #FFFFFF 0%, #787878 1000%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, #FFFFFF 0%, #787878 1000%);
	/* Opera */ 
	background-image: -o-linear-gradient(left, #FFFFFF 0%, #787878 1000%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(10, #787878));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #787878 1000%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to right, #FFFFFF 0%, #787878 1000%);
	padding-left:5px;
	margin-left:10px;
}
/*  LEFT NAV FONT COLOR SINCE IT IS A HYPERLINKED */
#leftnav a{
	color:#666;
}
/*  On Off Button */
#sliderLabel {
	border: 1px solid #a2a2a2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	height: 20px;
	margin-left: 0px;
	margin-top: 7px;
	overflow: hidden;
	position: relative;
	width: 100px;
}
#sliderLabel input {
	display: none;
}
#sliderLabel input:checked + #slider {
	left: 0px;
}
#slider {
	left: -50px;
	position: absolute;
	top: 0px;
	-webkit-transition: left .25s ease-out;
	-moz-transition: left .25s ease-out;
	-o-transition: left .25s ease-out;
	-ms-transition: left .25s ease-out;
	transition: left .25s ease-out;
}
#sliderOn, #sliderBlock, #sliderOff {
	display: block;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 0px;
}
#sliderOn {
	background: #3269aa;
	background: -webkit-linear-gradient(top, #3269aa 0%, #82b3f4 100%);
	background: -moz-linear-gradient(top, #3269aa 0%, #82b3f4 100%);
	background: -o-linear-gradient(top, #3269aa 0%, #82b3f4 100%);
	background: -ms-linear-gradient(top, #3269aa 0%, #82b3f4 100%);
	background: linear-gradient(top, #3269aa 0%, #82b3f4 100%);
	color: white;
	left: 0px;
	width: 54px;
}
#sliderBlock {
	background: #d9d9d8;
	background: -webkit-linear-gradient(top, #d9d9d8 0%, #fcfcfc 100%);
	background: -moz-linear-gradient(top, #d9d9d8 0%, #fcfcfc 100%);
	background: -o-linear-gradient(top, #d9d9d8 0%, #fcfcfc 100%);
	background: -ms-linear-gradient(top, #d9d9d8 0%, #fcfcfc 100%);
	background: linear-gradient(top, #d9d9d8 0%, #fcfcfc 100%);
	border: 1px solid #a2a2a2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 28px;
	left: 50px;
	width: 50px;
}
#sliderOff {
	background: #f2f3f2;
	background: -webkit-linear-gradient(top, #8b8c8b 0%, #f2f3f2 50%);
	background: -moz-linear-gradient(top, #8b8c8b 0%, #f2f3f2 50%);
	background: -o-linear-gradient(top, #8b8c8b 0%, #f2f3f2 50%);
	background: -ms-linear-gradient(top, #8b8c8b 0%, #f2f3f2 50%);
	background: linear-gradient(top, #8b8c8b 0%, #f2f3f2 50%);
	color: #8b8b8b;
	left: 96px;
	width: 54px;
}
/* Editing Control Nav Look */  
#controlnav {
	height: 20px;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	background-color: #FF9;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#controlnav li {
	float: left;
}
#controlnav li a {
	display: block;
	padding: 1px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#controlnav li a:hover {
	color: #c00;
	background-color: #fff;
}

/* This makes these elemets scale and is needed for responsiveness of site.  Specifically college homepages or other areas iframes are used. */  
iframe, object, embed {
        max-width: 100%;
		max-height:100%;
}

.applybtn {
	display:inline-block; 
	height:31px; width:75px; 
	background-color:gray; 
	float: right; 
	padding-left:10px; 
	padding-right:10px; 
	line-height: 31px; 
	text-align:center;
}

/* Homepage logo control and also responsiveness of logo */ 

#container2 {
width: 470px;
height:70px;
position: relative;
margin:0 auto;
}
#boxer1 {
height:70px;
width:70px;
float:right;
text-align:center;
}
img.centerimg {
display: block;
margin-left: auto;
margin-right: auto;
}
#boxer2 {
height:70px;
width:400px; 
float:right;
}
#collegename {
font-size:30px;
text-indent:10px;
text-shadow: 3px 3px 5px rgba(150, 150, 150, 0.69);
}
#ieccname {
font-size:12px;
margin-left:100px;
}
#iecccolleges {
	margin-left:65px; 
	font-size:16px;
	width:500px;
	line-height:14px;
}
.usermobile { 
display:none;
}
@media only screen and (min-width: 767px){
.usermobile { 
display:none;
}
}


@media only screen and (max-width: 766px){
#container2 { 
width: 95%; 
}
#boxer1 { 
width: 95%; 
}
#boxer2 { 
width: 95%; 
height:60px;
}
#collegename {
font-size:26px;
}
#ieccname {
font-size:10px;
text-align:center;
margin-left:0;
}
.searchdirb, .searchdirf, .searchdirg{
display:none;
}
.applybtn{
margin-left: auto ;
margin-right: auto ;
}
#iecccolleges {
	margin-left:0px;
	margin-top:10px;
	font-size:12px;
	width:auto;
}
.userfull{ 
display:none;
}
.usermobile { 
display: inline;
}
}
@media only screen and (max-width: 479px){
#collegename {
font-size:18px;
}
img.centerimg {
display: none;
}
#boxer1 {
display:none;
}
#boxer2 { 
width: 95%; 
height:40px;
}
#container2 {
height:50px;
}
.searchdirb, .searchdird, .searchdire, .searchdirf, .searchdirg, .social-icons{
display:none;
}
#iecccolleges {
	line-height:15px;
}
.applybtn{
	alignment-baseline:central;
}
.userfull{ 
display:none;
}
.usermobile { 
display: inline;
}

}

/* Emergency Alerts Style */ 

#amfont {
	background:red;
	padding:1px;
	padding-left:10px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:20px; 
	color:#000;
	margin:0px;
}

/* Countdown Clock Style */

#countdown {
	font-size:18px; 
	color:#000;
}

/* Page Editing Optional Boxes */ 
#rcorners1 {
    border-radius: 25px;
    background: #8AC007;
    padding: 20px; 
    width: 200px;
    height: 150px;
	padding:4px;
	margin: 4px;
	float: left; 
	width: 31%; 
	text-align: center;
}
#rcorners1 span {
	font-size:48px;
	
}


#rcorners2 {
    border-radius: 25px;
    border: 2px solid #8AC007;
    padding: 20px; 
    width: 200px;
    height: 150px;   
	float: left; 
	width: 30%; 
	text-align: center;
}


/* Side Back ground

background: #749599; /* Old browsers */

#backsideXXXX {


background: #749599; /* Old browsers */

background: -moz-linear-gradient(left,  #749599 0%, #e8f6f7 2%, #ffffff 26%, #ffffff 99%, #749599 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#749599), color-stop(2%,#e8f6f7), color-stop(26%,#ffffff), color-stop(99%,#ffffff), color-stop(100%,#749599)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #749599 0%,#e8f6f7 2%,#ffffff 26%,#ffffff 99%,#749599 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #749599 0%,#e8f6f7 2%,#ffffff 26%,#ffffff 99%,#749599 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #749599 0%,#e8f6f7 2%,#ffffff 26%,#ffffff 99%,#749599 100%); /* IE10+ */

background: linear-gradient(to right,  #749599 0%,#e8f6f7 2%,#ffffff 26%,#ffffff 99%,#749599 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#749599', endColorstr='#749599',GradientType=1 ); /* IE6-9 */



}

sup {font-size:8px; vertical-align:super;}