

/*Prag Dialog*/
.prag-dlg{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:99;
	overflow:auto;
}

.prag-dlg-overlay{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-color:rgba(0,0,0,0.6);
}

.prag-box{
	position:relative;
	width: 100%;
	max-width:400px;
	padding-top:20px;
	z-index:2;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	border:solid 1px #f5f6f6;
	padding: 0px;
	padding-bottom: 10px;
	border-radius:3px;
}

.prag-dlg-header{
	width: 100%;
	padding:10px;
	background-color: #3e454c;
	color:#ffffff;
}

.prag-dlg-message{
	padding:10px;
}

.prag-dlg-but2{
	text-align:center;
	padding:5px;
}

.prag-dlg-but1{
	text-align:center;
	padding:5px;
}

.prag-dlg-but2 button, .prag-dlg-but1 button{
	width: 85px;
	background-color:#727e8b;
	border:none;
	padding:5px;
	margin:6px;
	border-radius:3px;
	color:#ffffff;
}

.prag_err_msg{
	font-size: 12px;
    margin: 0px !important;
    color: red;
}





.prag-loader-box{
	position:fixed;
	top:0px;
	left:0px;right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.5);
	text-align:center;
	z-index:9999999 !important;
	display:none;
}

.prag-loader-gif{
	position:relative;
    width: 60px;
}


.prag_left_assign1{
	width: 150px; 
	display:inline-block;
}

.prag_left_assign1+label{
	font-weight:bold;
}


.align_right{
	text-align:right;
}

.align_left{
	text-align:right;
	position:relative;
}


.popup_div{
	position:fixed;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	background-color:rgba(0,0,0,0.8);
	display:none;
	z-index:3;
}

.popup_form{
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	border-radius:6px;
	margin-top: 5%;
}

.popup_form_head{
	padding:5px;
	background-color:#555a78;
	color:#ffffff;
}

.popup_form_area{
	padding:30px;
}

.dataTable tr:nth-child(even) {background-color: #f2f2f2;}


.pond_box{
	margin:10px;
	padding:10px;
	width:400px;
	max-width:100%;
	height:300px;
	overflow:auto;
	background-color:#24df82;
	color:#ffffff;
	border-radius:6px;
	float:left;
	cursor:pointer;
}

.pond_box table{
	width:100%;
}

.pond_box table td, .pond_box table th{
	border: solid 1px #ffffff;
}


.item_table{
	border:solid 1px;
	table-collapse:collapse;
}

.item_table td{
	border:solid 1px;
}

.item_table tr:nth-child(even) {background-color: #f2f2f2;}


.form-row div{
	padding-top:8px;
}

.mmd_container{
	border-bottom:solid 1px #d3d3d3;
	/*margin-left:15px;
	margin-right:15px;*/
	padding-bottom:30px;
	margin-bottom:30px;
}

.mmd_container_head{
	font-weight:bold;
	font-size:12pt;
	font-style:italic;
	background-color: #d3d3d3;
	width:100%;
	padding:5px;
}

.mmd_hidden_fields{
	width:0px;
	height:0px;
	visibility:hidden;
}

.mmd_icon{
	width:15px;
}


::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa; /* or add it to the track */
}

/* Add a thumb */
::-webkit-scrollbar-thumb {
    background: #524f62; 
}

.mmd_warning td{
	background-color: #ff4f4f;
}

.head_block{
 padding-left: 10px;
 border-bottom: solid 1px #d3d3d3;
}


.disabled {
  pointer-events: none;
  cursor: default;
}

._exam_form{
	padding-top: 15px;
}

.sidebar-dark .nav-item .nav-link{
	color: rgba(0, 0, 0, 0.8);
}

.sidebar-dark .nav-item .nav-link i{
	color: rgba(0, 0, 0, 0.3);
}

.dt-buttons{
	float: right;
}
.dt-buttons button{
background-color: rgb(28 200 138 / 50%);
border: solid 1px rgb(7 157 103 / 50%);
cursor: pointer;
font-size: 12px;
}

#data_table th, .table th{
		font-size: 12px;
		font-weight: normal;
		padding: 2px;
		text-align:center;
		color: #000;
		vertical-align: middle;
		background-color: #88d4e2;
		border: solid 1px #d3d3d3;
	}
	
	#data_table td{
		font-size: 12px;
		font-weight: normal;
		padding: 3px;
	}
	
	.dataTables_info, .paginate_button{
		font-size: 10px;
		padding: 3px;
	}
	
	
	.dataTables_scrollBody{
	top: -20px;
	}