#NotificationBanner {
  background-color: #ee6f22;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans';
  font-size: 14pt;
  overflow: hidden;
  text-align: center;
}
#NotificationBanner div {
  display: inline-block;
  color: white;
}
#NotificationBanner #NotificationBannerText {
  padding: 11px;
  padding-left: 0px;
}
#NotificationBanner #NotificationBannerButton {
  border-radius: 6px;
  border: 2px solid white;
  padding: 1px;
  text-align: left;
  margin-left: 20px;
}
#NotificationBanner a {
  color: white;
  text-decoration: none;
  padding: 2px 8px;
}
.dlg_head,
.tableborder th,
.tableBorder th,
.header {
  background-color: #333;
  color: #FFFFFF;
  font-weight: normal;
  height: 35px;
  text-indent: 2px;
  text-align: left;
  text-transform: capitalize;
  font-size: 14px;
  padding: 5px auto;
}
.header {
  padding-left: 10px;
}
.dlg_head_left {
  background-color: #333;
  width: 9px;
  height: 25px;
  padding: 5px auto;
}
.dlg_head_right {
  background-color: #333;
  width: 9px;
  height: 25px;
  padding: 5px auto;
}
.dlg_content {
  margin: 2px;
  border: 2px solid #FFFFFF;
}
.dlg_container,
.tableBorder,
.tableborder {
  background-color: #FFF;
  border: 1px solid #F5F5F5;
}
.txt_std,
.txt_std_active,
.txt_std_invalid,
.area_std,
.area_std_invalid,
.area_std_active,
select,
select option {
  padding: 4px;
}
.txt_std,
.area_std {
  background-color: #fff;
  border: 1px solid #D0D0D0;
}
.txt_std_invalid,
.area_std_invalid {
  background-color: #f0f0f4;
  border: 1px solid #FF0000;
}
.txt_std_active,
.area_std_active {
  background-color: #f0f0f4;
  border: 1px solid #0174c5;
}
.txt_std_readonly,
.area_std_readonly {
  color: #555555;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  cursor: not-allowed !important;
}
.btn_std,
.normalbutton,
.normalButton,
.btnsend,
.redbtn {
  background-color: #0174c5;
  border: none;
  min-width: 120px;
  height: 25px;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: capitalize;
}
.btn_std_disabled {
  background-color: #cccccc;
  border: none;
  min-width: 120px;
  height: 25px;
  color: #333;
  font-weight: normal;
  text-transform: capitalize;
}
.tbl_head {
  background-color: #F5F5F5;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  height: 30px;
  padding-left: 10px;
  border-bottom: 1px solid #ccc;
}
.tbl_subhead,
.HeaderBackgroundAlternate {
  background-color: #F5F5F5;
  font-weight: normal;
  color: #333;
  height: 30px;
  padding-left: 10px;
}
.tbl_bg {
  background-color: #FFFFFF;
}
.tbl_content,
.notes {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
}
.tbl_content_alt {
  background-color: #FFFFFF;
}
.tbl_lbl,
.fieldname {
  border-bottom: 1px dotted #D0D0D0;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  text-transform: capitalize;
  height: 30px;
}
.tbl_data,
.tbl_data td,
.tbl_data th {
  font-size: 10px;
}
.tbl_data .tbl_subhead {
  text-align: center;
}
.all_pad {
  margin: 10px;
}
.sel {
  padding: 4px;
  background-color: #FFFFFF;
  border-color: #0174C5;
}
.bold {
  font-weight: bold;
}
input[type=text] {
  border-color: #D0D0D0 !important;
  padding-left: 5px;
  padding-right: 5px;
}
.tbl_options {
  border-collapse: collapse;
}
.tbl_options tr td,
.tbl_options tr th,
.tbl_options table.head tr td,
.tbl_options table.head tr th {
  padding: 0px;
}
.tbl_options table.head {
  width: 100%;
  border-collapse: collapse;
  padding-left: 10px !important;
}
.tbl_options table.head tr td.headcenter {
  background-color: #0174c5;
  color: #FFFFFF;
  font-weight: normal;
  height: 35px;
  text-indent: 2px;
  text-align: left;
  text-transform: capitalize;
}
.tbl_options table.head tr td.headleft {
  background-color: #0174c5;
  width: 9px;
  height: 35px;
}
.tbl_options table.head tr td.headright {
  background-color: #0174c5;
  width: 9px;
  height: 35px;
}
.tbl_options table.options {
  width: 100%;
  background-color: none;
}
.tbl_options table.options th,
.tbl_options table.options td {
  padding: 10px;
}
.tbl_options table.options th {
  background-color: #F5F5F5;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  height: 30px;
  padding-left: 10px;
  border-bottom: 1px solid #ccc;
  text-transform: capitalize;
}
.tbl_options table.options tr.subhead td,
.tbl_options table.options tr.subhead th {
  background-color: #F5F5F5;
  font-weight: normal;
  color: #333;
  height: 30px;
  padding-left: 10px;
}
.cont {
  background-color: none;
  border: solid 1px #208ad2;
}
.submit td {
  border-top: solid 1px #ffffff;
  padding: 10px;
  text-align: center;
}
.notes {
  background-color: #d0d0d0;
}
.tbl_results {
  width: 100%;
  background-color: #ffffff;
}
.tbl_results tr.head th,
.tbl_results tr.head td {
  text-align: left;
  background-color: #0174c5;
  height: 30px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
}
.tbl_results tr.subhead th,
.tbl_results tr.subhead td {
  text-align: left;
  background-color: #F5F5F5;
  color: #333;
  font-weight: normal;
  height: 30px;
  white-space: nowrap;
}
.tbl_results tr.althead th,
.tbl_results tr.althead td,
.tbl_head_alt {
  height: 30px;
}
.tbl_results tr.subtotal th,
.tbl_results tr.subtotal td {
  color: #fff;
  background-color: grey;
  background-repeat: repeat-x;
  background-position: top;
}
.tbl_results tr.grandtotal th,
.tbl_results tr.grandtotal td,
.tbl_attn {
  color: #000;
  font-weight: normal;
  background-color: #d0d0d0;
  height: 30px;
  white-space: nowrap;
}
.tbl_results tr.r0,
.tr0 {
  background-color: #fff;
}
.tbl_results tr.r1,
.tr1 {
  background-color: #f5f5f5;
}
.tbl_results th,
.tbl_results td {
  height: 30px;
  padding: 3px;
}
/******************************/
.tbl_resultsFIXEDWIDTH {
  background-color: #ffffff;
}
.headFIXEDWIDTH {
  text-align: left;
  background-color: #333;
  font-weight: normal;
  color: #333;
  height: 30px;
}
.subheadFIXEDWIDTH {
  text-align: left;
  background-color: #F5F5F5;
  font-weight: normal;
  color: #333;
  height: 30px;
  white-space: nowrap;
}
.grid {
  background-color: #ffffff;
  table-layout: fixed;
}
.stockctrl {
  color: #004489;
}
.gridsubhead {
  background-color: #F5F5F5;
  font-weight: normal;
  color: #333;
  height: 30px;
  white-space: nowrap;
}
.gridsubtotal {
  color: #004489;
  background-color: #d0d0d0;
  font-weight: normal;
  color: #333;
  height: 15px;
}
.gridsubtotalalt {
  color: #004489;
  background-color: #f5f1e2;
  height: 15px;
}
.altheadFIXEDWIDTH {
  background-image: url(../img/tbl_head_alt.gif);
  background-repeat: repeat-x;
  background-position: top;
  height: 30px;
}
.subtotalFIXEDWIDTH {
  color: #004489;
  background-color: #EFF7FB;
  background-image: url(../img/subtotal_bg.gif);
  background-repeat: repeat-x;
  background-position: top;
  vertical-align: middle;
}
.grandtotalFIXEDWIDTH {
  color: #004489;
  background-color: #ffddaa;
  background-image: url(../img/grandtotal_bg.gif);
  background-repeat: repeat-x;
  background-position: top;
  font-weight: normal;
  height: 30px;
  white-space: nowrap;
  vertical-align: middle;
}
.grandtotalFIXEDWIDTHalt {
  color: #004489;
  background-color: #ffddaa;
  font-weight: normal;
  height: 30px;
  white-space: nowrap;
  vertical-align: middle;
}
.tbl_resultsFIXEDWIDTH tr.r0,
.tr0,
.grid tr.r0 {
  background-color: #FFFFFF;
}
.tbl_resultsFIXEDWIDTH tr.r1,
.tr1,
.grid tr.r1 {
  background-color: #E0E3EA;
}
/******************************/
/******* Jack - Tabs **********/
/******************************/
#tabList {
  margin: 0;
  padding: 0px;
  height: 25px;
  list-style: none;
  display: inline;
  overflow: hidden;
}
#tabList li {
  margin: 0;
  padding: 0px;
  list-style-type: none;
  display: inline;
}
.tabContentDiv {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 45px;
  left: 10px;
}
/******************************/
/*- Menu Tabs J---------------------------  http://www.exploding-boy.com/images/cssmenus/menus.html */
#tabsJ {
  float: left;
  width: 100%;
  line-height: normal;
}
#tabsJ ul {
  margin: 0;
  padding: 10px 10px 0 0;
  list-style: none;
  clear: both;
}
#tabsJ li {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 5px;
}
#tabsJ a {
  float: left;
  margin: 0;
  padding: 0 5px 0 0;
  text-decoration: none;
  display: block;
  padding: 5px 15px;
  font-weight: normal;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {
  float: none;
}
/* End IE5-Mac hack */
#tabsJ a:hover span {
  background-position: 100% -42px;
}
#tabsJ a:hover {
  background-position: 0% -42px;
}
/*
#tabsJ a:active span {
	color:#FFF;
	background-position:100% -42px;
}

#tabsJ a:active {
	background-position:0% -42px;
}
*/
.contentDiv {
  /*position: relative;
	top: 20px;*/
}
td,
th {
  min-height: 25px;
}
table.report_options {
  padding-top: 5px;
}
.report_options th,
.report_options_FieldHeaderStyle {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #147FD9;
  padding: 4pt 4pt 4pt 4pt;
}
.report_options td .report_options_RowStyle {
  text-align: left;
  vertical-align: top;
  padding: 4pt 4pt 4pt 4pt;
}
.report_options_selectboxheading {
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  padding-top: 15px;
}
.report_options_alt {
  background: #E0E3EA;
}
.report_options_alt tr td.report_options_selectboxheading {
  background: #b5d9f1 !important;
  border-top: 2px solid white;
  border-bottom: none;
}
.report_options_alt tr td {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 2px;
}
.report_options_alt tr td.last {
  border-right: 1px solid #999;
}
.report_options_alt tr td.report_options_selectboxheading a {
  color: #036;
}
.report_title {
  background-color: #0174c5;
  color: #FFFFFF;
  font-weight: normal;
  text-indent: 2px;
  text-align: left;
  font-size: 13px;
}
.report_results_heading {
  text-align: left;
  background-color: #0174c5;
  color: #FFFFFF !important;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  /* z-index: -1;*/
  /*acts like a min-width but alows the table to grow if required*/
  border: none;
}
th.report_results_heading,
td.report_results_heading,
.report_results_heading th,
.report_results_heading td {
  color: #fff;
  padding: 10px 5px;
}
.report_results_heading a {
  color: #fff !important;
}
.report_results {
  padding: 0px;
  background-color: #F5F5F5;
  color: #333;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  border-color: #fff;
}
.report_results a,
.report_results_sub a,
.report_results_subsub a {
  color: #004489;
}
.link {
  color: #004489;
  padding-left: 4px;
  padding-right: 4px;
}
.report_results_sub {
  padding: 0px;
  background-color: #DBEDF9;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  border-color: #fff;
}
.report_results_subsub {
  padding: 0px;
  background-color: #DBEDF9;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  border-color: #fff;
}
.locked-header-row th {
  border: solid 1px;
  /*position: relative;*/
  text-align: left;
  /*z-index: -1;*/
  z-index: 100;
}
/* Modified for the fulfillment report to take into account the paging row */
.locked-header-row_flf th {
  border: solid 1px;
  /*position: relative;*/
  text-align: left;
  /*z-index: -1;*/
}
.button,
.RadUpload_Windows7 .ruButton,
.RadUploadProgressArea_Windows7 .ruButton {
  background-color: #0174c5;
  border: none !important;
  min-width: 120px;
  height: 25px;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: capitalize;
  background-image: none !important;
}
.subtotal {
  background: #F5F5F5;
  color: #333;
}
.grandtotal {
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.reference_codes .reference_codes a {
  font-size: 6px;
  color: #AAAAAA;
  white-space: nowrap;
}
.displayblock {
  display: block;
}
table.displayblock {
  display: table;
  width: 100%;
}
.rborder {
  border-right: 1px dotted #004489;
}
.excel {
  width: 100%;
  border: 1px solid #C0C0C0;
  border-collapse: collapse;
}
.excel tr th {
  background: #EFEBDE;
  border: 1px solid #716F64;
}
.excel tr td {
  background: #FFFFFF;
  border: 1px solid #C0C0C0;
}
.excel tr th,
.excel tr td {
  color: #000000;
}
.excel tr td.error {
  background-color: #FFD7D7;
  border: 1px solid #FF0000;
  color: #FF0000;
  text-align: center;
}
.nowrap td {
  white-space: nowrap;
}
.barcode {
  font-family: 'webfontregular';
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  padding-left: 5px;
}
.ajax__calendar_container,
.ajax__calendar_container td,
.ajax__calendar_container th {
  z-index: 101;
  padding: 0px !important;
  margin: 0 !important;
}
/* Fixes the "previous" and "next" buttons in the popup title in IE8*/
div.ajax__calendar_title {
  border: none;
}
/* newsletter styles */
.lvodd {
  background-color: #FFFFFF;
}
.lveven {
  background-color: #E0E3EA;
}
select.newsfilter {
  width: 100%;
  height: 150px;
}
#newsFilterModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #222222;
  display: none;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
/* Reporting services report */
.rsreport {
  position: absolute;
}
/* Styles for Create ITO page */
.CreateITOLeftHandColumn {
  width: 589px;
  padding: 0px;
}
.CreateITOLeftHandColumnHeader {
  width: 585px;
  padding: 0px;
}
.CreateITOLeftHandColumnNarrow {
  width: 573px;
  height: 130px;
}
.CreateITOLeftHandColumnNarrowHeader {
  width: 581px;
}
.CreateITOITemsDIV {
  width: 1080px !important;
  height: 200px;
  overflow: auto;
}
.CreateITOIncludesHDR {
  width: 1180px !important;
  padding: 0;
}
.ResultListBoxes {
  height: 100px;
  width: 220px;
}
.MultiITODropDowns {
  width: 180px;
}
.MultiITOTransferTo {
  width: 184px;
  margin-right: 10px;
}
.MultiITOAddToITO {
  font-weight: normal;
}
.MultiITOIncludedProducts {
  float: left;
  padding-bottom: 5px;
}
.MultiITOGridViewToLocation {
  height: 10px;
}
.MultiITOGridViewToLocationAlternating {
  height: 10px;
}
.FloatingHeaderRow {
  position: fixed;
  /*top: expression(offsetParent.scrollTop > parentNode.parentNode.parentNode.offsetTop + 30 ? offsetParent.scrollTop - parentNode.parentNode.parentNode.offsetTop - 30 : 0);*/
}
.lblEmptySearch {
  font-weight: normal;
  margin-right: 200px;
}
.MaxDiscountLeft {
  width: 110px;
}
.MaxDiscountCenter {
  width: 160px;
}
.MaxDiscountRight {
  width: 180px;
}
.MaxDiscountTextBox {
  width: 200px;
}
.MaxDiscountDropDowns {
  width: 180px;
  min-width: 180px;
}
.ProductSearchMassRules {
  width: 900px;
}
.ProductSearchMassRules * {
  float: left;
  margin-right: 30px;
}
.ProductSearchMassRules div {
  height: 20px;
  margin-top: 3px;
}
.ProductSearchFieldSet {
  border: 1px solid #208AD2;
  color: #004489;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  width: 1072px;
}
.ProductSearchLegend {
  color: #004489;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.ProductSearchCheckBoxes {
  width: 25px;
}
.HeaderPagingCellLeft {
  text-align: left;
  background-image: url(/Images/dlg_head.gif);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #0099FE;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  /* z-index: -1;*/
  /*acts like a min-width but alows the table to grow if required*/
  width: 800px;
  border-color: #fff;
  border-right: 0px;
}
.HeaderPagingCell {
  text-align: right;
  padding: 0px;
  background-image: url(data:image/gif;base64,R0lGODlhAQAeAMQAAAvC/ga7/wS7/wC6/wCz/gCw+gCn9gCm80CQ2wCe8DaQ3TeQ3ACb7ACU6gCS5gCP4hKF3QCH3gCG3BR/2QGA2ABvzgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAHAP8ALAAAAAABAB4AAAUVYFVNC2KeiAJRkvQ8DcMcR1EMOACEADs=);
  position: relative;
  text-align: left;
  border: 0px;
}
.PageCountButtons {
  padding-left: 2px;
  padding-right: 2px;
  color: White;
  font-weight: normal;
}
.PageCountButtonsnormal {
  padding-left: 2px;
  padding-right: 2px;
  font-weight: normal;
  color: White;
}
.ErrorText {
  color: Red;
}
.Panel {
  /*padding: 1em;*/
}
.Panel legend {
  color: #004489;
  font-weight: normal;
}
.AJAXUploader input[type=button] {
  background-color: #0174c5;
  border: 2px solid #333;
  color: #FFFFFF;
  font-weight: normal;
}
/*good luck - style away!*/
.rtsLink {
  background-color: #333 !important;
  background-image: none !important;
  color: #fff !important;
  padding: 5px auto !important;
  margin-right: 5px !important;
}
.rtsLink.rtsSelected {
  background-color: #0174c5 !important;
  color: #fff !important;
}
.rtsLevel {
  background-image: none !important;
  background-color: transparent !important;
  padding-top: 5px !important;
  border-bottom: 2px solid #0165ac !important;
}
.rtsOut,
.rtsIn {
  background: none !important;
}
.note {
  display: block;
  border: 1px solid #f90;
  background-color: #ff9;
  padding: 5px;
}
.warning {
  display: block;
  border: 1px solid #f00;
  background-color: #FFF0F0;
  padding: 5px;
  width: 500px;
  margin-top: 30px;
}
.ruTimeSpeed {
  padding: 0px !important;
  margin-bottom: 0px !important;
}
.ruProgress {
  background: white !important;
  padding: 5px !important;
}
.AJAXUploader {
  margin-bottom: 5px;
}
input[type=text],
input[type=password] {
  border-color: #D0D0D0 !important;
  padding-left: 5px;
  padding-right: 5px;
}
input[type=text]:focus,
input[type=text]:active,
input[type=password]:focus,
input[type=password]:active {
  border-color: #0174C5 !important;
  background-color: #F5F5F5 !important;
}
td,
th {
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
.RadGrid_Vista .rgCommandRow {
  background: #0174C5 !important;
  color: #fff !important;
  font-weight: normal !important;
  border: none !important;
}
.RadGrid_Vista .rgHeader,
.RadGrid_Vista th.rgResizeCol {
  background: #E8E8E8 !important;
  color: #333 !important;
  font-weight: normal !important;
}
.RadGrid_Vista tr.rgAltRow,
.RadGrid_Vista tr.rgAltRow td,
.RadGrid .rgAltRow td {
  background: #F5F5F5 !important;
}
.rgMasterTable td,
.rgMasterTable th {
  height: 25px !important;
}
.RadGrid .rgRow td,
.RadGrid .rgAltRow td,
.RadGrid .rgEditRow td,
.RadGrid .rgFooter td {
  padding-top: 8px !important;
  padding-bottom: 7px !important;
}
.RadGrid_Vista .rgFooterDiv,
.RadGrid_Vista .rgFooter,
.RadGrid_Vista .rgFooterDiv td,
.RadGrid_Vista .rgFooter td {
  /*background:#D0D0D0 !important;
    font-weight: bold !important;*/
}
.rgCommandTable td,
.rgCommandTable th {
  text-align: right;
}
.type-to-find-input-container {
  position: relative;
}
.type-to-find-input-container input {
  border-width: 1px;
  padding-right: 25px;
}
.type-to-find-input-container .glyphicon {
  position: absolute;
  padding-top: 3px;
  padding-right: 40px;
  right: 0px;
  opacity: 0.4;
}
.type-to-find-input-container .input-search-icon {
  pointer-events: none;
}
.type-to-find-input-container .input-clear-icon {
  display: none;
  cursor: pointer;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    * SBW
 */
/*
// Reset and dependencies
@import "normalize.less";
@import "print.less";*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/DOTNET/Admin/Style/fonts/glyphicons-halflings-regular.eot');
  src: url('/DOTNET/Admin/Style/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/DOTNET/Admin/Style/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/DOTNET/Admin/Style/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/DOTNET/Admin/Style/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/DOTNET/Admin/Style/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
/*
// Core CSS
@import "scaffolding.less";
@import "type.less";
@import "code.less";*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*@import "tables.less";*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
/*@import "buttons.less";

// Components*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/*@import "button-groups.less";*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/*@import "navs.less";
@import "navbar.less";
@import "breadcrumbs.less";
@import "pagination.less";
@import "pager.less";
@import "labels.less";*/
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
/*@import "jumbotron.less";
@import "thumbnails.less";
@import "alerts.less";
@import "progress-bars.less";
@import "media.less";
@import "list-group.less";
@import "panels.less";
@import "responsive-embed.less";*/
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.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 (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -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;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
/*@import "carousel.less";
*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*@import "responsive-utilities.less";
*/
/*!
 * Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\f952";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\f907";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\f913";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\f955";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\f91a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\f956";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\f91e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\f957";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\f941";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\f949";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/DOTNET/Admin/Style/vendor/font-awesome/webfonts/fa-regular-400.eot');
  src: url('/DOTNET/Admin/Style/vendor/font-awesome/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/DOTNET/Admin/Style/vendor/font-awesome/webfonts/fa-regular-400.woff2') format('woff2'), url('/DOTNET/Admin/Style/vendor/font-awesome/webfonts/fa-regular-400.woff') format('woff'), url('/DOTNET/Admin/Style/vendor/font-awesome/webfonts/fa-regular-400.ttf') format('truetype'), url('/DOTNET/Admin/Style/vendor/font-awesome/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/* Regular */
@font-face {
  font-family: 'Open Sans';
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-Regular-webfont.eot");
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/DOTNET/Admin/Style/fonts/OpenSans-Regular-webfont.woff") format('woff'), url("/DOTNET/Admin/Style/fonts/OpenSans-Regular-webfont.ttf") format('truetype'), url("/DOTNET/Admin/Style/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format('svg');
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
}
/* Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-Italic-webfont.eot");
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-Italic-webfont.eot?#iefix") format('embedded-opentype'), url("/DOTNET/Admin/Style/fonts/OpenSans-Italic-webfont.woff") format('woff'), url("/DOTNET/Admin/Style/fonts/OpenSans-Italic-webfont.ttf") format('truetype'), url("/DOTNET/Admin/Style/fonts/OpenSans-Italic-webfont.svg#OpenSansItalic") format('svg');
  font-weight: normal;
  font-weight: 400;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: 'Open Sans';
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-Light-webfont.eot");
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-Light-webfont.eot?#iefix") format('embedded-opentype'), url("/DOTNET/Admin/Style/fonts/OpenSans-Light-webfont.woff") format('woff'), url("/DOTNET/Admin/Style/fonts/OpenSans-Light-webfont.ttf") format('truetype'), url("/DOTNET/Admin/Style/fonts/OpenSans-Light-webfont.svg#OpenSansLight") format('svg');
  font-weight: 200;
  font-style: normal;
}
/* Light Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-LightItalic-webfont.eot");
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-LightItalic-webfont.eot?#iefix") format('embedded-opentype'), url("/DOTNET/Admin/Style/fonts/OpenSans-LightItalic-webfont.woff") format('woff'), url("/DOTNET/Admin/Style/fonts/OpenSans-LightItalic-webfont.ttf") format('truetype'), url("/DOTNET/Admin/Style/fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic") format('svg');
  font-weight: 200;
  font-style: italic;
}
/* Light -- For Titles */
@font-face {
  font-family: 'Open Sans Light';
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-Light-webfont.eot");
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-Light-webfont.eot?#iefix") format('embedded-opentype'), url("/DOTNET/Admin/Style/fonts/OpenSans-Light-webfont.woff") format('woff'), url("/DOTNET/Admin/Style/fonts/OpenSans-Light-webfont.ttf") format('truetype'), url("/DOTNET/Admin/Style/fonts/OpenSans-Light-webfont.svg#OpenSansLight") format('svg');
  font-style: normal;
}
/* Light Italic -- For Titles */
@font-face {
  font-family: 'Open Sans Light';
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-LightItalic-webfont.eot");
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-LightItalic-webfont.eot?#iefix") format('embedded-opentype'), url("/DOTNET/Admin/Style/fonts/OpenSans-LightItalic-webfont.woff") format('woff'), url("/DOTNET/Admin/Style/fonts/OpenSans-LightItalic-webfont.ttf") format('truetype'), url("/DOTNET/Admin/Style/fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic") format('svg');
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-Bold-webfont.eot");
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-Bold-webfont.eot?#iefix") format('embedded-opentype'), url("/DOTNET/Admin/Style/fonts/OpenSans-Bold-webfont.woff") format('woff'), url("/DOTNET/Admin/Style/fonts/OpenSans-Bold-webfont.ttf") format('truetype'), url("/DOTNET/Admin/Style/fonts/OpenSans-Bold-webfont.svg#OpenSansBold") format('svg');
  font-weight: bold;
  font-weight: 700;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-BoldItalic-webfont.eot");
  src: url("/DOTNET/Admin/Style/fonts/OpenSans-BoldItalic-webfont.eot?#iefix") format('embedded-opentype'), url("/DOTNET/Admin/Style/fonts/OpenSans-BoldItalic-webfont.woff") format('woff'), url("/DOTNET/Admin/Style/fonts/OpenSans-BoldItalic-webfont.ttf") format('truetype'), url("/DOTNET/Admin/Style/fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic") format('svg');
  font-weight: bold;
  font-weight: 700;
  font-style: italic;
}
/* Code39 Barcode font 
	- http://fontsgeek.com/fonts/Code39QuarterInch-Regular
	- Converted by https://www.fontsquirrel.com/tools/webfont-generator
*/
@font-face {
  font-family: 'webfontregular';
  src: url('/DOTNET/Admin/Style/fonts/code39quarterinch_regular.eot');
  src: url('/DOTNET/Admin/Style/fonts/code39quarterinch_regular.eot?#iefix') format('embedded-opentype'), url('/DOTNET/Admin/Style/fonts/code39quarterinch_regular.woff') format('woff'), url('/DOTNET/Admin/Style/fonts/code39quarterinch_regular.ttf') format('truetype'), url('/DOTNET/Admin/Style/fonts/code39quarterinch_regular.svg#code39quarterinchregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*  
    Font Awesome fonts
*/
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/DOTNET/Admin/Style/fonts//fa-regular-400.eot');
  src: url('/DOTNET/Admin/Style/fonts//fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/DOTNET/Admin/Style/fonts//fa-regular-400.woff2') format('woff2'), url('/DOTNET/Admin/Style/fonts//fa-regular-400.woff') format('woff'), url('/DOTNET/Admin/Style/fonts//fa-regular-400.ttf') format('truetype'), url('/DOTNET/Admin/Style/fonts//fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-size: 1.2em;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/DOTNET/Admin/Style/fonts//fa-brands-400.eot');
  src: url('/DOTNET/Admin/Style/fonts//fa-brands-400.eot?#iefix') format('embedded-opentype'), url('/DOTNET/Admin/Style/fonts//fa-brands-400.woff2') format('woff2'), url('/DOTNET/Admin/Style/fonts//fa-brands-400.woff') format('woff'), url('/DOTNET/Admin/Style/fonts//fa-brands-400.ttf') format('truetype'), url('/DOTNET/Admin/Style/fonts//fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-size: 1.2em;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('/DOTNET/Admin/Style/fonts//fa-solid-900.eot');
  src: url('/DOTNET/Admin/Style/fonts//fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/DOTNET/Admin/Style/fonts//fa-solid-900.woff2') format('woff2'), url('/DOTNET/Admin/Style/fonts//fa-solid-900.woff') format('woff'), url('/DOTNET/Admin/Style/fonts//fa-solid-900.ttf') format('truetype'), url('/DOTNET/Admin/Style/fonts//fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.2em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.clear-border {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
}
.blue-border-top {
  border-top: 2px solid #0174c5;
}
.blue-border-right {
  border-right: 2px solid #0174c5;
}
.blue-border-bottom {
  border-bottom: 2px solid #0174c5;
}
.blue-border-left {
  border-left: 2px solid #0174c5;
}
.blue-border.top {
  border-top: 2px solid #0174c5;
}
.blue-border.right {
  border-right: 2px solid #0174c5;
}
.blue-border.bottom {
  border-bottom: 2px solid #0174c5;
}
.blue-border.left {
  border-left: 2px solid #0174c5;
}
.padding-xxs-top {
  padding-top: 2px !important;
}
.padding-xxs-right {
  padding-right: 2px !important;
}
.padding-xxs-bottom {
  padding-bottom: 2px !important;
}
.padding-xxs-left {
  padding-left: 2px !important;
}
.padding-xxs.top {
  padding-top: 2px !important;
}
.padding-xxs.right {
  padding-right: 2px !important;
}
.padding-xxs.bottom {
  padding-bottom: 2px !important;
}
.padding-xxs.left {
  padding-left: 2px !important;
}
.padding-xs-top {
  padding-top: 5px !important;
}
.padding-xs-right {
  padding-right: 5px !important;
}
.padding-xs-bottom {
  padding-bottom: 5px !important;
}
.padding-xs-left {
  padding-left: 5px !important;
}
.padding-xs.top {
  padding-top: 5px !important;
}
.padding-xs.right {
  padding-right: 5px !important;
}
.padding-xs.bottom {
  padding-bottom: 5px !important;
}
.padding-xs.left {
  padding-left: 5px !important;
}
.padding-small-top {
  padding-top: 10px !important;
}
.padding-small-right {
  padding-right: 10px !important;
}
.padding-small-bottom {
  padding-bottom: 10px !important;
}
.padding-small-left {
  padding-left: 10px !important;
}
.padding-small.top {
  padding-top: 10px !important;
}
.padding-small.right {
  padding-right: 10px !important;
}
.padding-small.bottom {
  padding-bottom: 10px !important;
}
.padding-small.left {
  padding-left: 10px !important;
}
.padding-medium-top {
  padding-top: 30px !important;
}
.padding-medium-right {
  padding-right: 30px !important;
}
.padding-medium-bottom {
  padding-bottom: 30px !important;
}
.padding-medium-left {
  padding-left: 30px !important;
}
.padding-medium.top {
  padding-top: 30px !important;
}
.padding-medium.right {
  padding-right: 30px !important;
}
.padding-medium.bottom {
  padding-bottom: 30px !important;
}
.padding-medium.left {
  padding-left: 30px !important;
}
.padding-large-top {
  padding-top: 50px !important;
}
.padding-large-right {
  padding-right: 50px !important;
}
.padding-large-bottom {
  padding-bottom: 50px !important;
}
.padding-large-left {
  padding-left: 50px !important;
}
.padding-large.top {
  padding-top: 50px !important;
}
.padding-large.right {
  padding-right: 50px !important;
}
.padding-large.bottom {
  padding-bottom: 50px !important;
}
.padding-large.left {
  padding-left: 50px !important;
}
.margin-xxs-top {
  margin-top: 2px !important;
}
.margin-xxs-right {
  margin-right: 2px !important;
}
.margin-xxs-bottom {
  margin-bottom: 2px !important;
}
.margin-xxs-left {
  margin-left: 2px !important;
}
.margin-xxs.top {
  margin-top: 2px !important;
}
.margin-xxs.right {
  margin-right: 2px !important;
}
.margin-xxs.bottom {
  margin-bottom: 2px !important;
}
.margin-xxs.left {
  margin-left: 2px !important;
}
.margin-xs-top {
  margin-top: 5px !important;
}
.margin-xs-right {
  margin-right: 5px !important;
}
.margin-xs-bottom {
  margin-bottom: 5px !important;
}
.margin-xs-left {
  margin-left: 5px !important;
}
.margin-xs.top {
  margin-top: 5px !important;
}
.margin-xs.right {
  margin-right: 5px !important;
}
.margin-xs.bottom {
  margin-bottom: 5px !important;
}
.margin-xs.left {
  margin-left: 5px !important;
}
.margin-small-top {
  margin-top: 10px !important;
}
.margin-small-right {
  margin-right: 10px !important;
}
.margin-small-bottom {
  margin-bottom: 10px !important;
}
.margin-small-left {
  margin-left: 10px !important;
}
.margin-small.top {
  margin-top: 10px !important;
}
.margin-small.right {
  margin-right: 10px !important;
}
.margin-small.bottom {
  margin-bottom: 10px !important;
}
.margin-small.left {
  margin-left: 10px !important;
}
.margin-medium-top {
  margin-top: 30px !important;
}
.margin-medium-right {
  margin-right: 30px !important;
}
.margin-medium-bottom {
  margin-bottom: 30px !important;
}
.margin-medium-left {
  margin-left: 30px !important;
}
.margin-medium.top {
  margin-top: 30px !important;
}
.margin-medium.right {
  margin-right: 30px !important;
}
.margin-medium.bottom {
  margin-bottom: 30px !important;
}
.margin-medium.left {
  margin-left: 30px !important;
}
.margin-large-top {
  margin-top: 50px !important;
}
.margin-large-right {
  margin-right: 50px !important;
}
.margin-large-bottom {
  margin-bottom: 50px !important;
}
.margin-large-left {
  margin-left: 50px !important;
}
.margin-large.top {
  margin-top: 50px !important;
}
.margin-large.right {
  margin-right: 50px !important;
}
.margin-large.bottom {
  margin-bottom: 50px !important;
}
.margin-large.left {
  margin-left: 50px !important;
}
.remove-padding-top {
  padding-top: 0 !important;
}
.remove-padding-right {
  padding-right: 0 !important;
}
.remove-padding-bottom {
  padding-bottom: 0 !important;
}
.remove-padding-left {
  padding-left: 0 !important;
}
.remove-padding.top {
  padding-top: 0 !important;
}
.remove-padding.right {
  padding-right: 0 !important;
}
.remove-padding.bottom {
  padding-bottom: 0 !important;
}
.remove-padding.left {
  padding-left: 0 !important;
}
.remove-margin-top {
  margin-top: 0 !important;
}
.remove-margin-right {
  margin-right: 0 !important;
}
.remove-margin-bottom {
  margin-bottom: 0 !important;
}
.remove-margin-left {
  margin-left: 0 !important;
}
.remove-margin.top {
  margin-top: 0 !important;
}
.remove-margin.right {
  margin-right: 0 !important;
}
.remove-margin.bottom {
  margin-bottom: 0 !important;
}
.remove-margin.left {
  margin-left: 0 !important;
}
.width-100 {
  width: 100% !important;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
html body.top_navigation {
  margin: 0px;
  padding: 0px;
}
.logo-container {
  min-width: 120px;
  max-width: 300px;
}
.logo-container a {
  display: block;
  margin-top: -5px;
  margin-left: 10px;
}
.site-logo {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .site-logo {
    margin-right: 0;
  }
}
.top-border {
  border-top: 3px solid #333;
}
.user_name,
.plu_lookup {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left;
  color: #333;
  width: 100px;
  display: block;
  text-align: right;
  margin-right: 7px;
}
.user_name {
  top: 10px;
  text-align: left;
}
.plu_lookup {
  margin-top: 7px;
  width: 60px;
  text-align: left;
  padding: 5px;
}
.summary_details {
  background-color: #F5F5F5;
  text-align: left;
  padding-left: 10px;
}
/* ======================= */
.top_menu {
  /* background-image: url(/Admin/Include/img/menu-icons/right-separator.png);
	background-repeat: no-repeat;
	background-position: center middle; */
}
.top_menu,
.top_menu_o {
  height: 60px;
  margin-top: 0px;
  cursor: pointer;
}
.top_menu,
.top_menu td,
.top_menu_o,
.top_menu_o td {
  font-family: 'Open Sans';
  /*font-family:Arial, Helvetica, sans-serif;*/
  font-size: 13px;
  text-align: left;
}
.top_menu,
.top_menu_o {
  padding-top: 40px;
  padding-bottom: 15px;
}
#dm0m0tbl {
  padding-top: 0px !important;
}
/*#dm0m0tbl td {
	padding-top:10px !important;
}*/
#dm0m0tbl td table.top_menu td {
  padding-top: 0px !important;
}
.top_menu td,
.top_menu_o td {
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 50px;
}
.top_menu,
.top_menu td,
.top_menu_o,
.top_menu_o td {
  background-position: 10px 15px;
  background-repeat: no-repeat !important;
  transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
}
.top_menu,
.top_menu td {
  color: #333;
  background-color: #fff;
}
.top_menu_o,
.top_menu_o td {
  color: #fff;
  background-color: #333;
}
.menu_home {
  background-image: url(/Admin/Include/img/menu-icons/ico-home-dark.png);
}
.menu_pos {
  background-image: url(/Admin/Include/img/menu-icons/ico-pos-dark.png);
}
.menu_dashboard {
  background-image: url(/Admin/Include/img/menu-icons/ico-report-dark.png);
}
.menu_sales {
  background-image: url(/Admin/Include/img/menu-icons/ico-crm-dark.png);
}
.menu_inventory {
  background-image: url(/Admin/Include/img/menu-icons/ico-inventory-dark.png);
}
.menu_logistics {
  background-image: url(/Admin/Include/img/menu-icons/ico-logistics-dark.png);
}
.menu_staff {
  background-image: url(/Admin/Include/img/menu-icons/ico-staff-dark.png);
}
.menu_reports {
  background-image: url(/Admin/Include/img/menu-icons/ico-report-dark.png);
}
.menu_marketing {
  background-image: url(/Admin/Include/img/menu-icons/ico-tickdbl-dark.png);
}
.menu_settings {
  background-image: url(/Admin/Include/img/menu-icons/ico-setup-dark.png);
}
.menu_help {
  background-image: url(/Admin/Include/img/menu-icons/ico-help-dark.png);
}
.menu_links {
  background-image: url(/Admin/Include/img/menu-icons/ico-favourite-dark.png);
}
.menu_user {
  background-image: url(/Admin/Include/img/menu-icons/ico-user-dark.png);
}
.menu_home_o {
  background-image: url(/Admin/Include/img/menu-icons/ico-home-light.png);
}
.menu_pos_o {
  background-image: url(/Admin/Include/img/menu-icons/ico-pos-light.png);
}
.menu_dashboard_o {
  background-image: url(/Admin/Include/img/menu-icons/ico-report-light.png);
}
.menu_sales_o {
  background-image: url(/Admin/Include/img/menu-icons/ico-crm-light.png);
}
.menu_inventory_o {
  background-image: url(/Admin/Include/img/menu-icons/ico-inventory-light.png);
}
.menu_logistics_o {
  background-image: url(/Admin/Include/img/menu-icons/ico-logistics-light.png);
}
.menu_staff_o {
  background-image: url(/Admin/Include/img/menu-icons/ico-staff-light.png);
}
.menu_reports_o {
  background-image: url(/Admin/Include/img/menu-icons/ico-report-light.png);
}
.menu_marketing_o {
  background-image: url(/Admin/Include/img/menu-icons/ico-tickdbl-light.png);
}
.menu_settings_o {
  background-image: url(/Admin/Include/img/menu-icons/ico-setup-light.png);
}
.menu_help_o {
  background-image: url(/Admin/Include/img/menu-icons/ico-help-light.png);
}
.menu_links_o {
  background-image: url(/Admin/Include/img/menu-icons/ico-favourite-light.png);
}
.menu_user_o {
  background-image: url(/Admin/Include/img/menu-icons/ico-user-light.png);
}
.submenu {
  background: #333;
  color: #fff;
}
/* Exclude the top nav from doing the submenu colour */
body.top_navigation .submenu {
  background: #fff !important;
  color: #333 !important;
}
.top_navigation {
  border-bottom: 2px solid #000000;
}
.submenu_item,
.submenu_item_o,
.submenu_item td,
.submenu_item_o td {
  padding: 5px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  cursor: default;
  color: #fff !important;
}
.submenu_item,
.submenu_item_o {
  width: 99%;
  padding: 10px 0;
}
.submenu_item_o {
  text-decoration: underline;
}
.submenu_item_o .submenu_item_o {
  margin-left: -5px !important;
}
.submenu_item_o td {
  cursor: pointer;
}
#dmD0,
#dm0m0tbl {
  width: 100%;
}
#dmD0 {
  height: 65px;
  overflow: hidden;
}
@media (min-width: 1279px) {
  .top_menu td,
  .top_menu_o td {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 60px;
  }
  .top_menu,
  .top_menu td,
  .top_menu_o,
  .top_menu_o td {
    background-position: 20px 15px;
  }
}
@media (min-width: 1919px) {
  .top_menu td,
  .top_menu_o td {
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 70px;
  }
  .top_menu,
  .top_menu td,
  .top_menu_o,
  .top_menu_o td {
    background-position: 30px 15px;
  }
}
.field {
  float: left;
  white-space: nowrap;
}
.hybrid-table-grid .status-indicator-item .element-overlay.active {
  margin: -12px 0 0 0px !important;
}
table.xero-overview span.success,
table.xero-overview span.error {
  display: none;
}
table.xero-overview tr.validation-succeeds span.success {
  display: block;
}
table.xero-overview tr.validation-errors span.error {
  display: block;
}
table.xero-overview tr td:first-of-type .glyphicon {
  float: none;
  margin-left: 10px;
}
.hybrid-table-grid tbody tr td label.text-danger a:active,
.hybrid-table-grid tbody tr td label.text-success a:active,
.hybrid-table-grid tbody tr td label.text-alert a:active,
.hybrid-table-grid tbody tr td label.text-danger a:link,
.hybrid-table-grid tbody tr td label.text-success a:link,
.hybrid-table-grid tbody tr td label.text-alert a:link,
.hybrid-table-grid tbody tr td label.text-danger a:visited,
.hybrid-table-grid tbody tr td label.text-success a:visited,
.hybrid-table-grid tbody tr td label.text-alert a:visited {
  color: #0174c5 !important;
}
.hybrid-table-grid tbody tr td label.text-danger a:active:hover,
.hybrid-table-grid tbody tr td label.text-success a:active:hover,
.hybrid-table-grid tbody tr td label.text-alert a:active:hover,
.hybrid-table-grid tbody tr td label.text-danger a:link:hover,
.hybrid-table-grid tbody tr td label.text-success a:link:hover,
.hybrid-table-grid tbody tr td label.text-alert a:link:hover,
.hybrid-table-grid tbody tr td label.text-danger a:visited:hover,
.hybrid-table-grid tbody tr td label.text-success a:visited:hover,
.hybrid-table-grid tbody tr td label.text-alert a:visited:hover {
  text-decoration: none;
}
.hybrid-table-grid tbody tr td.text-center .glyphicon {
  float: unset;
  margin: 0 auto;
}
button.btn-create-all-accounts {
  margin-left: 30px;
}
.integration-connect .edit-form-input-cell {
  background-color: #EFEFEF;
}
.integration-connect .input-group .input-group-addon {
  border-width: 0;
}
.integration-connect .shopify-logo-container {
  text-align: center;
}
.integration-connect .shopify-logo {
  margin: 0 auto;
}
.integration-connect .integration-container {
  -webkit-box-shadow: 10px 10px 10px #222;
  box-shadow: 10px 10px 10px #222;
  background-color: #fff;
}
.integration-connect table {
  max-width: 650px;
}
.shopify-loading-container {
  margin-top: 50px;
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 10px #222;
  box-shadow: 10px 10px 10px #222;
}
.shopify-loading-container .loading-heading {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  color: #0174c5;
  margin-bottom: 20px;
}
.shopify-loading-container .shopify-loading-spinner {
  position: relative;
  width: 120px;
  height: 120px;
  z-index: 8;
  margin: 50px auto;
}
.shopify-loading-container .shopify-loading-spinner .k-loading-mask {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.shopify-loading-container .shopify-loading-spinner .k-loading-mask .k-loading-color {
  opacity: 1;
  background: transparent;
}
.shopify-loading-container .shopify-loading-spinner .k-loading-mask .k-loading-color:before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  /* For IE8 and earlier */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 15px solid #0174c5;
  border-top-color: rgba(255, 255, 255, 0);
  -webkit-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
  z-index: 9;
}
.shopify-loading-container p {
  font-size: 1.2em;
  text-align: center;
  color: #0174c5;
}
.shopify-addons .shopify-addon-container {
  background-color: #fff;
  border: 1px solid #eee;
  height: 100%;
  display: table;
}
.shopify-addons .shopify-addon-container .addon-icon {
  padding: 20px 10px;
  display: table;
  vertical-align: middle;
}
.shopify-addons .shopify-addon-container .addon-icon .glyphicon {
  display: block;
  float: none;
  vertical-align: middle;
  text-align: center;
}
.shopify-addons .shopify-addon-container .addon-icon .addon-icon-text {
  padding: 20px 5px;
  display: block;
  vertical-align: middle;
  text-align: center;
}
.shopify-addons .shopify-addon-container .addon-icon-name {
  background-color: #0174c5;
  color: #fff;
  width: 15vw;
}
.shopify-addons .shopify-addon-container .addon-icon-name .glyphicon {
  color: #fff;
  font-size: 4em;
}
.shopify-addons .shopify-addon-container .addon-icon-name .addon-icon-text {
  background-color: #0174c5;
  font-size: 22px;
  color: #fff;
}
.shopify-addons .shopify-addon-container .addon-notification {
  background-color: #fff;
  color: #0b9d22;
  width: 10vw;
}
.shopify-addons .shopify-addon-container .addon-notification .glyphicon {
  color: #0b9d22;
  font-size: 3em;
}
.shopify-addons .shopify-addon-container .addon-notification .addon-icon-text {
  background-color: #fff;
  font-size: 16px;
  color: #0b9d22;
}
.shopify-addons .shopify-addon-container .addon-text {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
}
.shopify-addons .shopify-addon-container .addon-buttons {
  padding: 20px 10px 20px 5px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.shopify-addons .shopify-addon-container .addon-buttons button,
.shopify-addons .shopify-addon-container .addon-buttons a {
  margin: 5px 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .integration-connect table {
    max-width: 800px;
  }
}
.tabNotificationIndicator .rtsTxt .glyphicon {
  float: none !important;
  position: relative !important;
  right: -15px !important;
  top: 0 !important;
  font-size: 1.3em !important;
}
.rtsSelected .glyphicon,
.rtsDisabled .glyphicon {
  color: #fff;
}
.recurrence-items .week-container {
  margin-top: 3px;
}
.recurrence-items .week-container label {
  padding: 5px;
  margin: 0 3px;
}
.recurrence-items .week-container input[type=number] {
  padding: 3px 5px;
}
.recurrence-items .days-container .recurrence-item label {
  margin-right: 3px;
}
.popover {
  border-radius: 0;
  padding: 0;
}
.popover h3.popover-title {
  font-size: 1em !important;
  border-radius: 0;
}
.popover.bg-danger {
  background-color: #b62821;
  color: #fff;
}
.popover.bg-danger.top .arrow:after {
  border-top-color: #b62821;
}
.popover.bg-danger.right .arrow:after {
  border-right-color: #b62821;
}
.popover.bg-danger.bottom .arrow:after {
  border-bottom-color: #b62821;
}
.popover.bg-danger.left .arrow:after {
  border-left-color: #b62821;
}
.popover.bg-info {
  background-color: #337ab7;
  color: #fff;
}
.popover.bg-info.top .arrow:after {
  border-top-color: #337ab7;
}
.popover.bg-info.right .arrow:after {
  border-right-color: #337ab7;
}
.popover.bg-info.bottom .arrow:after {
  border-bottom-color: #337ab7;
}
.popover.bg-info.left .arrow:after {
  border-left-color: #337ab7;
}
.popover.bg-alert {
  background-color: #ee6f22;
  color: #fff;
}
.popover.bg-alert.top .arrow:after {
  border-top-color: #ee6f22;
}
.popover.bg-alert.right .arrow:after {
  border-right-color: #ee6f22;
}
.popover.bg-alert.bottom .arrow:after {
  border-bottom-color: #ee6f22;
}
.popover.bg-alert.left .arrow:after {
  border-left-color: #ee6f22;
}
.loyalty #txtExpireDays {
  margin: -5px 5px 0 5px;
  width: 75px !important;
  border-width: 1px !important;
}
.loyalty .hybrid-edit-form .edit-content .expiry-schedule-legend {
  padding: 0;
}
.loyalty .hybrid-edit-form .edit-content .expiry-schedule-legend .expiry-schedule-xdays {
  padding-top: 10px;
}
.loyalty .hybrid-edit-form .edit-content .expiry-schedule-legend table tr {
  border-top: 1px solid #ccc;
}
.loyalty .hybrid-edit-form .edit-content .expiry-schedule-legend table tr td {
  font-family: 'Open Sans' !important;
  padding-left: 10px;
}
.loyalty .loyalty-expiration-confirmation-container table {
  width: 1050px;
  margin: 0 auto !important;
}
.loyalty .loyalty-expiration-confirmation-container table tr {
  border-top: 0px;
  font-family: 'Open Sans' !important;
  padding-left: 10px;
}
.loyalty .loyalty-expiration-confirmation-container table tr th {
  background-color: #ee6f22;
  color: #fff;
  padding: 15px;
}
.loyalty .loyalty-expiration-confirmation-container table tr th span {
  color: #fff;
  padding-left: 5px;
}
.loyalty .loyalty-expiration-confirmation-container table tr td {
  background-color: #fff;
  padding: 20px;
}
.loyalty .loyalty-expiration-confirmation-container table tr td hr {
  padding-top: 10px;
  border-width: 0px;
}
.configure-price-change-settings .symbol-container .rex-symbol.rex-symbol-text label {
  color: #000 !important;
  font-size: 1.1em;
  padding-top: 4px;
}
.scheduled-price-changes .button-refresh {
  color: #FFFFFF !important;
  margin: 0;
  background-color: #0174c5;
  padding: 7px;
  text-decoration: none;
}
.stock-receipt-grid-row-icon-container {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stock-receipt-grid-row-icon-container .stock-receipt-grid-row-icons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}
.stock-receipt-grid-row-icon-container .stock-receipt-grid-row-icons > span:first-child {
  margin-bottom: 10px;
}
.po-edit #addItemModal .hybrid-multi-column-form tr td:nth-of-type(2n) {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.po-edit #addItemModal .hybrid-multi-column-form tr td.remove-padding-left {
  padding-left: 0 !important;
}
.po-edit #addItemModal .hybrid-multi-column-form tr td.remove-padding-right {
  padding-right: 0 !important;
}
.po-edit .po-edit-remove-input-color {
  background-color: white;
}
.po-edit .po-edit-grid-row-icon-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5px;
}
.po-edit .po-edit-grid-row-icon-container .po-edit-grid-row-icons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  padding-right: 5px;
}
.po-edit .po-edit-grid-row-icon-container .po-edit-grid-row-icons > span:first-child {
  margin-bottom: 10px;
}
.po-edit #addStyleModal .configureStylesStep table {
  border-collapse: collapse;
}
.po-edit #addStyleModal .table-header {
  margin: 0px;
  padding: 5px 0px;
  color: #000 !important;
  background-color: transparent !important;
}
.po-edit #addStyleModal .table-header .glyphicon {
  color: #0174c5;
}
.po-edit #addStyleModal .modal-footer {
  border: none;
}
.po-edit #addStyleModal .modal-body {
  max-height: 80vh;
  overflow-y: auto;
  padding-top: 0px;
}
.po-edit #addStyleModal .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 15px;
}
.po-edit #addStyleModal .modal .modal-body {
  max-height: 100%;
}
.po-edit #addStyleModal .addVariantsStep .hybrid-multi-column-form tr td {
  padding-left: 5px !important;
  padding-top: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 5px !important;
}
.po-edit #addStyleModal .addVariantsStep .hiddenGridColumn {
  display: none;
}
.po-edit #addStyleModal .modal-title {
  text-transform: none !important;
}
.po-edit #create_product_modal .row {
  margin-left: 0px;
  margin-right: 0px;
}
.po-edit #create_product_modal h1.modal-title {
  text-transform: none !important;
}
.po-edit #create_product_modal .modal-dialog {
  width: 1000px;
}
.po-edit #create_product_modal .product-fields-container {
  margin-bottom: 100px;
}
.po-edit #create_product_modal .create-product-totals-row {
  margin-bottom: 10px;
}
.po-edit #create_product_modal .input-label-text {
  border: 1px solid #ccc;
  background-color: #EDEDED;
  height: 100%;
  padding: 5px;
  vertical-align: middle;
  line-height: 1.5;
}
.po-edit #create_product_modal .disabled-background {
  background-color: #EDEDED;
}
.po-edit #create_product_modal label {
  font-weight: normal;
}
.po-edit #create_product_modal select {
  width: 100%;
  height: 30px;
  border-color: white;
}
.po-edit #create_product_modal input[type="text"] {
  margin-left: 0;
  font-size: 13px !important;
  height: 30px !important;
  border-width: 0 !important;
  width: 100% !important;
  border-color: #D0D0D0 !important;
}
.po-edit #create_product_modal input[type="radio"] {
  margin-top: 7px;
  margin-left: 5px;
}
.po-edit #create_product_modal .rex-control-group {
  color: #000;
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.po-edit #create_product_modal .required-input {
  border-right: 3px solid #b62821 !important;
}
.po-edit #create_product_modal div.required-input > span:after,
.po-edit #create_product_modal div.required-input > label:after {
  color: #b62821;
  margin-left: 5px;
  font-weight: 700;
  content: "*";
}
.po-edit #create_product_modal div.input-label-text > label {
  width: 100%;
  margin: 0px;
}
.po-edit #create_product_modal span.bspopover {
  float: right;
}
.po-edit #create_product_modal .no-margin-no-padding {
  margin: 0px !important;
  padding: 0px !important;
}
.po-edit #create_product_modal .blue-border-top {
  border-top: 2px solid #0174c5;
}
.po-edit #quick_receive_modal .modal-dialog {
  width: 900px;
}
.po-edit #quick_receive_modal .alert-info {
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid #ee6f22;
  border-left: 3px solid #ee6f22;
}
.po-edit #quick_receive_modal .table-header {
  margin: 0px;
  padding: 5px 0px;
  color: #000 !important;
  background-color: transparent !important;
}
.po-edit #quick_receive_modal .table-header .glyphicon {
  color: #0174c5;
}
.po-edit #quick_receive_modal .po-summary-block {
  margin-top: 100px;
  margin-bottom: 20px;
}
.po-edit #quick_receive_modal .hybrid-multi-column-form tr td label {
  margin-right: 5px;
}
.po-edit #quick_receive_modal .hybrid-multi-column-form tr td:nth-of-type(2n) {
  border: 0 solid #EFEFEF !important;
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ccc !important;
  border-left-width: 0 !important;
  background-color: #f7f7f7 !important;
  height: 100% !important;
  padding: 5px !important;
  vertical-align: middle !important;
  padding: 5px 0 0 5px !important;
}
.po-edit #quick_receive_modal .hybrid-multi-column-form tr td:nth-of-type(2n) label {
  font-weight: 700 !important;
  display: block !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.po-edit #access_restricted_modal iframe {
  width: 100%;
  height: 450px;
}
.po-edit #access_restricted_modal button {
  margin-left: 25px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.po-edit #access_restricted_modal .modal-dialog {
  width: 1200px;
}
.po-edit #create_product_modal input::-ms-clear,
.po-edit #addStyleModal input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.po-create #po-create-info-message {
  margin-top: 20px;
  border-color: #ee6f22;
  border-left: 3px solid #ee6f22 !important;
}
.po-create #new_po_create_form .row {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
}
.po-create #new_po_create_form .input-label-text {
  border: 1px solid #ccc;
  background-color: #EDEDED;
  height: 100%;
  padding: 5px;
  vertical-align: middle;
  line-height: 1.5;
}
.po-create #new_po_create_form .disabled-background {
  background-color: #EDEDED;
}
.po-create #new_po_create_form label {
  font-weight: normal;
}
.po-create #new_po_create_form select {
  width: 100%;
  height: 30px;
  border-color: white;
}
.po-create #new_po_create_form input[type="text"] {
  margin-left: 0;
  font-size: 13px !important;
  height: 30px !important;
  border-width: 0 !important;
  width: 100% !important;
  border-color: #D0D0D0 !important;
}
.po-create #new_po_create_form .input-border {
  color: #000;
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.po-create #new_po_create_form .required-input {
  border-right: 3px solid #b62821 !important;
}
.po-create #new_po_create_form .no-margin-no-padding {
  margin: 0px;
  padding: 0px;
}
.po-create #new_po_create_form .modal-buttons {
  padding: 0;
  margin-top: 20px;
}
.create-product-attribute-style #create_product_attribute_modal .row {
  margin-left: 0px;
  margin-right: 0px;
}
.create-product-attribute-style #create_product_attribute_modal .modal-dialog {
  width: 700px;
}
.create-product-attribute-style #create_product_attribute_modal .product-fields-container {
  margin-bottom: 100px;
}
.create-product-attribute-style #create_product_attribute_modal .create-product-totals-row {
  margin-bottom: 10px;
}
.create-product-attribute-style #create_product_attribute_modal .input-label-text {
  border: 1px solid #ccc;
  background-color: #EDEDED;
  height: 100%;
  padding: 5px;
  vertical-align: middle;
  line-height: 1.5;
}
.create-product-attribute-style #create_product_attribute_modal .disabled-background {
  background-color: #EDEDED;
}
.create-product-attribute-style #create_product_attribute_modal label {
  font-weight: normal;
}
.create-product-attribute-style #create_product_attribute_modal input[type="text"] {
  margin-left: 0;
  font-size: 13px !important;
  height: 30px !important;
  border-width: 0 !important;
  width: 100% !important;
  border-color: #D0D0D0 !important;
}
.create-product-attribute-style #create_product_attribute_modal .input-border {
  color: #000;
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.create-product-attribute-style #create_product_attribute_modal .required-input {
  border-right: 3px solid #b62821 !important;
}
.create-product-attribute-style #create_product_attribute_modal .no-margin-no-padding {
  margin: 0px;
  padding: 0px;
}
.create-product-attribute-style #create_product_attribute_modal .modal-buttons {
  padding: 0;
  margin-top: 20px;
}
.create-product-attribute-style #create_product_attribute_access_restricted .row {
  margin-left: 0px;
  margin-right: 0px;
}
.create-product-attribute-style #create_product_attribute_access_restricted .modal-dialog {
  width: 600px;
}
.create-product-attribute-style #create_product_attribute_access_restricted .modal-buttons {
  padding: 0;
  margin-top: 80px;
}
.create-product-attribute-style #create_product_attribute_access_restricted .modal-body-warning {
  font-size: 15px;
  padding-left: 0px;
}
.feature-flag-grid tbody tr td {
  position: relative;
}
.feature-flag-grid tbody tr td span.FeatureFlagValue {
  position: relative;
  height: 100%;
  display: block;
}
.feature-flag-grid tbody tr td label {
  font-weight: 500;
}
.feature-flag-grid tbody tr td .feature-flag-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  opacity: 0.8;
}
.feature-flag-grid tbody tr td .glyphicon {
  color: #0174c5;
}
#shippit_configuration_tabs:after {
  content: " ";
  display: block;
  clear: both;
}
#shippit_configuration_tabs .configuration-table-container .table-header {
  margin: 0px;
  padding: 5px 0px;
  color: #000 !important;
  background-color: transparent !important;
}
#shippit_configuration_tabs .configuration-table-container .table-header .glyphicon {
  color: #0174c5;
}
#shippit_configuration_tabs .configuration-table-container .configuration-table {
  table-layout: fixed;
  overflow-wrap: break-word;
}
#shippit_configuration_tabs .configuration-table-container .configuration-table th {
  background: #EFEFEF;
  border-bottom: 2px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  height: 20px;
  padding: 10px 5px 10px 5px;
}
#shippit_configuration_tabs .configuration-table-container .configuration-table tr {
  padding: 5px !important;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
#shippit_configuration_tabs .configuration-table-container .configuration-table tr .delivery-service-error,
#shippit_configuration_tabs .configuration-table-container .configuration-table tr .api-key-error {
  color: #b62821;
  display: inline;
}
#shippit_configuration_tabs .configuration-table-container .configuration-table tr.has-error > td:first-of-type {
  color: #b62821;
}
#shippit_configuration_tabs .configuration-table-container .configuration-table tr.has-error input,
#shippit_configuration_tabs .configuration-table-container .configuration-table tr.has-error select {
  background-color: #f2dede !important;
  border-width: 1px !important;
  border-color: #e4b9b9 !important;
  border: 1px solid #e4b9b9 !important;
}
#shippit_configuration_tabs .configuration-table-container .configuration-table tr.has-error input:focus,
#shippit_configuration_tabs .configuration-table-container .configuration-table tr.has-error select:focus,
#shippit_configuration_tabs .configuration-table-container .configuration-table tr.has-error input:hover,
#shippit_configuration_tabs .configuration-table-container .configuration-table tr.has-error select:hover {
  background-color: #f2dede !important;
  border-width: 1px !important;
  border-color: #e4b9b9 !important;
  border: 1px solid #e4b9b9 !important;
}
#shippit_configuration_tabs .alert-boxes .notification-panel {
  padding: 5px;
}
#shippit_configuration_tabs .alert-boxes .notification-panel .notification-content {
  padding: 5px 20px 5px 20px;
}
#shippit_configuration_tabs .alert-boxes .notification-panel .glyphicon,
#shippit_configuration_tabs .alert-boxes .notification-panel p {
  padding: 0px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-image: url('/DOTNET/Admin/Images/page-bg.png');
  background-size: cover;
  color: #000 !important;
  padding: 0;
  margin: 0 0 25px;
  font-size: 13px;
  font-family: 'Open Sans' !important;
}
body textarea {
  font-family: 'Open Sans' !important;
  font-size: 13px;
  padding-left: 5px;
}
body select,
body input {
  font-family: 'Open Sans' !important;
  font-size: 13px;
}
form {
  margin: 0;
  padding: 0;
}
a:link,
a:visited,
a:active {
  color: #337ab7;
  text-decoration: underline;
}
a:hover {
  color: #337ab7;
  text-decoration: none;
}
h1,
h2,
h3,
h3,
h4,
h5 {
  color: #fff !important;
  background-color: #0174c5 !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  line-height: normal !important;
  padding: 10px 20px;
}
h1 a,
h2 a,
h3 a,
h3 a,
h4 a,
h5 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h1 a:link,
h2 a:link,
h3 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #fff !important;
}
h1 {
  font-size: 1.4em !important;
}
h1 .sub-heading {
  margin-left: 30px;
  font-size: 0.7em;
}
h2 {
  font-size: 1.3em !important;
}
h3 {
  font-size: 1.2em !important;
}
h4 {
  font-size: 1.1em !important;
}
.global-error-list {
  margin-top: -10px;
}
.global-error-list .rex-notification-panel {
  width: 100%;
  padding-top: 10px;
}
.rgAltRow.boldText td {
  font-weight: 700;
}
.hybrid-sub-title {
  margin-top: 10px;
  background-color: #F5F5F5;
  color: #333;
  padding: 5px 20px;
  border: none !important;
  border-bottom: 3px solid #006cc2 !important;
}
.glyphicon {
  float: left;
  font-size: 1.2em;
  margin: 0 5px 0 0;
}
a.btn-rex {
  display: inline-block;
  padding: 3px 12px 5px;
  margin-bottom: 0;
  margin-top: -1px;
  font-family: 'Open Sans' !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  height: auto !important;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  color: #fff !important;
  text-decoration: none;
}
a.btn-rex:hover {
  text-decoration: none;
}
a.btn-rex.btn-primary {
  background-color: #0b9d22;
}
a.btn-rex.btn-primary:link,
a.btn-rex.btn-primary:visited,
a.btn-rex.btn-primary:active,
a.btn-rex.btn-primary:focus,
a.btn-rex.btn-primary.focus {
  background-color: #0b9d22 !important;
  color: #fff !important;
  text-decoration: none;
}
a.btn-rex.btn-primary:hover {
  text-decoration: none;
  background-color: #09851d;
}
a.btn-rex.btn-warning {
  background-color: #b62821;
}
a.btn-rex.btn-warning:link,
a.btn-rex.btn-warning:visited,
a.btn-rex.btn-warning:active,
a.btn-rex.btn-warning:focus,
a.btn-rex.btn-warning.focus {
  background-color: #b62821 !important;
  color: #fff;
  text-decoration: none;
}
a.btn-rex.btn-warning:hover {
  text-decoration: none;
  background-color: #a0231d;
}
a.btn-rex.btn-info {
  background-color: #ee6f22;
  color: #fff;
}
a.btn-rex.btn-info:link,
a.btn-rex.btn-info:visited,
a.btn-rex.btn-info:active,
a.btn-rex.btn-info:focus,
a.btn-rex.btn-info.focus {
  background-color: #ee6f22 !important;
  color: #fff;
  text-decoration: none;
}
a.btn-rex.btn-info:hover {
  text-decoration: none;
  background-color: #e56112;
}
a.btn-rex > span.glyphicon {
  margin-right: 10px !important;
}
.btn-rex {
  font-family: 'Open Sans' !important;
  background-color: #0174c5;
  border: none;
  min-width: 120px;
  padding: 3px 12px 5px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.42857143;
  height: auto !important;
}
.btn-rex:hover {
  text-decoration: none;
  background-color: #0165ac;
}
.btn-rex.btn-primary {
  background-color: #0b9d22;
  color: #fff;
}
.btn-rex.btn-primary:hover {
  text-decoration: none;
  background-color: #09851d;
}
.btn-rex.btn-warning {
  background-color: #b62821;
  color: #fff;
}
.btn-rex.btn-warning:hover {
  text-decoration: none;
  background-color: #a0231d;
}
.btn-rex.btn-info {
  background-color: #ee6f22;
  color: #fff;
}
.btn-rex.btn-info:hover {
  text-decoration: none;
  background-color: #e56112;
}
.btn-rex.btn-danger {
  background-color: #b62821;
  color: #fff;
}
.btn-rex.btn-danger:hover {
  text-decoration: none;
  background-color: #a0231d;
}
.btn-rex.inline-multicolumn-form {
  height: 30px !important;
}
.btn-rex:disabled {
  background-color: #EFEFEF !important;
  color: #000;
  cursor: not-allowed !important;
}
.btn-rex[type=image] {
  min-width: 15px !important;
  padding: 0;
}
.btn-rex > span.glyphicon {
  margin-right: 10px !important;
}
.btn-rex.medium-padding {
  padding: 10px 15px;
}
.img-btn:disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* msie */
  background-color: #000;
}
.text-success {
  color: #0b9d22 !important;
}
.text-warning,
.text-danger {
  color: #b62821 !important;
}
.text-alert {
  color: #ee6f22 !important;
}
.text-info {
  color: #337ab7 !important;
}
.text-muted {
  color: #777777 !important;
}
.text-umber {
  color: #568484 !important;
}
.text-primary {
  color: #0174c5 !important;
}
.text-white {
  color: #fff !important;
}
.text-bold {
  font-weight: 700;
}
.bg-white {
  background-color: #fff;
}
.bg-primary {
  background-color: #0174c5 !important;
  color: #fff;
}
.bg-danger {
  background-color: #b62821 !important;
}
.bg-warning {
  background-color: #ee6f22 !important;
}
.bg-green {
  background-color: #0b9d22 !important;
  color: #fff !important;
}
.bg-grey {
  background-color: #EFEFEF !important;
}
.bg-grey.darker {
  background-color: #222222 !important;
}
.bg-info {
  background-color: #337ab7 !important;
  color: #fff;
}
.page-wrap {
  position: relative;
  padding: 0;
  margin: 0 0 50px 0;
  min-width: 1024px;
}
.page-wrap h1:first-of-type {
  margin: 0 0 10px 0 !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
}
.page-wrap h1:first-of-type + .alert-info {
  margin: 10px 10px 20px 10px !important;
}
.page-wrap .page-wrap {
  margin: 0 !important;
  margin-bottom: 0 !important;
}
/*  System Settings */
.section h1:not(:first-of-type),
.section h2:not(:first-of-type),
.section h3:not(:first-of-type),
.section h4:not(:first-of-type) {
  margin-top: 10px;
}
.section .alert-info {
  padding: 10px;
}
.section .alert-info ul {
  margin: 0;
  padding: 0;
}
.section .alert-info ul li {
  list-style-type: none;
  padding-left: 20px;
  color: #b62821 !important;
}
.section .alert-info ul li:before {
  content: "\e101";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  font-size: 1.2em;
  margin: 0 5px 0 0;
  margin-right: 20px;
  color: #b62821 !important;
}
.section .accordion .container-fluid .hybrid-edit-form ol > li .edit-content ul.settings-radio-button-list {
  list-style-type: none;
  padding-left: 0px;
}
.section .accordion .container-fluid .hybrid-edit-form ol > li .edit-content ul.settings-radio-button-list li {
  padding: 4px;
}
.section .accordion .container-fluid .hybrid-edit-form ol > li .edit-content ul.settings-radio-button-list li input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.section .accordion .container-fluid .hybrid-edit-form ol > li .edit-content ul.settings-radio-button-list li input[type="radio"] + label {
  display: inline-block;
  background: url('/Images/ico-radiobutton-unchecked.png') no-repeat;
  background-size: 16px 16px;
  margin-left: 4px;
  margin-bottom: 0px;
  padding-left: 24px;
  line-height: 16px;
  cursor: pointer;
}
.section .accordion .container-fluid .hybrid-edit-form ol > li .edit-content ul.settings-radio-button-list li input[type="radio"]:checked + label {
  background: url('/Images/ico-radiobutton-checked.png') no-repeat;
  background-size: 16px 16px;
}
.section .accordion .container-fluid .hybrid-edit-form ol > li .edit-content ul.settings-radio-button-list li label {
  font-weight: normal;
}
.upload-grid {
  background-color: #fff;
}
.upload-grid:before,
.upload-grid:after {
  content: " ";
  display: table;
}
.upload-grid:after {
  clear: both;
}
.upload-grid:before,
.upload-grid:after {
  content: " ";
  display: table;
}
.upload-grid:after {
  clear: both;
}
.upload-grid h2 {
  margin: 0 0 10px 0;
}
.upload-grid [class*="col-"]:not(:last-of-type) {
  border-right: 1px solid #EFEFEF;
}
.upload-grid [class*="col-"] p:first-of-type {
  font-size: 1.3em;
  text-transform: capitalize;
  color: #0174c5;
}
table.excel {
  background-color: #fff !important;
  border: 0 solid #fff !important;
  padding: 0;
  margin: 0 0 10px 0;
  width: 100% !important;
  border-collapse: collapse !important;
}
table.excel a,
table.excel a:active,
table.excel a:link,
table.excel a:visited {
  font-weight: 500 !important;
}
table.excel thead tr {
  border: 0 solid #fff !important;
}
table.excel th,
table.excel th.rgResizeCol,
table.excel .rgHeader {
  background: #EFEFEF !important;
  background-color: #EFEFEF !important;
  border: none !important;
  border-top: none !important;
  border-bottom: 2px solid #CCCCCC !important;
  color: #000 !important;
  height: 20px !important;
  padding: 10px 5px 10px 5px !important;
  vertical-align: bottom !important;
  overflow: hidden !important;
  font-weight: normal !important;
  font-size: 13px;
}
table.excel th:not(:last-of-type),
table.excel th.rgResizeCol:not(:last-of-type),
table.excel .rgHeader:not(:last-of-type) {
  border-right-style: solid !important;
  border-right-width: 1px !important;
  border-right-color: #ccc !important;
}
table.excel th.report_results_heading,
table.excel th.rgResizeCol.report_results_heading,
table.excel .rgHeader.report_results_heading {
  font-size: 1.3em;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  color: #fff !important;
  background-color: #0174c5 !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  line-height: normal !important;
  padding: 10px 20px;
}
table.excel th a,
table.excel th.rgResizeCol a,
table.excel .rgHeader a {
  color: #000 !important;
  text-decoration: none;
}
table.excel th.sticky-header,
table.excel th.rgResizeCol.sticky-header,
table.excel .rgHeader.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
table.excel > tbody tr:nth-child(even) {
  background-color: #F5F5F5 !important;
}
table.excel > tbody tr:nth-child(even) table.rgDetailTable tr.rgRow {
  background-color: #fff;
}
table.excel > tbody tr.errored {
  color: #ff0000 !important;
  color: #9F6000 !important;
}
table.excel > tbody tr.warned {
  color: #9F6000 !important;
}
table.excel > tbody tr td {
  border: none !important;
  border-bottom: 1px solid #D0D0D0 !important;
  padding: 0.7em 0.6em;
  line-height: 1.6em;
  font-size: 13px;
}
table.excel > tbody tr td a,
table.excel > tbody tr td a:active,
table.excel > tbody tr td a:link,
table.excel > tbody tr td a:visited {
  color: #000;
}
table.excel > tbody tr td:not(:last-of-type) {
  border-right-style: solid !important;
  border-right-width: 1px !important;
  border-right-color: #eef !important;
}
table.excel > tbody tr td input[type=text] {
  width: 100% !important;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #D0D0D0;
}
table.excel > tbody tr td > select {
  background-color: #fff;
  border: 1px solid #D0D0D0;
  width: 100% !important;
  padding: 3px 4px;
}
table.excel > tbody tr td.text-center {
  text-align: center;
}
table.excel > tbody tr th.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
table.excel > tbody tr th[align=center],
table.excel > tbody tr td[align=center] {
  text-align: center;
}
table.excel > tbody tr th[align=left],
table.excel > tbody tr td[align=left] {
  text-align: left;
}
table.excel > tbody tr th[align=right],
table.excel > tbody tr td[align=right] {
  text-align: right;
}
table.excel > tbody tr.subtotal {
  border: 0 !important;
  border-top: 3px solid #0b9d22 !important;
}
table.excel > tbody tr.subtotal > th {
  background-color: #fff !important;
  background: #fff !important;
  font-weight: 700 !important;
}
table.excel > tbody tr.subtotal > th:not(:last-of-type) {
  border-right-style: solid !important;
  border-right-width: 1px !important;
  border-right-color: #eef !important;
}
table.excel tfoot tr > td,
table.excel .tfoot > td,
table.excel tr.grandtotal > td,
table.excel tfoot tr > th,
table.excel .tfoot > th,
table.excel tr.grandtotal > th {
  border-top: 2px solid #0b9d22 !important;
  background-repeat: no-repeat;
  padding: 0.7em 0.6em;
  line-height: 1.6em;
  font-weight: 700;
  color: #000 !important;
}
table.excel tfoot tr > td table td:not([class*=rcb]),
table.excel .tfoot > td table td:not([class*=rcb]),
table.excel tr.grandtotal > td table td:not([class*=rcb]),
table.excel tfoot tr > th table td:not([class*=rcb]),
table.excel .tfoot > th table td:not([class*=rcb]),
table.excel tr.grandtotal > th table td:not([class*=rcb]) {
  border: 0 !important;
  background: #fff !important;
  background-color: #fff !important;
}
table.excel tfoot tr > td:not(:last-of-type),
table.excel .tfoot > td:not(:last-of-type),
table.excel tr.grandtotal > td:not(:last-of-type),
table.excel tfoot tr > th:not(:last-of-type),
table.excel .tfoot > th:not(:last-of-type),
table.excel tr.grandtotal > th:not(:last-of-type) {
  border-right-style: inset !important;
  border-right-width: 1px !important;
  border-right-color: #eef !important;
}
table.excel tfoot tr table tr td,
table.excel .tfoot table tr td,
table.excel tr.grandtotal table tr td {
  border-width: 0 !important;
}
table.excel + h1 {
  margin-top: 10px;
  background-color: #F5F5F5;
  color: #333;
  padding: 5px 20px;
  border: none !important;
  border-bottom: 3px solid #0174c5 !important;
}
table.excel tr.pager td {
  background-color: #E0E0E0;
  border: 0 !important;
  padding: 0.7em 0.6em;
  line-height: 1.6em;
  font-weight: 700;
}
table.excel tr.pager td:not(:last-of-type) {
  border-right-style: inset !important;
  border-right-width: 1px !important;
  border-right-color: #eef !important;
}
table.excel th {
  text-align: left;
}
table.excel td.isDate,
table.excel th.isDate {
  text-align: left !important;
}
table.excel td.isDecimal,
table.excel th.isDecimal {
  text-align: right !important;
}
table.excel td.isInteger,
table.excel th.isInteger {
  text-align: center !important;
}
table.excel td.isAnAction,
table.excel th.isAnAction {
  text-align: center !important;
}
table.excel .surcharge-container .surcharge-symbol label {
  color: #ccc !important;
  padding-top: 3px;
  background-color: #eee;
  border: 1px solid #ccc;
}
table.excel .surcharge-container .surcharge-symbol input[type=radio]:checked + label {
  background-color: #0174c5 !important;
  border: 1px solid #0174c5 !important;
  color: #fff !important;
}
/*  end System Settings */
.view-header {
  padding: 10px;
}
.rex-notification-panel + .hybrid-multicolumn-edit-form {
  margin-top: 20px !important;
}
.form-view-container {
  background-color: rgba(228, 232, 241, 0.6);
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.form-view-container input[type="radio"],
.form-view-container input[type="checkbox"] {
  margin: 9px 0 8px;
}
.view-footer {
  background-color: #333333;
  border-top-color: #becbe4;
  position: fixed;
  bottom: 0;
  left: 0;
}
.view-footer,
.form-footer {
  color: #fff;
  width: 100%;
  padding: 5px 0;
  z-index: 2000;
}
.view-footer .btn-rex,
.form-footer .btn-rex {
  border: 2px solid #fff !important;
  margin: 0 5px;
  float: left !important;
}
.view-footer a.btn-rex,
.form-footer a.btn-rex {
  padding: 4px 12px 6px !important;
  margin: 0 5px !important;
}
.view-footer .popover,
.form-footer .popover {
  color: #333333;
}
.form-footer {
  z-index: 0;
  background-color: #ededed;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5px 0 5px 9px;
}
/*  Buttons     */
.button.redbtn {
  background-color: #cc0000 !important;
}
.button.default-action {
  background-color: #0b9d22 !important;
}
.emphasis-page-content {
  color: #afd9ee;
  background-color: #fff;
  border: 1px solid #bce8f1;
  padding: 10px;
}
.emphasis-page-content p {
  font-family: "Open Sans Light", Arial !important;
  font-size: 1em;
}
.login-container {
  height: 100%;
  font-family: "Open Sans Light", Arial !important;
  font-size: 14px;
}
.login-container .image-container {
  height: 100%;
  background: url('/DOTNET/Admin/Images/login-bg-lowres.jpg') no-repeat;
  background-size: cover;
  border-right: 4px solid #0174c5;
}
.login-container .credentials-container {
  font-family: "Open Sans Light", Arial !important;
}
.login-container .credentials-container .subheading {
  color: #0174c5;
  font-size: 1.3em;
}
.login-container .credentials-container .support-label {
  color: #0174c5;
}
.login-container .credentials-container [data-mandatory]:after {
  margin-left: 10px;
}
.login-container .credentials-container .form-control {
  height: 30px !important;
  border-radius: 0;
}
.mobile-login-container {
  height: 100vh;
}
.mobile-login-container .credentials-container {
  padding: 15vh 0 0;
  background-color: #fff;
  border: 2px solid #dcdcdc;
}
.mobile-login-container .credentials-container:before,
.mobile-login-container .credentials-container:after {
  content: " ";
  display: table;
}
.mobile-login-container .credentials-container:after {
  clear: both;
}
.mobile-login-container .credentials-container:before,
.mobile-login-container .credentials-container:after {
  content: " ";
  display: table;
}
.mobile-login-container .credentials-container:after {
  clear: both;
}
@media (min-width: 319px) and (max-width: 480px) {
  .credentials-container {
    height: 100vh;
  }
}
.home-page-container table {
  width: 100%;
}
.home-page-container table tr > th h2 {
  margin: 0;
}
.home-page-container table tr > td {
  vertical-align: top;
}
.home-page-container .ceo-message img {
  width: 100%;
}
.home-page-container .day-diary-container {
  display: table;
  padding: 0;
}
.home-page-container .day-diary-container .child {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.home-page-container .day-diary-container > div {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.home-page-container .day-diary-container .diary-container {
  vertical-align: top;
  font: normal 12px/1.5 "Lucida Grande", arial, sans-serif;
  margin: 0 auto;
  padding: 0 5px 4px 42px;
  position: relative;
  color: #444;
  line-height: 20px;
  border: 1px solid #d2d2d2;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), color-stop(8%, #fff)) 0 4px;
  background: linear-gradient(to bottom, #DFDFDF 0%, #fff 8%) 0 4px;
  background-size: 100% 29px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  width: 100%;
  height: 100%;
}
.home-page-container .day-diary-container .diary-container .diary-grid {
  background-color: #F7F7F7;
}
.home-page-container .day-diary-container .diary-container .diary-grid td {
  padding: 5px;
  border: none !important;
  border-bottom: 1px solid #DFDFDF !important;
}
.home-page-container .day-diary-container .diary-container .diary-grid td:first-of-type {
  background-color: #fff;
}
.home-page-container .day-diary-container .diary-container .diary-grid td:nth-of-type(2n) {
  background-color: #F7F7F7;
}
.home-page-container .day-diary-container .add-thick-border {
  border-top: 4px solid #0174c5;
}
.home-page-container .day-diary-container .add-thin-border {
  border-top: 1px solid #EFEFEF;
}
.home-page-container .day-diary-container .diary-calendar-control {
  border: 1px solid #EFEFEF;
}
.home-page-container .day-diary-container .diary-calendar-control td {
  text-align: center !important;
}
.home-page-container .day-diary-container .daydiary_entry input,
.home-page-container .day-diary-container .daydiary_entry select,
.home-page-container .day-diary-container .daydiary_entry textarea {
  width: 100% !important;
}
.home-page-container .home-rss-feed {
  /* Global Message Styling */
}
.home-page-container .home-rss-feed table tr td {
  background-color: #fff !important;
}
.home-page-container .home-rss-feed .Message {
  margin-top: 10px;
  border-bottom: 1px solid #EFEFEF;
}
.home-page-container .home-rss-feed .Message .MessageTitle {
  font-family: 'Open Sans Light' !important;
  color: #5EAECF;
  font-weight: 700;
  font-size: 1.2em;
}
.home-page-container .home-rss-feed .Message .MessageBody {
  font-family: 'Open Sans Light' !important;
}
.home-page-container .home-rss-feed .Message.Critical .MessageTitle {
  color: #b62821;
}
.home-page-container .home-rss-feed .Message.Critical .MessageTitle:before {
  font-family: "Glyphicons Halflings";
  margin-right: 5px;
  content: '\e034';
}
.home-page-container .home-rss-feed .Message.Important .MessageTitle {
  color: #ee6f22;
}
.home-page-container .home-rss-feed .Message.Important .MessageTitle:before {
  font-family: "Glyphicons Halflings";
  margin-right: 5px;
  content: '\e034';
}
.row .search-section {
  padding: 0 !important;
  margin-top: 10px;
}
.row .search-section h2 {
  font-family: 'Open Sans Light' !important;
  font-weight: 700 !important;
  background-color: transparent !important;
  color: #000 !important;
  padding: 0 0 5px 10px;
  margin: 0;
}
.row .search-section h2 > .glyphicon {
  font-size: 0.8em;
  padding: 3px 10px 0 0;
}
.row .search-section h2[data-toggle=collapse] {
  border-bottom: 2px solid #0174c5;
}
.row .search-section h2[data-toggle=collapse]:hover {
  color: #0174c5 !important;
  cursor: pointer;
}
.row .search-section h2[data-toggle=collapse] small {
  text-transform: lowercase;
}
.row .search-section .hybrid-filter-inputs {
  background-color: #fff;
  padding: 10px;
}
.row .search-section .hybrid-filter-inputs:not(.no-top-border) {
  border-top: 2px solid #0174c5;
}
.row .search-section .hybrid-filter-inputs div.bootstrap-datetimepicker-widget .row {
  padding: 0 10px;
}
.row .search-section .hybrid-filter-inputs div.bootstrap-datetimepicker-widget .row table {
  padding: 10px;
}
.row .search-section .hybrid-filter-inputs [class*="col-"]:first-of-type {
  padding-left: 4px;
}
.row .search-section .hybrid-filter-inputs [class*="col-"]:last-of-type {
  padding-right: 4px;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table {
  border-collapse: collapse !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border) {
  border: 1px solid #d0d0d0 !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-label {
  font-family: 'Open Sans Light' !important;
  font-weight: 700;
  border-left-width: 0 !important;
  background-color: #EFEFEF;
  height: 30px !important;
  padding: 0 5px;
  vertical-align: middle !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-label > .glyphicon {
  color: #568484 !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-label > .glyphicon.glyphicon-question-sign {
  color: #0b9d22 !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-label > label {
  font-family: 'Open Sans Light' !important;
  font-weight: 700;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input {
  vertical-align: middle !important;
  background-color: #fff;
  border-right: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  height: 30px !important;
  padding: 0;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input > [class*="col-"] {
  padding: 0 !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input.align-top {
  vertical-align: top;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input input[type=text]:not(.rdfd_):not(.ruFakeInput) {
  border-width: 0 !important;
  width: 100% !important;
  height: 30px !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input input[type=text]:not(.rdfd_):not(.ruFakeInput):hover {
  background-color: #e9eef6 !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input input[type=text].ruFakeInput {
  width: 60%;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input input[type=text]:disabled {
  background-color: #EFEFEF !important;
  color: #000;
  cursor: not-allowed !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input select {
  border: 1px solid #D0D0D0 !important;
  width: 99% !important;
  margin: 1px;
  height: 29px;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input select:hover {
  border: 1px solid #D0D0D0 !important;
  background-color: #e9eef6 !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input select.multi-select {
  border-top: 3px solid #0b9d22 !important;
  width: 100% !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input select.multi-select:hover {
  border-top: 3px solid #0b9d22 !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input input[type="radio"],
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input input[type="checkbox"] {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input textarea {
  border-width: 0 !important;
  width: 100% !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input textarea:hover {
  background-color: #e9eef6 !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input label,
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr td:not(.no-border).filter-input span {
  padding-left: 5px;
  font-weight: 400 !important;
  display: inline;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table tr.IsRequired > td:first-of-type {
  border-right: 3px solid #b62821 !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table table tr td {
  border-width: 0 !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table table {
  width: 100%;
  background-color: transparent !important;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table table td:nth-of-type(n) {
  background: none !important;
  border: 0 !important;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  font-style: normal !important;
  font-weight: normal !important;
  color: #000 !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table table td:nth-of-type(n) .hybrid-textbox {
  height: 26px !important;
}
.row .search-section .hybrid-filter-inputs [class*="col-"] table table tr:not(:last-child) td {
  border-bottom: 1px solid #d0d0d0 !important;
}
.row .search-section .customer-activity-report-filters {
  height: 255px;
}
.row .search-section .hybrid-filter-selects {
  vertical-align: top !important;
  background-color: #fff;
  padding: 10px 0;
}
.row .search-section .hybrid-filter-selects:not(.no-border) {
  border-top: 2px solid #0174c5;
}
.row .search-section .hybrid-filter-selects .multi-select-container {
  float: left;
  margin: 0;
  margin-bottom: 30px;
  position: relative;
}
.row .search-section .hybrid-filter-selects .multi-select-container .title {
  font-family: 'Open Sans Light' !important;
  font-weight: 700;
  padding: 0 0 3px 0;
}
.row .search-section .hybrid-filter-selects .multi-select-container .title:before {
  color: #ee6f22;
  margin-left: 2px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
}
.row .search-section .hybrid-filter-selects .multi-select-container div[role=status] {
  position: absolute;
  right: 20px;
  top: 0;
  text-transform: capitalize;
}
.row .search-section .hybrid-filter-selects .multi-select-container div[role=status] span {
  color: #b62821 !important;
}
.row .search-section .hybrid-filter-selects .multi-select-container .multi-select select {
  border-top: 3px solid #0b9d22;
  width: 100% !important;
}
.row .search-section .hybrid-filter-selects .multi-select-container .multi-select select:not(.no-set-height) {
  height: 220px !important;
}
.row .search-section .hybrid-filter-selects .multi-select-container .multi-select-with-filter > select {
  border-top: 3px solid #0b9d22;
  width: 100% !important;
}
.row .search-section .hybrid-filter-selects .multi-select-container .multi-select-with-filter > select:not(.no-set-height) {
  height: 30px !important;
}
.row .search-section .hybrid-filter-selects .multi-select-container .multi-select-with-filter select.second-multiselect {
  width: 100% !important;
}
.row .search-section .hybrid-filter-selects .multi-select-container .multi-select-with-filter select.second-multiselect:not(.no-set-height) {
  height: 190px !important;
}
.row .search-section .hybrid-filter-selects .listValidator {
  position: absolute;
  top: 0;
  right: 15px;
  width: 75%;
  text-align: right;
}
.row .search-section h2[data-toggle=collapse] + .hybrid-filter-selects {
  border-top: none;
}
table {
  padding: 0 !important;
  margin: 0 !important;
}
table .report_options_selectboxheading {
  padding: 0;
}
tr.last-group-item td {
  border-bottom: 2px solid #0174c5 !important;
}
ul.radiobuttonlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/*  Forms   */
h1 + .hybrid-edit-form {
  margin-top: 15px;
}
.input-border {
  border: 1px solid #ccc !important;
}
.edit-form-heading {
  margin: 0 0 0 -30px;
  padding: 10px 20px 10px 40px;
  font-size: 0.9em;
  font-family: 'Open Sans Light' !important;
  font-weight: 700;
  width: calc(66% + 20px);
}
.edit-form-label-cell {
  border: 0 solid #EFEFEF;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  font-family: 'Open Sans Light' !important;
  border-left-width: 0;
  background-color: #f7f7f7;
  height: 100%;
  padding: 5px;
  vertical-align: middle;
}
.edit-form-label-cell > label {
  font-family: 'Open Sans Light' !important;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  word-wrap: break-word;
}
.edit-form-input-cell {
  border: 0 solid #EFEFEF !important;
  border-top: 1px solid #EFEFEF !important;
  border-right: 1px solid #EFEFEF !important;
  border-bottom: 1px solid #ccc !important;
  background-color: #fff;
}
.edit-form-input-cell > [class*="col-"] {
  padding: 0;
}
.edit-form-input-cell:hover {
  background-color: #e9eef6 !important;
}
.edit-form-input-cell input:not([class=rdfd_])[type=text],
.edit-form-input-cell input:not([class=rdfd_])[type=password] {
  margin-left: 0;
  font-size: 13px !important;
  height: 30px !important;
  border-width: 0 !important;
  width: 100% !important;
}
.edit-form-input-cell input:not([class=rdfd_])[type="radio"] {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.edit-form-input-cell input:not([class=rdfd_])[type="checkbox"] {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.edit-form-input-cell input:not([class=rdfd_]).bordered {
  border: 1px solid #ccc !important;
}
.edit-form-input-cell input:not([class=rdfd_]):hover:not([type=button]):not([type=submit]) {
  background-color: #e9eef6 !important;
}
.edit-form-input-cell input.rdfd_ {
  display: none !important;
}
.edit-form-input-cell textarea {
  border-width: 0 !important;
  width: 100% !important;
  height: 60px;
}
.edit-form-input-cell textarea.bordered {
  border: 1px solid #ccc !important;
}
.edit-form-input-cell textarea:hover {
  background-color: #e9eef6 !important;
}
.edit-form-input-cell select {
  border-width: 0 !important;
  width: 100% !important;
  height: 30px;
}
.edit-form-input-cell select.bordered {
  border: 1px solid #ccc !important;
}
.edit-form-input-cell select:hover {
  background-color: #e9eef6 !important;
}
.edit-form-input-cell .RadPicker .rcInputCell {
  padding: 0 !important;
}
.edit-form-description-cell {
  border-left: 0 solid #EFEFEF !important;
  border-bottom: 1px solid #ccc !important;
  border-top: 0 solid #EFEFEF;
  border-right: 0 solid #EFEFEF !important;
  padding: 5px 0 0 10px;
  background: transparent !important;
  vertical-align: top;
}
.hybrid-multi-column-form {
  border-collapse: collapse !important;
  width: 100%;
}
.hybrid-multi-column-form tr td {
  padding: 0;
  height: 30px !important;
}
.hybrid-multi-column-form tr td:nth-of-type(n) {
  border: 0 solid #EFEFEF;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  font-family: 'Open Sans Light' !important;
  border-left-width: 0;
  background-color: #f7f7f7;
  height: 100%;
  padding: 5px;
  vertical-align: middle;
  padding: 5px 0 0 5px !important;
}
.hybrid-multi-column-form tr td:nth-of-type(n) > label {
  font-family: 'Open Sans Light' !important;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  word-wrap: break-word;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) {
  border: 0 solid #EFEFEF !important;
  border-top: 1px solid #EFEFEF !important;
  border-right: 1px solid #EFEFEF !important;
  border-bottom: 1px solid #ccc !important;
  background-color: #fff;
  padding: 0 !important;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) > [class*="col-"] {
  padding: 0;
}
.hybrid-multi-column-form tr td:nth-of-type(2n):hover {
  background-color: #e9eef6 !important;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) input:not([class=rdfd_])[type=text],
.hybrid-multi-column-form tr td:nth-of-type(2n) input:not([class=rdfd_])[type=password] {
  margin-left: 0;
  font-size: 13px !important;
  height: 30px !important;
  border-width: 0 !important;
  width: 100% !important;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) input:not([class=rdfd_])[type="radio"] {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) input:not([class=rdfd_])[type="checkbox"] {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) input:not([class=rdfd_]).bordered {
  border: 1px solid #ccc !important;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) input:not([class=rdfd_]):hover:not([type=button]):not([type=submit]) {
  background-color: #e9eef6 !important;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) input.rdfd_ {
  display: none !important;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) textarea {
  border-width: 0 !important;
  width: 100% !important;
  height: 60px;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) textarea.bordered {
  border: 1px solid #ccc !important;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) textarea:hover {
  background-color: #e9eef6 !important;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) select {
  border-width: 0 !important;
  width: 100% !important;
  height: 30px;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) select.bordered {
  border: 1px solid #ccc !important;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) select:hover {
  background-color: #e9eef6 !important;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) .RadPicker .rcInputCell {
  padding: 0 !important;
}
.hybrid-multi-column-form tr td:nth-of-type(2n):hover {
  background-color: #fff !important;
}
.hybrid-multi-column-form tr td:nth-of-type(2n) label {
  padding: 5px 0 0 5px;
  font-weight: 500;
}
.hybrid-multi-column-form tr td div.datepicker {
  height: 30px !important;
}
.hybrid-multi-column-form tr td div.datepicker .rcInputCell {
  margin: 0 !important;
  padding: 0 !important;
}
.hybrid-edit-form .single-form h2 {
  margin: 0 0 0 -30px;
  padding: 10px 20px 10px 40px;
  font-size: 0.9em;
  font-family: 'Open Sans Light' !important;
  font-weight: 700;
  width: calc(66% + 20px);
}
.hybrid-edit-form .single-form .edit-content {
  padding: 0;
}
.hybrid-edit-form .single-form .edit-content table {
  border-collapse: collapse !important;
  width: 100%;
}
.hybrid-edit-form .single-form .edit-content table tr td {
  padding: 0;
}
.hybrid-edit-form .single-form .edit-content table tr td:first-of-type {
  border: 0 solid #EFEFEF;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  font-family: 'Open Sans Light' !important;
  border-left-width: 0;
  background-color: #f7f7f7;
  height: 100%;
  padding: 5px;
  vertical-align: middle;
}
.hybrid-edit-form .single-form .edit-content table tr td:first-of-type > label {
  font-family: 'Open Sans Light' !important;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  word-wrap: break-word;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) {
  border: 0 solid #EFEFEF !important;
  border-top: 1px solid #EFEFEF !important;
  border-right: 1px solid #EFEFEF !important;
  border-bottom: 1px solid #ccc !important;
  background-color: #fff;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) > [class*="col-"] {
  padding: 0;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n):hover {
  background-color: #e9eef6 !important;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type=text],
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type=password] {
  margin-left: 0;
  font-size: 13px !important;
  height: 30px !important;
  border-width: 0 !important;
  width: 100% !important;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type="radio"] {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type="checkbox"] {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_]).bordered {
  border: 1px solid #ccc !important;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_]):hover:not([type=button]):not([type=submit]) {
  background-color: #e9eef6 !important;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) input.rdfd_ {
  display: none !important;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) textarea {
  border-width: 0 !important;
  width: 100% !important;
  height: 60px;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) textarea.bordered {
  border: 1px solid #ccc !important;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) textarea:hover {
  background-color: #e9eef6 !important;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) select {
  border-width: 0 !important;
  width: 100% !important;
  height: 30px;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) select.bordered {
  border: 1px solid #ccc !important;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) select:hover {
  background-color: #e9eef6 !important;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n) .RadPicker .rcInputCell {
  padding: 0 !important;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(2n):hover {
  background-color: #fff !important;
}
.hybrid-edit-form .single-form .edit-content table tr td:nth-of-type(3n) {
  border-left: 0 solid #EFEFEF !important;
  border-bottom: 1px solid #ccc !important;
  border-top: 0 solid #EFEFEF;
  border-right: 0 solid #EFEFEF !important;
  padding: 5px 0 0 10px;
  background: transparent !important;
  vertical-align: top;
}
.hybrid-edit-form .single-form .edit-content table tr td table {
  width: 100%;
  background-color: transparent !important;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
}
.hybrid-edit-form .single-form .edit-content table tr td table td:first-of-type,
.hybrid-edit-form .single-form .edit-content table tr td table td:nth-of-type(2n),
.hybrid-edit-form .single-form .edit-content table tr td table td:nth-of-type(3n) {
  background: none !important;
  border: 0;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  font-style: normal;
  font-weight: normal;
}
.hybrid-edit-form ol {
  padding-left: 30px;
  margin-top: 0;
}
.hybrid-edit-form ol.noOrdering {
  list-style-type: none !important;
}
.hybrid-edit-form ol.noOrdering h2 {
  padding-left: 10px !important;
}
.hybrid-edit-form ol > li {
  color: #fff;
  margin-bottom: 10px;
  /*  For sections that do not require formatting */
  /*  For form fields on edit views   */
}
.hybrid-edit-form ol > li:after {
  clear: both;
}
.hybrid-edit-form ol > li h2 {
  margin: 0 0 0 -30px;
  padding: 10px 20px 10px 40px;
  font-size: 0.9em;
  font-family: 'Open Sans Light' !important;
  font-weight: 700;
  width: calc(66% + 20px);
}
.hybrid-edit-form ol > li .view-content {
  padding: 0;
  margin-left: -30px;
  color: #333;
}
.hybrid-edit-form ol > li .view-content:not(.full-width) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 66.66666667%;
}
.hybrid-edit-form ol > li .edit-content {
  padding: 0;
  margin-left: -30px;
  color: #333;
}
.hybrid-edit-form ol > li .edit-content table {
  border-collapse: collapse !important;
  width: 100%;
}
.hybrid-edit-form ol > li .edit-content table tr td {
  padding: 0;
}
.hybrid-edit-form ol > li .edit-content table tr td:first-of-type {
  border: 0 solid #EFEFEF;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  font-family: 'Open Sans Light' !important;
  border-left-width: 0;
  background-color: #f7f7f7;
  height: 100%;
  padding: 5px;
  vertical-align: middle;
}
.hybrid-edit-form ol > li .edit-content table tr td:first-of-type > label {
  font-family: 'Open Sans Light' !important;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  word-wrap: break-word;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) {
  border: 0 solid #EFEFEF !important;
  border-top: 1px solid #EFEFEF !important;
  border-right: 1px solid #EFEFEF !important;
  border-bottom: 1px solid #ccc !important;
  background-color: #fff;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) > [class*="col-"] {
  padding: 0;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n):hover {
  background-color: #e9eef6 !important;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type=text],
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type=password] {
  margin-left: 0;
  font-size: 13px !important;
  height: 30px !important;
  border-width: 0 !important;
  width: 100% !important;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type="radio"] {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type="checkbox"] {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_]).bordered {
  border: 1px solid #ccc !important;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_]):hover:not([type=button]):not([type=submit]) {
  background-color: #e9eef6 !important;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) input.rdfd_ {
  display: none !important;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) textarea {
  border-width: 0 !important;
  width: 100% !important;
  height: 60px;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) textarea.bordered {
  border: 1px solid #ccc !important;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) textarea:hover {
  background-color: #e9eef6 !important;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) select {
  border-width: 0 !important;
  width: 100% !important;
  height: 30px;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) select.bordered {
  border: 1px solid #ccc !important;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) select:hover {
  background-color: #e9eef6 !important;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(2n) .RadPicker .rcInputCell {
  padding: 0 !important;
}
.hybrid-edit-form ol > li .edit-content table tr td:nth-of-type(3n) {
  border-left: 0 solid #EFEFEF !important;
  border-bottom: 1px solid #ccc !important;
  border-top: 0 solid #EFEFEF;
  border-right: 0 solid #EFEFEF !important;
  padding: 5px 0 0 10px;
  background: transparent !important;
  vertical-align: top;
}
.hybrid-edit-form ol > li .edit-content table tr td table {
  width: 100%;
  background-color: transparent !important;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
}
.hybrid-edit-form ol > li .edit-content table tr td table td:first-of-type,
.hybrid-edit-form ol > li .edit-content table tr td table td:nth-of-type(2n),
.hybrid-edit-form ol > li .edit-content table tr td table td:nth-of-type(3n) {
  background: none !important;
  border: 0;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  font-style: normal;
  font-weight: normal;
}
.hybrid-edit-form ol > li li {
  color: #000 !important;
}
.hybrid-multicolumn-edit-form {
  margin-top: 0 !important;
}
.hybrid-multicolumn-edit-form .row {
  margin-top: -20px;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] {
  margin: 0 0 10px 0;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] h2 {
  margin-bottom: 0;
  padding: 0 0 3px 3px;
  background: none !important;
  color: #000 !important;
  border-bottom: 1px solid #0174c5;
  font-family: 'Open Sans Light' !important;
  font-weight: 700 !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] h2 .glyphicon {
  margin: 5px 10px 0 0;
  font-size: 0.8em;
  color: #0174c5;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table {
  border-collapse: collapse !important;
  width: 100%;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table colgroup col:first-of-type {
  width: 40%;
}
@media (max-width: 992px) {
  .hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table colgroup col:first-of-type {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table colgroup col:first-of-type {
    width: 40%;
  }
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td {
  padding: 0;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:first-of-type {
  border: 0 solid #EFEFEF;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  font-family: 'Open Sans Light' !important;
  border-left-width: 0;
  background-color: #f7f7f7;
  height: 100%;
  padding: 5px;
  vertical-align: middle;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:first-of-type > label {
  font-family: 'Open Sans Light' !important;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  word-wrap: break-word;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) {
  border: 0 solid #EFEFEF !important;
  border-top: 1px solid #EFEFEF !important;
  border-right: 1px solid #EFEFEF !important;
  border-bottom: 1px solid #ccc !important;
  background-color: #fff;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) > [class*="col-"] {
  padding: 0;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n):hover {
  background-color: #e9eef6 !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type=text],
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type=password] {
  margin-left: 0;
  font-size: 13px !important;
  height: 30px !important;
  border-width: 0 !important;
  width: 100% !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type="radio"] {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type="checkbox"] {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_]).bordered {
  border: 1px solid #ccc !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_]):hover:not([type=button]):not([type=submit]) {
  background-color: #e9eef6 !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) input.rdfd_ {
  display: none !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) textarea {
  border-width: 0 !important;
  width: 100% !important;
  height: 60px;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) textarea.bordered {
  border: 1px solid #ccc !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) textarea:hover {
  background-color: #e9eef6 !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) select {
  border-width: 0 !important;
  width: 100% !important;
  height: 30px;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) select.bordered {
  border: 1px solid #ccc !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) select:hover {
  background-color: #e9eef6 !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) .RadPicker .rcInputCell {
  padding: 0 !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n):hover {
  background-color: #fff !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(2n) div {
  color: #000;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:nth-of-type(3n) {
  border-left: 0 solid #EFEFEF !important;
  border-bottom: 1px solid #ccc !important;
  border-top: 0 solid #EFEFEF;
  border-right: 0 solid #EFEFEF !important;
  padding: 5px 0 0 10px;
  background: transparent !important;
  vertical-align: top;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td > .rex-control-group {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1024px) {
  .hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td > .rex-control-group {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td table {
  width: 100%;
  background-color: transparent !important;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
}
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td table td:first-of-type,
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td table td:nth-of-type(2n),
.hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td table td:nth-of-type(3n) {
  background: none !important;
  border: 0;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  font-style: normal;
  font-weight: normal;
  color: #000 !important;
}
.hybrid-simple-form .edit-content table {
  border-collapse: collapse !important;
  width: 100%;
}
.hybrid-simple-form .edit-content table colgroup col:first-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 41.66666667%;
}
@media (max-width: 992px) {
  .hybrid-simple-form .edit-content table colgroup col:first-of-type {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .hybrid-simple-form .edit-content table colgroup col:first-of-type {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 41.66666667%;
  }
}
.hybrid-simple-form .edit-content table tr td:first-of-type {
  border: 0 solid #EFEFEF;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  font-family: 'Open Sans Light' !important;
  border-left-width: 0;
  background-color: #f7f7f7;
  height: 100%;
  padding: 5px;
  vertical-align: middle;
}
.hybrid-simple-form .edit-content table tr td:first-of-type > label {
  font-family: 'Open Sans Light' !important;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  word-wrap: break-word;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) {
  border: 0 solid #EFEFEF !important;
  border-top: 1px solid #EFEFEF !important;
  border-right: 1px solid #EFEFEF !important;
  border-bottom: 1px solid #ccc !important;
  background-color: #fff;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) > [class*="col-"] {
  padding: 0;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n):hover {
  background-color: #e9eef6 !important;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type=text],
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type=password] {
  margin-left: 0;
  font-size: 13px !important;
  height: 30px !important;
  border-width: 0 !important;
  width: 100% !important;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type="radio"] {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_])[type="checkbox"] {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_]).bordered {
  border: 1px solid #ccc !important;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) input:not([class=rdfd_]):hover:not([type=button]):not([type=submit]) {
  background-color: #e9eef6 !important;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) input.rdfd_ {
  display: none !important;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) textarea {
  border-width: 0 !important;
  width: 100% !important;
  height: 60px;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) textarea.bordered {
  border: 1px solid #ccc !important;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) textarea:hover {
  background-color: #e9eef6 !important;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) select {
  border-width: 0 !important;
  width: 100% !important;
  height: 30px;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) select.bordered {
  border: 1px solid #ccc !important;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) select:hover {
  background-color: #e9eef6 !important;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) .RadPicker .rcInputCell {
  padding: 0 !important;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n):hover {
  background-color: #fff !important;
}
.hybrid-simple-form .edit-content table tr td:nth-of-type(2n) div {
  color: #000;
}
.hybrid-simple-form .edit-content table tr td table {
  width: 100%;
  background-color: transparent !important;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
}
.hybrid-simple-form .edit-content table tr td table td:first-of-type,
.hybrid-simple-form .edit-content table tr td table td:nth-of-type(2n),
.hybrid-simple-form .edit-content table tr td table td:nth-of-type(3n) {
  background: none !important;
  border: 0;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  font-style: normal;
  font-weight: normal;
  color: #000 !important;
}
.hybrid-simple-form .edit-content table tr td table td:first-of-type.rcInputCell,
.hybrid-simple-form .edit-content table tr td table td:nth-of-type(2n).rcInputCell,
.hybrid-simple-form .edit-content table tr td table td:nth-of-type(3n).rcInputCell {
  padding: 0;
}
.hybrid-search-results-filter-container {
  margin: 0;
  background-color: #fff;
  border: none;
}
.hybrid-search-results-filter-container tr td {
  padding: 5px 15px;
  border: none;
  border-bottom: 1px solid #ccc !important;
}
.hybrid-search-results-filter-container tr td input[type=text],
.hybrid-search-results-filter-container tr td select {
  width: 100% !important;
}
.hybrid-search-results-filter-container tr td:nth-child(1) {
  width: 250px;
  color: #0174c5;
  border-left: 4px solid green !important;
}
.hybrid-search-results-filter-container tr td.label-select label {
  color: #0174c5;
  width: 20%;
}
.hybrid-search-results-filter-container tr td.label-select select {
  width: 78% !important;
}
.hybrid-search-results-filter-container tr.IsRequired td:nth-child(2) {
  padding: 0;
}
.hybrid-search-results-filter-container tr.IsRequired td:nth-child(2) input {
  height: 30px;
}
.rex-control-static {
  /*  used for non-form fields to ensure padding is correct */
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  padding-left: 5px !important;
}
.report_options_selectboxheading {
  font-family: 'Open Sans Light', Arial;
  padding-top: 10px;
}
.report_options_selectboxheading:before {
  color: #ee6f22;
  content: '\25A0';
  margin-left: 2px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
}
/*  Hybrid Tabs    */
.hybrid-tabs {
  padding: 0 5px;
  width: 99%;
  border-bottom: 2px solid #0174c5;
}
.hybrid-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hybrid-tabs ul li {
  background-color: #EFEFEF;
  padding: 5px 0 3px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  margin: 0 2px;
  min-width: 80px;
  text-align: center;
}
.hybrid-tabs ul li a:link,
.hybrid-tabs ul li a:active,
.hybrid-tabs ul li a:visited,
.hybrid-tabs ul li a:hover {
  color: #0174c5 !important;
  text-decoration: none;
}
.hybrid-tabs ul li a:link span,
.hybrid-tabs ul li a:active span,
.hybrid-tabs ul li a:visited span,
.hybrid-tabs ul li a:hover span {
  color: #0174c5 !important;
}
.hybrid-tabs ul li.tabsJ_active {
  background-color: #0174c5 !important;
  color: #fff !important;
}
.hybrid-tabs ul li.tabsJ_active a:link,
.hybrid-tabs ul li.tabsJ_active a:active,
.hybrid-tabs ul li.tabsJ_active a:visited,
.hybrid-tabs ul li.tabsJ_active a:hover {
  color: #fff !important;
  text-decoration: none;
}
.hybrid-tabs ul li.tabsJ_active a:link span,
.hybrid-tabs ul li.tabsJ_active a:active span,
.hybrid-tabs ul li.tabsJ_active a:visited span,
.hybrid-tabs ul li.tabsJ_active a:hover span {
  color: #fff !important;
}
.RadTabStrip {
  margin: -10px 0 10px 0 !important;
  padding: 10px 0 0 0 !important;
  background-color: #fff;
  overflow: visible;
}
.RadTabStrip .rtsLevel:first-of-type {
  padding: 0 !important;
}
.RadTabStrip ul {
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-width: 100px;
  padding: 9px 19px 0 10px;
  margin: 0 0 0 10px !important;
  outline: none;
  background-color: none;
  color: #ffffff;
}
.RadTabStrip ul li {
  padding: 0 1px;
  height: 100%;
}
.RadTabStrip ul li a {
  padding: 5px 0;
  height: 100%;
  min-width: 100px;
  color: #0174c5 !important;
  background-color: #EFEFEF !important;
}
.RadTabStrip ul li a.rtsSelected {
  color: #fff !important;
  background-color: #0174c5 !important;
}
.RadTabStrip ul li a.rtsDisabled {
  background-color: #939393 !important;
  color: #EEEEEF !important;
  cursor: not-allowed !important;
}
.RadTabStrip ul li a.has-notifications {
  color: #fd0202;
}
.RadTabStrip ul span.rtsTxt {
  font-size: 14px;
}
.RadTabStrip.rts-outline a:focus .rtsTxt {
  outline-width: thin;
  outline-style: dotted;
  outline: auto;
}
.AjaxTab .ajax__tab_tab {
  height: 35px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-width: 100px;
  padding: 9px 15px 0 15px;
  outline: none;
  color: #0174c5;
  background-color: #EFEFEF;
}
.AjaxTab .ajax__tab_header {
  margin: -10px 0 10px 0 !important;
  padding: 10px 0 0 10px !important;
  background-color: #fff;
  border-bottom: 2px solid #0174c5;
}
.AjaxTab .ajax__tab_header > span .ajax__tab_outer .ajax__tab_inner {
  padding: 0 1px;
}
.AjaxTab .ajax__tab_header .ajax__tab_active .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
  background-color: #0174c5;
  color: #ffffff;
}
.AjaxTab .ajax__tab_body {
  padding: 10px;
}
.contentDiv {
  padding: 10px;
}
.tab-body {
  padding: 10px !important;
}
/*  end Hybrid Tabs    */
/*  UTILITIES */
.pad-left {
  padding-left: 5px !important;
}
.pad-right {
  padding-right: 5px !important;
}
.floatright {
  float: right;
}
.floatleft {
  float: left;
}
.parent {
  display: table;
}
.parent .child {
  float: none;
  display: table-cell;
  vertical-align: top;
}
/*  end UTILTIES */
.alert-info {
  display: block;
  background-color: #fff;
  border: 1px solid #B5C2E0;
  padding: 5px 20px 5px;
  margin-bottom: 10px;
  font-size: 12px !important;
}
.alert-info p {
  color: #ee6f22 !important;
  padding: 5px;
  margin: 0;
}
.alert-info p > span.glyphicon {
  padding-right: 10px;
}
.alert-info ul {
  margin: 0 auto 0 20px;
}
.alert-info ul li {
  font-size: 12px !important;
  color: #ee6f22;
}
.alert-info a:link,
.alert-info a:visited,
.alert-info a:active,
.alert-info a:hover {
  color: #ee6f22 !important;
}
.alert-info + .AjaxTab {
  margin-top: 20px !important;
}
.Panel .alert-info {
  margin-top: 5px;
}
/*  Grid Layout  */
.hybrid-row {
  margin-bottom: 20px;
}
.hybrid-row:last-child {
  margin-bottom: 0;
}
/*  Form Default    */
.hybrid-textbox {
  border: 1px solid #a9a9a9 !important;
  height: 29px !important;
  padding: 0;
}
/*  End Form Default    */
/*  Grids   */
.rgHeader {
  border: none !important;
}
.rgCommandRow .rgCommandCell {
  border: none !important;
}
.rgNoRecords {
  border: 0 solid #fff;
}
.RadGrid_Vista {
  border-width: 0 !important;
}
.rgFooter {
  background: none !important;
  font-weight: normal !important;
}
.rgFooter td[align=right] {
  text-align: right;
}
.grid-row-header-span {
  color: #000;
}
/* telerik:RadListBox with TransferMode="Move" */
.radlistbox-container {
  padding: 2px !important;
}
.radlistbox-container > div.RadListBox {
  width: 48% !important;
}
.radlistbox-container .rlbButtonAreaRight td {
  padding: 0 5px !important;
}
.radlistbox-container .rlbButtonAreaRight td .rlbButton {
  margin: 5px 0;
}
.radlistbox-container .rlbButtonAreaRight td .rlbButton.rlbDisabled {
  cursor: not-allowed;
}
.radlistbox-container .rlbButtonAreaRight td .rlbGroup.rlbGroupRight {
  margin-right: 27px;
}
.radlistbox-container .rlbButtonAreaRight td .rlbButtonBL,
.radlistbox-container .rlbButtonAreaRight td .rlbButtonBR,
.radlistbox-container .rlbButtonAreaRight td .rlbButtonTR,
.radlistbox-container .rlbButtonAreaRight td .rlbButtonTL {
  background-image: none !important;
  background-color: #EFEFEF;
}
.hybrid-table-grid,
.rgMasterTable {
  background-color: #fff !important;
  border: 0 solid #fff !important;
  padding: 0;
  margin: 0 0 10px 0;
  width: 100% !important;
  border-collapse: collapse !important;
}
.hybrid-table-grid a,
.rgMasterTable a,
.hybrid-table-grid a:active,
.rgMasterTable a:active,
.hybrid-table-grid a:link,
.rgMasterTable a:link,
.hybrid-table-grid a:visited,
.rgMasterTable a:visited {
  font-weight: 500 !important;
}
.hybrid-table-grid thead tr,
.rgMasterTable thead tr {
  border: 0 solid #fff !important;
}
.hybrid-table-grid th,
.rgMasterTable th,
.hybrid-table-grid th.rgResizeCol,
.rgMasterTable th.rgResizeCol,
.hybrid-table-grid .rgHeader,
.rgMasterTable .rgHeader {
  background: #EFEFEF !important;
  background-color: #EFEFEF !important;
  border: none !important;
  border-top: none !important;
  border-bottom: 2px solid #CCCCCC !important;
  color: #000 !important;
  height: 20px !important;
  padding: 10px 5px 10px 5px !important;
  vertical-align: bottom !important;
  overflow: hidden !important;
  font-weight: normal !important;
  font-size: 13px;
}
.hybrid-table-grid th:not(:last-of-type),
.rgMasterTable th:not(:last-of-type),
.hybrid-table-grid th.rgResizeCol:not(:last-of-type),
.rgMasterTable th.rgResizeCol:not(:last-of-type),
.hybrid-table-grid .rgHeader:not(:last-of-type),
.rgMasterTable .rgHeader:not(:last-of-type) {
  border-right-style: solid !important;
  border-right-width: 1px !important;
  border-right-color: #ccc !important;
}
.hybrid-table-grid th.report_results_heading,
.rgMasterTable th.report_results_heading,
.hybrid-table-grid th.rgResizeCol.report_results_heading,
.rgMasterTable th.rgResizeCol.report_results_heading,
.hybrid-table-grid .rgHeader.report_results_heading,
.rgMasterTable .rgHeader.report_results_heading {
  font-size: 1.3em;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  color: #fff !important;
  background-color: #0174c5 !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  line-height: normal !important;
  padding: 10px 20px;
}
.hybrid-table-grid th a,
.rgMasterTable th a,
.hybrid-table-grid th.rgResizeCol a,
.rgMasterTable th.rgResizeCol a,
.hybrid-table-grid .rgHeader a,
.rgMasterTable .rgHeader a {
  color: #000 !important;
  text-decoration: none;
}
.hybrid-table-grid th.sticky-header,
.rgMasterTable th.sticky-header,
.hybrid-table-grid th.rgResizeCol.sticky-header,
.rgMasterTable th.rgResizeCol.sticky-header,
.hybrid-table-grid .rgHeader.sticky-header,
.rgMasterTable .rgHeader.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.hybrid-table-grid > tbody tr:nth-child(even),
.rgMasterTable > tbody tr:nth-child(even) {
  background-color: #F5F5F5 !important;
}
.hybrid-table-grid > tbody tr:nth-child(even) table.rgDetailTable tr.rgRow,
.rgMasterTable > tbody tr:nth-child(even) table.rgDetailTable tr.rgRow {
  background-color: #fff;
}
.hybrid-table-grid > tbody tr.errored,
.rgMasterTable > tbody tr.errored {
  color: #ff0000 !important;
  color: #9F6000 !important;
}
.hybrid-table-grid > tbody tr.warned,
.rgMasterTable > tbody tr.warned {
  color: #9F6000 !important;
}
.hybrid-table-grid > tbody tr td,
.rgMasterTable > tbody tr td {
  border: none !important;
  border-bottom: 1px solid #D0D0D0 !important;
  padding: 0.7em 0.6em;
  line-height: 1.6em;
  font-size: 13px;
}
.hybrid-table-grid > tbody tr td a,
.rgMasterTable > tbody tr td a,
.hybrid-table-grid > tbody tr td a:active,
.rgMasterTable > tbody tr td a:active,
.hybrid-table-grid > tbody tr td a:link,
.rgMasterTable > tbody tr td a:link,
.hybrid-table-grid > tbody tr td a:visited,
.rgMasterTable > tbody tr td a:visited {
  color: #000;
}
.hybrid-table-grid > tbody tr td:not(:last-of-type),
.rgMasterTable > tbody tr td:not(:last-of-type) {
  border-right-style: solid !important;
  border-right-width: 1px !important;
  border-right-color: #eef !important;
}
.hybrid-table-grid > tbody tr td input[type=text],
.rgMasterTable > tbody tr td input[type=text] {
  width: 100% !important;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #D0D0D0;
}
.hybrid-table-grid > tbody tr td > select,
.rgMasterTable > tbody tr td > select {
  background-color: #fff;
  border: 1px solid #D0D0D0;
  width: 100% !important;
  padding: 3px 4px;
}
.hybrid-table-grid > tbody tr td.text-center,
.rgMasterTable > tbody tr td.text-center {
  text-align: center;
}
.hybrid-table-grid > tbody tr th.sticky-header,
.rgMasterTable > tbody tr th.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.hybrid-table-grid > tbody tr th[align=center],
.rgMasterTable > tbody tr th[align=center],
.hybrid-table-grid > tbody tr td[align=center],
.rgMasterTable > tbody tr td[align=center] {
  text-align: center;
}
.hybrid-table-grid > tbody tr th[align=left],
.rgMasterTable > tbody tr th[align=left],
.hybrid-table-grid > tbody tr td[align=left],
.rgMasterTable > tbody tr td[align=left] {
  text-align: left;
}
.hybrid-table-grid > tbody tr th[align=right],
.rgMasterTable > tbody tr th[align=right],
.hybrid-table-grid > tbody tr td[align=right],
.rgMasterTable > tbody tr td[align=right] {
  text-align: right;
}
.hybrid-table-grid > tbody tr.subtotal,
.rgMasterTable > tbody tr.subtotal {
  border: 0 !important;
  border-top: 3px solid #0b9d22 !important;
}
.hybrid-table-grid > tbody tr.subtotal > th,
.rgMasterTable > tbody tr.subtotal > th {
  background-color: #fff !important;
  background: #fff !important;
  font-weight: 700 !important;
}
.hybrid-table-grid > tbody tr.subtotal > th:not(:last-of-type),
.rgMasterTable > tbody tr.subtotal > th:not(:last-of-type) {
  border-right-style: solid !important;
  border-right-width: 1px !important;
  border-right-color: #eef !important;
}
.hybrid-table-grid tfoot tr > td,
.rgMasterTable tfoot tr > td,
.hybrid-table-grid .tfoot > td,
.rgMasterTable .tfoot > td,
.hybrid-table-grid tr.grandtotal > td,
.rgMasterTable tr.grandtotal > td,
.hybrid-table-grid tfoot tr > th,
.rgMasterTable tfoot tr > th,
.hybrid-table-grid .tfoot > th,
.rgMasterTable .tfoot > th,
.hybrid-table-grid tr.grandtotal > th,
.rgMasterTable tr.grandtotal > th {
  border-top: 2px solid #0b9d22 !important;
  background-repeat: no-repeat;
  padding: 0.7em 0.6em;
  line-height: 1.6em;
  font-weight: 700;
  color: #000 !important;
}
.hybrid-table-grid tfoot tr > td table td:not([class*=rcb]),
.rgMasterTable tfoot tr > td table td:not([class*=rcb]),
.hybrid-table-grid .tfoot > td table td:not([class*=rcb]),
.rgMasterTable .tfoot > td table td:not([class*=rcb]),
.hybrid-table-grid tr.grandtotal > td table td:not([class*=rcb]),
.rgMasterTable tr.grandtotal > td table td:not([class*=rcb]),
.hybrid-table-grid tfoot tr > th table td:not([class*=rcb]),
.rgMasterTable tfoot tr > th table td:not([class*=rcb]),
.hybrid-table-grid .tfoot > th table td:not([class*=rcb]),
.rgMasterTable .tfoot > th table td:not([class*=rcb]),
.hybrid-table-grid tr.grandtotal > th table td:not([class*=rcb]),
.rgMasterTable tr.grandtotal > th table td:not([class*=rcb]) {
  border: 0 !important;
  background: #fff !important;
  background-color: #fff !important;
}
.hybrid-table-grid tfoot tr > td:not(:last-of-type),
.rgMasterTable tfoot tr > td:not(:last-of-type),
.hybrid-table-grid .tfoot > td:not(:last-of-type),
.rgMasterTable .tfoot > td:not(:last-of-type),
.hybrid-table-grid tr.grandtotal > td:not(:last-of-type),
.rgMasterTable tr.grandtotal > td:not(:last-of-type),
.hybrid-table-grid tfoot tr > th:not(:last-of-type),
.rgMasterTable tfoot tr > th:not(:last-of-type),
.hybrid-table-grid .tfoot > th:not(:last-of-type),
.rgMasterTable .tfoot > th:not(:last-of-type),
.hybrid-table-grid tr.grandtotal > th:not(:last-of-type),
.rgMasterTable tr.grandtotal > th:not(:last-of-type) {
  border-right-style: inset !important;
  border-right-width: 1px !important;
  border-right-color: #eef !important;
}
.hybrid-table-grid tfoot tr table tr td,
.rgMasterTable tfoot tr table tr td,
.hybrid-table-grid .tfoot table tr td,
.rgMasterTable .tfoot table tr td,
.hybrid-table-grid tr.grandtotal table tr td,
.rgMasterTable tr.grandtotal table tr td {
  border-width: 0 !important;
}
.hybrid-table-grid + h1,
.rgMasterTable + h1 {
  margin-top: 10px;
  background-color: #F5F5F5;
  color: #333;
  padding: 5px 20px;
  border: none !important;
  border-bottom: 3px solid #0174c5 !important;
}
.hybrid-table-grid tr.pager td,
.rgMasterTable tr.pager td {
  background-color: #E0E0E0;
  border: 0 !important;
  padding: 0.7em 0.6em;
  line-height: 1.6em;
  font-weight: 700;
}
.hybrid-table-grid tr.pager td:not(:last-of-type),
.rgMasterTable tr.pager td:not(:last-of-type) {
  border-right-style: inset !important;
  border-right-width: 1px !important;
  border-right-color: #eef !important;
}
.hybrid-table-grid th,
.rgMasterTable th {
  text-align: left;
}
.hybrid-table-grid td.isDate,
.rgMasterTable td.isDate,
.hybrid-table-grid th.isDate,
.rgMasterTable th.isDate {
  text-align: left !important;
}
.hybrid-table-grid td.isDecimal,
.rgMasterTable td.isDecimal,
.hybrid-table-grid th.isDecimal,
.rgMasterTable th.isDecimal {
  text-align: right !important;
}
.hybrid-table-grid td.isInteger,
.rgMasterTable td.isInteger,
.hybrid-table-grid th.isInteger,
.rgMasterTable th.isInteger {
  text-align: center !important;
}
.hybrid-table-grid td.isAnAction,
.rgMasterTable td.isAnAction,
.hybrid-table-grid th.isAnAction,
.rgMasterTable th.isAnAction {
  text-align: center !important;
}
.hybrid-table-grid.even > tbody tr:nth-child(even) {
  background-color: white !important;
}
.grid-subhead th,
.grid-subhead td {
  background-color: #000 !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.formatAsText {
  text-align: left !important;
}
.formatAsDecimal {
  text-align: right !important;
}
.formatAsCurrency {
  text-align: right !important;
}
.formatAsInteger {
  text-align: center !important;
}
.formatAsDate {
  text-align: left !important;
}
.formatAsAction {
  text-align: center !important;
}
/*  End Grids    */
/*  Loader */
.loader {
  width: 95%;
  height: 45%;
  position: absolute;
  top: 0;
}
.loader .spinner {
  /*width: 130px;*/
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  top: 50%;
  left: 50%;
}
/*  Telerik Uploader    */
.RadUpload {
  width: 100% !important;
}
.RadUpload ul {
  width: 100% !important;
  position: relative;
}
.RadUpload ul li {
  width: 100% !important;
  margin: 0 !important;
}
.RadUpload ul li .ruFileWrap {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
.RadUpload ul li .ruFileWrap input.ruFakeInput {
  border-width: 0 !important;
  font-size: 13px;
  margin-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 75%;
}
.RadUpload ul li input.ruButton {
  background-image: none !important;
  font-family: 'Open Sans' !important;
  background-color: #0174c5;
  border: none;
  min-width: 120px;
  padding: 3px 12px 5px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.42857143;
  height: auto !important;
}
.RadUpload ul li input.ruButton:hover {
  text-decoration: none;
  background-color: #0165ac;
}
.RadUpload ul li input.ruButton.btn-primary {
  background-color: #0b9d22;
  color: #fff;
}
.RadUpload ul li input.ruButton.btn-primary:hover {
  text-decoration: none;
  background-color: #09851d;
}
.RadUpload ul li input.ruButton.btn-warning {
  background-color: #b62821;
  color: #fff;
}
.RadUpload ul li input.ruButton.btn-warning:hover {
  text-decoration: none;
  background-color: #a0231d;
}
.RadUpload ul li input.ruButton.btn-info {
  background-color: #ee6f22;
  color: #fff;
}
.RadUpload ul li input.ruButton.btn-info:hover {
  text-decoration: none;
  background-color: #e56112;
}
.RadUpload ul li input.ruButton.btn-danger {
  background-color: #b62821;
  color: #fff;
}
.RadUpload ul li input.ruButton.btn-danger:hover {
  text-decoration: none;
  background-color: #a0231d;
}
.RadUpload ul li input.ruButton.inline-multicolumn-form {
  height: 30px !important;
}
.RadUpload ul li input.ruButton:disabled {
  background-color: #EFEFEF !important;
  color: #000;
  cursor: not-allowed !important;
}
.RadUpload ul li input.ruButton[type=image] {
  min-width: 15px !important;
  padding: 0;
}
.RadUpload ul li input.ruButton > span.glyphicon {
  margin-right: 10px !important;
}
.RadUpload ul li input.ruButton.medium-padding {
  padding: 10px 15px;
}
.RadUpload ul li input.ruButton.ruBrowse {
  margin-top: 6px;
}
.RadUpload ul li input.ruButton.ruClear {
  display: none !important;
}
/*  Validation  */
.hybrid-validation {
  display: none;
}
.hybrid-validation.active {
  display: inline;
}
.hybrid-mandatory-missing {
  background-color: #ff0000 !important;
  color: #fff;
}
/*  Telerik Calendar    */
.RadCalendar {
  width: 270px !important;
}
.RadCalendar .rcTitlebar table {
  background: unset;
  background-color: #eaeaea;
}
.RadCalendar .rcTitlebar td,
.RadCalendar .rcTitlebar td a:active {
  font-size: 1.2em !important;
  font-family: 'Open Sans' !important;
}
.RadCalendar td {
  font-size: 1.1em !important;
  font-family: 'Open Sans' !important;
}
.RadCalendar tbody td {
  padding: 5px !important;
}
input.rdfd_ {
  display: none;
}
.rex-notification-panel {
  width: 100%;
  padding: 0 15px 0 15px;
  margin: 0 auto 10px;
}
.rex-notification-panel .notification-panel {
  background-color: #fff;
  padding: 5px 0;
  width: 100%;
}
.rex-notification-panel .notification-panel.notification-bg-danger {
  border: 1px solid #b62821;
  border-left-width: 6px;
}
.rex-notification-panel .notification-panel.notification-bg-danger .notification-icon {
  background-color: #b62821;
}
.rex-notification-panel .notification-panel.notification-bg-danger .notification-icon .glyphicon {
  color: #fff;
}
.rex-notification-panel .notification-panel.notification-bg-danger .notification-icon .glyphicon:before {
  content: "\e014";
}
.rex-notification-panel .notification-panel.notification-bg-danger .notification-content {
  color: #b62821;
}
.rex-notification-panel .notification-panel.notification-bg-success {
  border: 1px solid #0b9d22;
  border-left-width: 6px;
}
.rex-notification-panel .notification-panel.notification-bg-success .notification-icon {
  background-color: #0b9d22;
}
.rex-notification-panel .notification-panel.notification-bg-success .notification-icon .glyphicon:before {
  content: "\e013";
}
.rex-notification-panel .notification-panel.notification-bg-success .notification-content {
  color: #0b9d22;
}
.rex-notification-panel .notification-panel.notification-bg-info {
  border: 1px solid #ee6f22;
  border-left-width: 6px;
}
.rex-notification-panel .notification-panel.notification-bg-info .notification-icon {
  background-color: #ee6f22;
}
.rex-notification-panel .notification-panel.notification-bg-info .notification-icon .glyphicon:before {
  content: "\e086";
}
.rex-notification-panel .notification-panel.notification-bg-info .notification-content {
  color: #ee6f22;
}
.rex-notification-panel .notification-panel .notification-icon {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.rex-notification-panel .notification-panel .notification-icon .glyphicon {
  font-size: 2em;
  color: #fff;
  width: 25px;
  margin: 0 auto;
}
.rex-notification-panel .notification-panel .notification-content {
  width: 100%;
  vertical-align: middle;
  position: relative;
  padding: 0 10px;
  background-color: #fff;
}
.rex-notification-panel .notification-panel .notification-content p.notification-heading {
  text-transform: uppercase;
  font-size: 1.1em;
  margin: 10px 5px 5px;
}
.rex-notification-panel .notification-panel .notification-content > ul {
  margin: 10px 0 10px;
  padding-left: 15px;
  list-style: none;
}
.rex-notification-panel .notification-panel .notification-content > ul > li[class*=hidden]:not(:last-child) {
  padding: 0 0 10px 0;
}
.rex-notification-panel .notification-panel .notification-content > ul ul {
  list-style: disc;
  margin-left: 15px;
}
.pager {
  border-color: #aec5d1 #fff #fff;
  background-image: none !important;
  background-color: #E0E0E0;
  padding: 5px;
  height: 35px;
}
.pager span,
.pager label {
  float: left;
  color: #000;
}
.pager a {
  color: #333;
  font-weight: 300;
}
.pager a span {
  font-weight: 300;
  color: #333;
}
.bstitle {
  color: #777777 !important;
}
div.RadPicker {
  padding: 0;
}
div.RadPicker .RadInput {
  padding: 0 !important;
}
div.RadPicker .RadInput .riTextBox {
  padding-left: 5px !important;
  font-size: 13px !important;
}
.RadListBox_Vista .rlbText,
.RadListBox_Vista .rlbItem,
.RadListBox_Vista .rlbButtonText,
.RadListBox_Vista .rlbEmptyMessage {
  font-family: 'Open Sans', Arial, sans-serif !important;
  color: #000;
  font-size: 13px !important;
}
.bs-datetimepicker,
.bs-datepicker {
  position: relative;
}
.bs-datetimepicker .table-condensed,
.bs-datepicker .table-condensed {
  border-collapse: collapse !important;
}
.bs-datetimepicker .table-condensed tr:nth-child(even),
.bs-datepicker .table-condensed tr:nth-child(even) {
  background-color: #fff !important;
}
.bs-datetimepicker .table-condensed tr th,
.bs-datepicker .table-condensed tr th,
.bs-datetimepicker .table-condensed tr td,
.bs-datepicker .table-condensed tr td,
.bs-datetimepicker .table-condensed tr td:not(:last-of-type),
.bs-datepicker .table-condensed tr td:not(:last-of-type) {
  border-radius: 0 !important;
  border-width: 0 !important;
  background: none !important;
}
.bs-datetimepicker .glyphicon-calendar,
.bs-datepicker .glyphicon-calendar {
  color: #777777;
  float: right;
  font-size: 1.3em;
  margin: -22px 20px 0 0;
}
/*  Helpers - see _mixins */
.full-height {
  height: 100%;
}
.full-screen-login-image {
  background-image: url('/DOTNET/Admin/Images/login-bg-lowres.jpg');
}
input[readonly='readonly']:not([class*=rcb]),
input[readonly]:not([class*=rcb]),
input[disabled],
select[readonly='readonly'],
select[readonly],
select[disabled],
textarea[readonly='readonly'],
textarea[readonly],
textarea[disabled] {
  background-color: #EDEDED;
  color: #222222;
  cursor: not-allowed !important;
}
/*  end Helpers */
/*  Bootstrap overrides */
.input-group {
  width: 100%;
  margin-left: -3px;
}
.input-group .input-group-addon {
  border-radius: 0;
  border-width: 0;
  background-color: #EFEFEF;
  border-right: 1px solid #D0D0D0;
}
label {
  font-weight: normal;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-header {
  padding: 0;
  border-bottom: none;
}
.modal .modal-header > button[data-dismiss=modal] {
  margin-top: 5px;
}
.modal .modal-body.fixed-height {
  max-height: 500px !important;
  overflow-y: auto !important;
}
@media (max-width: 1199px) {
  .modal .modal-body {
    max-height: 300px !important;
    overflow-y: auto !important;
  }
}
.modal .modal-footer {
  padding: 10px 15px;
}
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close > span {
  color: #fff;
  font-size: 1.5em;
  margin-right: 10px;
}
.badge {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.badge.badge-success {
  background-color: #5cb85c !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.dropup-container {
  min-width: 120px !important;
  position: relative !important;
  float: left !important;
}
.dropup-container .dropdown.dropup button .caret {
  margin-left: 7px !important;
  margin-bottom: 3px !important;
  border-width: 6px;
}
.dropup-container .dropdown.dropup .dropdown-menu {
  min-width: 160px !important;
  bottom: 0 !important;
  left: auto !important;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.dropup-container .dropdown.dropup .dropdown-menu button {
  width: 93%;
}
/*  end Bootstrap overrides */
.bspopover {
  cursor: help;
}
.popover {
  max-width: 500px;
}
.popover table td {
  font-size: 0.9em;
}
tr.IsRequired > td:first-of-type {
  border-right: 3px solid #b62821 !important;
}
tr.IsRequired > td:first-of-type:after {
  color: #b62821;
  margin-left: 5px;
  font-weight: 700;
  content: "*";
}
tr.IsRequired > td > label {
  display: inline !important;
}
tr.IsRequired.has-error > td:first-of-type {
  color: #b62821;
}
tr.IsRequired.has-error .hybrid-mandatory.missing {
  background-color: #f2dede !important;
  border-width: 1px !important;
  border-color: #e4b9b9 !important;
  border: 1px solid #e4b9b9 !important;
}
tr.IsRequired.has-error .hybrid-mandatory.missing:focus,
tr.IsRequired.has-error .hybrid-mandatory.missing:hover {
  background-color: #f2dede !important;
  border-width: 1px !important;
  border-color: #e4b9b9 !important;
  border: 1px solid #e4b9b9 !important;
}
.rex-field-validation-error {
  position: relative;
  top: 0.5vh;
  left: 5px;
  color: #b62821;
}
@media print {
  .modal * {
    display: none !important;
  }
}
/*  Forbidden page   */
.forbidden-container .forbidden-heading {
  font-size: 2em;
}
.forbidden-container .forbidden-content {
  border-top: 2px solid #0174c5;
  padding: 30px;
  background-color: #fff;
}
/*  end Forbidden page   */
.product-manual-set-price-indicator {
  background-color: #FFE2F0 !important;
}
.showLoaderInBackground {
  background-image: url('/DOTNET/Admin/Images/loader.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px 142px;
  /* 12.5% of original image - 640x1136 */
}
.showLoaderInBackground:after {
  clear: both;
}
tr.highlighted-row td {
  background-color: #becbe4 !important;
}
tr.error-row td {
  background-color: #FFE2F0 !important;
}
tr.success-row td {
  background-color: #E2FFF0 !important;
}
ul.checkboxList {
  list-style-type: none;
  padding-left: 0;
}
ul.checkboxList li label {
  padding: 4px;
  border: 1px solid #fff;
}
ul.checkboxList li label:hover {
  background-color: #EFEFEF;
  border: 1px solid #bcbcbc;
}
.campaign-width {
  width: 1000px;
  padding: 0px !important;
}
.campaign-width .campaign-date {
  width: 200px;
}
.campaign-width > table {
  width: 100%;
}
.campaign-button {
  width: 24px;
  height: 22px;
  background: #0174c5;
  display: inline-block;
  margin-bottom: -5px;
}
.campaign-button span {
  font-size: 10pt;
  color: white;
  margin-top: 4px;
  margin-left: 5px;
}
.campaign-centre-text {
  text-align: center;
}
.campaign-overflow {
  overflow: auto;
}
.campaign-grid > tbody tr td:last-child {
  width: 80px;
}
.campaign-grid > tbody tr td:last-child a {
  margin: 30%;
}
.campaign-matrix {
  width: 960px !important;
  background: transparent !important;
}
.campaign-matrix tbody tr {
  background: white !important;
}
.campaign-matrix tbody tr td {
  border-right-style: none !important;
}
.campaign-matrix tbody tr td:first-child {
  width: 300px;
  text-align: right;
  padding-right: 10px;
}
.campaign-matrix tbody tr:first-child {
  background: transparent !important;
}
.campaign-matrix tbody tr:first-child td {
  background: white !important;
}
.campaign-matrix tbody tr:first-child td:first-child,
.campaign-matrix tbody tr:first-child td:last-child {
  background: transparent !important;
}
.campaign-matrix tbody tr:first-child td:nth-child(2),
.campaign-matrix tbody tr:first-child td:nth-child(3),
.campaign-matrix tbody tr:first-child td:nth-child(4) {
  width: 100px;
  text-align: center;
}
.campaign-matrix tbody tr:last-child td div {
  display: inline-block;
}
.campaign-matrix tbody tr:last-child td div select {
  width: 210px !important;
}
.campaign-tier-buttons {
  margin-left: 301px;
}
.campaign-search-bar {
  margin: 0;
  background-color: #fff;
  border: none;
  border-top: 2px solid #0174c5;
}
.campaign-search-bar tr td {
  padding: 5px 15px;
  border: none;
}
.campaign-search-bar tr td input[type=text],
.campaign-search-bar tr td select {
  width: 100% !important;
}
.campaign-search-bar tr td:nth-child(1) {
  width: 130px;
  color: #0174c5;
  padding-left: 8px;
}
.campaign-search-bar tr td:nth-child(2) {
  width: 180px;
}
.campaign-outlet-picker .container-fluid {
  margin-bottom: 30px;
}
.campaign-outlet-picker .container-fluid .multi-select-container {
  display: inline-block !important;
  width: auto !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.campaign-outlet-picker .container-fluid div:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.campaign-outlet-picker .container-fluid div:first-child select {
  width: 250px !important;
}
.campaign-outlet-picker .container-fluid div:first-child div:first-child {
  margin-left: auto;
}
.campaign-outlet-picker .container-fluid div:first-child div:last-child {
  margin-left: 5px;
  margin-right: auto;
}
.campaign-outlet-picker .modal-footer div:first-child {
  display: inline-block !important;
}
.campaign-outlet-picker .modal-footer div:first-child div:last-child {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.campaign-product-type-picker div > .container-fluid {
  margin-bottom: 0px;
}
.campaign-product-type-picker div > .container-fluid .multi-select-container {
  display: inline-block !important;
  width: auto !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.campaign-product-type-picker div > .container-fluid div:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.campaign-product-type-picker div > .container-fluid div:first-child select {
  width: 425px !important;
}
.campaign-product-type-picker div > .container-fluid div:first-child div:first-child {
  margin-left: auto;
}
.campaign-product-type-picker div > .container-fluid div:first-child div:last-child {
  margin-left: 5px;
  margin-right: auto;
}
.campaign-product-type-picker .modal-footer div:first-child {
  display: inline-block !important;
}
.campaign-product-type-picker .modal-footer div:first-child div:last-child {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.campaign-product-search .modal-footer div:first-child {
  display: inline-block !important;
}
.campaign-product-search .modal-footer div:first-child div:last-child {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.campaign-checkbox label {
  padding-left: 8px;
  font-size: 1.1em !important;
}
.stocktake-login .heading {
  background-color: #000;
  color: #fff;
  padding: 10px;
  text-transform: capitalize;
}
.stocktake-login td {
  padding: 5px;
  background-color: #fff;
}
.stocktake-login td:nth-of-type(1) {
  padding-left: 10px;
}
.stocktake-login td:nth-of-type(2) {
  padding: 0;
}
.stocktake-login td:nth-of-type(2) input {
  height: 30px;
}
.tableSeparator {
  border-top: 2px solid #0174c5;
}
.offline-healthy {
  color: darkgreen !important;
}
.offline-unhealthy {
  color: crimson !important;
}
.offline-out-of-sync {
  color: darkorange !important;
}
/*  The children of this element will be centred vertically */
.vertically-centered {
  display: table;
}
.vertically-centered .vertical-center-parent {
  height: 100%;
  display: table-row;
}
.vertically-centered .vertical-center-parent .vertically-centred {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-backwards {
  /*0%, 100% { transform: rotate(-15deg); }
  20% {transform: scale(.95);}
  50% { transform: rotate(15deg); }
  80% {transform: scale(.95);}*/
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes spin-backwards {
  /*0%, 100% { transform: rotate(-15deg); }
  20% {transform: scale(.95);}
  50% { transform: rotate(15deg); }
  80% {transform: scale(.95);}*/
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.page-overlay.active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2010;
}
.page-overlay.active:before {
  content: "";
  background-color: white;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  /* For IE8 and earlier */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2011;
}
.page-overlay.active .k-loading-mask {
  width: 100px;
  height: 100px;
  margin: 35vh auto;
  position: relative;
}
.page-overlay.active .k-loading-mask .k-loading-color {
  opacity: 1;
  background: transparent;
}
.page-overlay.active .k-loading-mask .k-loading-color:before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  /* For IE8 and earlier */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 15px solid #0174c5;
  border-top-color: rgba(255, 255, 255, 0);
  -webkit-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
  z-index: 2012;
}
.page-overlay.active.spinner-success {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2010;
}
.page-overlay.active.spinner-success:before {
  content: "";
  background-color: white;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  /* For IE8 and earlier */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2011;
}
.page-overlay.active.spinner-success .k-loading-mask {
  width: 100px;
  height: 100px;
  margin: 35vh auto;
  position: relative;
}
.page-overlay.active.spinner-success .k-loading-mask .k-loading-color {
  opacity: 1;
  background: transparent;
}
.page-overlay.active.spinner-success .k-loading-mask .k-loading-color:before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  /* For IE8 and earlier */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 15px solid #0b9d22;
  border-top-color: rgba(255, 255, 255, 0);
  -webkit-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
  z-index: 2012;
}
.page-overlay.active.spinner-danger {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2010;
}
.page-overlay.active.spinner-danger:before {
  content: "";
  background-color: white;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  /* For IE8 and earlier */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2011;
}
.page-overlay.active.spinner-danger .k-loading-mask {
  width: 100px;
  height: 100px;
  margin: 35vh auto;
  position: relative;
}
.page-overlay.active.spinner-danger .k-loading-mask .k-loading-color {
  opacity: 1;
  background: transparent;
}
.page-overlay.active.spinner-danger .k-loading-mask .k-loading-color:before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  /* For IE8 and earlier */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 15px solid #b62821;
  border-top-color: rgba(255, 255, 255, 0);
  -webkit-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
  z-index: 2012;
}
.element-overlay-parent {
  position: relative;
}
.element-overlay {
  display: none;
}
.element-overlay.active {
  display: block;
  position: absolute;
  /*margin: 5px -40px;*/
  width: 20px;
  height: 20px;
  z-index: 8;
  margin: -8px 0 0 5px !important;
}
.element-overlay.active .k-loading-mask {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: relative;
}
.element-overlay.active .k-loading-mask .k-loading-color {
  opacity: 1;
  background: transparent;
}
.element-overlay.active .k-loading-mask .k-loading-color:before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  /* For IE8 and earlier */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 5px solid #0174c5;
  border-top-color: rgba(255, 255, 255, 0);
  -webkit-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
  z-index: 9;
}
.truncate-text {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
}
.page-hero-section {
  padding: 25px 50px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 10px #222;
  box-shadow: 10px 10px 10px #222;
}
.eoweb-progress-modal .rex-progress-bar > table > tbody td {
  vertical-align: unset;
  min-height: unset;
}
.eoweb-progress-modal .rex-progress-bar > table > tbody td table tbody td span {
  position: relative;
  width: 30px;
  left: 48%;
  top: -2px;
  font-size: 12px;
  color: #000;
}
.eoweb-progress-modal .modal-body > table {
  width: 100%;
}
.eoweb-progress-modal .modal-body > table td {
  padding: 0;
}
.eoweb-progress-modal .modal-body > table .eoweb-progress-bar-container table {
  width: 100%;
}
.eoweb-progress-modal .modal-body > table .eoweb-progress-bar-container table span.eoweb-progress-label {
  display: block;
  text-align: center;
}
.eoweb-progress-modal .modal-body > table .eoweb-progress-bar-container table .eoweb-progress-indicator {
  text-align: center;
}
.surcharge-container input[type=radio],
.symbol-container input[type=radio] {
  display: none;
}
.surcharge-container [type=text],
.symbol-container [type=text],
.surcharge-container [type=number],
.symbol-container [type=number] {
  position: relative;
  height: 30px;
  margin: 0;
  padding-left: 5px;
  border-width: 0 !important;
}
.surcharge-container .surcharge-symbol label,
.symbol-container .surcharge-symbol label,
.surcharge-container .rex-symbol label,
.symbol-container .rex-symbol label {
  font-size: 1.3em;
  height: 30px;
  width: 35px;
  color: #ccc !important;
  text-align: center;
  margin: 0 auto;
  padding-top: 2px;
  cursor: pointer;
  background-color: #eee;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.surcharge-container .surcharge-symbol input[type=radio]:checked + label,
.symbol-container .surcharge-symbol input[type=radio]:checked + label,
.surcharge-container .rex-symbol input[type=radio]:checked + label,
.symbol-container .rex-symbol input[type=radio]:checked + label {
  background-color: #0174c5;
  border: 1px solid #0174c5 !important;
  color: #fff !important;
}
.hybrid-table-grid .surcharge-container .surcharge-symbol label {
  color: #ccc !important;
  padding-top: 3px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.hybrid-table-grid .surcharge-container .surcharge-symbol input[type=radio]:checked + label {
  background-color: #0174c5 !important;
  border: 1px solid #0174c5 !important;
  color: #fff !important;
}
div.dragndrop-grid table tr.rgSelectedRow {
  color: #000 !important;
  background: unset;
}
tr.draggable-row,
td.draggable-row-cell {
  cursor: move;
}
.GridDraggedRows_Default,
.GridDraggedRows_Default .rgMasterTable {
  width: 350px !important;
}
.GridDraggedRows_Default tr,
.GridDraggedRows_Default .rgMasterTable tr {
  cursor: move !important;
}
.GridDraggedRows_Default tr td,
.GridDraggedRows_Default .rgMasterTable tr td,
.GridDraggedRows_Default tr span,
.GridDraggedRows_Default .rgMasterTable tr span {
  background-color: #0174c5 !important;
  color: #fff !important;
  cursor: move !important;
}
.GridDraggedRows_Default tr td label,
.GridDraggedRows_Default .rgMasterTable tr td label,
.GridDraggedRows_Default tr span label,
.GridDraggedRows_Default .rgMasterTable tr span label {
  cursor: move !important;
}
.GridItemDropIndicator_Default {
  border-top: 3px dashed #0174c5 !important;
}
/*  Tooltip formatting  */
.tooltip {
  font-family: 'Open Sans' !important;
  font-size: 13px;
}
.tooltip .tooltip-inner {
  padding: 8px !important;
  border-radius: 0;
}
.tooltip.tooltip-success .tooltip-arrow {
  border-top-color: #0b9d22;
}
.tooltip.tooltip-success .tooltip-inner {
  background-color: #0b9d22;
}
.tooltip.tooltip-warning .tooltip-arrow {
  border-top-color: #b62821;
}
.tooltip.tooltip-warning .tooltip-inner {
  background-color: #b62821;
}
.tooltip.tooltip-alert .tooltip-arrow {
  border-top-color: #ee6f22;
}
.tooltip.tooltip-alert .tooltip-inner {
  background-color: #ee6f22;
}
.tooltip.tooltip-info .tooltip-arrow {
  border-top-color: #337ab7;
}
.tooltip.tooltip-info .tooltip-inner {
  background-color: #337ab7;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:first-of-type > label.break-long-text {
    max-width: 175px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:first-of-type > label.break-long-text {
    max-width: 175px;
  }
}
@media (min-width: 1200px) {
  .hybrid-multicolumn-edit-form .row > [class*=col-] > [class*=col-] .edit-content table tr td:first-of-type > label.break-long-text {
    max-width: 205px;
  }
}

/*# sourceMappingURL=rex.backoffice.min.css.map */
