* {
  margin: 0;
  padding: 0;
}
header, footer, section, nav {
  display: block;
}
html, body {
  height: 100%;
}

html, body, button, input, select, textarea { 
  font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
}

b, strong { 
  font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
}

i, em {
  font-family: 'OpenSansItalic', Arial, Helvetica, sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #FFF;
  background-color: #FFF;
  text-align: justify;
}

#body {
  min-width: 320px;
  width:expression(document.body.clientWidth < 320? "320px": "auto" );
}

a, .error, .form-button {
  font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
  font-weight: bold;
}

a {
  white-space: nowrap;
  color: #222;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  color: #E26F1C;
}

img {
  max-width: 100%;
}

img.logo {
   width: 20%;
}

p, h1, ul {
  padding-bottom: 0.75em;
}

li {
  list-style-position: inside;
  list-style-type: square;
}

.container {
  background-color: #058095;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.45);
  border-radius: 5px;
  width: 40%;
  border-bottom: 20px solid #333;
  padding: 1em 2em;
  margin: auto;
  height: 90%;
}

.container-footer {
  padding-top: 0.5em;
}

header {
  padding: 0.1em 0;
  text-align: center;
  margin: auto;
}

.content {
  padding: 0.5em;
  overflow: hidden;
  margin: 0px auto 25px;
  border-radius: 4px;
  background-color: #FFF;
  color: #000;
}

.content.withtabs, .content.withtabsbrowseronly {
  border-radius: 0px 0px 4px 4px;
}
form, .form {
  width: 55%;
  margin: 1em auto 2em;
}

.notfirst {
  display: none;
}

.form-row {
  margin-bottom: 0.5em;
  margin-right: -1em;
  white-space: nowrap;
}

.form-element, .tab-button, .tab-selected {
  padding: 1em 0em;  
  font-size: 16px;
}

input.form-element {
  text-indent: 1em;
  padding-right: 8%;
  width: 87%;
}

.form-element label {
  margin-left: 1em; 
  display: block;
  cursor: pointer;
}

.form-element {
  width: 95%;
  border: 1px solid #CCC;
  border-radius: 4px;
}

.tab-button, .tab-selected {
  width: 50%;
  border-radius: 4px 4px 0px 0px;
  margin: 0px;
  cursor: pointer;
  background-color: #EEE;
  border: none;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.45);
}

.btn_clear {
  border: none;
  background-color: transparent;
  color: #BBB;
  cursor: pointer;
  position: relative;
  left:-2.5em;
  font-weight: bold;
  padding: 0.4em; 
}

::-ms-clear, ::-ms-reveal {
  display: none;
}

.tab-selected {
  box-shadow: none;
  background-color: #FFF;
}

select.form-element {
  height: 3em;
  padding: 0em;
  border: #CCC solid 1px;
  background-color: #DDD;
}

.form-field {
  border: 1px solid #B7B7B7;
}
.form-field:focus {
  color: #333;
  border-color: #333;
  background-color: #FFD;
}

.form-button {
  background: #ab2328;
  box-sizing: content-box;
  color: #FFF;
  cursor: pointer;
}

a.form-button {
  display: block;
  text-align: center;
  color: #FFF;
}

.form-button:hover {
  background: #E58E1A;
}

.error {
  color: #B61601;
}

footer {
  font-size: 14px;
}

.footer-text {
  margin-bottom: 0.5em;
}

/* uApprove */
#attributeRelease table {
  border-radius: 4px;
  border-collapse: collapse;
  border: none;
  width: 100%;
  table-layout: fixed;
  background-color: #058095;
  color: #FFF;
}

#attributeRelease td {
  padding-bottom: 0.5em;
  vertical-align: central;
  word-wrap: break-word;
}

#attributeRelease table tr td:first-child + td {
  width: 65%;
}
#attributeRelease tr {
  border-bottom: 0.5em solid #FFF;
}

#attributeRelease tr.alternate {
  background-color: #FFF;
  color: #000;
  border-bottom: 0.5em solid #058095;
}

#attributeRelease table tr.alternate td:first-child + td {
  border-left: 1px solid #AAA;
}

@media only screen and (min-width: 1024px) {
  .container {
    min-width: 640px;
  }
}

@media only screen and (max-width: 1024px) {
  .browseronly {
    display: none;
  }
  
  .container {
    width: 600px;
  }
  
  .content.withtabsbrowseronly {
    border-radius: 4px;
  }
}

@media only screen and (max-width: 650px) {
  .container {
    position: static;
    margin: 0em auto;
    padding: 0.5em 1em;
    width: 100%;
    border-radius: inherit;
  }
  
  .content {
    margin: 0em auto 20px;
    padding: 2em;
  }
  
  .spacer {
    display: none;
  }
  
  h1 {
    font-size: 24px;
  }
  
  form, .form {
    margin: 0em auto 0.5em;
    width: 100%;
  }
  
  body {
    font-size: 14px;
  }
  
  p, h1 {
    padding-bottom: 0.25em;
  }
  
  #attributeRelease {
    font-size: smaller;
  }
  
  img.logo {
     width: 25%;
  }
  
  .form-element, .tab-button, .tab-selected {
    padding: 0.75em 0em;  
  }
  
  select.form-element {
    height: 2.5em;
  }
}

/* =============================================================================
  Custom fonts available
   ========================================================================== */
@font-face {
    font-family: 'OpenSansRegular';
    src: url('/fonts/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('/fonts/OpenSans-Italic-webfont.eot');
    src: url('/fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('/fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('/fonts/OpenSans-Bold-webfont.eot');
    src: url('/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSansBold';
    src: url('/fonts/droidsans-bold-webfont.eot');
    src: url('/fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/droidsans-bold-webfont.woff') format('woff'),
         url('/fonts/droidsans-bold-webfont.ttf') format('truetype'),
         url('/fonts/droidsans-bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
