/*--Start new elements added by MurphGroup 12/8/2025--*/

a.nav-link {color: #fff !important;}

a:not(.btn) {color: #2862ab !important;}

a:not(.btn):hover {
    color: #3787e0 !important;
    text-decoration: none !important;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #3787e0 0%, #2862ab 100%);
    background-image: -o-linear-gradient(top, #3787e0 0%, #2862ab 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3787e0), to(#2862ab));
    background-image: linear-gradient(to bottom, #3787e0 0%, #2862ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3787e0', endColorstr='#2862ab', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border:none!important;
    border-radius: 16px!important;
    background-color: #3887e0!important;
    color:#FFF!important;
}

.container-fluid:first-child {background-color: #2862ab;}

.btn-primary:hover,
.btn-primary:focus {
background-color: #3787e0 !important;
background-position: 0 -33px;
border:none;
}


.header-wrap {
    border-bottom: 10px solid #000;
    -webkit-border-image: none;
    border-image-slice: 0;}

.navbar {
    width: 100%;
    height: auto;
    background: #2862ab!important;;
    padding: 1%;
    border: none;
}


.footer-wrap {
    border-top: 10px solid #000;
    -webkit-border-image: none;
    border-image-slice: 0;}

footer {
    border: none !important;
}

.nav-footer {
    width: 100%;
    height: auto;
    background: #2862ab!important;;
    padding: 1%;
    border: none;
}


.nav-footer p {
    color: white;
}

.nav-footer a {
    color: #fff;
    text-decoration: underline;
}

.panel-dark > .panel-heading {
    color: #FFF  !important;
    background-color: #2862ab !important;
    border-color: #ddd;
    background-image: none !important;
    padding: 4px 10px;
}

li a.dropdown-item:hover,
li a.dropdown-item:active,
li a.dropdown-item:focus,
.list-group a:not(.btn):hover, 
.list-group a:not(.btn):active,
.list-group a:not(.btn):focus {
    background-color: #3787e0 !important;
    color: #FFF !important;
    text-decoration: none !important;
}

.carousel .thumb-content .btn {
    color: #2862ab !important;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    background: none;
    border: 1px solid #2862ab;
    padding: 6px 14px;
    margin-top: 5px;
    line-height: 16px;
    border-radius: 20px;
    color:#FFF!important;
}

input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
    border-color: #3787e0 !important;
    outline: thin dotted \9;
    -webkit-box-shadow: 0 0 8px #3787e0 !important;
    box-shadow: 0 0 8px #3787e0 !important;
}

textarea, input[type=text], select, input[type=text][readonly] {
    border: 1px solid #ccc !important;
    border-right: 5px solid #ccc !important;
    width: 100%;
    margin: 0 !important;
    color: #000 !important;/**/
    font-weight: 500;
}

textarea {
    min-height: 120px;
    color: #000 !important;
    font-weight: 500;
}

.office-form-theme-primary-background {
    background: #3787e0;
    color: #fff;
}

.office-form-theme-page-background {
    background-color:#FFF;
}

.office-form-theme-button {
    color: #FFF;
    background: #3787e0;
    border-radius: 20px;
    width: 20% !important;
}

.office-form-theme-button:hover {
    background-color: #2862ab;
    border: none !important;
}

#navbarMain .nav-link {
    color: #FFF !important;
}

.btn-default {
    border: none;
    background-color: #3787e0 !important;
    background-image: none;
}

.btn-default:hover {
    background-image: none;
    background-color: #2862ab !important;
}

.crmEntityFormView .form-control.readonly:focus, .crmEntityFormView .form-control[readonly][disabled]:focus, .form-readonly .form-control:focus actions{
    outline: 0;
    box-shadow: none;
    border: none!important;
}
#MessagePanel{position: absolute; top: 0; width: 100%;}
.crmEntityFormView{border:none!important;}
.crmEntityFormView .actions{
    border:none!important; 
    /* margin-left: 20px; */
}

#Subgrid_Training_History th {
    vertical-align: top !important;
}

#alertRestoreBtn {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 0;
    line-height: 32px;
    text-align: center;
    background-color: #d4af34;
    color: #fff;
    border: none;
    cursor: pointer;
}

#alertRestoreBtn:hover {
    background-color: #b02a37;
}

.pp-critical-alert {
    background-color: #fdeaea;
    border-color: #f5c2c7;
    border-radius: 10px;
    padding-right: 3rem; /* space for close button */
}

.pp-critical-alert .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.btn-c2r {
    cursor: pointer !important;
}

.panel-dark,
.panel-dark * {
    border: none !important;
}

.list-group,
.list-group * {
    border: none !important;
}

.list-group-item {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 12px !important;   /* optional, adjust side padding */
    padding-right: 12px !important;
    line-height: 1.2 !important;     /* keeps text compact */
}

li a.nav-link,
li a.dropdown-item,
.panel-dark a,
.panel-dark a * {
    text-decoration: none !important;
    border: none !important;
    border-bottom: none !important;
}

.btn-default {
    border-color: #2862ab !important;   
    color: #fff !important;           
    background-color: #2862ab !important;
}

.input-group .btn-default{
    border-color: #000 !important;   
    color: #fff !important;           
    background-color: #2862ab !important;
}

/* On hover */
.input-group-btn:active, 
.btn-default:active, 
.input-group-btn:hover, 
.btn-default:hover,
.input-group-btn:active:focus,
.btn-default:active:focus,
.input-group-btn:focus, 
.btn-default:focus,
.input-group-btn:focus-visible,
.btn-default:focus-visible{
    background-color: #3787e0 !important;
    color: #000 !important;
    border-color: #000 !important;
}


/* Active pagination item font color */
.page-item.active .page-link {
    color: #ffffff !important;         /* white text */
    background-color: #3787e0 !important; /* optional: active bg color */
    border-color: #3787e0 !important;      /* optional: border color */
}


/* layout: icon + text side-by-side */
.pp-home-nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

/* force the icon to be white */
.pp-home-nav-icon path {
    fill: white !important;
}

/* force text to be visible and white */
.pp-home-nav-text {
    display: inline-block !important;
    visibility: visible !important;
    color: white !important;
    font-size: 1rem !important;
    line-height: 1.2;
}

.modal-footer .cancel,
.modal-footer .remove-value {
    display: none !important;
}

.navbar .nav-link {
    font-size: 1.3rem !important;
}

.navbar .container {
    max-width: 1360px !important;
}

#MessagePanel{
    max-width: 520px !important;
}

.lds-ellipsis {
    display: block;
    position: relative; /**/
    width: 80px;
    height: 1px;
    margin: 0 auto 0 0;
}

.lds-ellipsis div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #360;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

table[data-name=section_hidden] {display:none;}

.carousel {
    margin: 50px auto;
    padding: 0 70px;
}

.carousel .item {
    color: #747d89;
    min-height: 325px;
    text-align: center;
    overflow: hidden;
}

.carousel .thumb-wrapper {
    padding: 5px 5px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    position: relative;
    /*box-shadow: 0 2px 3px rgba(0,0,0,0.2);*/
}

.carousel .item .img-box {
    height: 120px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.carousel .item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.carousel .item h4 {
    font-size: 18px;
}

.carousel .item h4, .carousel .item p, .carousel .item ul {
    margin-bottom: 5px;
}

.carousel .thumb-content .btn {
    color: #7ac400;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #7ac400;
    padding: 6px 14px;
    margin-top: 5px;
    line-height: 16px;
    border-radius: 20px;
}

.carousel .thumb-content .btn:hover, .carousel .thumb-content .btn:focus {
    color: #fff;
    background: #7ac400;
    box-shadow: none;
}

.carousel .thumb-content .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.carousel-control-prev, .carousel-control-next {
    height: 44px;
    width: 40px;
    background: #7ac400;
    margin: auto 0;
    border-radius: 4px;
    opacity: 0.8;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    background: #78bf00;
    opacity: 1;
}

.carousel-control-prev i, .carousel-control-next i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: #fff;
    text-shadow: none;
    font-weight: bold;
}

.carousel-control-prev i {
    margin-left: -2px;
}

.carousel-control-next i {
    margin-right: -4px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border: none;
}

.carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: rgba(0, 0, 0, 0.6);
}
/*--End new elements added by MurphGroup 12/8/2025--*/


.brand-white-bg {
  background-color: #3787e0;
}

/* Power Pages – hide placeholder containing "telephone" */
input.form-control[placeholder*="telephone"]::placeholder {
  opacity: 0 !important;
}

input.form-control[placeholder*="telephone"]::-webkit-input-placeholder {
  opacity: 0 !important;
}

input.form-control[placeholder*="telephone"]:-ms-input-placeholder {
  opacity: 0 !important;
}

input.form-control[placeholder*="telephone"]::-ms-input-placeholder {
  opacity: 0 !important;
}


#MessagePanel.alert-danger {
  background-color: #e6f4ea !important;
  border-color: #b7dfc1 !important;
  color: #1e4620 !important;
}

#MessagePanel .fa-exclamation-triangle {
  display: none !important;
}

/* Only affect the Sign-in tab */
div[data-name="tab_signin"] table.section colgroup col:nth-child(1) {
  width: 48% !important;
}

div[data-name="tab_signin"] table.section colgroup col:nth-child(2) {
  width: 4% !important;
}

div[data-name="tab_signin"] table.section colgroup col:nth-child(3) {
  width: 48% !important;
}

/* Hide the extra zero column */
div[data-name="tab_signin"] table.section colgroup col:nth-child(4) {
  width: 0 !important;
}

.modal .dropdown-menu.show {
  visibility: hidden !important;
  pointer-events: none;
}