/*Variables*/
/* Individual color*/
/*basic*/
/* Brand Color Shades */
/*borders*/
/* button */
/* horizontal-menu */
/* vertical-menu */
/* Accordion */
/* grid */
/* dashboard */
/* footer */
/* Disabled */
/* others */
/* searchbox */
/* Checkbox */
/* Links */
/* Label */
/* Header Menu */
/* Import Layout */
/* mixins */
.display-flex {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/* end-mixins */
/* Font-family */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans-bold-webfont.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans-semibold-webfont.svg#OpenSans-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Century-Gothic';
  src: url('../fonts/CenturyGothic.eot');
  src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Century-Gothic-Bold';
  src: url('../fonts/CenturyGothic-Bold.eot');
  src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf') format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* end-Font-family */
/* Common Elements */
* {
  outline: 0;
}
[disabled~="disabled"] {
  cursor: not-allowed;
}
html,
body {
  font-family: 'OpenSans', Helvetica, Arial, sans-serif;
  margin: 0;
  min-height: 100vh;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
aside {
  position: relative;
}
main {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- */
  /* Chrome */
  -ms-flex: 1 0 auto;
  /* IE 10 */
  flex: 1 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: column;
  flex-direction: column;
}
input,
select,
button,
textarea,
textarea {
  max-width: 100%;
}
header,
footer {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- */
  /* Chrome */
  -ms-flex: none;
  /* IE 10 */
  flex: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}
/* end-Common Elements */
/* Main Layout */
body > app,
body > app > :first-child,
body > app > :first-child > :first-child,
body > app > :first-child > :first-child > .container-fluid {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: column;
  flex-direction: column;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- */
  /* Chrome */
  -ms-flex: 1 0 auto;
  /* IE 10 */
  flex: 1 0 auto;
  height: 100%;
  min-height: 100vh;
}
.container-fluid {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f4f4f4;
  margin: 0;
  min-height: 100%;
  padding: 0;
}
.row:after,
.row:before {
  display: block;
}
/* end-Main Layout */
/* Form element and small component*/
.spinner {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1000;
  left: 0px;
}
.spinner .spinner-img {
  margin: 0 auto;
  position: absolute;
  left: 0px;
  top: 35%;
  right: 0px;
  z-index: 9999;
}
.save-btn {
  background: #7dbf00;
  color: #FFFFFF;
}
.save-btn:hover {
  background: #639a33;
  color: #FFFFFF;
}
.cancel {
  background: #636363;
  color: #FFFFFF;
}
.cancel:hover {
  background: #4d4d4d;
  color: #FFFFFF;
}
/* end-Form element and small component*/
/* Login Pages */
.loggedin-footer {
  background: #f4f4f4;
  padding: 10px 15px 10px 15px;
  font-size: 13px;
}
.login-footer {
  background: #21252B;
  color: #7a7a7a;
  line-height: 22px;
  padding: 10px 30px 20px;
  font-size: 13px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- */
  /* Chrome */
  -ms-flex: none;
  /* IE 10 */
  flex: none;
}
.login-footer .link {
  color: #86ba41;
  margin-bottom: 10px;
}
.login-footer a {
  color: #86ba41;
  margin-left: 7px;
  margin-right: 7px;
}
.login-footer a :hover {
  text-decoration: none;
}
.disabled-item {
  pointer-events: none;
  -ms-pointer-events: none;
  cursor: not-allowed;
}
.login-container {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: column;
  flex-direction: column;
}
.login-container > div {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- */
  /* Chrome */
  -ms-flex: 1 0 auto;
  /* IE 10 */
  flex: 1 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.login-wrapper {
  background: url('/images/login-bg.png');
  background-size: cover;
  border-bottom: 1px solid #7a7a7a;
  padding: 4% 0;
}
.login-section {
  margin: 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-pack: center;
  justify-content: center;
}
.login-section .login-content-panel {
  background: rgba(255, 255, 255, 0.7);
  max-width: 440px;
  min-width: 440px;
  padding: 25px 20px;
}
.login-section .login-content-panel span,
.login-section .login-content-panel a {
  margin: 5px 0 30px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.login-section .login-content-panel .login-logo-title {
  margin: 25px auto 35px;
  text-align: center;
}
.login-section .login-content-panel .login-logo-title h1 {
  font-size: 2.7rem;
  font-family: Century-Gothic;
  margin-bottom: 3px;
}
.login-section .login-content-panel .login-logo-title span {
  font-size: 2.7rem;
  font-family: Century-Gothic-Bold;
}
.login-section .login-msg-panel {
  background: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  max-width: 310px;
  padding: 30px 20px;
}
.login-section .login-msg-panel .msg-title {
  color: #FFFFFF;
  font-size: 2.1em;
  letter-spacing: 1px;
}
.login-section .login-msg-panel .msg {
  color: #FFFFFF;
  width: 90%;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .login-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .login-section .login-msg-panel {
    min-width: 440px;
    max-width: 440px;
  }
}
.username-icon {
  background: url('/images/user-icon.png') no-repeat 97% center;
  background-size: 5%;
}
.pwd-icon {
  background: url('/images/pwd-icon.png') no-repeat 98% center;
  background-size: 6%;
}
.sign-in-btn,
.sign-in-btn:hover,
.sign-in-btn:focus {
  background: url('/images/signin-icon.png') no-repeat 97% center #7dbf00;
  background-size: 18px;
  width: 100%;
}
/* Popover Component */
.popover {
  font-family: 'OpenSans';
  color: #5f5f5f;
}
.popover .popover-inner {
  text-align: left;
}
.popover.top > .arrow {
  border-top-color: #86ba41;
}
.popover.top > .arrow:after {
  border-bottom-width: 2px;
}
.popover.bottom > .arrow {
  border-bottom-color: #86ba41;
}
.popover.bottom > .arrow:after {
  border-top-width: 2px;
}
.popover.right > .arrow {
  border-right-color: #86ba41;
}
.popover.right > .arrow:after {
  border-left-width: 2px;
}
.popover.left > .arrow {
  border-left-color: #86ba41;
}
.popover.left > .arrow:after {
  border-right-width: 2px;
}
.popover.trouble-popover {
  max-width: 400px;
}
.popover.trouble-popover .popover-inner {
  width: 400px;
}
.popover.trouble-popover .glyphicon.glyphicon-remove {
  color: #FFFFFF;
  font-size: 10px;
  margin: 2px;
  margin-top: -1px;
}
.popover.trouble-popover .close-icon {
  background: #86ba41;
  border-radius: 4px;
  padding: 0px 3px;
  position: absolute;
  right: -2px;
  top: -1px;
}
.popover.trouble-popover .close-icon + div {
  font-size: 13px;
}
.popover.trouble-popover .popover-content {
  padding-right: 18px;
}
.popover.in {
  border: 1.2px solid #86ba41;
  border-radius: 4px;
  opacity: 1;
}
.popover.alert-popover {
  padding: 0;
  width: 560px;
  max-width: 560px;
  -o-box-shadow: 0px 5px 10px #9F9F9F;
  -ms-box-shadow: 0px 5px 10px #9F9F9F;
  box-shadow: 0px 5px 10px #9F9F9F;
}
.popover.alert-popover .popover-content {
  padding: 0;
}
.popover.alert-popover .popover-content .panel-default {
  border: 0;
}
.popover.alert-popover .popover-content .panel-default > .panel-heading {
  background: transparent;
  border-bottom: 1px solid #9F9F9F;
  color: #000000;
  padding: 0;
  font-family: 'OpenSans-SemiBold';
}
.popover.alert-popover .popover-content .panel-default > .panel-heading .panel-title > span {
  padding: 10px;
}
.popover.alert-popover .popover-content .panel-default > .panel-heading .panel-title > span.total-txt {
  margin-top: 2px;
}
.popover.alert-popover .popover-content .panel-default .panel-body {
  padding: 0;
  max-height: 580px;
  overflow-y: auto;
}
.popover.alert-popover .popover-content .panel-default .panel-body .row:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.popover.userprofile-popover {
  -o-box-shadow: 0px 5px 10px #9F9F9F;
  -ms-box-shadow: 0px 5px 10px #9F9F9F;
  box-shadow: 0px 5px 10px #9F9F9F;
}
@media screen and (max-width: 992px) {
  .popover.alert-popover {
    width: 350px;
    max-width: 350px;
  }
}
.reset-pwd-section {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 30px;
  width: 450px;
}
.reset-pwd-section .btn-green {
  margin-top: 0;
}
.reset-pwd-section .txt-box,
.reset-pwd-section .btn {
  margin: 10px auto 0px auto;
  width: 250px;
}
.reset-pwd-txt {
  font-family: 'OpenSans-Bold';
  margin-bottom: 10px;
}
.resetpwd-icon {
  height: 100px;
  width: 100px;
  background: url('/images/resetpwd-icon.png') no-repeat;
  background-size: 100%;
  display: inline-block;
}
/* end-Login Pages */
/* Header */
.header-title {
  color: #636363;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
}
.header {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-align: center !important;
  align-items: center !important;
  background: #FFFFFF;
  border: 0;
  margin-bottom: 0;
  padding: 5px 0px;
  /* User Profile Popover*/
}
.header .navbar-nav > li {
  margin: 0 10px;
}
.header .navbar-nav > li > a {
  padding: 0;
  background-color: transparent;
}
.header .navbar-nav > li > a.glyphicon-th {
  font-size: 24px;
  color: #2B2B28;
}
.header .navbar-nav > li > a.glyphicon-th:not(.collapsed) {
  color: #86ba41;
}
.header .navbar-nav > li > a:focus {
  color: #86ba41;
}
.header .navbar-nav > li > a:focus.icon-alerts {
  color: #2B2B28;
}
.header .navbar-nav > li > a:focus.icon-alerts.orange {
  color: #ed6c44;
}
.header .badge {
  border-radius: 15px;
  margin-left: 17px;
  padding: 3px 7px;
}
.header .badge.alert {
  background-color: #ed6c44;
}
.header [class^="icon-"] {
  color: #2B2B28;
  font-size: 18px;
}
.header [class^="icon-"]:hover,
.header [class^="icon-"]:focus {
  color: base;
}
.header .logo {
  background: url(../images/clear-cmg-logo.png) no-repeat;
  background-size: 100% 100%;
  padding: 0;
  height: 65px;
  width: 130px;
}
.header .logout-section {
  margin-left: -14px;
  margin-right: -14px;
  width: 200px;
}
.header .logout-section > li {
  float: none;
  display: block;
  margin: 0;
  border-bottom: 1px solid #d7d7d7;
}
.header .logout-section > li.author-info {
  display: -ms-flexbox !important;
  display: flex !important;
  cursor: default;
}
.header .logout-section > li.author-info .author-img {
  height: 60px;
  width: 60px;
}
.header .logout-section > li.author-info .author-name-lg {
  -webkit-text-shadow: 0px 1px 1px #d7d7d7;
  -o-text-shadow: 0px 1px 1px #d7d7d7;
  -ms-text-shadow: 0px 1px 1px #d7d7d7;
  -moz-text-shadow: 0px 1px 1px #d7d7d7;
  text-shadow: 0px 1px 1px #d7d7d7;
  max-width: 170px;
  line-height: 26px;
}
.header .logout-section > li:last-child {
  border-bottom-width: 0;
}
.header .logout-section > li a {
  padding: 10px;
}
.header .logout-section > li a:hover,
.header .logout-section > li a:focus {
  background-color: #f4f4f4;
  color: #000000;
}
.header .logout-section > li a [class^="icon-"] {
  margin-right: 5px;
}
.header .author-name:after {
  content: '>';
  font: 14px "Consolas", monospace;
  transform: rotate(90deg);
  right: 10px;
  top: 7px;
  padding: 0 0 2px;
  position: absolute;
}
.header .author-name:after {
  right: 0px;
  top: 10px;
}
/* Search box */
.searchbox-wrap .searchbox {
  border: none;
  outline: none;
  padding-right: 20px;
  width: 0px;
  position: absolute;
  right: 0px;
  background: transparent;
  z-index: 3;
  cursor: pointer;
  transition: width 0.3s ease 0s;
}
.searchbox-wrap .searchbox:focus,
.searchbox-wrap .searchbox.ng-not-empty {
  width: 320px !important;
  height: 32px !important;
  max-width: 400px;
  z-index: 1;
  border: 1px solid #d7d7d7;
  cursor: text;
  border-radius: 8px;
  padding: 4px 45px 4px 10px !important;
  background: #FFFFFF;
  color: #333;
  top: -5px;
  right: -10px;
}
.searchbox-wrap .searchbox:focus + [class^="icon-"],
.searchbox-wrap .searchbox.ng-not-empty + [class^="icon-"] {
  z-index: 4;
  color: #86ba41;
}
.searchbox-wrap [class^="icon-"] {
  top: 3px;
  z-index: 105;
  cursor: pointer;
}
.searchbox-wrap .control-label {
  position: absolute;
  bottom: -26px;
  right: -10px;
  width: 320px;
  background: #FFFFFF;
  padding: 2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .searchbox-wrap .searchbox {
    padding: 0px !important;
    top: 3px;
    width: 20px !important;
    height: 22px;
    color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .searchbox-wrap .control-label {
    right: -140px;
  }
  .searchbox-wrap .searchbox:focus,
  .searchbox-wrap .searchbox.ng-not-empty {
    width: 190px !important;
  }
}
.author-panel {
  border: 1px solid #86ba41;
  padding: 5px 10px 5px 10px;
  background: #FFFFFF;
  max-height: 51px;
}
.author-img {
  height: 40px;
  width: 40px;
  background: #f5f5f5;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
}
.author-img img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.author-info {
  margin: 0 10px;
}
.author-info > a.vertical-center {
  display: -ms-flexbox !important;
  display: flex !important;
  height: 40px;
}
.author-info .author-name {
  font-family: 'OpenSans-SemiBold';
  padding-left: 10px;
  padding-right: 20px;
}
.author-info .last-login {
  font-family: 'OpenSans-SemiBold';
  font-size: 12px;
}
.author-info span {
  margin-bottom: -2px;
  max-width: 150px;
  font-size: 11px;
}
/* Error panel */
.alert-message {
  color: #FFFFFF;
  padding: 10px 5px;
}
.error-section .panel-group {
  overflow: auto;
  max-height: 264px;
  margin-bottom: 0;
}
.error-section .arrow {
  color: #FFFFFF;
  display: inline-block;
  padding: 8px 13px;
  right: 20px;
  position: absolute;
  top: -36px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.error-section .arrow .glyphicon {
  color: #FFFFFF;
}
.error-sub-section a {
  text-decoration: underline;
}
/* Error panel end */
/* SubMenu */
.menu-text {
  display: inline-block;
}
.navbar-toggle .icon-bar {
  background: #FFFFFF;
}
.navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
/* Horizontal Menu */
.main-nav {
  background: #2B2B28;
  position: relative;
}
.menu-horizontal [class^="icon-"] {
  margin-right: 5px;
  font-size: 24px;
  vertical-align: middle;
  top: -1px;
}
.menu-horizontal .menu-item > a {
  border-top: 4px solid transparent;
  color: #f1f1f1;
  font-family: 'OpenSans-SemiBold';
  padding: 10px 15px 13px 15px;
  transition: all 0.2s ease-out;
  background-color: transparent;
}
.menu-horizontal .menu-item > a:hover {
  background-color: #636363 !important;
  border-top: 4px solid #86ba41 !important;
}
.menu-horizontal .menu-item > a:hover [class^="icon-"] {
  color: #FFFFFF;
}
.menu-horizontal .menu-item > a:focus {
  background-color: transparent;
  border-top: 4px solid transparent;
}
.menu-horizontal .menu-item > a [class^="icon-"] {
  color: #86ba41;
}
.menu-horizontal .menu-item.active > a,
.menu-horizontal .menu-item.active > a:hover,
.menu-horizontal .menu-item.active > a:focus {
  background-color: #636363;
  border-top: 4px solid #86ba41;
}
.menu-horizontal .menu-item.active > a [class^="icon-"] {
  color: #FFFFFF;
}
.menu-horizontal .menu-item.dropdown:after {
  font-family: 'Glyphicons Halflings';
  color: #FFFFFF;
  position: absolute;
  right: 7px;
  z-index: 2;
  top: 17px;
  pointer-events: none;
  content: "\e259";
  font-size: 11px;
  transition: transform 0.1s ease;
}
.menu-horizontal .menu-item.dropdown.open:after {
  transform: rotate(-180deg);
}
.menu-horizontal .menu-item.dropdown .dropdown-toggle {
  padding-right: 30px;
}
.menu-horizontal .dropdown-menu,
.menu-horizontal .dropdown-submenu {
  background: #2B2B28;
  width: 100%;
  min-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.menu-horizontal .dropdown-menu > li > a {
  color: #FFFFFF;
  padding: 7px;
  height: 34px;
}
.menu-horizontal .dropdown-menu > li > a:hover {
  background-color: #636363;
}
.menu-horizontal .clear-custom-menu .menu-item a {
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  height: 51px;
  border-top: 0 !important;
}
.menu-horizontal .clear-custom-menu .menu-item a:hover {
  background-color: #86ba41 !important;
}
.menu-horizontal .clear-custom-menu .menu-item a .menu-text {
  width: 65px;
  text-align: center;
  line-height: 1.6rem;
  font-size: 13px;
}
/* End-Horizontal Menu */
/* Vertical Menu */
.menu-vertical .glyphicon {
  color: #86ba41;
  margin-right: 5px;
  margin-left: auto;
}
.menu-vertical .glyphicon-menu-right {
  color: #FFFFFF;
  font-size: 9px;
  transition: transform 0.2s ease;
}
.menu-vertical .level-2 .glyphicon-menu-right {
  top: 5px;
}
.menu-vertical .menu-item {
  list-style-type: none;
}
.menu-vertical .menu-item [class^="icon-"] {
  margin-right: 10px;
}
.menu-vertical .menu-item > a[aria-expanded='true'] .glyphicon-menu-right {
  transform: rotate(90deg);
}
.menu-vertical .menu-item.menu-inactive a,
.menu-vertical .menu-item.menu-inactive a:hover {
  background: #c9c8c6;
  color: #979694;
  cursor: default;
}
.menu-vertical .menu-item.menu-inactive a > [class^="icon-"],
.menu-vertical .menu-item.menu-inactive a .glyphicon {
  color: #979694;
}
.menu-vertical .menu-item.menu-inactive .innermenu {
  display: none;
}
.menu-vertical .menu-item .level-1 {
  background: #2B2B28;
  border-bottom: 1.2px solid #FFFFFF;
  color: #FFFFFF;
  display: block;
  font-family: 'OpenSans-SemiBold';
  font-size: 13px;
  padding: 15px 10px;
}
.menu-vertical .menu-item .level-1:hover {
  background: #5e5e5e;
  color: #FFFFFF;
}
.menu-vertical .menu-item .level-1 [class^="icon-"] {
  margin-left: 5px;
}
.menu-vertical .menu-item .level-2 {
  background: #4d4d4d;
  border-bottom: 1px solid #9F9F9F;
  color: #bcbbb9;
  display: block;
  padding: 10px 10px 10px 25px;
  font-size: 13px;
}
.menu-vertical .menu-item .level-2:hover {
  background: #5e5e5e;
  color: #FFFFFF;
}
.menu-vertical .menu-item .level-3 {
  background: #4d4d4d;
  border-bottom: 1px solid #9F9F9F;
  color: #bcbbb9;
  display: block;
  padding: 10px 10px 10px 35px;
  font-size: 13px;
}
.menu-vertical .menu-item .level-3:hover {
  background: #5e5e5e;
  color: #FFFFFF;
}
.menu-vertical .menu-item .menu-text {
  vertical-align: middle;
}
.menu-vertical .menu-item [class^="icon-"] {
  color: #86ba41;
}
.menu-vertical .menu-item .innermenu [class^="icon-"] {
  font-size: 18px;
  min-width: 18px;
}
.menu-vertical .menu-item .sprite {
  height: 32px;
  width: 32px;
  margin-right: 10px;
}
.menu-vertical .menu-item.active > a,
.menu-vertical .menu-item.active > a:hover,
.menu-vertical .menu-item.active > a:focus {
  background: #86ba41;
  color: #FFFFFF;
}
.menu-vertical .menu-item.active a [class^="icon-"],
.menu-vertical .menu-item.active a:hover [class^="icon-"] {
  color: #FFFFFF;
}
.menu-vertical .menu-item.active:hover {
  background: #86ba41;
  color: #FFFFFF;
}
.menu-vertical .menu-item.active .glyphicon {
  color: #FFFFFF;
}
.innermenu {
  transition: all 0.3s ease;
}
/* End - Vertical Menu */
/*BreadCrumb */
.breadcrumb-section {
  background-color: #f5f5f5;
}
breadcrumb {
  min-height: 38px;
}
.breadcrumb {
  display: inline-block;
  font-family: 'OpenSans-Bold';
  margin: 1px 0px;
  padding: 8px 0;
}
.breadcrumb > li:last-child {
  color: #333;
  font-family: 'OpenSans';
}
.breadcrumb > li + li:before {
  color: #636363;
  content: '\003e';
  padding: 0 5px;
}
.breadcrumb.right-side {
  background: transparent;
  padding: 0;
  padding-bottom: 10px;
  font-family: 'OpenSans';
}
.breadcrumb.right-side > li:after {
  content: "/";
  margin: 0 10px;
  font-family: 'OpenSans-Bold';
}
.breadcrumb.right-side > li:last-child:after {
  content: none;
}
.breadcrumb.right-side > li + li:before {
  content: none;
}
.breadcrumb a {
  color: #333;
}
/*End - BreadCrumb */
/*InnerContent */
article {
  background: #FFFFFF;
  border-radius: 4px;
  min-height: 100%;
  padding: 15px;
  margin: 0 15px;
  width: calc(100% - 30px);
}
article.dashboard {
  background-color: #ededed;
}
input[type='text']:placeholder-shown {
  color: #333;
}
/* End - InnerContent */
/* Floating modal tab */
.floating-tab {
  background-color: #FFFFFF;
  border: 1px solid #9F9F9F;
  position: absolute;
  right: 0;
  z-index: 999;
}
.floating-tab .panel-title {
  color: #FFFFFF;
  font-size: 13px;
  font-family: 'OpenSans-Bold';
}
.overlay.first {
  opacity: 0;
  z-index: 998;
}
/* validation error panel*/
.ng-pageslide {
  background: #f4f4f4;
  max-height: 300px !important;
}
.ng-pageslide.auto-height {
  height: auto !important;
}
body.ng-pageslide-body-open::before {
  background-color: #000000;
  bottom: 0;
  content: '.';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1s;
  z-index: 1;
  opacity: 0.5;
  pointer-events: all;
}
body.ng-pageslide-body-closed::before {
  background-color: #000000;
  bottom: 0;
  content: '.';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1s;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
/* end of validation error panel*/
/*Bootstrap Popover */
.fa-exclamation-triangle + .popover {
  border-radius: 0px;
  background-color: #FFFFFF;
  font-family: 'OpenSans';
  left: -212px !important;
  max-width: 350px;
  padding: 0px;
  width: 350px;
}
.fa-exclamation-triangle + .popover.bottom > .arrow {
  left: 67%;
}
.fa-exclamation-triangle + .popover.bottom > .arrow:after {
  border-bottom-color: #4d4d4d;
}
.fa-exclamation-triangle + .popover .popover-title {
  border-radius: 0px;
  background-color: #4d4d4d;
  color: #FFFFFF;
  font-weight: bold;
}
.fa-exclamation-triangle + .popover .popover-content {
  padding: 0px;
}
.fa-exclamation-triangle + .popover .popover-content > div:not(:last-child) {
  margin: 5px 15px 0px 15px;
}
.fa-exclamation-triangle + .popover .popover-content > div:not(:last-child) div {
  font-size: 11px;
}
.fa-exclamation-triangle + .popover .popover-content > div:not(:last-child) div.row {
  border-bottom: 1px solid #d7d7d7;
  margin-top: 5px;
}
.fa-exclamation-triangle + .popover .popover-content > div:not(:last-child) div.row a {
  text-decoration: underline;
}
.fa-exclamation-triangle + .popover .popover-content > div:not(:last-child) div label {
  font-size: 14px;
  margin-top: 0px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fa-exclamation-triangle + .popover .popover-content > div:not(:last-child) div label:first-of-type {
  color: #9F9F9F;
}
.fa-exclamation-triangle + .popover .popover-content > div:last-child {
  padding: 5px 0px;
  text-align: center;
}
.fa-exclamation-triangle + .popover .popover-content > div:last-child a,
.fa-exclamation-triangle + .popover .popover-content > div:last-child a:hover {
  color: #FFFFFF;
}
body > .popover {
  background-color: #f5f5f5;
  max-width: 100%;
  width: 60%;
}
body > .popover .popover-content {
  padding-bottom: 0px;
  padding-top: 0px;
}
body > .popover.bottom > .arrow::after {
  border-bottom-color: #f5f5f5;
}
body > .popover label {
  font-size: 11px;
}
body > .popover label.dark-grey {
  color: #333;
}
.custom-popover {
  width: 550px;
  max-width: 550px;
}
/*End - Bootstrap Popover */
/*Bootstrap Accordion */
.panel-default {
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.panel-default > .panel-heading {
  background: #4d4d4d;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  padding: 0;
  border-bottom: 1px solid #9F9F9F;
}
.panel-default > .panel-sub-heading {
  background: #888;
}
.panel-default > .error-panel {
  background: #ed6c44;
}
.panel-heading .panel-title a {
  display: block;
  padding: 10px 15px;
  font-family: 'OpenSans-SemiBold';
  text-decoration: none;
  font-size: 13px;
}
.panel-body {
  padding: 5px 15px 15px 15px;
  border: 1px solid #9F9F9F;
  border-top: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body .row {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
  margin-top: 5px;
}
.panel-body .row.flex-start {
  -moz-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important;
}
.panel-body .align-top {
  -moz-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important;
}
.panel-body .vertical-center {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-align: center !important;
  align-items: center !important;
}
.panel-body.list-panel {
  max-height: 350px;
  overflow-y: auto;
  padding: 15px 50px 35px 30px;
}
.panel-body.list-default-resolution {
  height: 205px;
  width: 350px;
}
.panel-title a[aria-expanded='false'] .glyphicon-menu-up {
  transform: rotate(180deg);
}
.panel-title .glyphicon-menu-up {
  font-size: 13px;
  color: #FFFFFF;
  transition: transform 0.5s ease;
}
.panel-group .panel {
  border: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-group .panel-default {
  border-top-width: 0;
}
.panel-group .panel-default.noborder-bottom {
  border-bottom-width: 0;
  box-shadow: none;
}
.panel-group .panel-default.noborder-bottom .panel-heading {
  border: 1px solid #9F9F9F;
}
.panel-subheading {
  background-color: #636363;
  color: #FFFFFF;
  font-family: 'OpenSans-Bold';
  margin: -6px -16px;
  padding: 8px 7px;
}
.panel-subheading > span {
  margin: 0px 8px;
}
.list-padding {
  padding-left: 50px;
}
.list-padding li {
  padding: 5px 40px 5px 0px;
}
/* CAM- Product details */
.license-section {
  border: 1px solid #d7d7d7;
  padding-bottom: 15px;
}
/* CAM Contact Page */
.picture-overlay {
  height: 202px;
  width: 202px;
}
.picture-section {
  height: 100%;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #d7d7d7;
  position: relative;
}
.splitter {
  height: 1px;
  width: 100%;
  background: #d7d7d7;
  margin-top: 10px;
}
/*table CSS*/
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-responsive.has-error {
  border: 1px solid #f94442;
  margin-bottom: 20px;
}
.table-responsive.has-error .table {
  margin-bottom: 0;
  border-top: 1px solid #f94442;
}
.table > thead > tr > th {
  background-color: #7a7a7a;
  color: #f5f5f5;
  font-family: 'OpenSans-SemiBold';
  vertical-align: middle;
  white-space: pre-wrap;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #d7d7d7;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
  font-size: 13px;
}
td.table-align-bottom {
  vertical-align: bottom !important;
}
.product-details thead tr:nth-of-type(2) th:not(:last-child) {
  width: 100px;
}
.table-responsive .table.lock-details td,
.table-responsive .table.lock-details th {
  white-space: nowrap;
}
.table-responsive .table.lock-details td:first-child,
.table-responsive .table.lock-details th:first-child {
  white-space: normal;
}
/*End- table CSS*/
/* Crop tool */
.cropArea {
  height: 300px;
  width: 100%;
  border: 1px solid #d7d7d7;
  float: left;
  margin: 40px 0px auto auto;
  overflow: hidden;
}
.image-size {
  color: #ccc;
  font-size: 18px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 200px;
}
/*Bootstrap Form Fields*/
.form-control,
.has-error .form-control:focus,
.has-error .form-control,
.form-control:focus,
.has-success .form-control:focus {
  box-shadow: none;
}
.form-control {
  border-radius: 2px;
  height: 30px;
  font-family: 'OpenSans-SemiBold';
  font-size: 13px;
}
.form-control.pad-10,
.form-control.pad-10:focus {
  height: auto;
  box-shadow: none;
}
.form-control:focus {
  border-color: #8eda3b;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(126, 239, 104, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(126, 239, 104, 0.6);
}
.set-focus {
  border-radius: 0;
  height: 30px;
}
.set-focus.pad-10 {
  height: auto;
}
.set-focus:focus {
  border-color: orange;
}
.profileimg {
  height: 100%;
  width: 100%;
}
.profileimg-warning {
  color: #a94442;
  float: left;
  margin-top: 40px;
  text-align: right;
  width: 100%;
}
textarea.onelinescroll {
  max-height: 30px;
  height: 30px;
  resize: none;
}
/*unauthorized*/
.access-denied {
  background: url(../images/access-denied.png);
  height: 280px;
  width: 280px;
}
.header.border-bottom {
  border-bottom: 1px solid #d7d7d7;
}
/* ViewPipeline */
.semi-bold {
  font-family: 'OpenSans-SemiBold';
}
@media screen and (min-width: 1360px) {
  .view-pipeline .col-lg-2 {
    width: 15%;
  }
  .top-10.column-pad {
    padding: 0;
  }
}
/* Admin Fee update */
.table-footer td {
  border-width: 0;
  background: #f4f4f4;
}
/* ViewPipeline End */
.fileUpload {
  overflow: hidden;
  position: relative;
}
.fileUpload input.upload {
  margin: 0;
  padding: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/** Upload Btn End **/
/*===============Modal dialog===============*/
.overlay-mc {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000;
  left: 0px;
  top: 0px;
}
.modal.lg-modal-mc {
  /* When the browser is at least 500px and above */
  /* When the browser is at least 800px and above */
  /* When the browser is at least 1000px and above */
  /* When the browser is at least 1200px and above */
}
@media all and (min-width: 500px) {
  .modal.lg-modal-mc .modal-dialog {
    width: 440px;
    max-width: 450px;
    min-width: 300px;
  }
}
@media all and (min-width: 800px) {
  .modal.lg-modal-mc .modal-dialog {
    width: 790px;
    max-width: 800px;
  }
}
@media all and (min-width: 1000px) {
  .modal.lg-modal-mc .modal-dialog {
    width: 990px;
    max-width: 1000px;
  }
}
@media all and (min-width: 1200px) {
  .modal.lg-modal-mc .modal-dialog {
    width: 1190px;
    max-width: 1200px;
  }
}
/*Stepped Progress Indicator*/
.stage-container {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 20px 0;
}
.stage {
  display: inline-block;
  min-height: 112px;
  position: relative;
  text-align: center;
  min-width: 110px;
  max-width: 110px;
}
.stage:after {
  right: 0;
  display: none;
}
.stage:before {
  left: 0;
  display: none;
}
.stage:not(:first-of-type):before,
.stage:not(:last-of-type):after {
  background-color: #eeeeee;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  content: '';
  height: 5px;
  margin-top: -33px;
  position: absolute;
  top: 55px;
  width: 50%;
}
.stage-title {
  font-size: 11px;
  word-wrap: break-word;
}
.stage-header {
  -webkit-border-radius: 50%;
  background-color: #eeeeee;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  color: #ccc;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  position: relative;
  text-align: center;
  width: 50px;
  z-index: 1;
}
.stage.tmm-current:after {
  background-color: #ebcb27;
  border: 0;
}
.stage.tmm-current:before {
  background-color: #ebcb27;
  border: 0;
}
.stage.tmm-current .stage-header {
  background-color: #ebcb27;
  border-color: #ccae13;
  color: #FFFFFF;
}
.stage.tmm-completed:after {
  background-color: #86ba41;
  border: 0;
}
.stage.tmm-completed:before {
  background-color: #86ba41;
  border: 0;
}
.stage.tmm-completed .stage-header {
  background-color: #86ba41;
  border-color: #6b9434;
  color: #FFFFFF;
}
.stage.tmm-todo:after {
  background-color: #9F9F9F;
  border: 0;
}
.stage.tmm-todo:before {
  background-color: #9F9F9F;
  border: 0;
}
.stage.tmm-todo .stage-header {
  background-color: #9F9F9F;
  border-color: #868686;
  color: #FFFFFF;
}
.stage-container [class*="icon-"]:before {
  left: 15px;
  position: absolute;
  top: 28%;
}
/*Stepped Progress bar ends*/
/*Common CSS START*/
input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: 'OpenSans';
}
input::-moz-placeholder {
  font-size: 13px;
  font-family: 'OpenSans';
}
input:-ms-input-placeholder {
  font-size: 13px;
  font-family: 'OpenSans';
}
input:-moz-placeholder {
  font-size: 13px;
  font-family: 'OpenSans';
}
::selection {
  background-color: #86ba41;
  color: #FFFFFF;
}
a {
  color: #86ba41;
}
.bg-transparent {
  background: transparent;
}
.center {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-space-between {
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
}
.flex-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.flex {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-1 {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- */
  /* Chrome */
  -ms-flex: 1 0 auto;
  /* IE 10 */
  flex: 1 0 auto;
}
.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.text-underline,
.text-underline:hover {
  text-decoration: underline;
}
.flex-inherit,
.main-content > :first-child {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: column;
  flex-direction: column;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- */
  /* Chrome */
  -ms-flex: 1 0 auto;
  /* IE 10 */
  flex: 1 0 auto;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-end {
  -ms-flex-pack: end;
  justify-content: end;
  justify-content: flex-end;
}
.full-width {
  width: 100%;
}
.bold,
label.bold {
  font-family: OpenSans-Bold !important;
}
.semi-bold {
  font-family: OpenSans-SemiBold !important;
}
.un-bold,
.panel-heading .panel-title a.un-bold {
  font-family: 'OpenSans';
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-green,
.panel-heading.bg-green {
  background-color: #86ba41;
}
.bg-dark-grey {
  background-color: #636363;
}
.bg-yellowish-orange {
  background-color: #fcac21;
}
.bg-orange,
.panel-heading.bg-orange {
  background-color: #ed6c44;
}
.border-light-grey {
  border: 1px solid #d7d7d7;
}
.border-dark-grey {
  border: 1px solid #9F9F9F;
}
.border-right {
  border-right: 1px solid #d7d7d7;
}
.font-light {
  color: #9F9F9F;
}
.rounded {
  border-radius: 4px;
}
.corner {
  border-radius: 0;
}
.color-black {
  color: #000000;
}
.color-black-important {
  color: #000000 !important;
}
.color-orange {
  color: #ed6c44;
}
.color-green,
[class^="icon-"] {
  color: #86ba41;
}
.color-blue {
  color: #6cb6e4;
}
.color-white {
  color: #FFFFFF !important;
}
.color-grey,
.color-grey:hover,
.color-grey:focus {
  color: #333;
}
.color-dark-red {
  color: #a94442;
}
.color-yellowish-orange {
  color: #fcac21 !important;
}
.color-red {
  color: #f94442;
}
.c-btn {
  border: 0;
  color: #FFFFFF;
  padding: 5px 20px;
  transition: all 0.2s ease-out;
}
.c-btn + .c-btn {
  margin-left: 10px;
}
.c-btn.btn-icon-only {
  padding: 3px 8px;
}
.c-btn.bg-green:not(:disabled):hover,
.c-btn.bg-green:not(:disabled):focus {
  background-color: #639a33;
  outline-width: 0;
}
.c-btn.bg-dark-grey:not(:disabled):hover,
.c-btn.bg-dark-grey:not(:disabled):focus {
  background-color: #4d4d4d;
  outline-width: 0;
}
.c-btn.btn-lg {
  font-size: 16px;
  padding: 10px 20px;
  outline-width: 0;
}
.c-btn.focus,
.c-btn:focus,
.c-btn:hover {
  color: #FFFFFF;
}
.btn-font-only {
  background: transparent;
  padding: 0;
}
.btn-font-only:disabled {
  color: initial;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.4;
}
.text-left {
  text-align: left !important;
}
.txt-box,
.drpdwn-box {
  border: 1px solid #d7d7d7;
  padding: 3px 5px;
  color: #000000;
}
.txt-box.invalid,
.drpdwn-box.invalid {
  border: 1px solid #f94442;
}
.drpdwn-box {
  padding-right: 22px;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ddl-icon {
  position: absolute;
  background-color: #86ba41;
  color: #FFFFFF;
  height: 30px;
  width: 28px;
  font-size: 16px;
  top: 0;
}
.ddl-icon:before {
  left: 7px;
  top: 6px;
  position: relative;
}
.ddl-icon + .drpdwn-box {
  padding-left: 35px;
}
.drpdwn-box + .glyphicon {
  color: #636363;
  float: right;
  font-size: 12px;
  margin-right: 5px;
  margin-top: -22px;
  padding-right: 5px;
  pointer-events: none;
}
select::-ms-expand {
  display: none;
}
.input-icon {
  position: relative;
}
.input-icon > .txt-box {
  padding-left: 15px;
  padding-right: 0;
}
.input-icon > i {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(2px, -50%);
  width: 15px;
  font-style: normal;
}
.disabled-input,
[disabled].form-control,
[readonly].form-control,
fieldset[disabled] .form-control {
  background: #f4f4f4;
}
.txt-size-lg {
  font-size: 26px;
}
.txt-size-md {
  font-size: 22px;
}
.txt-size-sm {
  font-size: 18px;
}
.txt-size-xs {
  font-size: 13px;
}
.word-wrap {
  word-wrap: break-word;
}
/* Added class for top bottom spacing*/
.block {
  display: block;
}
.vertical-center {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-align: center !important;
  align-items: center !important;
}
.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.mar-left-auto {
  margin-left: auto;
}
.mar-0 {
  margin: 0 !important;
}
.mar-lr-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mar-r-10 {
  margin-right: 10px;
}
.mar-l-10 {
  margin-left: 10px;
}
.pad-l-250 {
  padding-left: 250px !important;
}
.pad-l-10 {
  padding-left: 10px !important;
}
.pad-r-10 {
  padding-right: 10px !important;
}
.pad-0 {
  padding: 0;
}
.pad-10 {
  padding: 10px;
}
.border-bottom {
  border-bottom: 1px solid #9F9F9F;
}
.top-10 {
  margin-top: 10px !important;
}
.pad-top-bot-5 {
  padding-bottom: 5px;
  padding-top: 5px;
}
.column-pad {
  padding-left: 15px;
  padding-right: 15px;
}
.pad-bottom-40 {
  padding-bottom: 40px !important;
}
.width-200 {
  width: 200px !important;
}
.width-170 {
  width: 170px !important;
}
.width-75 {
  width: 75px !important;
}
.error-le {
  color: #a94442;
  font-size: 10px;
}
.pointer {
  cursor: pointer;
}
.inline-block {
  display: inline-block;
}
.doc-line-height {
  line-height: 30px;
}
[class^="icon-"]:not(.hide) + [class^="icon-"] {
  margin-left: 10px;
}
.checkbox-inline,
.radio-inline {
  height: 30px;
  margin-right: 10px;
  padding: 4px 0;
}
label {
  color: #5f5f5f;
  font-family: 'OpenSans-SemiBold';
  margin-top: 5px;
  font-size: 13px;
}
label.bold {
  font-family: 'OpenSans-Bold';
}
.btn-section .btn {
  margin-top: 10px;
}
.has-error .form-control {
  border-color: #f94442;
}
.has-error .form-control:focus,
.txt-box.invalid:focus,
.drpdwn-box.invalid:focus {
  border-color: #8eda3b;
}
.required-indicator,
.required,
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error select + span.glyphicon-menu-down,
.file-size-indicator,
label.borrowerLE {
  color: #f94442;
}
.panel [class*='col-'] {
  margin-top: 5px;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
/* need to remove in future */
.grid-sample {
  border: 1px solid #d7d7d7;
  height: 200px;
}
/* Logo */
.prelogin-logo {
  margin-left: 100px;
  height: 65px;
  width: 130px;
}
.login-panel-logo {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 80px;
  background: url(../images/clear-cmg-logo.png) no-repeat;
  margin-bottom: 25px;
}
.icon-housing {
  background: url(../images/equal-housing-lender.png) no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
}
/** 1003 Styles **/
.panel-heading .panel-title .loan-accordion {
  padding: 7px 15px;
}
.or {
  padding-left: 15px;
  padding-right: 15px;
}
.address-border {
  border: 1px solid #d7d7d7;
  padding: 5px 10px;
}
/* error page */
.mar-l-20 {
  margin-left: 20px !important;
}
/** End of 1003 Styles **/
/* Left Menu Responsive */
.nav-trigger {
  display: none;
}
.nav-trigger:checked + main aside {
  width: 50px;
}
.nav-trigger:checked + main aside + article {
  width: calc(100% - 80px);
}
.nav-trigger:checked + main .icon-arrowleft {
  transform: rotate(180deg);
}
.nav-trigger:checked + main .menu-vertical > ul > li {
  position: relative;
  width: 50px;
}
.nav-trigger:checked + main .menu-vertical > ul > li .menu-text,
.nav-trigger:checked + main .menu-vertical > ul > li > a .glyphicon-menu-right {
  display: none;
}
.nav-trigger:checked + main .menu-vertical > ul > li .level-1 + ul {
  position: absolute;
  border: 2px solid #FFFFFF;
  top: 0px;
  left: 50px;
  z-index: 100;
}
.nav-trigger:checked + main .menu-vertical > ul > li .level-1 + ul li {
  width: 270px;
}
.nav-trigger:checked + main .menu-vertical > ul > li .level-1 + ul li .menu-text,
.nav-trigger:checked + main .menu-vertical > ul > li .level-1 + ul li > a .glyphicon-menu-right {
  display: inline-block;
}
.nav-trigger:checked + main .menu-vertical > ul > li .highlighter + ul:not('.in') {
  display: none;
}
.nav-trigger:checked + main .menu-vertical .highlighter:before {
  content: "";
  position: absolute;
  left: 0;
  border-left: 3px solid #86ba41;
  height: calc(100% - 2px);
}
/* Left Menu Responsive End */
/* Left Menu  */
.menu-vertical li {
  width: 270px;
}
.menu-vertical > ul > li > a {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5rem;
}
.menu-vertical > ul > li > a.highlighter + ul:not('.in') {
  display: block;
}
.resizer {
  border-bottom: 1.2px solid #FFFFFF;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-pack: end;
  justify-content: end;
  justify-content: flex-end;
  cursor: pointer;
  padding: 15px;
}
.resizer .icon-arrowleft[class^="icon-"] {
  color: #FFFFFF;
  font-size: 14px;
  width: 90%;
  margin: 0;
}
.resizer .icon-arrowleft[class^="icon-"]:before {
  float: right;
}
aside {
  background-color: #2B2B28;
  width: 270px;
}
aside + article {
  width: calc(100% - 300px);
}
/* Left Menu End */
.content-panel {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- */
  /* Chrome */
  -ms-flex: 1 0 auto;
  /* IE 10 */
  flex: 1 0 auto;
}
.alert.alert-danger p:before {
  content: '*';
  padding-right: 5px;
}
/*Custom CheckBox and Radio */
.disableChkboxLabel {
  opacity: 0.4;
  pointer-events: none;
}
.chk-box,
.radio-box {
  padding-left: 30px;
  position: relative;
}
.chk-box input,
.radio-box input {
  opacity: 0;
  pointer-events: none;
}
.visible-hide {
  display: none !important;
}
.chk-box label.box,
.radio-box label.box {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 2px solid #878787;
  cursor: pointer;
  left: 0px;
  margin-top: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
}
.panel-heading.bg-green .chk-box label.box,
.panel-heading.bg-green .radio-box label.box {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.chk-box label.box.invalid,
.radio-box label.box.invalid {
  border: 2px solid #f94442;
}
.chk-box label,
.radio-box label {
  margin-top: 0;
  color: #000000;
}
.chk-box label.box:after,
.radio-box label.box:after {
  content: '';
  opacity: 0;
  position: absolute;
}
.chk-box input:checked + label,
.radio-box input:checked + label {
  background-color: #86ba41;
  border: 1px solid #86ba41;
}
.panel-heading.bg-green .chk-box input:checked + label,
.panel-heading.bg-green .radio-box input:checked + label {
  background-color: #FFFFFF;
  border: 1px solid #d7d7d7;
}
.chk-box > input:not(:checked):focus + label.box,
.radio-box > input:not(:checked):focus + label.box {
  border: 2px solid #86ba41;
}
.has-error.chk-box input:checked + label,
.has-error.radio-box input:checked + label,
.has-error .chk-box input:checked + label,
.has-error .radio-box input:checked + label {
  background: #f94442;
  border: 1px solid #f94442;
}
.has-error.radio-box label.box:after,
.has-error .radio-box label.box:after {
  background: #f94442;
}
.has-error.radio-box label.box + label,
.has-error .radio-box label.box + label {
  color: #f94442;
}
.has-error.chk-box label.box,
.has-error.radio-box label.box,
.has-error .chk-box label.box,
.has-error .radio-box label.box {
  border-color: #f94442;
}
.chk-box input:checked + label.disabled-green {
  background: #86ba41;
}
.chk-box input:checked + label > span,
.radio-box input:checked + label > span {
  margin-left: 26px;
}
.chk-box input:checked + label:after,
.radio-box input:checked + label:after {
  opacity: 1;
}
.chk-box input[disabled="disabled"] + label {
  background: #f4f4f4 !important;
  border: 1px solid #d7d7d7 !important;
  cursor: not-allowed;
}
.chk-box input[disabled="disabled"] + label.box:after {
  border-color: #d7d7d7 !important;
  border-right: 0;
  border-top: 0;
}
.chk-box input[disabled="disabled"] + label + label {
  color: #d7d7d7;
  cursor: not-allowed;
}
.radio-box input[disabled="disabled"] + label {
  background: #f4f4f4;
  border: 1px solid #d7d7d7;
  cursor: not-allowed;
}
.radio-box input[disabled="disabled"] + label.box:after {
  background: #d7d7d7;
  border-color: #f4f4f4;
}
.radio-box input[disabled="disabled"] + label + label {
  color: #d7d7d7;
  cursor: not-allowed;
}
.chk-box label.box:after {
  -webkit-transform: rotate(-45deg);
  height: 6px;
  width: 10px;
  border: 2px solid #FFFFFF;
  border-right: 0;
  border-top: 0;
  left: 4px;
  top: 5px;
  transform: rotate(-45deg);
}
.panel-heading.bg-green .chk-box label.box:after {
  border: 2px solid #86ba41;
  border-right: 0;
  border-top: 0;
}
.radio-box label.box:after {
  height: 14px;
  width: 14px;
  -webkit-top: 2px;
  -o-top: 2px;
  -ms-top: 2px;
  -moz-top: 2px;
  top: 2px;
  -webkit-left: 2px;
  -o-left: 2px;
  -ms-left: 2px;
  -moz-left: 2px;
  left: 2px;
  background: #86ba41;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
}
.radio-box label.box {
  border-radius: 50%;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0px;
}
.radio-inline:not(:last-child),
.checkbox-inline:not(:last-child) {
  margin-right: 20px;
}
.align-bottom {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important;
}
.disabled-txtarea {
  max-height: 50px;
  resize: none;
}
.no-resize {
  resize: none;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-26 {
  line-height: 26px;
}
.cd-chkbox .checkbox-inline:last-of-type {
  margin-right: 0px;
}
.cd-chkbox .checkbox-inline:first-of-type {
  margin: 0px 10px;
}
/* Font Icon */
.icon-delete,
.icon-cancel-1,
.icon-notifications,
.icon-lock.red,
.icon-alerts.orange,
.icon-cancel {
  color: #ed6c44;
}
.icon-re-lock.blue {
  color: #418dcc;
}
.icon-clock {
  color: #8ac7e1;
}
.icon-alerts.black {
  color: #2B2B28;
}
.icon-tick {
  color: #86ba41;
}
.icon-edit {
  font-size: 20px;
}
.btn[class^="icon-"].icon-edit:hover:not(:disabled) {
  color: #86ba41;
}
.btn[class^="icon-"].icon-delete:hover:not(:disabled) {
  color: #ed6c44;
}
.icon-lock.grey {
  color: #f4f4f4;
}
.icon-lock.dark-grey {
  color: #333;
}
.icon-lock.green {
  color: #86ba41;
}
.yellow {
  color: #ebcb27;
}
.icon-stop.dark-grey {
  color: #333;
}
.icon-alerts.orange:after {
  content: "";
  background: url(../images/alert-blink.png) no-repeat;
  height: 20px;
  width: 36px;
  position: absolute;
  top: -4px;
  left: -6px;
  animation: blinker 1s linear infinite;
}
.ui-grid .icon-alerts.orange:after {
  background-size: 75%;
}
.ui-grid-cell-contents .icon-alerts + a.bold.color-green {
  margin-left: 10px;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/* Declaration Page */
.table > tbody > tr > td.declaration-custom-table {
  border: 0 !important;
  padding: 0;
}
.table > tbody > tr > td.declaration-custom-table > div.has-error table {
  border: 1px solid #f94442;
}
.table > tbody > tr > td.declaration-custom-table table {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.table > tbody > tr > td.declaration-custom-table table td {
  padding: 8px 0;
}
.table > tbody > tr > td.declaration-custom-table table td:not(:last-child) {
  border-right: 1px solid #d7d7d7;
}
/** ListBox Group **/
.list-group {
  background: #f4f4f4;
  border: 1px solid #d7d7d7;
  height: 207px;
  overflow-y: scroll;
}
.list-group > li.list-group-item {
  border: 0;
  padding: 5px 10px;
  height: 35px;
  margin-right: 1px;
  background: inherit;
}
/** ListBox Group End **/
/** DatePicker Component **/
.long-label .input-group.datepicker {
  width: 170px !important;
}
.datepicker .btn .icon-datepicker {
  padding: 0px 3px;
  color: #717171;
  margin-right: 0;
}
.datepicker > .input-group-btn > .btn {
  border-radius: 2px;
  padding: 2px;
  outline: none;
}
.datepicker > .input-group-btn > .btn .fa-calendar {
  color: #333;
  font-size: 14px;
}
.uib-datepicker-popup,
.datetime-picker-dropdown {
  border: 0;
  padding: 3px 10px;
}
.uib-datepicker-popup .btn,
.datetime-picker-dropdown .btn {
  border: 0;
}
.uib-datepicker-popup .active,
.datetime-picker-dropdown .active {
  background-color: #86ba41;
  border-radius: 20px;
}
.text-muted {
  color: #d8d8d8;
}
.uib-datepicker-popup .active .text-info,
.datetime-picker-dropdown .active .text-info {
  color: #FFFFFF;
}
.uib-datepicker-popup .btn-default:hover,
.datetime-picker-dropdown .btn-default:hover {
  border-radius: 20px;
}
.uib-datepicker .uib-weeks .btn:not(:disabled):active,
.uib-datepicker .uib-weeks .btn.active,
.uib-datepicker .uib-weeks .btn:not(:disabled):hover,
.uib-datepicker .uib-month .btn:not(:disabled):active,
.uib-datepicker .uib-month .btn.active,
.uib-datepicker .uib-month .btn:not(:disabled):hover,
.uib-datepicker .uib-year .btn:not(:disabled):active,
.uib-datepicker .uib-year .btn.active,
.uib-datepicker .uib-year .btn:not(:disabled):hover {
  background-color: #86ba41;
  border-color: #86ba41;
  color: #FFFFFF;
}
.uib-datepicker .btn.active .text-info {
  color: #FFFFFF;
}
/** End of DatePicker Component*/
/** Multi select dropdown **/
.multiselect-dropdown .multiselect-parent {
  width: 100%;
}
.multiselect-dropdown .btn {
  border: 1px solid #d7d7d7;
  border-radius: 0px;
  padding: 3px 10px;
  text-align: left;
  width: 100%;
}
.multiSelect > button {
  font-family: 'OpenSans-SemiBold';
  color: #000000;
}
.multiselect-dropdown .open.btn-group .dropdown-toggle {
  box-shadow: none;
}
.multiselect-dropdown .btn .caret {
  float: right;
  margin-top: 5px;
}
.multiSelect .show,
input + .dropdown-menu:not(.datetime-picker-dropdown),
.multiSelect .checkboxLayer,
.multiSelect .multiSelectItem {
  max-width: calc(100% - 30px);
  min-width: 260px;
}
.multiselect-dropdown .dropdown-menu {
  border-radius: 0;
  width: 100%;
}
.multiselect-dropdown .dropdown-menu .radio,
.multiselect-dropdown .dropdown-menu .checkbox,
.multiselect-dropdown .dropdown-menu label {
  margin-bottom: 2px;
  margin-top: 2px;
}
.multiselect-dropdown .open > .btn-default.dropdown-toggle:hover,
.multiselect-dropdown .open > .btn-default.dropdown-toggle:focus,
.multiselect-dropdown .btn-default:focus,
.multiselect-dropdown .btn-default:active,
.multiselect-dropdown .btn-default:hover {
  background: #FFFFFF;
  border: 1px solid #d7d7d7;
}
/** End of Multi select dropdown **/
/* Angular UI Grid CSS */
.ui-grid {
  height: auto !important;
  position: relative;
  z-index: 10;
}
.ui-grid-menu-button {
  border: 0 !important;
  height: 45px !important;
}
.ui-grid-menu-button .ui-grid-icon-container {
  margin-right: -4px !important;
  margin-top: 7px !important;
}
.ui-grid-icon-menu:before,
.ui-grid-icon-menu::before {
  vertical-align: bottom !important;
}
.ui-grid-top-panel {
  background: #717171;
}
.ui-grid-header-cell .ui-grid-cell-contents {
  color: #FFFFFF !important;
  padding: 10px !important;
}
.ui-grid-header-cell-label {
  font-family: 'OpenSans-SemiBold';
  font-size: 13px;
}
.ui-grid-column-menu-button {
  height: 100% !important;
}
.ui-grid-column-menu-button .ui-grid-icon-angle-down:before,
.ui-grid-column-menu-button .ui-grid-icon-angle-down::before {
  color: #FFFFFF !important;
  padding-top: 1em !important;
  vertical-align: middle !important;
}
.ui-grid-viewport {
  height: auto !important;
  min-height: 40px;
  overflow: auto !important;
  width: auto !important;
}
.ui-grid-canvas {
  height: inherit !important;
}
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #d7d7d7;
}
.ui-grid-row-selection-active .ui-grid-cell {
  background-color: #dff0d8 !important;
  border-color: #dddddd !important;
}
.ui-grid-row {
  border-bottom: 1px solid;
  border-color: #f1ecec !important;
  height: auto!important;
}
.ui-grid-row:last-child {
  border-bottom-width: 0px;
}
.ui-grid-row > div {
  display: table-row;
}
.ui-grid-row .ui-grid-cell {
  display: table-cell;
  float: none;
  height: auto!important;
  vertical-align: middle;
  border-color: #f1ecec;
}
.ui-grid-row .ui-grid-cell .ui-grid-cell-contents {
  padding: 10px !important;
  color: #000000;
  font-size: 13px;
}
.ui-grid-row .ui-grid-cell .ui-grid-cell-contents.word-wrapping {
  overflow: visible;
  word-wrap: break-word;
  white-space: normal;
}
.ui-grid-row .ui-grid-cell .ui-grid-cell-contents .cell-icon {
  left: 10px;
  position: absolute;
  top: 13px;
}
.ui-grid-row .ui-grid-cell .ui-grid-cell-contents i {
  font-style: normal;
  padding-right: 1px;
}
.ui-grid-row .ui-grid-cell .ui-grid-cell-contents.pad-0 {
  padding: 0 10px !important;
}
.ui-grid-render-container.ui-grid-render-container-body .ui-grid-cell:first-child,
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
  border-color: #f1ecec;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child,
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
  border-color: #f1ecec;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #fcfcfc;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #FFFFFF;
}
.pinning .ui-grid {
  height: 100% !important;
}
.pinning .ui-grid-cell,
.pinning .ui-grid-row > div {
  height: 50px !important;
}
.pinning .ui-grid-cell .ui-grid-cell-contents,
.pinning .ui-grid-row > div .ui-grid-cell-contents {
  height: auto !important;
  position: relative;
}
div.ui-grid-cell input[type=radio] {
  margin-top: 0;
}
.ui-grid-menu-button .ui-grid-menu {
  padding: 20px 0px 20px 10px !important;
}
.ui-grid-menu-mid {
  max-height: 300px !important;
}
.grid-results {
  font-size: 15px;
  margin-top: 10px;
}
.ui-grid .radio,
.ui-grid .checkbox {
  margin: 0;
}
.ui-grid .chk-box,
.ui-grid .radio-box {
  padding-left: 20px;
}
div.ui-grid-cell input.ng-invalid {
  border: 1px solid #6cb6e4;
}
div.ui-grid-cell input {
  height: 30px;
  padding: 3px 5px;
}
div.ui-grid-cell input.width-30 {
  width: 30%;
}
.ui-grid-cell-focus {
  background-color: transparent;
}
.grid-no-records {
  font-size: 1.2em;
  opacity: 0.25;
  position: absolute;
  bottom: 15px;
  z-index: 1000;
}
.btn-view,
.btn-view :hover {
  background: transparent !important;
  border: 1px solid #2c1af9;
  color: #2c1af9 !important;
  padding: 3px 20px;
}
div.ui-grid-cell .has-error input.ng-valid,
div.ui-grid-cell [ng-class='has-error'] input.ng-valid {
  border-color: #f94442 !important;
}
div.ui-grid-cell .has-error input.ng-valid:focus,
div.ui-grid-cell [ng-class='has-error'] input.ng-valid:focus {
  border-color: #8eda3b !important;
}
.ui-grid .required {
  margin-left: 1px;
}
.loan-number {
  color: #639a33;
  letter-spacing: 0.3px;
  font-size: 13px;
}
.ui-grid-icon-plus-squared:before {
  content: "\c350";
}
.ui-grid-icon-minus-squared:before {
  content: "\c351";
}
.ui-grid-icon-search:before {
  content: "\c352";
}
.ui-grid-icon-cancel:before {
  content: "\c353";
}
.ui-grid-icon-info-circled:before {
  content: "\c354";
}
.ui-grid-icon-lock:before {
  content: "\c355";
}
.ui-grid-icon-lock-open:before {
  content: "\c356";
}
.ui-grid-icon-pencil:before {
  content: "\c357";
}
.ui-grid-icon-down-dir:before {
  content: "\c358";
}
.ui-grid-icon-up-dir:before {
  content: "\c359";
}
.ui-grid-icon-left-dir:before {
  content: "\c35a";
}
.ui-grid-icon-right-dir:before {
  content: "\c35b";
}
.ui-grid-icon-left-open:before {
  content: "\c35c";
}
.ui-grid-icon-right-open:before {
  content: "\c35d";
}
.ui-grid-icon-angle-down:before {
  content: "\c35e";
}
.ui-grid-icon-filter:before {
  content: "\c35f";
}
.ui-grid-icon-sort-alt-up:before {
  content: "\c360";
}
.ui-grid-icon-sort-alt-down:before {
  content: "\c361";
}
.ui-grid-icon-ok:before {
  content: "\c362";
}
.ui-grid-icon-menu:before {
  content: "\c363";
}
.ui-grid-icon-indent-left:before {
  content: "\e800";
}
.ui-grid-icon-indent-right:before {
  content: "\e801";
}
.ui-grid-icon-spin5:before {
  content: "\ea61";
}
/* End */
/* Prepaid and Escrow grid*/
.ui-grid-header-cell .ui-grid-cell-contents.headerMain {
  padding: 0px !important;
}
.ui-grid-header-cell .ui-grid-cell-contents.headerMain .ui-grid-header-cell-label {
  text-align: center;
  padding: 10px;
}
.ui-grid-header-cell .ui-grid-cell-contents.headerMain > .row {
  border-top: 1px solid #d7d7d7;
}
.ui-grid-header-cell .ui-grid-cell-contents.headerMain > .row .ui-grid-header-cell-label:not(:last-child) {
  border-right: 1px solid #d7d7d7;
}
.ui-grid-header-cell-label,
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui-grid-row .ui-grid-cell .ui-grid-cell-contents.contentMain {
  padding: 0px !important;
  min-height: 50px;
}
.ui-grid-row .ui-grid-cell .ui-grid-cell-contents.contentMain .row {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}
.ui-grid-row .ui-grid-cell .ui-grid-cell-contents.contentMain > div {
  min-height: 50px;
}
.ui-grid-row .ui-grid-cell .ui-grid-cell-contents.contentMain > div div.flex-center {
  min-height: 50px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-align: center !important;
  align-items: center !important;
}
.ui-grid-row .ui-grid-cell .ui-grid-cell-contents .ui-grid-cell-contents {
  padding: 0px 10px 0px 10px !important;
  min-height: 50px;
}
.ui-grid-row .ui-grid-cell .ui-grid-cell-contents .ui-grid-cell-contents .drpdwn-box + .glyphicon {
  position: absolute;
  top: 41px;
  right: 10px;
}
.ui-grid-footer-cell {
  overflow: visible;
}
/* End*/
/* Pagination */
.pagination > li > a,
.pagination > li > span {
  border: 1px solid #717171;
  border-radius: 4px;
  color: #636363;
  margin: 0px 3px;
  padding: 4px 10px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #86ba41;
  border-color: #86ba41;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  border: 1px solid #717171;
}
.pagination-label {
  margin: 0px 15px 15px 0;
}
.pagination-drpdwn {
  vertical-align: middle;
}
.pagination-drpdwn > select {
  width: 60px;
}
/* End */
/* Item Selector Styles */
.item-selector-heading {
  color: #FFFFFF;
  padding: 10px;
}
.item-selector-body {
  background: #f5f5f5;
  min-height: 500px;
  text-transform: uppercase;
}
.item-selector-body option {
  padding: 5px;
}
.item-selector-btn {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFFFFF;
  min-height: 500px;
  padding: 0 2%;
}
.item-selector-btn .btn:hover {
  color: #FFFFFF;
}
/* Item Selector Styles End */
/* Multiselect */
.multiSelect > button {
  background-image: none;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  max-height: 30px !important;
  min-height: 30px !important;
  text-align: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  padding-right: 15px;
  padding-left: 2px;
}
.multiSelect > button:focus {
  border-color: #8eda3b;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(126, 239, 104, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 2px rgba(126, 239, 104, 0.6);
}
.multiSelect > button:hover,
.multiSelect :not(.multiSelectGroup).multiSelectItem.selected {
  background-color: #FFFFFF;
  background-image: none;
}
.multiSelect .buttonLabel {
  overflow: hidden;
  padding: 3px 0;
  text-overflow: ellipsis;
  width: 90%;
  white-space: nowrap;
}
.multiSelect .caret {
  margin: 0 !important;
  position: absolute;
  right: 20px;
  font-family: 'Glyphicons Halflings';
  color: #646568;
  font-size: 12px;
  border: 0;
  top: 6px;
}
.multiSelect .caret:before {
  content: "\e259";
}
.multiSelect .show,
.multiSelect .checkboxLayer,
.multiSelect .multiSelectItem {
  max-width: 278px;
}
.multiSelect .acol {
  white-space: normal;
}
.multiSelect .acol label span {
  display: block;
}
.has-error .multiSelect > button {
  border: 1px solid #f94442;
}
.has-error .multiSelect > button:focus {
  border: 1px solid #86ba41;
}
.multiSelect .multiSelectItem .acol label {
  color: inherit;
}
.multiSelect .multiSelectFocus,
.multiSelect .multiSelectGroup:hover,
.multiSelect .multiSelectItem:hover,
.multiSelect :not(.multiSelectGroup).multiSelectItem.selected:hover {
  background-color: #86ba41 !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  color: #FFFFFF !important;
  cursor: pointer;
}
.multiSelect :not(.multiSelectGroup).multiSelectItem.selected {
  border: 1px solid transparent;
  cursor: pointer;
}
.multiSelect .checkBoxContainer {
  max-height: 300px;
  overflow-y: auto !important;
}
/* TypeAhead */
[uib-typeahead-popup].dropdown-menu {
  max-height: 250px;
  overflow: auto;
  width: calc(100% - 30px);
}
[uib-typeahead-popup].dropdown-menu > li > a {
  white-space: normal;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #86ba41;
}
/* Fonts */
.ui-grid .fa {
  font-size: 20px;
}
.ui-grid .fa.fa-exclamation-triangle.warning {
  font-size: 16px;
}
.fa-pencil {
  color: #86ba41;
}
.theme-switch-drpdwn {
  vertical-align: middle;
}
.theme-switch-drpdwn > select {
  width: 55px;
  outline: none;
  border-color: #2B2B28;
}
.theme-switch-drpdwn > select:focus {
  border-color: #86ba41;
}
.theme-switch-drpdwn > select:focus + .glyphicon {
  color: #86ba41;
}
.theme-switch-drpdwn > select + .glyphicon {
  font-size: 10px;
}
.relative {
  position: relative;
}
/* Common CSS END*/
/*Media Queries */
@media screen and (max-width: 1199px) {
  .navbar-nav {
    margin: 0;
  }
  .header [class*='col-']:nth-child(3) {
    clear: both;
    margin-top: 15px;
  }
  .header [class*='col-']:nth-child(3) .pull-right {
    float: left !important;
  }
  .header [class*='col-']:nth-child(4) {
    float: right;
    margin-top: 15px;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: inherit;
  }
  .product-details thead tr:nth-of-type(1) th,
  .product-details thead tr:nth-of-type(3) th:not(:last-child) {
    min-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .login-wrapper .modal-dialog {
    width: 770px;
  }
}
@media screen and (max-width: 991px) {
  .menu-vertical > ul > li:first-of-type {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .login-content-panel {
    min-width: 380px;
  }
  .search-panel {
    clear: both;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    background: #636363;
    padding: 10px 15px 10px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background: #639a33;
  }
  .login-wrapper .modal-dialog {
    margin: 30px auto;
    width: 580px;
  }
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 1430px) {
  .stage:after,
  .stage:before {
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: initial;
  }
  .menu-horizontal {
    background: #2B2B28;
    padding: 0;
    position: absolute;
    right: 30px;
    top: -17px;
    width: 375px;
    z-index: 15;
    margin-top: 10px;
    border: 2px solid #86ba41;
  }
  .menu-horizontal.collapsing {
    transition: height 0.01s;
  }
  .menu-horizontal > ul > li.menu-item {
    margin: 5px;
  }
  .menu-horizontal > ul > li.menu-item > a {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 110px;
    width: 110px;
    border: 1px solid #333;
    border-top: 4px solid #333;
    font-size: 11px;
    background: #333;
    padding: 25px 10px;
    text-align: center;
  }
  .menu-horizontal > ul > li.menu-item > a [class^="icon-"] {
    margin-bottom: 5px;
  }
  .menu-horizontal > ul > li.menu-item.active > a {
    color: #FFFFFF;
    border-color: #333;
  }
  .menu-horizontal > ul > li.menu-item.dropdown > .dropdown-toggle {
    padding-right: 10px;
  }
  .menu-horizontal > ul > li.menu-item .dropdown-menu {
    position: absolute;
    border: 1px solid #333;
  }
  .menu-horizontal .navbar-nav.top-menu::after {
    position: absolute;
    display: inline-block;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #2B2B28;
    border-right: 9px solid transparent;
    top: -9px;
    content: "";
    right: 4%;
  }
  .menu-horizontal .navbar-nav.top-menu::before {
    right: 4%;
    margin-right: -2px;
    position: absolute;
    display: inline-block;
    border-left: 11px solid transparent;
    border-bottom: 11px solid #86ba41;
    border-right: 11px solid transparent;
    top: -12px;
    content: "";
  }
  .menu-horizontal .navbar-nav.author-panel {
    margin: 10px;
    float: none !important;
  }
  .menu-horizontal .navbar-nav.author-panel .author-info span {
    max-width: 200px;
  }
  .menu-horizontal .clear-custom-menu {
    display: none;
  }
  .menu-horizontal .clear-menu {
    display: block !important;
  }
  .menu-horizontal .navbar-nav.top-menu,
  .menu-horizontal .navbar-nav.top-menu > li {
    margin: 5px;
  }
  .nav > li > a.glyphicon-th {
    display: block !important;
  }
  .navbar-nav,
  .navbar-nav > li {
    float: left;
  }
  .main-nav {
    height: 2px;
    min-height: 2px;
  }
  .highlighter {
    border-left: 3px solid #86ba41 !important;
  }
  body {
    font-size: 13px;
  }
}
.uploader {
  border: 3px dashed #86ba41;
  text-align: center;
  padding: 20px 24px;
  font-size: 17px;
  font-weight: bold;
  color: #999;
  max-width: 230px;
  cursor: move;
}
.uploader span {
  font-size: 15px;
}
.uploader input {
  cursor: pointer !important;
}
/*Dashboard*/
img.oversize {
  max-width: 363px;
  width: 100%;
}
img.calendar {
  max-width: 490px;
  width: 100%;
}
img.flyer {
  max-width: 186px;
  width: 100%;
  border: 1px solid #aeaeae;
}
img.commit {
  max-width: 339px;
}
.dashgrid-container {
  display: table;
  width: 100%;
}
.dashgrid {
  display: table-cell;
  background-color: #FFFFFF;
  border: 10px solid #ededed;
  padding: 30px;
  width: 50%;
  overflow: auto;
}
@media only screen and (max-width: 1000px) {
  .dashgrid {
    display: block;
    width: 100%;
  }
}
td.dash {
  background: #FFFFFF;
  vertical-align: top !important;
  padding: 40px !important;
  border: 0px;
}
h4.dash {
  color: #86ba41;
  font-family: 'OpenSans-SemiBold';
  margin: 0 0 15px;
  font-size: 14px;
}
h4.rs {
  font-family: 'OpenSans-SemiBold';
  margin: 0 0 15px;
  font-size: 14px;
}
hr.dash {
  margin: 20px 0;
  border-top: 1px solid #7A7A7A;
}
.dash > ul > li {
  margin: 20px !important;
}
.resource-ctr tr:nth-child(even) {
  background-color: #F8FAFA;
}
.loaded-content {
  display: none;
}
.loaded-content.show {
  display: block;
}
@media screen and (min-width: 1200px) {
  .auto-adjust > [class*='col-'] {
    margin-left: 8.33%;
  }
  .auto-adjust > [class*='col-']:first-child,
  .auto-adjust > [class*='col-']:nth-child(4n + 1) {
    margin-left: 0;
  }
}
.modal-open {
  overflow: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1460px) {
  .menu-horizontal .menu-item a {
    font-size: 12px;
    padding: 12px 15px 15px 15px;
  }
  .menu-horizontal .menu-item a [class^="icon-"] {
    font-size: 20px;
  }
}
.tree-control .tree-input {
  height: 30px;
  text-align: left;
  overflow: hidden;
}
.tree-control .tree-input span.selected-items .selected-item {
  background: none;
  border: 0;
}
.tree-control .tree-input span.caret {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 12px;
}
.tree-control {
  margin-bottom: -5px;
}
.tree-container > tree-item > li > .item-container {
  font-weight: bold;
}
.tree-container > tree-item > li > ul {
  margin-left: 20px !important;
}
.tree-container > tree-item > li > .item-container > span {
  margin-left: -14px !important;
}
.custom-box {
  padding: 0 15px;
  float: left;
}
.form-control-disable.form-control {
  background: #f4f4f4;
}
.release-notes .note {
  position: relative;
  padding: 1em 2em;
  margin: 5px 0;
  color: #333;
  background: transparent;
  overflow: hidden;
}
.release-notes .note:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 18px 18px 0 0;
  border-style: solid;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 3px 2px rgba(0, 0, 0, 0.2);
  /* Firefox 3.0 damage limitation */
  display: block;
  width: 0;
  z-index: 1;
}
.release-notes .note:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 3px;
  box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.2);
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(25deg);
  z-index: 0;
}
.release-notes .note .note-title {
  margin-bottom: 5px;
  font-family: opensans-semibold;
}
.release-notes .note:nth-child(5n+1) {
  background: #FBDADA;
}
.release-notes .note:nth-child(5n+1):before {
  border-color: #fff #f6acac #f6acac #fff;
  background: #f6acac;
}
.release-notes .note:nth-child(5n+2) {
  background: #d3efb6;
}
.release-notes .note:nth-child(5n+2):before {
  border-color: #fff #bae68c #bae68c #fff;
  background: #bae68c;
}
.release-notes .note:nth-child(5n+3) {
  background: #D2EEF5;
}
.release-notes .note:nth-child(5n+3):before {
  border-color: #fff #a8deec #a8deec #fff;
  background: #a8deec;
}
.release-notes .note:nth-child(5n+4) {
  background: #fef49f;
}
.release-notes .note:nth-child(5n+4):before {
  border-color: #fff #fdee6d #fdee6d #fff;
  background: #fdee6d;
}
.release-notes .note:nth-child(5n+5) {
  background: #EDE3FB;
}
.release-notes .note:nth-child(5n+5):before {
  border-color: #fff #d0b6f5 #d0b6f5 #fff;
  background: #d0b6f5;
}
.RN_modal .modal-body {
  overflow: auto;
  max-height: 500px;
}
.newviewdocutechdiv {
  width: 100%;
  height: 100%;
}
.newviewdocutechart {
  padding: 0px !important;
}
.newviewdiv {
  width: 100%;
  height: 65%;
}
.newViewFooter {
  width: 100%;
}
ul.miquote {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.supp-consumer-info legend {
  margin-bottom: 0;
}
.supp-consumer-info fieldset {
  margin-bottom: 20px;
}
.supp-consumer-info .supp-flex {
  display: -ms-flexbox;
  display: flex;
}
.supp-consumer-info small {
  color: red;
  margin: auto;
}
.supp-consumer-info h6 {
  padding: 5px;
}
.supp-consumer-info .msg-holder {
  padding: 5px 15px;
  display: inline-block;
}
.supp-consumer-info .panel-heading {
  display: -ms-flexbox;
  display: flex;
}
.supp-consumer-info .pull-right {
  margin-left: auto;
}
.supp-consumer-info .response-message.success {
  color: #00b900;
}
/* Chrome, Safari, Edge, Opera */
.loan-info input::-webkit-outer-spin-button,
.loan-info input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.loan-info input[type=number] {
  -moz-appearance: textfield;
}
@font-face {
  font-family: 'custom-font';
  src: url(data:font/truetype;charset=utf-8;base64,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Ey6wNiotsEsssQABFBOwNyotsEwssDkqLbBNLLAAFkUjIC4gRoojYTixMAEUKy2wTiywCiNCsE0rLbBPLLIAAEYrLbBQLLIAAUYrLbBRLLIBAEYrLbBSLLIBAUYrLbBTLLIAAEcrLbBULLIAAUcrLbBVLLIBAEcrLbBWLLIBAUcrLbBXLLMAAABDKy2wWCyzAAEAQystsFksswEAAEMrLbBaLLMBAQBDKy2wWyyzAAABQystsFwsswABAUMrLbBdLLMBAAFDKy2wXiyzAQEBQystsF8ssgAARSstsGAssgABRSstsGEssgEARSstsGIssgEBRSstsGMssgAASCstsGQssgABSCstsGUssgEASCstsGYssgEBSCstsGcsswAAAEQrLbBoLLMAAQBEKy2waSyzAQAARCstsGosswEBAEQrLbBrLLMAAAFEKy2wbCyzAAEBRCstsG0sswEAAUQrLbBuLLMBAQFEKy2wbyyxADwrLrEwARQrLbBwLLEAPCuwQCstsHEssQA8K7BBKy2wciywABaxADwrsEIrLbBzLLEBPCuwQCstsHQssQE8K7BBKy2wdSywABaxATwrsEIrLbB2LLEAPSsusTABFCstsHcssQA9K7BAKy2weCyxAD0rsEErLbB5LLEAPSuwQistsHossQE9K7BAKy2weyyxAT0rsEErLbB8LLEBPSuwQistsH0ssQA+Ky6xMAEUKy2wfiyxAD4rsEArLbB/LLEAPiuwQSstsIAssQA+K7BCKy2wgSyxAT4rsEArLbCCLLEBPiuwQSstsIMssQE+K7BCKy2whCyxAD8rLrEwARQrLbCFLLEAPyuwQCstsIYssQA/K7BBKy2whyyxAD8rsEIrLbCILLEBPyuwQCstsIkssQE/K7BBKy2wiiyxAT8rsEIrLbCLLLILAANFUFiwBhuyBAIDRVgjIRshWVlCK7AIZbADJFB4sQUBFUVYMFktAEu4AMhSWLEBAY5ZsAG5CAAIAGNwsQAHQrEAACqxAAdCsQAKKrEAB0KxAAoqsQAHQrkAAAALKrEAB0K5AAAACyq5AAMAAESxJAGIUViwQIhYuQADAGREsSgBiFFYuAgAiFi5AAMAAERZG7EnAYhRWLoIgAABBECIY1RYuQADAABEWVlZWVmxAA4quAH/hbAEjbECAESzBWQGAERE) format('truetype');
}
.custom-icon {
  font-family: custom-font !important;
  font-style: normal;
  font-weight: normal;
}
.custom-icon.icon-lock-filled::before {
  content: "\e800";
}
.custom-icon.icon-mail::before {
  content: "\e801";
}
.custom-icon.icon-desktop::before {
  content: "\e802";
}
.table-container {
  max-height: 600px;
  overflow-y: auto;
}
.c1-disclosure .sub-panel-body {
  padding: 15px;
}
