body{
    font-family: "Athene";
}

*:focus{
    outline:none;
}
a {
    color: #0067AC;
}

.copy-tootltip{
    color:green;
}

.smile-content{
    color:#FAA634
}

.html-classes{
    color: #d44950;
    font-size: 15px;
    display: inline-block;
    font-family: 'AtheneDemi';
}

.html-element{
    color:black;
    font-family: 'AtheneDemi';
}


a:hover {
    text-decoration: none;
    color: #11175E !important;
}

.alerts-wrapper h3 {
    display: inline-block;
}

#copiedText {
    opacity: 0;
    z-index: -10;
    position: fixed;
}

.fixed-nav{
    position: fixed;
    height: 100%;
    overflow-y: auto;
    width: 20%;
}

.athene-styleguide .components-shelf h3{ 
    color:#11175E;
    font-family: 'AtheneDemi';
}

.alert.athene-alert {
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'AtheneDemi';
    padding: 10px 15px;
    min-height: 50px;
    border: 1px solid #cccccc;
}

.alert.athene-alert i{
    font-size: 28px;
    margin-right: 15px;
}

.alert.alert-warning.no-icon.athene-alert i{
    display:none;
}

.alert.alert-warning.athene-alert,
.alert.alert-warning.no-icon.athene-alert {
    border: 1px solid #FAA634;
}

.alert.alert-success.athene-alert {
    border: 1px solid #00AC88;
}

.alert.alert-danger.athene-alert {
    border: 1px solid #C53E32;
}

.alert.alert-brand.athene-alert {
    border: 1px solid #11175E;
}

.alert.alert-info.athene-alert {
    border: 1px solid #5091CD;
}

.alert.alert-primary.athene-alert {
    border: 1px solid #5091CD;
}

.alert.alert-primary.athene-alert i {
    color: #0067ac;
}

.alert.alert-warning.athene-alert i {
    color: #FAA634;
}

.alert.alert-success.athene-alert i {
    color: #00AC88;
}

.alert.alert-brand.athene-alert i {
    color: #11175E;
}

.alert.alert-danger.athene-alert i {
    color: #C53E32;
}

.alert.alert-info.athene-alert i {
    color: #5091CD;
}

.copy-icon {
    float: right;
    padding: 5px 15px;
    position: absolute;
    top: 10px;
    right: 0;
}

.copy-icon i.fa-copy {
    font-size: 25px;
    color: grey;
    cursor: pointer;
}

.copy-icon i.fa-copy:hover {
    color:#0067AC;
}

.alert-content {
    font-size: 18px;
}

.components-shelf {
    background-color: #ededed;
    padding: 15px;
    margin: 15px 0px;
    position: relative;
}


/* common button starts */

.btn {
    min-height: 50px;
    min-width: 205px;
    text-align: center;
    border-radius: 5px;
    font-family: 'AtheneDemi';
}



.btn:focus {
    background-color: #11175E !important;
    border: 1px solid #11175E !important;
}




.btn-primary {
    background-color: #0067AC;
    border: 1px solid #0067AC;
    /* margin: 10px; */
    color: #ffffff;
    font-size: 20px;
}



.disabled,
.disabled:hover {
    background-color: #CCCCCC !important;
    border: 1px solid #CCCCCC !important;
    color: #4D4D4D !important;
}


.btn-secondary {
    background-color: #5091CD;
    border: 1px solid #5091CD;
    color: #ffffff;
    margin: 10px;
}


.btn-outline-primary {
    background-color: #ffffff;
    color: #0067AC;
    border: 1px solid #0067AC;
    margin: 10px;
    font-size: 20px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background-color: #ffffff !important;
    border: 1px solid #11175E !important;
    color: #11175E !important;
}

.btn-outline-secondary {
    background-color: #ffffff;
    padding: 0px 8px;
    color: #5091CD;
    border: 1px solid #5091CD;
    margin: 10px;
    font-size: 16px;
    border-radius: 6px;
}

.btn-sm {
    min-width: 130px !important;
    height: 26px;
}

.btn-lg {
    height: 64px;
}

.add-more-btn {
    padding: 0px 5px;
    font-size: 16px;
}

.add-more-btn i {
    font-size: 12px;
}

.fa-chevron-down {
    font-size: 18px !important;
    margin-left: 4px;
}

.btn-block {
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.btn-primary:hover,
.btn-primary:active,
.btn-block:hover,
.add-more-btn:hover,
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #11175E;
    border: 1px solid #11175E;
}

/* common button ends */




/* form control  css starts */

/* label css strats */
.form-label{
    color:#000000;
    font-size: 20px;
    font-family: 'AtheneDemi';
}

form.needs-validation .form-label.error{
    color:#C53E32;
}

/* label css ends */

input.form-control{
    border: 1px solid #CCCCCC;
    background-color: #F7F7F7;
    width: 100%;
    padding-left: 20px;
    height: 55px;
    outline: none;
    font-size: 18px;
    color: #000000;
}

input.form-control:focus{
    outline: none;
    box-shadow: none;
    background-color: #f7f7f7;
}

form.needs-validation input.form-control.error{
    border-color: #C53E32;
}

input.form-control.show-hide{
    position: relative;
}

.form-group.error > .invalid-feedback{
    display:block;
}

.nav.athene-footer-nav a{
    font-size: 14px;
    color:#ffffff;
    font-family: 'Athene';
}

.nav.athene-footer-nav a:hover{
    text-decoration: none;
}

.components-shelf.footernav .nav.athene-footer-nav{
    background-color: #11175E;
}

.invalid-feedback{
    font-family: 'AtheneDemi';
    font-size: 14px;
}

.custom-checkbox .custom-control-input ~ .athene-checkbox.custom-control-label::before{
    border-radius:0px;
}

.custom-checkbox .custom-control-input:checked ~ .athene-checkbox.custom-control-label::after{
    font-family: "Font Awesome 5 Pro";
    background-color: #4f86f7;
    color:#ffffff;
    content: "\f00c";
    position: absolute;
    font-size: 12px;
    left: -22px;
    background: none;
}

.icon-input{
    position: relative;
}

.icon-input input +i{
    position: absolute;
    font-size: 20px;
    right: 20px;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    color: #708090;
    cursor: pointer;
}

.form-group.icon-input input + span.fa,
.form-group.icon-input input + i.fa{
    position: absolute;
}

.form-control.athene-select{
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  background-color:white;
  background-image:url('../images/chevron-down.png');
  background-repeat: no-repeat;
  background-size:25px 25px;
  background-position:99% 50%;
}

.form-control.athene-select::-ms-expand{
    display: none;
}


/* form control css ends */

/* white card starts*/
    .athene-white-card {
        padding: 25px;
        background-color: #ffffff;
        font-family: 'Athene';
        border: 1px solid #CCCCCC;
        width: 100%;
    }

    .athene-white-card h3 {
        color: #0067AC;
    }

    .athene-white-card p {
        color: #4d4d4d;
    }

  

/* white card ends*/


/* year-date card start*/
    
    .year-date-card {
        width: 100%;
        margin-right: 20px;
        border: 1px solid #CCCCCC;
    }

    .yd-col {
        background-color: #ffffff;
        padding: 20px 12px 15px 20px;
        height: 230px;
        position: relative;
    }


    .yd-text {
        font-size: 20px;
        font-family: 'AtheneDemi';
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .yd-col a {
        color: #0067AC;
        font-size: 16px;
        font-family: 'AtheneDemi';
        text-decoration: none;
        position: absolute;
        bottom: 28px;
    }


    .yd-col a i {
        position: relative;
        top: 1px;
        margin-left: 3px;
    }

    .yd-amt {
        color: #11175E;
        font-family: 'AtheneDemi';
        font-size: 40px;
        width: 150px;
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 5px;
    }


/* year-date card end*/



/* promo card  start*/
    
    .athene-promo-card {
        background-color: #11175E;
        color: #FFFFFF;
        padding: 20px;
        height: 230px;
        margin-bottom: 30px;
        position: relative;
    }

    .athene-promo-card a {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 16px;
    }

    .athene-promo-card a i {
        position: relative;
        top: 1px;
        margin-left: 3px;
    }


    .athene-promo-card p {
        font-size: 16px;
        font-family: 'AtheneDemi';
    } 

    .athene-promo-sub-head {
        font-family: 'AtheneDemi';
        font-size: 22px;
    }


/* promo card end*/




/* card news starts*/
    .news-web-head {
        font-size: 28px;
        color: #11175E;
        font-family: 'AtheneDemi';
        padding-bottom: 15px;
    }

    .news-web-list li {
        padding: 0px 0px 20px 0px !important;
    }
    .news-web-list {
        padding: 0;
        overflow: hidden;
        list-style-type: none;
        margin-bottom: 0;
    }

    .card-list {
        background: transparent linear-gradient(180deg, #F7F7F7 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        border-top: 1px solid #CCCCCC;
        padding: 25px 30px;
    }

    .card-list a i {
        position: relative;
        top: 2px;
    }
/* card news ends*/



/* image card starts */
    .sub-category {
        color: #000000;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .img-card-footer {
        display: flex;
        background: transparent linear-gradient(180deg, #F7F7F7 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        border-top: 1px solid #CCCCCC;
        padding: 25px 20px;
        align-items: baseline;
    }

    .img-card-footer i {
        margin-right: 10px;
        font-size: 16px;
    }

    .card-footer-text {
        text-decoration: underline;
        color: #4D4D4D;
        vertical-align: text-bottom;
        font-family: "Athene";
        margin-right: 10px;
    }

/* image card ends*/





 /* Tooltip  starts*/
 .tooltip-inner {
    background-color: #ffffff; 
    color: #000000; 
    border: none;
    padding: 12px;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.75);
    font-size: 14px;
    height: auto;
    width: 200px;
    border-left: none;
  }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #ffffff !important;

}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #ffffff !important;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #ffffff !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #ffffff !important;
}

.tooltip-content i {
    color: #5091CD;
}


/* tooltip ends */

/* List css Starts */

ol.list-group.athene-ol{
    padding-left: 25px;
}

.list-group.athene-circle-ol{
    counter-reset: list-order-count;
    list-style-type: none;
    margin-top: 20px;
}

.list-group.athene-circle-ol li::before{
    counter-increment: list-order-count;
    content: counter(list-order-count) " ";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    background-color: #4d4d4d;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right:15px;
    position: absolute;
    top: calc(50% - 45px);
    transform: translateY(50%);
}

.list-group.athene-circle-ol li.active::before{
    background-color:#2a67a7;
}

.list-group.athene-circle-ol li.success::before{
    background-color:#4ba787;
}

.list-group.athene-circle-ol .athene-circle-ol-content{
    padding-left: 50px;
    display: block;
}

.list-group.athene-circle-ol li{
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

ul.list-group.athene-list-table li:nth-child(even){
    background-color: #f4fbfb;
}

/* List css Ends */


/* modal css starts*/
    .athene-modal-head {
        font-family: 'AtheneDemi';
        color: #11175e;
        font-size: 24px;
    }

    .athene-modal .modal-header {
        border-bottom: none;
    }


    .athene-modal .modal-footer {
        padding: 10px 20px;
        background-color: #EDEDED;
        border-top: 1px solid #cccccc;
    }

    .modal-footer.athene-modal-footer {
        justify-content: space-between;
    }

    
    
/* modal css ends*/
@media only screen and (max-width:767px) {
    .alert.athene-alert:before {
        display: none;
    }

    .nav.athene-footer-nav{
        justify-content: center;
        flex-direction: column;
    }

    .alert-content {
        font-size: 16px;
    }

    .form-label{
        font-size: 16px;
    }

    .modal-footer.athene-modal-footer {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .athene-modal .modal-footer {
        padding: 5px 15px;
    }

    .modal-dual-button{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .list-group.athene-circle-ol li::before{
        width: 35px;
        height: 35px;
        font-size: 16px;
        top: calc(50% - 40px);
        transform: translateY(50%);
    }

    .list-group.athene-circle-ol .athene-circle-ol-content{
        padding-left: 45px;
    }



}


@media only screen and (max-width:575px) {
    .athene-promo-sub-head {
        font-size: 20px;
    }

    .athene-promo-card p {
        font-size: 14px;
    }

    .athene-modal .btn {
        min-width: 130px;
    }
    .btn{
        min-width: auto!important;
    }
}

@media only screen and (min-width:768px) { 
    .athene-promo-card a {
        position: absolute;
        bottom: 25px;   
    }
}

@media only screen and (min-width:768px) and (max-width:991px){ 
    .modal-footer.athene-modal-footer .btn{
        min-width: 150px;
    }
}