	@charset "utf-8";
/* CSS Document */

body, .form-control{font-size:0.9rem}
.headerTop{background-color:#104378;color:#FFFFFF;font-size:11px;}
.logoBanner{width: 100%;background: url(../images/header_bg.jpg) repeat-x top left;}
.logoBanner img{max-width:100%;padding:10px 0px;}
h6{line-height:25px}
.error{color:#FF0000;}
.col-form-label { padding-bottom: 2px;margin-bottom: 0;}
.form-group{margin-bottom:8px;margin-top:8px;}
strong{vertical-align: top;}
.hint{font-size:11px}

.table-grayBG{background-color:rgba(0, 0, 0, 0.075);}

.footer{background-color:#104378;padding:10px;color:#FFFFFF !important;text-align:center;margin-top:25px;}

.table-attachment tr td{padding:0px;}
.table-attachment tr td .form-control{border:none;}

.table-marksheet select.form-control{padding: .5rem 5px !important;}

label[for=apply_value].error, label[for=subject_name].error
{
	float:right;	
}

/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	color:#f40000;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
#header{
	text-align: center;
	background-color: #104d79;
	color: white;
	}
	
#header1{
	text-align: center;
font-size:25px;
	color:#000000;
}



<ul class="the_menu"> with the line 
<ul class="the_menu" style="position:absolute;z-index:200;">






.dropdown {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}

a {
  color: #fff;
}

.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}

.dropdown ul {
  margin: -1px 0 0 0;
}

.dropdown dd {
  position: relative;
}

.dropdown a,
.dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 12px;
}

.dropdown dt a {
  background-color: #4F6877;
  display: block;
  padding: 8px 20px 5px 10px;
  min-height: 25px;
  line-height: 24px;
  overflow: hidden;
  border: 0;
  width: 272px;
}

.dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
}

.dropdown dd ul {
  background-color: #4F6877;
  border: 0;
  color: #fff;
  display: none;
  left: 0px;
  padding: 2px 15px 2px 5px;
  position: absolute;
  top: 2px;
  width: 280px;
  list-style: none;
  height: 100px;
  overflow: auto;
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a {
  padding: 5px;
  display: block;
}

.dropdown dd ul li a:hover {
  background-color: #fff;
}

button {
  background-color: #6BBE92;
  width: 302px;
  border: 0;
  padding: 10px 0;
  margin: 5px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}


.multi-select-container {
  display: inline-block;
  position: relative;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 0.8em;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  padding: 0.4em 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

.multi-select-menu label {
  display: block;
  font-size: 0.875em;
  padding: 0.3em 1em;
  white-space: nowrap;
}

.multi-select-menu input {
  margin-right: 0.3em;
  vertical-align: 0.1em;
}

.multi-select-button {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.2em 0.6em;
  max-width: 20em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu { display: block; }

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
}





/* 07/12/2018 */
.container {
    border: 5px solid #104378;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    margin-top: -5px;
}
.top_head {
    margin-top: 20px;
    line-height: 2em;
	margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 5px solid #104378;
}
.top_head .lbl {
    width: 53%;
    font-weight: 900;
}
.top_head .res {
    width: 45%;
}
.form-group.row {
    margin-left: 0px;
}
div#banner {
    margin-bottom: 30px;
    margin-top: 30px;
    border-top: 5px solid #104378;
    padding-top: 30px;
}
div#paperCount {
	padding-bottom: 20px;
	margin-bottom: 30px;
    border-bottom: 5px solid #104378;
}