html, body 
{
  height: 100%;
  margin: 0;
  font-family: "Lucida Sans", sans-serif;
 /* background-color:gainsboro; */
  background-color: lightblue;
  /*
  background-image: url("scal_backgroud.png");
    background-repeat: repeat-x; 
    /*
     background-repeat: no-repeat; 
    position: relative; 
    
     background-size: cover;
     */
}
.header
{
	background-color:black;
	padding: 20px;
	width:100%;
	overflow: auto;
}



.containerBody
{
      width:50%;
     margin-top: 100px;
    margin-left: auto;
    width: auto;
    height: auto;
}

.headerpart1 {
  float:left;
  width:25%;
  text-align:left;
}

.headerpart2 {
  float:right;
  width:75%;
  text-align:right;
}

.rf {
  float:right;
  width:25%;
}

.lf {
  float:left;
  width:75%;
}


#body_rf {
  float:right;
  width:70%;
  display: block;
}

#body_lf {
  float:left;
  width:30%;
  display: block;
}


.buttonLogout {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px;
  color: white;
  background-color: tomato;
  text-align: center;
  cursor: pointer;
  width: 10%;
  font-family: "Lucida Sans", sans-serif;
  margin-right: 60px;
}

.TRIGRAM {
  border: none;
  display:none;
  font-size: 32px;
  background-color: black;
  color:gray;
  outline:none;
}


.TRIGRAM:hover {
  opacity: 0.8;
  border:none;
 
}


#myMenu {
  list-style-type: none;
  padding: 0;
  margin-left: 30px;
  background-color:gainsboro;
}

#myMenu li a {
  padding: 12px;
  text-decoration: none;
  color: black;
  display: block;
  font-size: 17px;
}

#myMenu li a:hover {
  background-color: #eee;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  width: 50%;
  padding: 5px;
  margin-left: 40px;
  margin-bottom: 40px;
}

.cardTitle {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 background-color: white; 
  width: 50%;
  margin-top: 20px;
  padding: 5px;
  color:Steelblue;
  margin-left: 40px;
}

.formContentMargin {
	  margin-left: 20px;
	  margin-right: 20px;
	  overflow: auto;
}

h2{
  font-size:24px;
  text-align: center;
}


input[type=text]:focus {
     background-color: lightblue;
}

textarea:focus {
    background-color: lightblue;
}


input[type=submit] {
    background-color:  darkblue;
    color: white;
    padding: 10px 10px;
    border: none;
    border-radius: 4px;
    font: normal 15px arial; 
    width: 25%; 
}


input[type=file] {
    background-color:  DarkGray;
    color: white;
    padding: 10px 10px;
    border: none;
    border-radius: 4px;
    font: normal 15px arial;
    
}


input[type=text], select 
{
  padding: 10px  20px;
  margin: 4px 0;
  display: inline-block;
  border: 0.1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color:#696969;
  font-size: 16px;
  width: 100%;
}


input[type=password] 
{
  padding: 10px  20px;
  margin: 4px 0;
  display: inline-block;
  border: 0.1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color:#696969;
  font-size: 16px;
  width: 100%;
}

button 
{
	background-color:  darkblue;
    color: white;
    padding: 15px 10px;
    border: none;
    border-radius: 4px;
    font: normal 15px arial;
    width: 100%;
}

button:hover {
  opacity: 0.8;
}


#disTables {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#disTables td, #disTables th {
  border: 1px solid #ddd;
  padding: 8px;
}

#disTables tr:nth-child(even){background-color: #f2f2f2;}

#disTables tr:hover {background-color: #ddd;}

#disTables th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: darkblue;
  color: white;
}


.navbar {
  overflow: hidden;
  background-color: #333;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

/*------------------------------ For Message Alert-------------------------------------------------*/

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

/*-------------------------------------------------------------------------------*/

@media screen and (max-width: 600px) {
 
   html{
      background-color:gainsboro;
   }
  
  .headerpart2{
  	 width: 100%;
  }
  
  .headerpart1{
  	width: 100%;
  }
  
  .buttonLogout {
    width: 25%;
  }
  
    #body_rf {
   	  width: 100%;
  	}
  
    #body_lf {
    width: 100%;
  }
  
  .cardTitle
  {
      margin-left:auto;
   	  margin-right:auto;
  }
  
  .card
  {
      margin-left:auto;
   	  margin-right:auto;
  }
  
  input[type=submit] {
    width: 100%;
  }
  
}


.loginTab
{
	 width: 100%;
}