/* Global rules */
* {
	margin:0px;
  padding: 0px;
  border: 0px;
	font-family: Times, "Times New Roman", "serif"
}

div, section, footer, header{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

form {
  margin-top: 50px;
  border-width: 2px;
  border-style: solid;
  background-color: rgb(245, 245, 245);
  border-color: rgb(173, 173, 173);
  padding: 20px;
  width: 50%;
  display: inline-block;

}

.main > form {
  margin-top: 50px;
  border-width: 2px;
  border-style: solid;
  background-color: rgb(245, 245, 245);
  border-color: rgb(173, 173, 173);
  padding: 20px;
  width: 90%;
  display: inline-block;

}

.sub > form {
  margin-top: 10px;
  border-width: 2px;
  border-style: solid;
  background-color: rgb(245, 245, 245);
  border-color: rgb(173, 173, 173);
  padding: 20px;
  width: 60%;
  display: inline-block;
}

.main input {
  border-width: 1px;
  border-color: rgb(173, 173, 173);
  border-style: solid;
  border-radius: 5px;
  margin: 1px;
  padding: 1px;
  font-size: 1em;
}

.left_align {
  text-align: left;
}
button {
  margin: 0em;
  font: 400 11px system-ui;
  padding: 1px 7px 2px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
}

button:hover, button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.login_page input, select {
  border-width: 1px;
  border-color: rgb(173, 173, 173);
  border-style: solid;
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
  font-size: 1em;
}

input.tab_head {
  border-style: none;
  background-color: rgba(216, 216, 216,0);
}
input[type=checkbox] {
  margin: 0px 20px 0px 20px; 
  }
  
input:focus, select:focus {
  outline: none;
  border-color: rgb(255, 0, 0);
}

input[type=submit] {
background-color: rgb(216, 216, 216);
}

input[type=submit]:focus {
  border-color: rgb(255, 0, 0);
  }
  
textarea {
  border-width: 1px;
  border-color: rgb(173, 173, 173);
  border-style: solid;
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
  font-size: 1em;  
  background-color: rgb(216, 216, 216);
  resize: none;
  width: 99%;
  text-align: justify;
  outline: none;
}

.doc-list {
  display: inline-table;
  /* display: flex;
  flex-direction: column; */
}

table {
  margin: 20px;
  border: 1px solid rgb(173, 173, 173);
  border-collapse: collapse;
  align-self: center;
}

th {
  background-color: rgb(173, 173, 173);
}

tr:nth-child(odd) {
  background-color: rgb(216, 216, 216);
}

th, td {
  border: 1px solid rgb(173, 173, 173);
  text-align: left;
  padding: 5px;
}

.doc-list input {
  border-style: none;
  background-color: rgba(216, 216, 216,0);
  border-width: 0px;
}

.doc-block {
  /* display : inline-flex; */
  display: flex;
  flex-direction: column;
  margin: 20px;
}

#btn-login, #btn-logoff{
  display: flex;
  position: absolute;
  align-self:flex-end;
  /* margin:10px 10px 0px 0px; */
  top:20px;
  right:20px;
  /* width: fit-content; */
  background-color: rgb(173, 173, 173);
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* 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 */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.modal-login {
  height: auto;
  width: 30%;
  /* background-color: rgb(216, 216, 216); */
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* Box rules
Principal contains Corp and Footer 
Corp contains Header and Main */

.corp{
  margin: 0px auto;
  width: 100%;
}

header {
  width: 100%;
  min-width: 480px;
  height: 154px;
}

header a, .dropdown, .dropbtn{
  color: rgb(0,0,0);
}

.main {
  margin: 0px;
  min-width: 480px;
  height: 100%;
  padding: 0px 0 66px 0;
  text-align: center;
  overflow: scroll;
}
.main .highlighted
{
  text-align: left;
  font-size: 1.5em;
  text-emphasis: bold;
  padding: 10px 0px 5px 30px;
}

.main ul {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 10px 0px 0px 100px;
	list-style-type: initial;
}

.main li {
  padding: 5px 15px 15px 0px;
}

.main p
{
  font-size: 1em;
  text-emphasis: none;
}

.red_colored {
  color: rgb(255, 0, 0);
}

.gray_colored {
  color: rgb(250, 250, 250);
}

footer {
  position: fixed;
  bottom: 0px;
  min-width: 480px;
  width: 100%;
  height: 66px;
}

/* Inside box objects rules */

.head_band {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(173,173,173,1));
  border-bottom: 2px solid rgb(255, 0, 0);  
}

.logo {
  align-self: flex-start;
  width: 212px;
  height: 100px;
  margin: 5px 20px 5px 20px;
}

.identity {
  align-self: flex-start;
  height: 150px;
  margin: 5px 20px 10px 5px;
  box-shadow: 4px 8px 3px rgb(173, 173, 173);
}

.menu {
  display: flex; 
  flex-direction: row;
  justify-content: flex-start;
  background-color: rgb(173, 173, 173);
  font-size: 1em;
  text-transform: capitalize;
} 

.menu ul {
  display: flex;
  padding: 5px 15px 15px 0px;
	list-style-type: none;
}

.menu li {
  text-align:center;
  margin-left: 15px;
}

.menu a img {
  width: 15px;
}

.menu a, .dropdown, .dropbtn {
  display: inline-block;
  font-style: normal;
  text-decoration: none;
}

.menu a:hover, .dropdown:hover {
  color: rgb(255, 0, 0);
}


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

.dropdown-content a {
  display: block;
  padding: 10px 10px;
  text-align: left;
}

.dropdown-content a:hover {
  color: red;
  background-color: rgb(180,180,180) ;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.current {
  color: rgb(210, 210, 210);
  font-style: normal;
  text-decoration: underline double;
}

.customer_logo{
  display: flex;
  flex-flow: row wrap;
  margin: 20px 20px;
}

.customer_logo p {
  margin: 10px;
  font-size: 1.2em;
  text-align: justify;
}

.customer_logo img {
  max-width: 150px;
  margin: 30px;
}

.start_page, .exp, .training, .compagny, .service, .link, .about {
  display: flex;
  flex-direction: column;
  padding: 20px 40px 20px 40px;
  font-size: 1.2em;
  text-align: left;
}

.link a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.exp_row {
  display: flex;
  flex-direction: row;
  padding: 20px 40px 20px 40px;
  font-size: 1.2em;
  text-align: left;
}

.about_img, .link img {
  display: flex;
  align-items: flex-end;
  padding: 30px;
}

.about_img p {
  padding: 0px 20px 0px 20px;
}

.oracle_cert {
  padding: 30px;
}

.oracle_att {
  padding: 10px;
  max-width: 80%;
  max-height: 80%;
}

.foot_band {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: rgb(164, 164, 164);
  border-top: 2px solid rgb(255, 0, 0);
  border-bottom: 0px;
  font-size: 0.7em;
}

.left_foot {
  display: flex;
  flex-direction: column;
  text-align: left;
  border: 0px;
  padding: 5px 0px 0px 15px;
}

.left_foot img {
  max-height: 20px;
  max-width: 80px;
}

.right_foot {
  display: flex;
  text-align: right;
  border: 0px;
  padding: 5px 15px 0px 0px;
}

/* For screen size lower than 375px or 414px or 320px */

@media screen and (max-width: 375px), (max-width: 414px), (max-width: 320px) {
  header {
    min-width:320px;
  }
  
  footer {
    min-width:320px;
  }
  
  .start_page, .exp, .exp_row, .training, .compagny, .service, .link, .about {
    padding: 10px 10px 10px 10px;
    font-size: 1em;
    /* text-align: left; */
  }
  
  .main {
    min-width:320px;
  }
  
  .main .highlighted {
    font-size: 1em;
    padding: 10px 0px 5px 0px;
  }

  .exp_row {
    flex-direction: column;
  }
  
  .link a {
    flex-direction: column;
  }
  
  .identity {
    align-self: center;
    width: 100px;
  }
  
  .oracle_cert {
    padding: 10px;
  }
  
  .customer_logo{
    margin: 5px 5px;
  }
  
  .customer_logo p {
    margin: 10px;
    font-size: 1em;
  }
  
  .customer_logo img {
    max-width: 100px;
    margin: 10px;
  }
  
  .menu {
    font-size: 0.8em;
  }
  .main ul {
    margin: 0px 0px 0px 15px;
  }
  .main li {
    font-size: 0.8em;
    padding: 5px 0px 5px 0px;
  }
  .foot_band {
    font-size: 0.5em;
  }
  
  .left_foot {
    padding: 5px 0px 0px 2px;
  }
  
  .right_foot {
    font-size: 0.4em;    
    padding: 5px 2px 0px 0px;
  }  

  .about_img, .link img{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
  }  

  .link img{
    max-height: 100px;
    padding: 5px;
  }  
}