﻿.alumniContainer {
    direction:ltr;
    text-align:left;
}
.sitemap{
    margin-bottom:20px;
    padding:5px 10px;
    background-color:#4c867a;
    color:#efefef;
}
.sitemap a{
    text-decoration:none !important;
    color:#efefef !important;
}

.carousel-inner {
    margin-bottom:20px;
}
.addAlumniResults input[type="text"],
.addAlumniResults input[type="number"],
.addAlumniResults .dropitems {
    width:70%;
}
.addAlumniResults{
    padding-top:30px;
    padding-bottom:30px;
}
.almuni{
   
    padding-bottom:30px;
}
.topalmini,.alunimres{
     padding-bottom:20px;
}
.almuni p{
    margin-bottom:50px;
}
.topalmini .container{
   background-color:#efefef;
   padding:0;
   border-radius:3px;
   box-shadow: 0px 0px 4px 2px #b7b4b4;
}
 .topalmini .container .col-md-12 h3{
margin-left:10px;
}
.txTopAlumni{
    font-size:12px;
    margin-top:4px;
    margin-bottom:0px;

}
.almuniBox{
    width:96%;
    height:100%;
    margin-left:2%;
    margin-right:2%;
    margin-bottom:2%;
    position:relative;
}
.almuniBox img{
    width:100% !important;
}
.almuniBox span{
    position:absolute;
    background-color:rgba(63, 173, 87, 0.9);
    top:6px;
    left:0px;
    z-index:2;
    color:#FFF;
    padding:5px 10px;
    border-bottom-right-radius:2px;
    border-top-right-radius:2px;
}

.hover-up{
	background: rgba(0,168,133,0.60);
}

.carousel-control{
width:0% !important;
height:100%;
}
#imageCarousel{
    height:95% !important;
}
.carousel-indicators{
    bottom:-40px !important;
    text-align:center !important;
}
.carousel-indicators li.active{
    background-color:#3dc021;
    border:1px solid #3dc021;
}
.carousel-indicators li{
    border:1px solid #DDD !important;
}
.carousel-control{
    color:rgba(0, 240, 0, 1) !important;
}
.carousel-control .glyphicon-chevron-left{
    margin-left: 20px !important;
}
.carousel-control .glyphicon-chevron-right{
    margin-right:20px !important;
}
.almuniBox  .hover-up{
	padding: 30px;
	position: absolute;
	left: 110%;
	width: 100%;
	top: 0;
	height: 100%;
	transition: all .35s ease-in-out;
	opacity: 0;
}
.almuniBox img{
    height:100%;
}
.almuniBox:hover .hover-up{
	opacity: 1;
	left: 0;
}

.section.wb .hover-up h3{
	font-size: 32px;
	color: #ffffff;
}

.section.wb .hover-up p{
	color: #cccccc;
}
.firststudents{
    margin-top:40px;
}
.firststudents .box,.txtyear{
    background:linear-gradient(to left,rgba(81, 100, 100, 0.7) 0,rgba(0,153,153,0.7) 50%,
    rgba(0,153,176,0.7) 83%,rgba(0,153,203,0.7) 100%); 
    border-left:10px solid yellow;
    width:100%;
    padding-left:15px;
    padding-top:5px;
    padding-bottom:5px;
    color:#FFF;
    margin-bottom:10px;
}
.firststudents .box{
    transition:all .5s ease;
}
.firststudents .box a{
    text-decoration:none;
     color:#FFF;
}


.almuniBox .port_overlay{
    width:100%;
    height: 100%;
    background-color: rgba(0,168,133,0.60);
    position: absolute;
    left:0;
    top:0;
    padding-top: 35%;
    opacity: 0;
    transition: all 0.2s;
}
.almuniBox .hover-up a{
    width:50px;
    height: 50px;
    line-height: 48px;
    margin: 0 auto;
    color:#fff;
    text-align:center;
    top:43%;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size:2rem;
    transition: 0.3s ease-in-out;
    position: relative;
    text-decoration:none;
}
.almuniBox .port_img:hover .port_overlay a{
    bottom:0;
}
.almuniBox .port_img:hover .port_overlay{
    opacity: 1;
}


.headline {
 
  width: 100%;
  padding: 0;
  margin: 20px 0 70px 0;
  text-align: center;
  position:relative;
  height:2px;
  
}
.headline .strike-line{
    background-color:#bbb;
    position:absolute;
    height:2px;
    width:100%;
    top:15px;
    z-index:-1;
}

.headline h2 span ,.headline h3 span{
  background: #fff;
  padding: 0 20px 0 20px;
  margin: 0;
  text-align: center;
}

.yearlabel{
    font-size:22px;
}

/*Start the add alumni results*/
.addAlumniResults input:required{
    border:inherit;
    padding:2px 5px;
}
.addAlumniResults .txtFrom ,.txtTo{
    width:60%;
}
.addAlumniResults .btn-Add{
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius:1px;
}

/*End the alumni results*/