@charset "utf-8";
body {
  background-color:white;
   margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.main_div {
background-image: url("../i/i_bg2.jpg");

	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	overflow:hidden;
	
}
.index_main_div {
background-image: url(../i/i_bg2.jpg);

	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	overflow:hidden;
	top:0;
	
}

.navbar {
 /* overflow: hidden;*/
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
color: #f2f2f2; 
left:0;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
/*  background-color: #38444d;*/
}

li {
  float: left;
}


li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 6px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #ddd;
  color: black;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 6px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}



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

.dropdown:hover .dropdown-content {
  display: block;
}
li:last-child { float:right;}
 

li:last-child :hover{ background-color: red;color: white;}

li:first-child { 
  background-color: #007FFF;
  color: white;
}


/*DIV CENTRAL*/
div.central {
text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*   border-radius: 12px;border: none;*/
	background-color: #fff;
	opacity: 95%;
	color: 000;
	padding: 10px;
	height: 70%;
	width: 80%;
	overflow: none;
	
	/*border: 1px solid black;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	 box-shadow: 5px 8px 16px 5px rgba(0,0,0,0.2);
} 


div.centraltop {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
 /* height: 15px;*/
  padding: 0px;
  /*border: 1px solid #73AD21;*/
   background-color: #A3A3A3;
   box-shadow: 5px 8px 16px 5px rgba(0,0,0,0.2)
}
div.centralbottom {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: #A3A3A3;
  }
div.centralleft {
  position: absolute;
  top: 15%;
  left: 0;
  width: 30%;
 
 /* background-color: #333;
  padding:10px;border: 1px solid black;*/
  height:70%;
  overflow: auto;
  
  padding:5px; 
  box-shadow: 5px 8px 16px 5px rgba(0,0,0,0.2);
}
div.centraltable {
  position: absolute;
  top: 15%;
  right: 0;
  width: 65%;
 
 /* background-color: #333;
  padding:10px;border: 1px solid black;*/
  height:70%;
  overflow: auto;
   padding:5px; 
    box-shadow: 5px 8px 16px 5px rgba(0,0,0,0.2);
overflow: auto;}

div.admcentraltable {
  position: absolute;
  top: 10%;
  left: 0;
  width: 95%;
  height:80%;
  overflow: auto;
   padding:10px; 
  /*  box-shadow: 5px 8px 16px 5px rgba(0,0,0,0.2);*/
}
.fixed-footer{
        width: 100%;
        position: fixed;        
        background: none;
        padding: 10px 0;
        color: black;
        bottom: 0;
		font-size:10px;
		text-align:center;
    }
	/*table*/
table.mtable {
  font-family: Arial, Helvetica, sans-serif; font-size:14px;
  border-collapse: collapse;
  width: 100%;
}

table.mtable td, #mtable th {
  border: 1px solid #ddd;
  padding: 1px;
  white-space: nowrap;
}

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

table.mtable tr:hover {background-color: #ddd;}

table.mtable th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  background-color: #a3a3a3;
  color: black;
 /* white-space: nowrap;*/
}

table.mtable thead {
  position: sticky;
  top: 0;
  border-bottom: 2px solid #ccc;
}
table.mtable tfoot {
  position: sticky;
  bottom: 0;
  border-top: 2px solid #ccc;
}
.button_input
{  width: 200px;
  padding: 5px 5px;
  margin: 5px 0;
/* box-sizing: border-box;*/
  border: 2px solid black;
  font-size:12px;
  background-color: #DDD; 
  color: black;
}
.button_input:hover {
  background-color: #666; /* Green */
  color: white;
}
input[type=text], [type=password]{
  width: 100%;
  padding: 10px 10px;
  margin: 3px 0;
  box-sizing: border-box;
}

input[type=number] {
  width: 100%;
  padding: 10px 10px;
  margin: 3px 0;
  box-sizing: border-box;
}
input[type=date] {
  width: 100%;
  padding: 10px 10px;
  margin: 3px 0;
  box-sizing: border-box;
}
input[type=month] {
  width: 100%;
  padding: 10px 10px;
  margin: 3px 0;
  box-sizing: border-box;
}

.selectbox{
  width: 100%;
  padding: 12px 20px;
  padding: 10px 10px;
  margin: 3px 0;
  box-sizing: border-box;
 /* border: 3px solid black;
  font-size:20px;*/
}
.indexinput
{

                    box-sizing: border-box;
                    font-family: inherit;
                    font-size: 14px;
                    vertical-align: baseline;
                    font-weight: 400;
                    line-height: 1.29;
                    letter-spacing: .16px;
                    border-radius: 0;
                    outline: 2px solid transparent;
                    outline-offset: -2px;
                    width: 100%;
                    height: 40px;
                    border: none;
                    border-bottom: 1px solid #8d8d8d;
                    background-color: #f4f4f4;
                    padding: 0 16px;
                    color: #161616;
                    transition: background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9); 	
					 padding: 12px 16px;}
					
.indexinput:focus{
                        outline: 2px solid #202124;
                        outline-offset: -2px;
                    
					}
					
.indexbutton{ box-sizing: border-box;
                    font-family: inherit;
                    font-size: 14px;
                    vertical-align: baseline;
                    font-weight: 400;
                    line-height: 1.29;
                    letter-spacing: .16px;
                    border-radius: 0;
                    outline: 2px solid transparent;
                    outline-offset: -2px;
                    width: 100%;
                    height: 40px;
                    border: none;
                    border-bottom: 1px solid #8d8d8d;
                    background-color: #202124;
                    padding: 0 16px;
                    color: #333;
				    transition: background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9); 	
					 padding: 12px 16px;}
.indexbutton:hover{
                        outline: 2px solid #202124;
                        outline-offset: -2px;
						background-color: #CCC;
                    
					}
.indexbutton:focus{
                        outline: 2px solid #202124;
                        outline-offset: -2px;
						background-color: #999;
                    
					}


.centralleft_index1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
 margin: auto;
  height:100%;
  overflow: hidden;
  
  padding:5px; padding-right:5px;
 
  	background-color: #fff;
	opacity:90%; 
}

div.centralleft_index {
  position: absolute;
  top: 10%;
  left: 35%;
  width: 30%;
 margin: auto;
 /* background-color: #333;
  padding:10px;border: 1px solid black;*/
  height:80%;
  overflow: hidden;
  
  padding:5px; padding-right:5px;
 /* box-shadow: 10px 8px 16px 10px rgba(0,0,0,0.2);
  	background-color: #fff;*/
}


@media screen and (max-width: 800px) {
  div.centralleft_index {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 80%;
 
  height:80%;
  overflow: hidden;
  
}
}