[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

*:focus,
button:focus {
  outline: none;
}

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

html,
body,
#view {
  height: 100%;
  min-width: 280px;
}

body {
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
  background: #efefef;
}

body.reporting {
  background: #f4f4f4;
}

.expanded .colHistory {
  pointer-events: none;
}

#loginBg {
  height: 100%;
  padding: 6%;
}

.highlighted {
  background: #fff3b5;
}

.ie #searchArea .glyphicon-remove {
  opacity: 0;
}

/* override styles for Bootstrap Angular UI tooltip MIP */
.reporting .tooltip-inner {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-box-shadow: 1px 0px 1px 1px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 1px 0px 1px 1px #ccc; /* Firefox 3.5 - 3.6 */
  box-shadow: 1px 0px 1px 1px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  color: #000;
  max-width: 250px;
}

.reporting .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
}

.highChartsStyle {
  cursor: pointer;
}

.highcharts-container[style] {
  /* prevents export menu from getting cut off */
  overflow: unset !important;
}

.highcharts-menu[style] {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2) !important;
  border: none !important;
  border-radius: 3px;
}

@media screen and (min-width: 480px) {
  #loginBg {
    background: url('../images/rsm-map.svg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

#loginForm .form-control:focus {
  border-color: #91cbf5;
}

.fallbackMsg {
  display: none;
  font-style: italic;
  color: #ff3b3b;
}

.imageError .fallbackMsg {
  display: inline;
}

.imageError img {
  display: none;
}

.row {
  margin: 0px;
}

strong,
th {
  font-weight: 600;
}

.minusIcon {
  display: none;
  position: relative;
  top: -2px;
}

.expanded .plusIcon {
  display: none;
}

.expanded .minusIcon {
  display: inline;
}

.expandedRowWrap {
  display: inline-flex;
  -ms-overflow-style: auto;
  width: calc(100vw - 90px);
  white-space: nowrap;
  overflow-x: auto;
  height: 35px;
}

.expandedRowWrap .rowTab {
  margin-right: 5px;
  white-space: nowrap;
}

.pagination {
  float: right;
  margin: 4px 0px 0px;
}

.rsmTableCheckbox {
  width: 70px;
  text-align: center;
}

.rsmTableRadiobox {
  width: 100px;
  text-align: center;
}

.rsmTableCheckbox > label {
  font-weight: 600;
  margin-bottom: 0px;
}

.rsmTableCheckbox > input {
  position: relative;
  top: -1px;
}

.adminPanel {
  margin: 10px 0px 25px 0px;
  padding-bottom: 15px;
  border: none;
}

.adminPanel .panel-heading {
  background: #e0e0e0;
}

.rowEditValueLogo {
  max-height: 60px;
}

.panel-title {
  font-size: 14px;
  font-weight: 600;
}

.fieldName {
  margin-bottom: 8px;
  font-weight: 600;
}

.previousValue {
  background: hsla(0, 100%, 94%, 1);
  padding: 5px;
  padding-left: 30px;
}

.previousValue:before {
  content: '– ';
  width: 20px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 20px;
  font-weight: 600;
}

.newValue {
  background: hsla(120, 100%, 94%, 1);
  padding: 5px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.newValue:before {
  content: '+ ';
  width: 20px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 20px;
}

.historyValue ins {
  background: hsla(120, 100%, 94%, 1);
  text-decoration: none;
}

.historyValue del {
  background: hsla(0, 100%, 94%, 1);
}

#rsmDialogContent #viewHistoryList .row {
  padding: 0px;
}

#rsmDialogContent .disabled {
  color: #bbb;
  cursor: not-allowed;
}

#viewHistoryList .changedItem {
  text-decoration: line-through;
}

#viewHistoryParams {
  padding: 5px 0px;
  border-bottom: 1px solid #dfdfdf;
}

#viewHistoryParams div {
  display: inline-block;
  margin: 10px 0px 10px 30px;
}

#viewHistoryDate {
  font-size: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

#history {
  font-size: 14px;
}

#history tr td {
  padding: 8px;
}

#hoursTo {
  line-height: 33px;
  margin: 0px 5px;
}

.switch-ios {
  margin-right: 15px;
  margin-top: 3px;
  right: 0;
}

.toggleLabel {
  display: inline-block;
  left: 0;
  padding: 10px 10px 10px 0px;
  vertical-align: top;
}

.switch-ios.switch-light > span.inlineToggle,
.switch-light {
  display: inline-block;
}

form#rsmDialogForm {
  display: inline-block;
}

#rsmDialogContent .rsmDialogRow {
  margin-bottom: 15px;
}

.valueEdit-col2 textarea {
  width: 100%;
  resize: vertical;
}

.valueEdit-col1 {
  display: inline-block;
  float: left;
  font-weight: 600;
  padding: 0px 15px 5px 0px;
  text-align: right;
  line-height: 33px;
}

.valueEdit-col2.inline {
  display: inline-block;
  vertical-align: middle;
}

#hoursRow {
  min-height: 147px; /* trying to prevent container resizing on hours load */
}

#hoursRow .rowEdit-col2 {
  padding: 0px;
}

#rsmDialogFooter {
  text-align: right;
  border-top: 1px solid #dfdfdf;
  padding: 15px;
}

#rsmDialogCloseButton,
#deleteCloseButton {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(../images/dialog-close-icon.svg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
}

#systemMessageCloseButtons {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/close-icon.svg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#systemMessage {
  background-color: #ffffff;
  position: fixed;
  bottom: 0%;
  right: 2%;
  width: 320px;
  box-shadow: 0 0 15px #bfbfbf;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}

#systemMessageProgressBar {
  background-color: #d9d9d9;
  border-radius: 13px;
  padding: 0px;
}

#systemMessageProgressBar div {
  background-color: var(--color-highlight);
  height: 5px;
  border-radius: 10px;
  text-align: center;
}

#rsmDialogContent {
  padding: 30px;
  max-height: 50vh;
  overflow: auto;
  margin: 1px 0px 2px 0px;
}

#rsmDialogContent .row {
  padding-right: 45px;
  padding-left: 45px;
}

#rsmDialogTitleBar {
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 22px;
  font-weight: 100;
  z-index: 10;
  position: relative;
}

#rsmDialogWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  overflow: auto;
}

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

body.ngdialog-open {
  overflow: initial !important;
}

.sortHeading {
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

#sortIcon {
  position: relative;
  bottom: -3px;
  height: 16px;
}

#sortIconUp,
#sortIconDown {
  fill: #bbbbbb;
}

.sortIconAsc #sortIconUp {
  fill: #333333;
}

.sortIconDec #sortIconDown {
  fill: #333333;
}

.sortHeading:hover {
  background: #e6e6e6;
  color: #000000;
  cursor: pointer;
}

a {
  color: var(--color-primary);
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--color-primary-dark);
  outline: none;
}

.faqActive {
  color: hsla(205, 88%, 50%, 1);
}

.hoverEdit {
  display: inline-block;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: hsla(205, 88%, 50%, 1);
  border-color: hsla(205, 88%, 50%, 1);
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: hsla(205, 88%, 40%, 1);
}

.btn-default:hover {
  background-color: hsla(0, 0%, 95%, 1);
  border-color: hsla(0, 0%, 84%, 1);
}

.btn-primary,
.btn-primary:visited {
  background: hsla(205, 88%, 50%, 1);
  border-color: hsla(205, 88%, 46%, 1);
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
  background: hsla(205, 88%, 45%, 1);
  border-color: hsla(205, 88%, 45%, 1);
}

.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.active,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background: hsla(205, 88%, 45%, 1);
  border-color: hsla(205, 88%, 45%, 1);
}

.btn-default:focus {
  background-color: hsla(0, 0%, 95%, 1);
  border-color: hsla(0, 0%, 84%, 1);
}

.rowEditValueImage {
  max-width: 90%;
  max-height: 170px;
  min-width: 50px;
  min-height: 50px;
}

.rowEdit-col1 {
  text-align: right;
  font-weight: 600;
}

.rowEdit-col2 a {
  word-break: break-all;
}

.rowEditValueRow {
  border-bottom: 1px solid #dfdfdf;
}

.rowEditValueRow:last-of-type {
  border-bottom: none;
}

.rowEditWrap {
  background: hsla(205, 88%, 50%, 1);
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px;
  position: relative;
}

.rowEdit {
  background: #ffffff;
  padding: 15px 0px;
  min-height: 80px;
  font-size: 13px;
}

.rsmTable tr.expandedRow {
  cursor: default;
}

.rsmTable .expandedRow > td {
  border-top: none;
  padding: 0px;
}

.rsmTable .expandedRow td {
  padding: 0px 15px 15px;
}

.rsmTable .rowTab {
  background: hsla(0, 0%, 71%, 1);
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 13px;
}

.rsmTable .rowTab:hover {
  cursor: pointer;
}

.rsmTable .expandedRow:hover {
  background: #ffffff;
}

.rsmTable .rowTab.selected {
  background: hsla(205, 88%, 50%, 1);
  color: #ffffff;
}

.rsmTable {
  background: #ffffff;
  margin-bottom: 0px;
}

.rsmTable .colExpand,
.rsmTable .colHistory,
.rsmTable .colStatus {
  text-align: center;
  padding-right: 0px !important;
}

.rsmTable tbody tr.expanded:hover {
  cursor: pointer;
  background: none;
}

.rsmTable tbody .colExpand {
  font-size: 24px;
  font-weight: 600;
}

.rsmTable .colExpand {
  width: 8%;
  padding-left: 0px !important;
}

.ie .rsmTable .colExpand {
  padding-left: 15px !important;
}

.ie .rsmTable .colHistory {
  padding-right: 15px !important;
}

.ie .sortHeading svg {
  width: 20px;
}

.ie .rowEditWrap {
  top: -1px;
}

.rsmTableTitle {
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 22px;
  font-weight: 100;
}

.rsmTable .colFid {
  width: 10%;
}

.rsmTable tbody .colName {
  width: 26%;
}

.rsmTable tbody .colAddress {
  width: 46%;
}

.rsmTable tbody .colHistory {
  width: 10%;
}

.rsmTable tbody .colMetric {
  width: 5%;
}

.rsmTable td.colExpand {
  color: hsla(205, 88%, 50%, 1);
}

.rsmTable td.colExpand:hover {
  cursor: pointer;
}

.rsmTable tbody .colFid {
  word-break: break-all;
  min-width: 4em;
}

.rsmTable tbody tr td {
  vertical-align: middle;
}

.rsmTable thead {
  background: #e0e0e0;
  z-index: 2;
}

.rsmTable .rsmEnabled,
.statusOnline {
  display: inline-block;
  width: 85px;
  text-align: center;
  line-height: 2.4em;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #ffffff;
  background: hsl(131, 64%, 57%);
}

.rsmTable .rsmDisabled {
  display: inline-block;
  width: 85px;
  text-align: center;
  line-height: 2.4em;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #ffffff;
  background: #ff3b3b;
}

.rsmTable .historyIcon {
  width: 20px;
  height: 24px;
}

main {
  padding: 20px 15px;
  margin: 0px 15px;
}

.reporting main {
  max-height: 80%;
}

.dropdown-menu .glyphicon {
  margin-right: 10px;
}

#mainNavSmallWrap,
#subNavSmallWrap {
  padding: 10px;
  background: #ffffff;
}

#userSettings {
  display: inline-block;
  text-align: right;
  float: right;
  margin-right: 30px;
  line-height: 2.2 !important;
  margin-top: 10px;
}

#userSettings a {
  cursor: pointer;
}

#subNav {
  background: #ffffff;
  padding: 0 30px;
}

#subNav ul {
  margin: 0px;
}

#subNav ul li {
  line-height: 37px;
  padding: 0;
  margin-right: 30px;
  margin-bottom: 3px;
  padding-top: 4px;
  white-space: nowrap;
}

#subNav ul li.active {
  border-bottom: 3px solid #279ef1;
  margin-bottom: 0px;
}

#mainNav .active {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin: 0px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #ffffff 60%);
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 60%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #ffffff 60%);
}

#mainNavWrap {
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
}

#mainNavWrap > rls-bf-nav {
  display: none;
}

#mainNav {
  position: relative;
  bottom: -1px;
  display: inline-block;
}

#mainNav a {
  cursor: pointer;
}

#mainNav ul {
  display: inline-block;
  margin: 0;
}

#mainNav ul li {
  padding: 0 20px;
  vertical-align: middle;
  margin: 0px 1px;
  line-height: 60px;
  font-weight: 700;
}

.brandImage {
  display: inline-block;
  height: 60px;
  padding: 10px 30px;
}

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

.table-hover tr {
  cursor: pointer;
}

.roundCorners-sm {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.roundCorners-top-sm {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.roundCorners {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.roundCorners-top {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.roundCorners-bottom {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.dropShadow {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.reverseDropShadow {
  -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.3);
}

#loginWrap {
  position: relative;
  top: 23%;
  transform: translateY(-23%);
  margin: 0 auto;
  max-width: 400px;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  color: #333333;
}

#loginHeader {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,e7e7e7+79,dddddd+97,dfdfdf+99,e4e4e4+100 */
  background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #e7e7e7 79%, #dddddd 97%, #dfdfdf 99%, #e4e4e4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efefef 0%, #e7e7e7 79%, #dddddd 97%, #dfdfdf 99%, #e4e4e4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #efefef 0%,
    #e7e7e7 79%,
    #dddddd 97%,
    #dfdfdf 99%,
    #e4e4e4 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#e4e4e4', GradientType=0); /* IE6-9 */
}

#loginHeader .form-signin-heading {
  margin: 0px;
  font-size: 18px;
  text-align: center;
  line-height: 54px;
  text-shadow: 0px 1px 2px #ffffff;
  font-weight: 300;
}

#loginForm {
  padding: 20px 30px;
  background: #f8f8f8;
}

#loginForm label {
  font-weight: 300;
}

#loginForm .form-control {
  border-color: #e4e4e4;
  border-radius: 0px;
  height: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#loginForm .form-control-feedback {
  line-height: 40px;
  height: 40px;
  color: #a6a6a6;
}

.btn-lg {
  font-size: 15px;
}

#loginSubmitButton {
  margin-top: 20px;
}

#dropdownUsernameWrap {
  margin-bottom: 20px;
  height: 2em;
  line-height: 2em;
  color: #777777;
}

#dropdownUsername {
  margin: 0 20px;
}

#searchArea {
  padding: 20px 0px 0px;
  min-height: 55px;
  white-space: nowrap;
  margin: 0px 15px;
}

.form-inline .form-control,
.form-inline .form-group {
  vertical-align: top;
  margin-bottom: 0px;
}

.form-control.searchInput {
  width: 100%;
  padding-right: 12px;
  display: inline-block;
  margin-right: -1px;
}

#searchAreaButtonsWrap {
  display: inline-block;
}

#searchArea .form-control-feedback {
  position: absolute;
  right: 0px !important;
}

#footerText {
  font-size: 12px;
  text-align: center;
  padding: 30px 0px;
  color: #555555;
  overflow: hidden;
}

#requiredLocationFieldsText {
  font-size: 12px;
  padding: 10px;
  color: #555555;
  overflow: hidden;
}

#rioBranding {
  text-align: center;
  font-size: 11px;
  margin-right: 15px;
  color: #5b6973;
}

#rioBranding img {
  height: 2.3em;
  position: relative;
  top: -2px;
  margin-left: 3px;
}

/*  commenting this out because adding positioning to fade class is breaking modals. not deleting because i'm not sure
    if we need these styles anywhere. doesn't seem so, but i can't be sure. if we identify somewhere
    where we need these styles, we should create a new class.
.fade {
    position: relative;
    right: -15px;
    opacity: 0;
    transition: right 300ms, opacity 300ms;
}
*/

/*fix summernote tooltip conflict*/
.reporting .tooltip.fade {
  position: absolute;
  right: auto;
}

.reporting .fadeIn {
  right: 0px;
  opacity: 1;
}

.reporting .fadeDelayed {
  position: absolute;
  right: -15px;
  opacity: 0;
  transition: right 300ms, opacity 300ms;
}

.reporting .fadeInDelayed {
  position: relative;
  right: 0px;
  opacity: 1;
  transition-delay: 100ms;
}

.switch-ios.switch-light input ~ span a {
  outline-style: none;
}

#hoursList .rowEdit-col1 {
  padding-left: 0px;
}

.dialogTextarea {
  display: none;
}

.drop-box {
  background: #f8f8f8;
  border: 4px dashed #dddddd;
  text-align: center;
  padding: 51px;
  margin: 20px -15px 0px;
}

.dragover {
  border: 4px dashed #aaaaaa;
}

.searchFilterArea {
  margin-top: 10px;
  padding: 11px 13px;
  border: 1px solid hsla(0, 0%, 83%, 1);
  font-size: 13px;
}

.sticky {
  position: absolute;
  top: 61px;
  left: 0px;
  margin: 0px 29px;
  width: calc(100% - 58px);
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.sticky th:first-of-type {
  width: 400px;
}

.spacerRow {
  display: none;
}

#addNewRoleButton {
  margin-bottom: 20px;
}

/* Medium screens */
@media screen and (max-width: 800px) {
  .pagination {
    float: none;
    margin-top: 10px;
    width: 100%;
  }

  .rsmTable tbody .colName {
    width: 50%;
  }

  .hideOnMediumScreen {
    display: none !important;
  }

  .brandImage {
    display: block;
  }

  #mainNavWrap .brandImage {
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
    height: 61px;
  }

  #mainNav {
    margin-left: 10px;
  }

  #mainNavWrap.row {
    background: transparent;
  }

  nav#userSettings {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .searchInput {
    width: 240px;
  }
}

/* Bootstrap breakpoint */
@media screen and (max-width: 767px) {
  .rowEdit-col1 {
    text-align: left;
  }

  .valueEdit-col1 {
    display: block;
    float: none;
    text-align: left;
  }

  .valueEdit-col2 {
    display: block;
    width: 100%;
    padding: 0px;
  }

  #rsmDialogContent {
    padding: 20px 15px;
  }

  #rsmDialogContent .row {
    padding-left: 30px;
    padding-right: 15px;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}

/* Small screens */
@media screen and (min-width: 450px) {
  #mainNavSmallWrap {
    display: none;
  }
}

@media screen and (max-width: 449px) {
  #rsmDialogTitleBar {
    background: transparent;
  }

  .note-editor {
    display: none;
  }

  .dialogTextarea {
    display: block;
  }

  .container-fluid {
    padding: 0px;
  }

  .rowEdit {
    padding: 0px 5px;
  }

  .rowEdit-col1,
  .rowEdit-col2 {
    padding: 0px 5px;
    word-break: break-all;
  }

  #searchArea .col-sm-6 {
    padding: 0px 10px;
  }

  .rsmTable tbody .colName {
    width: auto;
  }

  .rsmTable .colFid {
    width: 20%;
  }

  .rsmTable .colExpand {
    width: 15%;
  }

  .table > tbody > tr > td,
  .table > thead > tr > th {
    padding: 10px 1px;
  }

  .rsmTable .expandedRow td {
    padding: 0px 10px 10px;
  }

  .sortHeading:hover {
    background: transparent;
  }

  .pagination-next {
    float: right;
  }

  .pagination-sm > li:first-child > a,
  .pagination-sm > li:last-child > a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 15px;
    font-size: 14px;
    border-color: #cccccc;
  }

  .pagination > li > a:focus,
  .pagination > li > a:hover,
  .pagination > li > span:focus,
  .pagination > li > span:hover {
    background-color: #ffffff;
  }

  .hideOnSmallScreen {
    display: none !important;
  }

  span.brandImage {
    padding-left: 10px;
  }

  nav#userSettings {
    margin-right: 10px;
  }

  #subNav {
    padding: 5px 30px;
  }

  #subNav ul li.active {
    border-bottom: none;
  }

  #subNav ul li {
    margin-right: 0px;
    display: block;
    line-height: 30px;
  }

  #subNav ul li.active a {
    border-left: 3px solid #337ab7;
    padding-left: 10px;
    position: relative;
    left: -15px;
  }

  #searchArea {
    padding: 15px 0px 0px;
    margin: 0px;
  }

  .form-inline .form-control.searchInput {
    width: 100%;
    height: 38px;
  }

  #addNewRoleButton {
    margin: -4px 10px 10px 10px;
  }

  #userSearchInput {
    width: calc(100% - 90px);
    height: 34px;
  }

  .searchFilterArea {
    margin: 5px -5px;
  }

  #locationEditorTable td,
  #locationEditorTable th {
    padding: 10px;
  }

  #searchAreaButtonsWrap {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  #searchArea .form-control-feedback {
    left: auto;
    top: 3px;
  }

  main {
    padding: 12px 0px;
    margin: 0px;
  }

  .paginationWrap {
    text-align: right;
  }

  .pagination > .pagination-page > a {
    display: none;
  }

  .rsmTable.roundCorners-sm {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }

  .rsmTable .colExpand {
    min-width: 45px;
  }

  #rsmDialogContent .row {
    padding-left: 15px;
    padding-right: 0px;
  }

  .switch-ios {
    margin-bottom: 15px;
  }

  #viewHistoryParams div {
    display: block;
  }

  #viewHistoryParams {
    padding: 5px;
  }
}

/**
 * styles for new location form
 */
.cursor-pointer {
  cursor: pointer;
}

.dialog-lg .ngdialog-content {
  width: 100%;
  max-width: 720px !important;
}

.dialog-xl .ngdialog-content {
  width: 100%;
  max-width: 1000px !important;
}

.footer-form-error {
  margin: 0px 10px;
}

#subNav.wizard {
  color: hsla(205, 88%, 50%, 1);
  margin-bottom: 15px;
}

#new-location-form {
  box-sizing: border-box;
  padding: 0px 15px;
}

#new-location-form .row.reset {
  margin: 0px -15px;
}

#new-location-form .switch-ios.reset {
  margin: 0px;
  float: none;
}

#new-location-form input.form-control {
  margin-bottom: 10px;
}

#new-location-form div.alert {
  padding: 5px;
  font-size: 11px;
}

#new-location-form div.alert ul {
  padding: 0px;
  list-style: none;
}

#new-location-form input.ng-invalid.ng-dirty {
  border-color: #ff9999;
}

#new-location-form input.ng-invalid.ng-dirty:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 100, 100, 0.6);
}

#new-location-success {
  padding: 15px;
}

.text-small {
  font-size: 11px;
}

.rsm-datepicker-wrapper {
  margin-top: 20px;
  margin-left: 43px;
}

.ellipsis tbody tr td {
  max-width: 200px; /* Customise it accordingly */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**
 * styles for specialties and other user roles items
 */
#specialty-fields-roles {
  border: 1px solid #ddd;
}

#hours-sets-roles {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
#publisher-settings-roles {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
#profile-fields-roles {
  border: 1px solid #ddd;
}
#other-settings-roles {
  border: 1px solid #ddd;
}
#location-fields-roles {
  border: 1px solid #ddd;
}
#entities-roles {
  border: 1px solid #ddd;
}
#location-settings-roles {
  border: 1px solid #ddd;
}
#listinghealth-settings-roles {
  margin-top: 20px;
  border: 1px solid #ddd;
}
#report-settings-roles {
  border: 1px solid #ddd;
}
#fieldcontrol-settings-roles {
  border: 1px solid #ddd;
}
.rowEditValueRow .glyphicon #reviews-settings-roles {
  border: 1px solid #ddd;
}
#admin-settings-roles {
  border: 1px solid #ddd;
}
#beta-settings-roles {
  border: 1px solid #ddd;
}
#spacespecialtyFields {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#new-location-form {
  height: 280px;
  overflow-y: auto;
}
#rls-location-filter > .modal-dialog {
  top: -30px !important;
}
/*.ellipsis tbody tr td:hover{*/
/*!*max-width:200px; !* Customise it accordingly *!*!*/
/*!*background: #ffffff;*!*/
/*background-color: #4CAF50;*/
/*!*white-space: nowrap;*!*/
/*overflow: visible;*/
/*z-index: 1;*/
/*!*text-overflow: ellipsis;*!*/
/*}*/
.popover {
  z-index: 99999;
}
.modal-zindex {
  z-index: 99999;
}

/* Summary Report Subscription */

.summary-report-label {
  margin-bottom: 0 !important;
  height: 40px;
}

#summary #summary-body .DateInput_input {
  line-height: 34px;
  padding-right: 10px;
}

#summary #summary-body .DateInput {
  width: 100px;
  line-height: 34px;
  margin: 0 10px;
}
#rank-toggle {
  float: right;
  display: block;
}

#rank-toggle .label {
  margin-bottom: 0;
}

#summary-report-flag .label,
#rank-toggle .label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 0;
}

#rank-toggle .label-text {
  user-select: none;
  color: var(--color-default-text) !important;
  font-weight: 400 !important;
  padding: 0 5px;
}

#summary-report-flag .label-text {
  font-size: 12px;
  user-select: none;
  color: var(--color-default-text) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  padding-right: 20px;
}

#rank-toggle .toggle {
  margin-left: -10px;
  margin-right: -10px;
  isolation: isolate;
  position: relative;
  height: 24px;
  width: 48px;
  border-radius: 15px;
  background: #82888a;
  overflow: hidden;
  transform: scale(0.5);
}

#summary-report-flag .toggle {
  isolation: isolate;
  position: relative;
  height: 24px;
  width: 48px;
  border-radius: 15px;
  background: #82888a;
  overflow: hidden;
  transform: scale(0.7);
  top: -1px;
}

#rank-toggle .disabled .toggle,
#rank-toggle .disabled .label-text,
#summary-report-flag .disabled .toggle,
#summary-report-flag .disabled .label-text {
  opacity: 0.5;
}

#summary-report-flag .toggle-inner,
#rank-toggle .toggle-inner {
  z-index: 2;
  position: absolute;
  top: 1px;
  left: 1px;
  height: 22px;
  width: 46px;
  border-radius: 15px;
  overflow: hidden;
}

#summary-report-flag .active-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background: var(--color-primary);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.05s linear 0.17s;
}

#rank-toggle .active-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.05s linear 0.17s;
}

#summary-report-flag .toggle-state,
#rank-toggle .toggle-state {
  display: none;
}

#summary-report-flag .indicator,
#rank-toggle .indicator {
  height: 100%;
  width: 200%;
  background: white;
  border-radius: 13px;
  transform: translate3d(-75%, 0, 0);
  transition: transform 0.35s cubic-bezier(0.85, 0.05, 0.18, 1.35);
}

#summary-report-flag .toggle-state:checked ~ .active-bg,
#rank-toggle .toggle-state:checked ~ .active-bg {
  transform: translate3d(-50%, 0, 0);
}

#summary-report-flag .toggle-state:checked ~ .toggle-inner .indicator,
#rank-toggle .toggle-state:checked ~ .toggle-inner .indicator {
  transform: translate3d(25%, 0, 0);
}

@media screen and (max-width: 1410px) {
  .ranking-directory,
  .ranking-directories {
    height: 50px !important;
  }
  #rank-toggle {
    float: left;
  }
  #rank-toggle .label-text {
    padding: 0 10px 0 0;
  }
  .ranking-directory {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.location-filter-right {
  float: right;
  padding-right: 5px;
}
.location-filter-right .rls .dropdown-menu {
  right: 0;
  left: auto;
}
#rsmDialogCustomFooter {
  text-align: left;
  border-top: 1px solid #dfdfdf;
  padding: 15px;
}
#remainingCount {
  font-weight: bold;
}
.valueEdit-col-content {
  display: inline-block;
  padding: 0px 15px 5px 0px;
  line-height: 33px;
}

.lm-clear-search {
  position: absolute;
  top: 25px;
  left: 19px;
  padding: 0px 4px;
  background-color: white;
  cursor: pointer;
}

.lm-clear-search:hover {
  color: black;
}
