/*UHP Claims Form CSS Starts*/
#uhp .logo img {
    width: 280px;
}

#uhp .logo img.neweralogo {
    width: 750px;
    padding: 15px 0px;
    margin-left: -30px !important;
}

#uhp .logo img.sslogo {
    margin-top: 10px;
    width: 100px;
}

.switch {
    position: relative;
    display: inline-block;
    float: right;
    margin: 0 5px;
}

.switch input[type=checkbox] {
    visibility: hidden !important;
}

.switch>span {
    position: absolute;
    top: 34px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
}

input.check-toggle-round-flat:checked~.off {
    color: #16525f;
}

input.check-toggle-round-flat:checked~.on {
    color: #fff;
}

.switch>span.on {
    left: 0;
    padding-left: 2px;
    color: #16525f;
}

.switch>span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
}

.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.check-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.check-toggle-round-flat+label {
    padding: 2px;
    width: 97px;
    height: 35px;
    background-color: #44826f;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

input.check-toggle-round-flat+label:before,
input.check-toggle-round-flat+label:after {
    display: block;
    position: absolute;
    content: "";
}

input.check-toggle-round-flat+label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #68a97d;
    border-radius: 60px;
}

input.check-toggle-round-flat+label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}

input.check-toggle-round-flat:checked+label:after {
    margin-left: 44px;
}



#uhp .homepage {
    padding: 15px;
    box-shadow: 1px 5px 5px 6px #d5d5d5;
    margin-top: 30px;
    border-radius: 5px;
    background: #68a97d12;
}

#uhp .m5 {
    margin: 20px 0px;
}

#uhp .p30 {
    padding: 30px;
}

#uhp .p100 {
    padding: 100px;
}

#uhp .pb40 {
    padding: 0px 40px;
}

#uhp .p60 {
    padding: 80px 30px;
}

#uhp .breadcrumb {
    margin-top: -15px;
    margin-bottom: 25px;
    border-radius: 4px 4px 0px 0px;
    padding: 11px;
    border-bottom: 1px solid #d5d5d5;
}

#uhp .breadcrumb a {
    color: #02579b !important;
}

#uhp .button-claims {
    width: 60%;
    margin: 0 auto;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff !important;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #0079be;
    background-image: linear-gradient(to right, #005ea5 0%, #679dc1 51%, #116599 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

#uhp .update {
    background-image: linear-gradient(to right, #134E5E 0%, #71B280  51%, #134E5E  100%) !important;
}

#uhp .button-claims:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

#uhp .button-claims:active {
    transform: scale(0.95);
}

#uhp .home-btn {
    width: 250px;
    text-align: center;
    font-size: 13px;
}

@media screen and (min-width:300px) and (max-width:600px) {
    #uhp .logo img {
        width: 220px !important;
        margin-left: -10px;
    }

    #uhp .logo img.neweralogo {
        width: 330px !important;
        margin-left: -10px !important;
    }
    #uhp .logo img.sslogo {
        width: 100px !important;
    }
    #uhp .homepage {
        margin-top: 8px !important;
    }
    #uhp .breadcrumb {
        margin-top: -15px;
        margin-bottom: 5px;
        padding: 5px 11px;
    }

    #uhp .button-claims {
        width: 100% !important;
    }

    #uhp .p30 {
        padding: 0px !important;
    }
    .switch {
        margin-right: -10px !important;
        font-size: 10px !important;
    }
    .switch>span.on {
        left: 0;
        padding-left: 2px;
        color: #16525f;
    }
    .switch>span {
        position: absolute;
        top: 26px;
        width: 49%;
        text-align: center;
    }
    input.check-toggle-round-flat+label {
        width: 75px;
        height: 30px;
    }

    input.check-toggle-round-flat+label:after {
        width: 36px;
    }

    input.check-toggle-round-flat:checked+label:after {
        margin-left: 31px;
    }

    #uhp .pb15 {
        padding: 0px 15px;
    }
}
/*UHP Claims Form CSS Ends*/

/*UHP Survey Form CSS Starts*/
.check-container {
    width: 3.25rem;
    height: 4.5rem;
    margin: 0 auto;
}
.check-container .check-background {
    width: 100%;
    height: calc(100% - 1.25rem);
    /*background: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);*/
    background: linear-gradient(to bottom right, #5de593, #41d67c);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    animation: animateContainer 0.75s ease-out forwards 0.75s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.check-container .check-background svg {
    width: 65%;
    transform: translateY(0.25rem);
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: animateCheck 0.35s forwards 1.25s ease-out;
}
.check-container .check-shadow {
    bottom: calc(-15% - 5px);
    left: 0;
    border-radius: 50%;
    background: radial-gradient(closest-side, #49da83, transparent);
    animation: animateShadow 0.75s ease-out forwards 0.75s;
}

@keyframes animateContainer {
    0% {
        opacity: 0;
        transform: scale(0);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }
    25% {
        opacity: 1;
        transform: scale(0.9);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }
    43.75% {
        transform: scale(1.15);
        box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }
    62.5% {
        transform: scale(1);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
    }
    81.25% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
    100% {
        opacity: 1;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
}
@keyframes animateCheck {
    from {
        stroke-dashoffset: 80;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes animateShadow {
    0% {
        opacity: 0;
        width: 100%;
        height: 15%;
    }
    25% {
        opacity: 0.25;
    }
    43.75% {
        width: 40%;
        height: 7%;
        opacity: 0.35;
    }
    100% {
        width: 85%;
        height: 15%;
        opacity: 0.25;
    }
}

.button-claims-150
{
    width: 150px;
    margin-top: 50px;
}
.anchor-color{
    color:blue;
}
.newline{
    display:inline-block;
}

/* Google language translator styles starts */
#goog-gt-tt {
    display: none !important;
}
.goog-te-gadget-icon{
    display:none;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}

@media print {
    #google_translate_element {display: none;}
}
/* Google language translator styles ends */


.breadcrumb h1{
    font-size: 1.75em;
    color: #f57729;
    font-weight: 600;
    text-align: center;
}

#employeeRegFrm{
    font-size: 14px;
}

#employeeRegFrm h1{
    font-size: 1.5em;
}

#employeeRegFrm hr{
    border-top: 1px solid #f57729;
}

.btn-width-auto {
    width: auto;
}
.padding-lr-32{
    padding-left: 30px;
    padding-right: 30px;
}
.pb0{
    padding-bottom: 0px !important;
    margin-bottom: revert;
}
.pt0{
    padding-top: 0px !important;
}
.margin-lr-22{
    margin-left: 22px;
    margin-right: 22px;
}
.pb15 {
    padding: 0px 15px;
}

.htmlEditor img{
    width:100%;
}

.homepage {
    padding: 15px;
    box-shadow: 1px 5px 5px 6px #d5d5d5;
    margin-top: 30px;
    border-radius: 5px;
    background: #f7935a0a
}
.m5 {
    margin: 20px 0px;
}
.p30 {
    padding: 30px;
}
.p100 {
    padding: 100px;
}
.p50 {
    padding: 50px;
}
.pb40 {
    padding: 0px 40px;
}
.p60 {
    padding: 80px 30px;
}
.breadcrumb {
    margin-top: -15px;
    margin-bottom: 25px;
    border-radius: 4px 4px 0px 0px;
    padding: 11px;
    border-bottom: 1px solid #d5d5d5;
}
.button-claims {
    width: 60%;
    margin: 0 auto;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.update {
    background-image: linear-gradient(45deg, #403230 0%, #8c8e91 51%, #5e4444 100%) !important;
}
.button-claims:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
.button-claims:active {
    transform: scale(0.95);
}
.home-btn {
    width: 250px;
    text-align: center;
    font-size: 13px;
}
#success-error-div a {
    color: #0c61a7 !important;
}
/*UHP Survey Form CSS Ends*/
