﻿body {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}


/* Fix formatting issues frim Blend Start */
/* #divHeaderWrapper */
.HeaderWrapper 
{
    position: fixed;

    width: 100%;
    display: block;
    z-index: 999;

    /*background-color:pink;*/
    /*padding:10px;*/
    /*height:500px;*/
    /*top:200px;*/

    
}
.HeaderMarginBottom {
    height:140px;
}

.MyHR {
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 0.5px;
    border-bottom-color: silver;
    opacity: .5;
    width: 100%;
}

.modal.fade {
    padding-top: 15%;
    opacity: 1;
}

.d-noneKenFix {
    display: inline-block !important;
    width: 100%;
}

.btn-outline-light {
    font-weight: bold;
    font-size: 20px;
    border-style: solid;
    border-color: white;
}

.btn-primary {
    font-weight: bold;
    font-size: 20px;
}

.site-header {
    border-bottom-style: solid;
    border-color: #038ca2;
}

/*#EpiHeaderContainer {
    width: 100% !important;
}*/

.site-footer__container {
    width: 100% !important;
}

#MyFooter .rounded-circle {
    border-style:solid;
    border-color:white;
}

.fa-twitter:before{content:"𝕏"}

        .Ken_arrow-right-Override:after{
            content: " »";
            font-size:23px;
        }
        .Ken-fas-chevron-double-right-Override:after{
            content: " »";
            font-size:23px;           
        }

/* Fix formatting issues frim Blend End */

/* Tooltip Start */
    .tooltip-text {
        visibility: hidden;
        position: absolute;
        z-index: 1000;
        width: 300px;
        color: white;
        background-color: #397592;
        padding: 5px;
        border-radius: 6px;
    }

    .hover-text:hover .tooltip-text {
        visibility: visible;
    }

    .top {
        top: -40px;
        left: -50%;
    }

    .bottom {
        top: 25px;
        left: -50%;
    }

    .left {
        top: -8px;
        right: 120%;
    }

    .right {
        top: -8px;
        left: 120%;
    }

    .hover-text {
        position: relative;
        display: inline-block;
        margin: 5px;
        text-align: center;
    }

/* Tooltip End */ 


/* Copied from EctronSettings.css Start */
.AptaActionButton, .AptaActionButton:active, .AptaActionButton:focus {
    border-radius: 4px;
    box-shadow: none;
    transition: all 0.9s ease;
    transition-property: background-color;
    outline: 0;
    position: relative;
    display: inline-block;
    font-size: 20px !important;
    font-weight: bold !important;
    background-color: #d75908 !important;
    border: none;
    color: white !important;
    height: 40px;
    line-height: 40px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;

}

    .AptaActionButton:hover {
        cursor: pointer;
        background-color: #c55007 !important;
    }

.MyDivWelcome {
    margin-top:-15px !important;
    margin-left:20px;
    margin-right:20px;
}

.MyDivTitleWrapper {
    height:50px;
    background-color:pink;
    padding-top:0 !important;
    
}

.MyDivTitle {
    text-align:left;
    margin-top:-15px !important;
    margin-left:20px;
    margin-right:20px;
}

.MyLblTitle {
    /*color: #2c7a95;*/

}


.CenterDiv1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.divMyContentWrapper {
    padding-left: 15% !important;
    padding-right: 15% !important;
}

@media screen and (max-width: 992px) {
    .divMyContentWrapper {
        /*padding-left:initial !important;*/
        /*padding-right:initial !important;*/
    }
}

/* Copied from EctronSettings.css End */