@font-face {
    font-family: ml;
    src: url(../fonts/ml.ttf);
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family: dc;
    src: url(../fonts/dc.otf);
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family: dc2;
    src: url(../fonts/dc2.otf);
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family: bbb;
    src: url(../fonts/bbb.otf);
	font-weight:normal;
	font-style:normal;
}
@font-face {
    font-family: ml2;
    src: url(../fonts/ml2.ttf);
	font-weight:normal;
	font-style:normal;
}

h2{
	font-size:28px;
}
h4{
	font-size:20px;
}
.na{
	display: inline-block;
    padding: 10px;
    margin-left: 10px;
    border: 1px solid rgb(3, 144, 131)
}
.ad1_fixed{
	right: 10px;
	top:30px;
	position:fixed;
}
.ad2_fixed{
	left: 10px;
	top:30px;
	position:fixed;
}
.container-non-responsive {
		background: white;
		min-height:800px;
			overflow:hidden;
	position: relative;
  /* Margin/padding copied from Bootstrap */
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 2px;

  /* Set width to your desired site width */
  width: 1001px;
}
.container {
		background: white;
		min-height:800px;
			overflow:hidden;
	position: relative;
  /* Margin/padding copied from Bootstrap */
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 2px;

  /* Set width to your desired site width */
  width: 1001px;
}
.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}

.input-group-addon.danger {

}
#myInput {
    background-image: url('images/search.png'); /* Add a search icon to input */
    background-position: 10px 2px; /* Position the search icon */
	background-size:42px;
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 96%; /* Full-width */
	margin-right:2%;
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid  #039083; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid gray;
  -webkit-text-fill-color: gray;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
#box{
	padding: 20px;
    border: 1px solid #009588;
    border-radius: 15px;
	margin-bottom: 40px;
}
#closed{
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#i_select{
	border-right:0;
	border-radius:0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-style: solid;
	border-width: thin;
}
#i2_select{
	border-radius:0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
border-right: 1px solid #ccc;

}
#i_button{
	height: auto;
    padding: 1px 3px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    border-bottom: 3px solid #02675e;
    width: 70px;
    background: #039083;
    color: white;
}
#result{

    text-align: center;
}
#result #success{
		    text-align: right;
	width: 90%;
    height: auto;
    margin: auto;
}
#result #success #text{
	    color: black;
    margin-top: 10px;
    width: 100%;
    text-align: right;
    float: right;
}
#result #success #image{
	top: 380px;
	left:520px;
	width: 259px;
	height: 225px;
	position: absolute;
	text-align: right;
}
#result #failure{
	width: 600px;
	font-family: dc;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#border_inside {
	 font-family: dc;
	margin-right: 25px;
	margin-left: 26px;
}
#border_inside h2 {font-family: dc;
    color: #efb922;}
#border_inside  p {font-family: dc2;
    margin-top: 25px;
    font-size: 18px;}
#footer {
	position: absolute;
    bottom: 1px;
    width: 100%;
    line-height: 2;
    height: auto;
    color: whitesmoke;
    background: #2f2f2f;
}
#footer h4{
 padding: 5px 20px
    font-size: 15px;
   }
#footer p{float:left;}
#students{
	border-collapse: collapse;
	width: 80%;
	text-align: center;
	margin: 10px auto 30px auto;
}
#students td {border-radius:0;}
#students #str{
	text-align: center;
    background-color: #585858;
    color: white;
    height: 30px;
    font-size: 13pt;
    font-weight: bold;
}
#students #data{
	text-align: center;
	color: black;
	height: 30px;
	font-size: 13pt;
	font-weight: bold;
}
a.paginate {
	line-height: 2;
    background-image: url(images/button_bg.jpg);
    padding: 3px 0 3px 0;
    background-position: top center;
    color: #312825;
    text-decoration: none;
    font-weight: bold;
    background-color: #FDC137;
    font-size: 16pt;
}
a.paginate:hover {
	border:1px solid #000000;
	background-image: url(images/button_bg_over.jpg);
	background-color: #F9DC39;
	padding:4px 0 4px 0;
}

span.current {
	border:1px solid #000000;
	color: #ffffff;
	background-image: url(images/button_bg_over.jpg);
	background-color: #000000;
	padding:3px 0 3px 0;
}
#table{ border-collapse: separate;
    border-spacing: 30px;}
#title2{    text-align: center;
    color: #515151;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: dc;
    padding: 4px 12px;}
thead {border-bottom: 2px solid black;}
tr {  display: table-row;
    vertical-align: inherit;
    border-color: inherit;}
th{text-align:center;
   
    font-size: 18px;
    border: 1px solid #039083}
td{ 
    font-size: 18px;
    margin-right: 5px;
    padding: 10px 4px;
    border: 1px solid #039083;
	white-space: nowrap;
 }
#table2{margin-top: -100px;
}
#table2 td{  margin-right: 5px;
    padding: 16px 16px;
    border: none;
    border-radius: 0;
    }
	#table2 select {font-size: 14px;
    font-family: dc2;}
.odd{
    color: black;
    font-size: 15px;
    text-align: right;}
.even{
    color: black;
    font-size: 15px;
    text-align: right;}
.success2{width: 90%;
border-collapse: collapse;
    padding: 1px;
   margin:10px auto;
    text-align: center;}
.logo{float:right; margin-right:-4px;}
.left_image{float:left; margin-top: 20px;
}
.r_image{float: right;
    margin-right: -20px;
    margin-top: 50px;
	margin-bottom: -20px;
}
.c_image{    margin-right: 50px;
    margin-left: -20px;
    float: right;
}
.h2_title{color:black; font-size: 22px;}
.dotted{color:red; border-bottom: 2px dotted #fff;}
.three_box{  margin-top: -70px;}
select{padding:4px;  border-radius: 5px;}
p{font-family:dc2;}
#main{ display: -webkit-box; height: 260px;
    border-bottom: 5px solid #ef4822;
    background: #0abfae;}
#prem{display: flex;}
#prem li{float: right;
    list-style: none;
    margin-left: 42px; margin-top: 20px;}
	#prem li h3{    border-radius: 5px;
    padding: 8px;
    margin-bottom: 4px;
    font-family: dc;
    font-size: 16px;
    color: white;
    background: #2f2f2f;}
#t_prem{
	    padding: 5px;
    width: 280px;
    display: inline-block;
    height: 176px;
    overflow: hidden;
    overflow-y: scroll;
    background: white;
    border-collapse: collapse;}

#t_prem td{padding: 3px 3px;
    text-align: center;}
.ad2,.ad1{height: 120px;
    width: 498px;
    }
.ad1{float: right;}
.ad2{float: left;}
.heigh{min-height:800px;}
.nar{
	font-family:dc;
	display: -webkit-inline-box;
    border: 2px solid #000;
    width: 96%;
    padding: 6px;}
.search_form {
    background: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #B9B9B9;
    border-radius: 5px;
    font: 12px arial;
    height: 28px;
    margin: 0 0 0 10px;
    padding-left: 10px;
    width: 400px;
}
 /* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}
 
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url(../images/auto-image.gif) right center no-repeat;
}
 
/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
}
 
.ui-autocomplete li {
    font-size: 16px;
}
 
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}


.ui-autocomplete {
background: white;
cursor: default;
left: 0;
position: absolute;
top: 0;
}
.all_span{
	margin: 4px;
	font-size: 18px;
}


::selection {
    background: #0abfae;
}
/* Turn on a 13x13 scrollbar */
::-webkit-scrollbar {
    width: 10px;
    height: 13px;
}

::-webkit-scrollbar-button:vertical {
    background-color: silver;
    border: 1px solid gray;
}

/* Turn on single button up on top, and down on bottom */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
}

/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}

/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:vertical:increment {
    display: none;
}

/* Place The scroll up button at the up */
::-webkit-scrollbar-button:vertical:decrement {
    display: none;
}

/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:horizontal:increment {
    display: none;
}

/* Place The scroll up button at the up */
::-webkit-scrollbar-button:horizontal:decrement {
    display: none;
}

::-webkit-scrollbar-track:vertical {
    background-color: blue;
    border: 1px dashed pink;
}

/* Top area above thumb and below up button */
::-webkit-scrollbar-track-piece:vertical:start {
    border: 0px;
}

/* Bottom area below thumb and down button */
::-webkit-scrollbar-track-piece:vertical:end {
    border: 0px;
}

/* Track below and above */
::-webkit-scrollbar-track-piece {
    background-color: #2f2f2f;
}

/* The thumb itself */
::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #efb922;
}

/* The thumb itself */
::-webkit-scrollbar-thumb:horizontal {
    height: 50px;
    background-color: gray;
}

/* Corner */
::-webkit-scrollbar-corner:vertical {
    background-color: black;
}

/* Resizer */
::-webkit-scrollbar-resizer:vertical {
    background-color: gray;
}
#box{
    margin-left: 10px;
}
.navbar{
	height: 38px;
 min-height: 38px;
 }
 .navbar-inverse .navbar-nav>li>a {
	max-height: 38px;
	padding-top:8px;
 }
 .navbar-inverse .navbar-nav>li{
border-left: 1px solid white;
 }
.navbar-brand{
	border-left: 1px solid white;
	height: 38px;
	padding: 10px 15px;
 }
 .nav{
	 	padding-right:0;
 }
 .breadcrumb>li{
	     display: initial;
 }
@media (min-width: 768px){
.col-sm-4 {
    width: 31%;
}
}