.red {
  color: #cc0000;
}

.green {
  color: #009933;
}

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

.bootbox {
  z-index: 999999999 !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-size: 14px;
  line-height: 1;
  background-color: #F3F6F9;
  font-family: sans-serif;
  color: #000;
  line-height: 22px;
  margin-bottom: 60px;
  margin-bottom: 60px;
}

input, textarea, select {
  font-family: sans-serif;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: sans-serif;
  color: #4e4e4e;
}

h1 {
  font-size: 36px;
  color: #fff;
}

h2 {
  font-size: 20px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

h3 {
  font-size: 16px;
  color: #787878;
  font-weight: 400;
}

h4 {
  font-size: 16px;
}

a {
  color: #03717A;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
  cursor: pointer;
}

a:hover, a:focus {
  color: #000;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.center {
  text-align: center;
}

fieldset {
  float: left;
  width: 90%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFF;
  border: 2px solid #fff;
  color: #333;
  text-align: center;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 50px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}

fieldset p {
  font-size: 18px;
  color: #333333;
  padding: 10px 0 0 0;
  margin: 0;
}

.is-sticky {
  z-index: 9999;
  position: relative;
}

table {
  table-layout: auto !important;
}

.marginTop {
  margin-top: 20px;
}

.marginTopDouble {
  margin-top: 40px;
}

.marginBottom {
  margin-bottom: 20px;
}

.marginBottomDouble {
  margin-bottom: 40px;
}

.green_border {
  border: 2px solid #03717A !important;
}

.red_border {
  border: 2px solid #e44f4b !important;
}

.paddingTop {
  padding-top: 20px;
}

.paddingTopDouble {
  padding-top: 40px;
}

.paddingBottom {
  padding-bottom: 20px;
}

.paddingBottomDouble {
  padding-bottom: 40px;
}

.no_row_margin {
  margin-left: 0px;
  margin-right: 0px;
}

.white_bg {
  background-color: #fff;
}

.cursor {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

.title {
  font-size: 40px;
  color: #1c8a93;
}

.border_green_line {
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.grey_bg {
  margin-bottom: 60px;
  margin-top: 20px;
}

.mobile_impact {
  display: none !important;
}

.mobile_icon {
  display: none;
}

.noindent {
  margin-left: 0px !important;
}

.well {
  line-height: 24px !important;
}

.modal {
  top: 80px;
}

.green_text {
  color: #4cae4c !important;
}

.red_text {
  color: #da1f26 !important;
}

.icon_inline {
  transition: all 1s ease-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  cursor: pointer;
  margin-left: 5px;
  font-size: 15px;
}

.image_margin {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: -5px;
}

.nowrap {
  white-space: nowrap;
}

.icon_inline:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.content {
  margin-left: 0px;
}

.image_space {
  margin-bottom: -5px;
  margin-right: 8px;
  width: 15px;
  height: auto;
}

.fancy_check_wrap {
  line-height: 26px;
  padding-top: 7px;
  font-size: 12px;
  white-space: nowrap;
}

.nomarginbottom {
  margin-bottom: 0px !important;
}

.nomargintop {
  margin-top: 0px !important;
}

.marginbottom {
  margin-bottom: 20px;
}

.strike {
  text-decoration: line-through;
}

.popover-title, #popover_data {
  color: #231F20;
}

.cursor, .archive_item {
  cursor: pointer;
}

.alignleft {
  text-align: left;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}

.element_live_content {
  width: 100%;
  float: left;
  transition: all 1s ease-out;
}

ol li {
  list-style-type: lower-alpha;
  list-style-position: inside;
}

img.item {
  width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
}

.fullwidth {
  width: 100%;
}

.mleft {
  margin-left: 10px;
}

.spacetopnone {
  margin-top: 0px;
}

.nospacebottom, .spacebottomnone {
  margin-bottom: 0px;
}

.spacetop {
  margin-top: 20px;
}

.spacebottom {
  margin-bottom: 20px;
}

form .element label {
  margin-left: 10px;
  font-weight: normal;
  font-size: 18px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

a {
  color: #03717A;
}

th a {
  color: #36A4AD;
}

.seeMe {
  font-size: 110%;
  font-weight: bold;
  color: #03717A !important;
  line-height: 24px;
}

.errorRed {
  color: #cf2121 !important;
}

.notlink {
  text-decoration: none !important;
  cursor: default !important;
}

.label {
  display: inline;
  padding: 0.3em 0.6em 0.3em 0.6em;
  font-size: 100%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.pdfCustomer {
  color: #a10909;
}

.pdfInternal {
  color: #187926;
}

.pdfSupplier {
  color: #183a79;
}

.brandGreen {
  color: #1c8a93;
}

.brandBlue {
  color: #03717A;
}

.brandGreenDark {
  color: #03717A;
}

@-webkit-keyframes greyflash {
  from {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  50% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  to {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}
@-webkit-keyframes highlight {
  from {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }
  50% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  to {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes simplespin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.grey {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.flash, .flash_incoming {
  -webkit-animation: greyflash 1s linear infinite;
  -moz-animation: greyflash 1s linear infinite;
  animation: greyflash 1s linear infinite;
  z-index: 9999;
}

.element_buttonGroup {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.element_buttonGroup .button {
  margin-right: 10px;
}
.element_buttonGroup.small {
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 100%;
}

.element_action {
  border: 1px solid #03717A;
  min-width: 60px;
  max-width: 100%;
  border-radius: 5px;
  height: 29px;
  background-color: #1c8a93;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 17.657px;
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
  background-position: center center;
}

.element_action.inactive {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.element_action.positive, .element_action.positive:hover {
  border: 1px solid #03717A;
  background-color: #03717A;
  color: #fff;
}

.element_action.width_auto {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.link_button {
  cursor: pointer;
}

.element_action.red {
  background-color: #cf2121;
  color: #fff;
}

.element_action.yellow {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.element_action.condense {
  min-width: 60px;
}

.element_action:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.element_action.loading, .element_action.loading:hover {
  background-color: #03717A;
  background-image: url(/interface/assets/images/icons/load.gif);
  padding-top: 0px !important;
}

.zynk_input {
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 6px solid #3FC0E6;
  display: inline-block;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  width: 300px;
  line-height: 77px;
  height: 80px;
  text-align: center;
  background-image: url(/interface/assets/images/logos/zynk.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.btn-primary {
  color: #fff;
  background-color: #1c8a93;
  border-color: #1c8a93;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #1c8a93;
  border-color: #1c8a93;
}

.button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #1c8a93;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 6px solid #03717A;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 50px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  transition: background-color 0.5s ease-out, border 0.5s ease-out, width 0.5s ease-out;
  min-width: 260px;
  line-height: 66px;
  height: 70px;
  color: #fff;
}

.button:hover {
  background-color: #03717A;
  border-bottom: 6px solid #231F20;
}

.button.small {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #1c8a93;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 4px solid #03717A;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  transition: background-color 0.5s ease-out, border 0.5s ease-out, width 0.5s ease-out;
  width: 200px;
  line-height: 40px;
  height: 43px;
}

.button.small:hover {
  background-color: #03717A;
  border-bottom: 4px solid #231F20;
}

.button.confirm_button {
  background-color: #03717A;
  color: #fff;
  border-bottom: 6px solid #b8b8b8;
}

.button.confirm_button:hover {
  background-color: #03717A;
  border-bottom: 6px solid #000;
}

.element_action.confirm_button {
  border: 1px solid #03717A;
  background-color: #03717A;
  color: #fff;
}

.element_action.confirm_button:hover {
  border: 1px solid #000;
  background-color: #000;
}

.element_action.reject_button {
  border: 1px solid #cf2121;
  background-color: #cf2121;
  color: #fff;
}

.element_action.reject_button:hover {
  border: 1px solid #000;
  background-color: #000;
}

.button.reject_button {
  background-color: #cf2121;
  color: #fff;
  border-bottom: 6px solid #b8b8b8;
}

.button.reject_button:hover {
  background-color: #03717A;
  border-bottom: 6px solid #000;
}

.button.grey {
  color: #666;
  background-color: #dfe1e2;
  border-bottom: 6px solid #b8b8b8;
}

.button.grey:hover {
  background-color: #b8b8b8;
  border-bottom: 6px solid #000;
}

.button.success {
  background-color: #C0D254;
  border-bottom: 6px solid #231F20;
  min-width: 250px;
  background-image: url(/interface/assets/images/icons/tick_green.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.button.loading {
  background-color: #03717A;
  border-bottom: 6px solid #231F20;
  min-width: 250px;
  background-image: url(/interface/assets/images/icons/load.gif);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 0px;
}

@media only screen and (max-width: 700px) {
  .element_action {
    width: 100%;
    height: 50px;
  }

  .button {
    width: 100%;
  }
}
.element_form {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.element_input_wrap.leftcheck {
  width: 70%;
  float: left;
}
.element_input_wrap.rightcheck {
  width: 30%;
  float: left;
}

.checkpad {
  padding-left: 20px;
  padding-top: 40px;
}

.element_input_wrap {
  width: 100%;
  float: left;
}
.element_input_wrap p {
  float: left;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #838383;
  margin-left: 15px;
  text-align: left;
  font-weight: normal;
}
.element_input_wrap .inlineSettings {
  margin-top: 10px;
}
.element_input_wrap label {
  float: left;
  width: 100%;
  line-height: 22px;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
}
.element_input_wrap .element_form_text {
  width: 98%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #DFE1E2;
  padding-left: 15px;
  color: #585858;
}
.element_input_wrap .form-control.element_form_text {
  width: 100%;
  border: 1px solid #ccc;
}
.element_input_wrap .form-control.element_form_text.date_height {
  line-height: 42px;
  height: 42px;
}
.element_input_wrap .element_form_file {
  width: 98%;
  height: 54px;
  border: 1px solid #DFE1E2;
  padding-left: 15px;
  line-height: 0px;
  padding-top: 15px;
  background-color: #fff;
}
.element_input_wrap .element_form_text.smaller {
  width: auto;
  border: 1px solid #DFE1E2;
  padding-left: 0px;
  margin-left: 0px;
  text-align: center;
}
.element_input_wrap .element_form_text.required {
  border: 1px solid #FF1C1C;
}
.element_input_wrap .element_form_text.textarea {
  width: 98%;
  height: 180px;
  line-height: 24px;
  border: 1px solid #DFE1E2;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.element_input_wrap .element_form_text.textarea.reduced {
  width: 98%;
  height: 100px;
  line-height: 24px;
  border: 1px solid #DFE1E2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.element_form .element_form_77 {
  float: left;
  width: 77%;
}
.element_form .element_form_50 {
  float: left;
  width: 50%;
}
.element_form .element_form_33 {
  float: left;
  width: 33%;
}
.element_form .element_form_25 {
  float: left;
  width: 25%;
}

.form-control {
  height: 33px;
}

.elementTitle {
  text-align: left;
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #000;
  padding-bottom: 10px;
  float: left;
}
.elementTitle .smallerPlease {
  font-size: 70%;
}
.elementTitle .taskAdd {
  position: absolute;
  right: 0px;
  top: -6px;
  cursor: pointer;
}
.elementTitle .taskAdd img {
  transition: all 1s ease-out;
  transform: scale(1);
}
.elementTitle .taskAdd img:hover {
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

.element_bar {
  width: 100%;
  float: left;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 7px;
  background-color: #EAECEF;
}

.input_search, .select_search {
  border-radius: 5px;
  height: 42px;
  background-color: #FFF;
  width: 70%;
  border: 1px solid #D0D0D0;
  padding-left: 5%;
  color: #000;
  line-height: 42px;
}
.input_search.small, .small.select_search {
  width: 40%;
}

.element_selectButton {
  float: left;
  width: 100%;
  text-align: center;
}
.element_selectButton .selectButton {
  float: left;
  width: 32%;
  background-color: #FFFFFF;
  border: 1px solid #E7EFF3;
  height: 98px;
  margin-right: 2%;
  transition: all 0.4s ease-out;
}
.element_selectButton .selectButton h3 {
  color: #03717A;
  font-size: 20px;
  line-height: 47px;
  margin-top: 13px;
}
.element_selectButton .selectButton p {
  font-size: 16px;
}
.element_selectButton .selectButton.five {
  float: left;
  width: 19%;
  height: 98px;
  margin-right: 1%;
}
.element_selectButton .selectButton.four {
  float: left;
  width: 23%;
  height: 98px;
  margin-right: 2%;
}
.element_selectButton .selectButton.three {
  float: left;
  width: 32%;
  height: 98px;
  margin-right: 2%;
}
.element_selectButton .selectButton:hover {
  cursor: pointer;
  background-color: #d7dca8;
  color: #000;
}
.element_selectButton .selectButton:hover .brandGreen {
  transition: all 1s ease-out;
  color: #000;
}
.element_selectButton .selectButton.selected {
  cursor: pointer;
  background-color: #03717A;
  color: #fff;
}
.element_selectButton .selectButton.selected .brandGreen {
  transition: all 1s ease-out;
  color: #fff !important;
}
.element_selectButton .selectButton:last-child {
  margin-right: 0%;
}

.mobileShow {
  display: none;
}

@media only screen and (max-width: 768px) {
  .menu_v2 .right_section {
    width: auto !important;
  }

  .tabletHide {
    display: none !important;
  }
}
@media only screen and (max-width: 700px) {
  .element_form .element_form_33 {
    float: left;
    width: 100%;
  }

  .elementTitle {
    text-align: center;
  }

  .mobileShow {
    display: block;
  }

  .mobileHide {
    display: none !important;
  }

  .largeContent {
    margin-top: 0px !important;
  }

  .input_search, .select_search {
    width: 100%;
  }

  .element_form .element_form_50 {
    width: 100%;
  }

  .element_selectButton .selectButton {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #E7EFF3;
    height: auto;
    margin-right: 0%;
    transition: all 0.4s ease-out;
  }
  .element_selectButton .selectButton h3 {
    line-height: 45px !important;
    margin-top: 0px !important;
  }
  .element_selectButton .selectButton p {
    display: none;
  }
  .element_selectButton .selectButton.four {
    height: auto;
    margin-right: 0%;
    width: 50%;
  }
  .element_selectButton .selectButton.five {
    height: auto;
    margin-right: 0%;
    width: 50%;
  }
  .element_selectButton .selectButton.five:last-child {
    height: auto;
    margin-right: 0%;
    width: 100%;
  }
}
.element_common {
  float: left;
  margin-bottom: 20px;
}

.element_full {
  width: 100%;
}

.element_calendar {
  width: 100%;
}

.element_half {
  width: 49%;
}

.element_half:last-child {
  float: right;
}

.element_table {
  background-color: #FFFFFF;
  float: left;
  width: 100%;
  border: 1px solid #E7EFF3;
  text-align: center;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  padding-right: 1%;
  overflow: visible;
}

.element_table.width98 {
  width: 98%;
}

.element_full .element_table {
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
}

.element_table.height_match {
  width: 100%;
}

.element_wrap {
  float: left;
  width: 100%;
}

.element_table table {
  border: 1px solid #E7EFF3;
  margin-bottom: 0px;
  table-layout: fixed !important;
}

.element_table table tr th {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  background-color: #231F20;
  text-align: center;
}

.element_table table tr td {
  color: #231f20;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  transition: all 0.4s ease-out;
  text-align: center;
  display: table-cell;
}

.element_table table tr td img {
  vertical-align: middle;
}

.unboxed {
  opacity: 0.6;
}

.element_table table tr:hover td, .element_table table tr.highlight_row td, .highlight_row {
  background-color: #d7dca8;
}

.element_table table .green-highlight_row td {
  background-color: #5cb85c !important;
  color: #fff;
}
.element_table table .green-highlight_row td .brandBlue {
  color: #fff;
}
.element_table table .green-highlight_row td a {
  color: #fff !important;
}
.element_table table .green-highlight_row td a.errorRed {
  color: #cf2121 !important;
  font-weight: bold;
}

.element_table table .gold-highlight_row td {
  background-color: #dace8e !important;
  color: #856404;
}
.element_table table .gold-highlight_row td .brandBlue {
  color: #856404;
}
.element_table table .gold-highlight_row td a {
  color: #856404 !important;
}

.allocationWrap {
  background-color: #eee;
  border: 1px sold #ccc;
  padding: 3px;
  margin-bottom: 4px;
}
.allocationWrap.yellow {
  background-color: #f2efb6;
  border: solid 1px #fff98f;
}
.allocationWrap.yellow span {
  font-size: 14px;
  font-style: italic;
}
.allocationWrap.blue {
  background-color: #b6dff2;
  border: solid 1px #b6dff2;
}
.allocationWrap.blue span {
  font-size: 14px;
  font-style: italic;
}

.element_table table .yellow-highlight_row td {
  background-color: #fcf8e3 !important;
  color: #856404;
}
.element_table table .yellow-highlight_row td .brandBlue {
  color: #856404;
}
.element_table table .yellow-highlight_row td a {
  color: #856404 !important;
}
.element_table table .yellow-highlight_row td a.errorRed {
  color: #cf2121 !important;
  font-weight: bold;
}

.element_table table .red-highlight_row td {
  background-color: #f8d7da !important;
  color: #721c24;
  border-bottom: 1px solid #ccc;
}
.element_table table .red-highlight_row td .brandBlue {
  color: #721c24;
}
.element_table table .red-highlight_row td a {
  color: #721c24 !important;
}
.element_table table .red-highlight_row td a.errorRed {
  color: #cf2121 !important;
  font-weight: bold;
}

.element_table table .grey-highlight_row td {
  background-color: #e2e3e5 !important;
  color: #383d41;
  opacity: 0.8;
}
.element_table table .grey-highlight_row td .brandBlue {
  color: #383d41;
}
.element_table table .grey-highlight_row td a {
  color: #383d41 !important;
}

.element_table table .blue-highlight_row td {
  background-color: #cce5ff !important;
  color: #004085;
}
.element_table table .blue-highlight_row td .brandBlue {
  color: #004085;
}
.element_table table .blue-highlight_row td a {
  color: #004085 !important;
}

.element_table table .purple-highlight_row td {
  background-color: #6a3ca9 !important;
  color: #fff;
}
.element_table table .purple-highlight_row td .brandBlue {
  color: #fff;
}
.element_table table .purple-highlight_row td a {
  color: #fff !important;
}

.element_table table .purple-highlight_row td {
  background-color: #6a3ca9 !important;
  color: #fff;
}
.element_table table .purple-highlight_row td .brandBlue {
  color: #fff;
}
.element_table table .purple-highlight_row td a {
  color: #fff !important;
}
.element_table table .purple-highlight_row td .allocationWrap {
  color: #000;
}
.element_table table .purple-highlight_row td .allocationWrap a {
  color: #000 !important;
}

.element_table table .your_highlight_row td {
  background-color: #E1E6B9;
  color: #fff;
}
.element_table table .your_highlight_row td .brandBlue {
  color: #fff;
}

.element_calculation {
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  background-color: #fa7d00;
}

.element_graph {
  background-color: #FFFFFF;
  float: left;
  width: 100%;
  border: 1px solid #E7EFF3;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.box {
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 58px;
}

.box .row.head {
  background-color: #231F20;
  color: #FFFFFF;
  border-bottom: 6px solid #1c8a93;
}

.inlineSettings {
  display: inline;
  cursor: pointer;
  transition: all 1s ease-out;
  opacity: 1;
}

.inlineSettings a {
  color: #231F20;
  text-decoration: none;
}

.inlineSettings:hover img.cog {
  -webkit-animation: simplespin 2s linear infinite;
  -moz-animation: simplespin 2s linear infinite;
  animation: simplespin 2s linear infinite;
}

.largeContent {
  padding-left: 0%;
  padding-right: 0%;
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 40px;
}

.thirdleft {
  margin-left: -10px;
  margin-right: 0px;
}

.thirdright {
  margin-left: -15px;
  float: right;
}

@media only screen and (max-width: 700px) {
  .scanner_expand_width {
    overflow-x: scroll;
    width: 250% !important;
  }
  .scanner_expand_width.smaller {
    width: 150% !important;
  }
  .scanner_expand_width.extratoo {
    width: 450% !important;
  }

  .element_table table, table {
    table-layout: fixed !important;
  }

  .element_table table td, table td {
    overflow: hidden !important;
  }

  .maincontent {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
  }

  .box {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
  }

  .element_graph {
    display: none;
  }

  .thirdright {
    display: none;
  }
}
.elementLink {
  width: 100%;
  padding-bottom: 30px;
  float: left;
}
.elementLink a {
  font-size: 18px;
  text-decoration: underline;
}
.elementLink a:hover {
  text-decoration: none;
}

.email_link {
  background-image: url(/interface/assets/images/icons/email.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}

.pdf_link {
  background-repeat: no-repeat;
  background-position: left center;
}

.pdf_link.green {
  background-image: url(/interface/assets/images/icons/pdf_small_green.png);
}

.pdf_link.blue {
  background-image: url(/interface/assets/images/icons/pdf_small_blue.png);
}

.pdf_link.search_mode {
  padding-left: 15px;
  padding-right: 15px;
  background-position: center center;
}

.pdf_link_inline {
  width: 15px;
  height: 19px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: -4px;
  display: inline-block;
}

@media only screen and (max-width: 700px) {
  .elementLink {
    text-align: center;
  }
}
.v_split {
  width: 100%;
  float: left;
}

.v_split_side {
  width: 50%;
  float: left;
  height: 1000px;
  text-align: left;
}

.split_summary {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 150px;
  max-height: 500px;
  overflow-y: auto;
}
.split_summary h2 {
  margin-bottom: 25px;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
}
.split_summary p {
  margin-bottom: 25px;
  line-height: 24px;
  font-size: 15px;
}
.split_summary li {
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 15px;
}
.split_summary img {
  width: 100%;
  height: auto;
  max-width: 380px;
}

.v_split .right {
  background-image: url(/interface/assets/images/bg/portal_bg.jpg);
  background-size: cover;
}

.login-element {
  border: 1px solid #5b5b5b;
  width: 100%;
  line-height: 80px;
  height: 80px;
  background-color: #cccccc;
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.login-box {
  padding-top: 100px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 40px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 430px;
}

.login-box h7 {
  font-size: 40px;
  color: #c3cf21;
  line-height: 0.75;
  text-align: center;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.login-box p {
  color: #fff;
  font-size: 12px;
}

.login-box .element {
  font-size: 14px;
  padding-bottom: 15px;
  padding-top: 5px;
}

.login-box .logo {
  margin-bottom: 20px;
}

form .element label {
  margin-left: 10px;
}

form .element #cookie {
  margin-bottom: -5px;
}

@media only screen and (max-width: 700px) {
  .login-box {
    padding-top: 100px;
  }

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

body {
  font-size: 14px;
  line-height: 1;
  background-color: #F3F6F9;
  font-family: sans-serif;
  color: #000;
  line-height: 22px;
  margin-bottom: 60px;
  margin-bottom: 60px;
}

.box {
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 58px;
}

.menu_v2 {
  background-color: #181818;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 47px;
  z-index: 9999999;
}

.elementTitle {
  text-align: left;
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #000;
  padding-bottom: 10px;
  float: left;
}

.popup_menu {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
  z-index: 9999;
  display: none;
}

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