$font-family-base{
	font-family: 'Roboto-Regular', Open sans;
	src: url('../fonts/Roboto-Regular.ttf');
}	
body{
	background-color: #fff;
	/*font-family: 'Roboto-Regular' !important;*/
}
 h3{
	color: #82c8c8;
	text-align: center;
	text-transform: capitalize;
	font-size: 25px;
	font-family: 'Roboto-Regular', sans-serif !important;
	padding: 10px 0px;
	margin-bottom: 0px;
}
.header img{
	height: 100px;
	width: auto;
}
.top{
	/*padding: 10px 0px;*/
	padding: 5px 15px !important;
	background-color: transparent !important;
}
.top [class^="col-"] {
	padding: 0px 2px;
	text-align: center;
}
.top .search {
	max-width: 11%;
}
.top [class^="col-sm-2"] {
	max-width: 20% ;
}
.btn-danger{
	float: right;
	margin: 10px 0px;
	padding: 2px 5px;
}
.search label{
	margin-bottom: 0px !important;
	font-size: 20px;
    font-weight: 500;
}
label{
	color: #000;
	vertical-align: middle;
}
.course{
	display: inline-block;
}
.top{
	padding: 5px 0px !important;
}
.top input{
	width: 60%;
	height: auto;
	background-color: #f4f7ff;
	border: 1px solid #82c8c8;
    margin-top: 3px;
    padding-left: 8px;
    border-radius: 5px;
}
.btn{
	padding: 5px 10px;
}
.btn-primary{
	background-color: #82c8c8 !important;
	height: 100%;
	vertical-align: middle;
	border: none;
}
.top-buttns{
	/*text-align: left !important;*/
	text-align: center;
}
.bttn{
	max-width: none;
	display: inline-block;
	margin: auto 15px;
}
/*#csv_wrapper thead, #bottom-table_wrapper thead{
	background-color: #ccc;
}*/
#csv_wrapper th{
	color: #000;
}
#csv td, #bottom-table td{	
	padding: 5px;
}
#csv td, #bottom-table td{
	color: #000;
}
#csv .form-check-input, #bottom-table .form-check-input {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
}
#csv .check, #bottom-table .check{
	text-align: center;
}

#csv tbody tr:nth-of-type(odd), #bottom-table tbody tr:nth-of-type(odd){
	background-color: #f4f7ff;
}
#csv tbody tr:nth-of-type(even), #bottom-table tbody tr:nth-of-type(even){
	background-color: #fff;
}
#csv tbody tr:nth-of-type(odd):hover, #csv tbody tr:nth-of-type(even):hover, #bottom-table tbody tr:nth-of-type(odd):hover, #bottom-table tbody tr:nth-of-type(even):hover{
	background-color:  #82c8c8;
	cursor: pointer;
}
#csv tbody tr:nth-of-type(odd):hover td, #csv tbody tr:nth-of-type(even):hover td, #bottom-table tbody tr:nth-of-type(odd):hover td, #bottom-table tbody tr:nth-of-type(even):hover td{
	color: #fff !important;
}
input[type="checkbox" i] {
    background-color: darkblue;
    cursor: pointer;
}
.table-bordered {
    border: none;
}
#csv_wrapper{
	/*margin-top: 30px;*/
}
.dataTables_scrollHeadInner th{
	color: #000;
}
.dataTables_scrollHeadInner .sorting_desc, .dataTables_scrollHeadInner .sorting_asc{
	width: auto !important;
}
.row{
	background-color: #fff;
	padding: 0px 0px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
	border-bottom: none !important;
	border-top: none !important;
}
table.dataTable thead th{
	border-bottom: none !important;
}
.buttons{
	margin-top: 25px !important;
}
.buttons .bttn{
	max-width: none;
	margin-bottom: 15px;
}
.bottom-table{
	padding: 0px 0px;
	padding-bottom: 15px;
}
.table-bottm{
	margin-top: 20px !important;
}
.login{
	
	padding: 15px;
	
	background-color: #fff;
	box-shadow: 3px 0 7px rgba(0, 0, 0, 0.3);
}
.login h1{
	text-align: center;
}
.login input{
	border-color: #82c8c8;
}
.login .form-group{
	text-align: left !important;
}
.login label{
	font-size: 19px;
}
.login button{
	margin: 0 auto;
	display: block;
}
.login .row{
	background-color: #fff;

}
.loginimg{
	height: 100px;
	width: auto;	
	text-align: center;
	margin-top: 8%;
	padding-bottom: 15px;
}
.has-error, .has-error input, .has-error input:focus{
	color: darkred;
	border-color: darkred !important;
	box-shadow: none;
}
.has-success i{
	color: green;
}
.has-success input, .has-success input:focus{
	border-color: green !important;
	box-shadow: none;
}

.form-control-feedback {
    position: absolute;
    top: auto;
    right: 0;
   
    display: block;
    height: 34px;
    width: 34px;
    top: 45px;
}
.buttons-html5{
	background-color: #82c8c8 !important;
	height: 100%;
	vertical-align: middle;
	border: none;
	padding: 5px 10px;
	color: #fff;
	margin:5px 0px;
	cursor: pointer;
}
.buttons-html5:hover{
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}
.dt-buttons{
	margin:10px 0px;
}

#csv_wrapper table thead tr th:first{
	padding:10px 13px !important;	
}
.searchform{
	background-color: #ccc;

	padding-top: 10px;
}


.dept{
	font-size: 22px;
	font-weight: 600;
}


.dept label{
	margin-bottom: .4rem !important;
}
footer{
	background-color: #ccc;
}
footer p{
	padding: 10px 0px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 0px;
}
#login{
	height: 94vh;
}

.dt-buttons {
    text-align: center;
}

p.search_text  {
    margin-bottom: 13px !important;
    padding-bottom: 10px;
    text-align: center;
}

#csv_wrapper {
    height: 226px;
    overflow-y: scroll;
}

#csv_wrapper thead {
    position: sticky;
    top: 0;
    z-index: 99999;
}
.top select.form-control:not([size]):not([multiple]) {
	height: 30px;
	border: 1px solid #82c8c8;
	padding: 0rem .25rem;
}
.compdropdown{
	display: inline-flex;
}
.greenbg{
	background-color:green;
	color:white !important;
}
.redbg{
	background-color:red;
	color:white !important;
}