*{
	margin: 0;
	padding: 0;
}

.datatable thead{
	background-color: #ddd;
}


table.dataTable thead th{
	border-bottom: 0 !important;
}

.no_padding2{
	padding: 0 !important;
}

.datatable thead tr th {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: .8em;
    text-transform: capitalize;
    color: #333;
}
.datatable tbody td {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: .9em;
    color: #666;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding: 1px 5px!important;
	
}
.dataTables_info{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: .8em;
	/*font-style: italic;*/
	color: #ddd !important;
}
.dataTables_paginate{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: .8em;
	/*font-style: italic;*/
	color: #ddd !important;
}
.dataTable.no-footer{
	border-bottom: 0 !important;
}
.dataTable>tbody>tr>td{
	border-top-color: #f9f9f9 !important;
}
.dataTables_length label{
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: .8em;
	color: #333;
	padding: 5px;
	text-transform: uppercase;
}
.dataTables_length label select:focus{
	outline: 0;
}
.dataTables_filter label{
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: .8em;
	color: #333;
	text-transform: uppercase;
}
.dataTables_filter label input{
	width: 300px;
	padding: 7px 5px;
	border-bottom: 2px solid #ddd;
	border-top: 0;
	border-left: 0;
	border-right: 0;

	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}
.dataTables_filter label input:hover,
.dataTables_filter label input:focus{
	outline: 0;
	background-color: #fcf2ee;
	border-bottom: 2px solid #77c6f1;
}
.dataTable thead{
	background-color: #ddd;
}


.apply ul li{
	padding: 3px 0;
	list-style: none;
}
.apply ul li label{
	width: 220px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: .8em;
	text-transform: uppercase;
}
.apply ul li label i, .note_course_las{
	font-style: italic;
	color: #666;
	font-size: .8em;
	text-transform: none;
	font-weight: 400;
}
.apply ul li input[type="text"],.apply ul li input[type="password"], .apply ul li select, .apply ul li textarea{
	padding: 5px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #333;
	border: 2px solid #77c6f1;
	border-radius: 2px;
	width: 300px;
	/* margin-bottom:20px !important; */
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-	transition: all .5s ease-in-out;
}
.apply ul li input:hover, .apply ul li input:focus,
.apply ul li select:hover, .apply ul li select:focus{
	border-color: #45558b;
	outline: 0;
}


.modal_wrap{
	padding: 0 50px;
}
.modal_wrap ul li{
	padding: 3px 0;
	list-style: none;
}
.modal_wrap ul li label{
	width: 200px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: .8em;
	text-transform: uppercase;
}
.modal_wrap ul li label i, .note_course_las{
	font-style: italic;
	color: #666;
	font-size: .8em;
	text-transform: none;
	font-weight: 400;
}
.modal_wrap ul li input[type="text"], .modal_wrap ul li select, .modal_wrap ul li textarea{
	padding: 5px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #333;
	border: 2px solid #77c6f1;
	border-radius: 2px;
	width: 100%; 	

	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-	transition: all .5s ease-in-out;
}
.modal_wrap ul li input:hover, .modal_wrap ul li input:focus,
.modal_wrap ul li select:hover, .modal_wrap ul li select:focus{
	border-color: #45558b;
	outline: 0;
}

.wrap_btn_reg_las{
	padding: 20px 0;
}

.btn_las{
	padding: 15px 30px;
	font-family: "Roboto", sans-serif;
	font-size: .8em;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	background-color: #9ed00d;
	border: 1px solid #9ed00d;
}

.nav li a{
	font-size: 1em;
	font-weight: 400;
	font-family: "Roboto", sans-serif !important; 
	color: #333 !important;
}
select.error, input.error{
    border: 2px solid red !important;
}
label.error, span.error{
	padding: 2px;
	color: red !important;
	text-transform: none !important;
	font-weight: 400 !important;
	font-family: "Roboto", sans-serif;
	font-size: .9em !important;
	width: auto !important;
}

.las_btn
{
	/* border-style: 2px solid !important;
	border-color: #77c6f1 !important; */
	border: 2px solid #77c6f1;
}

.las_btn:hover
{
	/* border-style: 2px solid !important;
	border-color: #77c6f1 !important; */
	border: 2px solid #45558b;
	background-color: #9ed00d;
	color: #eee;
}


.student_iprofile{
	height: 200px;
	width: 150px;
	overflow: hidden;
}

.student_iprofile img{
	width: 100%;
	border-radius: 10px;
}

.class_type{
	padding: 0px;
	margin: 0px;
}
.class_type ul li{
	display: inline-block;
	float: left;
}


.edit{
	color: #666;
	cursor: pointer;
	padding: 5px;
	border-radius: 2px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}
.edit:hover{
	background-color: #f0f0f0;
}

.delete{
	color: #666;
	cursor: pointer;
	padding: 5px;
	border-radius: 2px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}
.delete:hover{
	background-color: #f0f0f0;
}





/*for button maintenance*/
.wrap_btn_admin{
	padding: 5px 20px;
	position: fixed;
	z-index: 999;
	bottom: 0;
	width: 100%;
}
.lbl_modal_title{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	color: #333;
}
.wrap_noti {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #666;
    padding: 20px 10px;
}

ul#btnQuestion_schedule li {
    list-style: none;
    position: relative;
    display: inline-block;
    margin: 2px 10px;
    font-size: 2em;
}
ul#btnQuestion_schedule{
	padding: 5px;
}
ul#btnQuestion_schedule li{
	list-style: none;
	position: relative;
	display: inline-block;
	text-align: center;
}
ul#btnQuestion_schedule li button {
    color: #333;
    border: 1px solid #ddd;
    padding: 15px 20px;
    background-color: transparent;
}
.blue {
    color: #77c6f1;
}
.green {
    color: #9ed00d;
}
.wrap_registrar_page{
	border: 1px solid #ddd;
	padding: 10px 30px; /* Modified by Rod 07-20-2020 */
	margin-top: 8%;
}
.wrap_contry_select{
	padding: 5px;
	border-bottom: 1px solid #ddd;
}
.wrap_contry_select ul li{
	list-style: none;
	margin: 2px;
}
.wrap_contry_select ul li label{
	width: 120px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: .8em;
	color: #333;
	text-transform: uppercase;
}
.wrap_contry_select ul li select{
	width: 100%;
	padding: 5px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #333;
}
.wrap_contry_select ul li input[type="text"]{
	width: 100% !important;
}
.wrap_contry_select ul li input[type="checkbox"]{
	margin-right: 10px;
}
.registrar_content{
	padding: 5px;
}
.Message{
	padding: 2px;
}
.Message a{
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: .9em;
	text-transform: uppercase;
}
.wrap_attach{
	padding: 10px 5px; /* Modified by Rod 07-20-2020 */
}
.wrap_attach input{
	padding: 5px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1em;
	border: 1px solid #ddd;
}

/* added by SJ 12/06/2016 for transaction access */
.trans_access{
	margin:0 0 0 185px;
}

.trans_access ul li{
	display:inline-block;
	margin:0 0 0 15px;
}
/* added by SJ 12/06/2016 for transaction access */

/*Added by Ronz 01-04-2016*/
.statFilter{
	Position: fixed;
	/* margin-top: 10px; */
	height: 5px;
	z-index: 1;
}

/* Added by Rod 06-03-2019*/
/*End Added by Rod 06-03-2019*/
/* Added by Rod 07-20-2020 */
.border-c{
	border: 1px solid #ccc !important;
}
.ml7px{
	margin-left: 7px;
}
/* End Added by Rod 07-22-2020 */