body{
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin: 0px;
  padding: 0px;
  text-align: left;
  height: 100%;
  background-color: rgb(245,245,245);
}

html{
  text-align:center;
  height: 100%;
}


/*-------------------------------------------------------------------------*/

#main {
  background-color: white;
  margin: 0 auto;
  width: 95%;
  padding: 0px 2.5%;
  max-width: 1200px;  
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px rgba(125,125,125, 0.4);
}

#header {
  display: block;
  width:100%;
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 2px solid #006ad1;
  text-decoration: none;
}

#header h2{
  font-size: 30px;
  text-shadow: 2px 2px 5px rgba(125,125,125, 0.4);
}

#content{

}

#content, #footer{
  padding: 25px 0px;
  margin-bottom: 20px;
  width: 100%;
}

#footer {
  text-align: center;
  margin-top: 10px;
  line-height: 180%;
  border-top: 2px solid #006ad1;
}

/*----------------------------------------------------------------------------*/
/* menu */

.show_menu{
  display: none;
  color: white !important;
  color: rgb(40,40,40);
  font-weight: bold;
  padding: 10px 15px;
  margin-top: 20px;
  background-color: #006ad1;
}

.icon-menu::before{
  margin-right: 15px !important;
}

.main_menu{
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px 0px;
  background-color: white;
  border-bottom: 2px solid #006ad1;
}

.main_menu li{
  display: inline-block; 
  padding: 2px 15px;
  border-right: 1px solid rgb(150,150,150);
}

.main_menu li:last-of-type{
  border-right: none;
}

.main_menu a{
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: black !important;
}

.main_menu a:hover, .main_menu .active a{
  color: #006ad1 !important;
}

.main_menu_2 a:hover, .main_menu .active ul .active a, .main_menu .active ul a:hover{
  color: #006ad1 !important;
}

.main_menu li:not(.active):hover{
  border-bottom-color: gray;
}

.main_menu .active{
  border-bottom-color: gray;
}

.main_menu_2{
  display: none;
  position: absolute;
  padding-left: 1px;
  background-color: white;
  border: 1px solid #D2D2D2;
  padding-top: 3px;
  border-width: 0px 1px 1px 1px;
  border-left: 3px solid #006ad1;
}

@media screen and (min-width: 1000px) {
  .submenu:hover .main_menu_2{
    display: block;
  }
}

.main_menu_2 li{
  display: block; 
  margin-left: 20px;
  margin-right: 20px;
}

.main_menu_2 a{
  color: black !important;
  display: block;
  padding: 10px 0px;   
}

/*----------------------------------------------------------------------------*/
/* forms */

form table{
  width: 100%;
}

form td{
  vertical-align: middle;
  padding: 8px 15px;
}

button{
  display: block;
  margin-bottom: 20px;
  margin-top: 15px;
  border-radius: 5px;
  padding: 8px 0px;
  text-align: center;
  font-size: 16px;
  border: 3px solid #006ad1;
  text-decoration: none;
  background-color: #006ad1;
  color: white;
  width: 100%;
  max-width: 500px;
  line-height: 150%
}

.button{
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 5px;
  padding: 5px 8px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #006ad1;
  text-decoration: none;
  background-color: #006ad1;
  color: white;
  line-height: 180%;
}

button:hover, .button:hover, .button.selected{
  color: black;
  background-color: white;
}

input:not([type="radio"]), select{
  border: 3px solid rgb(180,180,180);
  padding: 12px;
  border-radius: 4px;
  margin: 8px 0px 15px 0px;
  font-size: 16px;
  background-color: white;
  margin-bottom: 10px;
  max-width: 500px;
  width: calc(100% - 30px);
}

input[type="radio"]{
  margin-right: 20px ;
}

select{
  width: 100%;
  max-width: 326px;
}

input:hover, select:hover, textarea:hover, textarea:focus, input:focus, select:focus{
  animation: input_shadow 0.25s;
  -webkit-animation: input_shadow 0.25s;
  box-shadow: 0px 3px 5px rgba(0,0,0,.2);
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.2);
  border-color: #006ad1;
}

@keyframes input_shadow {
  from {box-shadow: 0px 0px 2px rgba(0,0,0,.2);}
  to {box-shadow: 0px 3px 5px rgba(0,0,0,.2);}
}

@-webkit-keyframes input_shadow {
  from {-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.2);}
  to {-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.2);}
}

textarea{
  font-family: Arial, sans-serif;
  font-size: 14px;
  border: 1px solid rgb(180,180,180);
  border-radius: 2px;
  margin: 1px;
  line-height: 150%;
  padding: 1%;
  width: 100%;
  height: 200px;
}

.alert{
  color: white;
  display: block;
  padding: 10px 20px;
  font-weight: bold;
}

.alert.positive{
  background-color: #089f08;
}

.alert.negative{
  background-color: #dd0c0c;;
}

/*----------------------------------------------------------------------------*/
/* other styles */

img{
  max-width: 100% !important;
  height: auto; !important;
  border-style: none;
}

hr{
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  height:1px;
  border-width:0;
  background-color: rgb(200,200,200);
  clear: left;
}

a, a:visited{
  color: black;
} 

a:hover{
  text-decoration: none;
}

.table_scroll{
  overflow: auto;
  max-width: 100%;
}

.styled_table{
  border-collapse: collapse;
}

.styled_table th{
  background-color: #006ad1;
  border: 1px solid #006ad1;
  color: white;
}

.styled_table td{
  border: 1px solid #cccccc;
}

.styled_table td, .styled_table th{
  padding: 8px 12px;
}

td, th{
  padding: 5px;
  vertical-align: top;
}

h1 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 40px;
}

h2{
  text-decoration: none;
  font-size: 25px; 
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 5px
}

h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  vertical-align: top;
}

h4 { 
  font-size: 15px; 
  font-weight: normal
}

h1, h2, h3 {
  line-height: 150%;
}

p, li {
  line-height: 180%;
  text-align: justify;
}