/* =========================
   IMPORT SYSTEM
   ========================= */
/* Legacy global scope bridge */
/* Colors */
/* Layout */
.noteBtn, .noteInfo, a.plus,
a.minus,
a.employed,
a.action,
a.info,
a.view,
a.document,
a.edit,
a.print,
a.save,
a.cancel,
a.participants,
a.email, .tabs a, .actionsMenu, .actionsMenuItem, .actionsMenuWrp.visible, .actionsMenuWrp, .pagerPosts, .supportbarContentWrp, .sidebarMenu span, .headerSearchBtnWrp, .quickSearchWrp, .headerSearch, .userMenu span, .userMenu, #topbar span.importWarning, #topbar span.userMenuToggleBtn, .dropdown, .textarea, .textfield, .iconBtn, label, .formsWrp h3.formsHeadline, .RadButton_Default .rbDecorated, .btn {
  position: relative;
  list-style: none;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  _height: 30px;
}

.location .supportbarHeader, .location .noteWrp, #footer, .helpTxt, .printBtnWrp, .dialogActionBtnWrp, .dialogActionTxt, .dialogAction, .noteWrp, a.plus,
a.minus,
a.employed,
a.action,
a.info,
a.view,
a.document,
a.edit,
a.print,
a.save,
a.cancel,
a.participants,
a.email, .tabs a, .actions, .pager, .col_10,
.col_12,
.col_14,
.col_20,
.col_25,
.col_30,
.col_33,
.col_40,
.col_50,
.col_60,
.col_67,
.col_75,
.col_80,
.col_100, .colsToggleBtn, .colsHeader, .supportbarHeader, #supportbar, .quickSearchWrp, .headerSearch, .timeout div, .message, .RadComboBox, .dropdown, input[type=text],
input[type=search],
input[type=button],
input[type=submit],
input[type=select],
input[type=password],
input[type=file],
textarea, .iconBtn, .inputWrp,
.companyInfo, .RadButton_Default .rbDecorated, .btn, .dialogActionWrp, .infoBox p, .contentBox, .formsWrp {
  position: relative;
  box-sizing: border-box;
  behavior: url(/static/css/boxsizing.htc) \9 ;
}

.dialogActionWrp, .infoBox p, .contentBox, .formsWrp {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
}

/* Rounded Corners */
/* Transitions */
.RadButton_Default .rbDecorated, .btn {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: none;
  color: #fff;
  line-height: 16px;
  font-size: 12px !important;
  font-weight: 700;
  font-family: "Lato", sans-serif !important;
  text-align: center;
  background-color: #824895;
  cursor: pointer;
}

@media (max-width: 767px) {
  .chatWrp {
    display: none !important;
  }
}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: 1000px;
  margin: 30px auto;
}

.modal-lg {
  width: 1000px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal-sm {
  width: 300px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 10px 15px;
  border-bottom: 1px solid #e2e2e2;
}

.modal-header .close {
  border: none;
  background-color: transparent;
  width: 20px;
  height: 20px;
  text-indent: 100px;
  cursor: pointer;
  overflow: hidden;
  float: right;
  background-image: url(/static/images/icon_close_black_10.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}

.modal-body {
  position: relative;
  padding: 10px 15px 15px;
}

.modalContentHeadline {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
}

.modal-footer {
  text-align: right;
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
}

.modal-footer .btn,
.modal-footer span {
  float: left;
}

.modal-footer button.btn {
  float: right;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .modal-header .close {
    background-image: url(/static/images/icon_close_black_20.png);
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .modal-dialog {
    width: auto;
    margin: 30px 50px;
  }
  .modal-lg {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .modal-dialog {
    width: auto;
    margin: 30px 50px;
  }
  .modal-lg {
    width: auto;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    width: auto;
    margin: 15px;
  }
  .modal-lg {
    width: auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  }
  .modal-header {
    padding: 10px 15px;
  }
  .modal-body {
    padding: 10px 0 10px 10px;
  }
  .modal-footer {
    padding: 10px 15px;
  }
  .modal-header .close {
    margin-top: 2px;
    background-size: 10px;
  }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
/* Styles specific to this particular page */
.scroll-pane {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
  left: 0;
}

#supportbar .jspPane {
  position: absolute;
  right: 0;
  left: auto;
}

.jspVerticalBar {
  position: absolute;
  top: 30px;
  left: 274px;
  right: auto;
  width: 6px;
  background: transparent;
}

#supportbar .jspVerticalBar {
  left: 20px;
}

.jspHorizontalBar {
  display: none !important;
}

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: transparent;
  position: relative;
}

.jspDrag {
  background: #824895;
  position: relative;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  display: none;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

@media (min-width: 1600px) {
  #supportbar .jspVerticalBar {
    left: 0px;
  }
}
@media (min-width: 1280px) {
  .jspVerticalBar {
    left: 273px;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .jspDrag {
    background: transparent;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .jspDrag {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .jspDrag {
    background: transparent;
  }
}
.formsWrp {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-bottom: 10px;
}

.formsWrp.last {
  margin-bottom: 10px;
}

.formsWrp h3.formsHeadline {
  padding: 15px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.formsWrp h3.formsToggleBtn {
  padding-left: 25px;
  cursor: pointer;
  background-image: url(/static/images/icon_arrow_right_blue_10.png);
  background-repeat: no-repeat;
  background-position: 5px 19px;
  background-size: 10px;
}

.formsWrp h3.formsToggleBtn.active {
  background-image: url(/static/images/icon_arrow_down_blue_10.png);
}

.hiddenForm {
  display: none;
}

.hiddenForm.visible {
  display: block;
}

.inputWrp,
.companyInfo {
  overflow: hidden;
  margin-bottom: 2px;
  padding-left: 5px;
  padding-right: 15px;
  font-weight: 700;
}

.companyInfo {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  border-top: 1px solid #e2e2e2;
  font-size: 12px;
}

label.formsLabel {
  padding-bottom: 2px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 11px;
  clear: both;
  float: none;
}

.formsWrp label.formsLabel {
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1px;
}

.formsWrp .companyInfo label.formsLabel {
  font-size: 12px;
  width: 140px;
}

.print .formsLabel {
  letter-spacing: 0;
  font-size: 13px !important;
  text-transform: none;
  font-weight: 700;
}

.print .formsLabel {
  font-size: 11px;
}

.btnWrp {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Buttons */
.btn {
  padding: 7px 12px;
}

.btn.startpageBtn {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.btn.print {
  width: 90px;
  margin-bottom: 1px;
  margin-right: 10px;
}

.formsWrp .btn {
  margin-top: 22px;
}

.formsWrp .btn.orgChange {
  margin-top: 0;
  float: right;
  width: 35%;
}

.iconBtn {
  padding: 5px 15px 5px 17px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px;
}

.iconBtn.view {
  background-image: url(/static/images/icon_view_purple_20.png);
  background-size: 20px;
  padding: 5px 15px 5px 27px;
}

.iconBtn.delete {
  background-image: url(/static/images/icon_close_purple_10.png);
}

input[type=text],
input[type=button],
input[type=submit],
input[type=select],
input[type=password],
input[type=file],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=search],
input[type=select],
input[type=password],
textarea,
select {
  moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  line-height: 14px;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #1c1c1c;
}

input[type=text],
input[type=search],
input[type=button],
input[type=submit],
input[type=select],
input[type=password],
input[type=file],
textarea {
  font-family: "Lato", sans-serif;
}

::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #f5f5f5 !important;
}

/* Textfield */
.textfield {
  width: 100%;
  height: 30px;
  padding: 0 8px;
  background-color: #f5f5f5;
  border: 1px solid #999;
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 14px;
}

.formsWrp .textfield.orgChange {
  height: 30px;
  padding: 0 10px;
  width: 65%;
  float: left;
}

.modal-body .textfield {
  background-color: #fff;
}

/* Textarea */
.textarea {
  width: 100%;
  padding: 5px 0 5px 8px;
  background-color: #f5f5f5;
  border: 1px solid #999;
}

.textareaCompanyD {
  height: 136px;
}

.modal-body .textarea {
  background-color: #fff;
}

/* Radio buttons */
input[type=radio] {
  height: 16px !important;
  width: 16px !important;
  vertical-align: middle;
}

.radiobutton label {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  line-height: 16px;
}

.radioBtnList td {
  padding: 3px 0 0 2px;
  background-color: transparent;
  border: none !important;
}

.radioBtnList label {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  line-height: 16px;
}

/* Check boxes */
input[type=checkbox] {
  height: 16px !important;
  width: 16px !important;
  vertical-align: middle;
}

.checkbox label {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  line-height: 16px;
}

/* Dropdown list */
.dropdown {
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 8px;
  background-color: #f5f5f5;
  border: 1px solid #999;
  background-image: url(/static/images/icon_arrow_down_black_10.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 10px;
}

.dropdown.hasValue {
  background-image: url(/static/images/icon_arrow_down_white_10.png);
}

.modal-body .dropdown {
  background-color: #fff;
}

select {
  height: 28px;
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
  background: transparent;
  line-height: 14px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-top: 0;
  }
}
select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

select > option {
  padding: 5px 10px;
  background: #fff;
  color: #333;
  border: 0 !important;
  border-style: hidden !important;
  line-height: 20px;
  font-size: 13px;
  font-family: "Lato", sans-serif;
}

/* Rad Combo Box */
.RadComboBox,
.RadComboBox * {
  margin: 0 !important;
  padding: 0 !important;
  background-image: none !important;
  font-style: normal !important;
  color: #333 !important;
}

.RadComboBox {
  width: 100% !important;
  background-color: #f5f5f5 !important;
  border: 1px solid #999 !important;
  cursor: pointer;
}

.modal-body .RadComboBox {
  background-color: #fff !important;
}

.tabs .RadComboBox {
  width: 180px !important;
  float: left !important;
  background-color: #fff !important;
  border: 1px solid #e2e2e2 !important;
}

.RadComboBox input {
  display: block !important;
  width: 100% !important;
  height: 28px !important;
  padding: 0 8px !important;
  font-family: "Lato", sans-serif !important;
  font-size: 12px !important;
  line-height: 20px !important;
  background-color: transparent !important;
  border: none !important;
}

.tabs .RadComboBox input {
  height: 30px !important;
  color: #666 !important;
}

.RadComboBox .rcbArrowCell a,
.noTouch .RadComboBox .rcbArrowCell a:hover {
  display: block;
  border: none !important;
  background-color: transparent !important;
  width: 28px !important;
  height: 28px !important;
  text-indent: 100px;
  overflow: hidden;
  background-image: url(/static/images/icon_arrow_down_black_10.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 10px !important;
}

.RadComboBoxDropDown_Default {
  border-color: #999 !important;
}

.RadComboBoxDropDown_Default .rcbItem,
.RadComboBoxDropDown_Default .rcbHovered {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.RadComboBoxDropDown_Default .rcbHovered {
  background-color: #e2e2e2 !important;
}

.RadComboBoxDropDown input[type=checkbox] {
  margin: 3px !important;
}

/* Rad Buttons */
.RadButton_Default.rbSkinnedButton,
.RadButton_Default .rbDecorated,
.RadButton_Default.rbVerticalButton,
.RadButton_Default.rbVerticalButton .rbDecorated,
.RadButton_Default .rbSplitRight,
.RadButton_Default .rbSplitLeft {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background-image: none !important;
  height: auto !important;
}

.RadButton_Default.rbSkinnedButton {
  margin-left: 5px !important;
}

.RadButton_Default .rbDecorated {
  padding: 7px 12px !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700;
  font-family: "Lato", sans-serif !important;
}

/* Rad File Upload */
.RadAsyncUpload .ruFileWrap {
  height: auto !important;
}

.RadAsyncUpload .ruBrowse {
  background-color: #824895 !important;
  height: auto !important;
  width: auto !important;
  border: none !important;
  outline: none !important;
  padding: 7px 12px !important;
  margin: 0 !important;
  margin-top: 5px !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  font-family: "Lato", sans-serif !important;
}

.RadAsyncUpload .ruRemove {
  width: 20px !important;
  height: 20px !important;
  margin-left: 10px !important;
  background-color: #df5555 !important;
  background-image: url(/static/images/icon_close_white_10.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 10px !important;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  behavior: url(/static/css/PIE.htc) \9 ;
}

.RadAsyncUpload .ruFileInput {
  cursor: pointer;
}

.RadAsyncUpload .ruUploadSuccess {
  background-image: none !important;
  padding: 0 !important;
}

/* File upload */
input[type=file] {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Rad Picker */
.RadPicker {
  border: 1px solid #e2e2e2 !important;
  background-color: #fff !important;
  float: none !important;
  width: 100% !important;
}

.RadPicker .riTextBox {
  font-size: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 8px !important;
  font-family: "Lato", sans-serif !important;
  border: none !important;
  height: 28px !important;
}

.RadPicker table td:last-child {
  padding-right: 8px !important;
}

.RadPicker .rcCalPopup,
.RadPicker .rcTimePopup {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  margin-right: 7px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 14px !important;
}

.RadPicker .rcCalPopup {
  background-image: url(/static/images/icon_event_gray_14.png) !important;
}

.noTouch .RadPicker .rcCalPopup:hover {
  background-image: url(/static/images/icon_event_black_14.png) !important;
}

.RadPicker .rcTimePopup {
  background-image: url(/static/images/icon_time_gray_14.png) !important;
}

.noTouch .RadPicker .rcTimePopup:hover {
  background-image: url(/static/images/icon_time_black_14.png) !important;
}

/* Rad Editor */
.Bootstrap.reWrapper {
  border: 1px solid #e2e2e2 !important;
  height: auto !important;
}

.Bootstrap.reWrapper table,
.Bootstrap.reWrapper tbody {
  background-color: transparent !important;
}

.Bootstrap.reWrapper table td,
.Bootstrap.reWrapper table th {
  white-space: normal !important;
}

.Bootstrap.reWrapper .reToolCell {
  padding-top: 5px !important;
  border-bottom: 1px solid #e2e2e2 !important;
}

.Bootstrap.reWrapper .reContentCell {
  border: none !important;
}

.Bootstrap.reWrapper .reBottomTable {
  border-top: 1px solid #e2e2e2 !important;
}

.Bootstrap.reWrapper .reEditorModesCell {
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}

.Bootstrap.RadEditor .reEditorModes {
  background-color: #fff !important;
}

.Bootstrap table td:first-child {
  border-left: none !important;
}

.Bootstrap .reToolbar:after {
  display: none !important;
}

.Bootstrap .reDropdown span {
  width: 120px !important;
  font-size: 12px !important;
}

.Bootstrap .reContentCell iframe {
  min-height: 157px !important;
}

/* Jquery Drop Down */
.ui-multiselect {
  background-image: none !important;
  width: 100% !important;
  background-color: #f5f5f5 !important;
  border: 1px solid #999 !important;
  height: 30px !important;
  padding: 0 8px !important;
  moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  line-height: 1.5 !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  color: #1c1c1c !important;
}

.ui-state-default .ui-icon {
  background-image: url(/static/images/icon_arrow_down_black_10.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 10px !important;
  cursor: pointer;
}

.ui-widget-content {
  background-image: none !important;
  background-color: #fff !important;
  border: 1px solid #999 !important;
  moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important;
}

.ui-widget-header {
  background-image: none !important;
  background-color: #824895 !important;
  border: 1px solid #824895 !important;
  moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important;
}

.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-focus {
  font-weight: 400 !important;
  background-image: none !important;
  color: #1c1c1c !important;
  background-color: #e2e2e2 !important;
  border: 1px solid #fff !important;
  moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* Has Value */
.hasValue {
  background-color: #9b6caa !important;
  color: #fff !important;
}

.hasValue select {
  color: #fff !important;
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .formsToggleBtn {
    background-image: url(/static/images/icon_arrow_right_blue_20.png);
  }
  .formsToggleBtn.active {
    background-image: url(/static/images/icon_arrow_down_blue_20.png);
  }
  .dropdown {
    background-image: url(/static/images/icon_arrow_down_black_20.png);
  }
  .dropdown.hasValue {
    background-image: url(/static/images/icon_arrow_down_white_20.png);
  }
  .RadComboBox .rcbArrowCell a,
  .noTouch .RadComboBox .rcbArrowCell a:hover,
  .ui-state-default .ui-icon {
    background-image: url(/static/images/icon_arrow_down_black_20.png) !important;
  }
  .RadAsyncUpload .ruRemove {
    background-image: url(/static/images/icon_close_white_20.png) !important;
  }
  .RadPicker .rcCalPopup {
    background-image: url(/static/images/icon_event_gray_28.png) !important;
  }
  .RadPicker .rcCalPopup:hover {
    background-image: url(/static/images/icon_event_black_28.png) !important;
  }
  .RadPicker .rcTimePopup {
    background-image: url(/static/images/icon_time_gray_28.png) !important;
  }
  .RadPicker .rcTimePopup:hover {
    background-image: url(/static/images/icon_time_black_28.png) !important;
  }
  .iconBtn.view {
    background-image: url(/static/images/icon_view_purple_40.png);
  }
  .iconBtn.delete {
    background-image: url(/static/images/icon_close_purple_20.png);
  }
}
@media (max-width: 767px) {
  /* Forms */
  .formsWrp {
    padding-left: 10px;
    padding-right: 0;
  }
  .inputWrp {
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .tabs .RadComboBox {
    width: 100% !important;
    float: none !important;
  }
}
.RadAjaxPanel {
  min-height: 100%;
  margin: 0 auto -140px;
}

#login {
  text-align: center;
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}

.loginLogo {
  position: relative;
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  margin: 30px auto;
}

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

.loginLogocontainer {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 45px;
  overflow: hidden;
  margin: 0 auto;
}

.logo_business {
  width: 30%;
  height: auto;
  margin-left: 0px;
}

.logo_location {
  width: 30%;
  height: auto;
  margin-left: 100px;
}

.container {
  text-align: left;
  position: relative;
  width: 500px;
  height: 310px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.form-signin-heading {
  background-color: #fff;
  display: block;
  overflow: hidden;
  padding: 20px 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}

.container .input-group {
  margin: 10px 30px;
  overflow: hidden;
}

.form-toolbox {
  position: absolute;
  width: 100%;
  bottom: -60px;
}

.form-plh {
  position: relative;
}

.form-signin,
.form-forgot {
  position: absolute;
  width: 100%;
  background: #fff;
}

#login .message {
  display: block;
  overflow: hidden;
  margin: 0 30px;
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 14px;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0,MakeShadow=true,ShadowOpacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=0,MakeShadow=true,ShadowOpacity=0)";
  zoom: 1;
  background-image: none;
}

.form-forgot {
  display: none;
  z-index: 99;
}

#login .btn {
  display: block;
  padding: 10px 15px;
  line-height: 16px;
  font-size: 14px !important;
  text-align: center;
  color: #fff !important;
  background-color: #089BCD !important;
}

#login .btn-login,
#login .btn-send-password {
  margin: 0 30px 10px;
}

#login .textfield {
  height: 36px;
  font-size: 14px;
  line-height: 20px;
}

/* mobile block (original) */
@media (max-width: 767px) {
  .RadAjaxPanel {
    margin-bottom: -160px;
  }
  .loginLogo {
    max-width: 280px;
    margin: 25px auto;
  }
  .container {
    width: auto;
    height: 255px;
    margin-left: 5%;
    margin-right: 5%;
  }
  .form-signin-heading {
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  .container .input-group {
    margin: 10px 15px;
    overflow: hidden;
  }
  .form-toolbox {
    bottom: -60px;
  }
  #login .btn {
    padding: 10px 15px;
  }
  #login .btn-login,
  #login .btn-send-password {
    margin: 0 15px 10px;
  }
  #login .message {
    margin: 0 15px;
  }
  #login .textfield {
    height: 36px;
  }
}
.RadAjaxLoadingPanel {
  background: transparent !important;
}

.RadAjaxLoadingPanel * {
  display: none !important;
}

.form-signin,
.form-forgot {
  position: static !important;
}

.form-forgot {
  display: none;
}

.form-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  margin-bottom: 16px;
  background: #f0f8fc;
  border-radius: 8px;
  font-weight: 600;
  color: #0a9dcc;
}

#footer {
  background-color: #00507C;
}

.loginLogocontainer {
  margin: 0 auto 32px;
}

.login-container input[type=email] {
  width: 100%;
  max-width: 480px !important;
  display: block;
  margin: 0 auto;
}

.form-signin {
  display: flex;
  flex-direction: column;
  padding-bottom: 48px;
}

.btn-login {
  margin-top: 24px;
}

.container {
  width: 560px;
  margin: 0 auto;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  height: unset !important;
  min-height: 310px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-sizing: border-box;
}

.input-group {
  position: relative;
}

/* password toggle icon */
.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.toggle-password .fa {
  font-size: 18px;
}

.rbl-2fa-inline {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 24px 0 28px;
}

.rbl-2fa-inline label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
  padding: 16px 24px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  transition: all 0.18s ease;
}

.rbl-2fa-inline label:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(10, 157, 204, 0.12);
  border-color: #0a9dcc;
}

.rbl-2fa-inline input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rbl-2fa-inline label.is-selected {
  background: #f0f8fc;
  border-color: #0a9dcc;
  box-shadow: inset 0 0 0 2px #0a9dcc;
  transform: none;
}

.rbl-2fa-inline label span,
.rbl-2fa-inline label i {
  font-size: 18px;
}

.sms-extra {
  margin-top: 8px;
}

.btn.is-loading {
  pointer-events: none;
  opacity: 0.6;
}

.container.password-container {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fff;
  height: auto !important;
  padding: 1px;
  box-sizing: border-box;
  overflow: visible !important;
  border: 0 !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  background: #fff;
}

#login {
  overflow-x: hidden;
  overflow-y: visible;
}

.container.password-container > .form-plh {
  background: transparent !important;
}

.container.password-container .form-plh,
.container.password-container .form-signin {
  height: auto !important;
  overflow: visible !important;
}

#pnlPassword .form-signin {
  position: relative !important;
}

#pnl2FASelect .form-signin {
  position: relative !important;
}

#pnl2FACode .form-signin {
  position: relative !important;
}

.form-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #0b2e4a;
  text-align: center;
  margin-bottom: 8px;
  text-transform: none;
}

.form-instruction {
  font-size: 14px;
  line-height: 1.5;
  color: #5f6f7c;
  text-align: center;
  max-width: 420px;
  margin: 0 auto 24px;
}

@media (max-width: 768px) {
  .rbl-2fa-inline label {
    min-width: 150px;
    padding: 14px 18px;
    font-size: 14px;
  }
  .container {
    width: 460px;
  }
  .RadAjaxPanel {
    margin-bottom: -160px;
  }
  .loginLogo {
    max-width: 280px;
    margin: 25px auto;
  }
  .container {
    height: 255px;
    margin-left: 5%;
    margin-right: 5%;
  }
  .form-signin-heading {
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  .container .input-group {
    margin: 10px 15px;
    overflow: hidden;
  }
  .form-toolbox {
    bottom: -60px;
  }
  #login .btn {
    padding: 10px 15px;
  }
  #login .btn-login,
  #login .btn-send-password {
    margin: 0 15px 10px;
  }
  #login .message {
    margin: 0 15px;
  }
  #login .textfield {
    height: 36px;
  }
}
@media (max-width: 480px) {
  .container {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.login-notice {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 18px;
  margin: 0 auto 22px auto;
  max-width: 80%;
  width: 100%;
  background: #f0f8fc;
  border: 1px solid #d6ecf7;
  border-left: 5px solid #0a9dcc;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 4px 12px rgba(10, 157, 204, 0.08);
}

.login-notice-icon {
  font-size: 20px;
  color: #0a9dcc;
  margin-top: 2px;
}

.login-notice-content strong {
  display: inline-block;
  font-weight: 700;
  color: #0b2e4a;
  margin-bottom: 2px;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

html,
form {
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  height: 100%;
  background-color: #efeef4;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #1F3667;
}

#wrapper {
  min-height: 100%;
  margin: 0 auto -140px; /* the bottom margin is the negative value of the footer's height */
}

#push {
  height: 140px; /* #push must be the same height as #footer */
}

#push {
  height: 140px; /* #push must be the same height as #footer */
}

.clearFloat {
  margin: 0;
  padding: 0;
  height: 0px;
  overflow: hidden;
  clear: both;
}

.iLoader {
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 60px;
  background: #fff;
  position: absolute;
  top: 0;
}

.iLoader img {
  width: 64px;
}

.spinner img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
}

/* General */
div, p, a, li, td {
  -webkit-text-size-adjust: none;
}

strong {
  font-weight: 700;
}

a {
  color: #824895;
  text-decoration: none !important;
  cursor: pointer !important;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 20px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 11px;
}

h3.pageTitle {
  background-color: #1F3667;
  color: #fff;
  padding: 7px 15px;
  font-size: 11px;
  border-bottom: 1px solid #e2e2e2;
}

.startpage h3 {
  padding-top: 10px;
}

.formsWrp h3 {
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 5px;
}

h4 {
  font-size: 11px;
  padding-bottom: 0;
}

h5 {
  padding-bottom: 0;
  font-size: 12px;
}

p {
  padding-bottom: 20px;
}

/* Messages */
.message {
  position: fixed;
  z-index: 9999;
  top: 40%;
  left: 50%;
  margin-left: -210px;
  width: 400px;
  overflow: hidden;
  padding: 50px;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10,MakeShadow=true,ShadowOpacity=0.20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=10,MakeShadow=true,ShadowOpacity=0.20)";
  zoom: 1;
  behavior: url(/static/css/PIE.htc) \9 ;
}

.modal-body .message {
  top: 30px;
}

.success {
  background-color: #824895;
  color: #fff;
}

.info {
  background-color: #824895;
  color: #fff;
}

.warning {
  background-color: #824895;
  color: #fff;
}

.error {
  background-color: #824895;
  color: #fff;
}

#login .success {
  background-color: #c1e2b3;
}

#login .info {
  background-color: #afd9ee;
}

#login .warning {
  background-color: #f7ecb5;
}

#login .error {
  background-color: #e4b9b9;
  color: #333;
}

.timeout {
  position: fixed;
  text-align: center;
  z-index: 9999;
  top: 20%;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.timeout div {
  background-color: #e4b9b9;
  color: #fff;
  max-width: 400px;
  margin: 0 auto;
  padding: 30px 50px 100px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10,MakeShadow=true,ShadowOpacity=0.20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=10,MakeShadow=true,ShadowOpacity=0.20)";
  zoom: 1;
  behavior: url(/static/css/PIE.htc) \9 ;
}

.timeout p {
  font-size: 16px;
  padding-bottom: 0;
}

.timeout span {
  display: block;
  font-size: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

.timeout .btn {
  margin-top: -125px;
}

/* SNI */
@font-face {
  font-family: "Arial Unicode MS";
  src: url("/static/fonts/ArialUnicodeMS.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.sniDescription {
  text-align: center;
  color: #000;
  padding-top: 20px;
}

.sniDescription .RadComboBox {
  max-width: 280px !important;
  margin-top: 15px !important;
}

.RadHtmlChart {
  width: 100% !important;
}

.RadHtmlChart * {
  font-family: "Arial Unicode MS, ArialUnicodeMS, Arial, sans-serif" !important;
}

@media (min-width: 980px) and (max-width: 1024px) {
  /* Overall Layout */
  html.noScroll body {
    position: fixed;
    overflow: hidden;
    right: 0;
    left: 0;
  }
  /* Overall Layout */
  #wrapper {
    min-width: 955px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* Overall Layout */
  html.noScroll body {
    position: fixed;
    overflow: hidden;
    right: 0;
    left: 0;
  }
  #wrapper {
    min-width: 740px;
  }
}
@media (max-width: 767px) {
  /* Overall Layout */
  html.noScroll body {
    position: fixed;
    overflow: hidden;
    right: 0;
    left: 0;
  }
  #wrapper {
    min-width: 450px;
    margin-bottom: -160px;
  }
  body {
    font-size: 13px;
  }
  #push {
    height: 160px;
  }
  h2 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  /* Overall Layout */
  #wrapper {
    min-width: 290px;
  }
  .message {
    margin-left: -135px;
    width: 270px;
    padding: 30px;
    background-position: 245px 15px;
  }
}
#main {
  -webkit-transition: margin 300ms ease;
  -moz-transition: margin 300ms ease;
  -ms-transition: margin 300ms ease;
  -o-transition: margin 300ms ease;
  transition: margin 300ms ease;
  position: relative;
  z-index: 2;
}

.scrolled #main,
.scrolled5 #main {
  padding-top: 51px;
}

.scrolled2.scrolled3 #main {
  padding-top: 83px;
}

.shadow {
  -webkit-transition: top 300ms ease;
  -moz-transition: top 300ms ease;
  -ms-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  transition: top 300ms ease;
  position: fixed;
  z-index: 2;
  top: 60px;
  left: 0;
  right: 0;
  height: 17px;
  overflow: hidden;
  background-image: url(/static/images/shadow.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 3000px 17px;
}

.scrolled2 .shadow {
  top: 81px;
}

.scrolled2.scrolled3 .shadow {
  top: 81px;
}

.content {
  padding: 15px;
}

.contentBox .btn {
  margin: 10px;
}

/* Information */
.infoBox p {
  padding-left: 50px;
  border: none;
  background-color: #f2ecf4;
  background-image: url(/static/images/icon_info_blue_20.png);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: 20px;
}

.infoBox a {
  color: #1F3667;
}

a.editNews h3 {
  padding-bottom: 10xp;
}

a.editNews {
  display: block;
  color: #1F3667;
  padding-left: 27px;
  background-image: url(/static/images/icon_pen_blue_20.png);
  background-repeat: no-repeat;
  background-position: left 10x;
  background-size: 20px;
}

.noTouch a.editNews:hover {
  background-image: url(/static/images/icon_pen_blue_20.png);
}

a.newsBtn {
  display: block;
  position: absolute;
  right: 0;
  z-index: 8;
  width: 30px;
  height: 30px;
  margin-right: 40px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

a.newsBtn.saveNews {
  background-image: url(/static/images/icon_save_gray_20.png);
  margin-right: 75px;
}

.noTouch a.newsBtn.saveNews:hover {
  background-image: url(/static/images/icon_save_black_20.png);
}

a.newsBtn.cancelNews {
  background-image: url(/static/images/icon_close_gray_20.png);
}

.noTouch a.newsBtn.cancelNews:hover {
  background-image: url(/static/images/icon_close_black_20.png);
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .infoBox p {
    background-image: url(/static/images/icon_info_blue_40.png);
  }
  .shadow {
    background-image: url(/static/images/shadow_retina.png);
  }
  a.editNews {
    background-image: url(/static/images/icon_pen_blue_40.png);
  }
  .noTouch a.editNews:hover {
    background-image: url(/static/images/icon_pen_blue_40.png);
  }
  a.newsBtn.saveNews {
    background-image: url(/static/images/icon_save_gray_40.png);
  }
  .noTouch a.newsBtn.saveNews:hover {
    background-image: url(/static/images/icon_save_black_40.png);
  }
  a.newsBtn.cancelNews {
    background-image: url(/static/images/icon_close_gray_40.png);
  }
  .noTouch a.newsBtn.cancelNews:hover {
    background-image: url(/static/images/icon_close_black_40.png);
  }
}
@media (min-width: 1600px) {
  #main {
    margin-right: 280px;
  }
}
@media (min-width: 1280px) {
  #main.margin {
    margin-left: 280px;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .scrolled4 .shadow {
    top: 101px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .scrolled2.scrolled3 #main {
    padding-top: 113px;
  }
  .scrolled2.scrolled3 .shadow {
    top: 111px;
  }
  .scrolled4 .shadow {
    top: 103px !important;
  }
}
@media (max-width: 767px) {
  .scrolled #main,
  .scrolled5 #main {
    padding-top: 51px;
  }
  .scrolled2.scrolled3 #main {
    padding-top: 119px;
  }
  .shadow {
    top: 51px;
  }
  .scrolled2.scrolled3 .shadow {
    top: 117px;
  }
  .scrolled4 .shadow {
    top: 103px !important;
  }
  a.newsBtn {
    margin-right: 25px;
  }
  a.newsBtn.saveNews {
    margin-right: 60px;
  }
}
@media (max-width: 480px) {
  .contentBox .btn {
    margin: 10px;
    display: block;
  }
  .scrolled4 .shadow {
    top: 163px !important;
  }
}
#main {
  -webkit-transition: margin 300ms ease;
  -moz-transition: margin 300ms ease;
  -ms-transition: margin 300ms ease;
  -o-transition: margin 300ms ease;
  transition: margin 300ms ease;
  position: relative;
  z-index: 2;
}

.scrolled #main,
.scrolled5 #main {
  padding-top: 51px;
}

.scrolled2.scrolled3 #main {
  padding-top: 83px;
}

.shadow {
  -webkit-transition: top 300ms ease;
  -moz-transition: top 300ms ease;
  -ms-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  transition: top 300ms ease;
  position: fixed;
  z-index: 2;
  top: 60px;
  left: 0;
  right: 0;
  height: 17px;
  overflow: hidden;
  background-image: url(/static/images/shadow.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 3000px 17px;
}

.scrolled2 .shadow {
  top: 81px;
}

.scrolled2.scrolled3 .shadow {
  top: 81px;
}

/* Content */
.content {
  padding: 15px;
}

.contentBox .btn {
  margin: 10px;
}

/* Information */
.infoBox p {
  padding-left: 50px;
  border: none;
  background-color: #f2ecf4;
  background-image: url(/static/images/icon_info_blue_20.png);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: 20px;
}

.infoBox a {
  color: #1F3667;
}

a.editNews h3 {
  padding-bottom: 10xp;
}

a.editNews {
  display: block;
  color: #1F3667;
  padding-left: 27px;
  background-image: url(/static/images/icon_pen_blue_20.png);
  background-repeat: no-repeat;
  background-position: left 10x;
  background-size: 20px;
}

.noTouch a.editNews:hover {
  background-image: url(/static/images/icon_pen_blue_20.png);
}

a.newsBtn {
  display: block;
  position: absolute;
  right: 0;
  z-index: 8;
  width: 30px;
  height: 30px;
  margin-right: 40px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

a.newsBtn.saveNews {
  background-image: url(/static/images/icon_save_gray_20.png);
  margin-right: 75px;
}

.noTouch a.newsBtn.saveNews:hover {
  background-image: url(/static/images/icon_save_black_20.png);
}

a.newsBtn.cancelNews {
  background-image: url(/static/images/icon_close_gray_20.png);
}

.noTouch a.newsBtn.cancelNews:hover {
  background-image: url(/static/images/icon_close_black_20.png);
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .infoBox p {
    background-image: url(/static/images/icon_info_blue_40.png);
  }
  .shadow {
    background-image: url(/static/images/shadow_retina.png);
  }
  a.editNews {
    background-image: url(/static/images/icon_pen_blue_40.png);
  }
  .noTouch a.editNews:hover {
    background-image: url(/static/images/icon_pen_blue_40.png);
  }
  a.newsBtn.saveNews {
    background-image: url(/static/images/icon_save_gray_40.png);
  }
  .noTouch a.newsBtn.saveNews:hover {
    background-image: url(/static/images/icon_save_black_40.png);
  }
  a.newsBtn.cancelNews {
    background-image: url(/static/images/icon_close_gray_40.png);
  }
  .noTouch a.newsBtn.cancelNews:hover {
    background-image: url(/static/images/icon_close_black_40.png);
  }
}
@media (min-width: 1600px) {
  #main {
    margin-right: 280px;
  }
}
@media (min-width: 1280px) {
  #main.margin {
    margin-left: 280px;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .scrolled4 .shadow {
    top: 101px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .scrolled2.scrolled3 #main {
    padding-top: 113px;
  }
  .scrolled2.scrolled3 .shadow {
    top: 111px;
  }
  .scrolled4 .shadow {
    top: 103px !important;
  }
}
@media (max-width: 767px) {
  .scrolled #main,
  .scrolled5 #main {
    padding-top: 51px;
  }
  .scrolled2.scrolled3 #main {
    padding-top: 119px;
  }
  .shadow {
    top: 51px;
  }
  .scrolled2.scrolled3 .shadow {
    top: 117px;
  }
  .scrolled4 .shadow {
    top: 103px !important;
  }
  a.newsBtn {
    margin-right: 25px;
  }
  a.newsBtn.saveNews {
    margin-right: 60px;
  }
}
@media (max-width: 480px) {
  .contentBox .btn {
    margin: 10px;
    display: block;
  }
  .scrolled4 .shadow {
    top: 163px !important;
  }
}
.sidebarLogo {
  padding: 15px 30px;
  background-color: #824895;
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 218px;
  margin: 0 auto;
}

.location .sidebarLogo {
  background-color: #198c37;
}

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

#topbar {
  position: relative;
  height: 30px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  background-image: url(/static/images/headerBG.png);
  background-repeat: repeat-x;
  background-position: left top;
  color: #fff;
  text-align: right;
  line-height: 28px;
  text-align: right;
}

#topbar.active {
  height: auto;
  min-height: 30px;
}

#topbar.fixed {
  bottom: 0;
  position: fixed;
  overflow-x: hidden;
}

#topbar.scrolled,
.scrolled5 #topbar {
  top: -40px;
}

#topbar span.userMenuToggleBtn {
  padding-right: 20px;
  margin-right: 15px;
  font-size: 12px;
  background-image: url(/static/images/icon_arrow_down_white_10.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
  cursor: pointer;
}

#topbar span.importWarning {
  width: 10px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}

#topbar span.importWarning.red {
  background-image: url(/static/images/icon_warning_red_10.png);
}

#topbar span.importWarning.orange {
  background-image: url(/static/images/icon_warning_orange_10.png);
}

/* User Menu */
.userMenu {
  position: absolute;
  right: 10px;
  display: none;
  background-color: #333;
  text-align: left;
  width: 280px;
}

.userMenu li {
  border-top: 1px solid #111;
}

.userMenu a {
  display: block;
  color: #999;
}

.noTouch .userMenu a:hover {
  color: #fff;
}

.userMenu .userSubMenuToggleBtn a {
  background-image: url(/static/images/icon_arrow_down_gray_10.png);
  background-repeat: no-repeat;
  background-position: 250px center;
  background-size: 10px;
}

.noTouch .userMenu .userSubMenuToggleBtn a:hover {
  background-image: url(/static/images/icon_arrow_down_white_10.png);
}

.userMenu span {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 15px;
  vertical-align: middle;
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.noTouch .userMenu a:hover span {
  background-color: #824895;
}

.userMenu .maintenance {
  background-image: url(/static/images/icon_maintenance_gray_20.png);
}

.noTouch .userMenu a:hover .maintenance {
  background-image: url(/static/images/icon_maintenance_white_20.png);
}

.userMenu .logout {
  background-image: url(/static/images/icon_logout_gray_20.png);
}

.noTouch .userMenu a:hover .logout {
  background-image: url(/static/images/icon_logout_white_20.png);
}

li.userSubMenuWrp {
  display: none;
  border: none;
}

.userSubMenu {
  position: relative;
  display: block;
  background-color: #333;
  text-align: left;
  width: 100%;
}

.userSubMenu li {
  border-top: 1px solid #2a2a2a;
}

.userSubMenu a {
  display: block;
  padding: 3px 0 3px 45px;
  background-color: #444;
  color: #999;
  background-image: url(/static/images/icon_arrow_right_gray_10.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 10px;
}

.noTouch .userSubMenu a:hover {
  color: #fff;
  background-image: url(/static/images/icon_arrow_right_white_10.png);
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #topbar span.userMenuToggleBtn {
    background-image: url(/static/images/icon_arrow_down_white_20.png);
  }
  #topbar span.importWarning.red {
    background-image: url(/static/images/icon_warning_red_20.png);
  }
  #topbar span.importWarning.orange {
    background-image: url(/static/images/icon_warning_orange_20.png);
  }
  .userMenu .maintenance {
    background-image: url(/static/images/icon_maintenance_gray_40.png);
  }
  .noTouch .userMenu a:hover .maintenance {
    background-image: url(/static/images/icon_maintenance_white_40.png);
  }
  .userMenu .logout {
    background-image: url(/static/images/icon_logout_gray_40.png);
  }
  .noTouch .userMenu a:hover .logout {
    background-image: url(/static/images/icon_logout_white_40.png);
  }
  .userMenu .userSubMenuToggleBtn a {
    background-image: url(/static/images/icon_arrow_down_gray_20.png);
  }
  .noTouch .userMenu .userSubMenuToggleBtn a:hover {
    background-image: url(/static/images/icon_arrow_down_white_20.png);
  }
  .userSubMenu a {
    background-image: url(/static/images/icon_arrow_right_gray_20.png);
  }
  .noTouch .userSubMenu a:hover {
    background-image: url(/static/images/icon_arrow_right_white_20.png);
  }
}
@media (max-width: 767px) {
  #topbar span.userMenuToggleBtn {
    margin-right: 15px;
  }
  /* User Menu */
  .userMenu {
    position: static;
    right: 0;
    width: 100%;
  }
  .userMenu span {
    width: 50px;
    height: 50px;
  }
  .userMenu .userSubMenuToggleBtn a {
    background-position: 95% center;
  }
}
@media (max-width: 480px) {
  /* User Menu */
  .userMenu span {
    width: 50px;
    height: 50px;
  }
}
#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  color: #999;
  max-height: 50px;
  overflow: hidden;
  -webkit-transition: max-height 300ms ease;
  -moz-transition: max-height 300ms ease;
  -ms-transition: max-height 300ms ease;
  -o-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
}

.scrolled #header,
.scrolled5 #header {
  position: fixed;
}

#header.visible {
  max-height: 145px;
}

#header .clearFloat {
  display: none;
}

/* Header Logo */
.headerLogo {
  float: left;
  display: block;
  overflow: hidden;
  width: 139px;
  height: 50px;
  border-right: 1px solid #e2e2e2;
}
.headerLogo img {
  height: 23px;
  margin-left: 15px;
  margin-top: 14px;
}
.headerLogo#hlLocation, .headerLogo#hlBusiness {
  background-color: #eee;
}
.headerLogo#hlLocation img, .headerLogo#hlBusiness img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.headerLogo#hlLocation:hover, .headerLogo#hlBusiness:hover {
  background-color: #f9f9f9;
}
.headerLogo#hlLocation:hover img, .headerLogo#hlBusiness:hover img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
}

/* Header Menu */
.headerMenuItem {
  float: right;
  display: block;
  height: 50px;
  width: 50px;
  border-left: 1px solid #e2e2e2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

.noTouch .headerMenuItem:hover {
  background-color: #824895;
}

.supportToggleBtn {
  background-image: url(/static/images/icon_support_black_20.png);
}

.noTouch .supportToggleBtn:hover {
  background-image: url(/static/images/icon_support_white_20.png);
}

.searchToggleBtn {
  background-image: url(/static/images/icon_search_black_20.png);
  display: none;
}

.noTouch .searchToggleBtn:hover {
  background-image: url(/static/images/icon_search_white_20.png);
}

.menuToggleBtn {
  background-image: url(/static/images/icon_menu_black_20.png);
}

.noTouch .menuToggleBtn:hover {
  background-image: url(/static/images/icon_menu_white_20.png);
}

/* Header Search */
.headerSearch {
  float: left;
  padding: 10px 0 10px 15px;
}

.quickSearchWrp {
  width: 220px;
}

.quickSearchWrp input {
  padding-left: 30px;
  background-image: url(/static/images/icon_search_gray_14.png);
}

#revQuickSearch {
  position: absolute;
  bottom: -17px;
  font-size: 12px;
  color: red;
  white-space: nowrap;
}

.headerSearchBtn {
  margin-left: 10px;
}

.headerSearchBtnWrp .headerSearchBtn:first-child {
  margin-left: 20px;
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .supportToggleBtn {
    background-image: url(/static/images/icon_support_black_40.png);
  }
  .noTouch .supportToggleBtn:hover {
    background-image: url(/static/images/icon_support_white_40.png);
  }
  .searchToggleBtn {
    background-image: url(/static/images/icon_search_black_40.png);
  }
  .noTouch .searchToggleBtn:hover {
    background-image: url(/static/images/icon_search_white_40.png);
  }
  .menuToggleBtn {
    background-image: url(/static/images/icon_menu_black_40.png);
  }
  .noTouch .menuToggleBtn:hover {
    background-image: url(/static/images/icon_menu_white_40.png);
  }
  .quickSearchWrp input {
    background-image: url(/static/images/icon_search_gray_28.png);
  }
}
@media (min-width: 1600px) {
  /* Header Menu */
  .supportToggleBtn {
    display: none;
  }
}
@media (min-width: 1280px) {
  /* Header Menu */
  .menuToggleBtn {
    display: none;
  }
  /* Header Search */
  .headerSearch {
    padding: 10px 15px;
  }
  .quickSearchWrp {
    width: 260px;
  }
  .headerSearchBtnWrp .headerSearchBtn:first-child {
    margin-left: 30px;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  #header .clearFloat {
    display: block;
  }
  /* Header Menu */
  .searchToggleBtn {
    display: block;
  }
  /* Header Search */
  .headerSearch {
    width: 100%;
    display: block;
    float: none;
    border-left: none;
    padding: 10px 15px;
    border-top: 1px solid #e2e2e2;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .clearFloat {
    display: block;
  }
  /* Header Menu */
  .searchToggleBtn {
    display: block;
  }
  /* Header Search */
  .headerSearch {
    width: 100%;
    display: block;
    float: none;
    padding: 15px 30px;
    border-top: 1px solid #e2e2e2;
  }
}
@media (max-width: 767px) {
  #header {
    max-height: 50px;
  }
  #header.visible {
    max-height: 155px;
  }
  #header .clearFloat {
    display: block;
  }
  /* Header Logo */
  /* Header Menu */
  .headerMenuItem {
    height: 50px;
    width: 50px;
  }
  .searchToggleBtn {
    display: block;
  }
  /* Header Search */
  .headerSearch {
    width: 100%;
    display: block;
    float: none;
    border-left: none;
    padding: 15px;
    border-top: 1px solid #e2e2e2;
  }
  .quickSearchWrp {
    display: block;
    width: 100%;
  }
  .quickSearchWrp input {
    padding-left: 32px;
  }
  #revQuickSearch {
    font-size: 11px;
    bottom: -16px;
  }
  .headerSearchBtnWrp {
    display: block;
    width: 100%;
    padding-top: 15px;
  }
  .headerSearchBtnWrp .headerSearchBtn:first-child {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  #header.visible {
    max-height: 200px;
  }
  /* Header Logo */
  .headerLogo {
    width: 82px;
  }
  .headerLogo img {
    height: 13px;
    margin-left: 10px;
    margin-top: 19px;
  }
  /* Header Search */
  .quickSearchWrp {
    display: block;
    width: 100%;
  }
  .headerSearchBtnWrp {
    display: block;
    width: 100%;
    padding-top: 15px;
  }
  .headerSearchBtn {
    display: block;
    float: left;
    width: 48%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 2%;
    margin-bottom: 10px;
    font-size: 11px;
  }
  .headerSearchBtnWrp .headerSearchBtn:first-child {
    margin-left: 0;
  }
  .headerSearchBtnWrp .headerSearchBtn:last-child {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
#sidebar {
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
  position: absolute;
  overflow: hidden;
  z-index: 5;
  top: 80px;
  bottom: 0;
  left: -301px;
  width: 278px !important;
  border-right: none;
  color: #999;
  background-color: #824895;
  background-repeat: repeat-y;
  background-position: right top;
  background-size: 300px 100px;
}

.location #sidebar {
  background-color: #198c37;
}

.scrolled #sidebar {
  position: fixed;
  bottom: 0;
}

#sidebar.visible {
  left: 0 !important;
}

.sidebarMenu {
  position: static;
  display: block;
  text-align: left;
  width: 280px;
  list-style: none;
  padding-top: 15px;
  padding-bottom: 140px;
}

.scrolled .sidebarMenu,
.scrolled5 .sidebarMenu {
  padding-top: 0;
}

.sidebarMenu li {
  padding: 5px 15px;
}

.sidebarMenu a {
  display: block;
  color: white;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  font-weight: 600;
}

.noTouch .sidebarMenu a:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.23);
}

.sidebarMenu span {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  overflow: hidden;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebarMenu .savedsearch {
  background-image: url(/static/images//icon_list_white_20.png);
}

.noTouch .sidebarMenu a:hover .savedsearch {
  background-image: url(/static/images//icon_list_white_20.png);
}

.sidebarMenu .case {
  background-image: url(/static/images//icon_pen_white_20.png);
}

.noTouch .sidebarMenu a:hover .case {
  background-image: url(/static/images//icon_pen_white_20.png);
}

.sidebarMenu .email {
  background-image: url(/static/images//icon_email_white_20.png);
}

.noTouch .sidebarMenu a:hover .email {
  background-image: url(/static/images//icon_email_white_20.png);
}

.sidebarMenu .event {
  background-image: url(/static/images//icon_event_white_20.png);
}

.noTouch .sidebarMenu a:hover .event {
  background-image: url(/static/images//icon_event_white_20.png);
}

.sidebarMenu .credit {
  background-image: url(/static/images//icon_credit_white_20.png);
}

.noTouch .sidebarMenu a:hover .credit {
  background-image: url(/static/images//icon_credit_white_20.png);
}

.sidebarMenu .sni {
  background-image: url(/static/images//icon_sni_white_20.png);
}

.sidebarMenu .startup {
  background-image: url(/static/images//icon_document_white_20.png);
}

.noTouch .sidebarMenu a:hover .sni {
  background-image: url(/static/images//icon_sni_white_20.png);
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .sidebarMenu .savedsearch {
    background-image: url(/static/images//icon_list_white_40.png);
  }
  .noTouch .sidebarMenu a:hover .savedsearch {
    background-image: url(/static/images//icon_list_white_40.png);
  }
  .sidebarMenu .case {
    background-image: url(/static/images//icon_pen_white_40.png);
  }
  .noTouch .sidebarMenu a:hover .case {
    background-image: url(/static/images//icon_pen_white_40.png);
  }
  .sidebarMenu .email {
    background-image: url(/static/images//icon_email_white_40.png);
  }
  .noTouch .sidebarMenu a:hover .email {
    background-image: url(/static/images//icon_email_white_40.png);
  }
  .sidebarMenu .event {
    background-image: url(/static/images//icon_event_white_40.png);
  }
  .noTouch .sidebarMenu a:hover .event {
    background-image: url(/static/images//icon_event_white_40.png);
  }
  .sidebarMenu .credit {
    background-image: url(/static/images//icon_credit_white_40.png);
  }
  .noTouch .sidebarMenu a:hover .credit {
    background-image: url(/static/images//icon_credit_white_40.png);
  }
  .sidebarMenu .sni {
    background-image: url(/static/images//icon_sni_white_40.png);
  }
  .noTouch .sidebarMenu a:hover .sni {
    background-image: url(/static/images//icon_sni_white_40.png);
  }
}
@media (min-width: 1280px) {
  #sidebar.visible {
    width: 279px !important;
    border-right: 1px solid #e2e2e2;
    background-image: none !important;
    left: 0 !important;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .sidebarMenu {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sidebarMenu {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #sidebar {
    top: 80px;
  }
  .sidebarMenu {
    padding-bottom: 0;
  }
  .sidebarMenu span {
    width: 50px;
    height: 50px;
  }
}
#supportbar {
  -webkit-transition: right 300ms ease;
  -moz-transition: right 300ms ease;
  -ms-transition: right 300ms ease;
  -o-transition: right 300ms ease;
  transition: right 300ms ease;
  position: absolute;
  overflow: hidden;
  z-index: 4;
  top: 51px;
  bottom: 0;
  right: -301px;
  width: 300px !important;
  background-color: transparent;
  border-left: none;
  color: #999;
  text-align: right;
  background-image: url(/static/images/supportbar.png);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 300px 100px;
}

.scrolled #supportbar {
  position: fixed;
  bottom: 0;
}

#supportbar.visible {
  right: 0 !important;
}

.supportbarContentWrp {
  position: static;
  margin: 0 auto;
  text-align: left;
  width: 280px;
  padding-top: 30px;
  padding-bottom: 140px;
}

.scrolled .supportbarContentWrp,
.scrolled5 .supportbarContentWrp {
  padding-top: 0;
}

.supportbarHeader {
  background-color: #1F3667;
  overflow: hidden;
  padding: 15px 20px 15px 52px;
  border-left: 1px solid #e2e2e2;
  background-image: url(/static/images/icon_support_white_20.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px;
}

.supportbarHeader h3 {
  color: #fff;
  padding: 0;
}

.supportbarBtnWrp {
  padding: 20px 20px 10px;
  overflow: hidden;
}

.supportbarBtnWrp .btn {
  display: block;
  margin-bottom: 10px;
}

.supportbarMenuHeadline,
.helpTextLink {
  overflow: hidden;
  padding: 15px 15px 15px 40px;
  display: block;
  border-top: 1px solid #e2e2e2;
  cursor: pointer;
  font-weight: 700;
  color: #1F3667;
  background-image: url(/static/images/icon_arrow_right_blue_10.png);
  background-repeat: no-repeat;
  background-position: 20px 21px;
  background-size: 10px;
}

.supportbarMenuHeadline.active {
  background-image: url(/static/images/icon_arrow_down_blue_10.png);
}

.supportbarMenu {
  display: none;
  list-style: none;
  padding: 0 20px 15px;
}

.supportbarMenu.visible {
  display: block;
}

.supportbarMenu li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px dotted #e2e2e2;
}

p.openHours {
  color: #1F3667;
  font-size: 13px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 0;
}

p.openHours strong {
  font-size: 14px;
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  #supportbar {
    background-image: url(/static/images/supportbar_retina.png);
  }
  .supportbarHeader {
    background-image: url(/static/images/icon_support_white_40.png);
  }
  .supportbarMenuHeadline {
    background-image: url(/static/images/icon_arrow_right_blue_20.png);
  }
  .supportbarMenuHeadline.active {
    background-image: url(/static/images/icon_arrow_down_blue_20.png);
  }
}
@media (min-width: 1600px) {
  #supportbar {
    width: 280px !important;
    background-color: #fff;
    border-left: 1px solid #e2e2e2;
    background-image: none !important;
    right: 0 !important;
  }
  .supportbarHeader {
    border-left: none;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  #supportbar {
    position: fixed;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #supportbar {
    position: fixed;
  }
}
@media (max-width: 767px) {
  #supportbar {
    top: 51px;
    position: fixed;
  }
  .supportbarContentWrp {
    padding-bottom: 0;
  }
}
.colsWrp {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.colsWrp.last {
  border-bottom: none;
}

.colsHeader {
  overflow: hidden;
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  color: #333;
  padding-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.colsHeader.active {
  background-color: #824895;
  color: #fff;
}

.colsToggleBtn {
  display: block;
  padding: 10px 15px;
  color: #333;
  cursor: pointer;
  background-image: url(/static/images/icon_arrow_down_black_10.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
}

.colsHeader.active .colsToggleBtn {
  background-image: url(/static/images/icon_arrow_down_white_10.png);
  color: #fff;
}

.col_10,
.col_12,
.col_14,
.col_20,
.col_25,
.col_30,
.col_33,
.col_40,
.col_50,
.col_60,
.col_67,
.col_75,
.col_80,
.col_100 {
  float: left;
}

.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_40 {
  width: 40%;
}

.col_50 {
  width: 50%;
}

.col_60 {
  width: 60%;
}

.col_67 {
  width: 66.67%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_100 {
  width: 100%;
  float: none;
  clear: both;
}

.searchColLeft {
  padding-right: 7px;
}

.searchColRight {
  padding-left: 7px;
}

.ptCol {
  padding-top: 25px;
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .colsToggleBtn {
    background-image: url(/static/images/icon_arrow_down_black_20.png);
  }
  .colsHeader.active .colsToggleBtn {
    background-image: url(/static/images/icon_arrow_down_white_20.png);
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  .col_10,
  .col_12,
  .col_14,
  .col_20,
  .col_30 {
    width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .col_10,
  .col_12,
  .col_14,
  .col_20,
  .col_30 {
    width: 33.33%;
  }
  .col_25,
  .col_33,
  .col_40,
  .col_50,
  .col_60,
  .col_67,
  .col_75,
  .col_80 {
    width: 50%;
  }
  .companyInfo.col_25 {
    width: 25%;
  }
  .companyInfo.col_33 {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .col_10,
  .col_12,
  .col_14,
  .col_20,
  .col_25,
  .col_30,
  .col_33,
  .col_40,
  .col_50,
  .col_60,
  .col_67,
  .col_75,
  .col_80 {
    width: 50%;
  }
  .companyInfo.col_33 {
    width: 33.33%;
  }
  .searchColLeft {
    padding-right: 0;
    width: 100%;
    float: none;
    clear: both;
  }
  .searchColRight {
    padding-left: 0;
    width: 100%;
    float: none;
    clear: both;
  }
}
@media (max-width: 480px) {
  .col_10,
  .col_12,
  .col_14,
  .col_20,
  .col_25,
  .col_30,
  .col_33,
  .col_40,
  .col_50,
  .col_60,
  .col_67,
  .col_75,
  .col_80,
  .col_100 {
    width: 100%;
    float: none;
    clear: both;
  }
}
.pager {
  background-color: #fff;
  font-size: 12px;
  float: left;
}

.pager.notVisible {
  border-bottom: none;
}

.pagerBottom {
  display: none;
}

.pager a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 1px;
  background-color: #824895;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pager a.prev {
  background-image: url(/static/images/icon_arrow_left_white_10.png);
}

.pager a.prev.first {
  background-image: url(/static/images/icon_darrow_left_white_10.png);
}

.pager a.next {
  background-image: url(/static/images/icon_arrow_right_white_10.png);
}

.pager a.next.last {
  background-image: url(/static/images/icon_darrow_right_white_10.png);
}

.pagerPosts {
  float: left;
  line-height: 30px;
  padding: 0 20px;
}

/* Dropdown list */
.pager .dropdown {
  width: 115px;
  padding: 0 0 0 12px;
  border: none;
  background-color: #824895;
  background-image: url(/static/images/icon_arrow_down_white_10.png);
  background-position: 95px center;
  background-size: 10px;
}

.pager select {
  height: 30px;
  width: 135px;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
}

.pager select > option {
  font-size: 12px;
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pager a.prev {
    background-image: url(/static/images/icon_arrow_left_white_20.png);
  }
  .pager a.prev.first {
    background-image: url(/static/images/icon_darrow_left_white_20.png);
  }
  .pager a.next {
    background-image: url(/static/images/icon_arrow_right_white_20.png);
  }
  .pager a.next.last {
    background-image: url(/static/images/icon_darrow_right_white_20.png);
  }
  .pager .dropdown {
    background-image: url(/static/images/icon_arrow_down_white_20.png);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .pager {
    float: none;
    clear: both;
    border-top: 1px solid #e2e2e2;
    text-align: center;
  }
  .pagerPosts {
    float: none;
  }
  .pager .dropdown {
    float: right;
  }
}
@media (max-width: 767px) {
  .pager {
    float: none;
    clear: both;
    border-top: 1px solid #e2e2e2;
    text-align: center;
  }
  .pagerPosts {
    float: none;
  }
  .pager .dropdown {
    float: right;
  }
}
@media (max-width: 480px) {
  .pager a {
    width: 20px;
    height: 30px;
  }
  .pagerPosts {
    padding: 0 10px;
    font-size: 10px;
  }
  .pager .dropdown {
    width: 100px;
    float: right;
    padding: 0 0 0 10px;
    background-position: 80px center;
  }
  .pager select {
    width: 120px;
    line-height: 12px;
    font-size: 10px;
  }
}
.actions {
  -webkit-transition: left 300ms ease;
  -moz-transition: left 300ms ease;
  -ms-transition: left 300ms ease;
  -o-transition: left 300ms ease;
  transition: left 300ms ease;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  z-index: 11;
  left: 0;
  right: 0;
}

.scrolled2 .actions {
  position: fixed;
  top: 51px;
}

.scrolled2 #main.margin .actions {
  left: 0;
}

.actions h3 {
  display: none;
  padding: 10px 15px;
  background-color: #fff;
  float: none;
  cursor: pointer;
  background-image: url(/static/images/icon_menu_blue_20.png);
  background-repeat: no-repeat;
  background-position: 96.5% center;
  background-size: 20px;
}

.actionsMenuWrp {
  float: right;
}

.actionsMenuItem {
  float: left;
  margin-left: 1px;
}

.actionsToggleBtn {
  padding-right: 30px;
  background-image: url(/static/images/icon_arrow_down_white_10.png);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 10px;
}

.actionsToggleBtn.active {
  background-color: #824895;
}

.actionsMenu {
  display: none;
  width: 280px;
  position: absolute;
  z-index: 12;
  right: 0;
  background-color: #fff !important;
  border: 1px solid #e2e2e2;
  text-align: left;
  background-color: rgb(0, 0, 0); /* Needed for IEs */
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.10)";
  zoom: 1;
  behavior: url(/static/css/PIE.htc) \9 ;
}

.actionsMenu li {
  border-top: 1px solid #e2e2e2;
  position: relative;
}

.needSelection li {
  display: none;
}

.selected li {
  display: block;
}

.noSelection {
  background-color: #fff;
  overflow: hidden;
  padding: 15px;
  color: #666;
  text-align: center;
}

.selected .noSelection {
  display: none;
}

.actionsMenu li:first-child {
  border-top: none;
}

.actionsMenu a {
  display: block;
  padding-left: 30px;
  text-align: left;
  background-color: #fff !important;
  color: #666;
  background-image: url(/static/images/icon_arrow_right_gray_10.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 10px;
}

.noTouch .actionsMenu a:hover {
  color: #824895;
  background-color: #f2ecf4 !important;
  background-image: url(/static/images/icon_arrow_right_purple_10.png);
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .actions {
    background-image: url(/static/images/icon_action_blue_40.png);
  }
  .actionsToggleBtn {
    background-image: url(/static/images/icon_arrow_down_white_20.png);
  }
  .actionsMenu a {
    background-image: url(/static/images/icon_arrow_right_gray_20.png);
  }
  .noTouch .actionsMenu a:hover {
    background-image: url(/static/images/icon_arrow_right_purple_20.png);
  }
}
@media (min-width: 1600px) {
  .scrolled2 .actions {
    right: 280px;
  }
}
@media (min-width: 1280px) {
  .scrolled2 #main.margin .actions {
    left: 280px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .actionsMenuWrp {
    float: right;
  }
}
@media (max-width: 767px) {
  .actions {
    background-position: 15px 12px;
  }
  .actions.fixed {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    background: transparent;
  }
  .scrolled2 .actions {
    top: 51px;
  }
  .actions h3 {
    display: block;
  }
  .actionsMenuWrp {
    position: static;
    display: block;
    display: none;
    float: none;
  }
  .actionsMenuItem {
    display: block;
    float: none;
    margin-left: 0;
  }
  .actionsMenuItem .btn {
    display: block;
    text-align: left;
    border-bottom: 1px solid #9b6caa;
    background-position: 96% center;
  }
  .actionsMenu {
    width: 100%;
    position: relative;
    border: none;
    background-color: #fff;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0,MakeShadow=true,ShadowOpacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=0,MakeShadow=true,ShadowOpacity=0)";
  }
  .actionsMenu .btn {
    border-bottom: none;
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .actions h3 {
    background-position: 95% center;
  }
  .actionsToggleBtn {
    background-position: 93.5% center;
  }
}
.tabs a {
  float: left;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  line-height: 30px;
  padding: 0 15px;
  margin-right: 1px;
  color: #666;
  text-align: center;
  font-size: 12px;
}

.noTouch .tabs a.active {
  background-color: #824895;
  border: 1px solid #824895;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 979px) {
  .tabs {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .tabs {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tabs a {
    padding: 0;
    width: 25%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .tabs a {
    width: 50%;
  }
}
table {
  width: 100%;
  border-spacing: 0 !important;
}

table * {
  border-spacing: 0 !important;
}

table.print {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  margin-bottom: 15px;
  color: #333;
}

table.contacts {
  page-break-before: always;
  margin-top: 20px;
}

table.print h3 {
  padding-bottom: 0;
  color: #1F3667;
}

table td,
table th {
  padding: 5px 10px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  vertical-align: top;
}

table th {
  font-weight: 700;
  background-color: #824895;
  color: #fff;
  border-top: 1px solid #9b6caa;
  border-right: 1px solid #9b6caa;
}

table td {
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

table.print td {
  width: 25%;
  padding: 5px 10px;
  white-space: normal;
  font-size: 11px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}

table th:first-child {
  border-left: 1px solid #824895;
}

table td:first-child {
  border-left: 1px solid #e2e2e2;
  font-weight: 700;
}

table.print td:first-child {
  border-left: 1px solid #999;
  font-weight: 400;
}

.listAction1 table th:first-child,
.listAction1 table td:first-child {
  width: 16px;
  text-align: center;
}

.listAction2 table th:first-child,
.listAction2 table td:first-child {
  width: 46px;
}

.listAction3 table th:first-child,
.listAction3 table td:first-child {
  width: 77px;
}

.listAction4 table th:first-child,
.listAction4 table td:first-child {
  width: 108px;
}

.listAction5 table th:first-child,
.listAction5 table td:first-child {
  width: 139px;
}

.listAction6 table th:first-child,
.listAction6 table td:first-child {
  width: 170px;
}

table td.employed,
table th.employed {
  width: 35px;
  text-align: center;
}

table td.companyCol {
  white-space: normal;
}

table td.companyCol a {
  font-weight: 700;
}

table td.active {
  background-color: #f7ecb5;
}

table td.notActive {
  background-color: #c1e2b3;
}

table .description {
  font-weight: 400;
  color: #666;
}

table th a {
  color: #fff;
}

table th.sortable a {
  display: block;
  padding-right: 20px;
  background-image: url(/static/images/icon_sortable_white_10.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
}

table td a {
  color: #1F3667;
}

table.responsive .textfield {
  height: 28px;
  font-size: 12px;
  padding: 0 10px;
}

table .repRow {
  display: none;
}

table .repRow.visible {
  display: table-row;
}

a.plus,
a.minus,
a.employed,
a.action,
a.info,
a.view,
a.document,
a.edit,
a.print,
a.save,
a.cancel,
a.participants,
a.email {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px;
  cursor: pointer;
}

a.noSpace {
  margin-left: 0;
}

a.plus {
  background-image: url(/static/images/icon_plus_14.png);
}

a.minus {
  background-image: url(/static/images/icon_minus_14.png);
}

a.employed {
  background-image: url(/static/images/icon_employed_white_14.png);
  margin-left: 0;
}

a.action {
  background-image: url(/static/images/icon_action_gray_14.png);
}

.noTouch a.action:hover {
  background-image: url(/static/images/icon_action_black_14.png);
}

a.info {
  background-image: url(/static/images/icon_info_gray_14.png);
}

.noTouch a.info:hover {
  background-image: url(/static/images/icon_info_black_14.png);
}

a.view {
  background-image: url(/static/images/icon_view_gray_20.png);
}

.noTouch a.view:hover {
  background-image: url(/static/images/icon_view_black_20.png);
}

a.document {
  background-image: url(/static/images/icon_document_gray_14.png);
}

.noTouch a.document:hover {
  background-image: url(/static/images/icon_document_black_14.png);
}

a.edit {
  background-image: url(/static/images/icon_pen_gray_14.png);
}

.noTouch a.edit:hover {
  background-image: url(/static/images/icon_pen_black_14.png);
}

a.print {
  background-image: url(/static/images/icon_print_gray_14.png);
}

.noTouch a.print:hover {
  background-image: url(/static/images/icon_print_black_14.png);
}

a.save {
  background-image: url(/static/images/icon_save_gray_14.png);
}

.noTouch a.save:hover {
  background-image: url(/static/images/icon_save_black_14.png);
}

a.cancel {
  background-image: url(/static/images/icon_close_gray_14.png);
}

.noTouch a.cancel:hover {
  background-image: url(/static/images/icon_close_black_14.png);
}

a.participants {
  background-image: url(/static/images/icon_employed_gray_14.png);
}

.noTouch a.participants:hover {
  background-image: url(/static/images/icon_employed_black_14.png);
}

a.email {
  background-image: url(/static/images/icon_email_gray_14.png);
}

.noTouch a.email:hover {
  background-image: url(/static/images/icon_email_black_14.png);
}

.listSummary {
  overflow: hidden;
  padding: 15px;
  text-align: right;
  font-size: 13px;
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  table th.sortable a {
    background-image: url(/static/images/icon_sortable_white_20.png);
  }
  a.plus {
    background-image: url(/static/images/icon_plus_28.png);
  }
  a.minus {
    background-image: url(/static/images/icon_minus_28.png);
  }
  a.employed {
    background-image: url(/static/images/icon_employed_white_28.png);
  }
  a.action {
    background-image: url(/static/images/icon_action_gray_28.png);
  }
  .noTouch a.action:hover {
    background-image: url(/static/images/icon_action_black_28.png);
  }
  a.info {
    background-image: url(/static/images/icon_info_gray_28.png);
  }
  .noTouch a.info:hover {
    background-image: url(/static/images/icon_info_black_28.png);
  }
  a.view {
    background-image: url(/static/images/icon_view_gray_28.png);
  }
  .noTouch a.view:hover {
    background-image: url(/static/images/icon_view_black_28.png);
  }
  a.document {
    background-image: url(/static/images/icon_document_gray_28.png);
  }
  .noTouch a.document:hover {
    background-image: url(/static/images/icon_document_black_28.png);
  }
  a.edit {
    background-image: url(/static/images/icon_pen_gray_28.png);
  }
  .noTouch a.edit:hover {
    background-image: url(/static/images/icon_pen_black_28.png);
  }
  a.save {
    background-image: url(/static/images/icon_save_gray_28.png);
  }
  .noTouch a.save:hover {
    background-image: url(/static/images/icon_save_black_28.png);
  }
  a.cancel {
    background-image: url(/static/images/icon_close_gray_28.png);
  }
  .noTouch a.canel:hover {
    background-image: url(/static/images/icon_close_black_28.png);
  }
  a.participants {
    background-image: url(/static/images/icon_employed_gray_28.png);
  }
  .noTouch a.participants:hover {
    background-image: url(/static/images/icon_employed_black_28.png);
  }
  a.email {
    background-image: url(/static/images/icon_email_gray_28.png);
  }
  .noTouch a.email:hover {
    background-image: url(/static/images/icon_email_black_28.png);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .listAction1,
  .listAction2,
  .listAction3,
  .listAction4,
  .listAction5,
  .listAction6 {
    margin-left: -15px;
    margin-right: -15px;
    overflow: scroll;
    overflow-y: hidden;
    position: relative;
  }
  .modal-body .listAction1,
  .modal-body .listAction2,
  .modal-body .listAction3,
  .modal-body .listAction4,
  .modal-body .listAction5,
  .modal-body .listAction6 {
    margin-left: 0;
    margin-right: 0;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive tr {
    height: 29px;
  }
  table td.companyCol {
    white-space: normal;
  }
  table td.companyCol a {
    white-space: nowrap;
  }
  .listSummary {
    padding: 0;
  }
  table.responsive .textfield {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .listAction1,
  .listAction2,
  .listAction3,
  .listAction4,
  .listAction5,
  .listAction6 {
    margin-left: -15px;
    margin-right: -15px;
    overflow: scroll;
    overflow-y: hidden;
    position: relative;
  }
  .modal-body .listAction1,
  .modal-body .listAction2,
  .modal-body .listAction3,
  .modal-body .listAction4,
  .modal-body .listAction5,
  .modal-body .listAction6 {
    margin-left: 0;
    margin-right: 0;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive tr {
    height: 29px;
  }
  table td.companyCol {
    white-space: normal;
  }
  table td.companyCol a {
    white-space: nowrap;
  }
  .listSummary {
    padding: 0;
  }
  table.responsive .textfield {
    min-width: 200px;
  }
}
.noteWrp {
  border: 1px solid #e2e2e2;
  background-color: #824895;
  color: #fff;
  margin-left: 5px;
  margin-right: 12px;
  margin-bottom: 20px;
}

.noteInfoWrp {
  background-color: #fff;
  color: #333;
  padding: 7px 12px;
  font-size: 12px;
}

.noteInfo {
  margin-right: 20px;
  background-color: #fff;
}

.note {
  padding: 7px 10px;
}

.noteBtnWrp {
  border-top: 1px solid #e2e2e2;
  background-color: #fff;
  color: #1F3667;
}

.noteBtn {
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  border-right: 1px solid #e2e2e2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px;
}

.noteBtn.delete {
  background-image: url(/static/images/icon_minus_14.png);
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .noteBtn.delete {
    background-image: url(/static/images/icon_minus_28.png);
  }
}
.dialogActionWrp {
  padding: 0;
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
}

.dialogAction {
  border-bottom: 1px solid #e2e2e2;
}

.dialogActionTxt {
  float: left;
  padding: 5px 10px;
  width: 60%;
  font-size: 12px;
}

.dialogActionTxt .formsLabel {
  font-size: 11px;
  padding-bottom: 0;
}

.dialogActionBtnWrp {
  float: right;
  width: 200px;
  text-align: right;
}

.dialogActionBtnWrp .btn {
  width: 50%;
  border-left: 1px solid #fff;
  float: left;
  padding-left: 0;
  padding-right: 0;
}

.dialogActionBtnWrp .btn.full {
  width: 100%;
}

.printBtnWrp {
  padding-top: 5px;
}

.helpTxt {
  overflow: hidden;
  margin-bottom: 2px;
  padding-left: 5px;
  padding-right: 15px;
}

#footer {
  position: relative;
  overflow: hidden;
  height: 140px;
  z-index: 5;
  background-color: #824895;
  text-align: center;
  padding-top: 30px;
}

#footer,
#footer a {
  color: #fff;
  line-height: 1.8;
}

#footer br {
  display: none;
}

.footerLogo {
  position: relative;
  width: 220px;
  margin: 0 auto 10px;
}

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

@media (min-width: 980px) and (max-width: 1024px) {
  #footer {
    min-width: 955px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #footer {
    min-width: 740px;
  }
}
@media (max-width: 767px) {
  #footer {
    min-width: 450px;
    height: 160px;
    padding-top: 20px;
    z-index: 1;
  }
  #footer br {
    display: inline-block;
  }
  #footer span {
    display: none;
  }
}
@media (max-width: 480px) {
  #footer {
    min-width: 290px;
  }
}
.head_purple {
  border: none;
  background-color: #f2ecf4;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.head_gray {
  border: none;
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.reports {
  padding: 1%;
}

.reports h3 {
  font-size: 14px !important;
  letter-spacing: 0 !important;
  text-transform: none;
}

.head_gray h3,
.head_purple h3,
.reports h3 b {
  font-size: 14px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding-bottom: 10px !important;
}

.noborder td:first-child {
  white-space: nowrap !important;
}

.left50 {
  width: 47%;
  margin-right: 3%;
  float: left;
}

.right50 {
  width: 47%;
  margin-left: 3%;
  float: right;
}

.noborder td,
.noborder table {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-color: white !important;
  font-size: 15px;
  white-space: normal !important;
}

.meter6,
.meter10,
.meter12 {
  background-size: 100%;
  height: 25px;
  width: 100%;
  display: block;
  padding-top: 10px;
  margin-bottom: 5px;
}

.meter6 {
  background: #f2ecf4 url(/static/images/meter6.png) no-repeat center top;
  background-size: 100%;
}

.meter10 {
  background: #f2ecf4 url(/static/images/meter10.png) no-repeat center top;
  background-size: 100%;
}

.meter12 {
  background: #f2ecf4 url(/static/images/meter12.png) no-repeat center top;
  background-size: 100%;
}

.value50 {
  height: 15px;
  width: 44.5%;
  display: block;
  background-color: #824895;
  position: relative;
  opacity: 0.75;
}

.pay010, .pay020, .pay030, .pay040, .pay050, .pay060, .pay070, .pay080, .pay090, .pay100,
.own010, .own020, .own030, .own040, .own050, .own060, .own070, .own080, .own090, .own100,
.eco010, .eco020, .eco030, .eco040, .eco050, .eco060, .eco070, .eco080, .eco090, .eco100, .eco110, .eco120,
.age010, .age020, .age030, .age040, .age050, .age060 {
  height: 15px;
  display: block;
  background-color: #824895;
  position: relative;
  opacity: 0.75;
}

.pay010,
.own010,
.eco010,
.age010 {
  width: 100%;
}

.pay020,
.own020 {
  width: 89%;
}

.pay030,
.own030 {
  width: 77.8%;
}

.pay040,
.own040 {
  width: 66.8%;
}

.pay050,
.own050 {
  width: 55.7%;
}

.pay060,
.own060 {
  width: 44.5%;
}

.pay070,
.own070 {
  width: 33.4%;
}

.pay080,
.own080 {
  width: 22.5%;
}

.pay090,
.own090 {
  width: 11.4%;
}

.pay100,
.own00,
.eco120,
.age060 {
  width: 0%;
}

.age020 {
  width: 80%;
}

.age030 {
  width: 60%;
}

.age040 {
  width: 40%;
}

.age050 {
  width: 20%;
}

.eco020 {
  width: 91%;
}

.eco030 {
  width: 81.8%;
}

.eco040 {
  width: 72.6%;
}

.eco050 {
  width: 63.8%;
}

.eco060 {
  width: 54.5%;
}

.eco070 {
  width: 45.5%;
}

.eco080 {
  width: 36.5%;
}

.eco090 {
  width: 27.5%;
}

.eco100 {
  width: 18.2%;
}

.eco110 {
  width: 9.1%;
}

.location {
  background-color: #d2eada;
  color: #183F1D;
}
.location .btn,
.location #footer,
.location table th {
  background-color: #198c37;
}
.location .infoBox p {
  background-color: #d2eada;
  background-image: url(/static/images/icon_info_green_20.png);
}
.location table td a {
  font-weight: 700 !important;
  color: #183F1D;
}
.location table th:first-child {
  border-left: 1px solid #198c37;
}
.location table th {
  font-weight: 700;
  background-color: #198c37;
  color: #fff;
  border-top: 1px solid #d2eada;
  border-right: 1px solid #d2eada;
}
.location .underline {
  text-decoration: underline !important;
  font-weight: 700 !important;
  color: #183F1D;
}
.location .linkGreen a {
  color: #183F1D;
}
.location p.openHours {
  color: #183F1D;
  font-size: 13px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 0;
}
.location .companyNote {
  margin-left: 10px;
  font-size: 13px !important;
}
.location .listboxText > option {
  font-size: 13px !important;
}
.location.noTouch .sidebarMenu a:hover span,
.location.noTouch .headerMenuItem:hover,
.location.noTouch .userMenu a:hover span {
  background-color: #198c37;
}
.location.noTouch .sidebarMenu a:hover {
  color: #198c37;
}
.location.noTouch .tabs a.active {
  background-color: #198c37;
  border: 1px solid #198c37;
}
.location.noTouch .actionsMenu a:hover {
  color: #183F1D;
  background-color: #d2eada !important;
  background-image: url(/static/images/icon_arrow_right_green_10.png);
}
.location h3.pageTitle {
  background-color: #0B3D1C;
  color: #fff;
  padding: 7px 15px;
  font-size: 11px;
  border-bottom: 1px solid #e2e2e2;
}
.location .pager a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 1px;
  background-color: #198c37;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.location .RadAsyncUpload .ruBrowse {
  background-color: #198c37 !important;
  height: auto !important;
  width: auto !important;
  border: none !important;
  outline: none !important;
  padding: 7px 12px !important;
  margin: 0 !important;
  margin-top: 5px !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  font-family: "Lato", sans-serif !important;
}
.location .modal-body .message {
  top: 30px;
}
.location .success {
  background-color: #198c37;
  color: #fff;
}
.location .info {
  background-color: #198c37;
  color: #fff;
}
.location .warning {
  background-color: #198c37;
  color: #fff;
}
.location .error {
  background-color: #198c37;
  color: #fff;
}
.location .pager .dropdown {
  width: 115px;
  padding: 0 0 0 12px;
  border: none;
  background-color: #198c37;
  background-image: url(/static/images/icon_arrow_down_white_10.png);
  background-position: 95px center;
  background-size: 10px;
}
.location .noteWrp {
  border: 1px solid #e2e2e2;
  background-color: #198c37;
  color: #fff;
  margin-left: 5px;
  margin-right: 12px;
  margin-bottom: 20px;
}
.location .supportbarHeader {
  background-color: #183F1D;
  overflow: hidden;
  padding: 15px 20px 15px 52px;
  border-left: 1px solid #e2e2e2;
  background-image: url(/static/images/icon_support_white_20.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px;
}