body.newdsign,
body.newdesign #content-wrapper {
  background: #f1f3f5;
}

a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

h3.decent {
  margin-top: 5px;
  padding-bottom: 5px;
}

h4.inlineheading {
  display: inline-block;
}

h2.heading {
  margin: 0;
  padding: 15px;
}

.emerald-bg a,
.emerald-bg a:hover,
.green-bg a,
.green-bg a:hover {
  color: #fff;
}

.tablecellbar {
  overflow: visible;
  background: #96ddfd;
  display: block;
}

.white-text {
  color: #fff !important;
}

.purple-text {
  color: #9c27b0 !important;
}

.emerald-text {
  color: #03a9f4 !important;
}

.red-text {
  color: #e84e40 !important;
}

.yellow-text {
  color: #ffc107 !important;
}

.green-text {
  color: #8bc34a !important;
}

.gray-text {
  color: #90a4ae !important;
}

.dark-text {
  color: #333 !important;
}

a.removelabel {
  color: #e84e40 !important;
}

a.removelabel:hover {
  color: #e84e40 !important;
}

.widget-users li {
  padding: 5px !important;
  border-radius: 5px;
}

.widget-users li > .details > .time {
  color: #fff !important;
}

.widget-item {
  position: relative;
  border-radius: 5px;
  min-height: 90px;
}

.widget-item-slim {
  min-height: 70px;
}

.widget-item a {
  color: #fff;
}

.textareaheight {
  min-height: 100px;
}

.widget-item .special-left {
  position: absolute;
  width: 80px;
  padding: 5px;
  height: 70px;
  font-size: 40px;
  text-align: center;
  top: 0;
  left: 0;
}

.widget-item .special-left small {
  font-size: 10px;
}

.widget-item .content {
  margin-left: 90px;
}

.widget-item .special-right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 20px;
  text-align: right;
}

.clearfix {
  clear: both;
}

.clearfix.tiny {
  line-height: 8px;
}

.nomarginstrict {
  margin: 0 !important;
}

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

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

.nopadstrict {
  padding: 0 !important;
}

.noborderstrict {
  border: none !important;
}

.shaded-bg {
  background: #e7ebee;
}

.whitebg {
  background: #fff;
}

.vspace2 {
  margin-top: 2px;
}

.vspace5 {
  margin-top: 5px;
}

.vspace10 {
  margin-top: 10px;
}

.lindent20 {
  margin-left: 20px;
}

.padh5 {
  padding: 0 5px;
}

.pad10 {
  padding: 10px;
}

.marginbottom10 {
  margin-bottom: 10px;
}

.margin5 {
  margin-top: 5px;
}

.pad5 {
  padding: 5px;
}

.pad5strict {
  padding: 5px !important;
}

.mdfont {
  font-size: 16px;
}

.lgfont {
  font-size: 24px;
}

.hugefont {
  font-size: 32px;
}

.xfont {
  font-size: 40px;
}

.grey-bg,
.gray-bg {
  background: #90a4ae;
}

.dark-bg {
  background: #5e5e5e;
  color: #eee;
}

.bosection {
  display: inline-block;
  margin: 2px;
  border: 1px solid #5e5e5e;
  padding: 2px;
  border-radius: 6px;
}

.transparentlabel {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.transparentlabel.darker {
  background: rgba(0, 0, 0, 0.3);
}

.thumbnum {
  position: absolute;
  width: 50px;
  height: 60px;
  text-align: center;
  padding: 5px;
}

.overlaydivouter {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}

.overlaydivinner {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 98%;
  height: 600px;
  max-width: 600px;
  max-height: 95%;
  background: #eee;
  border: 1px solid #666;
  z-index: 10001;
  overflow: auto;
  border-radius: 10px;
  padding: 15px;
}

.overlayclosebtn {
  border: 0;
  background: transparent;
}

.actionbtngroup {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
}

.tiny {
  font-size: 12px !important;
}

.tinymini {
  font-size: 8px;
}

.clearfix .tinymini {
  font-size: 6px;
  line-height: 6px;
}

.help-block {
  margin: 1px;
  display: block;
}

.helpinfo {
  padding: 5px;
  margin: 0;
  font-weight: 500;
  color: #03a9f4;
  font-size: 16px;
}

.inputbg {
  background: #d9edf7;
}

.primarycolor {
  color: #337ab7;
}

.invoicecell [class^="col-xs-"]:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}

.greyish .invoicecell [class^="col-xs-"]:not(:last-child) {
  border-right: 1px solid #bbb;
}

.greyishtint .list-group-item {
  border-color: #999;
  background: transparent;
}

.greyishtint .invoicecell [class^="col-xs-"]:not(:last-child) {
  border-color: #999;
}

.greyish.list-group-item {
  background: #eee;
}

.totaldue {
  padding-left: 5px;
}

.totaldue span {
  display: block;
  font-weight: bold;
  padding-right: 2px;
  background: #fff;
}

.padtop2 {
  padding-top: 2px !important;
}

.padtop20 {
  padding-top: 20px !important;
}

.badge {
  font-weight: normal;
}

.fontbold {
  font-weight: bold;
}

.fontxl {
  font-size: 36px;
}

.livepage .main-box h2 {
  font-size: 16px;
  line-height: 22px;
}

.livepage .main-box {
  padding: 2px;
}

.main-box:focus {
  outline: none;
}

.footeroffset {
  padding-bottom: 40px;
}

.minwidth80 {
  min-width: 80px;
}

.minwidth40 {
  min-width: 40px;
}

.minwidth100 {
  min-width: 100px;
}

.minwidth120 {
  min-width: 120px;
}

.minwidth150 {
  min-width: 150px;
}
.minwidth200 {
  min-width: 200px;
}

.jsoneditor {
  height: 450px !important;
}

.jsoneditor-outer {
  height: 450px !important;
}

#invmodal .jsoneditor,
#invmodal .jsoneditor-outer {
  height: 320px !important;
}

#invmodal .list-group {
  margin-bottom: 10px;
}
#invmodal .list-group-item {
  padding: 5px;
}

.modalcloser {
  position: absolute;
  top: -10px;
  right: -10px;
}

.divcloser {
  position: absolute;
  top: 2px;
  right: 2px;
}

.topright5 {
  margin-top: 5px;
  margin-right: 5px;
}

.settingseditor {
  border: 1px solid #ddd;
  color: #333;
  background: #eee;
  border-radius: 4px;
  padding: 5px;
}

.darktheme {
  color: #22d62a;
  background: #333;
}

#content-wrapper {
  min-height: 800px;
  padding-bottom: 40px;
}

#content-wrapper.login {
  margin-left: 0;
  min-height: 500px;
}

#livebizlist {
  padding: 0;
}

#livebizlist li a {
  padding: 0 5px 0 10px;
  margin: 2px;
  border: 1px solid #607d8b;
  background: #eee;
}

#nav-col ul.nav.nav-pills.nav-stacked li a.bizselector {
  height: auto;
  line-height: 16px;
  position: relative;
}

#nav-col ul.nav.nav-pills.nav-stacked li a.bizselector span.bizname {
  margin: 0;
  padding: 0 18px 0 0;
}

#nav-col ul.nav.nav-pills.nav-stacked li a.bizselector i {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 5px;
}

#nav-col ul.bizlist {
  width: 220px;
  padding: 0;
}

#nav-col ul.bizlist li {
  display: block;
  border-bottom: 1px solid #ddd;
}

#nav-col ul.bizlist li:last-child {
  border-bottom: 0;
}

#nav-col ul.bizlist li a {
  display: block;
  padding: 5px;
}

#nav-col ul.bizlist li a span.bizaddress {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#nav-col ul.reportlist {
  padding-left: 0;
}

#nav-col ul.reportlist li {
  display: block;
  border-bottom: 1px solid #666;
}

#nav-col ul.reportlist li a {
  display: block;
  padding: 5px 5px 5px 20px;
}

#nav-col ul.reportlist li a.active {
  display: block;
  padding-left: 5px;
}

#nav-col ul.reportlist li a.active,
#nav-col ul.reportlist li a:hover {
  background: #253443;
}

.nobottommargin {
  margin-bottom: 0;
}

.darkrow {
  background: #d2d8dc;
}

.nowrap {
  white-space: nowrap;
}

.customersignatureimg {
  height: 60px;
  border: 1px solid #ddd;
}

.name {
  position: relative;
}

.user-box .name .submenu.bizlist {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.gzcalendarbody .aday {
  float: left;
  width: calc(100% / 7);
  border-right: 1px solid #666;
  padding: 5px;
  height: 90px;
  min-height: 50px;
  border-bottom: 1px solid #666;
  position: relative;
  text-align: center;
}

.listview .gzcalendarbody .aday {
  width: 100%;
}

.main-box.schedulerholder {
  margin-bottom: 0;
  display: flex;
  flex: 1 0;
  height: 72vh;
}

#calendarparent {
  padding-bottom: 10px;
}

#fullcalendarholder {
  display: flex;
  flex: 1 0;
}

#schedulerstafflist {
  height: 100%;
  max-height: calc(100% - 50px);
  overflow: hidden;
  overflow-y: auto;
}
.calendarheader {
  display: block;
}

.dowheader {
  float: left;
  width: calc(100% / 7);
  border-right: 1px solid #666;
  background: #333;
  color: #fff;
  padding: 5px;
  text-align: center;
}

.dowheader:first-child {
  border-left: 1px solid #666;
}

.firstrow {
  border-top: 1px solid #666;
}

.firstcolumn {
  border-left: 1px solid #666;
}

.gzcalendarbody .aday.inactive {
  background: #bbb;
}

.gzcalendarbody .aday.active {
  background: #dedede;
}

.gzcalendarlist .currentday,
.gzcalendarbody .aday.currentday {
  background: #bddcea;
}

.gztableholder {
  overflow-y: hidden;
  overflow-x: auto;
}

.gzcalendarlist {
  overflow-y: hidden;
  overflow-x: auto;
  margin-left: 44px;
}

.tsdatadiv {
  overflow-y: hidden;
  overflow-x: auto;
  margin-left: 187px;
  width: calc(100% - 187px);
}

.gzcalendarbody .gzcalendarbody .aday .daydate {
  text-align: center;
  position: absolute;
  left: 2px;
  top: 2px;
}

.daydate .dow {
  color: #333;
  font-size: 10px;
  line-height: 10px;
  font-family: monospace;
  text-transform: uppercase;
}

.daydate .dom {
  font-size: 16px;
  font-family: monospace;
  line-height: 16px;
  color: #333;
  display: block;
}

.daydate .dow.weekend {
  color: #900;
}

.gzcalendarlist .weekend,
.daydate .dom.currentday {
  color: #e46707;
}

.gzcalendarlist .weekend span.help-block.tiny {
  color: #e46707;
}

.daydata {
  margin: auto;
  font-size: 28px;
}

.daydata a {
  text-decoration: none;
  display: block;
  margin-top: 20px;
}

.daydata a.isempty {
  color: #999;
}

.monthhead {
  padding: 10px 5px;
}

.listviewonly {
  display: none;
}

.calviewonly {
  display: block;
}

.iconset {
  margin-left: 5px;
  float: right;
  padding: 5px;
  border: 1px solid #03a9f4;
  border-radius: 6px;
}

.iconset.icondisabled {
  border: 1px solid #ddd;
  color: #ddd;
}

.iconifytext {
  padding: 5px;
  background: #212121;
  line-height: 7px;
  font-size: 14px;
  font-family: monospace;
  color: #fff;
  height: 18px;
  display: inline-block;
  border-radius: 20px;
}

.listview .daydata a {
  max-width: 120px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 5px;
}

.listview .daydata a.dataholder {
  margin-top: 0;
  border: 1px solid #ccc;
  background: #eee;
  padding: 2px;
  border-radius: 10px;
}

.listview .monthhead {
  border-bottom: 1px solid #666;
}

.modal {
  background: rgba(0, 0, 0, 0.4);
}

.modal-dialog {
  background: #fff;
  border-radius: 6px;
}

.leveldropdown {
  position: relative;
}

.leveldropdown .levelddbtn {
  width: 100%;
  margin: auto;
  text-align: left;
}

.btn,
.btn:active,
.btn:focus {
  outline: none;
}

.leveldropdown .level-dropdown-menu {
  width: 100%;
  position: absolute;
  z-index: 10;
  background: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.level-dropdown-menu a.dropdown-item {
  display: block;
  padding: 5px;
  border-top: 1px solid #ededed;
  outline: none;
  text-decoration: none;
  text-align: left;
}

.level-dropdown-menu a.dropdown-item:first-child {
  border-top: 0;
}

.level-dropdown-menu a.menuselected {
  background: #03a9f4;
  color: #fff;
}

.kpititle {
  padding-left: 0;
  border-bottom: 1px solid #ccc;
}

.kpititle.tabsubcategory {
  padding-left: 10px;
  margin-top: 10px;
}

.kpiwidget {
  width: 100%;
  border: 1px solid #ccc;
  background: #bddcea;
  border-radius: 6px;
  height: 160px;
  margin-bottom: 5px;
  position: relative;
}

.kpiwidget.dotted {
  border: 1px dashed #03a9f4;
}

.kpiwidget h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 5px;
  background: #03a9f4;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  font-family: "Titillium Web", "Lato", "sans-serif";
}

.calendarcards .kpiwidget {
  height: 90px;
}

.calendarcards.hasfooter .kpiwidget {
  height: 130px;
}

.hiddencard .kpiwidget,
.hiddencard .kpiwidget.lighter {
  background: #ddd !important;
  color: #999;
}

.hiddencard .kpiwidget h4 {
  background: #999 !important;
}

.kpiwidget h4 .popover-content {
  color: #03a9f4;
}

.kpiwidget .widgetbody {
  padding: 5px;
}

.kpiwidget .kpidata {
  font-size: 30px;
  font-family: "Titillium Web", "Lato", "sans-serif";
}

.kpiwidget .kpiwidgetfooter {
  position: absolute;
  bottom: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  right: 10px;
  padding: 5px;
  text-align: right;
  width: calc(100% - 20px);
}

.modalinnerselection {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 40px;
}

.selectorclosebtn {
  text-align: center;
  position: absolute;
  background: #fff;
  padding: 5px;
  z-index: 10;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
}

.formulaDesigner textarea {
  height: 60px;
}

a.cardiconunit {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 1px solid #03a9f4;
  margin: 5px 5px 0 0;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
}

.cardparamunit {
  display: inline-block;
  padding: 5px;
  margin: 0 5px 5px 0;
  border: 1px solid #aaa;
  background: #eee;
  border-radius: 4px;
}

.dashboardtabpane {
  padding: 10px 0;
  background: #fff;
  margin-top: -1px;
}

.dashboardcards.editmode {
  border: 1px dashed #ffc107;
  background: #f6e0a1;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 10px;
}

.smpad {
  padding: 2px;
}

.mdpad {
  padding: 5px;
}

.text-dark {
  color: #333;
}

.text-grey {
  color: #565454;
}

.campaignwidgetholder {
  background: #fff;
  padding: 10px 0;
  margin-bottom: 5px;
  border: 1px solid #565454;
  border-radius: 6px;
}

.campaignwidgetholder .panel {
  margin-bottom: 0;
}

.campaignwidget h4 {
  font-family: "Titillium Web", "Lato", "sans-serif";
  font-weight: 500;
}

.campaignwidget .panel-body {
  min-height: 120px;
}

.reportcardheader {
  padding: 5px;
}

.reportcardbody .sticker {
  border: 1px solid #ecdff6;
  padding: 5px;
  border-radius: 4px;
  background: #f6effb;
  min-height: 75px;
}

.list-group.fixedheight {
  max-height: 800px;
  height: 100%;
  overflow: auto;
}

.reportcardbody.noheader .sticker {
  min-height: 90px;
}

.reportcardbody .sticker h4 {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.trendchart {
  margin: auto;
  height: 400px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.gzdatepicker ul.dropdown-menu {
  padding: 0;
  margin: 0;
}

.gzdatepicker .datetimepicker {
  margin: 0;
}

.yellow-bg {
  background: #ff9f07 !important;
}

.brand-orange1-bg {
  background: #c28f0a !important;
  color: #fbe9c5;
}

.brand-orange2-bg {
  background: #f4b947 !important;
  color: #fef8ec;
}

.brand-orange3-bg {
  background-color: #f7cd78 !important;
  color: #000;
}

.brand-orange4-bg {
  background-color: #f9db9f !important;
  color: #000;
}

.brand-orange5-bg {
  background-color: #fbe9cf !important;
}

.brand-purple1-bg {
  background: #371650 !important;
  color: #f6effb;
}

.brand-purple1-text {
  color: #371650 !important;
}

.brand-purple2-bg {
  background-color: #4d1f70 !important;
  color: #ecdff6;
}

.brand-purple3-bg {
  background-color: #6e2ca0 !important;
  color: #ecdff6;
}

.brand-purple4-bg {
  background-color: #03a9f4 !important;
  color: #ecdff6;
}

.brand-purple5-bg {
  background-color: #974fcf !important;
  color: #ecdff6;
}

.brand-purple6-bg {
  background-color: #aa6fd8 !important;
  color: #371650;
}

.brand-purple7-bg {
  background-color: #c69fe5 !important;
  color: #371650 !important;
}

.brand-purple8-bg {
  background-color: #d9bfed !important;
  color: #371650 !important;
}

.lightgray-bg,
.gray-bg.lighter {
  background: #d6e0e6 !important;
}

.lightgreen-bg,
.green-bg.lighter {
  background: #90ee90 !important;
}

.lightred-bg,
.red-bg.lighter {
  background: #f5aeae !important;
}

.lightyellow-bg,
.yellow-bg.lighter {
  background: #f5f58e !important;
}

.lightpurple-bg,
.purple-bg.lighter {
  background: #e6d9f5 !important;
}

.lightemerald-bg,
.emerald-bg.lighter {
  background: #bddcea !important;
}

.input-bg {
  background: #f7f78d;
}

.inactive-bg {
  background: #ccc !important;
}

.bonusform {
  width: 40%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px;
}

.paytable .table span.table-link {
  cursor: pointer !important;
}

.table {
  overflow-y: visible;
  overflow-x: auto;
}

.table .payhelpcell .payhelpdiv {
  position: absolute;
  background: #f9f3cf;
  border: 1px solid #e2ca91;
  border-radius: 4px;
  padding: 5px;
  z-index: 100;
  min-width: 120px;
}

.table .payhelpcell .payhelpdiv .help-block.tiny {
  color: #03a9f4 !important;
}

.table.tabledata .payhelpcell {
  position: relative;
}

.table.tabledata tbody {
  background: #fff;
}

.table.tabledata tr {
  position: relative;
}

.gzcalendarlist .table.tabledata tr {
  position: unset;
}

.table.tabledata td.daydata {
  line-height: 41px;
}

.table.tabledata th.dayhead,
.table.tabledata td.daycol {
  position: absolute;
  left: 8px;
  width: 44px;
  text-align: center;
  background: #e7ebee;
  border-right: 1px solid #ccc;
  min-height: 66px;
}

.table.tabledata thead tr th:not(:last-child) {
  border-right: 1px solid #ccc;
}

.table.tabledata th.dayhead {
  background: none;
  border: none;
}

.table.tabledata.stickythead {
  table-layout: fixed;
}

.table.tabledata.stickythead th.dayhead,
.table.tabledata.stickythead th.daycol,
.table.tabledata.stickythead th.tseditcol,
.table.tabledata.stickythead tr.interactiverow {
  display: none;
}

.table.tabledata .darkrow td.daycol {
  background: #d2d8dc;
}

.table.tabledata .currentday td.daycol {
  background: #bddcea;
}

.table.tabledata td.totalrow {
  background: #8ba1af;
  color: #fff;
}

.table.tabledata td.daycol {
  padding: 0;
}

.table.tsdata th.daycol,
.table.tsdata td.daycol {
  position: absolute;
  left: -8px;
  width: 150px;
  text-align: left;
  min-height: 45px;
  z-index: 202;
  background: #e7ebee;
}
.table.tsdata th.tseditcol,
.table.tsdata td.tseditcol {
  position: absolute;
  left: 142px;
  width: 37px;
  text-align: center;
  min-height: 45px;
  z-index: 202;
  background: #e7ebee;
}

.table.tsdata td.daycol,
.table.tsdata td.tseditcol {
  padding: 10px;
}

.table.tsdata th.daycol,
.table.tsdata th.tseditcol {
  min-height: 34px;
  background: #90a4ae;
}

.gzdatepicker .table tbody > tr > td:first-child,
.nofirstcolumn.table tbody > tr > td:first-child {
  font-size: 0.875em;
  font-weight: inherit;
}

.reporttableholder {
  margin-top: 10px;
}

.reporttableholder h4,
.reporttableholder span.subtitle {
  text-align: center;
  text-shadow: 0 0 1px #333;
}

.reporttableholder h4 {
  padding: 10px;
  margin: 0;
  background: #a3b3bd;
  color: #fff;
  font-weight: 400;
}

.reporttableholder h5 {
  margin: 0;
  padding: 3px;
}

.reporttableholder span.subtitle {
  color: #fff;
  margin: 0;
  padding: 0 5px 5px 5px;
  background: #a3b3bd;
  margin-top: -5px;
}

.controlpanel {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}

.controlpanel.dark {
  background: #5f6b73;
}

.controlpanel .btn-empty {
  border: 1px solid #adb5be;
}

.controlpanel .btn.emerald-bg {
  background: #03a9f4 !important;
  color: #fff !important;
}

.controlpanel.dark .help-block,
.controlpanel.dark .input-group-addon {
  color: #fff;
}

.accordionholder .panel-heading {
  padding: 2px 5px 2px 10px;
}

.accordionholder .panel-heading a:hover,
.accordionholder .panel-heading a:active,
.accordionholder .panel-heading a:focus,
.accordionholder .panel-heading a:visited {
  text-decoration: none;
}

.accordionholder .panel-heading h2 small {
  color: #999;
}

.ngdialog {
  z-index: 1000000;
}

.ngdialog-theme-default .ngdialog-content {
  padding: 0 !important;
}

td.highlightedcolumns,
tr:hover > td.highlightedcolumns {
  background: #ddd !important;
}

.vendorform {
  max-width: 600px;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: auto;
}

a.poorderoption {
  width: 120px;
  border: 1px solid #03a9f4;
  border-radius: 10px;
  padding: 20px 0 0 0;
  margin: 10px;
  text-align: center;
}

a.poorderoption span.help-block {
  background: #03a9f4;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
  padding: 5px;
  margin-top: 20px;
}

a.poorderoption:hover {
  color: #000;
  border-color: #000;
}

a.poorderoption:hover span.help-block {
  background: #000;
}

a.poorderoption.pooptionselected {
  color: #e84e40;
  border-color: #e84e40;
}

a.poorderoption.pooptionselected span.help-block {
  background: #e84e40;
}

.supplylevelholder {
  width: 30px;
}

.supplylevelholder svg {
  transform: rotate(-90deg);
  border-radius: 50%;
}

.supplylevelholder circle {
  fill: #666;
  stroke-width: 0;
  stroke: #000;
}

.supplylevelholder text {
  font-size: 12px;
  text-align: center;
  text-anchor: middle;
  transform: rotate(90deg);
  stroke: #fff;
  text-shadow: 0 1px 1px #000;
}

.supplylevelholder.level1 svg,
.supplylevelholder.level1 circle {
  fill: #090;
}

.supplylevelholder.level2 svg,
.supplylevelholder.level2 circle {
  fill: #f5a111;
}

.supplylevelholder.level3 svg,
.supplylevelholder.level3 circle {
  fill: #e84e40;
}

.supplylevelholder.level4 svg,
.supplylevelholder.level4 circle {
  fill: #666;
  stroke: #666;
}

.errordialog.panel-heading {
  background: #e84e40;
}

.formmodal .modal-content {
  border-radius: 6px;
}

.formmodal .modal-body {
  padding: 10px;
}

.formmodal .modal-header {
  background: #333;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 5px 10px;
}

.formmodal .modal-header h4 {
  padding: 5px 0;
  margin: 0;
  color: #ddd;
}

.formmodal .modal-header h4 a {
  color: #ddd;
}

.formmodal h3 {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 10px;
  color: #333;
  border: 0;
}

.formmodal h3 > span {
  border: 0;
}

.formmodal .modal-footer {
  background: #ddd;
}

.formmodal .formholder {
  padding: 5px 10px;
}

.formholder .input-group-addon {
  background: #ddd;
  text-align: left;
}

.formmodal .formholder .input-group-addon {
  min-width: 120px;
}

.formmodal img.productthumb {
  max-width: calc(100% - 12px);
  margin-right: 10px;
  border: 1px solid #ccc;
}

.form.advancedsearch {
  padding: 5px;
  background: #ecf6fb;
  border: 1px solid #ccc;
  border-radius: 4px;
}

table.productlist a.editable-click {
  color: #0587f7;
  border-color: #ccc;
}

table.productlist a.editable-click[edit-disabled="true"] {
  color: #333;
  text-decoration: none;
  border-bottom: none;
}

table.productlist .productname {
  font-size: 16px;
}

table.productlist .productname small,
table.productlist .productname small a {
  font-size: 12px;
  color: #666;
}

table.productlist thead tr {
  background: #c6cdd0;
}

table.productlist tbody tr.shaded {
  background: #eee;
}

.typeaheadlist .dropdown-menu {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.productprofile {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.productprofile a.editable-click {
  color: #0587f7;
  border-color: #ccc;
}

.productprofile a.editable-click.editable-empty:hover {
  color: #2a6496;
}

.relative > .editable-wrap {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}

.panel.disabled .panel-heading {
  background: #f08080 !important;
}

span.fieldlabel {
  padding: 2px;
  font-size: 10px;
  background: #ddd;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 50px;
  display: inline-block;
  line-height: 14px;
  text-align: left;
}

.label.floatinglabel {
  float: left;
  margin: 2px;
}

a.dottedul {
  text-decoration: none;
  color: #0587f7;
  border-bottom: 1px dashed #ccc;
}

a.dottedul:hover {
  border-color: #2a6496;
  color: #2a6496;
}

.btn-tiny {
  padding: 3px 6px;
}

.btn.btn-default:disabled {
  background: #999;
}

.tabbody {
  padding: 10px;
  background: #fff;
}

.historyrow {
  padding-bottom: 5px;
}

.starholder {
  font-size: 16px;
}

.starholder .fa {
  font-size: 20px;
}

.scheduleperiod {
  margin: 0;
  padding: 8px;
  color: #fff;
}

.droppableschedule {
  padding: 5px;
  position: relative;
  min-height: 40px;
}

.droppableschedule .staffnameholder {
  padding-left: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.droppableschedule .staffnameholder.dragel {
  cursor: move;
  z-index: 10000;
}

.droppableschedule .staffcheckboxholder {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 40px;
  width: 25px;
  left: 0;
  text-align: center;
  line-height: 40px;
}

.dragclone {
  display: block;
  border: 0;
  padding: 10px;
  white-space: nowrap;
  text-align: center;
  background: transparent;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 16px;
  text-overflow: ellipsis;
  color: #333;
  z-index: 10000;
}

.btn-empty {
  border: 1px solid #371650;
}

.datelabel {
  display: block;
  margin: 1px;
  font-size: 10px;
  border-bottom: 1px solid #ddd;
  color: #666;
}

.busycover {
  margin: auto;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(250, 250, 250, 0.7);
  display: flex;
}

.busycover i {
  margin: auto;
  color: #333;
}

.ng-hide.ng-hide-animate {
  display: none !important;
}

.tsbubbleholder {
  width: 262px;
  text-align: center;
}

.tsbubble {
  display: inline-block;
  float: left;
  width: 85px;
  border: 1px solid #90a4ae;
  padding: 10px 5px;
  margin: 1px;
  background: #d6e0e6;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.tstable .table tbody > tr > td {
  padding: 1px 3px;
}

.tstable .table thead > tr > th:not(:last-child) {
  border-right: 1px solid #ccc;
}

.tsbubble .tshr {
  font-weight: bold;
}

.tsbubbleholder.tsactive .tsbubble {
  background: #0298d1;
  color: #eee;
}

.tsbubbleholder.hasbreaks {
  width: 348px;
}

.lightgray-bg .tsbubble {
  background: #e7ebee;
}

.tsbubble.tsin {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.tsbubble.tsout {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.tsbubble.modified {
  border-color: #e84e40;
}

.tsbubbleholder.abnormal .tsout {
  background: #e84e40;
}

.tsbubbleholder.abnormal .tsout.modified {
  color: #fff;
}

.tstable .table th.tsdaycol {
  min-width: 150px;
}

.toggleswitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.toggleswitch.slim {
  height: 16px;
  width: 50px;
}

.negbottom2 {
  margin-bottom: -2px;
}

.toggleswitch a,
.toggleswitch a:hover {
  text-decoration: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.toggleswitch.slim .slider:before {
  border: 1px solid #ccc;
  height: 25px;
  width: 25px;
  left: 5px;
  bottom: -4px;
}

.input-group-addon label.toggleswitch.slim {
  margin-bottom: 0;
  height: 10px;
}

.input-group-addon label.toggleswitch.slim .slider:before {
  bottom: -8px;
}

.filedropper {
  border: 1px dashed #0e90d2;
}

.filedropper.fileover {
  background: #bddcea;
}

a.checked + .slider {
  background-color: #2196f3;
  box-shadow: none;
}

a:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

a.checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.toggleswitch.slim a.checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  border: 1px solid #2196f3;
}

.toggleswitch.permanent a.checked + .slider {
  background: #f36f0e;
}

.icon-box .btn {
  border: 1px solid #03a9f4;
}

#timesheeteditmodal table.uib-timepicker {
  margin: auto;
}

#timesheeteditmodal .modal-body {
  max-height: 550px;
  overflow-y: auto;
}

.btn-default.disabled {
  color: #666;
  border: 1px solid #ccc;
}

.tsdateholder .btn {
  border: 1px solid #ddd;
}
.tsdateholder .btn[disabled] {
  color: #666;
}

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

#col-left {
  height: auto;
}

#col-left .bizlistdd ul > li > a {
  color: #333;
  padding-left: 5px;
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.pagenavarrowholder {
  position: relative;
}

.pagenavarrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22px;
  margin: auto;
}

ul.pagination-special a {
  padding: 0;
  height: 80px;
  min-width: 60px;
}

.pagination a .pagedatebanner {
  padding: 5px;
  font-size: 12px;
  color: #fff;
  background: #03a9f4;
  display: block;
}

.pagination a .pagedatebanner.inactive {
  background: #ddd;
}

.pagination a .pagedaytotal {
  padding: 10px;
  font-size: 28px;
  color: #03a9f4;
}

.pagination a .pagedaytotal.inactive {
  color: #ddd;
}

.pagination li.active a .pagedaytotal {
  color: #fff;
}

ul.pagination-special .pagenavarrowholder a {
  min-width: 30px;
}

.pagination-special .mismatchbadge {
  position: absolute;
  bottom: 3px;
  right: 3px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 20px;
  background: #e84e40;
  color: #fff;
}

.pagenavarrowholder a[disabled="disabled"],
.pagenavarrowholder a[disabled="disabled"]:hover,
.pagenavarrowholder a[disabled="disabled"]:focus,
.pagenavarrowholder a[disabled="disabled"]:active {
  color: #bbb;
  background: #ddd;
  cursor: not-allowed;
}

.bubblewrapholder {
  margin-right: 4px;
}
span.bubbleamt {
  padding: 2px;
  background: #999;
  color: #ddd;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
span.bubblewrap {
  padding: 2px;
  background: #ccc;
  color: #666;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bubble {
  padding: 2px;
  margin: 2px;
  border-radius: 6px;
}

.label.bubble {
  display: inline-block;
  padding: 5px;
}

.pivotdataprep .bubblewrap {
  background: none;
}

.pivotdataprep .bubblewrap .bubble {
  background: #d6e0e6;
  display: inline-block;
  padding: 4px;
}

.strikeout {
  text-decoration: line-through;
  color: #666;
}

table.invoicelist tr td {
  border-right: 1px solid #ddd;
}

#login-box-inner {
  border-bottom-width: 1px;
}

.bizsettings .input-group:hover span.input-group-addon {
  background: #62caf9;
}

.darktabs .nav-tabs > li > a,
.darktabs .nav-tabs > li > a:hover {
  background: rgba(219, 221, 223, 0.46);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom: 0;
}
.historyholder .nav-tabs > li > a {
  border: 0;
}
.historyholder .nav-tabs > li.active > a,
.historyholder .nav-tabs > li.active > a:hover {
  background: #fff;
  border: 0;
  border-top: 2px solid #03a9f4;
}

.historyholder .nav.nav-tabs > li.active > a {
  padding: 10px 15px 8px 15px;
}

.form.taskform .input-group {
  margin-bottom: 10px;
}

.form.taskform .input-group span.input-group-addon:first-child {
  min-width: 100px;
  background: #03a9f4;
  text-align: left;
}

.form.taskform .input-group .input-group-addon.iconholder {
  text-align: right;
  width: 40px;
  background: #03a9f4;
  color: #fff;
}

.taskcontentarea {
  min-height: 200px;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #03a9f4;
  border-radius: 4px;
  background: #fff;
}

.taskoptions ul.dropdown-menu {
  padding: 0;
  text-align: left;
}
.taskoptions ul.dropdown-menu li {
  margin: 0;
}
.taskoptions ul.dropdown-menu li a {
  margin: 0;
  padding: 5px;
  background: #fff;
}
.taskoptions ul.dropdown-menu li a:hover {
  background: #dedede;
}
.taskoptions ul.dropdown-menu li.listheading {
  padding: 5px;
  background: #03a9f4;
  color: #fff;
  text-align: center;
}
ul.activitylist {
  list-style: none;
  padding: 0;
}
ul.activitylist li {
  clear: both;
  padding: 0;
  margin: 3px 0;
  text-align: left;
  border: 1px solid #ddd;
}
ul.activitylist .activityicon {
  padding: 5px;
  width: 80px;
  display: inline-block;
  float: left;
  text-align: center;
  background: #eee;
  border-right: 3px solid #ddd;
}
ul.activitylist .activitycontent {
  padding: 5px;
  float: left;
}

ul.activitylist.singleview li.highlighted {
  background: #f0efd0;
}

ul.activitylist.singleview .iconright {
  float: right;
  padding: 5px;
  display: inline-block;
  background: #eee;
  border-left: 3px solid #ddd;
}

ul.activitylist.singleview .iconright.hascomment {
  border-bottom: 1px solid #ddd;
}

.border-red {
  border-color: #c00;
}

.tasklist {
  margin-top: 5px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  border-top: 3px solid #ddd;
}

.tasklist.singleview {
  background: #ecf6fb;
}

.tasklist.taskhold {
  border-color: orange;
}
.tasklist.taskcancelled {
  border-color: indianred;
}
.tasklist.taskcomplete {
  border-color: #0ba31e;
}
.tasklist.taskactive {
  border-color: #03a9f4;
}
.tasklist.tasknew {
  border-color: #9c27b0;
}

.tasklist:hover {
  background: #ecf6fb;
}

.tasklist .taskactionbar {
  margin: 0 0 3px 0;
  display: block;
}

.block {
  display: block;
}

.tasklist .tasklistcontent {
  padding: 5px;
  display: block;
}

.tagcontent {
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
  padding: 0;
  font-size: 12px;
  background: #ddd;
  color: #333;
  position: relative;
}

.taskactionbar .tagcontent span {
  padding: 0 3px;
  background: #ddd;
}
.taskactionbar .tagcontent span:first-child {
  background: #bbb;
  border-radius: 4px 0 0 4px;
}
.taskactionbar .tagcontent span:last-child {
  border-radius: 0 4px 4px 0;
}
.tagcontent.pastdue,
.tagcontent.pastdue span {
  background: #f08080;
}
.tagcontent.pastdue span:first-child {
  background: #c00;
  color: #fff;
}
.notebody .actionbtns {
  float: left;
  margin-right: 10px;
}
.notebody .notecontent {
  float: right;
  display: block;
  width: calc(100% - 81px);
}

.nameheader h4 {
  margin: 0 0 10px 0;
  padding: 15px 10px;
  background: #03a9f4;
  color: #fff;
}

.nameheader h4 a {
  color: #fff;
}

#toastholder .ngdialog {
  top: 20px;
  right: 0;
  left: 0;
  bottom: unset;
}

#toastholder .ngdialog.ngdialog-theme-default {
  padding: 20px;
}

.toastdialog {
  padding: 0;
}
.toastdialog p {
  text-align: center;
  padding: 5px;
  margin: 0;
  color: #03a9f4;
}
.toastdialog p.toast-info {
  color: #03a9f4;
  background: lightcyan;
}

.toastdialog p.toast-error {
  color: #c00;
  background: lightcoral;
}

.toastdialog p.toast-success {
  background: lightgreen;
  color: darkgreen;
}

.list-group-item a.detail {
  color: #555;
}

.list-group-item.salestx {
  margin-bottom: 1px;
}

.customerlist {
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #03a9f4;
  border-radius: 4px;
}

.locationlist {
  max-height: 400px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

.locationlist .list-group-item:not(:first-child) {
  margin-top: 4px;
}

.dashedborder {
  border: 1px dashed #666;
}

.ppinlinesearch {
  display: inline-block;
}

.list-group-item .dropdown-menu > li > a {
  padding-left: 10px;
  padding-right: 10px;
}

h4.withpadding {
  padding: 10px;
  margin: 0 0 10px 0;
}

.customerlist h4 a {
  display: block;
}
.customerlist h4 a,
.customerlist h4 a:hover,
.customerlist h4 a:focus,
.csutomerlist h4 a:active {
  text-decoration: none;
}

.customerlist .list-group-item.active a {
  color: #fff;
}

ul.notepindd {
  padding: 0;
  margin: 0;
}
ul.notepindd li {
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #ddd;
}
ul.notepindd li:first-child {
  border-top: 0;
}
ul.notepindd li a {
  margin: 0;
  padding: 5px;
}
.notedeletebtn {
  visibility: hidden;
}
.notebody:hover .notedeletebtn {
  visibility: visible;
}
.noteinputholder textarea {
  min-height: 200px;
}
.noteinputholder.longnote textarea {
  min-height: 400px;
}
.notecategoryholder .panel-body {
  padding: 2px;
}

.notecategoryholder .panel-body .list-group {
  margin-bottom: 5px;
}

.list-group.nested {
  margin-left: 20px;
  background: rgba(4, 169, 244, 0.25);
}

.list-group.nested .list-group-item {
  background: none;
}

.holidaylist .list-group-item {
  padding: 0;
  border-width: 1px;
}
.holidaylist .list-group-item .holidaydatelabel {
  display: inline-block;
  padding: 10px;
  width: 160px;
  background: #ddd;
  color: #333;
  margin-right: 5px;
}

.holidaylist .list-group-item.lightgreen-bg .holidaydatelabel {
  background: #8bc34a;
}

.holidaylist .list-group-item .holidayeditbtn {
  padding: 10px;
  color: #333;
}

#priceoverridemodal .modal-body {
  overflow: auto;
}

.apptsummary {
  border: 1px solid #ccc;
  display: block;
}

.smpadpanels .panel-heading {
  padding: 2px 4px;
}

.smpadpanels .panel-body {
  padding: 6px;
}

.apptdurholder {
  padding: 2px 0;
  font-size: 11px;
  background: #333;
  color: #eee;
  display: block;
}

.dragicon {
  cursor: move;
}

.iconcircle {
  color: #04a9f4;
  border: 1px solid #04a9f4;
  border-radius: 50px;
  padding: 4px 8px;
  background: #edf8fd;
}

.absolutebox {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px 1px #333;
  background: #fff;
  height: 200px;
  overflow-y: auto;
  padding-right: 30px;
}

.popupdesc {
  font-size: 10px;
  text-transform: none;
  color: #04a9f4;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  margin-top: 0;
}

.datepickeropen .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.datepickeropen .dropdown-menu .btn-default,
.datepickeropen .dropdown-menu .btn-info {
  background-color: #fff;
  border: 1px solid #fff;
  color: #333;
}

.datepickeropen .dropdown-menu .btn-default:hover {
  border: 1px solid #ccc;
  color: #333;
}

.datepickeropen .dropdown-menu .active {
  border: 1px solid #04a9f4;
  color: #04a9f4;
}

.reporttabholder .tab-pane.active {
  background: #fff;
}

.reporttabholder .btn-default:disabled {
  background: #ccc;
  color: #bbb;
}

.campaignsettings h4 {
  padding: 5px;
  margin-bottom: 5px;
  background: #d6e0e6;
  color: #2196f3;
  margin: 0 0 5px 0;
}
.campaignsettings .popover {
  max-width: 400px;
  width: auto;
}

.campaignsettings .popover-content {
  max-width: 400px;
  width: 100%;
}

.apptnotes {
  display: block;
  border: 0;
  background: #fbf2a4;
  padding: 5px 5px 5px 10px;
  margin-bottom: 5px;
  font-family: Lato, monospace, "Arial Narrow";
  font-style: oblique;
}

.pivotcontainer {
  max-width: 1920px;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: relative;
  background: #fff;
  clear: both;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex-direction: row;
}

.pivotcontainer.pivotdesigner {
  height: 1200px;
}

.pivotholder {
  min-width: 800px;
  width: 100%;
  display: flex;
  flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex-direction: column;
  box-sizing: border-box;
}

.input-group-addon.lightgreen-bg {
  border-color: #90ee90;
}

.input-group-addon.lightred-bg {
  border-color: #f5aeae;
}

.input-group-addon.lightgray-bg {
  border-color: #d6e0e6;
}

.dhx_pivot {
  padding: 0;
  background: #ffffff;
}
.dhx_pivot-header {
  margin-bottom: 0px;
}

span[class="fc-icon"] {
  display: none;
}

.fc .fc-datagrid-expander span[class="fc-icon"] {
  display: none;
}
/*
.dhx_grid {
    height: 100vh;
}
.dhx_layout-cell .dhx_config_free {
    height: 300px;
}
*/

.dhx_layout {
  max-height: 100%;
}
.dhx_config_free .dhx_config_field {
  flex-direction: column;
}
.dhx_config_free .dhx_config_field .dhx_field_header {
  background: #1b79b9;
}
.dhx_config_free .dhx_config_field .dhx_field_header .field_name {
  color: #fff;
}
.dhx_config_free .dhx_config_field .dhx_field_content {
  max-height: 300px;
}
.dhx_layout-cell.dhx_settings-button-wrap.dhx_layout-cell--gravity,
.dhx_layout-cell.dhx_apply-button-wrap.dhx_layout-cell--gravity {
  display: none;
}
.dhx_columns-fields-wrap,
.dhx_free-fields-wrap,
.dhx_rows-fields-wrap,
.dhx_values-fields-wrap,
.dhx_pivot-grid-wrap,
.dhx_grid_data {
  background: #fff;
}
.dhx_grid-footer-cell .dhx_grid-header-cell-text {
  padding-left: 0;
}

.fixedheight800 {
  max-height: 800px;
  overflow-y: auto;
}

.fixedheight600 {
  max-height: 600px;
  overflow-y: auto;
}

#campaigndetailmodal i.fa-question-circle {
  color: #97aebb;
}
.kpiwidget h4 a i {
  color: #ddd;
}

#closewindow {
  display: none;
}

.savepivotform {
  background: #ededed;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
}

#sidebar-nav .nav.nav-pills li > a {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

#sidebar-nav .nav li > a.navmenuheading,
#sidebar-nav .nav li > a.navmenuheading:hover,
#sidebar-nav .nav li > a.navmenuheading:focus {
  background: #34495e;
}

body.newdesign #sidebar-nav .nav li > a.navmenuheading,
body.newdesign #sidebar-nav .nav li > a.navmenuheading:hover,
body.newdesign #sidebar-nav .nav li > a.navmenuheading:focus {
  background: #4d1f70;
}

#sidebar-nav .nav.nav-pills > li.active > a {
  background-color: #e7ebee;
  color: #010a11;
}

body.newdesign #sidebar-nav .nav.nav-pills > li.active > a {
  background-color: #f4b947;
  color: #371650;
}

#sidebar-nav .nav .nav.nav-pills {
  background: #395067;
}

body.newdesign #sidebar-nav .nav .nav.nav-pills {
  background: #4d1f70;
}

#sidebar-nav .nav .nav li a {
  color: #fff;
}

#sidebar-nav .nav li.navmenuheading:hover {
  background: #34495e;
}

body.newdesign #sidebar-nav .nav li.navmenuheading:hover {
  background: #371650;
}

#theme-wrapper {
  box-shadow: none;
}

.dropdown.wideviewdropdown.open ul.dropdown-menu {
  width: 334px;
  white-space: normal;
}

.dropdown.wideviewdropdown.open ul.dropdown-menu li {
  border: 1px solid #ccc;
  margin: 2px;
  display: inline-block;
}

.dropdown.wideviewdropdown.open ul.dropdown-menu li a {
  padding: 5px 10px;
  text-align: center;
  min-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.campaigneditpanels .panel-group,
.campaigneditpanels .panel-group .panel-info {
  box-shadow: none;
}

.campaigneditpanels .panel-info .panel-body {
  padding: 0 !important;
}

.campaigneditpanels .panel-group .panel-info .panel-collapse {
  border: none;
}

.fc-event {
  font-size: 1.1em;
  line-height: 2em;
}

#content-header {
  margin: 0 !important;
}

body.newdesign #page-wrapper {
  background-color: #371650;
}

.loginbox main {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: auto;
  background: #371650;
}

.login-page-form-wrap {
  font-family: "Jost", "Lato", "Open-Sans";
  height: 555px;
  width: 560px;
  background: #fff;
  box-shadow: 0 0 50px 0 rgb(0, 0, 0, 15%);
  z-index: 1;
  padding: 50px 40px 80px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.login-page-form-wrap form .btn.borderorange {
  border: 1px solid #f4b947;
}

.login-page-form-wrap form .btn.fullwidthbtn {
  width: 100%;
}

.login-page-form-wrap form .btn:hover,
.login-page-form-wrap form .input-group-btn .btn:focus,
.login-page-form-wrap form .input-group-btn .btn:active {
  color: #fff;
  outline: 0;
}

.login-page-form-wrap form input,
.login-page-form-wrap form input:focus {
  color: #212529;
  font-size: 20px;
  font-weight: 500;
  height: 45px;
  border: 1px solid #f4b947;
}

.login-page-form-wrap form input:focus {
  outline: 0;
}

.login-page-form-wrap form button.btn {
  font-size: 20px;
  font-weight: 500;
  height: 45px !important;
}

.loginbrandlogo {
  border-top: 1px solid #f4b947;
  padding-top: 40px;
  padding-bottom: 40px;
}

.loginbtngroup .btn {
  border: none;
  background: none;
  box-shadow: none;
  color: #666;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 15px 10px;
}

.loginbtngroup .btn.active {
  border: 1px solid #f4b947;
  border-bottom: 1px solid #fff;
  color: #252525;
  margin-bottom: -1px;
}

.login-sec-one {
  height: 75vh;
  background: #fff;
}

.login-sec-two {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  transform: skewY(-12deg);
  background: #371650;
}

.login-sec-two::before,
.login-sec-two::after {
  content: "";
  width: 557px;
  height: 85px;
  background: url("https://growthzilla.com/img/loginpage-bg.png");
  background-repeat: no-repeat;
  background-size: 80%;
  position: absolute;
  top: -21px;
  left: 0;
}

.login-sec-two::after {
  right: -113px;
  left: auto;
  top: -68px;
}

.loginbtngroup .btn:active,
.loginbtngroup .btn:focus,
.loginbtngroup .btn:hover,
.loginbtngroup .btn:focus-within {
  outline: 0;
}

.slide-main-container
  .slide-main-animation
  > div:not(.loginbox)
  > div.row:first-child {
  background: #f3f5f6;
}

body.newdesign .navbar > .container .navbar-brand {
  background: #371650;
}

body.newdesign #nav-col {
  background: #4d1f70;
}

body.newdesign #sidebar-nav .nav > li > a:hover,
body.newdesign #sidebar-nav .nav .open > a:hover {
  background: #371650;
  color: #fff;
}

body.newdeisgn #sidebar-nav .nav > li > a:hover,
body.newdesign #sidebar-nav .nav .open > a:hover {
  background: #371650;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #858e96;
  border-color: #858e96;
}

.brand-orange1-bg .help-block,
.brand-orange2-bg .help-block,
.brand-purple1-bg .help-block,
.brand-purple2-bg .help-block {
  color: #eee !important;
}

.snapshotiframe {
  width: 100%;
  height: 100%;
  min-height: 1200px;
  border: 0;
}

.priceoverridesection {
  overflow-x: auto;
}

.paymentlogjson {
  max-height: 60px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.paymentlogjson.expanded {
  max-height: 300px;
  overflow-y: auto;
}

.tooltip {
  position: absolute !important;
}

.rightfloatingicon {
  position: absolute;
  right: 10px;
}

.bosectionorpad {
  padding-left: 40px;
}

#settlementdetailmodal.modal .modal-dialog.modal-lg {
  width: 90%;
}

.overflowtableholder {
  overflow-x: auto;
}

.alertnotices {
  display: none;
}

.alertnotices.visible {
  display: block;
}

.pwfont {
  font-family: monospace;
  padding: 10px 20px;
  margin: 0;
  background: #90ee90;
}

@media (max-width: 991px) {
  #header-navbar {
    position: fixed;
    width: 100%;
  }

  body.newdesign .navbar > .container .navbar-brand {
    background: transparent;
    color: #371650;
  }

  #page-wrapper {
    padding-top: 50px;
  }

  #page-wrapper.loggedout {
    padding-top: 0;
  }

  #nav-col {
    display: none;
    width: 0;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation: slide 0.5s forwards;
    animation-delay: 0.5s;
  }

  #nav-col.fixedactive {
    position: fixed;
    width: 220px;
    height: 100%;
    min-height: 200px;
    left: 0;
    display: block;
    z-index: 1000;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 0.5s;
    animation: slide 0.5s forwards;
    animation-delay: 0.5s;
    overflow-y: auto;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand.menuvisible {
    background: #34495e;
    color: #fff;
  }
  body.newdesign .navbar > .container .navbar-brand.menuvisible {
    background: #371650;
    color: #f6effb;
  }
}

@media (max-width: 767px) {
  .navbar > .container .navbar-brand.menuvisible {
    margin-left: -5px;
    background: #34495e;
    color: #fff;
    width: 220px;
    margin-left: -5px;
    padding: 10px 15px;
    font-size: 18px;
  }

  body.newdesign .navbar > .container .navbar-brand.menuvisible {
    background: #371650;
  }

  #logo {
    width: 220px;
    font-size: 18px;
    margin-left: -5px;
  }
}

@media (max-width: 767px) {
  #content-header {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .dashboardtabpane .col-xs-6,
  .dashboardcards .col-xs-6,
  .calendarcards .col-xs-6 {
    width: 100%;
  }

  .login-page-form-wrap {
    width: 90%;
    min-width: 320px;
  }
}

@media print {
  #nav-col {
    display: none;
  }
  .navbar {
    display: none;
  }
  .noprint {
    display: none;
  }
}

@-webkit-keyframes slide {
  100% {
    width: 0;
  }
}

@keyframes slide {
  100% {
    width: 220px;
  }
}
