.wrapper-body {
   min-height:90vh !important;
}

#loginValidationSummary ul li a {
    color: red !important;
}

.claim-portal-checklist-nav {
    border: 1px solid transparent;
    border-radius: 8px;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 3px 6px grey;
}


.claim-portal-checklist-nav-section ul {
    padding: 0;
}

.claim-portal-checklist-nav-section li {
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    justify-content: space-between;
}

.claim-portal-checklist-nav-section li a{
    color: #232222;
}

.claim-portal-checklist-nav-section li.current a {
    font-weight: 700;
}

.claim-portal-checklist-middle-section {
    background-color: white;
    border: 1px solid transparent;
    border-radius: 16px;
    box-shadow: 0px 3px 6px grey;
    margin-bottom: 20px;
    padding: 15px;
}

.claim-portal-checklist-right-section {
    background: #d6d9e0;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 3px 6px grey;
    margin-bottom: 15px;
    color: #5b5b5b;
}
.right-section-link {
    text-decoration: underline;
    color: #2650cc ;
    background-color: #d6d9e0; 
}
.btn-group.entity-action-button {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.btn-group.entity-action-button > *  {
    width: 40%;
}

body {
    background-color: #F4F4F4;
}

a[role="button"]#btnNextCustomButton {
    background-color: #667198;
    border-radius: 4px;
    border: 2px solid #092838;
}

a[role="button"]#btnPrevCustomButton {
    background-color: #4A4A4A;
    border-radius: 4px;
    border: 2px solid #092838;
}

.icon-circle-check {
    display: inline-flex;
    background-color: #4EA72E;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.icon-circle-check:before {
    height: 12px;
    width: 6px;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(45deg) translate(-1px, -1px);
    content: "";
}

.icon-circle-o {
    height: 20px;
    width: 20px;
    border: 1px solid grey;
    border-radius: 50%;
}

.center-button {
    text-align: center;
}

:root {
    --primary-btn: #0B3041;
    --link-text: #467886;
    --text-primary: #232222;
}


.modal-dialog {
    left: 50%;
    position: absolute;
    top: 50%;
    margin: 0;
}
.modal.in .modal-dialog {
    transform: translate(-50%, -50%);
}
.modal.fade .modal-dialog {
    transform: translate(-50%, -50%);
}

.modal-content {
    min-height: 260px;
}
.modal-header {
    padding-left: 20px;
    padding-right: 20px;
    border: none;

}

.modal-title {
    color: black;
    font-weight: 700;
}
.modal-body {
    padding-left: 20px;
    padding-right: 20px;
    max-height: 500px;
    overflow: auto;
}
.modal-body.picker {
    overflow: visible;
}
.modal-body p{
    font-size: 14px;
}
.modal-body a {
    color: var(--link-text);
}
.modal-footer {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    width: 100%;
    border: none;
}

.modal-footer .btn{
    margin-left: 10px;
    margin-right: 10px;
    flex-grow: 1;
    flex-basis: 0;
    height: 50px;
    max-width: 170px;
    min-width: 100px;
}

.close {
    background: none;
    color: black;
    border: none;
    height: 30px;
    width: 30px;
}

.btn {
    border-radius: 4px;
}
.close:hover {
    background-color: lightgrey;
}
.btn-primary {
    background-color: var(--primary-btn);
    border-color: var(--primary-btn);
}
label.control-label {
    color: var(--text-primary);
}

.tile {
    text-align: center;
    min-height:210px;
    border: none;
}
.tile:hover {
    text-decoration: none;
}
.tile:focus {
    text-decoration: none;
}

.submitBtnEntityForm .actions{
    position: relative;
    bottom: 0;
    right: 15px;
    width: 40%;
    text-align: center;
    border: none;
    z-index: 1;
}

.middleButton .actions {
    display: flex;
    justify-content: center;
}

.middleButton .section-title {
    padding-left: 28px;
}

.middleButton .tab-title {
    padding-left: 28px;
}

.submitBtnEntityForm input[type="button"] {
    width: 100%;
    height: 38px;
    background-color: #667198;
    border-radius: 4px;
    border: 2px solid #092838;
}

.btn-group.entity-action-button.rightBtn {
    justify-content: flex-start;
}

.header-flex {
    display: flex;
    align-items: center;
}

.right {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}

.header-btn-cancel {
    border: 2px solid #a51919;
    background-color: #c02626;
    border-radius: 4px;
    color: white;
}
.header-btn-cancel:hover, .header-btn-cancel:focus, .header-btn-cancel:active, .header-btn-cancel:active:focus {
    background-color: #a51919;
    border-color: #c02626;
    outline: none;
}

.header-btn-delete {
    border: 2px solid #a51919;
    background-color: #c02626;
    border-radius: 4px;
    color: white;
}
.header-btn-delete:hover, .header-btn-delete:focus, .header-btn-delete:active, .header-btn-delete:active:focus {
    background-color: #df4343;
    border-color: #a51919;
    outline: none;
}

.application-table .entity-grid .view-grid {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 3px 6px grey;
    margin-bottom: 15px;
    background-color: white;
}

.application-table thead a {
    color: black;
}

.application-table .view-grid tbody tr:nth-of-type(odd), .application-table .view-grid tbody tr:nth-of-type(even) {
    background-color: white;
}

.application-table .view-grid tbody tr td {
    border: none;
}

.application-table .dropdown.action button {
    display: none;
}

.application-table .dropdown.action ul.dropdown-menu {
    display: inline-block;
    position: relative !important;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0px;
}

.application-table .dropdown.action ul.dropdown-menu li a.edit-link {
    display: inline-block;
    font-size: 0;
    padding: 0;
    line-height: 1;
}

.application-table .dropdown.action ul.dropdown-menu li a.edit-link:hover {
    border: none;
}

.application-table .dropdown.action ul.dropdown-menu li a.edit-link span {
    font-size: 16px;
}

.application-table .dropdown.action ul.dropdown-menu li a.edit-link span:before {
    content: "\270f" !important;
}

a.download-icon {
    text-decoration: none;
}

a.download-icon i{
    font-size: 15px;
    color: darkslategray;
    border-bottom: 3px solid darkslategrey;
    margin-left: 5px;
    padding-right: 3px;
    padding-left: 2px;
    border-radius: 4px;
}
.avoid-clicks {
    pointer-events: none;
    opacity: 0.5;
}

.modal-dialog.info-dialog .modal-content {
    min-height: 200px;
}
.modal-dialog.info-dialog  .modal-body {
    padding: 30px;
}
.modal-dialog.info-dialog .modal-body p {
    text-align: center;
}

.amount {
    font-size: 40px;
    padding: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.amount i{
    font-size: 34px;
}
.amount span {
    font-size: 40px;
    padding-bottom: 5px;
    font-weight: 700;
}

.tile-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.laps-hyperlink {
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
    select#ddl_action {
        width: calc(100% - 30px);
    }
}

/* SPINNER */
.spinner{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

.spinner:before, .spinner:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: grey;
}

.spinner:before{
  z-index: 100;
  animation: spin 1s infinite;
}

.spinner:after{
  border: 10px solid #ccc;
}

@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 10000;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.hide {
    display: none;
}

.heading2 {
    font-size: 34px;
    font-family: "Segoe UI Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.1;
    color: #232222;
}

.heading4 {
    font-size: 20px;
    font-family: "Segoe UI Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.1;
    color: #232222;
}

.heading3 {
    font-size: 24px;
    font-family: "Segoe UI Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.1;
    color: #232222;
}
.modal-body .btn-primary {
color: #fff;
}
.list-lap{
 width:9.925373134328357%  !important;
}

.navbar-default .navbar-nav>li>a {
    color: #fff !important;
}
