body{
   font-family: 'Open Sans', sans-serif;
   color: #587493;
   font-size: 1.1em;
}
h1 {
	
   font-family: 'Open Sans', sans-serif;
   color: #587493;
   font-size: 1.3em;
	
}

li {
	margin-bottom: 1em;
}
.DescriptionText {
	margin: 10px 5%;
	text-align:justify;
}
.ButtonOutOfForm a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  border-radius: 40px;
  margin: 5px 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
  color: white;
  background: #4c8cb0;
  box-shadow: 0 8px 15px rgba(0,0,0,.1);
  transition: .3s;
 }
.ButtonOutOfForm a:hover {
  background: #85aac4;
  box-shadow: 0 15px 20px rgba(46,229,157,.4);
  transform: translateY(-7px);
}
.Footer_flex
{
	display: flex;
	align-items:  center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Footer_flex div:nth-of-type(2) {
	padding: 0px 15px;
	flex: 2;
}

.ResultTable{
  background: #f5ffff;
  border-collapse: collapse;
  text-align: left;
}
.ResultTable th {
  color: white;
  border-top: 1px solid blue;	
  border-bottom: 1px solid blue; 
  box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: #4d8bb0;
  text-align: center;
  font-weight: bold;
  
  padding: 10px 15px;
  position: relative;
}

.ResultTable th:first-child{
  border-left: 1px solid blue;	
  border-bottom:  1px solid blue;
  box-shadow: inset 1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
.ResultTable th:last-child {
  border-right: 1px solid blue;
  border-bottom:  1px solid blue;
  box-shadow: inset -1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
.ResultTable td {
  border: 1px solid #e3eef7;
  padding: 10px 15px;
  position: relative;
  transition: all 0.5s ease;
}
.form-inner_decoration {
  max-width: 800px;
  position: relative;
  background: #587493;
  margin: 15px auto;
  border-radius: 30px;
  color: white;
}

.form-inner {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}

.form-inner input,
.form-inner select,
.form-inner textarea,
.form-inner button {
  padding: 0 10px;
  margin-bottom: 5px;
  background: #E9EFF6;
  line-height: 23px;
  border-width: 0;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
}

.form-inner input[type="text"]{
	width: 150px;
}

.form-inner input[type="button"], .form-inner input[type="submit"],
.form-inner button{
  text-decoration: none;
  outline: none;
  display: inline-block;
  width: 100px;
  height: 45px;
  line-height: 45px;
  border-radius: 40px;
  margin: 5px 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
  color: white;
  background: #83a8c2;
  box-shadow: 0 8px 15px rgba(0,0,0,.1);
  transition: .3s;
  
  
  
 
}
 .form-inner input[type="button"]:hover, .form-inner input[type="submit"]:hover,
 .form-inner button:hover{
  background: #c6c9ce;
  box-shadow: 0 15px 20px rgba(46,229,157,.4);
  color: black;
  transform: translateY(-7px);
}

.FormElement_flex {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.FormElement_flex div {
	padding: 0px 15px;
	 flex: 1;
}
.fixtable-fixed th {
  position: sticky;
  top: 1;
  z-index: 1;
}

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #587493;
    width: 20%;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: white;
    padding: 16px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #c6c9ce;
	color: black;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #83a8c2;

}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 70%;
    border-left: none;
	display: none;
}


.ObjInfo table {
border-spacing: 0;
empty-cells: hide;
}
.ObjInfo td {
padding: 10px 20px;
text-align: center;
border-bottom: 1px solid #F4EEE8;
transition: all 0.5s linear;
}
.ObjInfo td:first-child {
text-align: left;
color: black;
font-weight: bold;
}
.ObjInfo  td:nth-child(even) {
background: #4d8bb0;
color: white;
}
.ObjInfo  td:nth-child(odd) {
background: #c6c9ce;
}

