@charset "UTF-8";
/* CSS Document */




.toast-error-message {
    white-space: pre-line;
}

.error-details-message {
    white-space: pre-line;
}

.tooltip-inner {
    word-break: unset;
}
.btn-action-text {
    word-break: keep-all;
}


#sten_descriptioninternal {
    resize: vertical; 
}

.ind_finance_sum {
    min-width: 200px; 
    font-weight: 700; 
    float: left;
    text-transform: uppercase;
}
.ind_finance_summary {
    border-bottom: 1px solid #ccc;
    padding: 7px 10px;
    width: fit-content;
}

.ind_finance_title {
    background-color: #f2f1f1;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #fe5000;
    font-weight: 700;
}
.ind_finance_filterdropdown {
    float: right;
    padding: 0 0 15px 0;
}
#transactionstable_wrapper .btn-loading-text, #transactionstable_wrapper .btn-action-text  {
    min-width: 140px;
}

#transactionstable_wrapper td {
line-height:4rem
}
/* Font Alterations */

@font-face {
    font-family: PPNeueMontreal-Book;
    src: url("/PPNeueMontreal-Book.otf") format("opentype");
}
@font-face {
    font-family: PPNeueMontreal-Medium;
    src: url("/PPNeueMontreal-Medium.otf") format("opentype");
}
@font-face {
    font-family: PPNeueMontreal-Bold;
    src: url("/PPNeueMontreal-Bold.otf") format("opentype");
} 

body {
    font-family: 'PPNeueMontreal-book', Arial, sans-serif;
    font-size: 14px;
}

h1, .h1 {
    font-size: 35px;
    font-family: 'PPNeueMontreal-Medium', Arial, sans-serif;
}

h3, .h3 {
    font-size: 20px;
    font-family: 'PPNeueMontreal-Medium', Arial, sans-serif;
}

p {
    font-family: 'PPNeueMontreal-book', Arial, sans-serif;
}

.page-header h1, .page-header .h1 {
    margin-top: 0;
}


/* LINK Alterations */


a {
    color: #fe5000 !important; }
    a:hover {
        color: #fe5000 !important;
        text-decoration: underline; }
    a:focus {
        color: #fe5000 !important;
        text-decoration: underline; }   
    a, a:active, a:focus {
            outline: none !important;
         }

/* GENERAL COLOUR Alterations */


.breadcrumb {
    background-color: transparent; }
    .breadcrumb > li a {
        color: #fe5000 !important; }
    .breadcrumb > li a:hover {
        color: #fe5000 !important; }
    .breadcrumb > .active {
        color: #000000; }

.btn {
    white-space: normal;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
}


.btn-success {
    color: #fff;
    background-color: rgb(5 55 58);
    border-color: #3c763d
}

.btn-success:focus,.btn-success.focus {
    color: #fff;
    background-color: #405e61;
    border-color: #112111
}

.btn-success:hover {
    color: #fff;
    background-color: #405e61;
    border-color: #274d28
}

.btn-success:active,.btn-success.active,.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #405e61;
    border-color: #274d28
}

.btn-success:active:hover,.btn-success:active:focus,.btn-success:active.focus,.btn-success.active:hover,.btn-success.active:focus,.btn-success.active.focus,.open>.btn-success.dropdown-toggle:hover,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: rgb(5 55 58);
    border-color: #112111
}



.btn-primary {
    color: #ffffff !important;
    background-color: #fe5000 !important;
    border-color: #fe5000 !important;
    margin: 0 !important;
}
    .btn-primary:hover {
        color: #ffffff !important;
        background-color: #fe5000 !important;
        border-color: #fe5000 !important;
     }
    .btn-primary:active, .btn-primary.active, .btn-primary:visited {
        color: #ffffff !important;
        background-color: #fe5000 !important;
        border-color: #fe5000 !important; 
        font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
    }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus {
        color: #ffffff !important;
        background-color: #fe5000 !important;
        border-color: #fe5000 !important; }
    .btn-primary:focus, .btn-primary.focus {
        color: #ffffff !important;
        background-color: #fe5000 !important;
        border-color: #fe5000 !important; }

.btn-default {
    color: #fe5000 !important;
    background-color: #ffffff;
    border-color: #fe5000 !important;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif; 
}

.form-custom-actions.btn-default {
    color: #ffffff !important;
    background-color: #fe5000 !important;
    border-color: #fe5000 !important;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif; 
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    background-color: #f6f7f5 !important;
    }

.progress-bar {
    color: #fff;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
    text-align: right;
    background: #1e4346;
    -webkit-box-shadow: none;
    box-shadow: none;
   background-image: url("/indprogress.png");
   background-position: right;
   background-repeat: no-repeat;
   background-size: contain;
   padding-right: 26px;
}


div.progress {
    background-color: rgb(245, 245, 245);
    -ms-border-radius: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

div.progress .bar.zero {
    padding-left: 7px;
    color: #fff;
    padding-right: 45px
}

/* ALERTS Styles */


.alert-danger {
    border: 4px solid #fe5000;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
    line-height: 1.1em;
    padding: 30px 15px;
}

.alert-danger .xrm-attribute-value::before, .alert-danger #MessageLabel::before {
content: "\f071";
font-size: 35px;
color: #fe5000;
padding-right: 10px;
padding-bottom: 10px;
font-family: FontAwesome;
vertical-align: middle;
}

div.message.error {
border: 4px solid #fe5000;
}

.alert-danger .close {
    margin-top: 12px;
}

.alert-success {
    border: 4px solid rgb(5 55 58 / var(--tw-bg-opacity, 1));
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
    line-height: 1.1em;
    padding: 30px 15px;
}


.alert-success div.xrm-editable-text::before {
    margin-top: -3px;
}

.alert-success p {
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
}

.alert-success p::before {
    content: "\f058";
    font-size: 35px;
    color: rgb(5 55 58 / var(--tw-bg-opacity, 1));
    padding-right: 10px;
    font-family: FontAwesome;
    float: left;
    vertical-align: middle;
}

.ind_support_listing.alert-success p::before
{
    display: none !important;
    content: none;
}

.alert-danger p {
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
}

.alert-danger p:first-child::before {
    content: "\f071";
    font-size: 35px;
    color: red;
    padding-right: 10px;
    padding-bottom: 10px;
    font-family: FontAwesome;
    float: left;
    vertical-align: middle;
}
 
/* NAVIGATION Alterations */

.navbar-toggle {
    background-color: #fe5000 !important; }
    
    .navbar-inverse .navbar-toggle {
    border: 1px solid #fe5000 !important; }
    .navbar-inverse .navbar-toggle:hover {
        background-color: #fe5000 !important; }
    .navbar-inverse .navbar-toggle:focus {
        border: 1px solid #000000;
        background-color: #fe5000 !important; }        

        .navbar-inverse .navbar-nav > li > a {
            color: #333333;
 }

@media screen and (min-width: 1199px) {        
    .navbar-inverse .navbar-nav > li > a {
    padding-top: 35px;
    padding-bottom: 25px; }

    .navbar-inverse .navbar-nav > li > a:hover {
    padding-top: 35px;
    padding-bottom: 21px;
    border-image:url('/indnavtp.png') 25 repeat;
    border-image-width:7px 0 0 0;
    }    
}

    .navbar-inverse .navbar-nav > li > a:hover {
        background-color: #fe5000 !important;
        color: #ffffff; 
        border-bottom: 4px solid transparent;
        }

    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #fe5000 !important;
        color: #ffffff; }
    
    .navbar-inverse .navbar-nav > .open > a {
    color: #ffffff;
    background-color: #fe5000 !important; }
    .navbar-inverse .navbar-nav > .open > a:hover {
        color: #ffffff;
        background-color: #fe5000 !important; }
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #ffffff;
        background-color: #fe5000 !important; }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu {
    background-color: #ffffff; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff !important;  }
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #000 !important;
        background-color: #fe5000 !important;
        margin: 0;
        padding: 3px 14px 3px 23px;
        border: 0; }
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #ffffff;
        color: #fe5000 !important; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
        color: #ffffff;
        background-color: #fe5000 !important; }
        .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #ffffff;
        background-color: #fe5000 !important; }
        .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #fe5000 !important; }

        @media (max-width: 1199px) {
            .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
                color: #fff;
                background-color: transparent;
                padding: 4px 14px 6px 28px;
            }
        }
    #navbar .dropdown-menu {
            margin-top: 5px;
        }

.nav .open .dropdown-menu {
    background-color: #fe5000 !important; 
}
    .nav .open .dropdown-menu > li > a {
        color: #f2f2f2 !important; }
        .nav .open .dropdown-menu > li > a:hover {
        background-color: #fe5000 !important;
        color: #f2f2f2 !important; }
        .nav .open .dropdown-menu > li > a:focus {
        background-color: #fe5000 !important;
        color: #f2f2f2 !important; }
    .nav .open .dropdown-menu > .active > a {
        background-color: #fe5000 !important;
        color: #f2f2f2 !important; }
        .nav .open .dropdown-menu > .active > a:hover {
        background-color: #fe5000 !important;
        color: #f2f2f2 !important; }
        .nav .open .dropdown-menu > .active > a:focus {
        background-color: #fe5000 !important;
        color: #f2f2f2 !important; }


.open > .btn-default.dropdown-toggle {
    color: #ffffff !important;
    background-color: #e6e6e6;
    border-color: #fe5000 !important; }

.open > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #fe5000 !important;
    border-color: #fe5000 !important; }
    .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #ffffff;
    background-color: #fe5000 !important;
    border-color: #fe5000 !important; }

#navbar .dropdown-search {
        padding: 5px;
        background: transparent;
        border: 0;
        box-shadow: none;
        margin: 5px 0;
    }

    @media (max-width: 1199px) {
        .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
            background-color: #fff;
            margin: 7px 0 10px 0;
        }
    } 
    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0 4px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }   

/* HEADER Alterations */

@media screen and (min-width:1199px) {
    .navbar-static-top.navbar .navbar-collapse {
        height: 90px !important;
    }
    }
    
    .navbar-static-top.navbar-inverse {
        background-color: rgb(254 80 0 / var(--tw-bg-opacity, 1)) !important;
    }
    .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
        text-transform: uppercase;
        color: #fff !important;
        font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
        font-size: 14px;
    }  
    
    @media screen and (max-width: 1199px) {
    .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
        border-top: 1px solid white;
        margin-left: 0;
    }
    }
    
    .navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
        border-right: 0px !important;
        border-left: 0px !important;
    }




/* Footer Alterations */

footer h6, footer .h6 {
    color: #fe5000;
    font-weight: bold !important;
    font-size: 19px;
    }        
footer p, footer .p {
        color: #ffffff !important;
        line-height: 2.4rem;
        font-size: 14px;
        --tw-text-opacity: 2;
        }         


footer .footer-bottom {
    --tw-bg-opacity: 1;
    background-color: rgb(5 55 58 / var(--tw-bg-opacity)) !important;
    }
    
footer .footer-bottom ul li a, footer .footer-bottom ul li a:hover, footer .footer-bottom ul li a:focus, footer .footer-bottom ul li a:active, footer .footer-bottom ul li a.active {
        font-size: 12px;
        font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
        letter-spacing: .06em;
        text-decoration: none;
    }    
.footer-bottom a:link, .footer-bottom a:visited {
        color:#f2f2f2 !important;
       }
.footer-bottom a:active, .footer-bottom a:hover {
        color:#fe5000 !important;
       } 
.footer-bottom h4, .footer-bottom .h4 {
        font-size: 14px;
        font-family: 'PPNeueMontreal-Medium', Arial, sans-serif;
    }
      

/* TABLE AND FORM Alterations */

.table {
    word-break: initial;
}

    div.ind-override  .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #f9f9f9;
     }
     .ind-override  .table-hover > tbody > tr:hover {
        background-color: #f2f2f2; }
      
        .ind-override .table-hover > tbody > tr > td.info:hover {
        background-color: #e8e8e8; }
      
        .ind-override  .table-hover > tbody > tr > th.info:hover {
        background-color: #e8e8e8; }
      
        .ind-override  .table-hover > tbody > tr.info:hover > td {
        background-color: #e8e8e8; }
      
        .ind-override  .table-hover > tbody > tr.info:hover > th {
        background-color: #e8e8e8; }
      
        .ind-override  .table-hover > tbody > tr:hover > .info {
        background-color: #e8e8e8; }
    
        .ind-override  .entitylist {
        border: 0px;
    }
fieldset {
    border: solid #d5d5d5 1px !important;
    border-radius: 6px;
    padding: 20px 0 0 0 !important;
    margin: 0;
    min-width: 0;
} 

fieldset fieldset {
    border: 0 !important;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
} 

fieldset legend { 
    position:relative;
    margin-left:16px;
    width: auto;
    margin-bottom: -10px !important;
    
}
fieldset .form-horizontal {
    margin-left: 28px ;
}

legend {
    border-bottom: 0px;
}

section#terms-and-conditions-section fieldset {
    padding: 20px 0 5px 20px !important;
}


legend.section-title h3, legend .xrm-attribute-value    {
    font-family: 'PPNeueMontreal-Book', Arial, sans-serif !important;
    font-size: 1em !important;
    color: #fe5000 !important ;
    background-color: #fff;
    padding: 0 10px;
    font-weight: normal;
    letter-spacing: normal;
}
html[dir=ltr] .crmEntityFormView .cell input[type=text], html[dir=ltr] .crmEntityFormView .cell select, html[dir=ltr] .crmEntityFormView .cell textarea, input[type=email]  {
    float: left;
    background-color: rgb(230, 230, 230) !important;
    border: 0px !important;
    padding-left: 10px;
}
html[dir=ltr] .crmEntityFormView .cell select[readonly][disabled], html[dir=ltr] .crmEntityFormView .cell select.readonly, html[dir=ltr] .crmEntityFormView .cell input[type=text]:read-only, html[dir=ltr] .crmEntityFormView .cell input[readonly][disabled], .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control {
    background-color: transparent !important;
    border: 0px dotted #dddcdc !important;
    padding-left: 0px;
}

#sten_tenantagentid_name  {
    float: left;
    background-color: rgb(230, 230, 230) !important;
    border: 0px !important;
    padding-left: 10px;
}

.form-readonly, input[type=text]:read-only:focus, input[type=text]:read-only:focus-visible { 
    outline: 0 !important;
    border: 0px;
}

#ind_master_wrapper .form-readonly, input[type=text]:read-only:focus, input[type=text]:read-only:focus-visible { 
    outline: 0 !important;
    border: 0 !important;
}

html[dir=ltr] .crmEntityFormView .cell input[type=text]:read-only  {
    border: 0 !important;
    padding-left: 0;
}


.profile-page-heading small {
    font-size: 56%;
    font-style: italic;
}

#ContentContainer_MainContent_MainContent_ContentBottom_MarketingOptionsPanel {
padding: 20px 0;

}

@media screen and (max-width: 767px) {
.crmEntityFormView fieldset {
    padding: 15px;
    margin-bottom: 15px !important;
}
html[dir=ltr] .crmEntityFormView .tab .tab-column {
    padding-left: 0px;
    float: left;
}

fieldset legend { 
    left:0px;
}

.crmEntityFormView table.section {
        padding: 20px 26px;
    }

}

.crmEntityFormView {
    border: 0 !important;
}

.crmEntityFormView .tab-title {
    border-bottom: 0; 
}

.form-custom-actions .btn {
    margin-top: 0 !important;
}



/* BRAND NEW Styles */


.view-pagination {
    padding-bottom: 20px;
}

a:hover {
    cursor:pointer;
   }

.ind_icon_slash {
    float: left;
    padding-right: 13px;
    margin-top: 7px;
    width: 26px;
}

.ind_print_btn {
    margin-right: 31px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
.ind_print_btn {
    margin-right: 0;
    margin-bottom: 10px;
}
}


.ind_footer_offices a {
 font-size: 14px;
}

@media screen and (min-width: 1199px) {
.ind_headerlogo {
    width: auto;
    height: 68px;
    padding-top: 20px;
    margin-top: 2px;
}
   }

@media screen and (max-width: 1199px) {
.ind_headerlogoicon {
 width: 0px;
 display: none;
}
.ind_headerlogo {
    height: 40px;
    padding-top: 10px;
}
}

.ind_footer_pd {
    padding: 50px 0;
}

@media screen and (max-width: 768px) {
.ind_footer_pd {
    padding: 0;
    width: 90%;
}

.ind_footer_indent {
    padding-left: 0 !important;
}
}


.ind_footer_copyright {
    font-size: 1.2rem;
    --tw-text-opacity: 1;
    color: rgb(5 55 58 / var(--tw-text-opacity, 1)) !important;
}
.ind_home_src_pd {
    padding: 11% 0 6% 0;
}
.ind_home_action_btn_pd {
    padding: 19% 0 6% 0 !important;
}

.ind_footer_runoff {
    padding: 20px 0 80px 0;
    background-color: rgb(217 219 213 / var(--tw-bg-opacity, 1)) !important;
}

@media screen and (min-width: 768px) {
.ind_footer_container {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}
.ind_footer_div {
    border-left: 1px solid hsla(80, 8%, 85%, .2);
    margin-top: 53px;
    margin-bottom: 85px;}
.ind_footer_p {
        width: 52%;
    }
.ind_footer_logo  {
    width: auto; height: 30px; margin-bottom: 10px;
    }    
}

@media screen and (max-width: 768px) {
.ind_footer_container {
    display: block;
}
.ind_footer_addr_div  {
    text-align: center;
    padding: 30px 0;
}
.ind_footer_div {
    border-top: 1px solid hsla(80, 8%, 85%, .2);
    text-align: center;
    padding: 30px 0;
}
.ind_footer_p {
    width: 99%;
}
.ind_footer_logo  {
    width: auto; height: 30px; margin-bottom: 10px;
}  
}

.ind_footer_container ul {
    padding-left: 1rem;
    text-indent: -0.2em !important;
}

.ind_footer_container li {
    padding-bottom: 16px;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.ind_footer_offices {
    gap: 2.2rem;
    display: inline-grid;
    padding-top: 1rem;
}   
.ind_footer_indent {
    padding-left: 3.3rem;
    line-height: 19px;
    }
.ind_footer_icon {
    padding-left: 3.4rem;
    width: 5.0rem;
}
.ind_footer_icon_label {
    padding-left: 1rem;
    line-height: 28px;
}
.ind_footer_pin { 
    width: 2rem;
    margin-top: 0;
    float: left;
}

@media screen and (max-width: 768px) {
    .ind_footer_pin {
        display: none;
    }
    .ind_footer_icon {
        padding-left: 0;
        width: 1.6rem;
    }
}

.ind_footer_g_icon {
    padding-left: 2.6rem;
    width: 8.2rem;
}

@media screen and (min-width: 992px) {
.ind_home_btn {
    vertical-align: middle;
    line-height: 30px;
    margin: 0px; 
}
.ind_hide_on_mb {
    display: block;
}
}

@media screen and (max-width: 992px) {
.ind_home_btn {
    margin: 8px 0;
    }
    }

@media (max-width: 700px) {
    .ind_hide_on_mb {
    display: none;
    }
}

.page-header {
    padding-bottom: 0; 
    margin: 30px 0 0;
    border-bottom: 0;
}




h2.tab-title    {
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif !important;
    font-size: 2em !important;
}



.ind_hm_alt_signin {
    margin-top: 20px;
    background-color: rgb(5 55 58 / var(--tw-bg-opacity, 1));
    color: #ffffff !important;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
    text-transform: uppercase; 
}
.ind_hm_alt_signin:hover, .ind_hm_alt_signin:active, .ind_hm_alt_signin:focus {
    margin-top: 20px;
    color: #ffffff !important;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
    text-transform: uppercase; 
    border: 1px solid #ffffff ;
    background-color: transparent;
}

video {
    height: auto;
    max-width: 100% !important;
}

.ind_hm_video-container {
    position: absolute;
    width: 100%;
    height: 100%; 
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ind_hm_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: url('https://www.indurent.com/wp-content/themes/wp-starter/dist/assets/video-mask-slash.svg');
    -webkit-mask-image: url('https://www.indurent.com/wp-content/themes/wp-starter/dist/assets/video-mask-slash.svg');
    mask-size: 100% 200% !important; 
    -webkit-mask-size: 100% 200% !important;
	mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.5s ease-out;
	
}
		
.ind_hm_video:hover {
	transform: scale(3.5);
	transform-origin: center;
		}

.ind_hm_video_section {
    margin-top: 4vh;
}

.ind_hm_video_text {
    z-index: 99;
    position: relative;
    justify-content: center;
    margin: 13% 0 7% 0;
}
.ind_hm_video_text h1 {
    color:#ffffff;
    text-shadow: 0 3px 6px rgba(50, 60, 76, .25);
    font-size: 60px;
}
.ind_hm_video_logo {
    width: 350px;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}
.ind_hm_video_logo img {
    width: 100%;
}

.ind_hm_video_btn {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background-color: rgb(254 80 0 / var(--tw-bg-opacity, 1));
    width: 100%;
    color: #ffffff !important;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
    text-transform: uppercase; 
    margin-top: 15%;
    padding: 12px;
}
.ind_hm_video_btn:hover {
    background-color: rgb(5 55 58 / var(--tw-bg-opacity, 1));
    color: #ffffff !important;
}
.ind_hm_video1 {
    max-height: 100% !important ;
}

.ind_intro_box {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden; 
    box-sizing: border-box;
    margin-bottom: 20px;
}

.ind_intro_box_img {
    border-width: 9px 9px 0 9px;
    border-color:  rgba(225, 229, 235, 0.5);
    border-style: solid;
}

.ind_intro_box h3 {
font-size: 19px;
font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
}

.hover-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 92%; 
    background-color: #fe5000;
    color: white;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0 15px !important;
    opacity: 0; 
    height: 0; 
    transition: height 0.5s ease, opacity 0.5s ease;
    z-index: 2; 
    box-sizing: border-box; 
    background-image: url('/indhomeboxbranding.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: auto;
}

.hover-box p {
    padding: 10px 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hover-box {
    width: 90% !important; 
}
}

@media (min-width: 590px) and (max-width: 991px) {
    .hover-box {
    width: 95% !important; 
    }
}

@media (min-width: 376px) and (max-width: 591px) {
    .hover-box {
    width: 93% !important; 
    }
}

@media (max-width: 375px) {
    .hover-box {
    width: 89% !important; 
}
}

.ind_intro_box:hover .hover-box {
    opacity: 1;
    height: 100%; 
}

.ind-file-override .file-cell {
    padding: 0px;
}



/* SUPPORT CASE STATUS Styles */

.ind_timeline-container {
    border: 1px solid #ccc ;
    border-radius: 10px;
    display: flex;
    margin: 0 24px;
}
.ind_timeline-resolution {
    width: auto;
    background-color:  rgb(5 55 58);
    padding: 10px 15px;
    color: #fff;
    border-radiuS: 10px 0 0 10px;
}

@media (max-width: 1023px) {
    .ind_timeline-container {
        border-radius: 10px;
        display: block;
    }
    .ind_timeline-resolution {
        width: 100%;
        border-radiuS: 10px 10px 0 0;
        text-align: center;
        padding: 2px 15px 18px;
        line-height: 1px;
    }
}

.ind_timeline-resolution h5 {
    color: #fff;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
    text-transform: uppercase;
    padding-top: 7px;
    word-break: initial;
    }

.ind_timeline {
    display: flex;
    justify-content: space-between;
    width: 80%;
    position: relative;
    border-top: 5px solid #e9e9e9;
    margin: 40px 65px 0 65px;
  }
  @media (max-width: 1023px) {
    .ind_timeline {
    margin: 40px auto 0 auto;
    }

    .ind_timeline-resolution h5 {
        padding: 15px 0 0 0;
        margin: 0;
        line-height: inherit;
        }  
}

.ind_timeline-opportunities {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    border-top: 5px solid #e9e9e9;
    margin: 40px 25px 0 25px;
  }
  @media (max-width: 1023px) {
    .ind_timeline-opportunities {
    margin: 40px auto 0 auto;
    }
  }

.ind_timeline-opportunities1111 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin: 0 auto 0 auto;
}
@media (max-width: 1023px) {
.ind_timeline-opportunities1111 {
    margin: 0 auto 0 auto;
    width: 100%;
}
}


@media screen and (min-width: 1199px) {     
    .ind_timeline-opportunities-scroll {
      display: inline-flex;
      word-break: initial;
      overflow:hidden;
      position: relative;
      width: 100%;
    }
    .ind_timeline-step1111 {
      width: 20.5%;
      flex-shrink: 0;
      margin-top: 10px;
      text-align: center;
      position: relative;
    }
}
@media screen and (max-width: 1024px) {
    .ind_timeline-opportunities-scroll {
      display: inline-flex;
      word-break: initial;
      overflow:hidden;
      position: relative;
    } 
    .ind_timeline-step1111 {
      width: 33%;
      flex-shrink: 0;
      margin-top: 5px;
      text-align: center;
      position: relative;
    }    
}


@media (min-width: 1024px) and (max-width: 1199px) {
    .ind_timeline-opportunities-scroll {
        display: inline-flex;
        overflow:hidden;
        position: relative;
        word-break: initial;
      }
      .ind_timeline-step1111 {
        width: 33%;
        flex-shrink: 0;
        margin-top: 10px;
        text-align: center;
        position: relative;
      } 
  }

.ind_timeline-step {
    text-align: center;
    position: relative;
    top: -22px;
    width: inherit;
  }

  .ind_timeline-step:first-child {
    margin-left: -10px;
  }
  .ind_timeline-step:last-child {
    margin-right: -16px;
  }

  .ind_timeline-step1111:first-child {
    margin-left: -10px;
  }
  .ind_timeline-step1111:last-child {
    margin-right: -16px;
  }

  .ind-timeline-link, .ind-timeline-link:visited {
    color: #999 !important;
    text-decoration: none;

  }
  .ind-timeline-link:hover {
    color: #fe5000;
    text-decoration: none;
  }

  .ind_timeline-step .ind_timeline-icon {
    font-size: 35px;
    margin-bottom: 0;
  }

  .ind_timeline-step .ind_timeline-label {
    font-size: 13px;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
    text-transform: uppercase;
    word-break: initial;
  }


  .ind_timeline-step1111 .ind_timeline-icon {
    font-size: 35px;
    margin-bottom: 0;
  }

  .ind_timeline-step1111 .ind_timeline-label {
    font-size: 12px;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
    text-transform: uppercase;
    word-break: initial;
  }

  @media (max-width: 1023px) {
    .ind_timeline-step .ind_timeline-label {
        font-size: 11px;
        } 
        .ind_timeline-step1111 .ind_timeline-label {
            font-size: 11px;
            }    
}
  .ind_timeline-step:last-child::after {
    display: none;
  }
  .ind_timeline-step1111:last-child::after {
    display: none;
  }
  .ind_tl_icon {
    background-color: #fff;
  }
  .ind_done .ind_timeline-icon {
    color: green;
  }
  .ind_in-progress .ind_timeline-icon {
    color: rgb(254 80 0 / var(--tw-bg-opacity, 1));
    height: 45px;
  }
  .ind_todo .ind_timeline-icon {
    color: #d5d5d5;
    height: 45px;
  }




/* INDURENT MASTER TEMPLATE Styles */


.ind_page_header_img1 {
    background-color:#ccc;
    min-height: 200px;
    background-image:url("/header1.jpg");
    background-position: center;
    background-size: cover;
  }
#ind_wrapper h1, .h1 {
    font-size: 65px;
    color:#fff ;
    text-shadow: 3px 3px 2px rgba(74, 74, 74, 1),
    0px 3px 18px rgba(74, 74, 74, 1);
    margin-top: 100px;

} 

#ind_wrapper .ind_icon_slash {
    display: none;
}

#ind_wrapper .breadcrumb {
    padding: 10px 0 7px 0;
    margin: 0;
}

.ind_header_bar_container {
    position: relative;
    height: 8px;
}

#ind_wrapper {
    overflow-x: hidden;
}

.ind_header_bar {
    height: 8px;
    background-color: #fe5000;
    position:absolute;
    width: calc(100% + ((100vw - 100%) * 0.56));
    margin-right: calc((100vw - 100%) * -0.56);

}

#ind_master_wrapper h2.tab-title {
    display:none ;
}

.ind_org_name {
    border: 0 !important;
    padding: 0 26px;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
    margin-bottom: 25px;
    width: 95%;
}

.ind-override h2 {
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
    font-size: 20px;
}




/* KNOWLEDGE BASE HOME style */


@media (min-width: 1024px) {
    .ind_kldg_home_button.list-group-item:first-child {
    margin-left: 30px;
}

.ind_kldg_home_button.list-group-item {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 30%;
    float: left;
    margin-left: 20px;
    text-align: center;
}
}


@media (max-width: 1023px) {
    .ind_kldg_home_button.list-group-item:first-child {
        margin-right: 0;
    }
    
    .ind_kldg_home_button.list-group-item {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid #ddd;
        width: 100% !important;
        text-align: center;
    }
    }


    .ind_kldg_home_button.list-group-item {
    font-size: 15px;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif;
    text-transform: uppercase;  
    background-color: #fe5000 !important;
    color: white !important;
    padding: 17px 0;
}

.ind_kldg_home_button.list-group-item:hover {
    color: #000 !important;
}
.list-group-item {
    margin-bottom: 20px;
}

.list-group-item .title {
    font-size: 18px !important;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif !important;
    margin: 0 0 8px 0;
}

.list-group-item .createdon, #ind_kldg_article .createdon {
    margin: 12px 0 0 0;
    font-style: italic;
}

#ind_kldg_article .modifydon {
    font-style: italic;
}


/* LEAD PAGE TABS */


.ind_lead_tabs {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.ind_lead_tab-btn {
    padding: 10px 20px;
    border: none;
    background-color: #f0f0f0;
    cursor: pointer;
    margin-right: 10px;
    transition: background-color 0.3s ease;
    font-family: 'PPNeueMontreal-Bold', Arial, sans-serif !important;
    font-size: 15px;
    word-break: normal;
    margin-bottom: 10px;
}

.ind_lead_tab-btn.active {
    background-color: #fe5000;
    color: white;
}

.ind_lead_tab-btn:hover {
    background-color: #e0e0e0;
}

.ind_lead_tab-content {
    padding: 0;
}


.ind_createcase .submit-btn.btn {
    padding: 12px 50px;
    margin-bottom: 40px !important;
}


.ind_editcase-container table tr:nth-child(odd), .ind_editcase-container .entity-timeline div:nth-of-type(even).note  { 
        background-color: #f2f2f2;
}

.ind_editcase-container .crmEntityFormView .cell {
    padding: 10px 24px 2px 20px;
}


.ind_editcase-container td:empty {
    background-color: #fff; 
  }

html[dir=ltr] .ind_editcase-container .crmEntityFormView .cell textarea {
    background-color: #fff !important; 
}


.download-invoice:disabled {
    background-color: #999 !important;
    border-color: #000 !important;
}

