body {
  line-height: normal;
  overflow-x: auto !important;
  overflow-y: auto !important;
}

#questionDefaultsContainer {
  position: sticky;
  top: 94px;
}

.reactTableHeader {
  position: sticky;
  top: 250px;
}

.vf-dashboard-panel {
  padding-bottom: 0px !important;

}

.text-dirty {
  font-weight: bold;
  color: red;
}

.example-custom-vfdatagrid {
  height: 92%;
}

.grid-align {
  text-align: left;
}

.grid-align-center {
  text-align: center;
}

.grid-align-red {
  text-align: left;
  color: red !important;
}

.grid-align-green {
  text-align: left;
  color: green !important;
}

.grid-align-orange {
  text-align: left;
  color: orange !important;
}

.grid-align-right {
  text-align: right;
  padding-right: 18px !important;
}

.vf-dashboard-panel .vf-dashboard-panel-body {
  height: 100% !important;
}


.client-list li a {
  color: #ffffff !important;
}

.gridStyle .ngFooterPanel {
  padding: 8px 16px 0px 16px;

}

.grid-filter {
  background-color: #ffffff;
}

.grid-filter .label {
  width: 200px;
}

ul.user-flyout-menu li a {
  color: #000000 !important;
}

.client-list-panel {
  background-color: #4d4d4d;
}

[client-list] {
  height: 100%;
}

[client-list] .vfpanel-content {
  overflow: hidden;
}

[client-list] .vfpanel-content-wrapper {
  height: 187px;
}

.full[client-list] .vfpanel-content-wrapper {
  height: calc(100% - 54px);
}

.full[client-list] .vfpanel-container {
  height: 100%;
}

[client-list] .vfpanel-content-wrapper:hover {
  overflow-y: auto;
}

.subclient-list {
    margin-left: -20px !important;
}

.parent-list {
    margin-left: -5px !important;
}

.client-list {
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.subclient-list > li > a {
    padding-left: 50px !important;
}

.parentlist-a {
    margin-left: -5px !important;
}

.client-list > li {
    border-bottom: 1px solid #b5bfc2;
    padding-left: 20px;
    white-space: nowrap;
}

[client-list] .vfpanel-heading {
  color: #b3b3b3;
}

.client-list-panel .vfpanel-header {
  padding-left: 8px;
}

.client-list-panel .vfpanel-header .vfheader-container h1 {
  white-space: nowrap;
}

a.recent-client-refresh {
  color: #b3b3b3;
  float: right;
  font-size: 18px;
  outline: medium none;
}

a.recent-client-refresh:hover,
a.recent-client-refresh:active,
a.recent-client-refresh:visited {
  color: #ffffff !important;
}

.client-list>li:hover {
  background-color: #1d272a;
}

.client-list>li.active {
  background-color: #ed601a;
}

.client-list>li:hover .client-name {
  color: #fff;
}

.client-list>li>a {
  display: table-cell;
}

.client-list>li.selected {
  background-color: #677d8d;
}

.client-list>li.selected:hover {
  background-color: #677d8d;
}

.client-list>li.selected .client-name {
  color: #fff;
}

.client-name {
  color: #d7d7d7;
  display: table-cell;
  font-family: "Helvetica";
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  max-width: 192px;
  min-width: 192px;
  overflow: hidden;
  padding-left: 8px;
  padding-top: 0;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .client-name {
    max-width: 224px;
    min-width: 224px;
  }
}

@media screen and (min-width: 1280px) {
  .client-name {
    max-width: 256px;
    min-width: 256px;
  }

  .nonV4Column {
    width: 30%;
  }
}

@media screen and (max-width: 1610px) {
  .nonV4Column {
    width: 25%;
  }
}

@media screen and (min-width: 1610px) {
  .nonV4Column {
    width: 20%;
  }
}

.client-product-name {
  color: #c4c4c4;
  display: table-cell;
  font-size: 13px;
  height: 32px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
  width: 62px;
}

.blankClientSpace {
  display: table-cell;
  padding: 0 0 0 16px;
}

.RecentClientProduct {
  height: 33px;
  margin-left: 12px;
  vertical-align: middle;
  width: 62px;
}

.client-product-name:hover {
  color: #1f9ddf;
}

.client-product-name:active {
  color: #2a6499;
}

.client-product-name-nohover {
  color: #c4c4c4;
  cursor: default;
  display: table-cell;
  font-size: 13px;
  height: 32px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
  width: 62px;
}

.client-list>li.animation.ng-enter,
.client-list>li.animation.ng-leave,
.client-list>li.animation.ng-move {
  transition: all 0.15s linear 0s;
}

.client-list>li.animation.ng-enter,
.client-list>li.animation.ng-move {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.client-list>li.animation.ng-move.ng-move-active,
.client-list>li.animation.ng-enter.ng-enter-active {
  height: 32px;
  opacity: 1;
}

.client-list>li.animation.ng-leave {
  opacity: 1;
  overflow: hidden;
}

.client-list>li.animation.ng-leave.ng-leave-active {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
}



.modalDialogEntry {
  width: 200px;
  float: left;
  margin: 7px;
}


.action-bar {
  padding: 12px 8px;
  background-color: #f3f3f3;
}

.actionBtn {
  margin: 0 4px 0 4px;
}

.vfpanel-container {
  background-color: #364043;
}

.grid-right {
  padding-top: 10px;

}

.due-today-value {
  font-size: 48px;
  margin-top: -20px;
  display: inline-block;
  color: #F11F29;
  padding-top: 12px;
  margin-bottom: -10px;
  font-weight: bold;
}

#booksOpenBtn {
  background-color: #fb7700;
  color: white;
}

#deselectAllBtn {
  background-color: #7a7879 !important;
}

#deselectAllBtn:disabled,
#deselectAllBtn.btn-disabled {
  color: GrayText !important;
  background-color: #c8c8c8 !important;
}


button[disabled],
html input[disabled] {
  color: GrayText !important;
  background-color: #c8c8c8 !important;
}

.grid-left {
  overflow-y: scroll;
  overflow-x: hidden;
}

.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}



/*! VertaforeUI - v5.2.0 - 2015-07-28 - Copyright (c) 2015 Vertafore; */

@-ms-viewport {
  width: auto !important;
}

body {
  background-color: #EEE;
}

.grid-main-content {
  padding-top: 118px;
  min-height: -webkit-calc(100vh - 94px);
  min-height: calc(100vh - 94px);
}

.grid-left {
  background-color: #AAA;
  min-height: -webkit-calc(100vh - 94px);
  min-height: calc(100vh - 94px);
  height: 100vh;
  position: fixed;
}

.sortable-grid {
  height: 100%;
  width: 98%;
  height: auto;
  float: left;
}

.sortable-grid>div {
  font-size: 1.4em;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

.sortable-grid .content {
  height: 100%;
}

span.content {
  text-align: center;
  display: block;
  height: 100%;
  padding-top: 100px;
  font-size: 1.8em;
}

iframe.upload {
  height: 170px;
  width: 100%;
  overflow: scroll;
  border: none;
  padding: 10px;
}

/* User Preferences Flyout Styles - Start */
.user-preferences-menu .user-flyout-menu {
  background-color: #f7f7f7;
  min-width: 250px;
  max-width: 250px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  left: auto !important;
  right: 12px;
  top: 25px;
  z-index: 1000;
}

.user-preferences-menu .user-flyout-address:after {
  margin-top: -8px;
}

.user-preferences-menu .seperator:after {
  border-bottom: 1px solid #dbd9d9;
  content: '';
  display: block;
  padding: 0 16px 0 16px;
  margin: 11px 16px 9px 16px;
}

.user-preferences-menu .user-flyout-link {
  color: #fff;
  display: inline-block;
}

.user-preferences-menu .user-flyout-link .caret {
  color: #7d8181;
}

.user-preferences-menu .user-flyout-menu>li:first-child {
  padding-top: 12px;
}

.user-preferences-menu .user-flyout-menu>li:last-child {
  padding-bottom: 11px;
}

.user-preferences-menu .user-flyout-menu>li>a {
  color: #666;
  padding: 3px 16px 0 16px;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.user-preferences-menu .user-flyout-menu>li>a:hover {
  color: #fff;
  background-color: #505455;
}

.user-preferences-menu .vf-seperator {
  border-bottom: 1px solid #dbdada;
  content: '';
  display: block;
  margin: 11px 0px 9px 0px;
}

.user-preferences-menu .user-flyout-header {
  padding: 3px 16px 0 17px;
  margin: 0;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  white-space: nowrap;
}

.user-preferences-menu .user-flyout-address {
  padding: 3px 16px 0 16px;
  margin: 0;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  white-space: nowrap;
}

.user-preferences-menu .user-flyout-header {
  color: #666;
  font-size: 11px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.user-preferences-menu .user-flyout-address {
  color: #666;
  font-size: 12px;
}

.user-preferences-menu .user-flyout-address-label {
  text-transform: uppercase;
  color: #b2b2b2;
}

.user-preferences-menu .user-flyout-address a {
  color: #0095d6;
  font-size: 12px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
}

.user-preferences-menu li:hover>ul,
.user-preferences-menu li:active>ul {
  display: block;
}

.user-preferences-menu ul {
  background-color: #f7f7f7;
  min-width: 250px;
  max-width: 250px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  float: none;
  position: absolute;
  right: 100%;
  /*change to left for submenu to float right*/
  margin-top: -33px;
  margin-right: -5px;
}

.user-preferences-menu ul>li:first-child {
  padding-top: 12px;
}

.user-preferences-menu ul>li:last-child {
  padding-bottom: 11px;
}

.user-preferences-menu ul>li>a {
  color: #000;
  padding: 3px 16px 0 16px;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.user-preferences-menu ul>li>a:hover {
  color: #fff;
  background-color: #505455;
}

.user-preferences-menu .user-flyout-sub-arrow:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
  margin-top: 5px;
}

.user-preferences-menu li:hover .user-flyout-sub-arrow {
  background-color: #505455;
  color: #fff;
}

.user-preferences-menu li .user-flyout-sub-arrow:after {
  border-left-color: #000;
}

.user-preferences-menu li:hover .user-flyout-sub-arrow:after {
  border-left-color: #fff;
}

/* User Preferences Flyout Styles - End */
.platform-mode-switcher>button {
  height: 24px;
  width: 40px;
  display: block;
  float: left;
  border: 0;
  background-color: #808080;
  color: #d2d2d2;
  outline: 0;
}

.platform-mode-switcher>button:hover {
  color: #e5e5e5;
}

.platform-mode-switcher>button:active {
  color: #ffffff;
}

.platform-mode-switcher>button.selected {
  color: #ffffff;
  background-color: #0096D7;
}

.platform-mode-switcher>button:first-child {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

.platform-mode-switcher>button:last-child {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-left: 1px solid black;
}

.ngHeaderText {
  white-space: pre;
  -ms-text-overflow: clip;
  -o-text-overflow: clip;
  text-overflow: clip;
  overflow: visible;
}

/* STYLES FOR CARRIER CREDS FORM */
p.carrier-creds-required-flag {
  color: red;
  margin-bottom: 5px;
}

/* STYLES FOR HEALTH OF BOOK VIEW */

.hob-container {
  clear: both;
  min-height: 100%;
  font-size: 14px;
}

.hob-left {
  float: left;
  width: 280px;
  background-color: #ddd;
  height: 548px;
  overflow-y: scroll;
}

.hob-right {
  height: 548px;
  overflow-y: scroll;
  border: 1px solid #ddd;
}

.hob-table {
  width: 750px;
  margin: 0 2px 2px 12px;
  font-size: 12px;
  border-bottom: 3px solid #ddd;
}

ul.hob-category-list {
  list-style-type: none;
  padding: 0;
}

ul.hob-category-list:last-child {
  border-bottom: 1px solid #f3f3f3;
}

ul.hob-category-list>li {
  display: block;
  width: 100%;
  padding: 10px 8px 8px 30px;
  font-size: 12px;
  border-top: 1px solid #f3f3f3;
  cursor: pointer;
}

li.selected {
  background-color: lightskyblue;
  cursor: default !important;
}

li.hobSubHeader {
  font-weight: bolder;
  pointer-events: none;
  text-align: left;
}

li.hobSubItem {
  text-indent: 5%;
}

ul.hob-category-list>li>.glyphicon {
  margin-left: 10px;

}

#excludeZerosLabel {
  font-size: 1.3rem;
}

/* STYLES FOR MY COMPANY FEATURES VIEW */

.vf-dashboard-panel-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 22px !important;
  color: #444;
  background-color: #f3f3f3;
  padding: 8px 0 7px 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feature-enabled {
  font-weight: bold;
}

.feature-disabled {
  font-weight: 600;
}

.disabled-feature-tag {
  margin-left: 30px;
  color: red;
  font-style: italic;
  font-size: 0.8em;
}

table.my-features-table>tr {
  border-bottom: 1px solid #ccc;
}

tr.my-features-table-headings {
  border-bottom: 2px solid #555;
  font-size: 1.2em;
}

tr.row-disabled>td {
  background-color: #ececec;
  color: #797979;
}

.nonV4-enabled-disabled {
  padding: 0 0 0 2em;
}

.nonV4Feature {
  font-family: 'Roboto';
  font-size: 10px;
  font-weight: 900;
  margin: 20px 0 20px 16px;
}

.nonV4Checkbox {
  margin: 4px 10px 4px 39px !important;
}

.credsRequiredContainer {
  margin-top: -10px;
}

.credsRequired {
  font-family: 'Roboto';
  font-size: 10px;
  font-weight: 900;
  margin: 0 0 20px 16px;
}

.credsRequiredCheckbox {
  margin: 4px 10px 4px 10px !important;
}

label.label-add-user-company-list {
  float: left;
  clear: both;
}

.companyList {
  float: left;
  height: 70vh;
  overflow: auto;
  text-align: left;
  width: 50% !important;
  box-shadow:
    0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 1px 2px 0px rgba(255, 255, 255, 0.4);
}

#companyListMsg {
  text-align: center;
}

.companySelection {
  margin-top: 5px;
}

#selectAll {
  display: block;
  text-align: center;
}

.loading {
  text-align: center;
}

.loadingDots {
  font-size: 3rem;
}

@keyframes blink {
  0% {
    opacity: .2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: .2;
  }
}

.loading span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  /* start style (opacity: .2) when animation starts */
}

.loading span:nth-child(2) {
  animation-delay: .2s;
  /* start animation of second dot with .2-second delay */
}

.loading span:nth-child(3) {
  animation-delay: .4s;
  /* start animation of third dot with .4-second delay */
}

.userMessage {
  color: red;
}

.userMessage2 {
  color: red;
  margin-bottom: 15px;
  text-align: center;
}

.dateInputs {
  float: right;
  width: 50%;
}

.visualizationBtns {
  box-shadow:
    0px 1px 1px rgba(000, 000, 000, 0.5),
    inset 1px 2px 0px rgba(255, 255, 255, 0.4);
}

.chartContainer {
  text-align: center;
}

.chart-btns {
  font: 1.25em sans-serif;
  color: #404040;
}

#viz {
  margin-right: 130px;
}

#vizCtrlChkbx,
.selectAll,
.coChkBx {
  transform: scale(1.5);
}

#vizCtrlChkbx {
  margin-bottom: 2em;
}

#vizCtrlChkbx,
.selectAll {
  margin-left: .5em !important;
}

.selectAll {
  margin-bottom: 1.25em !important;
}

.coChkBx {
  margin-right: .5em !important;
}

.d3Legend {
  font-size: .8em;
}

#userMsg {
  float: right;
  margin-top: 1em;
  width: 100%;
}

.dateCheckbox {
  width: 1.2em;
  height: 1.2em;
}

.vizDate {
  font-size: .8em;
  width: 8em !important;
  box-shadow:
    0px .5px .5px rgba(000, 000, 000, 0.5),
    inset 1px 2px 0px rgba(255, 255, 255, 0.4);
}

.center-block {
  margin: auto;
  display: inline-block;
  padding-left: 1.8em;
}

.redUserMsg {
  color: red;
  margin-bottom: .75em;
}

option:disabled {
  color: lightgrey;
}

.addCompanyLabel {
  margin-top: 10px;
}

.myCoFeaturesSelect {
  margin-left: 10px;
  font-size: 12pt;
}

.myCoFeature_action-bar {
  padding: 21px 8px;
}

.failure {
  color: red;
  text-align: center;
  white-space: pre-line;
}


.failureLeft {
    color: red !important;
    text-align: left;
    white-space: pre-line;
}

.required {
  color: red;
}

.deletingUser {
  text-align: center;
}

table.gridtable {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333333;
  border-width: 1px;
  border-color: #666666;
  border-collapse: collapse;
}

table.gridtable th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #dedede;
}

table.gridtable td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
}

.reactTable {
  color: #333333;
  width: 100%;
  border-collapse: collapse;
}

.reactTableHeader {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: normal;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
  text-overflow: clip;
  overflow: visible;
  padding: 6px 0 11px 10px;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  background-color: #F3F3F3 !important;
  border-color: #F3F3F3 !important;
  color: #666;
  text-align: left;
}

.reactTable td {
  border-color: #F3F3F3 !important;
}

.labelStyle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  box-sizing: border-box;
  font-size: 12pt;
  font-weight: normal;
  margin-right: 5px;
}

.dropdown {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-spacing: 0;
  border-collapse: collapse;
  box-sizing: border-box;
  color: inherit;
  font: inherit;
  margin: 0;
  text-transform: none;
  font-family: inherit;
  font-size: 14px;
  line-height: inherit;
}

.ratingLegend {
  margin-left: 1em;
}

.ratingLOB {
  margin-top: 1em;
}

.ratingSelect {
  margin-left: 1em;
  font-size: 14px;
}

.ratingCredentials {
  margin: 12px 0 0 1em;
  font-size: 14px;
}

.questionDefaultInput {
  font-size: 14px;
  width: 200px;
  height: 30px;
}

.dateQuestionDefaultInput {
  font-size: 14px;
  width: 160px;
  height: 30px;
}

.saveBtn {
  padding: 12px 8px;
  background-color: #f3f3f3;
  width: 100px;
  float: left;
}

.disabledDropdown {
  color: gray !important;
}

.defaultQuestion {
  line-height: normal !important;
}

.reactBtn {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 500;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  text-decoration: none;
  color: white;
  position: relative;
  float: left;
  background-color: #fb7700;
  border: none;
  z-index: 2;
  margin: 13px 0 0 0;
}

.reactBtnDisabled {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font: inherit;
  margin: 30px 0 0 6px;
  overflow: visible;
  -webkit-appearance: button;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  white-space: nowrap;
  user-select: none;
  line-height: 1.5;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  padding: 4px 8px;
  color: GrayText !important;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
  position: relative;
  float: left;
  background-color: #FFBC7A;
  border: none;
}

.reactBtnActive {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font: inherit;
  margin: 30px 0 0 6px;
  overflow: visible;
  -webkit-appearance: button;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  user-select: none;
  color: white;
  background-color: #fb7700;
  line-height: 1.5;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  padding: 4px 8px;
  position: relative;
  float: left;
}

.plrIdInput::placeholder {
  /* Chrome, Firefox */
  color: red;
}

.plrIdInput:-ms-input-placeholder {
  /* IE 10-11 */
  color: red;
}

.plrIdInput::-ms-input-placeholder {
  /* Edge */
  color: red;
}

.centerVertHoriz {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.filter {
  margin-right: 5%;
}

.filterLabelRight {
  padding: 0.2em 0.6em 0.3em 0em;
  font-size: 90%;
  line-height: 1;
  color: gray;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

#selectAllRatingUnits {
  font-weight: normal;
  margin-left: 14px;
  text-align: left;
}

.modal-content {
  margin-top: 43vh;
}

.clearRatingUnitFilter {
  padding: 1px 6px;
}

#filterRatingUnits {
  font-weight: normal;
}

#questionDefaultsContainer {
  background-color: #f3f3f3;
}

#questionDefault_action-bar {
  margin-left: 44px;
}

.questionDefaultContainer_co {
  display: inline-block;
  font-size: 11pt;
  margin: 0 0 15px 40px;
}

.questionDefaultContainer {
  display: inline-block;
  font-size: 11pt;
  /* margin: 0 0 15px 80px; */
  margin-left: 4%;
  margin-bottom: 15px;
}

/* .questionDefaultControls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  row-gap: 20px;
  margin-left: 50px;
  text-align: center;
} */

.questionDefaultsSaveBtn {
  padding-top: 22px;
  position: absolute;
}

.coQuestionHeader {
  font-size: 12pt;
  text-align: right;
  width: 40%;
}

.requiredQuestionHeader {
  font-size: 12pt;
  text-align: left;
  width: 40%;
}

.questionDefaultLabels {
  font-size: 11pt;
}

.coQuestionControls {
  text-align: right;
  width: 40%;
}

.reqrdQuestionControls {
  text-align: left;
  width: 40%;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.switch {
  display: inline-block;
  position: relative;
  margin-top: 4px;
  height: 16px;
  width: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

input:checked+.slider {
  background-color: #2196F3;
}

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

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

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

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


.dropdown-check-list {
  display: inline-block;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  /* display: inline-block; */
  /* padding: 5px 50px 5px 10px; */
  /* border: 1px solid #ccc; */
  height: 10px;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  /* top: 20%; */
  top: -25%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}

#questionDefaults_categoryDropdown>div>ul li {
  display: flex;
  list-style: none;
  margin: 6px 4px 8px 0;
}

.dropdown-check-list.notVisible .anchor {
  /* color: #0094ff; */
  color: #2196F3;
}

.dropdown-check-list.notVisible .items {
  display: block;
}

#questionDefaults_categoryDropdown>div.notVisible>ul {
  visibility: hidden;
}

#questionDefaults_categoryDropdown {
  display: block;
}

#questionDefaults_categoryDropdown>div>ul {
  background-color: #F3F3F3;
  border: 1px solid lightgray;
  padding: 0 10px 0 10px;
}

.categoryCheckbox {
  margin: 0 6px 0 8px !important;
}

#categoryOkBtn {
  width: 42px;
  margin-right: 6px;
}

#categoryList {
  margin-top: 7px;
}

#resetOkBtn {
  width: 42px;
  margin-right: 6px;
}

.overrideColumn,
.resetColumn {
  text-align: center;
}

#companySpinner {
  margin-right: 67px;
  text-align: right;
}

.help-block-pwd-requirements li {
  padding-left: 22px;
  line-height: 24px;
  color: #ec3f41;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAA1CAYAAABIkmvkAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAJwAAACcBKgmRTwAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8wOS8xMlhq+BkAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAEA0lEQVRIie2WW2jbVRzHv//zT5rkn0ub61zaNdEiPqTC9EFRhtgJk63qg3Wr0806pswNiYgDUXxwyryCEB8UBevtaSCCDHQoboKyoVvVzfRmL2napU0mrdbl8s//dy4+dM1M28n64FsPnIdz+XzO75zfOXA0pRRWU7o/uS9FxOc+3/vlIQBgq4F3fHxvKuIPJ9cFwi9uTXU8BwDa1Uaw/aN7UusCkWRbPI5yxcTI2Bgy49kXrkrwwIedqYg/nGyLXwsJiYHBYWTGs7Cq5Kpt4cA3PXft+2rX40vhrt7OVLgplIzHYuBKoH9gCKMjGVE1LdfJl86YDAAOfN2ziZP4NODyv9/z2fanFuH7P9iWCjcFk/FYK4QSGLgEk0WeUy/3mQCgPXFs9xbBRW883NrssDvQN3hWcOLPEPGWiD94MBaPQymBoaERjI9mBSfu+fHwL+biItpjR3e6JFfloDeAaGQ9SpUycvlp6ExHJBKGYsDvgyMYH81KTsL90yuX4VoWdh3pMqSQpWBjAC3RZkgpYEkCFDA8NIqJ0UlFxI3Tr/5aB9elsau305BcloKBAFpjLeBSYGRwDBNjk4oTN06/dnYZXCcAgK1vbzYkl6VwOATihOzYlOLEjTOvn1sRXiYAgDsP32YIKUuWaXFOwtP3xrnqleAVBQBwy/M3GZy4+PnN3/4TvqJgNWVVj2lNsCZYE6wJ1gRrgv9dYAMAHHw2Bl2fUEpBVavtLPVW/78nVR/Zk4CupzVHA6zChSOK0yHv0S8GFyK4BMPhAJxOgLE03/9kYhE2dz+agKaldY8bDaEQ7D5ft7Roy+UIlCooy5LQdaZ5vVBEgGmmrT172yVxaIylmdcDm9cHc2oK1Zm8kETvLAo0pRRk8mmnEqKouVw68zVCzP8F/uccFHHoXi/sjT6Y53Mw83mhOHn8J7416wQAwPftd0ouiswwdJu/CRASkBKQAmYuBzNfWIC/O173W6llwfbeu6Yi8tDsrAQJYGICyGQAIWDO5KUkaxlcJwAASdSmaWAQHCACOAc4h6YzJi1qWymNNUHlwYcT0JDWXQbACYhGgeh6gHM4Ghuh2/R0YePNiaUCTSmFcvdDCY1paZvhht3nQ2VmGmahICSR5vQHmDt6DcozeZSnp2FdLLZHhwdq94SVd+xMaJqWtrkM2L1uVHILpy0t8igidymXExfHMzBCQbhCIdga7Onz8etqkdgkUYTZbYCSqORmULlQEIq4J3jyexMA8jdu9BRzuaKyLN3udkNjDEqICID+2hbm797Wwez24/T3vJTE3aFTP9Sd9vT1NziVEMUGr1c35+Y2b5jKnqgNKqWglMLspjs6/rj1dudie2mdao07J5s3dCzt/werJTyI1yYqpQAAAABJRU5ErkJggg==) no-repeat 2px -34px;
}

/* Set to green check and text when valid */
.help-block-pwd-requirements li.valid {
  color: #3a7d34;
  background-position: 2px 6px;
}

.login-page-card {
  padding-left: 40%;
  justify-content: center;
}

.login-button {
  padding-left: 8%;
}

.login-misc {
  padding-right: 10%;
}

