﻿/*#region Reset*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
details,
embed,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

label {
  display:inline-block;
  max-width:100%;
  margin-bottom:5px;
  font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
html,
body {
  line-height: 1.4;
  height: 100%;
}
/*#endregion Reset*/
/*#region Base*/

body,
html {
  font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: #ededed !important;
  position: relative;
  color: #3e3e3e;
}
.etp_body_content {
  padding-top: 5.5em;
  text-align: center;
}
.etp_body_content .form-control {
  border-radius: 0px;
}
.etp_body_content .etp_updating {
  color: white;
  font-weight: bold;
  background-color: #1B1B37;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus {
  border-color: rgba(80, 101, 124, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(80, 101, 124, 0.4);
  outline: 0 none;
}
.etpfr_error {
  font-style: italic;
  color: #dc1c1c;
}
.etpfr_error p {
  padding-top: 1.5em;
  list-style: none;
}
.etpfr_success {
  font-style: italic;
  color: #1cdc2c;
}
.etpfr_success p {
  padding-top: 1.5em;
  list-style: none;
}
.etp_LabelBootstrapFor {
  font-size: 1.3em;
  margin-bottom: 0.5em;
    font-weight: 500;
}
/*#endregion Base*/
.etp_box_container {
    background-color: white;
    line-height: 2.5em;
    padding-top: 1em;
    margin:2em 1em 1em 1em;
}
button.btn {
    border-radius: 0;
    border-color: #1B1B37;
    width: 100%;
    height: 3em;
    margin-top: 0.8em;
}
input.form-control {
    border: 0px;
    border-bottom: 1px #ADADAD solid;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.etp_box_container .form-group {
    padding: 0 10% 0 10%;
}
