.underlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	-moz-opacity:0.5;
	opacity:.50;
	filter:alpha(opacity=50);
}
#lightbox,#lightbox-add-new-year{
	display:none;
	position:absolute;
	min-width:20%;
        max-width:40%;
width:auto !important; 
height:auto !important;	
       
	
}
.button.orange{
    background: #fecc5f;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a)); /*  WebKit */
    background: -moz-linear-gradient(top,  #feda71, #febb4a);
    border-color: #f5b74e #e5a73e #d6982f;
    color: #996633;
    text-shadow: 0 1px 0 #fedd9b;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;  
    display:block;
     width:70px;
    height:20px;
   padding:2px;
   margin-top:5px;
  text-align:center;
}
.info, .success, .warning, .error, .loader {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/__data/assets/image/0011/544367/info.png');
}
.loader {
    color: #00529B;
    background-color: #BDE5F8;
    padding:25px 20px 25px 70px;
    background-image: url('/__data/assets/image/0009/544365/ajax-loader.gif');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/__data/assets/image/0004/544369/success.png');
}
.green-bg {
    color: #4F8A10;
    background-color: #DFF2BF;
    padding :10px;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/__data/assets/image/0005/544370/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/__data/assets/image/0003/544368/error.png');
}
a.boxclose{
    float:right;
    width:26px;
    height:26px;
    background:transparent url(/__data/assets/image/0010/544366/cancel.png) repeat top left;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
}

#subjectname, #coursename {position:relative;}

	.suggestionsBox {
		position: absolute;
		margin-left: 22%;
		width: 60%;
		background-color: #212427;
		border-radius: 7px;
		border: 2px solid #000;	
		color: #fff;
		padding:10px;		
		}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
                height: 250px; 
                overflow-y: scroll; 
                overflow-x: hidden;
	}
	
	.suggestionList li {
		margin: 0px 0px 3px 0px;
		cursor: pointer;
	}
	
	.suggestionList li:hover {
		background-color: #659CD8;
	}
.item {
color:#fff !important; }