﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:300,400,600,700&display=swap');

.PageWrap {
    min-height: 100vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Header styles
-------------------------------------------------- */
.headerTop a {
    color: inherit;
}

.contactUs li, .logIn li {
    display: inline-block;
}

.headerTop {
    background-color: #1D4D96;
    padding: 8px 0px;
    color: #ffffff;
    font-weight: 400;
    border-bottom: 5px solid #f06d27
}

.headerLogo{
    height:75px;
}

.headerAXLogo{
    height:50px;
}

.text-spd {
    color: #1D4D96;
}

.headerTop ul.contactUs li:not(:last-child) {
    padding: 0px 30px 0px 0px;
}

.headerTop ul.contactUs li i:after {
    content: "";
    padding-right: 10px;
}

.headerTop ul.contactUs li i {
    font-size: 18px;
}

.headerTop .logIn li:not(:last-child):after {
    content: "|";
    color: #fff;
    padding: 0px 25px;
}

.headerTop .logIn li:not(:last-child):after {
    content: "|";
    color: #fff;
    padding: 0px 25px;
}

.navBar ul li.active a,
.navBar ul li:hover a {
    border-bottom: 2px solid #00B051;
}

/* Jumbotron
------------------------------------------------------- */
.jumbotron {
    color: white;
    background-image: url('/img/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

.text-shadow-box {
    padding: 20px;
    background-color: rgba(0,0,0,0.4);
}
.shadedText {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content:end;
    align-items: center;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    height: 59vh;
    z-index: 1;
    text-shadow: 2px -1px 4px rgba(12, 10, 10, 0.6);
}

.shadImg {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: inherit;
    flex-direction: column;
    position: relative;
    padding: 0px 0px 0px 0px;
    background: url(../images/1px.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

.shadImg * {
    position: relative;
    right: -90px;
}

.shadImg p {
    text-align: left;
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-shadow: 2px -1px 4px rgba(12, 10, 10, 0.6);
    width: 60%
}

.shadImg a {
    z-index: 1;
}

.shadImg:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(/img/shad.png) no-repeat;
    background-size: 100% 100%;
}

.jumbotronAbout {
    color: white;
    background-image: url('/img/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45vh;
}

.shadImgAbout {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: inherit;
    flex-direction: column;
    position: relative;
    padding: 0px 0px 0px 0px;
    background: url(../images/1px.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

    .shadImgAbout * {
        position: relative;
        right: -90px;
    }

    .shadImgAbout p {
        text-align: center;
        font-size: 44px;
        color: #ffffff;
        font-family: "Open Sans";
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        text-shadow: 2px -1px 4px rgba(12, 10, 10, 0.6);
        width: 125%;
        top: 27%;
    }

    .shadImgAbout a {
        z-index: 1;
    }

    .shadImgAbout:after {
        content: '';
        position: absolute;
        top: 60%;
        left: 15%;
        width: 170%;
        height: 30%;
        background: url(/img/shad.png) no-repeat;
    }

.nav-pills:not(.meetTeam) .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white !important;
    background-color: #fff;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;  Vertically center the text there 
}

.client-driver-row i {
    cursor: pointer;
}

.dropzone {
    border: 3px dashed #00a1f1;
    background: #F0F8FF;
    margin: 25px;
    border-radius: 5px;
    max-width: 400px;
}

.dropzone .dz-message {
    font-weight: 350;
}

.dropzone .dz-message .note {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 200;
    display: block;
    margin-top: 1.5rem;
}

.aboutUsDiv {
    width: 50%;
}

.verticalSplit {
    border-right: 1px solid black;
    border-top: none;
    border-bottom: none;
    border-left: none;
}

.indexDiv {
    text-align: center;
    background-color: #DAE3F3;
}

.signUpOval {
    display: block;
    width: 100%;
    height: 155px;
    background: #DAE3F3;
    border-radius: 50%;   
    margin-bottom:30px;
}
#pricingList li{
    list-style-type: disc;
    display: list-item;
    margin: 15px 0px 15px 0px;
}

#general table:not(.no-padding) td, #general table:not(.no-padding) th{
    padding: 0;
    border-top: none;
}

.no-border {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    padding: 0px !important;
    background-color: transparent;
    background: transparent;
    color: #000000;
}

    .no-border:hover {
        border: 1px solid !important;
        border-color: rgb(204, 204, 204) !important;
    }
    
    .no-border:focus {
        border: 1px solid !important;
        border-color: rgb(204, 204, 204) !important;
    }

.hide-arrows {
    -moz-appearance: textfield; /* Firefox */
    appearance: textfield; /* Other browsers */
    padding-left: 5px !important;
    padding-right: 5px !important;
}

    .hide-arrows::-webkit-inner-spin-button,
    .hide-arrows::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }


#GroupingDynamicTable td:not(.no-width), #GroupingDynamicTable th:not(.no-width) {
    vertical-align: top !important;
    min-width: 200px;
}

.GroupingDisplayTable th, .GroupingDisplayTable td,
.ProductTypeDynamicTable th:not(.no-width), .ProductTypeDynamicTable td:not(.no-width),
.PremiumsHistoryDynamicTable th:not(.no-width), .PremiumsHistoryDynamicTable td:not(.no-width){
    min-width: 200px;
}

.table-min-pading th, .table-min-pading td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.minWidthTable th:not(.no-width), .minWidthTable td:not(.no-width) {
    min-width: 125px;
}

.no-width {
    width: 75px !important;
    min-width: 75px !important;
    max-width: 75px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.width-50 {
    width: 50px !important;
    min-width: 50px !important;
}

.width-50 {
    width: 75px !important;
    min-width: 75px !important;
}

.width-100 {
    width: 100px !important;
    min-width: 100px !important;
}

.width-125 {
    width: 125px !important;
    min-width: 125px !important;
}

.width-150 {
    width: 150px !important;
    min-width: 150px !important;
}

.width-200 {
    width: 200px !important;
    min-width: 200px !important;
}

.width-225 {
    width: 225px !important;
    min-width: 225px !important;
}

.width-250 {
    width: 250px !important;
    min-width: 250px !important;
}

.width-300 {
    width: 300px !important;
    min-width: 300px !important;
}

.transparent-back {
    background: rgba(0, 0, 0, 0) !important;
    border: none !important;
    outline: none !important;
}

/*===========css for progress wizard==================*/

.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

    .no-flexer, .progress-indicator.stacked {
        display: block
    }

.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0
}

.flexer-element, .progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1
}

.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase
}

    .progress-indicator > li {
        list-style: none;
        text-align: center;
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
        color: #bbb;
        display: block
    }

        .progress-indicator > li:hover {
            color: #6f6f6f
        }

        .progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
            color: #65d074
        }

        .progress-indicator > li .bubble {
            border-radius: 1000px;
            width: 20px;
            height: 20px;
            background-color: #bbb;
            display: block;
            margin: 0 auto .5em;
            border-bottom: 1px solid #888
        }

            .progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
                display: block;
                position: absolute;
                top: 9px;
                width: 100%;
                height: 3px;
                content: '';
                background-color: #bbb
            }

        .progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
            background-color: #65d074;
            border-color: #247830
        }

        .progress-indicator > li .bubble:before {
            left: 0
        }

        .progress-indicator > li .bubble:after {
            right: 0
        }

        .progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
            width: 50%;
            margin-left: 50%
        }

        .progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
            width: 50%;
            margin-right: 50%
        }

        .progress-indicator > li.active, .progress-indicator > li.active .bubble {
            color: #337AB7
        }

            .progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
                background-color: #337AB7;
                border-color: #122a3f
            }

        .progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
            background-color: #5671d0;
            border-color: #1f306e
        }

        .progress-indicator > li a:hover .bubble {
            color: #5671d0
        }

        .progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
            background-color: #d3140f;
            border-color: #440605
        }

        .progress-indicator > li.danger .bubble {
            color: #d3140f
        }

        .progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
            background-color: #edb10a;
            border-color: #5a4304
        }

        .progress-indicator > li.warning .bubble {
            color: #edb10a
        }

        .progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
            background-color: #5b32d6;
            border-color: #25135d
        }

        .progress-indicator > li.info .bubble {
            color: #5b32d6
        }

    .progress-indicator.stacked > li {
        text-indent: -10px;
        text-align: center;
        display: block
    }

        .progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
            left: 50%;
            margin-left: -1.5px;
            width: 3px;
            height: 100%
        }

    .progress-indicator.stacked .stacked-text {
        position: relative;
        z-index: 10;
        top: 0;
        margin-left: 60% !important;
        width: 45% !important;
        display: inline-block;
        text-align: left;
        line-height: 1.2em
    }

    .progress-indicator.stacked > li a {
        border: none
    }

    .progress-indicator.stacked.nocenter > li .bubble {
        margin-left: 0;
        margin-right: 0
    }

        .progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
            left: 10px
        }

    .progress-indicator.stacked.nocenter .stacked-text {
        width: auto !important;
        display: block;
        margin-left: 40px !important
    }

@media handheld,screen and (max-width:400px) {
    .progress-indicator {
        font-size: 60%
    }
}

/*========Placeholder===========*/


.table-sticky-2 td:nth-child(2) {
    position: sticky;
    left: 0;
}

.background-image {
    /*background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/abstract-background-2.jpeg);*/
    /* Image From:  https://www.freepik.com/free-photo/abstract-background-with-low-poly-design_2795509.htm#query=Technology%20network%20background&position=9&from_view=search  */
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}

.bg-brightness {
    filter: brightness(0.5) grayscale(50%);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom-border {
    border-bottom: 3px solid grey;
}

.placeholderFooter {
    position: relative;
    bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 50px;
}

.background-blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.no-padding-ul {
    padding-left: 10px;
    font-size:0.9rem;
}

.bg-clearblur {
    /*-webkit-backdrop-filter: blur(5px);*/
    background-color: transparent !important;
    border-style: none !important;
}

.borderless > td,
.borderless > th {
    border: none;
    padding-top:0px !important;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 5;
    }
}


/*========IDC WIN styling===========*/
.NonIdcWin {
    visibility:hidden;
}

.IdcWin {
    visibility: hidden;
}

/*====Plan Details Table Styling=====*/
.table#PlanDetailsDisplayTable td, .table#PlanDetailsDisplayTable th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: none;
}

.table#PlanDetailsRetirementDisplayTable td, .table#PlanDetailsRetirementDisplayTable th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: none;
}

.k-animation-container {
    position: relative !important;
    top: auto !important;
    bottom: 40px !important;
    left: 500px !important;
}

.k-child-animation-container {
    transition: none !important;
}

.hiddenRemainingNotes {
    display: none;
}

.btnToggleExpand {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/********************** Quotes & Renewals Review Breadcrumb Progressbar **********************/
.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}

.design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 16px 16px 30px 30px;
}

    .design-process-content img {
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        max-height: 100%;
    }

    .design-process-content h3 {
        margin-bottom: 16px;
    }

    .design-process-content p {
        line-height: 26px;
        margin-bottom: 12px;
    }

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}

    .process-model li::after {
        background: #e5e5e5 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        display: block;
        height: 4px;
        position: absolute;
        right: 30px;
        top: 18px;
        width: 96%;
        z-index: -1;
    }

    .process-model li.visited::after {
        background: #57b87b;
    }

    .process-model li:last-child::after {
        width: 0;
    }

    .process-model li {
        display: inline-block;
        text-align: center;
        float: none;
    }

        .nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
            border: none;
            background: transparent;
        }

        .process-model li a {
            padding: 0;
            border: none;
            color: #606060;
        }

        .process-model li.active,
        .process-model li.visited {
            color: #57b87b;
        }

            .process-model li.active a,
            .process-model li.active a:hover,
            .process-model li.active a:focus,
            .process-model li.visited a,
            .process-model li.visited a:hover,
            .process-model li.visited a:focus {
                color: #57b87b;
            }

            .process-model li.active p,
            .process-model li.visited p {
                font-weight: 600;
            }

        .process-model li i {
            display: block;
            height: 38px;
            width: 38px;
            text-align: center;
            margin: 0 auto;
            background: #f5f6f7;
            border: 2px solid #e5e5e5;
            line-height: 35px;
            font-size: 25px;
            border-radius: 50%;
        }

        .process-model li.active i, .process-model li.visited i {
            background: #fff;
            border-color: #57b87b;
        }

        .process-model li p {
            font-size: 14px;
            margin-top: 11px;
        }

    .process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
        color: #606060 !important;
        font-weight: normal
    }

    .process-model.contact-us-tab li::after {
        display: none;
    }

    .process-model.contact-us-tab li.visited i {
        border-color: #e5e5e5;
    }



@media screen and (max-width: 560px) {
    .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }

    .more-icon-preocess.process-model li::after {
        top: 24px;
    }
}

@media screen and (max-width: 380px) {
    .process-model.more-icon-preocess li {
        width: 16%;
    }

    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }

    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }

    .more-icon-preocess.process-model li::after {
        top: 18px;
    }

    .process-model.more-icon-preocess {
        text-align: center;
    }
}

.card-collapse-header .fa {
    transition: .4s transform ease-in-out;
}

.card-collapse-header .collapsed .fa {
    transform: rotate(-90deg);
}

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}

input.custom-input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}

    input.custom-input[type=text] {
        background-color: #f1f1f1;
        width: 100%;
    }

    input.custom-input[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
        cursor: pointer;
    }

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.custom-tooltip:hover span.custom-tooltip-text {
    opacity: 1;
    visibility: visible;
}

.custom-tooltip-text {
    padding: 5px 10px 5px 10px;
    min-width: 75px;
    background-color: #000000;
    color: #FFFFFF;
    height: auto;
    border-radius: 5px;
    font-size: 0.75em;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

form .dropdown-toggle {
    color: rgb(73, 80, 87) !important;
    border: 1px solid rgb(206, 212, 218) !important;
    border-radius: 4px !important;
    background-color: rgb(255, 255, 255) !important;
}

.toggle-password {
    cursor: pointer;
}


@media (min-width: 768px) {
    .details-container {
        width: 90% !important;
    }
}

.rounded-20 {
    border-radius: 20px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}
.LongNotes {
    white-space: normal; /* allows wrapping */
    word-break: break-word; /* ensures long words break */
    overflow-wrap: anywhere; /* extra safety for long URLs or single long words */
}