
/* Fixed width */
.width1024 {
	width: var(--main-width);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: static;
}

/* Header */
#header01 {
	position: static;
	z-index: 0;
	height: 100px;
	text-align: center;
	background-color: var(--main-bg-color);  /* For browsers that do not support gradients */
	background-image: linear-gradient(to top left, 
				rgba(0,0,0,1) 30%,
				rgba(0,0,0,1) 50%));
	/*
	background-image: linear-gradient(135deg, #45825d, #45825d, #45825d, #45825d, #45825d, #45825d, #45825d, #45825d, #45825d, #45825d, #346044, #346044, #346044, #346044, #346044, #346044, #346044, #346044, #346044, #346044, #346044, #346044, #346044, #346044, #346044); 
	*/
}

/* Vertical Line */

.vertline3 {
	position: relative;
  	height: 10px;
  	top: 67px;
  	width: 365px;
	background: repeating-linear-gradient(
	    to right,
	    #ffffff,
	    var(--main-bg-color) 2px,
	    var(--main-bg-color) 102.5px
  );
}

.vertline {
   border-right: 1px solid #92dbc6;
}

/*
.divabsolute {
	position: absolute;
	z-index: 1;
	font-size: 12px;
	color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: blue;
}
*/

/* Navigation */
.mynav {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.mynav li {
	padding: 0px 8px 0px 8px;
	font-size: 12px;
}

.mynav a {
	padding: 0px 8px 0px 8px;
	color: white;
	font-size: 12px;
}

.mynav a:hover {
	color: var(--hover-txt-color);
	text-decoration: none;
}


/* Dropdown Menu */
.dropbtn {
	color: white;
	border: none;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.dropdown {
	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;		
}

.dropdown-content {
	display: none;
	position: absolute;
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	z-index: 2;
	width: 125%;
	background-color: var(--main-bg-color);
	left: 0px;
}

.dropdown-content a {
	padding: 0px 8px 0px 5px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	display: block;
	border-top: 0px solid var(--footer-bg-color);
	color: #ffffff;
}

.dropdown-content ul{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-color: white;	
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown-content .sub-menu {
	left: 100%;
	position: absolute;
	visibility: hidden;
	top: auto;
	margin-top: -1px;
	background-color: var(--main-bg-color);
	border-left: 1px solid white;
}

.dropdown-content .sub-menu-right {
	left: -96%;
	position: absolute;
	top: auto;
	visibility: hidden;
	margin-top: -1px;
}

.dropdown-content ul:hover .sub-menu,
.dropdown-content ul:hover .sub-menu-right {
	visibility: visible;
	margin-top: -19px;
	color: var(--hover-txt-color);
}


/* No Padding */
.nopadding {
	padding: 0px 0px 0px 0px !important;
}

/* No Margin */
.nomargin {
	margin: 0px 0px 0px 0px !important;
}


/* Arrow Heads */
.arrow {
  border: solid white;
  border-width: 0px 3px 3px 0px;
  display: inline-block;
  padding: 2px;
  right: 0px;
  margin-left: 10px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Search button */
.container-1 {
	position: relative;
	display: inline-block;
	height: 14px;
}

.container-1 input[type=text] {
	width: 150px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	border: 0px solid white;
	border-radius: 0px;
	font-size: 12px;
	background-color: var(--main-bg-color);
	padding: 0px 0px 0px 3px;
	-webkit-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;	
}

.container-1 input[type=text]:focus {
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    outline:none;
    margin: 2px 0px 0px 0px;    
}

.container-2{
	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 20px;
}

.container-2 input#search{
	width: 20px;
	height: 20px;
	background: var(--main-bg-color);
	border: none;
	font-size: 10pt;
	float: left;
	color: #262626;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
 
	-webkit-transition: width .2s  ease-in-out;
	-moz-transition: width .2s  ease-in-out;
	-ms-transition: width .2s  ease-in-out;
	-o-transition: width .2s  ease-in-out;
	transition: width .2s  ease-in-out;
}

.container-2 input#search::-webkit-input-placeholder {
   color: #65737e;
}
 
.container-2 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.container-2 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.container-2 input#search:-ms-input-placeholder {  
   color: #65737e;  
}

.container-2 .icon{
	position: absolute;
	margin: 0px;
	z-index: 3;
}

.container-2 input#search:focus, .container-2 input#search:active{
  outline:none;
  width: 30px;
}
 
.container-2:hover input#search{
	width: 50px;
	border: 1px solid white;
}
 
.container-2:hover .icon{
	color: #93a2ad;
	padding-left: 5px;
}


/* Image Carousel */
.carousel-inner img {
	width: 100%;
	height: 50%;
	border: 1px solid rgba(76, 77, 76, 0.3);
}

.carousel-caption {
	border-radius: 8px;
	background: rgba(56, 46, 47, 0.6);
	left: 25%;
	width: 50%;
	top: 350px;
	height: 110px;
}

.carousel-indicators li {
	width: 30px;
	height: 3px;
	margin: 0.8px;
	background-color: rgba(76, 77, 76, 0.45);
}

.carousel-indicators .active {
    background-color: rgba(56, 46, 47, 0.8);
}

.carousel-control-next-icon {
	background-image : url(../../img/next_icon.png);
}

.carousel-control-prev-icon {
	background-image : url(../../img/prev_icon.png);
}


/* In The Know */
.inthekow {
	width: 100%;
}


/* Image Gallery */
.gallery {
	border: 0px solid #ccc;
	margin-top: 8px;
	margin-bottom: 0px;
	float: left;
	width: 256px;
	background-color: var(--gallery-bg-color);
}

.gallery:hover {
	border: 0px solid #dedede;
}

.gallery img {
	width: 255px;
	height: auto;
}

.gallery a {
	color: #797979;
	text-decoration: none;
}

.gallery a:hover {
	color: var(--hover-txt-color);	
}


/* for overflow text */
.overflowtitle {
	line-height: 1em;
	max-height: 2.9em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis; 
	padding: 10px
}

.overflowdesc {
	line-height: 1em;
	max-height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis; 
	padding: 10px
}

/* Alumni Image Gallery */
.galleryalumni {
	border: 0px solid #ccc;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 1px;
	float: left;
	width: 177px;
	background-color: var(--gallery-bg-color);
}

.galleryalumni:hover {
	border: 0px solid #dedede;
}

.galleryalumni img {
	width: 100%;
	height: auto;
}

.galleryalumni a {
	color: #797979;
	text-decoration: none;
}

.galleryalumni a:hover {
	color: var(--hover-txt-color);	
}


/* Social Media Icons */
.fa {
	padding: 2px;
	font-size: 14px;
	width: 16px;
	text-align: center;
	text-decoration: none;
	margin: 3px 2px;
	border-radius: 5px;
}
.fa-facebook {
	/*background: #3B5998;*/
	background: white;
	color: none;
}
.fa-twitter {
	/*background: #55ACEE;*/
	background: white;
	color: none;
}
.fa-linkedin {
	/*background: #007bb5;*/
	background: white;
	color: none;
}
.fa-instagram {
	/*background: #125688;*/
	background: white;
	color: none;
}
.fa-youtube {
	/*background: #bb0000;*/
	background: white;
	color: none;
}
.fa-check {
	color: white;
}

.fa-search {
	color: white;
	width: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

.fa-bkgrnd {
	font-size: 18px;
	width: 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	background-color: white;
}

/* Quick Links */
.quicklinks {
	float: left; 
	width: 450px;
}

.quicklinks a {
	padding: 0px 0px 0px 0px;
	color: var(--quicklinks-txt-color);
	font-size: 14px;
}


.quicklinks a:hover {
	color: var(--quicklinkhover-txt-color);
	text-decoration: none;
}


/* 100% Image Width on Smaller Screens 
@media only screen and (max-width: 1024px) {
	.absolute {
		left: calc((1024px/2) + (1024px * 0.38));
		width: 1024px;
	}	
}
*/

/* Vertical Menu  */
.vertmenu {
	text-indent: -10px;
	padding-left: 10px; 
}

.vertmenutitle  {
	background-color: var(vertmenu-bgtitle-color);
	background-image: linear-gradient(to top left, 
					rgba(0,0,0,1) 50%,
					rgba(0,0,0,1) 70%));
}

.vertmenu ul {
	list-style-type: none;
	padding: 0px 0px 10px 0px;
	background-color: var(--vertmenu-bg-color);
	border-radius: 0px;
	width: 218px;
}

.vertmenu li a {
	display: block;
	color: #ffffff;
	padding: 2px 10px;
	text-decoration: none;
	font-size: 12px;
}

.vertmenu li a.subitem {
	display: block;
	color: #ffffff;
	padding: 2px 20px;
	text-decoration: none;
}

.vertmenu li a:hover {
	color: var(--hover-txt-color);
}

.vertmenu p {
	text-align: center;
	font-size: 13px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff; 
	font-size: 16px; 
	background-color: var(--vertmenu-bgtitle-color);
}

.divider {
	color: white
}


/* Column Text Display */
.columntxt {
	width: 770px; 
	padding-left: 25px; 
	padding-right: 17px; 
	margin-bottom: 45px;
}

.columntxt p {
	font-size: 25px;
	font-weight: bold;
	padding: 10px 0px 10px 0px; 
	margin: 0px 0px 0px 0px; 
}

.columntxt a {
	font-size: 14px;
	color: black;
	font-style: normal;
}

.columntxt a:hover {
	color: var(--hover-txt-color);
}

.columntxt li, td {
	font-size: 14px;
}

.columnscrolltxt {
	width: 780px; 
	height: 700px; 
	padding-left: 30px; 
	padding-right: 20px; 
	margin-bottom: 45px;
	overflow-y: scroll; 
}

.columnscrolltxt p {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 0px 0px; 
	margin: 0px;
}

.columnscrolltxt a,
.columnscrolltxt td {
	font-size: 14px;
}


/* Button */
.button {
	background-color: var(--vertmenu-bg-color);
	color: white;
   border: none;
   padding: 20px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
   margin: 4px 2px;
   cursor: pointer;
   width: 120px;
}

.buttonrd2 {border-radius: 2px;}
.buttonrd4 {border-radius: 4px;}


/* Modal Image */
.modalimage {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
/* End for Modal Image */

/* Modal Content (image) */
.modalimage-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 100%;
}

.modalimage-content70 {
    margin: auto;
    display: block;
    width: 70%;
    max-width: 70%;
}

.modalimage-content85 {
    margin: auto;
    display: block;
    width: 85;
    max-width: 85%;
}


@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.closeX {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closeX:hover,
.closeX:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* End for Modal Content (image) */


/* Table Format for Administrative Offices */
table td.officeman {
	font-size: 18px;
	font-weight: bold;
	padding-left: 0px;
	vertical-align: top;
}

table td.officedir {
	font-size: 16px;
	font-style: italic;
	padding-left: 20px;
	vertical-align: top;
}

table td.officedept {
	font-size: 16px;
	font-weight: bold;
	padding-left: 40px;	
	vertical-align: top;
}

table td.officedesc {
	font-size: 16px;
	vertical-align: top;
	text-align: justify;
	padding: 0px 0px 0px 40px;
}

table td.officecontactlabel {
	font-size: 16px;
	vertical-align: top;
	text-align: justify;
	width: 200px;
	padding: 0px 0px 0px 40px;
}

table td.officecontactdetail {
	font-size: 16px;
	vertical-align: top;
	text-align: justify;
	padding: 0px 0px 0px 0px;
}


/* Table Under Maintenance Format */
#tableundermaintenanceformat {
	font-size: 13px;
	width: 100%;
}

#tableundermaintenanceformat thead {
	display: block;
}

#tableundermaintenanceformat tbody {
	max-height: 400px;
	overflow-y: scroll;
	display: block;
}


/* Table of Officers format */
table td.txtname {
	font-size: 11px;
/*	font-weight: bold;*/
	vertical-align: top;
}

table td.txtdesc {
	font-size: 10px;
	font-style: italic;
	vertical-align: top;
}

label.txtname2 {
	font-size: 11px;
	font-weight: bold;
	padding: 0px !important;
	margin: 0px !important;
	vertical-align: top;
}

label.txtdesc2 {
	font-weight: normal !important; 
	font-size: 10px;
	font-style: italic;
	padding: 0px !important;
	margin: 0px !important;	
	vertical-align: top;
}

/* Table for Academe-Industry format */
table td.txtnum {
	font-size: 14px;
	vertical-align: top;
	width: 50px;
	padding: 10px 5px 0px 0px;
	text-align: right;
}

table td.txtenum {
	font-size: 14px;
	vertical-align: top;
	padding: 10px 0px 0px 0px;
	text-align: justify;
}



#customSearchText {
	font-size: 12px;
	color: white;
	height: 20px;
	border: 1px solid white;
	border-radius: 3px;
	background-color: var(--main-bg-color);
}

#customSearch {
	font-size: 12px;
	height: 18px;
	width: 18px;
	border: none;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
	
	border: 0px solid white;
	border-radius: 3px;
	background-image: url(/img/search2_icon.png);
	background-color: var(--main-bg-color);
}

.search input:focus { 
    outline: none !important;
}


/* For overlapping message */
.accesswindow {
	z-index: 3;
	position: absolute;
}
.overlapwindow {
	background-color: rgb(100,100,100, 0.5);
	height: 92%;
	width: 100%;
	z-index: 4;
	position: relative;
	float:left;
	text-align: center;
	font-size: 20px;
}


/* For image zoom */
#imagezoom1{
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
}

#imagezoom1 img:not(.zoomed){
	max-height: 100%;
	max-width: 100%;

	display: block;
}

#imagezoom2{
	max-height: 80%;
	max-width: 80%;
	overflow: hidden;
}

#imagezoom2 img:not(.zoomed){
	max-height: 80%;
	max-width: 80%;
	width: auto;
	height: auto;
	display: block;
}


/* Image Gallery Zoom*/
.galleryzoom {
	border: 0px solid #ccc;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
	float: left;
	width: 230px;
	background-color: var(--gallery-bg-color);
}

.galleryzoom:hover {
	border: 0px solid #dedede;
	-ms-transform: scale(2.5); /* IE 9 */
   -webkit-transform: scale(2.5); /* Safari 3-8 */
   transform: scale(2.5); 
}

.galleryzoom img {
	width: 230px;
}


/* Image Zoom*/
.zoom {
	transition: transform .2s;
}

.zoom:hover {
	-ms-transform: scale(1.5); /* IE 9 */
   -webkit-transform: scale(1.5); /* Safari 3-8 */
   transform: scale(1.5); 
   position:absolute;
	right:0;
}

/* Image Magnify */
.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 0px solid #000000;
  border-radius: 0;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 600px;
  height: 200px;
  opacity:0;
}

a:hover .img-magnifier-glass{
  opacity:1;
  pointer-events:initial;
}



/* Solo Button */
.solobutton a {
	color: #ffffff;
	text-decoration: none;
}

.solobutton a:hover {
	color: var(--hover-txt-color);
}

/* Group Button */
.groupbtn {
	height: 75px;
	line-height: 1;
	display: flex;
	justify-content: center;
}

.groupbtn .button {
	background-color: var(--button-bg-color);
	border: none;
	color: white;
	margin: 0px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	width: 174px;
	height: 70px;
}


.groupbtn .button:hover {
  transition: 0.5s;
  opacity: 0.88;
  color:  var(--hover-txt-color);
}


form {
	display: inline-block;
}


/* Table for Admission Online Application format */
table td.txtnum1 {
	text-align: right;
}

table td.txtenum1 {
	text-align: justify;
}

/* Icon expand/collapse for Collapsible */
[data-toggle="collapse"]:after {
	display: inline-block;
	font: normal normal normal 12px/1 FontAwesome;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f054";
	transform: rotate(0deg) ;
	transition: all linear 0.25s;
}   
  
[data-toggle="collapse"].collapsed:after {
	transform: rotate(90deg) ;
}


/* Table Format for Posting */
table th.fontsizehdr {
	font-size: 9px;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	vertical-align: top;
	text-align: left;
}

table td.fontsize {
	font-size: 12px;
	padding: 3px 3px 3px 3px;
	vertical-align: top;
	text-align: left;
}

.mypad5 {
	padding: 5px;
}

.pagination a {
	border: 0px solid silver;	
}

/*   */
a.disabled {
	color: gray;
	pointer-events: none;
	cursor: default;
}

.divbkgrnd_contact {
	background-image : url(/img/contact.jpg);
	background-size: cover;
  	background-repeat: no-repeat;
  	height: 700px;
}

.divbkgrnd_logins {
	background-image : url(/img/Login-Background.jpg);
	background-size: cover;
  	background-repeat: no-repeat;
  	width: 100%;
	height: 500px;
}

.element-center {
	display: flex;
    flex-direction: row;
    align-items: center;
	height: 100%;
}