@font-face {
  font-family: 'KPMG-Thin';
  src: url("../fonts/kpmg-font.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'KPMG-Light';
  src: url("../fonts/kpmg-light.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #fff;
  font-family: "Arial", Helvetica, sans-serif;
}

.navbar-static-top.navbar .menu-bar>.navbar-nav>li>a {
  font-family: "Arial", "Verdana", "Times New Roman", sans-serif;
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: .1px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #0f2d52;
  color: #fff;
  padding-bottom: 0;
}

.navbar-inverse .navbar-nav>li>a:focus {
  background-color: #c4c4c4;
  color: #0f2d52;
}

.nav.navbar-nav.weblinks {
  margin-top: 30px;
}

#navbar .dropdown-menu {
  margin-top: 0;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  background: #fff;
}

.navbar-static-top.navbar-inverse {
  background-color: #fff;
  border-color: transparent;
  padding-bottom: 5px;
  position: sticky;
  top: 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
  height: 80px;
}

.navbar-inverse .navbar-nav>li>a {
  color: #232222;
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #0f2d52;
  background-color: #fff;
  border-bottom: 1px solid #2f5fef;
  padding-bottom: 0;
}

.navbar-fixed-top.navbar-inverse {
  background-color: #6b7382;
  border-color: transparent;
}

.xrm-attribute-value-empty, .xrm-editable-adx_weblinkset.xrm-entity-value-empty {
  outline: 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
  color: #000;
  background-color: #0f2d52;
}

.navbar-right.menu-bar.xrm-entity.xrm-editable-adx_weblinkset {
  background: #fff;
}

#navbar-header-title {
  font-family: "Arial", "Verdana", "Times New Roman", sans-serif;
  padding-left: 10px;
  color: #0f2d52;
}

#section-landing-text {
  padding: 120px 0 0 0;
  text-align: left;
  position: relative;
  z-index: 1;
}

#home-hero-banner-image {
  height: 500px;
  background-repeat: no-repeat;
  background-position: right;
  margin-left: 0%;
  margin-top: -25px;
  float: left;
}

.container.home-hero-container {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  height: 300px;
}

.navbar-inverse .navbar-toggle .icon-bar {
  color: #000;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #f7f6f4;
}

#kpmg-logo {
  margin-top: -10px;
}

#home-content-section {
  padding: 0;
}

.home-content-link {
  padding: 10px;
  font-family: "Arial", "Verdana", "Times New Roman", sans-serif;
  font-size: 35px;
}

.home-content-link>a {
  color: #0f2d52;
}

#home-hero-video>audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
  z-index: 0;
  position: absolute;
}

#home-hero-content {
  position: relative;
  background-color: #f7f6f4;
  z-index: 1;
  width: 75%;
  border-radius: 4px;
  border: 1px solid #808080;
  margin-top: 30px;
}

.email-link {
  color: #00008b;
  text-anchor: initial;
  text-decoration: underline;
}

.home-video {
  border: transparent;
}

.card-img-top {
  width: 100%;
}

.card-text {
  padding: 5px 20px 20px 20px;
  font-size: 15px;
  overflow: hidden;
  min-height: 100px;
  max-height: 155px;
  font-family: "Arial", Helvetica, sans-serif;
}

.card-text a:hover {
  text-decoration: none;
}

.card-title {
  padding: 10px 20px 10px 20px;
  font-family: "Arial", "Verdana", "Times New Roman", sans-serif;
  font-size: 24px;
  color: #0f2d52;
  line-height: 25px;
}

.card-title a:hover, .card-title a:focus {
  text-decoration: none;
}

.card-body {
  background-color: #ccd8e0;
  height: 100px;
}

.card:hover {
  transform: scale(1.1);
}

.card:hover .card-body {
  background-color: #0c8ab9;
  color: #fff;
}

.card:hover .card-title {
  color: #fff;
}

.card:hover .card-img-top {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.card:hover a {
  color: #fff;
}

.home-cards .col-md-4 {
  position: relative;
  min-height: 1px;
  padding: 20px 25px 20px 25px;
}

.home-btn:hover {
  padding: 10px 50px 10px 50px;
  background-color: #0091da;
  border: 1px solid #0091da;
  border-radius: 4px;
  color: #fff;
  font-family: "Arial", Helvetica, sans-serif;
  letter-spacing: .01rem;
  font-size: 18px;
  font-weight: 400;
  width: auto;
}

.home-btn {
  padding: 10px 50px 10px 50px;
  background-color: #0f2d52;
  border: 1px solid #0f2d52;
  border-radius: 4px;
  color: #fff;
  font-family: "Arial", Helvetica, sans-serif;
  letter-spacing: .01rem;
  font-size: 18px;
  font-weight: 400;
  width: auto;
}

.more-options.row {
  text-align: center;
  padding: 20px;
}

.section-landing .row>div .section-landing-sub-heading {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 2.1rem;
  color: #fff;
  letter-spacing: -1px;
  text-transform: inherit;
  font-family: "Arial", Helvetica, sans-serif;
}

.section-landing .row>div .section-landing-heading {
  text-transform: none;
}

.nav.nav-tabs.nav-account {
  display: none;
}

fieldset[aria-labelledby="external-login-heading"]>button:hover:after, fieldset[aria-labelledby="external-login-heading"]>button:focus:after, fieldset[aria-labelledby="external-login-heading"]>button:focus:after {
  color: #fff;
  background-color: #0c8ab9;
  border-color: #1040d1;
}

fieldset[aria-labelledby="external-login-heading"]>button {
  visibility: hidden;
}

fieldset[aria-labelledby="external-login-heading"]>button:after {
  content: 'AzureAD B2C';
  margin-top: -25px;
  visibility: visible;
  display: block;
  color: #fff;
  background-color: #0f2d52;
  border-color: #0f2d52;
  padding: 9px;
  border-radius: 5px;
}

.layer_down {
  height: 50px;
  background: url("layer_down.png") no-repeat bottom center;
  position: absolute;
  z-index: 900;
  width: 100%;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #0f2d52;
  margin-bottom: 30px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: .1;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
  margin: 0% 5% 0% 5%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-weight: bolder;
  overflow: hidden;
  padding: .2em 0;
  letter-spacing: 2px;
}

.event-date-header h1 {
  margin-bottom: 0;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect a, .hovereffect p {
  color: #fff;
  width: 100%;
  height: 35%;
  opacity: 0;
  overflow: hidden;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  padding: 5%;
  padding-bottom: 5px;
}

.hovereffect a:hover {
  color: #fff;
  text-decoration: underline;
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.event-date-header {
  width: 100%;
  background-color: rgba(255, 255, 255, .8);
}

.home-events-title {
  text-align: center;
}

#go-top-Btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #0f2d52;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#go-top-Btn:hover {
  background-color: #0c8ab9;
}

.blue-line {
  border-top: 8px solid #0c8ab9;
  margin-top: 2rem;
  border-radius: 8px;
  width: 40%;
}

.header-content-title {
  margin-top: 0;
}

.header-content-title>.section-title {
  font-size: 40px;
}

#local-login-heading {
  font-family: "Arial", "Verdana", "Times New Roman", sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #0f2d52;
  letter-spacing: .5px;
}

#external-login-heading {
  font-family: "Arial", "Verdana", "Times New Roman", sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #0f2d52;
  letter-spacing: .5px;
}

.breadcrumb {
  display: none;
}

.row.one-column {
  margin-top: 10px;
}

.one-column {
  min-height: 70vh;
}

.one-column .background-header {
  margin: 10px 0;
}

.one-column #project-progress-list {
  background-color: #fff;
  padding: 20px;
}

.thought-leadership-main-content {
  margin: -5px -11px 0 0;
}

.thought-leadership-banner {
  background-color: #fff;
}

.thought-leadership-sidebar {
  padding: 20px;
}

.thought-leadership-sidebar h3 {
  margin-top: 0;
}

.thought-leadership-sidebar input[type="button"] {
  margin-left: 20px;
}

.product-question-instruction {
  font-size: 15px;
  padding: 0 15px 5px 15px;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  color: #555;
  border-style: dotted;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  background-color: #f7f6f4;
  text-align: justify;
  margin-bottom: 20px;
  border-width: 1px;
}

.product-home-page-instruction>p {
  font-size: 15px;
  text-align: justify;
  color: #0f2d52;
  padding: 5px 20px 5px 20px;
  margin-bottom: 0;
}

.product-home-page-instruction ul {
  font-size: 14px;
  text-align: justify;
  color: #0f2d52;
  padding-left: 45px;
  margin-bottom: 0;
}

.product-home-page-instruction>p:nth-child(2) {
  margin-top: 20px;
}

.product-home-page-form {
  background-color: #fff;
  padding: 0;
  border: 1px solid #c4c4c4;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: -1px;
}

.product-home-page-form-container {
  padding: 2px;
}

.background-header {
  background-color: #0f2d52;
  padding: 5px 5px 5px 10px;
  color: #fff;
}

.background-header h1, .background-header h2, .background-header h3, .background-header h4, .background-header h5, .background-header h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.blue-background {
  background-color: #0f2d52;
}

.right-section {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #c4c4c4;
  margin-top: 10px;
}

.right-section h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  padding: 5px;
  font-size: 50px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.right-section .background-header {
  background-color: #0f2d52;
  margin: -10px -10px 0 -10px !important;
  text-align: left;
}

.inactive-section {
  background-color: #f2dede !important;
  color: #b94a48 !important;
}

#products-list .entitylist-filter-option-group-label.h4 {
  font-family: "Arial", Helvetica, sans-serif;
  margin: 0;
  color: #0f2d52;
  font-size: 16px;
}

#products-list .btn-entitylist-filter-submit {
  margin-top: 18px;
}

#products-list .list-inline {
  display: inline;
}

#products-list .list-inline>li {
  width: 87%;
  padding: 5px;
}

#products-list .entitylist-filter-option-text {
  width: 100%;
}

#products-list select#dropdown_0 {
  width: 100%;
}

#products-list .entitylist-filter {
  border: none;
  margin-bottom: 0;
}

#products-list .entitylist-search {
  width: 97%;
  float: right !important;
  padding-right: 15px;
  padding-top: 5px;
}

#products-list .entitylist table {
  display: none;
}

#products-list .panel-body {
  padding: 5px 15px;
}

#products-list .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  padding: 0 1px 0 5px;
}

#products-list .input-group-btn:last-child>.btn {
  z-index: 2;
  margin-left: -1px;
  padding-left: 13px;
  padding-right: 14px;
}

#products-list .table>tbody>tr>td:last-child {
  display: none;
}

#products-list .table>thead>tr>th:last-child {
  display: none;
}

.reports-list {
  background-color: #fff;
  padding: 20px;
}

.reports-list h1, .reports-list h2, .reports-list h3, .reports-list h4, .reports-list h4 {
  margin-bottom: 0;
}

.reports-list .tab-column {
  padding: 0;
}

.chatbot-container {
  text-align: center;
  align-content: center;
  padding: 10px;
}

.chatbot-container img {
  width: 60%;
  margin-bottom: 20px;
}

.project-task-list {
  background-color: #fff;
  padding: 10px 20px;
}

.project-task-list h1, .project-task-list h2, .project-task-list h3, .project-task-list h4, .project-task-list h4 {
  margin-bottom: 0;
}

.project-task-list .table>tbody>tr>td:last-child {
  display: none;
}

.project-task-list .table>thead>tr>th:last-child {
  display: none;
}

.project-task-list .table>tbody>tr>td:nth-last-child(2) {
  display: none;
}

.project-task-list .table>thead>tr>th:nth-last-child(2) {
  display: none;
}

.project-details {
  text-align: center;
}

.project-details .progress {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 0;
  border-radius: 0;
  border: 1px solid #c4c4c4;
}

.project-details .progress-bar {
  background-color: #0f2d52;
}

.project-details h3 {
  font-weight: bold;
  letter-spacing: 1px;
}

.project-details h3 a {
  color: #fff;
}

.project-details span {
  padding: 0 12px 0;
}

.project-details .project-details-action-icons a:hover {
  text-decoration: none;
}

.project-details .project-details-action-icons img {
  height: 40px;
  margin: 10px 10px;
  cursor: pointer;
}

.project-details .badge {
  padding: 3px 10px;
  background: #dc3545;
  display: inline;
  position: absolute;
  margin-left: -40px;
  margin-top: 5px;
  margin-bottom: 179px;
}

#project-progress-list .panel {
  background-color: #fff;
  border-radius: 0;
}

#vendor-list {
  width: 100%;
  padding: 5px;
}

.vendor-list {
  margin-top: 10px;
}

#gethelp {
  display: none;
}

.product-home-page-form-container .crmEntityFormView .tab .tab-column:first-child {
  padding: 0 30px 0 30px;
}

.entitylist td {
  padding: 5px;
}

.products-list th {
  font-size: 16px;
}

#products-list th span {
  font-size: 12px;
}

.page-heading {
  padding-top: 0;
}

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eee;
  left: 20rem;
  margin-left: 19rem;
}

.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.custom-tooltip {
  float: right;
  visibility: visible;
  margin-top: -20px;
}

.faq-list-container {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 5px;
}

.expand-workflows {
  height: 13px;
  float: right;
  cursor: pointer;
  padding-right: 7px;
}

.expand-workflows-rotated {
  float: right;
  cursor: pointer;
  transform: rotate(180deg);
}

.product-home-page-form-container td[data-attribute="kpmg_productname"] {
  display: none;
}

.product-home-page-form-container th:nth-child(4) {
  display: none;
}

#chatbot-modal .modal-content {
  position: relative;
  right: -70%;
}

.expandable-section {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 8px;
  border: none;
  color: #323130;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #ccc;
}

.right-section-content {
  background-color: #fff;
  margin: 10px 0 10px 0;
  border: 1px solid #c4c4c4;
  padding-bottom: 10px;
}

.right-section-content h2 {
  color: #fff;
  margin-top: 0;
}

.right-section-content h3 {
  margin-top: 0;
}

.right-section-content .list-group-item {
  border: none;
}

.right-section-content .contact-us a {
  text-align: center;
}

.right-section-content.contact-us {
  text-align: center;
}

.right-section-content.contact-us .background-header {
  text-align: left;
}

.workflow-list .entity-form .tab-column {
  padding: 0 !important;
}

.workflow-list .entity-form .tab-column .cell {
  padding: 4px 0 4px 0;
}

.workflow-list .entity-form .tab-column .cell button {
  display: none;
}

.workflow-list div.message.error {
  padding: 10px;
  margin: 10px;
}

.quickform {
  height: 200px;
  overflow: hidden !important;
}

.crmEntityFormView .tab .tab-column:first-child {
  padding-left: 0;
  background-color: #fff;
  padding: 10px 20px;
}

.section-instruction {
  background: #e9e9e9;
  font-size: 13px;
  color: #555;
  width: 95%;
  border: 1px dotted;
  margin: 10px 10px 10px 20px;
  padding: 10px;
}

.section-instruction p:last-child {
  margin-bottom: 0;
}

.section-knowledge .panel-title {
  padding-left: 5px;
  color: #00008b;
  text-decoration: underline;
}

.section-diagonal-right {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.section-diagonal-right .section-diagonal-right-content:before {
  background-color: #1090d5;
}

.section-diagonal-right .section-diagonal-right-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: none;
  background-size: cover;
  margin-top: -70px;
}

.section-sub-landing {
  background: none;
  background-size: cover;
}

.section-landing {
  background: #045cbc;
  background-size: cover;
  height: 400px;
  background: linear-gradient(transparent, transparent), url("../images/homehero.jpg") no-repeat center;
  background-size: auto, auto;
  background-size: cover;
}

.section-diagonal-right.home-section {
  margin-top: -15rem;
}

.crmEntityFormView .cell {
  padding: 4px 18px 4px 18px;
}

.crmEntityFormView .tab {
  margin-bottom: 0;
  width: 100%;
}

.crmEntityFormView fieldset {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border: 0 none;
}

.crmEntityFormView .section-title {
  background-color: none;
  border-bottom-width: 0;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  color: #0f2d52;
  font-size: 26px;
  font-weight: bold;
  padding: 5px 10px;
}

.crmEntityFormView .form-control[readonly][disabled] {
  padding-left: 12px;
}

.crmEntityFormView .form-control {
  border-radius: 4px;
}

.crmEntityFormView .form-custom-actions {
  margin-left: 20px;
}

.crmEntityFormView .cell.checkbox-cell:first-child {
  padding: 18px;
}

.crmEntityFormView .actions {
  border-top: 1px solid #e5e5e5;
  margin: 20px 20px;
  padding: 19px 0 0 0;
}

.crmEntityFormView .new-button {
  margin-left: 5px;
}

.help-container {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-align: right;
}

.help-container span {
  font-size: 13px;
}

.help-container a {
  font-size: 13px;
}

.help-container input[type="checkbox"] {
  margin: 6px -1px 0 0;
  height: 11px;
}

.instructions-container {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.not-applicable {
  display: inline-block;
  padding: 0 0 0 5px;
}

.not-applicable input[type="checkbox"] {
  margin-right: 3px;
}

.control-container {
  padding-left: 20px;
}

.control-container select {
  margin-bottom: 5px;
}

.boolean-radio {
  padding: 0;
}

.boolean-radio label {
  padding-right: 15px;
}

.boolean-radio input[type="radio"] {
  padding-right: 53px;
  margin-right: 5px;
}

.radio-option {
  display: flex;
}

.radio-option input[type="radio"] {
  margin-top: 1px;
  line-height: normal;
}

.checkbox-control {
  display: flex;
}

.checkbox-control input[type="checkbox"] {
  margin-right: 3px;
}

.checkbox-control label {
  font-weight: normal;
}

.child-question td {
  padding-left: 40px !important;
}

.form-action-container-right {
  padding: 4px 20px 4px 20px;
}

.form-custom-actions .btn {
  position: relative;
}

.highlight-row {
  color: #0f2d52;
  font-weight: bold;
  background-color: #e6e6fa;
}

.highlight-row a {
  color: #0f2d52;
  background-color: #e6e6fa;
  text-decoration: underline;
}

.panel {
  background-color: #fff;
  border-radius: 15px;
}

.input {
  top: 3.5px;
  margin-left: 2px;
}

.input>div.text-muted, .input-group>div.text-muted {
  color: transparent;
}

.btn-secondary {
  color: #fff;
  font-weight: 900;
  font-style: inherit;
  background: transparent;
  transition: .8s;
  letter-spacing: .2em;
  text-align: center;
  border: 1px solid;
  border-radius: 20px;
  border-color: #fff;
}

.progress {
  list-style: none;
  display: flex;
}

.progress li {
  width: 12%;
  float: left;
  color: #fff;
  display: block;
  background: #0f2d52;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
  width: 13.3%;
}

.list-group-item-success {
  color: #000;
  background-color: #7fc075;
}

ol.progress li.incomplete {
  background-color: #0f2d52;
}

ol.progress {
  height: auto;
  width: 100%;
}

.progress li:nth-child(even):first-child {
  padding-right: 15px;
}

.progress li:nth-child(even):first-child::after {
  border: none;
}

.progress li:nth-child(even):last-child {
  padding-right: 15px;
}

.progress li:nth-child(even):last-child::after {
  border-right: none;
}

.progress li:nth-child(odd)::before {
  border-left-color: transparent !important;
}

.progress li::before {
  content: "";
  position: absolute;
  top: -.9px;
  border: 0 solid #0f2d52;
  border-width: 20px 10px;
  width: 0;
  height: 0;
  bottom: 0;
}

.progress li::after {
  content: "";
  position: absolute;
  top: -.9px;
  border: 0 solid #0f2d52;
  border-width: 20px 10px;
  width: 0;
  height: 0;
  bottom: 0;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #72b1c8;
  border-color: #72b1c8;
}

.progress li::before {
  left: -20px;
  border-left-color: transparent !important;
}

.progress li:nth-child(even)::before {
  border-color: #0f2d52;
  top: 1px;
  margin-top: -1px;
}

.progress li::after {
  left: 100%;
  border-color: transparent;
  border-left-color: #0f2d52;
}

.progress li:nth-child(even)::after {
  left: 100%;
  border-color: transparent;
  border-left-color: #0f2d52;
}

.progress li.active {
  background-color: #72b1c8;
  border: 0;
}

.progress li.active:before {
  border-color: #72b1c8;
  border-left-color: transparent;
}

.progress li.active:after {
  border-left-color: #72b1c8;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #0f2d52;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.cell {
  vertical-align: bottom;
}

.table {
  border-color: transparent;
}

.disabled-field {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

.participant-label {
  padding-top: 40px;
}

.view-grid a {
  color: #0f2d52;
}

.view-grid th {
  font-family: "Arial", "Verdana", "Times New Roman", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 20px;
}

.tr>.cell.file-cell {
  padding: 0 65px 0 65px;
}

.table>thead>tr>th {
  font-size: 16px;
}

label[for*="instructions"] {
  font-family: "Arial", "Verdana", "Times New Roman", sans-serif;
  color: #0f2d52;
  font-size: 40px;
  font-weight: normal;
}

fieldset[aria-label*="aria-label"]>legend {
  font-family: "Arial", "Verdana", "Times New Roman", sans-serif;
  color: #0f2d52;
  font-size: 40px;
  font-weight: normal;
}

.product-home-page-instruction {
  min-height: 70rem;
  margin-top: -1px;
}

.welcome-video {
  padding-top: 20px;
}

.chevron-expand {
  margin-top: 4px;
  float: right;
  transform: rotate(90deg) !important;
}

.chevron-collapse {
  margin-top: 4px;
  float: right;
  transform: rotate(-90deg) !important;
}

th[data-sort-name="Modified"] a span {
  display: none;
}

th[data-sort-name="Modified"] a:after {
  content: 'Uploaded';
}

a.add-folder.btn.btn-info.action {
  display: none;
}

.form-action-container-right {
  margin-right: -150px;
}

.tab.clearfix[data-name="Tab_Attachments"] .tab-column {
  margin-top: -20px;
}

.container {
  padding-bottom: 10px;
}

.webform-container .control {
  width: 50%;
}

.webform-container input[type="checkbox"] {
  margin: -18px 0 0;
  margin-top: -18px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: normal;
}

.webform-container .question-label {
  font-size: 18px;
  font-weight: 900;
  color: #0f2d52;
}

.webform-container .quickform {
  width: 150px !important;
  height: 190px !important;
}

footer .footer-bottom {
  background-color: #fff;
  font-size: 1.4rem;
}

.footer-links {
  font-family: "Arial", Helvetica, sans-serif;
  color: #0f2d52;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.footer-links a {
  color: #0f2d52;
}

.footer-links a:hover {
  color: #72b1c8;
}

.footer-links hr {
  width: 90%;
  float: left;
  color: #72b1c8;
  padding: 5px 0 0 0;
  margin: 0;
}

.footer-section-title {
  color: #00338d;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 100;
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: .5;
  font-size: 1.8rem;
}

.footer-bottom {
  font-family: "Arial", Helvetica, sans-serif;
  color: #333;
  padding: 20px;
  font-size: 1.4rem;
}

footer-top hidden-print {
  background-color: #fff;
}

footer .footer-top {
  background-color: #fff;
}

.footer-socialchannelLinks {
  text-align: right;
}

.cc-banner.cc-theme-edgeless .cc-message {
  padding: 10px;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 10px !important;
  border-radius: 10px;
}

.module-socialchannels a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
  font-family: "Arial", "Verdana", "Times New Roman", sans-serif;
  color: #0f2d52;
}

h1 {
  font-size: 18px;
  line-height: 48px;
  margin: 0 0 14px;
  word-wrap: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

h2 {
  font-size: 36px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 38px;
}

/* a {
  color: #0f2d52;
} */

a:hover, a:focus {
  text-decoration: underline;
  color: #0f2d52;
}

textarea {
  resize: vertical;
}

hr {
  width: 60%;
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #0f2d52;
  border-color: #0f2d52;
  border-radius: 4px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0c8ab9;
  border-color: #0c8ab9;
  border-radius: 4px;
}

.btn-default {
  color: #0f2d52;
  background-color: #fff;
  border-color: #0f2d52;
  border-radius: 4px;
}

.btn-default:hover {
  color: #fff;
  background-color: #0f2d52;
  border-color: #0f2d52;
  border-radius: 4px;
}

.btn-save {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 0;
  user-select: none;
  border-radius: 4px;
  background: #0c8ab9;
  border: 1px solid #0c8ab9;
  color: #fff;
}

.btn-save:hover {
  color: #000;
  background: #f7f6f4;
  border: 1px solid #000;
}

.btn-cancel {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid #d25222;
  background: #d25222;
  color: #fff;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 0;
  user-select: none;
  border-radius: 4px;
}

.btn-cancel:hover {
  color: #d25222;
  background: #fff;
  border: 1px solid #d25222;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.alert-warning {
  background-color: #faebcc;
  border-color: #121211;
  color: #000;
  border-radius: 4px;
}

@media(max-width:1200px) {

    .navbar .content-container {
        width: 100%;
        display: block;
    }

  .navbar-inverse .navbar-nav>li>a:hover {
    color: #0f2d52;
    background-color: #fff;
    border-bottom: 1px solid #2f5fef;
    padding-bottom: 1px;
  }

  .navbar-nav {
    float:left;
  }

  /*.navbar-nav>li {
    float: left;
  }*/

  .navbar-nav>li>a {
    padding: 10px 15px;
  }
    .nav.navbar-nav.weblinks {
        margin-top: 0;
    }

    .navbar-collapse {
        max-height: 704px;
        position: absolute;
        right: 0px;
        top: 66px;
    }
    .navbar .content-container #navbar {
        width: auto !important;
    }
}

@media(min-width:1200px) {
  .navbar-inverse .navbar-nav>li>a:hover {
    color: #0f2d52;
    background-color: #fff;
    border-bottom: 1px solid #2f5fef;
    padding-bottom: 1px;
  }

  .navbar-nav {
    float:left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
    padding: 8px 0;
  }

  .navbar-nav>li>a {
    padding: 10px 15px;
  }
}

#twitter-icon {
  font-size: 24px;
  position: relative;
  border: 4px solid #fff;
  line-height: 44px;
  background: #1090d5;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
}

#linkedin-icon {
  font-size: 24px;
  position: relative;
  border: 4px solid #fff;
  line-height: 44px;
  background: #007bff;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
}

#youtube-icon {
  font-size: 24px;
  position: relative;
  border: 4px solid #fff;
  line-height: 44px;
  background: #dc3545;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
}

#facebook-icon {
  font-size: 24px;
  position: relative;
  border: 4px solid #fff;
  line-height: 44px;
  background: #3b5998;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
}

#instagram-icon {
  font-size: 24px;
  position: relative;
  border: 4px solid #fff;
  line-height: 44px;
  background: #f56040;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  text-align: center;
  margin-left: 45%;
}

.processing-content {
  text-align: center;
  margin: 0 auto;
  padding: 10rem;
}

.processing-content .processing-text {
  text-align: center;
  margin-top: -5rem;
  margin-bottom: 2rem;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.payment-details {
  width: 60%;
  padding: 4rem 5rem 20rem;
  margin-left: 45%;
}

.payment-details .alert-failure {
  color: #d8000c;
  background-color: #ffd2d2;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #f00;
}

.payment-details .alert-success {
  color: #4f8a10;
  background-color: #dff2bf;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #006400;
}


/* Additional CSS on 10/9/2021*/
/* START */

/* FIX PROGRESS BAR ALIGNMENT PIXEL*/
.list-group-item-success {
  border: 1px !important;
}
.progress li::before {
  top: unset !important;
}
.progress li::after {
  top: unset !important;
}
ol.progress li.incomplete {
  border: 1px !important;
}
/*
.progress li {
      width: auto;
}*/

.list-group-item:first-child{
  padding-left: 10px;
}


/*Fix Card text overrun*/
.card-title {
  font-size: 20px;
}


/* FIX CHECKBOX DISPLAY LOCATION
.crmEntityFormView .cell.checkbox-cell div.info{
  position:absolute !important;
}
.webform-container input[type="checkbox"]
{
  margin-top: 4px;
  margin-right: 15px;
}
 */

/* ADD BORDER OF DROPDOWN BOX ON PROFILE PAGE */
.selected-view{
  border: 1px solid #ccc;
  border-radius: 4px !important;
  padding: 7px 13px !important;
  margin-left: 0;
}

/* OVERRIDE SECTION HEADING FONT STYLES */
.section-title {
  font-size: 2rem !important;
  line-height: 1em;
  padding: 20px 10px 5px 10px;
}

/* OVERRIDE QUESTION NUMBER FONT STYLES */
/*.question-label {
  font-weight: 400;
  width: 100%;
  clear: both;
}*/

.float-container {
  display: flex;
}

.question-label p {
  margin-bottom: 2px;
}

.question-separator {
  border-top: 1px solid #AAAAAA;
  margin-top: 25px;
  padding-top: 25px;
}

.section-separator {
  border-top: 1px solid #AAAAAA;
  margin-top: 25px;
  padding-top: 25px !important;
}

.question-label {
  font-weight: 400;
  width: 98%;
  padding-top: 6px;
}

.req {
  color: #ff0000;
  width: 2%;
  padding-top: 6px;
}

/*.question {
  display: inline-flex;
  flex-wrap: wrap;
}
*/

.formMandatoryField {
  display: inline-flex;
  flex-wrap: wrap;
}

.formMandatoryField-label {
  position: left;
  left: 0px;
}

/*
.question-text {
  position: relative;
  left: 12px;
}*/

.question-text {
  position: left;
  left: 0px;
  padding-top: 3px;
}

.webform-container .question-label {
  font-weight: 400;
}

/* REMOVE SPACE AFTER SECTION HEADING */
.crmEntityFormView .cell {
  padding: 0px 18px 0px 18px;
}


/* REDUCE BANNER SIZE ON HOME PAGE */
.section-landing {
  height: 100px;
}

/* FIX PAGE INSTRUCTION TEXT POSITION*/
.page-header {
  margin: auto;
  margin-left: auto;
  margin-top: 10px;
}

/* FIX FONT AWESOME ICON PADDING*/
.fa-file-o {
  padding-right: 10px !important;
}

/* FIX FORM FIELDS LABEL VERTICAL SPACING */
.mandatory-astrisk { margin: 0; }
.field-label {
  margin: 10px 0 2px 0;
  width: 100%
}
.crmEntityFormView .tab .tab-column {padding-top: 30px;}

/* INCREASE TOP SPACING OF PROFILE PAGE */
.tab-column{
  padding-top: 30px !important;
}

div.view-grid {
    overflow-x: auto;
    position: relative;
    width: 100%;
}

/* FIX MOBILE HEADER*/
div.navbar-header .navbar-toggle {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 25px;
  margin-right: 25px;
  background-color: #0f2d52;
}
div.navbar-header .navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #72b1c8 !important;
}
@media (max-width: 767.98px) {
  div.navbar-header img {
    margin-left: 15px;
    margin-top: 15px;
  }
}
/*<style type="text/css">
.tblInfo  {border-collapse:collapse;border-spacing:0;}
.tblInfo td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 14px;word-break:normal;}
.tblInfo th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 14px;word-break:normal;}
.tblInfo .tblInfo-iom0{background-color:#0f2d52;border-color:inherit;color:#ffffff;font-size:medium;text-align:left;vertical-align:top}
.tblInfo .tblInfo-5sdi{background-color:#72b1c8;border-color:inherit;color:#ffffff;text-align:center;vertical-align:top}
</style>
*/

h4{
  text-align: left;
  color: #191970;
  font-size: 18px;
  padding-top: 10px;
}

li{
  padding-top: 8px;
  padding-bottom: 8px;
  /* font-weight: normal !important; */
}
p{
  font-family: sans-serif;
  font-style: normal;
  padding-left: 1px;
  /* font-weight: normal !important; */
}

address{
  padding-left: 30px;
  /* font-style: italic;
  font-family: serif; */
  /* font-weight: normal !important; */
}
label{
  font-weight: normal !important;
}
h2{
  text-align: left !important;
  color: #191970 !important;
  font-size: 18px !important;
  padding-top: 10px !important;
}
.pagination{
  margin-top: 60px !important;
}
.table{
  margin-bottom: 1px !important;
}
.label{
    display: inline-block;
    float: left;
    clear: left;
    width: 250px;
    text-align: right;
}
.inputfield {
  display: inline-block;
  float: left;
}
/* END */

body {
    display: flex;
    flex-direction:column;
    justify-content:center;
    margin: 0;
}

.content-container {
    width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    padding: 0px 0px;
}

.navbar .content-container {
    flex-direction: row;
}

.navbar .content-container #navbar {
    width: 100%;
}


.footer-bottom {
    height: 2rem;
    font-size: 0.8rem;
    color: #fff;
    padding: 0;
}
.footer-bottom .content-container {
    justify-content: center;
    flex-direction: row;
    background-color: #16406f;
    border: #16406f solid 1px;
    border-radius: 4px;
    margin: auto;
    padding: 0.1rem 0;
}
.footer-bottom .content-container div {
    line-height: 1.2rem;
    padding: 0 10px;
    margin: auto 0;
    border-right: #fff solid 1px;
}

.footer-bottom a, .footer-bottom a:hover, .footer-bottom a:visited {
    color: #fff;
    text-decoration: none;
}

.main {
    min-height: 400px;
    margin: 20px 0 10px 0;
}

.main .content-container {
    flex-direction: column;
}

.line {
    display: flex;
    flex-direction: row;
}

.line div.col:first-child {
    width: 67%;
    margin-right: 20px;
}

.line div.col:last-child {
    width: 33%;
}

.tile {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.tile .tile-header {
    background-color: #16406f;
    border: #16406f solid 1px;
    border-radius: 4px;
    padding-left: 10px;
    color: #fff;
    width: auto;
    height: 3.2rem;
    margin-bottom: 5px;
}

.tile .tile-header h2 {
    line-height: 1.8rem !important;
    font-size: 1.8rem !important;
    margin: auto !important;
    vertical-align: middle !important;
    display: inline-block !important;
    color: #fff !important;
    padding: 5px 0 0 0 !important;
}

.tile .tile-content {
    width: auto;
    border: #16406f solid 1px;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 5px;
    /*min-height: 230px;*/
    display: flex;
    flex-direction: column;
}

#notifications .notification {
    background-color: rgb(22,64,111,0.1);
}

#notifications .title {
    margin-bottom: 5px;
}

#notifications .title span {
    float: right;
}

#notifications .description {
    padding: 10px 0;
}

.tile-content h3 {
    margin: 0;
    font-size: 1.5rem;
    display: inline-block;
    font-weight: 700;
}

.tile-content div {
    padding: 2px 0px;
}

.tile-content .table {
    display: grid;
    grid-template-columns: 45% 55%; /* auto */
}

.tile-content .even {
    display: grid;
    grid-template-columns: 50% 50%;
}

.tile-content .table div {
    font-size: 1.5rem;
    line-height: 1.5rem;
    width: 100%;
    padding: 4px 0;
    white-space: wrap;
}
.tile-content .table .label {
    color: #000;
    font-weight: 700;
    text-align: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.error {
    color: #e60000;
    font-weight: 600;
}

.scrolling {
    overflow-y: auto;
}

.expand {
    height: 20px;
    /*width: 25px;*/
    float: right;
}

.expand a {
    float: right;
    margin: 5px 10px 5px 0 !important;
    color: #fff;
    background: url(~/MiniExpandWhite.svg) no-repeat center right;
    padding-right: 30px;
    background-position-y: -1px;
}

.action-panel {
    width: 100%;
    min-height: 1rem;
    margin: 10px auto 0 auto;
    background-color: transparent;
}

.action-panel a, .action-panel input[type="button"], .action-panel input[type="submit"], .action-panel button[type="button"] {
    border: #16406f solid 1px;
    border-radius: 4px;
    padding: 3px 5px;
    text-decoration: none;
    color: #000;
    margin-right: 20px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.action-panel .primary {
    color: #fff;
    background-color: #16406f;
}

.action-panel .secondary {
    background-color: rgb(22,64,111,0.4);
}

.action-panel .secondary:hover {
    color: #fff;
    background-color: #16406f;
}

#actions .tile-content {
    display: block;
}

#actions .action-panel { display: flex; flex-direction: column; position: relative; }
#actions .tile-content a, #actions .tile-content input[type="button"], #actions .tile-content button[type="button"], #actions .tile-content submit {
    margin-right: 0;
    margin-bottom: 5px;
}

#latest-application span.status {
    display: inline-block;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tile .tile-header a.menu-button {
    float: right;
    margin: 5px 10px 5px 0 !important;
    /*text-decoration: none;*/
    color: #fff;
    background: url(~/chevronwhite.svg) no-repeat center right;
    padding-right: 25px;
    background-position-y: -1px;
}
.tile .tile-header .dropdown-item, #navbar .dropdown-item {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.4rem;
    text-align: right;
    white-space: nowrap;
    padding: 0 5px 5px 5px;
    margin: 0;
}
.tile .tile-header .dropdown-divider, #navbar .dropdown-divider {
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid #16406f;
}
.tile .tile-header .dropdown-item:hover, .tile-header .dropdown-menu a.active, #navbar .dropdown-item:hover {
    background-color: rgb(22,64,111,0.1);
}

.tile .tile-header .dropdown-menu, #navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    border: #16406f solid 1px;
    border-radius: 4px;
    background-color: #fff;
}
.tile .tile-header .open>.dropdown-menu, #navbar .open>.dropdown-menu {
    display: flex;
    flex-direction: column;
    justify-content: right;
}

.trafficlight {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    border: #16406f solid 1px;
    border-radius: 50%;
    margin: 3px auto auto;
    padding: 0;
    font-size: 0.5rem;
}
.tile-content div .trafficlight { float: right;}

.red {
    border-color: #e60000;
    background-color: #e60000;
}

.green {
    border-color: #3c3;
    background-color: #3c3;
}

.amber {
    border-color: #f90;
    background-color: #f90;
}

.truncate-ellipsis {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-content {
    padding: 0;
    background: transparent;
}
.modal-header {
    background-color: #16406f;
    border: solid 1px #16406f;
    border-radius: 4px;
    padding: 2px 10px !important;
}
.modal-header h5.modal-title {
    display: inline-block;
    color: #fff;
}
.modal-header .close {
    color: #fff;
    opacity: 0.9;
    margin-top: 0;
}

.modal-body {
    background-color: white;
    padding: 10px 10px !important;
}
.modal-footer {
    background-color: white;
    padding: 10px 10px 10px 10px !important;
}

.avatar {
    border: solid 1px #16406f;
    border-radius: 50%;
    padding: 2px;
    background-color: #16406f;
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    top: -3px;
}

.entityform-tab-column {
    padding-top: 0px !important;
}

.entityform-section-header {
    padding: 0px;
}

.entityform-section-header h3 {
    background-color: #16406f;
    border: #16406f solid 1px;
    border-radius: 4px;
    padding-left: 10px;
    color: #fff;
    width: auto;
    height: 3.2rem;
    margin-bottom: 5px;
    font-size: 1.8rem;
    padding-top: 6px;
    margin-top: 0px;
}

.entityform-section-header h3.expanded {
    background: #16406f url('/collapse.svg') no-repeat center right;
}

.entityform-section-header h3.collapsed {
    background: #16406f url('/expand.svg') no-repeat center right;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  top: 5.5px;
  bottom: 5.5px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0c8ab9;
}

input.readonly + .slider {
  background-color: rgba(204, 204, 204, 0.3)
}

input.readonly:checked + .slider {
  background-color: rgba(12, 138, 185, 0.3)
}

input:focus + .slider {
  box-shadow: 0 0 1px #0c8ab9;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.paymentSummary>thead>tr>th {
  text-align: center;
  padding: 4px !important;
}
.paymentSummary thead tr.first-level-header {
  border:none;
}
.paymentSummary thead tr.first-level-header th {
  border-bottom: 1px solid #ddd;
}
.paymentSummary thead tr.second-level-header th {
  border-top:none;
}
.paymentSummary thead tr.first-level-header th.noborder{
 border:none;
}
.paymentSummary thead tr.first-level-header th.border-right,
.paymentSummary thead tr.second-level-header th.border-right{
 border-right: 1px solid #ddd;
}
.paymentSummary td
{
    padding: 4px !important;
    vertical-align: middle !important;
}
p.paymentsummary-warning {
 color: #ff0000;
 font-style: italic;
}
p span.PayAllFees_SpecificDescription {
  font-style: italic;
}

.right-align {
  text-align: right !important;
}

.center-align {
  text-align: center !important;
}

.left-align {
  text-align: left !important;
}

.row.even {
    background-color: rgb(22,64,111,0.1);
}

.paymentSummary>tfoot>tr>td, .total {
    font-weight: 600;
}

.separated {
    border-left: 1px solid #ddd;
}

.paymentSummary>tfoot>tr>td {
    border-top: 2px solid #ddd;
}

div.currency {
    display: grid;
    grid-template-columns: 10% 90%;
}

.instruction {
    padding: 0 10px !important;
}

.instruction>div {
    background-color: rgb(22,64,111,0.1);
    border: #16406f solid 1px;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 5px;
}

.qls-dialog .modal-content {
  background-color: #fff;
  margin:0;
  padding:0;
  border-radius: 4px;
  border: #16406f solid 1px;
}
.qls-dialog .modal-header {
  
  border-radius:0;
  margin-top: -21px;
  padding:0;
  
  
}
.qls-dialog .modal-header .modal-title {
  color: #fff;
  font-weight:bold;
  margin:0;
  line-height: 1;
}

.qls-dialog .center {
  width: 100%;
  margin: auto;
  text-align: center;
}

.qls-dialog .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.qls-dialog .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #16406f;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #16406f transparent transparent transparent;
}
.qls-dialog .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.qls-dialog .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.qls-dialog .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#recent_documents {
    grid-template-columns: 70% 30%;
    max-height: 20em;
    overflow-y: auto;
}

#reviseApplicationBtn {
  margin-right: 1em;
}

#WebFormControl_a516e2adabd2ec11a7b50022489346ce_ProgressIndicator .progress{   
    box-shadow: none;
    webkit-box-shadow: none;
    background-color: transparent;    
}

.topupapplication ol.progress {
  margin-top: 2em;
  box-shadow: none;
  webkit-box-shadow: none;
  background-color: transparent;   
}

.topupapplication .notice-page p,.notice-page li, .notice-page span {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.topupapplication .notice-page h2{
  color: #0056b3;
  margin-bottom:0;
  margin-top: 0;
  font-weight:bold;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.topupapplication .notice-page ol.bullet-alphabet{
  list-style-type: lower-alpha;
  
}
.topupapplication .notice-page li {
  padding:0.2em;
}

.topupapplication .notice-page ul li::marker {
    color: #0c8ab9;
}

.topupapplication fieldset div.info label {
  margin-bottom: 1em;  
}

.topupapplication table.section tr td{
  padding-left:0;
}

.topupapplication div.stopmessage {
  margin-top: 1em;
  padding: 1em;  
  background-color: #fdf7e7;
  color: #c83232;
  border: 1px solid #f4d27b;
}

.topupapplication div.infomessage {
  background-color: #f7f6f4;
  color: #000;  
  margin-top: 1em;
  padding: 1em;  
}
.topupapplication div.infomessage p {
  font-style:italic;
}
.topupapplication .inputcurrency {
  padding-left:1.5em;
}

.topupapplication .currency-symbol {
  position:absolute;
  padding: 0.5em;
}
.topupapplication div[data-name='Top Up US Activities'] div.validators {
  height: 0;
}
.topupapplication div[data-name='Top Up US Activities'] input[type='number'].percentage {
  width:100px;
  display:inline;
}
.topupapplication div[data-name='Top Up US Activities'] input.inline {
  display:inline;
}
.topupapplication div[data-name='Top Up US Activities'] span.unit {
  display:inline;
}

.topupapplication .actions {
  margin-left:0;
}
.topupapplication .actions .col-sm-6 {
  padding-left:0;
}
.topupapplication .section-title {
  padding-left:0;
}

.topupapplication .crmEntityFormView div[data-name="Select Quote Amount"] div.tab-column{
  padding-top:0 !important;
  margin-top:0;
}
.topupapplication .topup-selection-card {
  /* height: 150px; */
  /* width: 200px; */
  /* position: relative; */
  margin: 1em 3em;
  padding: 0;
  border-radius: 10px;
  width:  20em;
  height: 10em;
  display: inline-flex;
  text-align: left;
}
.topupapplication .topup-selection-card.disabled {
  color: #b5b5b5;
  background-color: #f7f7f7;
  cursor: no-drop;
}
.topupapplication .topup-selection-card.disabled input[type='radio'], 
.topupapplication .topup-selection-card.disabled label{
  color: #b5b5b5;
  background-color: #f7f7f7;
  cursor: no-drop;
}
.topupapplication .topup-selection-card.disabled h5 {
  color: #888888;  
}
.topupapplication .topup-selection-card input[type='radio']{
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  border:  1px solid #ddd;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  box-shadow: 7px 7px 15px rgba(2,28,53,0.08);
  cursor: pointer;
  outline: none;
}
.topupapplication .topup-selection-card label{
  position: absolute;
  margin: 1.5em;
  cursor: pointer;
}

.topupapplication .topup-selection-card input[type='radio']:checked{
  border: 3px solid #0c8ab9;
}

.topupapplication .topup-selection-card h5{
  font-weight: 600;
  font-size: 1.7em;  
  margin: 0 0 0.2em 0;
}
.topupapplication .topup-selection-card p.subtitle {
  font-style:italic;
}
.topupapplication .topup-selection-card p.pricing {
  font-size: 0.95em;
  margin-top: 1.5em;
}
.topupapplication .topup-selection-card p span.price {
  font-weight: bold;
  font-size: 1.3em;
}
.topupapplication .topup-selection-card p span.subscript {
  font-style:italic;
  font-size: 0.8em;
}

.topupapplication .crmEntityFormView div[data-name="Top Up Declaration"] div.validators {
  height: 0;
}

.topupapplication .crmEntityFormView div[data-name="Select Quote Amount"] table[data-name="qls_general_topup_section_6"] div.validators {
  height: 0;
}

.topupapplication .crmEntityFormView div[data-name="Select Quote Amount"] table[data-name="qls_general_topup_section_6"] tr{
  background-color: #f7f6f4;  
}
.topupapplication .crmEntityFormView div[data-name="Select Quote Amount"] table[data-name="qls_general_topup_section_6"] tr td {
  padding-left:1em;  
}

.topupapplication .crmEntityFormView div[data-name="Select Quote Amount"] table[data-name="qls_general_topup_section_6"] tr:first-child {
  background-color: #fff;  
}
.topupapplication .crmEntityFormView div[data-name="Select Quote Amount"] table[data-name="qls_general_topup_section_6"] tr:first-child td{
   padding-left:0;  
   padding-bottom: 1em;
}
.topupapplication .crmEntityFormView div[data-name="Select Quote Amount"] table[data-name="qls_general_topup_section_6"] tr:last-child td{
   padding-bottom:1.2em;  
}

.topupapplication .crmEntityFormView div[data-name="Select Quote Amount"] table[data-name="qls_general_topup_section_6"] tr td div.info label {
  margin-bottom: 0.5em;  
}

.topupapplication .crmEntityFormView div[data-name="Select Quote Amount"] table[data-name="qls_general_topup_section_6"] tr td div.control {
  margin-bottom: 1em;  
}

.topupapplication #previousInsurerlabel {
  margin-top: 1em;
  font-weight:bold;
}

#latest-application .tile-content .notes {
    font-weight:bold;
    font-size: 0.98em;
}

table.dataTable > thead > tr > th {
   background: #0f2d52 !Important;
  color: white !Important;;
}
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px #72b1c8 !Important;
  box-shadow: inset 0 0 0 9999px #72b1c8, 0.9) !Important; 
}

  .field-label:after {
    content:none !important;
  }  
  .webform-container .control {
    width: 100% !important;
  }  
  .entity-grid .view-grid {
    overflow-x: auto;
    position: relative;
    width: 100%;
  }
  .crmEntityFormView .cell.crmquickform-cell:first-child {
    border-right: none;
  }
  .crmEntityFormView {
    width: 100%;
  }
  clearfix cell boolean-radio-cell {
    display: block;
  }
  .list-group-item-success { border: 1px !important; }
  .progress li::before{ top: unset !important; }
  .progress li::after { top: unset !important; }
  ol.progress li.incomplete{ border: 1px !important; }
.progress li {
    width: 19%;
}
ol.progress {    
    background: white;
    border: 0px;
}
.modal-title
{
    height: 50px;
    color: white;
    padding: 10px;
}
div.validators{
  display:none;
}
.modal-header h1
{
    color:white;
    height:40px;
}
#qls_pcdeclaration 
{
margin-top:-155px;
}
#qls_pcquestion6declarationb
{
  margin-top:-50px;
}
#qls_fullnamesignature_label,#qls_applicationdeclarationdate_label
{
    padding-left:10px;
}
.description
{
    font-size:12px;
}
.crmEntityFormView .form-control.readonly
{
 border: 1px solid #949494;
background-color: #eee;
}
.stickynote
{
  margin:10px;
  padding:10px;
  background:#f8f5f5;  
}
.preferenceselecteddiv,.preferencediv:hover
{
    background-color: #CDF1FE;
    padding: 10px;
    border: 1px solid #3CA3CA;
    margin-bottom: 10px;

}
.preferencediv
{
  
    padding: 10px;
    border: 1px solid #666;
    margin-bottom: 10px;
}
.preferencediv input,.preferenceselecteddiv input
{
margin-right: 10px;
  vertical-align:top;
    min-height:40px;
}
.preferencediv input:focus, .preferenceselecteddiv input:focus
{
	outline:none;
}
p, h3,span.qlsspan {
  color:#28426b;
}
.clearboth
{
  clear: both;
}
div.appsubmitedmsg
{
background:#0C8AB9;min-height:100px;padding-top: 20px;color: white;font-size: 14px;line-height: 30px;
}
div.appsubmitedmsgicon
{
  padding-left: 50px;padding-top: 10px;
}
span.required
{
  color: #ff0000;
}
a.whitelink,a.whitelink:hover,a.whitelink:visited
{
  color: white;font-weight: bold;
}
.floatright
{
  float:right;
}
ol.modalprogress
{
	margin-top:30px;
}
ol.modalprogress > li
{
	width:50%;
}
.popupgridinfo
{
	color: #0f2d52;font-size: 11px;margin-top:30px
}
.divsearchemployer > label
{
	color: #0f2d52;
}
div.popupformbutton
{
	float:right;margin-top:10px;
}
.divsearchemployer input
{
	line-height: 30px;
	width: 80%;
}

ol.modalprogress
{
	margin-top:30px;
}
ol.modalprogress > li
{
	width:50%;
}
.popupgridinfo
{
	color: #0f2d52;font-size: 11px;margin-top:30px
}
.divsearchemployer > label
{
	color: #0f2d52;
}
div.popupformbutton,div.popupformbutton > input
{
	float:right;margin-top:10px;
	min-width:150px;
}
.divsearchemployer input
{
	line-height: 30px;
	width: 80%;
}
.control > span > label
{
    padding-right:15px
}

#checknewemp
{
	width:auto;
}
#neworghelper
{
padding-left:20px; font-weight:bold;
}

.crmEntityFormView div[data-name='tabStudentQuestions'] .cell div.info div.validators {
	display:none;
}
div#grdDocuments .sharepoint-grid .sharepoint-data table thead tr th:last-child {
  width: 20%;
}

/* Renewal instruction */
table[data-name='tabBlank_sectionBlank'] ul.renewalsteps li div.content .btn.button {
  color:#ffffff;
}
table[data-name='tabBlank_sectionBlank'] ul.renewalsteps li div.content p {
 margin-top:0.5em;
}
table[data-name='tabBlank_sectionBlank'] ul.renewalsteps li div.content p:last-child {
 margin-bottom:1em;
}
table[data-name='tabBlank_sectionBlank'] ul.renewalsteps li div.content input[type='radio'] {
  margin-right: 0.3em;
  margin-left: 0.5em;
}
table[data-name='tabBlank_sectionBlank'] ul.renewalsteps li div.content label {
  font-weight:bold;
}


div.PCRenewalPanel {
  background: #ddd;
  border:none;
  padding: 0 0 1em 0;
  margin-bottom: 2em;
  margin-top: 1em;
}

div.PCRenewalPanel .header {
  background: #0F2D52;
  color: #fff;
  font-weight:bold;  
    
}
div.PCRenewalPanel .header h3 {
  color: #fff;
  font-size: 1.2em;
  font-weight:bold;  
  margin: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
div.PCRenewalPanel .body .label{
  font-size: 1em;
  text-align: left;
  width: 20em;
  min-width: 20em;
  color: #000;
}
/** Payment Summary **/
div.payment_summary_section {
    background: #F5F5F5;
    /* QLD dark blue */
    border: 2px solid #0F2D52;
  margin-bottom: 1em;
  
}

div.payment_summary_section .btn-help {
  float:right;
  margin-right: 10px;
}
div.payment_summary_section div.section-header {
  background: #0F2D52;
  color: #fff;
  font-weight:bold;
  padding: 0.5em 0.5em 0.5em 1em;
  margin-bottom: 1em;
}

.payment-summary-footer.footer-sticky {
    position: absolute;
    bottom: 0;
    height: 90px;
    min-height: 90px;
    width: 100%;
    left:0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 100px;
    padding-right: 100px;
    background-color: #D9D9D9;
    z-index: 1000;
}

.payment-summary-footer.footer-sticky p.sticky-action-warning {
  width: 90%;
  text-align: center;
  margin: auto;
  color: red;
  /* position: absolute; */
  padding-top: 0.2em;
}

.crmEntityFormView .form-custom-actions.payment-summary-actions {
    margin-left: 0;
}
.crmEntityFormView .form-custom-actions.payment-summary-actions .form-action-container-right {
    margin-right: 0;
}
.crmEntityFormView .form-custom-actions.payment-summary-actions .form-action-container-right .btn {
    margin-top:0;
}
.crmEntityFormView .form-custom-actions.payment-summary-actions p.important-message {
    color:#ff0000;
    padding-left: 0.5em;
}
.payment-summary-footer.footer-sticky ul {
  list-style-type:none;
  
}
.payment-summary-footer.footer-sticky ul li {
    display:inline;
}
.payment-summary-footer.footer-sticky ul li select,
.payment-summary-actions select{
    height: 2.5em;
    width: 15em;
    border-radius: 4px;
    padding: 0.5em;
    margin-right: 0.5em;

}
.payment-summary-footer.footer-sticky ul li.right-menu {
 float:right;
 margin-right: 1em;
 padding-top: 0;
}
.notifications
{
  display:grid;
  width:100%;
}
#grdDocuments table tr.sp-item[data-foldername='SubmittedForms'] {
  display:none;
}


#submitAndPayDialog .modal-dialog {
    width: 800px;
}

#submitAndPayDialog #grd_dlg_PaymentSummary tr th:first-child{
  width: 20em;
  
}
#submitAndPayDialog #grd_dlg_PaymentSummary tr td:first-child {
  font-weight: 600;
}
#submitAndPayDialog #grd_dlg_PaymentSummary tr th  {
 text-align:center;
}
#submitAndPayDialog #grd_dlg_PaymentSummary tr:last-child  {
  font-weight: 600;
  text-align: right;
}

#submitAndPayDialog div.paymentMethodOptionDiv {
  display:block;
  height: 7.5em;
  width: 95%;
  margin: 1em 1em 0 1em;
  border: 3px solid #dfdfdf;  
  padding:0;
  padding-left: 0.8em;
}

#submitAndPayDialog div.paymentMethodOptionDiv:hover {
  background-color: #e1eef2;  
  cursor: pointer;
}

#submitAndPayDialog div.paymentMethodOptionDiv input{
  float:left;  
  width: 2em;
  max-width: 2em;
  margin-top: 1.5em;
  
}

#submitAndPayDialog div.paymentMethodOptionDiv:has(input:checked) {
    background-color: #cdf1fe;
  border-color: #0C8AB9;
}

#submitAndPayDialog div.paymentMethodOptionDiv label {
  vertical-align:top;
  position: absolute;
  width: 85%;  
  height: 6em;
  padding-left:1em;   
}

#submitAndPayDialog div.paymentMethodOptionDiv label:hover {
 cursor: pointer;
}

#submitAndPayDialog div.paymentMethodOptionDiv label h4 {
  margin-top:0;
  padding-top:0.8em;
  font-weight:bold;
}

span#gridAOPDynamic_Container div.ag-row-selected::before {
  font-family: FontAwesome;
  content: "\f14a"; 
  font-size: 1.5em;
  margin-top:0.6em;
  margin-left:0.25em;
}

/* Change Request - Employment */

a.change-log-action {
  margin-left: 1em;
  margin-bottom: 1em;
}
#currentEmploymentContainer #currentEmploymentTable, 
#practisionerRenewalStatusTable {
  border: 1px solid #ddd;
}

#currentEmploymentContainer #currentEmploymentTable th,
#practisionerRenewalStatusTable th {
  background: #0F2D52;
  border: 1px solid #0F2D52;
  color: #fff;
  font-weight:bold;
  font-size: 0.95em;
  padding: 0.5em 0.5em 0.5em 1em;
  margin-bottom: 1em;
}

#currentEmploymentContainer .confirmation-box {
background: #ddd;
  padding: 1em;
  margin: 1em 0 1em 0;
  
}

#currentEmploymentContainer .confirmation-box input {
  margin-top: 1em
}
#currentEmploymentContainer .confirmation-box label {
  font-weight:bold;
  color: #0F2D52;
  margin-left: 1em;
  margin-bottom: 1em;
  
}

#currentEmploymentContainer .confirmation-box p.description {
  font-style: italic;
  font-size: 1em;
  margin-bottom: 0;
}

#currentEmploymentContainer .confirmation-box a.btn {
  float: right;
  display:inline;
  margin-right: 1em;
}

#currentEmploymentContainer .create-related-record-link.btn-primary {
  margin-bottom: 1em;
}

#currentEmploymentContainer ol.progress {
  display: flex;
  width: 100%;
}

#currentEmploymentContainer #btnSaveAndExit {
  margin-right: 1em;
}

#currentEmploymentContainer ol.progress li {
  flex: 1
}

#currentEmploymentContainer .section-title h3 {
  font-size: 0.95em;
  
}


@media(min-width:768px){
    .content-container{width:750px}
}
@media(min-width:992px){
    .content-container{width:970px}
}
@media(min-width:1200px){
    .content-container{width:1170px}
}
@media (max-width: 1000px) {
    .content .table {
        grid-template-columns: auto auto;
    }
}

@media (max-width: 900px) {
    .tile-content h3 { display: block; }
    #notifications .title span { float: none; }

}

@media (max-width: 650px) {
    .content-container {
        width: 100%;
    }

    .navbar .content-container {
        width: 100%;
        display: block;
    }

    .line {
        flex-direction: column;
    }

    .line div.col, .line div.col:first-child, .line div.col:last-child { width: 100%; }

    .action-panel {
        display: flex;
        flex-direction: column;
       }
    .action-panel a, .action-panel input[type="button"], .action-panel button[type="button"], .action-panel submit {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .footer-bottom { height: auto; }
	.footer-bottom .content-container { flex-direction: column; }
	.footer-bottom .content-container div { border: none; }
    .tile-content .table {
        grid-template-columns: auto;
    }
}
