* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: Arial;
  color: #444;
  padding: 0;
  margin: 0;
  color: #777;
}

#wrapper {
  padding: 0 2em;
}

p {
  margin: 1em 0px;
  line-height: 1.5em;
}

img {
  border: 0;
}

h1, h2 {
  letter-spacing: -0.05em;
}

h1 {
  font-size: 1.9em;
  margin-top: 2em;
}

h2 {
  font-size: 1.5em;
  margin: 40px 0 1em 0;
  text-transform: uppercase;
}

h3 {
  font-size: 1.2em;
  margin: 60px 0 1em 0;
}

a {
  color: #777;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.col13 {
  float: left;
  width: 320px;
}

.col23 {
  float: left;
  width: 640px;
}

.col14 {
  float: left;
  width: 240px;
}

.col34 {
  float: left;
  width: 720px;
}

.col50 {
  float: left;
  width: 480px;
}

.content .col13 {
  width: 300px;
}

.content .col23 {
  width: 620px;
}

.content .col50 {
  width: 460px;
}

.content {
  width: auto;
  padding: 0;
}

#rowContent {
  position: relative;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px;
}

#push {
  height: 70px;
}

#rowHeader {
  height: 110px;
  text-align: center;
  margin-bottom: 40px;
}

#rowHeader p {
  margin: 0;
  padding: 0;
}

#rowHeader p img {
  margin-top: 10px;
}

#rowFooter {
  background: #000;
  height: 50px;
}

#rowFooter p {
  color: #888;
  margin: 0;
  padding: 0;
  line-height: 50px;
}

.sidemenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

textarea.large {
  width: 800px;
  height: 400px;
}

input[type=text].large {
  width: 800px;
}

.inputMedium {
  width: 200px;
}

.inputLarge {
  width: 600px;
}

textarea.inputLarge {
  width: 600px;
  height: 100px;
}

.logOnBox {
  background: #FAFAFA;
  padding: 20px;
  width: 400px;
  border-radius: 10px;
  margin: 0 auto;
}

.logOnBox h2 {
  margin-top: 0px;
}

.logOnBox input {
  width: 230px;
}

.searchBox {
  background: #FAFAFA;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.searchBox .dateOptions ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 0.9em;
}
.searchBox .dateOptions ul li {
  padding: 0;
  margin-right: 5px;
  float: left;
  padding: 8px 0px 8px 0;
}
.searchBox .dateOptions ul li a {
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 5px 10px;
}
.searchBox .dateOptions ul li a:hover {
  text-decoration: none;
  color: #555;
}

.datepicker {
  width: 160px;
}

/* Form stuff */
input, select, textarea {
  padding: 8px;
  border: 1px solid #CCC;
  min-width: 200px;
  box-sizing: content-box;
  font-size: 12px;
  color: #555;
}

input[type=checkbox], input[type=submit], input[type=button] {
  width: auto;
}

label {
  width: 200px;
  display: block;
  float: left;
  font-size: 12px;
}

.logOnBox label {
  width: 140px;
}

.field-validation-error {
  color: #ff0000;
}

.field-validation-valid {
  display: none;
}

.input-validation-error, .validation-summary-errors {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.validation-summary-errors {
  font-weight: 500;
  color: #ff0000;
  padding: 10px 10px 10px 70px;
  margin: 0 0 10px 0;
}

.validation-summary-errors span {
  margin-bottom: 10px;
  display: block;
}

.validation-summary-errors ul {
  padding: 0 0 0 16px;
  margin: 0;
  line-height: 1.5em;
}

.validation-summary-valid {
  display: none;
}

.crudTable {
  background: #F0F0F0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
}

.crudTable th, .crudTable td {
  padding: 10px;
}

.crudTable th {
  text-align: left;
}

.crudTable td {
  background: #fff;
}

.crudTable td a {
  color: #00ACED;
}

.crudTable a.edit:hover, .crudTable a.add:hover, .crudTable a.delete:hover {
  text-decoration: underline;
}

.crudTable a.edit, .crudTable a.add, .crudTable a.delete {
  text-decoration: none;
  color: #555;
  font-size: 11px;
  line-height: 16px;
  height: 16px;
  display: inline-block;
}

.crudTable a.edit {
  padding: 0 10px 0 20px;
  background: url(/images/crud/edit.png) no-repeat;
}

.crudTable a.delete {
  padding: 0 0 0 20px;
  background: url(/images/crud/cross.png) no-repeat;
}

.crudTable a.add {
  padding: 0 0 0 20px;
  background: url(/images/crud/add.png) no-repeat;
}

.crudTable .rowNoRecords {
  text-align: center;
}

.inputRow {
  height: 46px;
}

.inputRow .req {
  color: Red;
  font-size: 1.2em;
  padding: 0 10px 0 4px;
}

.fileMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fileMenu ul li {
  padding: 0;
  margin-right: 10px;
  float: left;
  padding: 8px 0 8px 0;
}

#fileExplorer {
  overflow: auto;
  height: 400px;
  margin-bottom: 20px;
}

.fileUpload {
  padding: 10px;
  position: relative;
}
.fileUpload .fileDrag {
  display: block;
  padding: 20px;
  text-align: center;
  border: 2px dashed #ccc;
  background: #fff;
  margin-top: 10px;
  width: 240px;
}
.fileUpload .fileDrag.active:hover, .fileUpload .fileDrag.active.hover {
  background: #b6d434;
  cursor: pointer;
  color: #fff;
}
.fileUpload .wait {
  padding-top: 40px;
  display: none;
}
.fileUpload .filePreview img {
  width: 200px;
}

.menu {
  background: #444;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 0.9em;
  width: 100%;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu ul li {
  padding: 0;
  margin-right: 10px;
  float: left;
  padding: 8px 0 8px 0;
}

.menu ul li a {
  color: #EEE;
  padding: 8px;
  font-weight: 300;
}

.menu ul li a:hover {
  text-decoration: none;
}

.menu ul li.active > a {
  background: #00ACED !important;
  border-radius: 5px;
  color: #808070;
  color: #fff;
}

ul.submenu li a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

ul.submenu {
  background: #444;
  display: none;
  min-width: 140px;
  margin: 0;
  text-align: left;
  position: absolute;
  margin-top: 8px;
  list-style: none;
  padding: 0px;
  z-index: 1000;
}

ul.submenu li {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}

ul.submenu li a {
  border: 0;
  background: none;
  margin: 4px;
  padding: 8px;
  display: block;
  border-radius: 4px;
}

.inputRow span.tip {
  margin-left: 8px;
}

.inputRow span.tip a {
  background: url(/images/crud/tip.png) no-repeat;
  width: 32px;
  display: inline-block;
}

.inputRow span.tip a span {
  visibility: hidden;
}

.exportLink {
  margin-top: 30px;
}

.buttonRow {
  margin: 30px 0px 0px 0px;
}

.textAlignRight {
  text-align: right;
}

.button {
  font-size: 14px;
  border: 2px solid #00ACED;
  color: #00ACED;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: none;
  min-width: 100px;
  display: inline-block;
  text-align: center;
  padding: 6px 10px !important;
  outline: none;
  outline-offset: 0;
  font: inherit;
  text-decoration: none;
}

.button:hover {
  text-decoration: none;
  color: #fff;
  background: #00ACED;
}

input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.cancelButton {
  border: 2px solid #fff;
}

.cancelButton:hover {
  background: #fff;
  color: #452F74;
}

.button.disabled::before {
  display: none;
}

.searchButton::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 20px;
  margin-left: -20px;
}

.downloadButton::before {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  margin-left: 0px;
}

.downloadButton, .uploadButton {
  border: 2px solid #3eb629;
  color: #3eb629;
}

.downloadButton:hover, .uploadButton:hover {
  background: #3eb629;
  color: #fff !important;
}

.uploadButton::before {
  content: "\f093";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  margin-left: 0px;
}

.expander::before {
  content: "\f0fe";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.expander {
  font-size: 20px;
  font-weight: 600;
  margin: 60px 0px 20px 0px;
  display: block;
  text-decoration: none;
}

.expander:hover {
  text-decoration: none;
}

.expander.open::before {
  content: "\f146";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.disabled {
  opacity: 0.4;
  cursor: pointer;
}

table.vertical-table tr th {
  text-align: left !important;
  padding-right: 4em;
}
table.vertical-table tr td {
  padding: 0.5em;
}
table.vertical-table tr td ul {
  padding-left: 1em;
}

.errorInfo {
  color: red;
}

.tick {
  color: #3eb629;
}

.cross {
  color: #3eb629;
}

.addRow:before {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
}

.deleteRow:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: 900;
}

.deleteRow {
  color: #ff0000;
}

.btn-moveup:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-weight: 900;
}

.btn-movedown:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: 900;
}

.radio-inline {
  margin-right: 15px;
}

.inputFormList {
  padding: 0px 15px 0px 15px;
  /* Reset check edit labels in inflation table  */
  /* Center checkbox in list edit fix */
}
.inputFormList .btn {
  text-decoration: none;
}
.inputFormList .table th, .inputFormList .table td {
  font-size: 12px;
}
.inputFormList .table th label, .inputFormList .table td label {
  width: auto;
}
.inputFormList .table th input, .inputFormList .table th select, .inputFormList .table th textarea, .inputFormList .table th .input-group-text, .inputFormList .table td input, .inputFormList .table td select, .inputFormList .table td textarea, .inputFormList .table td .input-group-text {
  font-size: 12px;
}
.inputFormList .table th select, .inputFormList .table td select {
  font-size: 12px;
  min-width: 80px;
  width: auto;
}
.inputFormList .table th input[type=checkbox], .inputFormList .table td input[type=checkbox] {
  width: auto;
  min-width: 120px;
}
.inputFormList td label {
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 300;
}
.inputFormList td label p {
  padding-top: 9px;
}
.inputFormList td .editFormListCheck {
  margin-top: 12.5px;
}
.inputFormList td.text-center input[type=checkbox] {
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=Site.css.map */
