/* Variables */
/* Element Styles */
html,
body {
  height: 100%;
  margin: 0;
}
body {
  background: #fff;
  color: #000000;
  font-family: 'Segoe UI', 'Helvetica Neue', 'Helvetica', 'Trebuchet MS', Verdana;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1.42857143;
}
body form {
  height: 100%;
}
body .container-site {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body #content {
  padding: 20px;
  flex: 1;
  background-color: #f6f7fb;
}
body #footer {
  border-top: 1px solid #84a0d4;
  padding: 20px;
  text-align: center;
  background-color: #e0e7f4;
}
body .padding-top-20 {
  padding-top: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e2153c;
  line-height: 1.1;
}
a {
  text-decoration: none;
}
table td.right,
table th.right {
  float: none;
  text-align: right;
}
table td.left,
table th.left {
  float: none;
  text-align: left;
}
table td.center,
table th.center {
  text-align: center;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.valign-middle {
  vertical-align: middle;
}
.border-left {
  border-left: 1px solid #E6E6E6;
}
.minheight {
  min-height: 691px;
}
.hidden {
  display: none;
}
/* Title styles */
h1 {
  font-size: 2em;
  font-weight: 600;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  font-weight: 600;
  margin: 1em 0;
}
h4 {
  font-size: 1.33em;
  font-weight: 600;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  font-weight: 600;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  font-weight: 600;
  margin: 2.33em 0;
}
.file-uploader {
  border-top: solid 1px LightGray;
  display: none;
  font-size: 12px;
  margin-top: 10px;
}
.panel-info {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 25px;
  margin-top: 25px;
}
.panel-info h4 {
  color: #e2153c;
  float: left;
  padding: 5px 0px;
  margin: 0px;
}
.panel-info h4 span {
  color: #f7931e;
}
.panel-info .buttons {
  float: right;
}
.row-legend {
  display: block;
  height: 25px;
  margin: 10px 0;
  position: relative;
}
.row-legend h5 {
  color: #959595;
  float: left;
  font-size: 1em;
  font-weight: normal;
  margin: 2px 0px;
  padding-right: 5px;
}
.row-legend .hr {
  border-bottom: 1px solid #d3d3d3;
  height: 13px;
  overflow: hidden;
}
.row-legend .buttons {
  float: right;
  padding: 4px 0px;
  margin: -8px 0px 0px 5px;
}
.row-legend .buttons a img {
  vertical-align: text-bottom;
}
/* Header */
#header {
  background: #FFFFFF;
  border-bottom: 1px solid #777777;
  font-weight: 300;
  z-index: 2;
  height: 90px;
  padding-top: 15px;
  /* CSS3 */
  -webkit-box-shadow: 0 6px 4px -3px #999999;
  -moz-box-shadow: 0 6px 4px -3px #999999;
  box-shadow: 0 6px 4px -3px #999999;
}
#header .logo {
  width: 270px;
  margin: 10px;
}
#header .usersection {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
  color: #84a0d4;
  margin-right: 10px;
}
#header .nav {
  margin-left: 30px;
  font-size: 16px;
}
#header .nav ul {
  list-style: none;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
#header .nav ul li {
  float: left;
}
#header .nav ul a {
  color: #e2153c;
  font-weight: 600;
  display: block;
  padding: 17px 10px 16px;
}
#header .nav ul li.active > a {
  border-bottom: 2px solid #f7931e;
}
.footer {
  padding: 10px;
  color: #84a0d4;
}
.footer a {
  color: #e2153c;
}
/* Panels */
.panel {
  background: #FFFFFF;
  padding: 10px;
}
.panel.hasTitle {
  padding: 0px 10px 10px;
}
.panel.split {
  width: 48%;
}
.panel.splitOneThird {
  width: 30%;
}
.panel.splitTwoThird {
  width: 70%;
}
/* Breadcrumb */
.breadcrumb {
  color: #e2153c;
  display: block;
  margin-bottom: 20px;
}
.breadcrumb a {
  display: block;
  float: left;
  margin: 0.25em 5px 0px;
}
.breadcrumb a:first-child {
  margin-left: 0px;
}
.breadcrumb h3 {
  display: block;
  float: left;
  margin: 0px 5px;
}
#content .messageInfo {
  background: #d9edf6;
  color: #3d92bb;
  padding: 10px;
  /* CSS3 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#content .messageInfo h4 {
  color: #3d92bb;
  margin-top: 0px;
}
#content #notificationWidget .messageNote {
  border: 1px solid #d3d3d3;
  min-height: 100px;
  padding: 5px;
  width: 100%;
}
.buttonstrip {
  margin-bottom: 10px;
}
a.gridbutton {
  display: block;
  float: left;
  margin-right: 5px;
}
/* Form options */
form div.error,
form div.success {
  color: #FFFFFF;
  padding: 5px;
  /* CSS3 */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-item {
  border-bottom: 1px solid #d3d3d3;
  padding: 0px 0px 5px;
}
.form-item .radioitem,
.form-item .checkboxitem {
  display: block;
  float: left;
  padding: 5px 0 5px 0;
  width: 105px;
}
.form-item .radioitem input,
.form-item .checkboxitem input {
  float: left;
  margin-right: 4px;
  width: 12px;
}
.form-item .field-label {
  width: 30%;
}
.form-item .field-value {
  width: 70% !important;
}
fieldset h4.field-label {
  font-weight: normal;
  margin: 5px 0;
}
fieldset {
  border: none;
  padding: 0px;
}
fieldset legend {
  border-bottom: 1px solid #d3d3d3;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 25px;
  padding: 5px 0px;
  width: 100%;
}
label.field-label {
  font-weight: normal;
}
.address .street {
  float: left;
  width: 70% !important;
}
.address .streetnumber,
.address .streetsub {
  float: left;
  margin-left: 1%;
  width: 14% !important;
}
.formbuttonbar {
  border-top: 1px solid #d3d3d3;
  margin-top: 25px;
  padding: 15px 0px 0px;
}
.formbuttonbar input,
.formbuttonbar a {
  float: right;
  border: 1px solid #ffffff;
}
.approve_buttons {
  padding-top: 10px;
}
.approve_buttons input {
  border: 1px solid #ffffff;
}
.download-button {
  color: gray;
  padding: 2px;
  border: 1px solid lightgrey;
  border-radius: 4px;
}
/* Custom Layout */
.button.dx-button {
  padding: 4px 10px 4px;
}
.dx-visibility-change-handler .dx-row {
  cursor: pointer;
}
/* -------------------------------------------------------------------------------- */
/* PAGER STYLES */
/* -------------------------------------------------------------------------------- */
.page-center-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* -------------------------------------------------------------------------------- */
/* OVERRIDE STYLES - DEVEXPRESS LIBRARY */
/* -------------------------------------------------------------------------------- */
.dx-button-default {
  background-color: #e2153c;
  border-color: #e2153c;
  color: #fff;
}
/* -------------------------------------------------------------------------------- */
/* OVERRIDE STYLES - GROUPPANEL */
/* -------------------------------------------------------------------------------- */
div.wd-grouppanel .wd-header .wd-caption {
  color: #e2153c;
  font-size: 1em;
  font-weight: 600;
}
div.wd-group-panel .wd-header-container .wd-header-title {
  color: #e2153c;
  font-size: 1em;
  font-weight: 600;
}
/* -------------------------------------------------------------------------------- */
/* OVERRIDE STYLES - TILES */
/* -------------------------------------------------------------------------------- */
div.wd-tile.black {
  background: #000;
}
div.wd-tile.grey {
  background: #959595;
}
div.wd-tile.green {
  background: #4CAF50;
}
div.wd-tile.lightblue {
  background: #2196F3;
}
div.wd-tile.teal {
  background: #009688;
}
div.wd-tile.red {
  background: #f44336;
}
div.wd-tile.orange {
  background: #ff9800;
}
div.wd-tile.disabled {
  background: #e6e6e6;
  border: solid 1px #d7d7d7;
}
/* -------------------------------------------------------------------------------- */
/* TABSTRIP OVERRIDES STYLES */
/* -------------------------------------------------------------------------------- */
div.wd-tabstrip .wd-tabbutton {
  font-size: 1em;
}
body .bootstrap-nav.nav-tabs .nav-link.active {
  background: #e2153c;
  border: 1px solid #e2153c;
}
div.wd-tabstrip.tabbed > .container-tabstrip > .container-tabs > .wd-tabbar-button.active {
  background: #e2153c;
  border-bottom: 1px solid #e2153c;
}
/* -------------------------------------------------------------------------------- */
/* BUTTONSTRIP OVERRIDES STYLES */
/* -------------------------------------------------------------------------------- */
.wd-toolbutton.add {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
  padding: 0px;
}
/* -------------------------------------------------------------------------------- */
/* LOGIN OVERRIDES STYLES */
/* -------------------------------------------------------------------------------- */
body.login {
  background-color: #efefef;
}
.login-widget .login-form form input.loginbtn {
  background: #e2153c;
  border-color: #e2153c;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* -------------------------------------------------------------------------------- */
/* INVOICE PAYMENT REGISTER */
/* -------------------------------------------------------------------------------- */
.widget-invoice-register .panel {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #d3d3d3;
  margin: 10px;
}
.widget-invoice-register .title {
  font-size: 22px;
  align-self: center;
  font-weight: bold;
  margin-top: 15px;
}
.widget-invoice-register .subtitle {
  align-self: center;
  font-weight: bold;
  color: #84a0d4;
  margin-top: 10px;
  margin-bottom: 20px;
}
.container-payment-option {
  display: flex;
  align-items: center;
  height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d3d3d3;
}
.container-payment-option .icon {
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}
.container-payment-option .description {
  font-weight: bold;
}
.container-payment-option .costs {
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}
.container-payment-option .cheveron {
  font-weight: bold;
  color: gray;
  margin-right: 5px;
}
a.container-payment-option {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a.container-payment-option:hover {
  border-bottom: 1px solid #e2153c;
  text-decoration: none;
}
.container-payment-details {
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding-bottom: 20px;
  border-bottom: 3px solid #d3d3d3;
}
.container-payment-details .value {
  font-weight: bold;
  flex: 1;
}
.container-payment-details .payment-detail-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}
.container-payment-details .payment-detail-row .caption {
  width: 150px;
}
.panel-payment-options {
  margin: 5px;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  background-color: #fafafa;
}
.min-height-300 {
  min-height: 300px;
}
