@import url("https://fonts.googleapis.com/css?family=Oxygen");
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400");
@import url("https://fonts.googleapis.com/css?family=Roboto");

:root {
  --vmg-blue: #22497C;
  --vmg-blue-hover: #172E56;
  --vmg-dark-blue: #0D2947;
  --vmg-dark-blue-hover: #0b4380;
  --vmg-teal: #00AFA8;
  --vmg-teal-hover: #00aca0;
  --vmg-green: #003726;
  --vmg-green-hover: #00564A;
  --vmg-warning-red: #C63812;
  --vmg-error-red: #A80F0A;
  --vmg-error-red-hover: #c31009;
  --vmg-critical-red: #FF073B;
  --vmg-magenta: #c520c5;
  --vmg-light-blue: #182423;
  --vmg-lime-green: #52A455;
  --vmg-yellow: #F8D147;
  --vmg-mint: #CEEBE8;
}

html {
  min-height: 100%;
  background-color: #eff3f8;
  height: 100%;
}

body {
  word-break: break-word;
  font-family: "Source Sans Pro", sans-serif;
  color: #616469;
  min-height: 100%;
  height: 100%;
}

*:focus {
  outline: none;
}

/* Inputs */
input[type="radio"],
input[type="checkbox"] {
  accent-color: var(--vmg-blue);
}

input[type="radio"]:hover,
input[type="checkbox"]:hover {
  accent-color: var(--vmg-blue-hover);
}

/* Text */

.text-danger, .alert-danger {
  color: var(--vmg-error-red);
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8e0905;
}

/* */

.form-horizontal ngc-text,
.form-horizontal ngc-select,
.form-horizontal ngc-number {
  display: block;
  float: left;
  width: 100%;
}

.block-item {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.btn-view-data {
  position: absolute;
  right: -50px;
  top: 0;
}

.multi-year-group-comp-width {
  width: 95%;
}

.additional-group-comp {
  border: 1px solid #1f7a6d;
  width: 125%;
  margin-left: -114px;
  padding: 3% 2%
}

.form-control:focus,
.ta-root.focussed>.ta-scroll-window.form-control {
  border-color: rgba(1, 80, 156, 0.85);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.fmvmd-container {
  max-width: 1170px;
  margin: 0 auto;
  min-height: calc(100% - 248px);
  padding-left: 15px;
  padding-right: 15px;
}

.group-call-coverage {
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  border: solid #5B6DCD 1px;
}

.view-container {
  height: 100%;
  width: 100%;
  min-height: 100%;
  background-color: #eff3f8;
  padding-top: 214px;
}

@media (min-width: 767px) {
  .view-container {
    padding-top: 144px;
  }

  ngc-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
  }
}

@media (max-width: 1180px) {
  .view-container {
    padding-top: 214px;
  }
}

@media (max-width: 767px) {
  .view-container {
    padding-top: 0;
  }
}


.fmvmd-logo {
  width: 190px;
}

.login-container {
  width: 100%;
  height: 100%;
  background-color: #CEEBE7;
  /* background-image: url(/image/login-bg.png); */
  background-repeat: no-repeat;
  background-position: calc(50% + 440px) -180px;
  background-size: 410px;
}

.form-signin-cont {
  background-color: #fff;
  text-align: center;
  padding: 30px 50px 120px;
  margin-bottom: 15px;
}

#powered-by, #powered-by-mfa {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: lightgray;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 6px 6px;
  left: 0;
}

.powered-by {
  font-size: 12px;
  color: #283d93;
  font-weight: bold;
  margin-bottom: 30px;
}

.footer-cont .powered-by {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 18px;
  margin-right: 10px;
}

.footer-cont .fmvmd-logo {
  width: 160px;
}

.rights-reserved.right-50 {
  margin-right: 50px;
}

.btn-vmg-blue {
  color: #fff;
  background-color: var(--vmg-blue);
  font-size: 16px !important;
  border-color: var(--vmg-blue);
}

.btn-vmg-blue:hover,
.btn-vmg-blue.active {
  background-color: var(--vmg-blue-hover);
  text-decoration: none;
  color: #fff;
}

.btn-fmvmd-green {
  color: #fff;
  background-color: var(--vmg-green);
  font-size: 16px !important;
  border-color: var(--vmg-green);
}

.btn-fmvmd-green:hover {
  background-color: var(--vmg-green-hover);
  text-decoration: none;
  color: #fff;
}

.btn-fmvmd-green.selected {
  background-color: var(--vmg-green-hover);
}

.btn-fmvmd-red {
  color: #fff;
  background-color: crimson;
  font-size: 16px !important;
  border-color: crimson;
}

.btn-fmvmd-red:hover {
  background-color: rgb(212, 67, 23);
  text-decoration: none;
  color: #fff;
}

.btn-vmg-teal {
  color: #fff;
  background-color: var(--vmg-teal);
  font-size: 16px !important;
  border-color: var(--vmg-teal);
}

.btn-vmg-teal.btn-sm {
  font-size: 12px !important;
}

.btn-vmg-teal:hover {
  background-color: var(--vmg-teal-hover);
  text-decoration: none;
  color: #fff;
}

.btn-vmg-teal.selected {
  background-color: var(--vmg-teal);
  text-decoration: none;
  color: #fff;
}

.btn-fmvmd-add-source {
  color: #fff;
  background-color: rgb(240, 179, 68);
  font-size: 16px !important;
  border-color: rgb(240, 179, 68);
}

.btn-fmvmd-add-source:hover {
  background-color: #e9da59;
  border-color: #e9da59;
  text-decoration: none;
  color: #fff;
}

.btn-fmvmd-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  font-size: 16px;
}

.btn-fmvmd-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.login-btn {
  width: 100%;
  padding: 14px 16px;
}

.login-logo {
  width: 200px;
  margin-bottom: 25px;
}

.inner-login {
  max-width: 450px;
  padding: 15px;
  margin: 11% auto 0;
}

.rights-reserved {
  text-align: center;
}

.rights-reserved i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 20px;
}

.rights-reserved i.fa-linkedin {
  background-color: #1686b0;
}

.success-box-fmvmd {
  background-color: rgb(151, 247, 208);
  color: #05883b;
  padding: 15px;
  border-radius: 5px;
}

.error-box-fmvmd {
  background-color: rgb(253, 203, 208);
  padding: 15px;
  border-radius: 5px;
}

.warning-box-fmvmd {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 15px;
  border-radius: 5px;
}

/* Footer */

.footer-cont {
  padding: 8px 0px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 20px;
  cursor: default;
  font-size: 13.5px;
  max-height: 70px;
  overflow: hidden;
  width: 100%;
}

.inner-profile .form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: left;
}

/* Labels */
.label-success {
  background-color: var(--vmg-lime-green);
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: var(--vmg-lime-green);
}

/* */
.btn-primary,
.btn-info {
  color: rgb(255, 255, 255);
  background-color: var(--vmg-blue);
  border-color: var(--vmg-blue);
}

.btn-primary:hover,
.btn-info:hover {
  color: #fff;
  background-color: var(--vmg-blue-hover);
  border-color: var(--vmg-blue-hover);
}

.btn-green,
.btn-success {
  color: #fff;
  background-color: var(--vmg-green);
  #font-size: 16px !important;
  border-color: var(--vmg-green);
}
.btn-green.btn-sm,
.btn-success.btn-sm{
  font-size: 12px !important;
}


.btn-green:hover,
.btn-success:hover {
  color: #fff;
  background-color: var(--vmg-green-hover);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: var(--vmg-green-hover);
    background-color: var(--vmg-green-hover);
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: var(--vmg-green-hover);
    background-color: var(--vmg-green-hover);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: var(--vmg-green-hover);
    background-color: var(--vmg-green-hover);
}

.btn-green:active,
.btn-success:active {
  color: #fff;
  background-color: var(--vmg-green-hover);
}

.btn-green:focus,
.btn-success:focus {
  color: #fff;
  background-color: var(--vmg-green-hover);
}

.btn-danger {
  background-color: var(--vmg-critical-red);
  border-color: var(--vmg-critical-red);
}

.btn-danger:hover {
  background-color: var(--vmg-critical-red);
}

.btn-danger:active {
  background-color: var(--vmg-critical-red);
}

.btn-danger:focus {
  background-color: var(--vmg-critical-red);
}

.btn-error-red {
  background-color: var(--vmg-error-red);
  border-color: var(--vmg-error-red);
  color: white;
}

.btn-error-red:hover {
  background-color: var(--vmg-error-red-hover);
  color: white;
}

.btn-error-red:active {
  background-color: var(--vmg-error-red);
  color: white;
}

.btn-error-red:focus {
  background-color: var(--vmg-error-red);
  color: white;
}

.chart-border {
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
}

/* */
textarea {
  resize: none;
}

h3 {
  font-family: "Oxygen", sans-serif;
}

.form-signin,
.form-user {
  max-width: 450px;
  padding: 15px;
  margin: 0 auto;
  border: 2px solid #eee;
}

.form-signin {
  margin-top: 60px;
}

.form-user {
  max-width: 650px;
}

.form-signin .form-signin-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.form-signin .control-label {
  text-align: left;
}

.validate .ng-invalid,
select.error,
textarea.error,
.ng-submitted .ng-invalid .ui-select-toggle,
input.error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.checkbox.error,
.error .radio {
  color: #a94442;
}

.navbar-header {
  float: none;
  font-size: 16px;
  color: #989898;
  font-weight: 400;
}

.navbar-header button {
  color: #989898;
}

.navbar-text.link {
  color: var(--vmg-blue);
}

.fieldset {
  border: 2px groove #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}

.fieldset>legend {
  width: inherit;
  padding: 0 10px;
  border-bottom: none;
  font-size: 14px;
}

.home .fieldset {
  max-width: 350px;
  margin: 10px auto 0;
}

.home .fieldset ul li {
  font-size: 18px;
  line-height: 35px;
}

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

.padding-right-0 {
  padding-right: 0;
}

.sublabel {
  font-size: 12px;
  font-weight: normal;
}

.my-drop-zone {
  margin: 80px;
}

.information-table th {
  min-width: 120px;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}

input[type="text"].view-mode,
input[type="date"].view-mode,
select.view-mode,
input[type="number"].view-mode {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  cursor: default !important;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.allow-edit input[type="text"].view-mode,
.allow-edit input[type="date"].view-mode,
.allow-edit select.view-mode,
.allow-edit input[type="number"].view-mode,
textarea.view-mode {
  background: inherit !important;
  border: inherit !important;
  box-shadow: inherit !important;
  cursor: inherit !important;
  pointer-events: inherit;
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
}

/*textarea.view-mode {*/
/*  padding: 0;*/
/*}*/

.view-mode::-ms-expand {
  display: none;
}

.result-box {
  width: 40px;
  height: 20px;
}

.result-box-green {
  background: lawngreen;
}

.result-box-yellow {
  background: yellow;
}

.result-box-red {
  background: red;
}

.main-container {
  padding-left: 40px;
  padding-right: 40px;
}

.submissions-table th {
  min-width: 70px;
}

.submissions-table {
  min-width: 1400px;
}

.red {
  color: red !important;
}

.ng-table-date {
  width: 50px;
  margin: 0 auto;
}

select {
  word-break: normal;
}

.green-letter-container h2 {
  font-size: 18px;
  font-weight: bold;
}

.green-letter-container h3 {
  font-size: 14px;
  text-decoration: underline;
}

.result-slider-wrapper {
  margin-top: 8px;
  width: 350px;
  position: relative;
  margin-left: 10px;
}

.result-slider {
  -webkit-print-color-adjust: exact;
  left: 0;
  position: absolute;
  z-index: 3;
  height: 16px;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#18ba00+0,ffff00+50,ff0000+100 */
  background: -moz-linear-gradient(left,
      var(--vmg-lime-green) 0%,
      var(--vmg-yellow) 50%,
      var(--vmg-critical-red) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left,
      var(--vmg-lime-green) 0%,
      var(--vmg-yellow) 50%,
      var(--vmg-critical-red) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,
      var(--vmg-lime-green) 0%,
      var(--vmg-yellow) 50%,
      var(--vmg-critical-red) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18ba00', endColorstr='#ff0000', GradientType=1);
  /* IE6-9 */
}

.result-slider-tc {
  -webkit-print-color-adjust: exact;
  border: 1px solid #dcdcdc;
  left: 0;
  position: absolute;
  z-index: 3;
  height: 18px;
  width: 100%;
  background: linear-gradient(to right, #4682b4 50%, #fff 50%);

}

.result-slider .slider-select {
  position: absolute;
  border: 1px solid #85908a;
  background: #bfbfbf !important;
  top: 0;
  width: 10px;
  height: 26px;
  margin-top: -5px;
}

.greyed-slider .result-slider {
  background: none !important;
  background-color: #d5d5d5 !important;
}

.greyed-slider .slider-select {
  display: none !important;
}

.greyed-slider .control-label {
  color: #cacaca !important;
}

.slider-grid {
  z-index: 1;
  position: absolute;
  border-left: 1px solid #ccc;
  height: 42px;
  margin-top: -12px;
}

.slider-tc-grid {
  z-index: 5;
  position: absolute;
  border-left: 1px solid #ccc;
  height: 17px;
}

.slider-tc-grid-1 {
    left: 25%;
}

.slider-tc-grid-2 {
    left: 50%;
}

.slider-tc-grid-3 {
    left: 75%;
}

.slider-tc-grid-4 {
    left: 90%;
}
.labels-slider-tc {
    height: 20px;
}
.labels-slider-tc .slider-tc-grid {
    border: 0;
}
.labels-slider-tc .slider-tc-grid-1{
    left: calc(25% - 13px);
}
.labels-slider-tc .slider-tc-grid-2{
    left: calc(50% - 21px);
}
.labels-slider-tc .slider-tc-grid-3{
    left: calc(75% - 13px);
}
.labels-slider-tc .slider-tc-grid-4{
    left: calc(90% - 13px);
}

.slider-grid-1 {
  left: 0%;
}

.slider-grid-2 {
  left: 12.5%;
}

.slider-grid-3 {
  left: 25%;
}

.slider-grid-4 {
  left: 37.5%;
}

.slider-grid-5 {
  left: 50%;
}

.slider-grid-6 {
  left: 62.5%;
}

.slider-grid-7 {
  left: 75%;
}

.slider-grid-8 {
  left: 87.5%;
}

.slider-grid-9 {
  left: 100%;
}

.cell-gray {
  background: #cacaca;
}

.cell-blue {
  background: #4a83c4;
  color: #eee;
}

.cell-yellow {
  background: #f2f813;
}

.letter-title {
  font-size: 36px;
  align-content: center;
  text-align: center;
  padding-bottom: 10px;
}

.report-graphic .report-line {
  height: 15px;
  background-color: #eaeaea;
  border-radius: 8px;
  margin-bottom: 20px;
}

.report-graphic {
  padding: 15px 100px;
}

.report-graphic .report-line .report-inner-line {
  width: 20%;
  height: 100%;
  background-color: #c3c3c3;
  border-radius: 8px;
}

.report-graphic .active-report-line .report-inner-line {
  background-color: var(--vmg-teal);
}

.report-graphic .active-report-line .report-percentile {
  color: var(--vmg-teal);
}

.calculation-table td {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calculation-table td:first-child {
  max-width: 200px;
  width: 200px;
}

.calculation-table td:nth-child(3) {
  max-width: 150px;
  width: 150px;
}

.calculation-tabs .calculation-table {
  padding: 0;
}

@media print {

  a,
  a:after {
    content: normal !important;
  }

  .calculation-table {
    font-size: 10px !important;
  }

  .calculation-table tr td,
  .calculation-table tr th {
    page-break-inside: avoid;
  }

  .calculation-table tr td:first-child,
  .calculation-table tr th:first-child {
    max-width: 100px;
  }
}

.vmg-calculation-table {

}
.vmg-calculation-table .tooltip-header-text {
  min-width: 150px;
  max-width: 180px;
}
.vmg-calculation-table td:not(.tooltip-header-text) {
  overflow: hidden;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vmg-calculation-table table {
  width: 100%;
}
.vmg-calculation-table table .section-name {
  background-color: #4a83c4;
  color: #ffffff;
  border-collapse:separate;
  border-spacing: 0 1em;
}
.vmg-calculation-table table .sub-section {
  background-color: #c4e1ea;
  font-weight: bold;
  color: #000000;
}
.vmg-calculation-table table .header-section {
  background-color: #ececec;
  font-weight: bold;
  color: #000000;
}
.vmg-calculation-table table .user-entered {
  background-color: #f7d5ff;
}
.vmg-calculation-table table .percentile-val {
  width: 120px;
}
.vmg-calculation-table table .row-border-top {
  border-top: 1px solid #000000;
  border-bottom: 2px solid #000000;
  font-weight: bold;
  color: #000000;
}
.vmg-calculation-table table .row-border-top.no-bottom {
  border-bottom: 0 !important;
}
.vmg-calculation-table table .cell-lined-left-border {
  border-left: 1px dashed #000000;
}
.vmg-calculation-table table .row-red {
  background-color: #ea4444;
  color: #ffffff;
}
.vmg-calculation-table table .cell-red {
  background-color: #ea4444;
  color: #ffffff;
}
.vmg-calculation-table table .cell-red input{
  background-color: #ea4444;
  color: #ffffff;
}
.vmg-calculation-table table .editable-field{
  background-color: #84da7f;
}
.vmg-calculation-table table .cell-yellow{
  background-color: #f2f813;
}
.vmg-calculation-table table .row-black {
  background-color: #0B3040;
  color: #ffffff;
}

.section-name {
  text-decoration: underline;
  font-weight: bold;
}

.top-nav {
  margin: 0px;
  background-color: #fff;
  padding: 7px 0px;
  color: white;
  text-align: center;
}

.site-title {
  width: 400px;
}

.top-alignment {
  margin-top: 11.5px;
}

.menu-bar {
  display: inline;
  margin-bottom: 0;
}

.menu-bar li {
  display: inline;
  float: left;
}

.menu-bar li a {
  padding: 20px 10px;
  color: #989898;
  position: relative;
  display: block;
  text-align: center;
}

.menu-bar a:hover {
  color: black;
}

.menu-bar a:hover:after {
  width: 100%;
}

.notification-number {
  position: absolute;
  top: 12px;
  left: 4px;
  background-color: var(--vmg-teal);
  border-radius: 50%;
  color: #fff;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
}

.profile-icon {
  width: 40px;
  height: 40px;
  display: block;
  float: right;
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 30px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  line-height: 35px;
  background-image: url(/image/default_avatar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.menu-bar a:hover {
  text-decoration: none;
}

.menu-bar a:focus {
  text-decoration: none;
}

.footer-bar {
  background-color: #eef4f4;
  margin-top: 100px;
  margin-bottom: 0px;
  padding-top: 40px;
}

.footer-img a {
  display: block;
  width: 120px;
  height: 120px;
  z-index: 10000;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100%;
  text-indent: -9999px;
  background-image: url("../image/carnahan-icon.png");
}

footer {
  color: #000;
}

footer .contact-us i {
  color: #bdbfbe;
}

footer h3 {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.4rem;
  margin-bottom: 10px;
  color: #000;
  margin-top: 0px;
}

.footer-img {
  margin: 0px 40px 0px 40px;
}

.footer-fmv {
  text-align: center;
  background-image: url("../image/FairMarketValuationTool.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  vertical-align: middle;
  width: 100%;
  min-height: 150px;
}

.grid-container {
  font-weight: 300;
  border-top: 0px solid #e0e0e0;
  padding-top: 0px;
}

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

.grid-container .fluid-grid {
  /*Container for all boxes in 3x3 grid*/
  display: table;
  margin-left: auto;
  /*Center align the box*/
  margin-right: auto;
  width: 900px;
}

.grid-container .fluid-grid>div {
  background-color: #d5eff5;
  padding: 45px;
  font-size: 18px;
  width: 300px;
  text-align: center;
  transition: background-color 0.8s ease;
  cursor: pointer;
  display: inline-block;
  /*Aligns the boxes side by side*/
  margin-left: -3px !important;
  /*To hide the white gap between the boxes*/
  margin-right: 0px !important;
  position: relative;
}

.grid-container .fluid-grid>div:hover {
  background-color: #ade0eb;
  border-radius: 2px;
}

.grid-container .fluid-grid a {
  text-decoration: none;
  color: #616469;
}

.contact-us td {
  vertical-align: top;
  padding: 5px 7px;
  font-size: 16.8px;
  cursor: default;
}

.contact-us td i {
  font-size: 18px;
}

.contact-us td a {
  text-decoration: none;
  color: #000;
}

.social-wrapper {
  padding-left: 173px;
  margin-top: 1px;
}

.social-icons {
  color: white;
  background-color: #548eb6;
  border-radius: 100px;
  /*Creates a circle*/
  display: inline-block;
  height: 29px;
  width: 29px;
  text-align: center;
  font-size: 20px;
  margin: 0px 3px;
}

.social-icons:hover {
  cursor: pointer;
  color: white !important;
}

.social-icons-top {
  background-color: white;
  color: #cacaca;
  font-size: 16px;
  height: 23px;
  width: 23px;
  margin: 0px 8px;
  top: -2px;
  position: relative;
}

.social-icons-top:hover {
  background-color: black;
  color: white;
  cursor: pointer;
}

.vertical-line {
  /*Vertical separator separates the logo from welcome message*/
  border: 1.5px solid #616469;
  display: inline-block;
  height: 33.5px;
  margin-top: 4px;
  margin-left: 12px;
}

.page-title {
  text-align: center;
  background-color: #293b93;
  color: white;
  padding: 35px;
  font-size: 24px;
  margin: 10px 0px 20px 0px;
  border-top: 5px solid #517ba1;
}

.google-buttons {
  /*For open in Google Maps button*/
  display: inline-block;
  border-right: 2px solid #dae2e4;
  border-bottom: 2px solid #dae2e4;
  border-radius: 3px;
  background: #e0eaec;
  color: rgba(0, 0, 0, 0.6) !important;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 0.8em;
  margin-top: 10px;
}

.copy-right {
  text-align: center;
  padding: 8px 0px;
  background-color: #dae1e7;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 20px;
  cursor: default;
  font-size: 13.5px;
}

.tel-number {
  font-size: 20px;
  text-decoration: none !important;
  color: white;
  margin-top: 2px;
  padding-right: 10px;
  letter-spacing: 1px;
}

.tel-number:hover {
  color: black;
}

.logo-top {
  margin-top: 4px;
}

.footer-left {
  width: 25%;
  display: inline-block;
}

.footer-middle {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.footer-right {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.action-title {
  font-size: 25px;
  padding-bottom: 30px;
  text-align: center;
  letter-spacing: 1px;
}

.footer-right h3 {
  cursor: default;
}

.qualitative-panel .col-sm-4 {
  width: calc(100% - 180px);
  text-align: left;
}

.qualitative-panel .col-sm-8 {
  width: 180px;
}

.agreement-container .modal-body {
  height: 430px;
  overflow-y: scroll;
}

.agreement-container .modal-body h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.agreement-container .modal-body h2 {
  font-size: 18px;
  font-weight: bold;
}

.agreement-container .modal-body h3,
.agreement-container .modal-body ol.h3-list {
  font-size: 16px;
  font-weight: bold;
  font-family: "Oxygen", sans-serif;
}

.agreement-container .modal-body h4 {
  font-size: 14px;
  font-family: "Oxygen", sans-serif;
  text-decoration: underline;
}

.agreement-container .modal-body ol.alpha-list {
  font-size: 14px;
  font-weight: normal;
  list-style-type: none;
  position: relative;
  padding-left: 60px;
}

.agreement-container .modal-body ol.alpha-list li:before {
  content: "("counter(section, lower-alpha) ") ";
  position: absolute;
  left: 20px;
}

.agreement-container .modal-body ol.alpha-list li {
  display: inline-block;
  counter-increment: section;
}

.agreement-container .modal-body ol.alpha-list li p {
  display: inline-block;
}

.agreement-container .modal-body ol li ul {
  list-style-type: disc;
}

.agreement-container .modal-body p {
  font-size: 14px;
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
}

.agreement-container .modal-body footer {
  padding: 30px 0;
  border-bottom: 1px solid #333;
}

.agreement-container .modal-body article:last-of-type footer {
  border-width: 0;
}

@media print {
  .main-container {
    width: 100%;
  }
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #3a79bd;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.list-loader.loader-c .loader {
  margin: 10px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #3a79bd;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.list-loader.loader-c .loader,
.list-loader.loader-c .loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-c {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 99999;
}

.watermark-cont {
  position: absolute;
  top: 0;
  bottom: 60px;
  right: 0;
  left: 0;
  font-size: 110px;
}

.watermark-text {
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  display: block;
  text-align: center;
  color: #999;
  margin-top: 340px;
  z-index: 0;
  opacity: 0.5;
  font-size: 340px;
}

.amcharts-chart-div {
  width: 100% !important;
}

.amcharts-chart-div>svg {
  width: 100% !important;
}

.amcharts-chart-div a:not(.custom-link) {
  display: none !important;
}

.tooltip-inner {
  background-color: var(--vmg-blue) !important;
}

.tooltip.top .tooltip-arrow {
  border-top-color: var(--vmg-blue);
}

.tooltip.right .tooltip-arrow {
  border-right-color: var(--vmg-blue);
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: var(--vmg-blue);
}

.table-opinion {
  margin: 15px auto;
  margin-top: 0;
}

.table-opinion .header-t {
  padding: 8px 20px;
  padding-top: 0;
  text-align: center;
}

.table-opinion tr td {
  padding: 0 4px;
}

.table-opinion tr td:first-child {
  min-width: 250px;
}

.table-opinion tr td:nth-child(2) {
  text-align: right;
}

.green-letter-container {
  #text-align: justify;
}

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

.bottom-4 {
  margin-bottom: 4px !important;
}

.padding-0 {
  padding: 0 !important;
}

.navbar {
  margin-bottom: 0;
  border: 0;
}

.menu-container {
  background-color: var(--vmg-dark-blue);
}

.menu-container .menu-bar li a {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  color: #fff;
  font-weight: 100 !important;
  font-size: 14px !important;
}

.menu-container .menu-bar .more-features-menu li a {
  display: block;
}

.menu-container .menu-bar li {
  position: relative;
}

.menu-container .menu-bar li a:hover {
  text-decoration: none;
  color: var(--vmg-teal);
}

.menu-container .menu-bar li.active>a {
  text-decoration: none;
  color: var(--vmg-teal) !important;
  background-color: inherit;
}

.notifications-dd>li {
  border-bottom: 0 !important;
}

.all-rounded-select select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  line-height: 17px;
  padding: 0 12px;
  border-radius: 40px;
  min-width: 70px;
}

.all-rounded-select select::-ms-expand {
  display: none;
}

.select-wrapper {
  position: relative;
  float: right;
}

.select-wrapper:before {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #6f6f6f;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 5px;
  pointer-events: none;
}

.all-rounded-select select:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  /* or 100px */
  border-right: 1px solid var(--vmg-blue);
}

.menu-container .menu-bar li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  /* or 100px */
  border-right: 1px solid var(--vmg-blue);
}

.notification-item {
  position: relative;
}

.notification-item:before {
  content: "";
  position: absolute;
  right: 0;
  top: 27%;
  height: 44%;
  width: 1px;
  border-right: 1px solid #dcdcdc;
}

.menu-container .menu-bar li:last-child:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0;
  border-bottom: 0;
}

.menu-container .menu-bar {
  margin: 0;
  padding: 0;
}

.sidebar-profile {
  display: none !important;
}

.navbar-toggle {
  background-color: var(--vmg-blue);
  margin-top: 20px;
  margin-right: 8px;
  position: absolute;
  top: 0;
  right: 5px;
}

.search-top-bar {
  display: flex !important;
  padding: 10px;
  width: 360px;
}

.search-top-bar .search-field {
  width: 300px;
}

.search-label {
  color: #000;
  min-width: 60px;
  line-height: 34px;
  font-weight: bold;
  margin-right: 10px;
}

@media (max-width: 867px) {

  .user-profile-menu,
  .search-label {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .fmvmd-logo {
    width: 150px;
    margin-top: 5px;
  }

  .search-top-bar {
    display: none !important;
    padding: 10px;
    width: 280px;
  }

  .search-top-bar .search-field {
    width: 100%;
  }

  .top-bar {
    padding: 0;
    padding-right: 50px;
  }

  .user-profile-menu,
  .search-label {
    display: none !important;
  }

  .sidebar-profile {
    height: 73px;
    display: block !important;
    padding: 25px;
    border-bottom: 1px solid #dcdcdc;
  }

  .sidebar-profile:after {
    border: 0 !important;
  }

  .sidebar-profile .profile-icon {
    top: -10px !important;
  }

  .menu-container {
    width: 250px;
    left: -250px;
    position: fixed !important;
    top: 0;
    bottom: 0;
    z-index: 999;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }

  .menu-container .fmvmd-container {
    padding: 0;
  }

  .menu-container.collapsing {
    width: 0;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: left !important;
    -o-transition-property: left !important;
    transition-property: left !important;
  }

  .navbar-collapse.in {
    overflow-y: auto;
  }

  .menu-container.in {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 250px;
  }

  .menu-container .menu-bar li {
    position: relative;
    display: initial;
    float: none;
  }

  .menu-container .menu-bar li a,
  .menu-container .menu-bar .more-features-menu li a {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    gap: 15px;
  }

  .menu-container .menu-bar li {
    position: relative;
    display: block;
  }

  .menu-container .menu-bar .dropdown-menu>li>a:hover,
  .menu-container .menu-bar .dropdown-menu>li>a:focus {
    background-color: transparent !important;
  }

  .menu-container .menu-bar li a i {
    width: 30px;
  }

  .menu-container .menu-bar li:before {
    border: 0;
  }

  .menu-container .menu-bar li:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid var(--vmg-blue);
  }

  .menu-container .more-features-menu {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    display: block;
    width: 100%;
  }

  .menu-container .more-features-menu li a {
    color: #fff !important;
  }

  .menu-container .more-features-menu li a i {
    width: 30px;
  }
}

.main-menu i {
  font-size: 20px;
  line-height: 30px;
}

.fmvmd-container table {
  background-color: #fff;
}

.home-welcome {
  background-image: url(/image/VMG/HomePageBanner.png);
  height: 220px;
  margin-top: -1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.help-page-header {
  background-image: url(/image/VMG/HelpBanner.jpg);
  height: 300px;
  margin-top: -1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.dashboard-table {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
  padding-bottom: 1px;
}

.dashboard-table-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}

.dashboard-table-header span {
  color: var(--vmg-blue);
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
}

.dashboard-table-header select {
  width: 150px;
}

.submission-result {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ddd;
  display: block;
  margin: 0 auto;
}

.submission-result.green {
  background-color: var(--vmg-lime-green);
}

.submission-result.red {
  background-color: var(--vmg-critical-red);
}

.submission-result.yellow {
  background-color: var(--vmg-yellow);
}

.submission-result.magenta {
  background-color: var(--vmg-magenta);
}

.submission-result.blue {
  background-color: var(--vmg-blue);
}

.color-finalized {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.right-border-green {
  border-right: 4px solid var(--vmg-lime-green);
}

.right-border-red {
  border-right: 4px solid var(--vmg-critical-red);
}

.right-border-yellow {
  border-right: 4px solid var(--vmg-yellow);
}

.right-border-blue {
  border-right: 4px solid var(--vmg-blue);
}

.dashboard-table th,
.dashboard-table td {
  border: 0 !important;
  text-align: center;
}

.inbox-item {
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}

.inbox-item:last-child {
  border-bottom: 0;
}

.inbox-profile {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  background-image: url(/image/fmvmd-logo.png);
  background-position: center;
  background-size: cover;
}

.inbox-from {
  width: calc(100% - 60px);
  padding-right: 115px;
  font-size: 14px;
  font-family: "Oxygen";
  color: #191919;
}

.inbox-subject {
  font-size: 13px;
  font-family: "Oxygen";
  color: #898989;
}

.inbox-date {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 11px;
  font-family: "Lato";
  color: #9e9e9e;
}

.c-route {
  text-align: left;
  color: #909090;
  padding: 10px 0px;
  background-color: #fff;
}

.submission-list {}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #f2f2f2;
}

.submission-list thead {
  background-color: #eff3f8;
}

.submission-list thead th {
  border-bottom: 0 !important;
}

.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
  background-color: inherit;
  /* text-shadow: 0 1px 1px rgba(255,255,255,.75); */
}

.main-menu li:first-child a {
  padding-left: 0;
}

.notifications-dd {
  margin-top: -10px;
  border-radius: 0;
  width: 260px;
}

.notifications-dd li {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  padding: 7px 5px;
}

.notifications-dd li:last-child {
  border-bottom: 0;
}

.notifications-dd li a {
  padding: 0;
  padding-top: 5px;
  color: var(--vmg-teal);
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
}

.notifications-dd li a:hover {
  color: var(--vmg-teal);
  background-color: inherit;
}

.dropdown-menu .divider {
  width: 100%;
}

.notification {
  font-size: 14px;
  font-family: "Oxygen";
}

.notification .n-header {
  color: #333333;
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
}

.notification .n-text {
  color: #636363;
  font-size: 13px;
  padding: 0 10px;
  width: 100%;
  display: block;
}

.notification .n-date {
  color: #636363;
  font-size: 11px;
  padding: 0 10px;
  width: 100%;
}

#navigation-menu {
  padding-left: 0 !important;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.profile-section {
  color: #294997;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 5px;
  margin-bottom: 25px;
  margin-top: 0;
}

.inner-profile .form-control {
  border-radius: 0;
}

.inner-profile .btn-vmg-blue {
  border-radius: 0;
  font-size: 14px !important;
  width: 150px;
}

.change-profile {
  position: absolute;
  bottom: 0;
  background-color: rgba(173, 173, 173, 0.5);
  width: 100%;
  color: #fff;
  display: none;
  padding: 10px;
  padding-left: 55px;
}

.profile-ch:hover .change-profile {
  display: block;
}

.change-profile .fa-camera {
  position: absolute;
  left: 15px;
  font-size: 25px;
  bottom: 7px;
}

#update-picture {
  display: block !important;
  opacity: 0 !important;
  overflow: hidden !important;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-solid {
  border-top: 0;
  border-radius: 0;
}

.btn-vmg-blue.btn-solid {
  border-radius: 0;
}

.compose-message {
  width: 100%;
  margin-bottom: 10px;
}

.nav-stacked>li>a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}

.box .nav-stacked>li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}

.nav-pills>li>a>.fa,
.nav-pills>li>a>.glyphicon,
.nav-pills>li>a>.ion {
  margin-right: 5px;
}

.nav-stacked>li.active>a,
.nav-stacked>li.active>a:hover {
  background: transparent;
  color: #444;
  border-top: 0;
  border-left-color: #3c8dbc;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.box-header {
  color: #444;
  display: block;
  padding: 8px;
  position: relative;
  color: var(--vmg-blue);
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}

.new-email input,
.new-email .ta-editor {
  border-radius: 0 !important;
}

.new-email .ui-select-container {
  border-radius: 0 !important;
}

.new-email .ui-select-search {
  height: 27px !important;
  padding-left: 10px;
}

.new-email .ta-editor {
  margin-top: 10px;
}

.no-padding {
  padding: 0 !important;
}

.margin-top-30 {
  margin-top: 30px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}

.ng-table-pager {
  padding: 20px;
}

.box-header>.box-tools [data-toggle="tooltip"] {
  position: relative;
}

.box-header>.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.mailbox-read-info {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
}

.mailbox-read-time {
  color: #999;
  font-size: 13px;
}

.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0 0;
}

.mailbox-read-info h3 {
  font-size: 20px;
  margin: 0;
}

.mailbox-read-message {
  padding: 10px;
}

.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mailbox-attachments li {
  float: left;
  width: 196px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}

.mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}

.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}

.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block;
}

.mailbox-attachment-name {
  font-weight: bold;
  color: #666;
}

.mailbox-attachment-size {
  color: #999;
  font-size: 12px;
}

.mailbox-attachment-icon.has-img {
  padding: 0;
  min-height: 132px;
}

.mailbox-attachment-icon.has-img>img {
  max-width: 100%;
  height: auto;
  max-height: 132px;
  font-size: 10px;
}

/* Add Submission*/
.submission-page .panel-default>.panel-heading {
  color: var(--vmg-blue);
  background-color: #fff;
  border-color: #fff;
  font-weight: bold;
}

.submission-page .panel {
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  padding: 20px;
  box-shadow: none;
  /* border-bottom: 1px solid #dcdcdc; */
}

.submission-page .panel-body {
  padding: 0px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}

.submission-page .panel-heading {
  padding: 0 0 20px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.submission-page .form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: left;
}

.submission-page .form-horizontal .control-label b {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #616469;
}

.submission-page .form-horizontal .productivity-comp .control-label b {
  left: 49%;
  right: inherit;
}

.submission-page .form-horizontal .control-label {
  position: initial !important;
}

.submission-page .form-horizontal .form-group {
  position: relative !important;
  float: left;
  width: 100%;
}

.submission-page ngc-panel:last-of-type .panel-body {
  border-bottom: 0;
}

.submission-page .submit-section {
  background-color: #fff;
  padding: 0 0 50px;
}

.submission-page .submit-section .btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  font-size: 16px;
}

.submission-page .submit-section .btn {
  width: 100px;
  margin: 0 4px;
}

.recalculate-behalf {
  margin-bottom: 30px;
  margin-top: 30px;
}

.submission-editing-page .panel-default>.panel-heading {
  color: var(--vmg-blue);
  background-color: #fff;
  border-color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}

.submission-editing-page .panel-body {
  border-bottom: 0;
  padding-bottom: 0;
}

.submission-page .loader-c {
  position: fixed !important;
}

.submission-editing-page .panel {
  margin-bottom: 15px;
}

.submission-editing-page .form-group {
  /*margin-bottom: 0;*/
}

.submission-editing-page .qualitative-panel .panel {
  margin-bottom: 0;
}

.submission-editing-page .form-horizontal .control-label b {
  display: none;
}

.submission-editing-page .control-label.view-mode {
  display: none;
}

.submission-editing-page .col-sm-8.view-mode {
  padding: 0 3px;
}

.submission-editing-page .compensationTypes .checkbox.view-mode input[type="checkbox"] {
  display: none;
}

.submission-editing-page .compensationTypes .checkbox.view-mode label {
  padding-left: 12px;
}

.sliders-sub ngc-slider .form-group, .sliders-sub ngc-tc-slider .form-group {
  margin-bottom: 15px !important;
  float: inherit !important;
  width: inherit !important;
  margin-left: 0;
}

.sliders-sub .slider-tabs ngc-slider .form-group, .sliders-sub .slider-tabs ngc-tc-slider .form-group {
  width: 130% !important;
}

.slider-tabs ngc-all-sliders .col-md-6,
.slider-tabs ngc-all-sliders .col-xs-4 {
  padding-left: 0;
}

.tabset-content.slider-tabs .tab-content {
  padding-top: 15px;
}

/* Modals */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 18px;
  text-align: left;
  color: var(--vmg-blue);
}

.modal-header {
  padding: 15px 0;
}

.page-route a:hover {
  text-decoration: none;
}

.page-details {
  font-size: 22px;
  font-family: "Oxygen";
  color: var(--vmg-blue);
  margin-bottom: 15px;
  float: left;
  margin-top: 10px;
}

.actions-filters {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
  position: relative;
}

.center-container {
  background-color: #fff;
  padding: 15px;
  position: relative;
}

.submission-list .ng-table th {
  text-align: left;
}

.s-table-pager {
  padding: 20px 10px;
}

.s-table-pager .p-info {
  display: block;
  float: left;
  line-height: 34px;
  margin-right: 10px;
}

.s-table-pager .s-pager {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: var(--vmg-blue);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 2px;
}

.submission-list .ng-table-pager {
  display: none;
}

/*.submission-list th:before{
    content: attr(data-title-text);
    font-family: FontAwesome;
    color: #6f6f6f;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 5px;
    pointer-events: none;
}
*/

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #444;
  background-color: #ffffff;
}

.no-emails {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: var(--vmg-teal);
  padding: 15px 10px;
}

.emails-page .table th {
  border: 0;
}

.emails-page .table {
  margin: 0;
}

.emails-page .mailbox-messages {
  min-height: 175px;
}

.mailbox-to-item {
  padding: 3px;
  border-radius: 10px;
  background-color: #fafafa;
  margin: 2px;
  display: block;
  float: left;
}

.mailbox-folder {
  padding: 8px;
  display: block;
  float: left;
  color: var(--vmg-blue);
}

.emails-page .ng-table-pager {
  display: none;
}

.emails-page .mailbox-messages tr {
  background-color: #fafafa;
  border-bottom: 1px solid #dcdcdc !important;
}

.emails-page .mailbox-messages thead {
  display: none;
}

tr.unreadmessage {
  background-color: #dff2fb !important;
}

.sAlert .fixed-on-top {
  margin-top: 10px;
  width: 300px;
  right: 15px;
  left: inherit;
}

.sAlert .alert {
  padding: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.sAlert .close {
  line-height: 17px;
}

.finalized-header span {
  display: block;
  float: left;
  margin-right: 30px;
}

label.facility-header {
  color: var(--vmg-blue);
  font-size: 18px;
}

.specialty-submissions {
  background-color: #fafafa;
  padding: 10px 15px 1px;
  margin-bottom: 20px;
}

.specialty-submissions .table-striped>tbody>tr:nth-of-type(even) {
  background-color: #fff;
}

.specialty-submissions .table-striped>tbody>tr:first-child {
  background-color: #eff3f8;
}

label.specialty-header {
  color: var(--vmg-teal);
}

.more-features-menu {
  border-radius: 0;
  padding: 0;
}

.more-features-menu li a {
  padding: 10px 15px !important;
  color: #636262 !important;
  font-weight: bold !important;
  font-size: 14px !important;
  text-align: left;
}

.more-features-menu li a i {
  width: 25px;
}

.more-features-menu li:before {
  border: 0 !important;
}

.more-features-menu li {
  width: 100% !important;
}

.table-list thead {
  background-color: #eff3f8;
}

.table-list thead th {
  border-bottom: 0 !important;
}

.table-list .ng-table th {
  text-align: left;
}

.table-list .ng-table-pager {
  display: none;
}

.ng-table {
  border-bottom: 1px solid #f2f2f2;
}

.add-user .form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: left;
}

.s-filter-item {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.s-filter-item:last-child,
.s-filter-item:nth-child(3),
.s-filter-item:nth-child(6) {
  margin-right: 0;
}

.s-table-filters {
  margin-bottom: 20px;
}

.s-filter-toggle {
  height: 30px;
  width: 120px;
  border: 1px solid #a6a6a6;
  border-radius: 30px;
  float: right;
  background-color: #fff;
  margin: 5px;
  position: relative;
  padding: 4px 15px;
  cursor: pointer;
}

.s-filter-toggle.s-active {
  background-color: #f8f8f8;
}

.s-filter-toggle i {
  position: absolute;
  right: 12px;
  line-height: 20px;
  font-size: 15px;
}

.centered-icon {
  color: var(--vmg-critical-red);
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
}

.table-list input[type="radio"] {
  display: none;
}

.table-list td label.for-radio {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
}

.table-list td label.for-radio:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0;
  position: absolute;
  left: 0;
  top: -8px;
  bottom: 1px;
  border-radius: 3px;
  background-color: #fff;
  line-height: 33px;
  border: 1px solid #dcdcdc;
}

.table-list td input[type="radio"]:checked+label:before {
  content: "\f00c";
  color: var(--vmg-blue);
  font-family: FontAwesome;
  font-size: 11px;
  text-align: center;
  line-height: 15px;
}

.table-list tr.active-row {
  background-color: #cce0f5 !important;
}

.table-list table {
  border-bottom: 1px solid #f2f2f2;
}

.first-td-action table tr td:first-child,
.first-td-action table tr th:first-child {
  width: 30px;
  max-width: 30px;
}

.submission-list .table-responsive td:first-child {
  overflow: visible;
  overflow: visible !important;
  text-overflow: inherit;
}

.checkbox-design input[type="checkbox"] {
  display: none;
}

.checkbox-design label.for-checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 0px;
  margin-right: 15px;
  font-size: 13px;
}

.checkbox-design label.for-checkbox:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0;
  position: absolute;
  left: 0;
  top: -8px;
  bottom: 1px;
  border-radius: 3px;
  background-color: #fff;
  line-height: 33px;
  border: 1px solid #dcdcdc;
}

.checkbox-design input[type="checkbox"]:checked+label:before {
  content: "\f00c";
  color: var(--vmg-lime-green);
  font-family: FontAwesome;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}

.checkbox-design input[type="checkbox"].cannot-change+label:before {
  content: "\f00d";
  color: var(--vmg-critical-red);
  font-family: FontAwesome;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}

.checkbox-design input[type="checkbox"]:disabled+label:before {
  cursor: not-allowed;
}

.checkbox-design td,
.checkbox-design th {
  padding: 8px 15px !important;
}

.table-responsive td.allow-overflow {
  overflow: visible !important;
}

.project-actions a {
  outline: none;
}

.project-actions a:focus {
  text-decoration: none;
}

.project-actions a:after {
  content: "/";
  text-decoration: none;
  display: inline-block;
}

.project-actions a:last-child:after {
  content: "";
}

.comma-separated:after {
  content: ",";
  margin-left: -3px;
}

.comma-separated:last-child:after {
  content: "";
}

.notification.no-read {
  background-color: #eff3f8;
}

.finalized-filters .s-filter-item {
  width: 23% !important;
  margin-right: 2% !important;
}

.finalized-filters .s-filter-item:last-child {
  width: 25% !important;
  margin-right: 0 !important;
}

.finalized-filters .s-filter-item.has-acc-filter {
  width: 18% !important;
  margin-right: 2% !important;
}

.finalized-filters .s-filter-item.has-acc-filter:last-child {
  width: 20% !important;
  margin-right: 0 !important;
}

.no-finalized {
  padding: 20px;
  text-align: center;
  background-color: #eff3f8;
}

.actions-container-top {
  margin-top: 11px;
}

.suggested-actions .alert-info {
  margin-top: 10px;
}

.all-comments {
  margin: 10px 0;
  background-color: #f9f9f9;
}

.all-comments .qualitative-comment .comment-date {
  width: 100%;
  display: block;
}

.comment-department {
  margin-top: -4px;
  display: block;
  font-weight: 300;
  font-size: 12px;
}

.all-comments .qualitative-comment {
  padding: 10px 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.all-comments .qualitative-comment .gtg-comment-actions {
  position: absolute;
  right: 15px;
  top: 15px;
}

.all-comments .qualitative-comment .gtg-comment-actions .cancel-btn {
  width: 71px;
  margin-bottom: 10px;
  display: block;
}

.qualitative-comment:last-child {
  border-bottom: 0;
}

option[value="string:OK"] {
  color: #00a000;
}

.submission-link {
  width: initial !important;
  text-align: left !important;
  color: #337ab9 !important;
  padding: 0 !important;
  float: left !important;
  padding-right: 5px !important;
}

.table {
  white-space: nowrap !important;
}

@media screen and (max-width: 1400px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.table-responsive {
  border: 0 !important;
}

.file-upload-hide {
  display: block !important;
  opacity: 0 !important;
  overflow: hidden !important;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}

.upload-btn {
  overflow: hidden;
  position: relative;
}

li.uib-tab.nav-item.active {
  background-color: var(--vmg-dark-blue);
  color: #fff;
}

li.uib-tab.nav-item.active a {
  color: #fff;
  background-color: transparent !important;
}

li.uib-tab.nav-item a {
  border-radius: 0;
  background-color: #eee;
}

.get-to-green .panel-heading {
  border-bottom: 0 !important;
}

.get-to-green .tab-pane {
  padding-top: 20px;
}

.comment-section {
  background-color: #f9f9f9;
  border-radius: 4px;
}

.comment-section .cnt {
  padding: 10px 15px;
}

.profile-pic-com {
  width: 60px;
  height: 60px;
  float: left;
  background-image: url(image/default_avatar.png);
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.table-responsive td {
  overflow: hidden;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.s-table-filters.filter-account .s-filter-item:nth-child(-n + 9) {}

.s-table-filters.filter-account .s-filter-item:nth-child(7) {}

.s-filter-item,
.s-filter-item-wip {
  margin-bottom: 10px;
  height: 60px;
}

.filter-users .s-filter-item:last-child {
  margin-right: 0 !important;
  width: 25% !important;
}

.logging-in-as {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(48, 87, 125, 0.66);
  z-index: 12000;
}

.notification-page-item {
  padding: 15px;
  border-bottom: 1px solid #dcdcdc;
}

.notification-page-item:last-child {
  border-bottom: 0;
}

.notification-page-item.no-read {
  background-color: #cfe2f9;
}

.submission-type {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 40px;
  height: 275px;
}

.submission-type i {
  font-size: 65px;
  text-align: center;
  color: #b9b9b9;
}

.submission-type span {
  width: 100%;
  display: block;
  font-size: 22px;
  font-family: "Oxygen";
  color: var(--vmg-blue);
  line-height: 1.091;
  margin-top: 10px;
}

.submission-type .btn-vmg-blue,
.submission-type .btn-vmg-teal {
  width: 130px;
  margin: 30px 0;
}

.icon-type {
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
}

.select-options {
  background-color: #fff;
  padding: 20px 0;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}

.select-options-image {
  background-image: url(/image/icons/as-icon.png);
  width: 65px;
  height: 65px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.select-options-image.t-as {
  background-image: url(/image/icons/as-icon.png);
}

.select-options:hover .select-options-image.t-as {
  background-image: url(/image/icons/as-icon-active.png);
}

.select-options-image.t-chna {
  background-image: url(/image/icons/chna-icon.png);
}

.select-options:hover .select-options-image.t-chna {
  background-image: url(/image/icons/chna-icon-active.png);
}

.select-options-image.t-cna {
  background-image: url(/image/icons/cna-icon.png);
}

.select-options:hover .select-options-image.t-cna {
  background-image: url(/image/icons/cna-icon-active.png);
}

.select-options-image.t-custom {
  background-image: url(/image/icons/custom-icon.png);
}

.select-options:hover .select-options-image.t-custom {
  background-image: url(/image/icons/custom-icon-active.png);
}

.select-options-image.t-pv {
  background-image: url(/image/icons/pv-icon.png);
}

.select-options:hover .select-options-image.t-pv {
  background-image: url(/image/icons/pv-icon-active.png);
}

.select-options-image.t-sl {
  background-image: url(/image/icons/sl-icon.png);
}

.select-options:hover .select-options-image.t-sl {
  background-image: url(/image/icons/sl-icon-active.png);
}

.select-options-image.t-ssna {
  background-image: url(/image/icons/ssna-icon.png);
}

.select-options:hover .select-options-image.t-ssna {
  background-image: url(/image/icons/ssna-icon-active.png);
}

.select-options span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-family: "Oxygen";
  color: rgb(0, 85, 167);
  line-height: 1.091;
  margin-top: 10px;
}

.select-options:hover {
  background-color: var(--vmg-blue);
}

.select-options:hover span {
  color: #fff;
}

.center-container .panel-title {
  color: var(--vmg-blue);
  padding: 0 0 10px 0;
}

.info-section {
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
  float: left;
}

.info-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.full-content .col-sm-4,
.full-content .col-sm-8 {
  width: 100% !important;
  padding: 0 !important;
}

.upload-cont-types {
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}

.center-container.submission-type-cont .panel-title {
  font-size: 18px;
}

.beds-nr .checkbox {
  height: 35px;
}

.submission-editing-page .table>tbody>tr>td,
.submission-editing-page .table>tbody>tr>th,
.submission-editing-page .table>tfoot>tr>td,
.submission-editing-page .table>tfoot>tr>th,
.submission-editing-page .table>thead>tr>td,
.submission-editing-page .table>thead>tr>th {
  border-top: 1px solid #ddd !important;
}

.coming-soon {
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 15px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.42);
}

.coming-soon span {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  font-size: 40px;
  color: #cecece;
  position: absolute;
  width: 100%;
  text-align: center;
  height: 200px;
  padding: 93px;
}

input.error {
  outline: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-color: #a94442 !important;
}

input.error:focus {
  outline: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-color: #a94442 !important;
}

.group-tabs {
  padding: 0;
}

.group-tabs .tab-content {
  padding: 50px;
}

.main-checkbox {
  float: left;
  margin-right: 50px;
  min-width: 160px;
}

.sub-checkboxes {
  float: left;
}

.facility-item {
  padding: 6.5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}

.t-border-bottom {
  border-bottom: 2px solid !important;
}

.f-level-down label {
  color: #989898;
  font-weight: normal;
  font-size: 13px;
}

.uncompensated-on-call .col-sm-8 {
  padding-right: 0;
}

.uncompensated-on-call .col-sm-8 .control-label b {
  right: -10px;
}

.show-more-fields {
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  display: block;
  float: left;
}

.tabset-content .tab-content {
  padding-top: 40px;
}

.tabset-content .form-group {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.radio-div-inline div {
  float: left;
}

.t-step {
  height: 140px;
  width: 172px;
  float: left;
  position: relative;
}

.red-yellow.master-admin-ad .t-step {
  height: 140px;
  width: 18.45%;
  float: left;
  position: relative;
}

.t-step:last-child {
  margin-right: -120px;
}

.t-step:last-child .t-line {
  visibility: hidden;
}

.t-line {
  height: 5px;
  background-color: #e4e4e4;
  margin-top: 50px;
  margin-left: 15px;
  width: 100%;
}

.t-content {
  width: 100px;
  position: relative;
  margin-top: -17px;
  margin-left: -20px;
}

.ngc-group-submission .t-content {
  width: 140px;
  position: relative;
  margin-top: -17px;
  margin-left: -40px;
}

.t-ball {
  width: 30px;
  height: 30px;
  border: 5px solid #fff;
  background-color: #e4e4e4;
  border-radius: 50%;
  margin: 0 auto;
}

span.t-empty-c {
  width: 14px;
  height: 14px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 3px;
}

.t-ball i {
  color: #ffffff;
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  display: none;
}

.t-step.t-completed .t-ball i {
  display: inline-block;
}

.t-step.t-completed .t-step-text,
.t-step.t-completed .t-step-text-secondary {
  color: #000;
}

.t-step.t-completed .t-empty-c,
.t-step.t-current .t-empty-c {
  display: none;
}

.t-step.t-current .t-step-text {
  color: var(--vmg-blue);
}

.t-step.t-completed .t-ball,
.t-step.t-completed .t-line {
  background-color: var(--vmg-mint);
}

.t-step.t-current .t-ball {
  background-color: var(--vmg-blue);
}

.t-step-text {
  height: 45px;
  width: 100%;
  text-align: center;
}

.t-step-text-secondary {
  font-size: 10px;
  height: 30px;
  line-height: 15px;
  width: 100%;
  text-align: center;
}

.t-step-date {
  width: 100%;
  text-align: center;
  font-size: 11px;
}

.green-submission .t-step {
  height: 140px;
  width: 47%;
  float: left;
  position: relative;
}

.green-submission.master-admin-ad .t-step {
  width: 31.5%;
}

.green-submission .t-step:last-child {
  width: 10%;
}

span.canceled,
span.revision {
  position: absolute;
  font-size: 14px;
  top: 9px;
  text-align: center;
  width: 100px;
  margin-left: -20px;
  display: none;
  color: #ce5d5d;
}

.t-canceled .canceled,
.t-revision .revision {
  display: block;
}

.t-step.t-canceled .t-step-text {
  color: #ce5d5d;
}

.t-step.t-canceled .t-ball {
  background-color: #ce5d5d;
}

.t-step.t-canceled .assigned-admins {
  display: none;
}

.assigned-admins {
  position: absolute;
  height: 35px;
  font-size: 12px;
  overflow: hidden;
  text-align: center;
  width: 180px;
  margin-left: -62px;
}

.assigned-admins span {
  position: relative;
}

.assigned-admins span i {
  position: absolute;
  left: -15px;
  top: 2px;
}

.ct-b div:last-child {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}

.ct-b div:last-child label {
  margin-bottom: 15px;
}

.admin-approved {
  color: var(--vmg-blue);
}

.tabset-content.calculation-tabs {
  border-radius: 5px;
  /*overflow: hidden;*/
  margin-right: 15px;
  margin-left: 15px;
  border-top: 0;
  margin-top: 15px;
}

.condition {
  background-color: #dcdcdc;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
}

.condition .fa-minus-circle {
  position: absolute;
  right: -35px;
  font-size: 30px;
  color: #c56060;
  top: 0;
  cursor: pointer;
}

ngc-clinical-tabs {
  /*background-color: #f0f0f0;*/
}

.submission-page ngc-clinical-tabs .panel {
  /*background-color: #f0f0f0;*/
  /*border: 1px solid #bcd1ea;*/
}

.btn-additional-section {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.remove-section {
  position: absolute;
  right: -35px;
  font-size: 30px;
  color: #c56060;
  top: 0;
  cursor: pointer;
}

@media (max-width: 600px) {
  .s-filter-item {
    width: 49%;
    float: left;
    margin-right: 2%;
  }

  .s-filter-item:last-child,
  .s-filter-item:nth-child(3) {
    margin-right: 2%;
  }

  .s-filter-item:nth-child(even) {
    margin-right: 0;
  }

  .s-table-filters {
    margin-bottom: 20px;
  }

  .s-table-filters.filter-account .s-filter-item {
    width: 49% !important;
    float: left;
    margin-right: 2%;
  }

  .s-table-filters.filter-account .s-filter-item:nth-child(even) {
    margin-right: 0 !important;
  }

  .s-filter-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 450px) {
  .s-filter-item {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  .mobile-center {
    float: none !important;
    width: 100%;
    text-align: center;
    padding: 5px 0 !important;
  }
}

.cursor {
  cursor: pointer;
}

.header-color {
  color: var(--vmg-blue);
}

.suggested-actions .alert-danger {
  background-color: #fff !important;
  margin-bottom: 10px;
}

.help-m-header {
  z-index: 100;
  color: #fff;
  font-size: 50px;
  margin-bottom: 0;
}

.help-page-header .sub-label {
  z-index: 100;
  color: #dcdcdc;
  font-size: 18px;
}

.help-page-header .help-search {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}

.help-page-header .help-search input {
  padding-right: 30px;
}

.help-page-header .help-search:before {
  content: "\f002";
  font-family: FontAwesome;
  right: 14px;
  position: absolute;
  top: 0;
  font-size: 20px;
  line-height: 44px;
  color: var(--vmg-blue);
}

.help-block-fmvmd {
  background-color: #fff;
  text-align: center;
  border-bottom: 5px solid transparent;
  height: 300px;
}

.help-block-fmvmd i {
  font-size: 50px;
  color: var(--vmg-blue);
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 40px 5px 40px 5px;
}

.help-block-fmvmd label {
  text-align: center;
  font-size: 20px;
}

.help-block-fmvmd p {
  color: #a7a7a7;
  font-size: 16px;
}

.help-block-fmvmd a {
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  font-size: 16px;
}

.help-block-fmvmd:hover {
  border-bottom: 5px solid var(--vmg-teal);
}

.help-block-fmvmd:hover i {
  color: var(--vmg-teal);
}

h1.help-header-text {
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.help-section ul {
  text-decoration: none;
  list-style: none;
  padding-left: 0;
}

.help-section .help-item::before {
  font-size: 20px;
  content: "•   ";
  color: var(--vmg-teal);
  margin-right: 10px;
}

.help-section-cont .fa-envelope {
  font-size: 25px;
  margin-right: 10px;
  color: var(--vmg-blue);
}

.help-section-cont .fa-phone {
  font-size: 25px;
  margin-right: 10px;
  color: var(--vmg-teal);
}

.help-section-cont .email-fmvmd,
.help-section-cont .call-fmvmd {
  font-size: 20px;
  line-height: 25px;
  margin-right: 40px;
}

.help-video-label {
  color: #fff;
  background-color: var(--vmg-teal);
  border-radius: 15px;
  padding: 1px 8px;
  font-size: 11px;
  cursor: pointer;
  margin-bottom: 0;
}

.cursor {
  cursor: pointer;
}

.header-color {
  color: var(--vmg-blue);
}

.automation .table-striped.special-row>tbody>tr:nth-of-type(even) {
  background-color: #fff;
}

.automation .table-striped.special-row>tbody>tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.automation .table-striped.special-row>tbody>tr:first-child {
  background-color: #eff3f8;
}

.automation .table-striped>tbody>tr:nth-of-type(even) {
  background-color: #f2f2f2;
}

.automation .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fff;
}

.automation .table-striped>thead>tr:first-child {
  background-color: #eff3f8;
}

.accounting-edit-field:hover,
.automation-edit-field:hover,
.automation-checklist-step:hover,
.project-name-link:hover {
  cursor: pointer;
  font-weight: bold;
}

.project-name-link:hover {
  text-decoration: none;
  color: inherit;
}

.btn:focus {
  color: #fff;
}

.s-automation-filter-item {
  width: 23.6%;
  float: left;
  margin-right: 0.7%;
  margin-left: 0.7%;
  min-width: 23%;
  flex-grow: 1;
}

.automation tr.active-row {
  background-color: #cce0f5 !important;
}

@media (max-width: 767px) {
  .margin-top-10-xs {
    margin-top: 10px;
  }

  .padding-left-0-xs {
    padding-left: 0;
  }

  .automation-left-btn-padding {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .automation-left-btn-padding {
    padding: 0 10px 0 0;
  }
}

.submission-selected-padding {
  padding: 0 0 15px 0;
}

.submission-not-selected-padding {
  padding: 0;
}

/* VMG Colors for text */

.vmg-blue {
  color: var(--vmg-blue);
}
.vmg-teal {
  color: var(--vmg-teal);
}
.vmg-orange {
  color: var(--vmg-orange);
}
.vmg-green {
  color: var(--vmg-green);
}
.vmg-lime-green {
  color: var(--vmg-lime-green);
}
.vmg-yellow {
  color: var(--vmg-yellow);
}
.vmg-warning-red {
  color: var(--vmg-warning-red);
}
.vmg-error-red {
  color: var(--vmg-error-red);
}
.vmg-critical-red {
  color: var(--vmg-critical-red);
}

/* Traffic light colors */

.green-traffic-light {
  color: var(--vmg-lime-green);
}

.yellow-traffic-light {
  color: var(--vmg-yellow);
}

.vmg-orange-traffic-light {
  color: orange;
}

.vmg-teal-traffic-light {
  color: var(--vmg-teal);
}

.vmg-yellow-traffic-light {
  color: var(--vmg-yellow);
}

.blue-traffic-light {
  color: var(--vmg-blue);
}

.red-traffic-light {
  color: var(--vmg-critical-red);
}

.grey-traffic-light {
  color: grey;
}

.blue-traffic-light {
  color: var(--vmg-light-blue);
}

/* Home Page Colors */

.home-red-traffic-light {
  color: red;
}

.home-blue-traffic-light {
  color: #007ACC;
}

.home-yellow-traffic-light {
  color: #FFC107;
}


.multiple-docs-section {
  padding: 15px 0;
  background-color: #f0f0f0;
  margin: 0 !important;
  margin-bottom: 20px !important;
}

.multi-item {
  margin-top: 10px;
  float: left;
  width: 100%;
  padding: 0 15px;
}

.submission-type-cont .panel {
  padding: 0;
}

.submission-type-cont .has-error label,
.submission-type-cont .has-error .form-group label {
  color: #a94442;
}

@media (max-width: 767px) {
  .automation-approval-button-padding {
    padding: 0;
  }
}

@media (min-width: 767px) {
  .automation-approval-button-padding {
    padding: 0 10px 0 0;
  }
}

.project-actions a {
  cursor: pointer;
}

.border-red {
  border-color: red !important;
}

.custom-form-group .form-group .col-sm-4,
.custom-form-group .form-group .col-sm-8 {
  width: 100% !important;
  margin-bottom: 6px;
}

ngc-comments {
  float: left;
  width: 100%;
}

ngc-quantitative .col-sm-4 {
  text-align: left !important;
}

ngc-file {
  display: block;
  float: left;
  width: 100%;
}

.get-to-green-inline .nav-pills,
.get-to-green-inline .panel-heading {
  display: none !important;
}

.get-to-green-inline .panel {
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

.get-to-green-inline .panel-body {
  padding: 0 !important;
}

.get-to-green-inline .tab-pane {
  padding: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding-top: 0;
  display: block !important;
  margin-top: 15px !important;
}

.get-to-green-inline .inline-comment-header {
  margin-right: -15px;
  margin-left: -15px;
  padding: 10px 15px;
  font-size: 16px;
  color: var(--vmg-blue);
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}

ngc-slider, ngc-tc-slider {
  width: 104%;
}

ngc-sliders .col-md-6 {
  padding: 0 !important;
}

.year-separated {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 9px;
}

.platform-updates .u-logo-cont {
  padding: 15px;
}

.platform-updates .u-logo-cont img {
  height: 100px;
}

.platform-updates .u-popup-label {
  background-color: var(--vmg-blue);
  color: #fff;
  padding: 30px;
  text-align: center;
  font-size: 39px;
}

.platform-updates .footer-option {
  text-align: right;
  color: #fff;
}

.platform-updates .footer-option img {
  width: 50px;
}

.platform-updates .u-email {
  width: 200px;
  float: right;
  color: #fff;
  display: block;
}

.platform-updates .u-email img {
  float: left;
  width: 50px;
}

.platform-updates .u-email span {
  float: left;
  width: calc(100% - 50px);
  text-align: center;
  padding: 6px 15px;
}

.platform-updates .u-feedback {
  width: 180px;
  text-align: center;
  color: #fff;
  display: block;
}

.platform-updates .u-feedback img {
  float: left;
  width: 60px;
  margin-top: -5px;
}

.platform-updates .u-feedback span {
  float: left;
  width: calc(100% - 60px);
  text-align: center;
  padding: 6px 15px;
}

.platform-updates .u-got-it {
  width: 170px;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
  border: 0;
  background-color: #00AFA8;
  height: 42px;
  border-radius: 6px;
  position: relative;
  color: #fff;
  font-size: 17px;
  width: 170px;
}

.platform-updates .u-got-it .fa-thumbs-up {
  font-size: 35px;
  position: absolute;
  top: 4px;
  right: 9px;
}

.platform-updates .u-got-it .u-got-it-text {
  line-height: 40px;
  float: left;
  margin-left: 6px;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.platform-updates .u-got-it-suggestion {
  width: calc(100% - 170px);
  color: #2c4b91;
  font-weight: 600;
  padding-right: 30px;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  float: inherit;
}

.modal-footer.u-update {
  padding: 6px;
}

.u-info-pop b {
  color: #2a4498;
}

.u-info-pop b,
.u-info-pop li {
  font-size: 19px;
}

.u-info-pop li {
  padding-right: 20px;
}

.info-popup-updates .modal-dialog {
  max-width: 800px !important;
}

.u-main-text {
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  color: var(--vmg-blue);
  letter-spacing: 1.5px;
  line-height: 22px;
}

.u-info-pop {
  background-image: url(/image/2_gears.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 10px;
  color: var(--vmg-blue);
  padding: 20px 40px;
}

.u-section {
  position: relative;
  text-align: justify;
}

.u-section-actions {
  position: absolute;
  right: -45px;
  top: 0px;
}

.tabset-content {
  overflow: visible !important;
}

.u-section-actions i {
  font-size: 30px;
  cursor: pointer;
}

.u-section-actions i.fa-minus-circle {
  color: tomato;
}

.u-section-actions i.fa-plus-circle {
  color: #00d4b4;
}

.u-list-actions i.fa-minus-circle {
  color: tomato;
}

.u-list-actions i.fa-plus-circle {
  color: #00d4b4;
}

.u-list-item {
  position: relative;
}

.u-list-item {
  position: relative;
}

.u-list-item .u-list-actions {
  position: absolute;
  right: -28px;
  top: 0px;
}

.u-list-item .u-list-actions i {
  font-size: 22px;
  cursor: pointer;
}

ngc-footer nav {
  float: left;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .platform-updates .u-got-it-suggestion {
    width: calc(100% - 170px);
    color: #2c4b91;
    font-weight: 600;
    padding-right: 0;
    font-size: 15px;
    line-height: 18px;
    text-align: center !important;
    float: inherit;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .platform-updates .u-got-it {
    width: 170px;
    background-image: url(/image/thumbs-up.png);
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: none;
    border: 0;
    background-color: #fff;
    height: 42px;
    float: left;
    margin-left: calc(50% - 85px);
  }
}

@media screen and (max-width: 440px) {
  .platform-updates .u-feedback {
    width: 180px;
    text-align: center;
    margin-left: 60px;
  }

  .platform-updates .u-email {
    width: 188px;
    float: left;
    margin-left: 62px;
  }

  .footer-option {
    width: 100% !important;
  }

  .platform-updates .u-logo-cont img {
    height: 80px;
  }

  .platform-updates .u-popup-label {
    font-size: 30px;
  }
}

.videogular-container {
  width: 720px;
  height: 440px;
  margin: auto;
  overflow: hidden;
  max-width: 100% !important;
}

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {
  .videogular-container {
    width: 940px;
    height: 528.75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .videogular-container {
    width: 728px;
    height: 409.5px;
  }
}

.u-file-upload {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 20px;
}

.u-file-upload input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}

.handle {
  position: absolute;
  top: 4px;
  bottom: 0;
  background-color: #e5eaf2;
  padding: 12px;
  left: -30px;
}

.handle i {
  position: absolute;
  top: 46%;
  left: 8px;
}

input.ng-pristine+ul#strength {
  display: none;
}

ul#strength,
ul#requirements {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: 2px;
}

.point:last {
  margin: 0 !important;
}

.point {
  background: #ddd;
  border-radius: 2px;
  display: inline-block;
  height: 5px;
  margin-right: 1px;
  width: 20px;
}

li.req-active {
  color: #5b9c30;
}

#footer {
  position: fixed;
  bottom: 5px;
}

.form-hint {
  font-size: 7pt;
  line-height: 9pt;
  margin: -5px auto 5px;
}

.form-signin-cont i.fa-info-circle {
  position: absolute;
  left: -7px;
  top: 14px;
  color: #0055a7;
  font-size: 20px;
}

.form-signin-cont .form-hint {
  margin: 10px auto 5px;
}

.reset-pass i.fa-info-circle {
  left: -25px;
}

.form-signin-cont #pass-requirements {
  left: 19px;
  top: 40px;
}

.reset-pass #pass-requirements {
  left: 4px;
}

.timesheets-modal .modal-dialog {
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

.timesheets-modal .modal-content {
    height: 100vh !important;
    border-radius: 0 !important;
    border: none;
}

.timesheets-modal .modal-body {
    height: calc(100vh - 215px); /* adjust if you have header/footer */
    overflow-y: auto;
}
.timesheets-modal .modal-footer {
    padding: 5px;
}

.timeout-modal .modal-content {
  padding: 0 !important;
}

.timeout-modal .modal-content {
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-image: initial;
  border-radius: 6px;
  outline: 0px;
}

.timeout-modal .modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.timeout-modal.modal-danger .modal-header {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  padding: 9px 15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.timeout-modal.modal-warning .modal-header {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  padding: 9px 15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#requirements li {
  color: #b3b3b3;
}

#requirements li .fa-check-circle {
  color: #b3b3b3;
  font-size: 18px;
}

#requirements li.req-active {
  color: #616469;
}

#requirements li.req-active .fa-check-circle {
  color: #36c736;
  font-size: 18px;
}

#pass-requirements {
  text-align: left;
}

.f-level-down {
  float: left;
}

@media (max-width: 992px) {
  .u-section-actions {
    position: absolute;
    right: -18px;
    z-index: 5;
    top: 5px;
  }

  .u-section-actions i {
    font-size: 25px;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .margin-bottom-xs-10 {
    margin-bottom: 10px;
  }

  .padding-right-xs-0 {
    padding-right: 0;
  }

  .f-level-down {
    width: 100% !important;
    margin-left: 0;
  }

  .u-section-actions {
    position: absolute;
    right: -18px;
    top: 33px;
    z-index: 5;
  }

  .u-section-actions i {
    font-size: 25px;
    cursor: pointer;
  }
}

.pre-line-wrap {
  white-space: pre-line;
}

.pre-line-wrap:first-line {
  line-height: 0px;
}

.bordered-tr td {
  border-top: 1px solid #6c737a;
  padding: 4px;
}

.other-bonuses-section,
.other-bonuses-section-in {
  width: 100%;
  float: left;
}

.other-bonuses-section-in.s-add .control-label {
  visibility: hidden;
}

.other-bonuses-section-in .f-level-down .control-label {
  visibility: visible !important;
}

.timeline {
  position: relative;
  padding: 21px 0px 10px;
  margin-top: 4px;
  margin-bottom: 30px;
}

.timeline .line {
  position: absolute;
  width: 4px;
  display: block;
  background: currentColor;
  top: 0px;
  bottom: 0px;
  margin-left: 130px;
  color: #f5f5f6;
}

.ico-success {
  background-color: #00a651;
  color: #fff;
}

.ico-fmvmd {
  background-color: var(--vmg-teal);
  color: #fff;
}

.ico-email {
  background-color: #ee4749;
  color: #fff;
}

.ico-refresh,
.ico-final-gl {
  background-color: var(--vmg-blue) !important;
  color: #fff;
}

.ico-comment {
  background-color: #21a9e1;
  color: #fff;
}

.ico-deltek {
  background-color: #3d9c74;
  color: #fff;
}

.ico-deltek-error {
  background-color: #d8475c;
  color: #fff;
}

.ico-text-change {
  background-color: #ff0000;
  color: #fff;
}

.ico-final-report-text {
  background-color: #8fd8d8;
  color: #fff;
}

.ico-recalculate {
  background-color: #b7b5b5;
  color: #fff;
}

.ico-default {
  background-color: #d4d4d4;
  color: #fff;
}

.timeline .separator {
  border-top: 1px solid currentColor;
  padding: 5px;
  padding-left: 40px;
  font-style: italic;
  font-size: 0.9em;
  margin-left: 30px;
}

.timeline .line::before {
  top: -4px;
}

.timeline .line::after {
  bottom: -4px;
}

.timeline .line::before,
.timeline .line::after {
  content: "";
  position: absolute;
  left: -4px;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: currentColor;
}

.timeline .panel {
  position: relative;
  margin: 10px 0px 21px 171px;
  clear: both;
}

.timeline .timeline-user {
  position: absolute;
  left: -15px;
  font-size: 12px;
  text-align: center;
  width: 120px;
}

.timeline .panel::before {
  position: absolute;
  display: block;
  top: 8px;
  left: -24px;
  content: "";
  width: 0px;
  height: 0px;
  border: inherit;
  border-width: 12px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.timeline .panel .panel-heading.icon * {
  font-size: 20px;
  vertical-align: middle;
  line-height: 40px;
}

.timeline .panel .icon {
  position: absolute;
  left: -55px;
  top: 4px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0px;
  border-radius: 50%;
  text-align: center;
  float: left;
  -moz-box-shadow: 0px 0px 0px 5px #f5f5f6;
  -webkit-box-shadow: 0px 0px 0px 5px #f5f5f6;
  box-shadow: 0px 0px 0px 5px #f5f5f6;
  line-height: 30px;
}

.timeline .panel-outline {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.timeline .panel-outline .panel-body {
  padding: 10px 0px;
}

.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
  display: none;
}

.inner-object-val {
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
}

.track-change .val-was {
  background-color: #f37676;
  border-radius: 4px;
  color: #fff;
  padding: 1px 6px;
  font-size: 13px;
}

.track-change .val-is {
  background-color: #449c94;
  border-radius: 4px;
  color: #fff;
  padding: 1px 6px;
  font-size: 13px;
}

.action-performed-label {
  background-color: #f37676;
  border-radius: 4px;
  color: #fff;
  padding: 1px 6px;
  font-size: 13px;
  margin-bottom: 0;
}

.timeline-email-data table {
  width: 100% !important;
}

.timeline-into-time .t-step {
  height: 140px;
  width: 15% !important;
  float: left;
  position: relative;
}

.popup-timeline .t-content {
  width: 70px;
  position: relative;
  margin-top: -17px;
  margin-left: -20px;
}

.popup-timeline .t-step-text {
  height: 45px;
  width: 100%;
  text-align: center;
  font-size: 11px;
}

.full-screen-modal-dialog .modal-dialog {
  max-width: 98%;
  width: fit-content !important;
}

.role-tag {
  background-color: #f79522;
  border-radius: 4px;
  color: #fff;
  padding: 1px 6px;
  font-size: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.ui-select-bootstrap .ui-select-choices-row>span {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search:disabled {
  width: 100px !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.request-icon {
  cursor: pointer;
}

.request-icon.green-traffic-light,
.request-icon.vmg-teal-traffic-light,
.request-icon.red-traffic-light {
  font-weight: bold;
}

.force-width-66 .col-sm-8 {
  width: 50% !important;
}

.account-logo-container {
  width: 200px;
  height: 100px;
  margin: 0 30px 30px 30px;
}

.account-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.submission-timeline-content {
  background-color: #fff;
  padding: 30px;
  position: relative;
}

.horizontal-line {
  border-top: 1px solid #dcdcdc;
  margin-top: 15px;
}

.header-image-container {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.small-header-image-container {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.header-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.header-name {
  margin-top: 20px;
  color: var(--vmg-blue);
  font-size: 16px;
  font-weight: 400;
}

.header-title {
  font-weight: 400;
}

@media (max-width: 767px) {
  .margin-top-30-xs {
    margin-top: 30px;
  }
}

.pg-bottom-line,
.prepared-for {
  display: none;
}

.footer-prepared-for {
  display: none;
}

.first-page {
  margin-top: 10px !important;
  margin-bottom: 50px !important;
}

.total-compensation-response .col-sm-6 {
  width: 100% !important;
}

.edit-section-button {
  display: block !important;
}

.remove-section-button {
  display: block !important;
}

.automation-section .inner-editable-content {
  margin: 15px 0px;
}

.automation-section.section-editing .inner-editable-content {
  padding: 15px;
}

.inner-editable-content-blank-space {
  margin-top: 25px !important;
}

.sortable-buttons-section {
  display: block !important;
}

.pdf-report-content {
  padding: 0px;
}

.account-logo-container {
  width: 200px;
  height: 100px;
}

.account-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-wrapper-upload-file {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.btn-upload-file {}

.btn-wrapper-upload-file input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.btn-wrapper-upload-file input[type="file"]:hover {
  cursor: pointer;
}

.section-outline-page {
  display: none;
}

.info-upload {
  font-size: 18px;
  margin-top: 10px;
  margin-left: 10px;
  color: var(--vmg-blue);
}

.audit-report-section .ui-move-previous,
.audit-report-section .ui-move-next,
.audit-report-section .ui-add-table,
.audit-report-section .delete-table {
  display: none;
}

li.section-list {
  padding: 15px 0;
  color: var(--vmg-blue);
  font-size: 16px;
}

li.year-section-list {
  color: #f7911b;
  padding: 10px 0;
}

.validate ngc-yesno .ng-invalid {
  color: #a94442 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.automation-transitional-status-timeline {
  opacity: 1;
  height: auto;
}

.automation-transitional-status-timeline-hidden {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.multi-year-audit-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--vmg-blue);
  border-bottom: 2px solid var(--vmg-blue);
  margin-bottom: 20px;
}

.users-group-inner {
  border: 3px solid #dcdcdc;
  cursor: pointer;
}

.users-group.last-login-green .users-group-inner {
  border-color: var(--vmg-lime-green);
}

.users-group.last-login-yellow .users-group-inner {
  border-color: var(--vmg-yellow);
}

.users-group.last-login-red .users-group-inner {
  border-color: var(--vmg-critical-red);
}

.users-group.last-login-greey .users-group-inner {
  border-color: #dcdcdc;
}

.users-group-inner .company-logo {
  height: 120px;
  width: 100%;
  background-image: url("/image/VMG/FMV-MD Logo - Full Color.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.users-group-inner .company-name {
  display: block;
  width: 100%;
  background-color: #7575750d;
  text-align: center;
  padding: 5px;
  color: var(--vmg-teal);
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.users-group {
  margin-bottom: 15px;
}

span.company-total-users {
  position: absolute;
  top: 7px;
  left: 22px;
  background-color: var(--vmg-teal);
  border-radius: 2px;
  color: #fff;
  min-width: 18px;
  padding: 0 5px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

.user-last-login-cont {
  position: relative;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  padding: 10px 40px 15px 15px;
  margin: 15px;
}

.user-last-login-cont .val-label {
  color: var(--vmg-lime-green);
}

.registered-user-icon {
  position: relative;
  color: var(--vmg-green);
}

.registered-user-icon .fa-user {
  font-size: 16px;
}

.registered-user-icon .fa-ban {
  display: none;
}

.registered-user-icon .fa-check-circle,
.registered-user-icon .fa-ban {
  position: absolute;
  font-size: 9px;
  left: 7px;
  bottom: 0px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0px;
  width: 9px;
  text-align: center;
}

.registered-user-icon.not-registered {
  color: #959595;
}

.registered-user-icon.not-registered .fa-ban {
  display: block;
}

.registered-user-icon.not-registered .fa-check-circle {
  display: none;
}

.fa.fa-exclamation.red-traffic-light {
  width: 14px;
  text-align: center;
}

.steps-indicator {
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 35px;
  list-style: none;
  margin-bottom: 40px;
}

.steps-indicator:before {
  height: 0;
  display: none;
}

.steps-indicator li a:before {
  display: none;
}

.steps-indicator li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  padding: 10px;
  text-align: center;
  line-height: 15px;
  border-bottom: 4px solid transparent;
}

.steps-indicator li:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #007bff;
}

.steps-indicator li.current {
  border-bottom: 4px solid var(--vmg-blue);
}

.steps-indicator li.editing {
  border-bottom: 4px solid var(--vmg-blue);
}

.inner-wizard .steps-indicator {
  padding-left: 16px;
}

.inner-wizard .steps-indicator li.current,
.inner-wizard .steps-indicator li.editing {
  background-color: #ebf5ff;
}

.inner-wizard .steps-indicator li.done {
  background-color: #e6ffef;
}

.inner-wizard .steps-indicator li.done a {
  color: #34af61;
}

.inner-wizard .steps-indicator li {
  background-color: #dadada;
  border: 0;
  padding: 14px;
  margin-left: -16px;
}

.inner-wizard .steps-indicator li a:before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  left: unset;
  width: 14px;
  height: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 21px 16px;
  border-color: transparent transparent transparent #dadada;
  background-color: transparent;
  z-index: 9;
}

.inner-wizard .steps-indicator li.current a,
.inner-wizard .steps-indicator li.editing a {
  color: var(--vmg-teal);
}

.inner-wizard .steps-indicator li.current a:before,
.inner-wizard .steps-indicator li.editing a:before {
  border-color: transparent transparent transparent #ebf5ff;
}

.inner-wizard .steps-indicator li.done a:before {
  border-color: transparent transparent transparent #e6ffef;
}

.inner-wizard .steps-indicator li:last-child a:before {
  display: none;
}

.inner-wizard .steps-indicator.steps-2 li {
  width: calc(100% / 2 + 16px);
}

.inner-wizard .steps-indicator.steps-3 li {
  width: calc(100% / 3 + 16px);
}

.inner-wizard .steps-indicator.steps-4 li {
  width: calc(100% / 4 + 16px);
}

.inner-wizard .steps-indicator.steps-5 li {
  width: calc(100% / 5 + 16px);
}

.group-submission .steps {
  position: relative;
}

.group-submission .steps .step-fields {
  background-color: #ebf5ff;
  padding: 20px;
  border-radius: 4px;
  position: relative;
  padding-top: 40px;
  margin-top: 40px;
}

.mr-15 {
  margin-right: 15px;
}

.m-t-30 {
  margin-top: 15px;
}

i.icon-fmvmd-tab {
  position: absolute;
  top: -30px;
  right: 50%;
  margin-right: -30px;
  width: 60px;
  height: 60px;
  font-size: 35px;
  text-align: center;
  background-color: var(--vmg-blue);
  color: #fff;
  line-height: 60px;
  border-radius: 50%;
  z-index: 2;
}

.group-submission-inline i.icon-fmvmd-tab,
.inline-fields i.icon-fmvmd-tab {
  top: 50%;
  left: -30px;
  margin-top: -30px;
  right: unset;
}

.group-submission-inline.group-submission .steps .step-fields,
.inline-fields .steps .step-fields {
  padding-left: 50px;
  padding-right: 50px;
}

.group-submission-inline.group-submission .steps .model-same,
.inline-fields .steps .model-same {
  padding: 20px 50px;
  margin-top: -5px;
}

.group-submission-inline.group-submission .steps:first-child .step-fields {
  margin-top: 0;
}

.submission-page .form-horizontal .group-submission .control-label b {
  display: none !important;
}

.compensation-icon {
  background-image: url(/image/icons/compensation_icon.png);
  background-position: center;
  background-size: contain;
}

.compensation-remove {
  position: absolute;
  top: 0px;
  right: -40px;
  background-color: #ff7676;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.compensation-info {
  margin-bottom: -30px;
  padding: 15px;
  border-radius: 4px;
  color: #616468;
  background-color: #ebf5ff;
  border-color: #ebf5ff;
}

.compensation-info i {
  font-size: 25px;
  float: left;
  margin-right: 5px;
}

.compensation-info {
  line-height: 25px;
}

.compensation-info i,
.compensation-info b {
  color: var(--vmg-teal);
}

.model-same {
  padding: 20px;
  background-color: #ebf5ff;
  border-radius: 4px;
  padding-bottom: 5px;
}

.group-submission-modal .modal-content {
  border-radius: 10px;
}

.group-submission input[type="text"].view-mode,
.group-submission input[type="date"].view-mode,
.group-submission select.view-mode,
.group-submission input[type="number"].view-mode {
  background-color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  cursor: default !important;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.group-submission .allow-edit input[type="text"].view-mode,
.group-submission .allow-edit input[type="date"].view-mode,
.group-submission .allow-edit select.view-mode,
.group-submission .allow-edit input[type="number"].view-mode,
.group-submission textarea.view-mode {
  background-color: #fff !important;
  border: inherit !important;
  box-shadow: inherit !important;
  cursor: inherit !important;
  pointer-events: inherit;
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
}

.group-submission textarea.view-mode {
  padding: 6px 12px;
}

.group-submission .ui-select-match-item {
  max-width: 320px;
  overflow: hidden;
}

.group-submission .ui-select-container {
  min-height: 34px;
}

.submission-page .group-submission .panel {
  background-color: #ebf5ff;
}

.submission-page .group-submission .panel-default>.panel-heading {
  color: var(--vmg-blue);
  background-color: #ebf5ff;
  border-color: #ebf5ff;
  font-weight: bold;
}

.submission-page .group-submission ngc-upload-draft-and-final .row {
  background-color: #ebf5ff !important;
}

.fmvmd-tab li.uib-tab.nav-item {
  background-color: #dadada;
  border: 0;
  margin-left: -16px;
}

.fmvmd-tab li.uib-tab.nav-item.active {
  background-color: #ebf5ff;
  color: #fff;
}

.fmvmd-tab li.uib-tab.nav-item a {
  color: grey;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.fmvmd-tab li.uib-tab.nav-item.active a {
  color: var(--vmg-teal);
}

.fmvmd-tab li.uib-tab.nav-item:before {
  content: " ";
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
  border-radius: 0;
  left: unset;
  width: 14px;
  height: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #eeeeee;
  background-color: transparent;
  z-index: 9;
}

.fmvmd-tab li.uib-tab.nav-item.active:before {
  border-color: transparent transparent transparent #ebf5ff;
}

.fmvmd-tab li.uib-tab.nav-item:last-child:before {
  display: none;
}

.calc-val {
  background-color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .checkbox-align {
    text-align: center;
  }

  .add-year-padding {
    padding: 0;
  }

  .padding-over-xs-0 {
    padding: auto;
  }

  .padding-left-over-xs-0 {
    padding-left: auto;
  }

  .padding-right-over-xs-0 {
    padding-right: auto;
  }
}

@media (min-width: 767px) {
  .checkbox-align {
    text-align: right;
  }

  .add-year-padding {
    padding-right: 0;
  }

  .text-align-left-over-xs {
    text-align: left;
  }

  .padding-over-xs-0 {
    padding: 0;
  }

  .padding-left-over-xs-0 {
    padding-left: 0;
  }

  .padding-right-over-xs-0 {
    padding-right: 0;
  }
}

.pricing-checkbox {
  padding: 0;
  height: 34px;
  line-height: 34px;
}

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

.report-graph-header {
  padding: 0;
  margin-bottom: 20px;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
}

.report-graph-header .rgh-benchmark {
  width: 15% !important;
  float: left;
  text-decoration: underline;
  text-align: left !important;
  margin-top: auto;
}

.report-graph-header .rgh-desc {
  width: 65% !important;
  float: left;
  position: relative;
  text-decoration: underline;
  text-align: center !important;
  margin-top: -16px;
  font-size: 16px;
}

.report-graph-header .rgh-total {
  width: 20% !important;
  float: left;
  text-align: right !important;
  text-decoration: underline;
}

.copy-submission .copy-highlight input,
.copy-submission .copy-highlight select {
  background-color: #fffbc5;
}

.renew-submission .renew-highlight input,
.renew-submission .renew-highlight .ui-select-multiple,
.renew-submission .renew-highlight select {
  background-color: #fffbc5;
}

.client-visit-report-header {
  width: 100%;
  height: 35px;
}

.client-visit-report-body {
  width: 100%;
}

.client-visit-report-footer {
  width: 100%;
  height: 30px;
  margin-top: 10px;
}

.editing-client-visit-report {
  padding: 15px;
  border: 2px solid var(--vmg-lime-green);
}

.new-task-name {
  float: left;
}

@media (min-width: 768px) {
  .new-task-name {
    float: right;
  }
}

@media (min-width: 992px) {
  .new-task-name {
    padding-top: 5px;
  }
}

.action-row {
  padding: 10px 15px 10px 15px;
}

.vertically-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.actions-entry-point {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 10px 0;
}

.pre-wrap-white-space {
  white-space: pre-wrap;
}

@media (min-width: 768px) {
  .action-status-label {
    padding: 6px 0 0 0;
  }
}

.action-description-label {
  padding: 10px 0 0 0;
}

@media (min-width: 768px) {
  .action-description-label {
    padding: 35px 0 0 0;
  }
}

@media (min-width: 768px) {
  .margin-top-10-over-xs {
    margin-top: 10px;
  }
}

.add-action-icon {
  margin: 5px;
  font-size: 25px;
}

.remove-action-icon {
  margin: 5px;
  font-size: 25px;
  color: red;
}

.dd-table {
  min-height: 50px;
  border: 1px solid #dcdcdc;
  padding: 0;
  list-style-type: none;
}

.dd-table .dd-table-item {
  padding: 5px;
  border-bottom: 1px solid #dcdcdc;
}

.dd-table .dd-handle {
  cursor: move;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

ul[dnd-list].dd-table .dndPlaceholder {
  display: block;
  background-color: #ddd;
  padding: 10px 15px;
  min-height: 31px;
}

ul[dnd-list].dd-table .dndDraggingSource {
  display: none;
}

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

.tooltip-inner {
  white-space: pre-line;
}

.observations-list-item {
  background-color: #f4fbff;
  border-color: #508abb;
  border-radius: 8px;
  cursor: grab;
  margin: 5px;
  opacity: 0.75;
  color: #508abb;
  padding: 5px 15px;
}

.observations-list-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.observations-list-item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.observations-list-item:hover {
  opacity: 1;
  background-color: #e5f5ff;
  color: #000000;
}

.observation-item-number {
  width: 100%;
  text-align: left;
  color: #508abb;
  border-bottom: 1px solid #508abb;
  padding: 0 5px 2px 5px;
  font-size: 15px;
  font-weight: 400;
}

.observation-item-title {
  width: 100%;
  text-align: center;
  padding: 5px;
  font-size: 20px;
  font-weight: 100;
}

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

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

.padding-top-20 {
  padding-top: 20px;
}

.assignee-images-padding {
  padding: 10px 0 0 0;
}

.assignee-checkbox-padding,
.assignee-step-padding {
  padding: 20px 10px 10px 10px;
}

.waiting-on .tooltip-inner {
  text-align: left;
}

.analysts-vertically-center-text {
  display: flex;
  align-items: center;
  /* align vertical */
}

option:disabled {
  color: #aeb3b3 !important;
}

div.scroll-input-group {
  overflow-x: auto;
  white-space: nowrap;
  background-color: white;
  height: 60px;
}

div.scroll-input-group div {
  display: inline-block;
}


.billing-task-table .edited,
.subscription-table .edited {
  color: #0000ff;
  cursor: pointer;
}

.report-image {
  max-width: 100%;
  text-align: center;
  border: 2px solid transparent;
  position: relative;
}

.report-image .report-image-actions {
  position: absolute;
  top: -20px;
  display: none;
  right: 0;
}

.report-image .report-image-actions .delete-pasted-image {
  color: #fff !important;
  font-size: 8px;
  padding: 2px 6px;
}

.report-image img {
  max-width: 100%;
}

.slider-resize-image {
  display: none;
}

.section-editing .report-image:hover {
  border: 2px solid #0b58a2;
}

.section-editing .report-image .report-image-actions {
  display: block;
}

.section-editing .report-image .report-image-actions .delete-pasted-image {
  float: right;
  display: block;
}

.section-editing .report-image .report-image-actions .slidecontainer {
  float: right;
  display: block;
  margin-right: 10px;
}

.f-level-down {
  padding-left: 0;
  padding-right: 0;
}

.submission-view-mode .f-level-down {
  padding-left: 12px !important;
}

.submission-view-mode .radio-div-inline {
  padding-left: 25px;
}

.submission-view-mode .ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 6px 10px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.submission-view-mode .compensationTypes .col-sm-8 {
  padding-left: 25px;
}

.service-line {
  text-decoration: underline;
  font-weight: bold !important;
  font-size: 110% !important;
  width: 100%
}

.table-initials {
  border-radius: 50%;
  background-color: var(--vmg-blue);
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  padding: 3px;
}

ngc-automation-traffic-light-submissions-list .table-initials {
  margin: 0 auto;
}

.gl-table {
  display: flex;
  margin-bottom: 15px;
}

.gl-table>div {
  display: flex;
  margin: 0 auto;
}

.gl-table>div>span:first-child {
  min-width: 160px;
}

.green-letter-container b {
  font-weight: bolder;
  color: #1f1f1f;
}

.clinical-services li {
  font-style: italic;
  margin-bottom: 10px;
}

.indended-item{
  padding-left: 40px;
  font-style: italic;
}

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

.delete-table,
.ui-move-previous,
.ui-move-next {
  display: none;
}

.ui-select-match i.caret {
  display: none;
}

.cms-fee .radio-div-inline {
  padding-left: 22%;
}

.special-chars input {
  color: red;
}

.ui-select-choices {
  z-index: 9999;
}

.specialty-required .ui-select-toggle {
  color: #a94442;
  border-color: #a94442;
}

.ui-select-bootstrap .ui-select-match-text {
  overflow: hidden;
}

.benchmark-section {
  padding: 20px;
  min-height: 240px;
  position: relative;
}

.fmv-estimator-benchmarks {
  background-color: #fff;
  padding: 20px;
}

.benchmark-section .benchmark-legend,
.fmv-estimator-benchmarks .benchmark-legend {
  padding: 10px 100px 30px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
}

.benchmark-section .report-percentile,
.fmv-estimator-benchmarks .report-percentile {
  width: 15%;
  float: left;
}

.benchmark-section .report-line,
.fmv-estimator-benchmarks .report-line {
  width: 75%;
  float: left;
}

.benchmark-section .report-percentile,
.fmv-estimator-benchmarks .report-percentile {
  width: 15%;
  float: left;
}

@media (max-width: 767px) {

  .benchmark-section,
  .fmv-estimator-benchmarks {
    padding: 0;
  }

  .benchmark-section .report-graphic,
  .fmv-estimator-benchmarks .report-graphic {
    padding: 15px;
  }

  .benchmark-section .benchmark-legend,
  .fmv-estimator-benchmarks .benchmark-legend {
    padding: 10px;
  }

  .benchmark-section .report-percentile,
  .fmv-estimator-benchmarks .report-percentile {
    width: 25% !important;
    float: left;
  }

  .benchmark-section .report-line,
  .fmv-estimator-benchmarks .report-line {
    width: 50% !important;
    float: left;
  }

  .benchmark-section .report-percentile,
  .fmv-estimator-benchmarks .report-percentile {
    width: 25% !important;
    float: left;
  }
}

.sticky-actions {
  position: sticky;
  top: 144px;
  z-index: 8;
  display: block;
}

@media (max-width: 1180px) {
  .sticky-actions {
    top: 210px;
  }
}

@media (max-width: 767px) {
  .sticky-actions {
    top: 0;
  }
}

ngc-as-timeline {
  display: block;
  width: 200px;
}

.report-modal-window .modal-dialog {
  width: 1050px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.report-modal-window .modal-content {
  height: 100%;
}

.report-modal-window .modal-body.pdf-report-modal {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.report-modal-window .modal-body.pdf-report-modal {
  height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 1050px) {
  .report-modal-window .modal-dialog {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}


.fmvmd-container .rounded-corners,
.fmvmd-container table,
.center-container,
.dashboard-table,
.nav.nav-pills,
.submission-type,
.box.box-solid,
.select-options,
.users-group-inner,
.users-groups,
.profile-ch,
.user-profile-info,
.compose-message,
.notifications-dd,
.submission-timeline-content,
.cl-status .dropdown-menu {
  border-radius: 6px !important;
  overflow: hidden;
}

.pdf-report-content .center-container {
  overflow: visible;
}

.border-radius {
  border-radius: 6px !important;
  overflow: hidden;
}

.top-radius .panel,
.qs-item:first-child .qs-val {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.bottom-radius,
.bottom-radius .panel,
.qs-item:last-child .qs-val {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

ngc-medical-tabs,
ngc-on-call-tabs {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}

.right-radius {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}

.cl-item,
.cl-notes {
  border-radius: 6px;
  margin-bottom: 5px;
}

.cl-status {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.view-mode .panel,
#compChart,
#compareChart,
#reportsChart,
.form-signin-cont,
.fmv-estimator-benchmarks,
.loader-c,
.cl-item .cl-task-name,
.cl-assegnees,
.multiple-docs-section {
  border-radius: 6px;
}

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