﻿@import "jquery.mCustomScrollbar.css";
@import "animate.css";
@import "angular.treeview.css";
body {
  font-family: "Open Sans", sans-serif;
}

body a {
  color: #009bdf;
}
body a:focus, body a:hover {
  color: #f09628;
  text-decoration: none;
}
body .btn {
  text-transform: uppercase;
  background-color: #009bdf;
  color: #fff;
  border-radius: 0px;
}
body .btn.btn-light {
  background-color: #fff;
  color: #c9cfd4;
  font-weight: 600;
  border: 1px solid #c9cfd4;
}
body .btn.btn-light:hover {
  background-color: #c9cfd4;
  color: #39454e;
}
body h1, body h2, body h3, body h4, body h5 {
  text-transform: uppercase;
  color: #009bdf;
}
body h2 {
  font-size: 22px;
}
body input[type=text], body input[type=password], body input[type=date], body input[type=month] {
  height: 45px;
  border: 1px solid #009bdf;
  padding: 10px;
  width: 100%;
  background-color: #fff;
}

.p-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.spacer-5 {
  height: 5px;
}

.spacer-10 {
  height: 10px;
}

.spacer-15 {
  height: 15px;
}

.spacer-20 {
  height: 20px;
}

.spacer-25 {
  height: 25px;
}

.spacer-30 {
  height: 30px;
}

.spacer-35 {
  height: 35px;
}

.spacer-40 {
  height: 40px;
}

.spacer-45 {
  height: 45px;
}

.spacer-50 {
  height: 50px;
}

.spacer-55 {
  height: 55px;
}

.spacer-60 {
  height: 60px;
}

.spacer-65 {
  height: 65px;
}

.spacer-70 {
  height: 70px;
}

.spacer-75 {
  height: 75px;
}

.spacer-80 {
  height: 80px;
}

.spacer-85 {
  height: 85px;
}

.spacer-90 {
  height: 90px;
}

.spacer-95 {
  height: 95px;
}

.spacer-100 {
  height: 100px;
}

.spacer-105 {
  height: 105px;
}

.spacer-110 {
  height: 110px;
}

.spacer-115 {
  height: 115px;
}

.spacer-120 {
  height: 120px;
}

.spacer-125 {
  height: 125px;
}

.spacer-130 {
  height: 130px;
}

.spacer-135 {
  height: 135px;
}

.spacer-140 {
  height: 140px;
}

.spacer-145 {
  height: 145px;
}

.spacer-150 {
  height: 150px;
}

.spacer-155 {
  height: 155px;
}

.spacer-160 {
  height: 160px;
}

.spacer-165 {
  height: 165px;
}

.spacer-170 {
  height: 170px;
}

.spacer-175 {
  height: 175px;
}

.spacer-180 {
  height: 180px;
}

.spacer-185 {
  height: 185px;
}

.spacer-190 {
  height: 190px;
}

.spacer-195 {
  height: 195px;
}

.spacer-200 {
  height: 200px;
}

.spacer-205 {
  height: 205px;
}

.spacer-210 {
  height: 210px;
}

.spacer-215 {
  height: 215px;
}

.spacer-220 {
  height: 220px;
}

.spacer-225 {
  height: 225px;
}

.spacer-230 {
  height: 230px;
}

.spacer-235 {
  height: 235px;
}

.spacer-240 {
  height: 240px;
}

.spacer-245 {
  height: 245px;
}

.spacer-250 {
  height: 250px;
}

body {
  background: url(/img/clouds.jpg) no-repeat top left;
  background-size: 100% auto;
}
@media only screen and (min-width: 992px) {
  body {
    background-size: auto;
  }
}

.loading {
  width: 30px;
  height: 30px;
  background-color: #009bdf;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.txt-blue {
  color: #009bdf;
}

.txt-orange {
  color: #f09628;
}

.txt-green {
  color: green;
}

.txt-grey {
  color: #39454e;
}

.pointer {
  cursor: pointer;
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

hr {
  background-color: #c9cfd4;
  margin: 0px;
  padding: 0px;
}

.resource-center-cms .resource-center-logo .logo {
  position: relative;
  display: inline-block;
  width: 490px;
  height: 42px;
  background: url(/img/main-logo.svg) no-repeat center;
  margin-top: 28px;
  margin-bottom: 20px;
}
.resource-center-cms .highmark-logo .logo {
  position: relative;
  display: inline-block;
  width: 243px;
  height: 33px;
  background: url(/img/highmark-logo.png) no-repeat center;
  margin-top: 35px;
}
.resource-center-cms .menu-wrapper {
  background-color: #39454e;
  color: #fff;
  padding: 25px;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .resource-center-cms .menu-wrapper {
    height: 540px;
  }
}
.resource-center-cms .menu-wrapper .menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.resource-center-cms .menu-wrapper .menu ul li {
  border-bottom: 1px solid #009bdf;
  text-transform: uppercase;
  height: 55px;
  position: relative;
  line-height: 15px;
}
.resource-center-cms .menu-wrapper .menu ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.resource-center-cms .menu-wrapper .menu ul li a .icon, .resource-center-cms .menu-wrapper .menu ul li a .text {
  position: relative;
}
.resource-center-cms .menu-wrapper .menu ul li a .icon {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  width: 26px;
  height: 26px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resource-center-cms .menu-wrapper .menu ul li a .text {
  font-weight: 900;
  padding-left: 10px;
  max-width: 80%;
  flex: 1;
}
.resource-center-cms .menu-wrapper .menu ul li a:hover .icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.resource-center-cms .menu-wrapper .welcome-message {
  position: absolute;
  bottom: 20px;
}
.resource-center-cms .menu-wrapper .welcome-message .profile-image {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
}
.resource-center-cms .bottom-links {
  color: #f09628;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
}
.resource-center-cms .cancel {
  color: #ccc;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  margin-left: 20px;
}
.resource-center-cms .content-wrapper {
  min-height: 500px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px;
  padding-top: 10px;
}
.resource-center-cms .content-wrapper .login-form {
  max-width: 450px;
  margin: 0 auto;
  padding-top: 50px;
}
.resource-center-cms .profile-blank {
  background: url(/img/profile-blank.svg) no-repeat center;
  width: 100%;
  height: 100%;
  background-size: contain;
}

.pointer {
  cursor: pointer;
}

.pages-wrapper .breadcrumbs {
  border-bottom: 1px solid #f09628;
  margin-top: 20px;
}
.pages-wrapper .breadcrumbs ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.pages-wrapper .breadcrumbs ul li {
  float: left;
  margin: 0px;
  padding: 0px;
  height: 30px;
  cursor: pointer;
}
.pages-wrapper .breadcrumbs ul li:last-child span {
  border-right: 0px;
}
.pages-wrapper .breadcrumbs ul li.active {
  background-color: #018cc9; /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#009bdf), to(#027db3));
  background-image: -webkit-linear-gradient("to bottom", #009bdf, #027db3);
  background-image: -moz-linear-gradient("to bottom", #009bdf, #027db3);
  background-image: -ms-linear-gradient("to bottom", #009bdf, #027db3);
  background-image: -o-linear-gradient("to bottom", #009bdf, #027db3);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#009bdf', EndColorStr='#027db3')";
}
.pages-wrapper .breadcrumbs ul li.active span {
  color: #fff;
  border-right: 0px;
}
.pages-wrapper .breadcrumbs ul li span {
  text-transform: uppercase;
  color: #009bdf;
  font-weight: 600;
  font-size: 12px;
  border-right: 1px solid #f09628;
  display: block;
  margin-right: 0px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  height: 20px;
  margin-top: 5px;
  line-height: 12px;
}
.pages-wrapper .page-title .list-icon {
  background: url(/img/icn-pages-orange.svg) no-repeat center;
  background-size: contain;
  width: 23px;
  height: 22px;
  float: left;
  margin-right: 10px;
}
.pages-wrapper .page-title .new-icon, .pages-wrapper .page-title .update-icon {
  background: url(/img/icn-pages-new.svg) no-repeat center;
  background-size: contain;
  width: 27px;
  height: 27px;
  float: left;
  margin-right: 10px;
}
.pages-wrapper .page-title .update-icon {
  background: url(/img/icn-pages-update.svg) no-repeat center;
  background-size: contain;
  width: 28px;
  height: 28px;
}
.pages-wrapper .list-view-buttons {
  padding-top: 15px;
}
.pages-wrapper .list-view-buttons a {
  display: inline-block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.pages-wrapper .list-view-buttons a.active {
  background-color: #018cc9; /* Fallback */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#009bdf), to(#027db3));
  background-image: -webkit-linear-gradient("to bottom", #009bdf, #027db3);
  background-image: -moz-linear-gradient("to bottom", #009bdf, #027db3);
  background-image: -ms-linear-gradient("to bottom", #009bdf, #027db3);
  background-image: -o-linear-gradient("to bottom", #009bdf, #027db3);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#009bdf', EndColorStr='#027db3')";
  color: #fff;
}
.pages-wrapper .search-bar input {
  height: 40px;
  padding-left: 35px;
  padding-right: 45px;
}
.pages-wrapper .search-bar .search-icon {
  background: url(/img/icn-search.svg) no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 25px;
  top: 12px;
}
.pages-wrapper .search-bar .search-trigger {
  background: url(/img/icn-arrow.svg) no-repeat center;
  width: 19px;
  height: 15px;
  position: absolute;
  right: 30px;
  top: 12px;
  cursor: pointer;
}
.pages-wrapper .list-items {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}
.pages-wrapper .list-items .header {
  background-color: #39454e;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 25px;
}
.pages-wrapper .list-items .first-col {
  padding-left: 25px;
}
.pages-wrapper .list-items .items {
  max-height: 500px;
  overflow-x: hidden;
  border: 1px solid #c9cfd4;
  padding-top: 15px;
  word-wrap: break-word;
}
.pages-wrapper .list-items .items.tree-view .row {
  margin-left: 0px;
  margin-right: 0px;
}
.pages-wrapper .list-items .items .item {
  line-height: 25px;
}
.pages-wrapper .list-items .items .item.row {
  margin-left: 0px;
  margin-right: 0px;
}
.pages-wrapper .list-items .items .item:nth-child(even) {
  background-color: #f2f1f1;
}
.pages-wrapper .list-items .items .item:hover {
  background-color: #39454e;
  color: #fff;
}
.pages-wrapper .plainEditor {
  width: 100%;
  height: 500px;
}
.pages-wrapper .pages-create-wrapper .duplicate-page-icn {
  background: url(/img/icn-duplicate-page.png) no-repeat center left;
  padding-left: 17px;
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
}
.pages-wrapper .pages-create-wrapper .region-wrapper {
  border-bottom: 1px solid #c9cfd4;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 17px;
}
.pages-wrapper .pages-version-wrapper .square {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 10px;
  margin-right: 2px;
}
.pages-wrapper .pages-version-wrapper .square.active {
  background-color: #009bdf;
}
.pages-wrapper .pages-version-wrapper .square.active-user {
  background-color: green;
}
.pages-wrapper .pages-version-wrapper .square.inactive {
  border: 1px solid #009bdf;
}
.pages-wrapper .pages-version-wrapper .square.inactive-user {
  background-color: #f09628;
}
.pages-wrapper .pages-version-wrapper .version-icon {
  background: url(/img/icn-version-orange.svg) no-repeat center left;
  background-size: contain;
  width: 27px;
  height: 27px;
  float: left;
  margin-right: 10px;
}
.pages-wrapper .pages-version-wrapper .content-area {
  margin-top: 30px;
}
.pages-wrapper .pages-version-wrapper .content-tree-panel {
  border: 1px solid #c9cfd4;
  height: 500px;
}
.pages-wrapper .pages-version-wrapper .content-tree-panel .tree-list {
  height: 450px;
  overflow: auto;
  font-size: 10px;
}
.pages-wrapper .pages-version-wrapper .content-tree-panel h3 {
  background-color: #39454e;
  color: #fff;
  margin: 0px;
  font-size: 16px;
  padding: 5px;
  padding-left: 15px;
  line-height: 30px;
}
.pages-wrapper .pages-version-wrapper .list-window {
  border: 1px solid #c9cfd4;
  height: 450px;
  margin-top: 10px;
}
.pages-wrapper .pages-version-wrapper .list-window .breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
}
.pages-wrapper .pages-version-wrapper .list-window .header {
  background-color: #39454e;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.pages-wrapper .pages-version-wrapper .list-window .list-item-wrapper {
  height: 380px;
  overflow: auto;
}
.pages-wrapper .pages-version-wrapper .list-window .list-item-wrapper .item-row {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 25px;
  font-size: 12px;
}
.pages-wrapper .pages-version-wrapper .list-window .list-item-wrapper .item-row .active {
  background-color: #009bdf;
  color: #fff;
}
.pages-wrapper .pages-version-wrapper .list-window .list-item-wrapper .item-row .active a {
  color: #fff;
}
.pages-wrapper .pages-version-wrapper .list-window .list-item-wrapper .item-row .userType {
  background-color: #f09628;
  color: #fff;
}
.pages-wrapper .pages-version-wrapper .list-window .list-item-wrapper .item-row .userType.active {
  background-color: green;
}
.pages-wrapper .pages-version-wrapper .list-window .list-item-wrapper .item-row .userType a {
  color: #fff;
}
.pages-wrapper .pages-version-wrapper .list-window .list-item-wrapper .item-row:nth-child(even) {
  background-color: #f2f1f1;
}

div[pages-tree-view] .normal-cursor li, div[pages-tree-view] .normal-cursor span {
  cursor: default;
}
div[pages-tree-view] .normal-cursor a {
  cursor: pointer;
}
div[pages-tree-view] .file-list li:nth-child(odd) {
  background-color: #f2f1f1;
}
div[pages-tree-view] .file-list li:hover {
  background-color: #39454e;
  color: #fff;
}
div[pages-tree-view] .indent1 {
  padding-left: 10px;
}
div[pages-tree-view] .indent2 {
  padding-left: 20px;
}
div[pages-tree-view] .indent3 {
  padding-left: 30px;
}
div[pages-tree-view] .indent4 {
  padding-left: 40px;
}
div[pages-tree-view] .indent5 {
  padding-left: 50px;
}
div[pages-tree-view] .indent6 {
  padding-left: 60px;
}
div[pages-tree-view] .indent7 {
  padding-left: 70px;
}
div[pages-tree-view] .indent8 {
  padding-left: 80px;
}
div[pages-tree-view] .indent9 {
  padding-left: 90px;
}
div[pages-tree-view] .indent10 {
  padding-left: 100px;
}

.dashboard-wrapper .icon {
  background: url(/img/icn-dashboard-orange.svg) no-repeat center;
  width: 23px;
  height: 22px;
  float: left;
  margin-right: 10px;
}
.dashboard-wrapper .profile-image {
  float: left;
  margin-right: 10px;
  width: 67px;
  height: 67px;
}
.dashboard-wrapper .profile {
  padding-top: 5px;
}
.dashboard-wrapper .big-buttons .button {
  border: 1px solid #c9cfd4;
  width: 100%;
  height: 170px;
  cursor: pointer;
  padding: 10px;
}
.dashboard-wrapper .big-buttons .button:hover {
  border-color: #f09628;
}
.dashboard-wrapper .big-buttons .button.pages .icn {
  background: url(/img/icn-pages-orange.svg) no-repeat center;
  width: 73px;
  height: 80px;
  margin: 0 auto;
  margin-top: 20px;
}
.dashboard-wrapper .big-buttons .button.file-management .icn {
  background: url(/img/icn-files-orange.svg) no-repeat center;
  width: 90px;
  height: 76px;
  margin: 0 auto;
  margin-top: 15px;
}
.dashboard-wrapper .big-buttons .button.asset-management .icn {
  background: url(/img/icn-assets-orange.svg) no-repeat center;
  width: 83px;
  height: 65px;
  margin: 0 auto;
  margin-top: 20px;
}
.dashboard-wrapper .big-buttons .button.global-ui-updates .icn {
  background: url(/img/icn-ui-updates-orange.svg) no-repeat center;
  width: 77px;
  height: 77px;
  margin: 0 auto;
  margin-top: 15px;
}

.asset-management-wrapper .icon {
  background: url(/img/icn-assets-orange.svg) no-repeat center;
  background-size: contain;
  width: 23px;
  height: 22px;
  float: left;
  margin-right: 10px;
}

.file-management-wrapper .icon {
  background: url(/img/icn-files-orange.svg) no-repeat center;
  background-size: contain;
  width: 23px;
  height: 22px;
  float: left;
  margin-right: 10px;
}

.management-wrapper .search-bar input {
  height: 40px;
  padding-left: 35px;
  padding-right: 45px;
}
.management-wrapper .search-bar .search-icon {
  background: url(/img/icn-search.svg) no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 25px;
  top: 12px;
}
.management-wrapper .search-bar .search-trigger {
  background: url(/img/icn-arrow.svg) no-repeat center;
  width: 19px;
  height: 15px;
  position: absolute;
  right: 30px;
  top: 12px;
  cursor: pointer;
}
.management-wrapper .tree-view, .management-wrapper .content-view {
  border: 1px solid #c9cfd4;
  height: 450px;
}
.management-wrapper .tree-view {
  background-color: #fff;
  overflow: auto;
}
.management-wrapper .tree-view .header {
  background-color: #39454e;
  color: #fff;
  padding-left: 10px;
  line-height: 25px;
}
.management-wrapper .tree-view.expanded {
  height: 800px;
  transition: all 0.5s linear;
}
.management-wrapper .content-view {
  overflow: hidden;
  transition: all 0.5s linear;
}
.management-wrapper .content-view loader {
  position: absolute;
  width: 100%;
}
.management-wrapper .content-view.expanded {
  height: 800px;
  transition: all 0.5s linear;
}
.management-wrapper .content-view.expanded .list-view {
  height: 645px;
  transition: all 0.5s linear;
}
.management-wrapper .content-view .header {
  background-color: #39454e;
  color: #fff;
  text-transform: uppercase;
}
.management-wrapper .content-view .list-view .row, .management-wrapper .content-view .header .row {
  margin-left: 0px;
}
.management-wrapper .content-view .category-breadcrumb {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 900;
}
.management-wrapper .content-view .list-view {
  height: 295px;
  overflow: auto;
}
.management-wrapper .content-view .list-view label {
  word-wrap: break-word;
}
.management-wrapper .content-view .list-view label input[type=checkbox] {
  float: left;
  margin-right: 5px;
}
.management-wrapper .content-view .list-view .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.management-wrapper .content-view .list-view .row:hover {
  background-color: #39454e;
  color: #fff;
}
.management-wrapper .content-view .list-view .row:hover a {
  color: #fff;
}
.management-wrapper .content-view .list-view .row:nth-child(even) {
  background-color: #f2f1f1;
}
.management-wrapper .content-view .list-view .row:nth-child(even):hover {
  background-color: #39454e;
  color: #fff;
}
.management-wrapper .content-view .list-view .row:nth-child(even):hover a {
  color: #fff;
}
.management-wrapper .more-search-results-container {
  max-height: 250px;
  border: 1px solid #009bdf;
  margin-bottom: 20px;
  padding: 10px;
}
.management-wrapper .more-search-results-container .btn {
  margin: 2px;
  text-transform: none;
}
.management-wrapper .more-results .loading {
  margin: 10px;
}
.management-wrapper .favorites-bar .icon {
  background-image: url(../img/folder-closed-favorite.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 80%;
  margin-right: 0px;
  float: left;
}
.management-wrapper .favorites-bar .text {
  float: left;
  padding-right: 10px;
}
.management-wrapper .favorites-bar .favorite {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
.management-wrapper .favorites-bar .favorite:hover {
  background-color: #009bdf;
  color: #fff;
}

.custom-dropdown .selected-item {
  border: 1px solid #009bdf;
  height: 45px;
  padding: 12px;
  color: #a9a9a9;
  cursor: pointer;
}
.custom-dropdown .selected-item .trigger {
  background: url(/img/down-arrow.png) no-repeat center;
  width: 19px;
  height: 12px;
  position: absolute;
  right: 30px;
  top: 15px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.custom-dropdown .options {
  background-color: #7a8b97;
  padding: 10px 0px;
  color: #fff;
  font-size: 18px;
  max-height: 350px;
  overflow: auto;
}
.custom-dropdown .options .catrow {
  cursor: pointer;
  padding: 0px 20px;
}
.custom-dropdown .options .catrow:hover, .custom-dropdown .options .catrow.active {
  background-color: #39454e;
}

.cms-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow: auto;
  max-height: 100%;
}
.cms-modal .background {
  position: absolute;
  background-color: rgba(0, 155, 223, 0.6);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.cms-modal .background a {
  display: block;
  cursor: none;
}
.cms-modal .contents {
  width: 800px;
  margin: 0 auto;
  max-height: 100%;
  overflow: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px;
}
.cms-modal .panel {
  border-radius: 0px;
  min-height: 500px;
}

.file-upload-area .drop-box {
  border: 5px dashed rgba(0, 155, 223, 0.6);
  height: 150px;
  text-align: center;
  margin: 10px;
  color: #009bdf;
}
.file-upload-area .simple-drop-box {
  background: url(/img/browse-to-upload.png) no-repeat top center;
  width: 176px;
  height: 35px;
}
.file-upload-area .dragover {
  border: 5px dashed #009bdf;
  background-color: rgba(0, 155, 223, 0.4);
  color: #fff;
}
.file-upload-area .trigger {
  width: 461px;
  height: 36px;
  background: url(/img/upload-trigger.png) no-repeat top center;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.file-upload-modal .panel-title {
  background-color: #39454e;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.file-upload-modal .panel-title h5 {
  color: #fff;
  margin: 0px;
}
.file-upload-modal .folder-list {
  border: 1px solid #39454e;
  height: 300px;
  overflow: auto;
  padding-top: 10px;
}

.file-upload-list .cell {
  display: inline-block;
  padding-right: 10px;
}
.file-upload-list .file-row {
  line-height: 30px;
  font-size: 16px;
}

.management-wrapper .file-upload-area .drop-box {
  height: 75px;
}

.global-ui-updates .icon {
  background: url(/img/icn-ui-updates-orange.png) no-repeat center;
  background-size: contain;
  width: 23px;
  height: 22px;
  float: left;
  margin-right: 10px;
}
.global-ui-updates .cat-header {
  color: #fff;
  background-color: #39454e;
  padding: 5px 20px;
}
.global-ui-updates .upload.trigger {
  font-size: 11px;
}
.global-ui-updates div[category-tree-view] li {
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.global-ui-updates div[category-tree-view] li:nth-child(odd) {
  background-color: #f2f1f1;
}
.global-ui-updates div[category-tree-view] li:nth-child(even) {
  background-color: #fff;
}
.global-ui-updates div[category-tree-view] li .deleting {
  background-color: #970202;
  color: #fff;
}
.global-ui-updates div[category-tree-view] li .deleting a {
  color: #fff;
}
.global-ui-updates div[category-tree-view] .file-list li:hover {
  background-color: #39454e;
  color: #fff;
}
.global-ui-updates div[category-tree-view] .file-list li:hover a {
  color: #fff;
}
.global-ui-updates div[category-tree-view] .indent1 {
  padding-left: 10px;
}
.global-ui-updates div[category-tree-view] .file-list .indent1 {
  padding-left: 19px;
}
.global-ui-updates div[category-tree-view] .indent2 {
  padding-left: 20px;
}
.global-ui-updates div[category-tree-view] .file-list .indent2 {
  padding-left: 29px;
}
.global-ui-updates div[category-tree-view] .indent3 {
  padding-left: 30px;
}
.global-ui-updates div[category-tree-view] .file-list .indent3 {
  padding-left: 39px;
}
.global-ui-updates div[category-tree-view] .indent4 {
  padding-left: 40px;
}
.global-ui-updates div[category-tree-view] .file-list .indent4 {
  padding-left: 49px;
}
.global-ui-updates div[category-tree-view] .indent5 {
  padding-left: 50px;
}
.global-ui-updates div[category-tree-view] .file-list .indent5 {
  padding-left: 59px;
}
.global-ui-updates div[category-tree-view] .indent6 {
  padding-left: 60px;
}
.global-ui-updates div[category-tree-view] .file-list .indent6 {
  padding-left: 69px;
}
.global-ui-updates div[category-tree-view] .indent7 {
  padding-left: 70px;
}
.global-ui-updates div[category-tree-view] .file-list .indent7 {
  padding-left: 79px;
}
.global-ui-updates div[category-tree-view] .indent8 {
  padding-left: 80px;
}
.global-ui-updates div[category-tree-view] .file-list .indent8 {
  padding-left: 89px;
}
.global-ui-updates div[category-tree-view] .indent9 {
  padding-left: 90px;
}
.global-ui-updates div[category-tree-view] .file-list .indent9 {
  padding-left: 99px;
}
.global-ui-updates div[category-tree-view] .indent10 {
  padding-left: 100px;
}
.global-ui-updates div[category-tree-view] .file-list .indent10 {
  padding-left: 109px;
}
.global-ui-updates .cat-body {
  border: 1px solid #39454e;
  max-height: 800px;
  overflow: auto;
}
.global-ui-updates .divider {
  border-bottom: 1px solid #c9cfd4;
  margin-bottom: 20px;
}
.global-ui-updates .region-list .region-row {
  border-bottom: 1px solid #c9cfd4;
  line-height: 35px;
}
.global-ui-updates .dark-bg {
  background-color: #39454e;
}

.dndPlaceholder {
  background-color: #009bdf !important;
  display: block;
  height: 75px;
  padding-left: 30px !important;
  color: #fff;
}
.dndPlaceholder p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-items-wrapper .icon {
  background: url(/img/icn-ui-updates-orange.png) no-repeat center;
  background-size: contain;
  width: 23px;
  height: 22px;
  float: left;
  margin-right: 10px;
}
.list-items-wrapper .items {
  border: 1px solid #39454e;
}
.list-items-wrapper .items .item-row {
  min-height: 30px;
  line-height: 30px;
}
.list-items-wrapper .items .item-row:nth-child(even) {
  background-color: #f2f1f1;
}
.list-items-wrapper .items .item-row:hover {
  background-color: #39454e;
  color: #fff;
}
.list-items-wrapper .items .item-row:hover a {
  color: #fff;
}
.list-items-wrapper .items .item-row.deleting {
  background-color: #970202;
  color: #fff;
}
.list-items-wrapper .items .item-row.deleting a {
  color: #fff;
}
.list-items-wrapper .items .list {
  max-height: 450px;
  overflow: auto;
}
.list-items-wrapper .cell {
  padding-left: 20px;
  padding-right: 5px;
}
.list-items-wrapper .header {
  background-color: #39454e;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}

.edit-profile .icon {
  background: url(/img/icn-ui-updates-orange.png) no-repeat center;
  background-size: contain;
  width: 23px;
  height: 22px;
  float: left;
  margin-right: 10px;
}

.site-users-wrapper .tpa-user-selector .left-col, .site-users-wrapper .tpa-user-selector .right-col {
  overflow: auto;
}
.site-users-wrapper .manager-switcher {
  display: flex;
  align-items: flex-start;
  position: absolute;
  z-index: 999;
}
.site-users-wrapper .manager-switcher .custom-dropdown {
  position: relative;
  min-width: 500px;
}
.site-users-wrapper .manager-switcher button {
  margin: 2px 10px;
}
.site-users-wrapper .manager-modal-members-wrapper {
  margin-top: 75px;
}
.site-users-wrapper textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #009bdf;
  display: block;
}
.site-users-wrapper .header div {
  cursor: pointer;
}
.site-users-wrapper .btn.red {
  background-color: darkred;
  color: #fff;
}
.site-users-wrapper .flex {
  display: flex;
  height: 100%;
  align-items: center;
}
.site-users-wrapper .flex .left-col, .site-users-wrapper .flex .right-col {
  background-color: #c9cfd4;
  border: 2px solid #39454e;
  flex: 1;
  height: 350px;
}
.site-users-wrapper .flex .left-col p, .site-users-wrapper .flex .right-col p {
  padding: 5px 10px;
  cursor: pointer;
  border-bottom: 1px solid #39454e;
}
.site-users-wrapper .flex .left-col p:hover, .site-users-wrapper .flex .left-col p.active, .site-users-wrapper .flex .right-col p:hover, .site-users-wrapper .flex .right-col p.active {
  background-color: #fff;
}
.site-users-wrapper .flex .center-col {
  margin: 0px 20px;
}
.site-users-wrapper .flex .center-col button {
  display: block;
  margin: 10px 0px;
  padding: 0px 5px;
  font-size: 25px;
}
.site-users-wrapper .caidForm {
  background-color: #c9cfd4;
  border: 2px solid #009bdf;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.site-users-wrapper .header-wrapper fieldset {
  display: block !important;
}
.site-users-wrapper .header-wrapper fieldset a.btn {
  display: flex;
  flex-direction: column;
  font-size: 8px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}
.site-users-wrapper .header-wrapper fieldset a.btn i {
  display: block;
  font-size: 20px;
  margin-bottom: 2px;
}
.site-users-wrapper .btn {
  padding: 5px;
  font-size: 10px;
  margin-right: 5px;
}
.site-users-wrapper .history {
  margin-bottom: 10px;
  background-color: #f2f1f1;
  border-radius: 5px;
  padding: 10px;
}
.site-users-wrapper .header-wrapper .btn {
  font-size: 16px;
  display: inline-block;
  background-color: transparent;
  color: #027db3;
  border: 1px solid #027db3;
  width: 50px;
  border-radius: 2px;
}
.site-users-wrapper .header-wrapper .btn:hover, .site-users-wrapper .header-wrapper .btn.active {
  background-color: #009bdf;
  color: #fff;
}
.site-users-wrapper .header-wrapper fieldset {
  display: inline-block;
  margin: 0px;
  padding: 10px 20px;
  background-color: #c9cfd4;
  border-radius: 2px;
}
.site-users-wrapper .header-wrapper fieldset a {
  position: relative;
}
.site-users-wrapper .header-wrapper fieldset .badge {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  line-height: 20px;
  padding: 0px;
  font-size: 8px;
  background: #f09628;
}
.site-users-wrapper small {
  font-size: 8px;
}
.site-users-wrapper .inactive {
  background-color: #c9cfd4 !important;
  color: #fff;
  font-style: italic;
}
.site-users-wrapper .approve {
  background-color: #f09628 !important;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.site-users-wrapper .approve a {
  color: #fff;
}
.site-users-wrapper .search-field {
  display: block;
  margin: 10px;
  border: 0px;
  width: 97%;
  color: #000;
  padding: 10px;
}
.site-users-wrapper .search-bar {
  width: 100%;
  position: relative;
  border: 1px solid #39454e;
  margin-top: 5px;
}
.site-users-wrapper .search-bar .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: url(/img/search-icn.svg) no-repeat left center;
}
.site-users-wrapper .search-bar .trigger {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(/img/search-enter-arrow-icn.svg) no-repeat left center;
  cursor: pointer;
}
.site-users-wrapper .search-bar input {
  border: 0px;
  width: 100%;
}
.site-users-wrapper .users-form fieldset {
  border: 1px solid #009bdf;
  padding: 5px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.site-users-wrapper .users-form fieldset legend {
  border-radius: 5px;
  background-color: #009bdf;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  padding: 0px 10px;
}

section.top-bar {
  background-color: #009bdf;
  margin: -10px -30px;
  margin-bottom: 20px;
  padding: 10px;
  color: #fff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.top-bar .btn {
  border: 2px solid #fff;
  border-radius: 5px;
}
section.top-bar .btn:hover {
  border-color: #39454e;
}

.table-list {
  overflow: auto;
  max-height: 400px;
}
.table-list table {
  width: 100%;
}
.table-list table tr {
  background-color: #c9cfd4;
}
.table-list table tr:nth-child(odd) {
  background-color: #fff;
}
.table-list table tr th {
  background-color: #009bdf;
  color: #fff;
}
.table-list table tr th, .table-list table tr td {
  padding: 5px;
}

.master-dashboard {
  text-align: center;
  text-transform: uppercase;
}
.master-dashboard .subtitle {
  text-transform: uppercase;
  text-align: left;
  font-weight: 900;
}
.master-dashboard .tpa-title {
  font-weight: bold;
  background-color: purple;
  color: #fff;
  border-radius: 5px;
  display: block;
  margin-top: 45px;
  margin-bottom: 5px;
  padding: 10px;
}
.master-dashboard .claims-tiles {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.master-dashboard .claims-tiles .tile {
  flex: 1;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  background-color: #c9cfd4;
  border-radius: 5px;
  overflow: hidden;
}
.master-dashboard .claims-tiles .tile.pointer {
  cursor: pointer;
}
.master-dashboard .claims-tiles .tile:last-child {
  margin-right: 0px;
}
.master-dashboard .claims-tiles .tile h3 {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  background-color: purple;
  margin: 0px;
  color: #fff;
  margin-bottom: 10px;
}

.claims-management loader {
  position: absolute;
  left: 50%;
}
.claims-management .menu {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.claims-management .menu .button {
  background-color: #009bdf;
  color: #fff;
  flex: 1;
  margin: 0px 1px;
}
.claims-management .menu .button a {
  padding: 10px 20px;
  display: block;
  text-align: center;
  color: #fff;
}
.claims-management .menu .button a.active {
  background-color: #39454e;
}
.claims-management textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #009bdf;
  padding: 10px;
}

.luckysheet-input-box {
  z-index: 99999;
}

.claims-management .bottom-border {
  border-bottom: 1px solid #009bdf;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.claims-management .tpa-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #009bdf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.claims-management .tpa-list button {
  background-color: #fff;
  border: 1px solid #009bdf;
  margin-bottom: 5px;
}
.claims-management .tpa-list button.selected {
  background-color: #009bdf;
  color: #fff;
}
.claims-management .table {
  width: 100%;
}
.claims-management .table td {
  padding: 5px;
}

.summary-sheet #spreadsheetRoot {
  height: calc(100% - 30px);
  overflow: auto;
}
.summary-sheet #spreadsheetRoot #luckysheet {
  position: relative;
  height: 100%;
}

.excel-editor-modal .cms-modal .contents {
  width: 95%;
  min-height: 95%;
  height: 95%;
}
