.form-container {
    border: 10px solid #e4cfa3;
    background: clear;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    font-family:Verdana,Helvetica,sans-serif;
    text-decoration: none;
    vertical-align: middle;
    min-width:300px;
    padding:20px;
    width:auto;
    margin-left: auto;
    margin-right: auto;
    }
.login-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-field {
    border: 1px solid red;
    background: red;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: red;
    padding:8px;
    margin-bottom:20px;
    width:280px;
    }
.form-field:focus {
    background: red;
    color: red;
    }
.form-container h2 {
    text-shadow: red 0 1px 0;
    font-size:12px;
    margin: 0 0 10px 0;
    font-weight:bold;
    text-align:center;
    }
.form-title {
    margin-bottom:10px;
    color: red;
    text-shadow: red 0 1px 0;
    }
.code {
    color: red;
    display: table;
    background: black;
}
hr.linebreak {
    border-bottom: 10px solid red;
}
#menu-bar {
    width: 95%;
    margin: 0px 0px 0px 0px;
    padding: 6px 6px 4px 6px;
    height: 40px;
    line-height: 100%;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    box-shadow: 0px 0px 0px #337ab7;
    -webkit-box-shadow: 0px 0px 0px red;
    -moz-box-shadow: 0px 0px 0px red;
    background: #e4cfa3;
    border: solid 1px black;
    position:relative;
    z-index:999;
}
#menu-bar li {
    margin: 0px 0px 6px 0px;
    padding: 0px 6px 0px 6px;
    float: left;
    position: relative;
    list-style: none;
}
#menu-bar a {
    font-weight: bold;
    font-family:Verdana,Helvetica,sans-serif;
    font-style: bold;
    font-size: 12px;
    color: black;
    text-decoration: none;
    display: block;
    padding: 6px 20px 6px 20px;
    margin: 0;
    margin-bottom: 6px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-shadow: 0px 0px 0px #000000;
}
#menu-bar li ul li a {
    margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
    background: white;
    color: black;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-shadow: 0px 0px 0px red;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
    background: none;
    border: none;
    color: #666;
    -box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#menu-bar ul a:hover {
    background: red !important;
    color: white !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-shadow: 0px 0px 0px #FFFFFF;
}
#menu-bar li:hover > ul {
    display: block;
}
#menu-bar ul {
    background: white;
    display: none;
    margin: 0;
    padding: 0;
    width: 185px;
    position: absolute;
    top: 30px;
    left: 0;
    border: solid 1px #000000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 0px #000000;
    -moz-box-shadow: 0px 0px 0px #000000;
    box-shadow: 0px 0px 0px #000000;
}
#menu-bar ul li {
    float: none;
    margin: 0;
    padding: 0;
}
#menu-bar ul a {
    padding:10px 0px 10px 15px;
    color:red !important;
    font-size:12px;
    font-style:bold;
    font-family:Verdana,Helvetica,sans-serif;
    font-weight: bold;
    text-shadow: 0px 0px 0px #FFFFFF;
}
#menu-bar ul li:first-child > a {
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#menu-bar {
    display: inline-block;
}
  html[xmlns] #menu-bar {
    display: block;
}
* html #menu-bar {
    height: 1%;
}
@media (max-width: 600px) {
    table, thead, tbody, th, td, tr {
    display: block;
    }
}
table {
    border: 10px solid clear;
    background-color: clear;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    border-collapse: collapse;
    table-layout: fixed ;
}
th {
    border: 0px solid black;
    max-width:150px;
    width:auto;
    text-align: left;
    text-transform: uppercase;
    font-family:Verdana,Helvetica,sans-serif;
    font-size: 12px;
    min-width:10px;
    vertical-align: top;
    padding: 15px;
}
td {
    border: 0px solid black;
    max-width:150px;
    width:auto;
    text-align: left;
    font-family:Verdana,Helvetica,sans-serif;
    font-size: 12px;
    min-width:10px;  
    vertical-align: top;
    padding: 15px;
}
tbody td {
    font-size: 12px;
    font-weight: bold;
    font-family:Verdana,Helvetica,sans-serif;
    text-align: left;
    color: white;
}
 tr:nth-child(even) {
    /*background: #D0E4F5;*/
}
thead {
    background: #e4cfa3;
}
thead th {
    font-size: 12px;
    font-weight: bold;
    font-family:Verdana,Helvetica,sans-serif;
    text-align: left;
    color: black;
}
.link {
    border: none;
    color: black;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-family:Verdana,Helvetica,sans-serif;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}
.linkbutton {
    background-color: #e4cfa3; 
    color: white; 
    border: 2px solid black;
}
.linkbutton:hover {
    background-color: black;
    color: white;
}
.thelink {
    border: none;
    color: black;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-family:Verdana,Helvetica,sans-serif;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    width: 100%;
}
.thelinkbutton {
    background-color: #e4cfa3; 
    color: black; 
    border: 2px solid black;
}
.thelinkbutton:hover {
    background-color: white;
    color: black;
}
table.darkTable {
    background-color: clear;
    text-align: left;
    width: auto;
    padding: 0;
    margin: 0;
}
table.darkTable td, table.darkTable th {
    padding: 5px 3px;
    text-align: left;
    max-width:150px;
    width:auto;
    font-family:Verdana,Helvetica,sans-serif;
    text-align: left;
    min-width:10px;
}        
input[type=button], input[type=submit], input[type=reset] {
    background-color: black;
    border: none;
    color: white;
    padding: 5px 5px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-family:Verdana,Helvetica,sans-serif;
    margin: 4px 2px;
    transition-duration: 0.4s;
}
input[type=text]{
    background-color: black;
    border: none;
    color: white;
    padding: 5px 5px;
    text-decoration: none;
    margin: 4px 2px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-family:Verdana,Helvetica,sans-serif;
    margin: 4px 2px;
    transition-duration: 0.4s;
}
select {
    background-color: black;
    border: 1px solid white;
    color: white;
    padding: 5px 5px;
    text-decoration: none;
    margin: 4px 2px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-family:Verdana,Helvetica,sans-serif;
    margin: 4px 2px;
    transition-duration: 0.4s;
}
select>option {
    background-color: #c3f0c6;
}
body {
    background-color: clear;
    display: block;
    margin: 20px;
    font-family:Verdana,Helvetica,sans-serif;
    background-image: url("media/background.jpg");
}
h4 {
    font-family:Verdana,Helvetica,sans-serif;
    font-size:14px;
    color:white;
}
h3 {
    font-family:Verdana,Helvetica,sans-serif;
    font-weight: bold;
    font-size:16px;
    color:#e4cfa3;
}
footer {
    font-family:Verdana,Helvetica,sans-serif;
    font-weight: bold;    
    text-align: center;
    padding: 3px;
    background-color: clear;
    color: black;
}
header {
    font-family:Verdana,Helvetica,sans-serif;
    font-weight: bold;    
    text-align: center;
    padding: 3px;
    background-color: clear;
    color: white;
}
div {
    overflow-x: auto;
    border: 1px solid clear;
    padding: 10px 10px;
}
body.custom-background { background-color: clear; }
}
a {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #e4cfa3;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #e4cfa3;
  background-color: transparent;
  text-decoration: underline;
}
.no-style {
    color: #e4cfa3 !important
    text-decoration: underline !important;
}
.content {
  padding: 16px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}
.sticky + .content {
    padding-top: 102px;
}
label {
    margin: 5px 10px 5px 0;
    font-family:Verdana,Helvetica,sans-serif;
    font-weight: bold;    
    color: white;
}
.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; 
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.column {
  float: left;
  padding: 10px;
}
.left {
  width: 40%;
}
.right {
  width: 60%;
}
.image-container {
    background: clear;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    font-family:Verdana,Helvetica,sans-serif;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    min-width:300px;
    padding:20px;
    width:auto;
    margin-left: auto;
    margin-right: auto;
}
