@charset "utf-8";
body{
	background:url("Image/bg.jpg");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0px;
	margin:0px;
}
.input_text{
	padding:6px;
	outline:none;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 5px;
}
.input_text:focus{
	border:1px solid #C00;
	background:#FFC;
}
.bt_blue{
	outline:none;
	background:#069;
	border:1px solid #069;
	padding:8px;
	border-radius:5px;
	color:#FFF;
	transition-duration: 0.5s;
}
.bt_blue:hover{
	background:#FFF;
	color:#039;
	cursor:pointer;
	text-decoration:none;
}
.bt_green{
	outline:none;
	background:#090;
	border:2px solid #090;
	padding:8px;
	border-radius:5px;
	color:#FFF;
}
.bt_green:hover{
	background:#FFF;
	color:#090;
	cursor:pointer;
	text-decoration:none;
}
.bt_red{
	outline:none;
	background:#C00;
	border:2px solid #C00;
	padding:8px;
	border-radius:5px;
	color:#FFF;
}
.bt_red:hover{
	text-decoration:none;
	background:#FFF;
	color:#C00;
	cursor:pointer;
}
.main_div{
	margin:auto;
	width:800px;
	padding:10px;
	background:rgba(255,255,255,0.9);
}
.Close_bt{
	font-weight:bold;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	background:#F00;
	border:1px solid #F00;
}
.Close_bt:hover{
	background:#FFF;
	color:#F00;
}
.menu_bt{
	border-radius:5px;
	width:50px;
	background:rgba(255,255,255,0.8);
	display:inline-block;
	margin:1px;
	text-decoration:none;
	color:#000;
	padding:2px;
	border:1px solid #069;
	vertical-align:top;
	transition-duration:0.5s;
	height: 100%
}
.menu_bt img{
	width: 100%;
}
.menu_bt:hover{
	background:rgba(0,102,153,0.8);
	color:#FFF;
	transition-duration:0.5s;
}
.fail_msg{
	background:#FF9;
	color:#F60;
	padding:3px;
	border-left:5px solid #F60;
}
.succ_msg{
	background:#BFB;
	color:#060;
	padding:3px;
	border-left:5px solid #060;
}
a{
	text-decoration:none;
	color:#069;
}
a:hover{
	text-decoration:underline;
}

/*--------------------------------------------*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  margin-bottom:100px;
  padding: 20px;
  border: 1px solid #888;
  width:50%;
}
.close {
	border:1px solid #F00;
	float: right;
	font-weight: bold;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#FFF;
	background:#F00;
}
.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  background:#FFF;
  color:#F00;
}
/*--------------------------------------------*/
/*--------------------------------------------*/
.dis_table {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
    border-collapse: collapse;
}

.dis_table td, #dis_table th {
    border: 1px solid #ddd;
    padding: 5px;
}

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


.dis_table th {	
	padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}
/*--------------------------------------------*/
.pop_text1{
	display:inline-block;
	width:150px;
}
.pop_text2{
	display:inline-block;
}
pre{
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
div#load_screen{
	background:#FFF;
	opacity:1;
	position:fixed;
	z-index:10;
	top:0px;
	width:100%;
	height:1600px;
}
div#load_screen > div#loading{
	color:#FFF;
	width:120px;
	height:100px;
	margin:300px auto;
}
ul li{
	display:inline-block;
	margin:5px;
}
.form-control{
	padding:6px;
	outline:none;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
}
.form-control:focus{
	border:1px solid #C00;
	background:#FFC;
}



.multiselect {

  width: 200px;
}

.selectBox {

  position: relative;
}

.selectBox select {	
  width: 100%;
}
.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
	  width:190px;
position:absolute;
padding:5px;
  display: none;
  border: 1px #CCCCCC solid;
  background:#FFF;
  z-index:100;
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}


<!---->
.dropbtn {
  background-color: #CCCCCC;
  color: #000;
  padding: 10px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #999999;
  cursor:pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 5px 5px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.main_chat_div{
	float:right;
	position:fixed;
	right:0px;
	bottom:0px;
	background:#FFF;
	border:1px solid #999;
	box-shadow:0px 0px 10px #6633CC;
}
.chat_area{
	width:300px;
	height:400px;
	background:#FFF;
	padding:5px;
	overflow-y:scroll;
}
.up_bar{
	background:#CCC;
	padding:10px;
}
.up_bar .close_bt{
	font-weight:bold;
	float:right;
}
.chat_text{
	border:1px solid #999;
	background:#FFF;
	margin:2px;
}
.chat_text input{
	padding:5px;
	border:none;
	background:none;
	width:100%;
	outline:none;
}
.close_bt a{
	text-decoration:none;
	color:#000;
}
.chat_count{
	width:30px;
	height:30px;
	float:left;
	position:absolute;
	background:#F00;
	left:-15px;
	top:-15px;
	border-radius:100%;
	line-height:30px;
	text-align:center;
	color:#FFF;
}
.nav_bar{
	padding:10px;
	background:#000000;
	overflow:auto;
	margin-bottom:1px;
	color: #FFFFFF;
}
.nav_bar a{
	color: yellow;
}
.cur-ser-dis{
	margin-top: 10px;
	padding: 5px;
	border: 1px dashed #000000;
	border-radius: 5px;
	background-color: rgba(0,128,0,0.1);
}
.image_bt{
	margin: 5px;
	outline: none;
	border: 1px solid red;
	background-color: red;
	color: white;
	padding: 10px;
	text-decoration: none;
}
.image_bt:hover{
	background-color: white;
	color: red;
	transition-duration: 0.5s;
	text-decoration: none;
}
.image_tem{
	border: 1px solid #000000;
	padding: 5px;
}
.image_tem:hover{
	border: 1px solid red;
	cursor: pointer;
	transition-duration: 0.5s;
}
.model-main{
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: rgba(0,0,0,0.50);
	z-index: 9999;
	top: 0px;
	display: block;
	overflow-y: scroll;
}
.model-main-off{
	display: none;
}
.model-contain{
	width: 60%;
	padding: 20px;
	background-color: white;
	margin: 20px auto;
}
.clode_model{
	width: 100%;
}
.clode_model div{
	float: right;
	width: 20px; 
	height: 20px; 
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	background-color: red;
	color: white;
}
.dashboard-div{
	margin: 50px;
	padding: 20px;
	background-color: white;
	border-radius: 5px;
}