﻿* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #ffffff;
    font-family: Calibri, Arial, Geneva, sans-serif;
    border: none;
    color: #333333;
}

p {
    font-size: 120%;
    line-height: 130%;
    padding-bottom: 1em;
}

h1 {
    font-size: 140%;
    padding-bottom: 1em;
    font-weight: bold;
}

h2 {
    font-size: 120%;
    padding-bottom: 1em;
    line-height: 12px;
    font-weight: bold;
}

h3 {
    font-size: 110%;
    padding-bottom: 1em;
    line-height: 12px;
    font-weight: bold;
}

h4 {
    font-size: 110%;
    padding-bottom: 1em;
    text-decoration: underline;
    font-weight: normal;
}

    h4 a {
        text-decoration: underline;
    }

.clear {
    clear: both;
}

.text {
    overflow: auto;
}

#footer ul {
    list-style-type: none;
    line-height: 20px;
}

#footer {
    float: left;
    width: 100%;
    padding-top: 5px;
    background-color: #FFFFFF;
    color: Black;
    font-size: 110%;
}


    #footer a {
        color: #000000;
    }

    #footer ul li {
        padding-right: 5px;
    }

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    /*background-color: #dcefc3;*/ /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 15px; /* Increase font size */
    /*background-image:  url(../Claims_Audit/Images/top-up.png);*/
}

    #myBtn:hover {
        background-color: #000; /* Add a dark-grey background on hover */
    }

#myMovingPanel {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 92px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #085698; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 15px; /* Increase font size */
    /*background-image:  url(../Claims_Audit/Images/top-up.png);*/
}

    #myMovingPanel:hover {
        background-color: #f88368; /* Add a dark-grey background on hover */
    }

.MyWrapper .riTextBox, .ridate,
.MyWrapper .riDisplay {
    font-size: 16px !important;
    padding: 5px 5px;
    height: 35px !important;
}

.MyWrapper .riEmpty,
.MyWrapper .riEnabled,
.MyWrapper .riDisabled,
.MyWrapper .riHover,
.MyWrapper .riFocused,
.MyWrapper .riError,
.MyWrapper .riNegative {
    border-width: 1px !important;
    border-radius: 7px !important;
}

span.MyWrapper .riDisplay {
    border-left-width: 1px;
    border-top-width: 1px;
}

.MyWrapperMultiLine .riTextBox, .ridate,
.MyWrapperMultiLine .riDisplay {
    font-size: 16px !important;
    padding: 5px 10px;
}

.MyWrapperMultiLine .riEmpty,
.MyWrapperMultiLine .riEnabled,
.MyWrapperMultiLine .riDisabled,
.MyWrapperMultiLine .riHover,
.MyWrapperMultiLine .riFocused,
.MyWrapperMultiLine .riError,
.MyWrapperMultiLine .riNegative {
    border-width: 1px;
    border-radius: 7px;
}

span.MyWrapperMultiLine .riDisplay {
    border-left-width: 1px;
    border-top-width: 1px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    width: 500px;
}

.NoWrapRadioButtonListItem {
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
}

.fieldlabel {
    font-size: 16px;
    font-weight: normal;
}

.fieldlabelred {
    font-size: 16px;
    color: maroon;
}

.fieldlabelItalic {
    font-size: 16px;
    font-style: italic;
}

.modalPopup {
    background-color: #FFFFFF; /*#ffffdd;*/
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 5px;
    width: 300px;
    word-wrap: normal;
    z-index: 100000 !important;
}

    .modalPopup p {
        display: block;
    }

html body form .RadInput .MyEmptyTextBox,
html body form .RadInput .MyEnabledTextBox,
html body form .RadInput .MyHoveredTextBox,
html body form .RadInput .MyFocusedTextBox,
html body form .RadInput .MyInvalidTextBox,
html body form .RadInput .MyRequiredTextBox,
html body form .RadInput .MyNegativeTextBox {
    border-width: 1px;
}

html body .RadInput .MyEmptyTextBox {
    color: #999;
}

html body form .RadInput .MyEnabledTextBox {
}

html body form .RadInput .MyHoveredTextBox {
    border-color: #6c6;
    /*  background: #efe;*/
}

html body form .RadInput .MyFocusedTextBox {
    border-color: #3a3;
    /*background: #efe;*/
}

html body form .RadInput .MyInvalidTextBox {
    border-color: #f33;
    /* background: none #ff9;*/
}

html body form .RadInput .MyRequiredTextBox {
    border-color: #fea3a3;
    /*background: none #ff9;*/
}

html body form .RadInput .MyNegativeTextBox {
    border-color: #982c2c;
    color: #930;
    font-weight: bold;
}

#example .RadInput .riLabel {
    color: #555;
}

#example .RadInput .riTextBox {
    color: #555;
}

.validationSummary {
    font-size: 16px;
    font-weight: normal;
}

    .validationSummary ul {
        padding-left: 30px;
    }


.profile-page .page-header {
    min-height: 400px;
}

.profile-page .page-header-masterpage {
    min-height: 100px;
}

.profile-page .profile-container {
    color: #FFFFFF;
}

.profile-page .photo-container {
    width: 123px;
    height: 123px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.profile-page .title {
    text-align: center;
    margin-top: 30px;
}

.profile-page .description,
.profile-page .category {
    text-align: center;
}

.profile-page h5.description {
    max-width: 700px;
    margin: 20px auto 75px;
}

.profile-page .nav-align-center {
    margin-top: 30px;
}

.profile-page .content {
    max-width: 450px;
    margin: 0 auto;
}

    .profile-page .content .social-description {
        display: inline-block;
        max-width: 150px;
        width: 145px;
        text-align: center;
        margin: 15px 0 0px;
    }

        .profile-page .content .social-description h2 {
            margin-bottom: 15px;
        }

.profile-page .button-container {
    text-align: center;
    margin-top: -106px;
}

.profile-page .collections img {
    margin-bottom: 30px;
}

.profile-page .gallery {
    margin-top: 45px;
    padding-bottom: 50px;
}

.bg-primary {
    padding-right: 10px !important;
    padding-left: 10px !important;
    vertical-align: top !important;
    min-height: 100px;
}

.bg-primary-footer {
    padding-top: 5px;
    vertical-align: top !important;
    min-height: 30px;
}

.bg-primary-Black {
    background: rgb(153,198,42);
    background: linear-gradient(90deg, rgba(153,198,42,1) 0%, rgba(79,79,79,1) 50%, rgba(32,32,32,1) 100%);
}

.bg-primary-footer-Black {
    background: rgb(153,198,42);
    background: linear-gradient(90deg, rgba(32,32,32,1) 0%, rgba(79,79,79,1) 50%, rgba(153,198,42,1) 100%);
}

.bg-primary-BlackMetroTouch {
    background: rgb(37,160,218);
    background: linear-gradient(90deg, rgba(37,160,218,1) 0%, rgba(78,78,78,1) 50%, rgba(0,0,0,1) 100%);
}

.bg-primary-footer-BlackMetroTouch {
    background: rgb(37,160,218);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(78,78,78,1) 50%, rgba(37,160,218,1) 100%);
}

.bg-primary-Bootstrap {
    background: rgb(48,113,169);
    background: linear-gradient(90deg, rgba(48,113,169,1) 0%, rgba(66,139,202,1) 50%, rgba(255,255,255,1) 100%);
}

.bg-primary-footer-Bootstrap {
    background: rgb(48,113,169);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(66,139,202,1) 50%, rgba(48,113,169,1) 100%);
}

.bg-primary-Default {
    background: rgb(100,100,100);
    background: linear-gradient(90deg, rgba(100,100,100,1) 0%, rgba(190,190,190,1) 50%, rgba(255,255,255,1) 100%);
}

.bg-primary-footer-Default {
    background: rgb(100,100,100);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(190,190,190,1) 50%, rgba(100,100,100,1) 100%);
}

.bg-primary-Glow {
    background: rgb(255,169,21);
    background: linear-gradient(90deg, rgba(255,169,21,1) 0%, rgba(77,92,101,1) 50%, rgba(41,52,59,1) 100%);
}

.bg-primary-footer-Glow {
    background: rgb(255,169,21);
    background: linear-gradient(90deg, rgba(41,52,59,1) 0%, rgba(77,92,101,1) 50%, rgba(255,169,21,1) 100%);
}

.bg-primary-Metro {
    background: rgb(37,160,218);
    background: linear-gradient(90deg, rgba(37,160,218,1) 0%, rgba(199,199,199,1) 50%, rgba(255,255,255,1) 100%);
}

.bg-primary-footer-Metro {
    background: rgb(37,160,218);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(199,199,199,1) 50%, rgba(37,160,218,1) 100%);
}

.bg-primary-MetroTouch {
    background: rgb(37,160,218);
    background: linear-gradient(90deg, rgba(37,160,218,1) 0%, rgba(199,199,199,1) 50%, rgba(255,255,255,1) 100%);
}

.bg-primary-footer-MetroTouch {
    background: rgb(37,160,218);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(199,199,199,1) 50%, rgba(37,160,218,1) 100%);
}

.bg-primary-Office2007 {
    background: rgb(255,226,123);
    background: linear-gradient(90deg, rgba(255,226,123,1) 0%, rgba(191,219,255,1) 50%, rgba(104,140,175,1) 100%);
}

.bg-primary-footer-Office2007 {
    background: rgb(255,226,123);
    background: linear-gradient(90deg, rgba(104,140,175,1) 0%, rgba(191,219,255,1) 50%, rgba(255,226,123,1) 100%);
}

.bg-primary-Office2010Black {
    background: rgb(247,200,64);
    background: linear-gradient(90deg, rgba(247,200,64,1) 0%, rgba(111,111,111,1) 50%, rgba(50,50,50,1) 100%);
}

.bg-primary-footer-Office2010Black {
    background: rgb(247,200,64);
    background: linear-gradient(90deg, rgba(50,50,50,1) 0%, rgba(111,111,111,1) 50%, rgba(247,200,64,1) 100%);
}

.bg-primary-Office2010Blue {
    background: rgb(255,216,107);
    background: linear-gradient(90deg, rgba(255,216,107,1) 0%, rgba(191,205,223,1) 50%, rgba(139,160,188,1) 100%);
}

.bg-primary-footer-Office2010Blue {
    background: rgb(255,216,107);
    background: linear-gradient(90deg, rgba(139,160,188,1) 0%, rgba(191,205,223,1) 50%, rgba(255,216,107,1) 100%);
}

.bg-primary-Office2010Silver {
    background: rgb(255,216,107);
    background: linear-gradient(90deg, rgba(255,216,107,1) 0%, rgba(219,223,228,1) 50%, rgba(164,171,178,1) 100%);
}

.bg-primary-footer-Office2010Silver {
    background: rgb(255,216,107);
    background: linear-gradient(90deg, rgba(164,171,178,1) 0%, rgba(219,223,228,1) 50%, rgba(255,216,107,1) 100%);
}

.bg-primary-Outlook {
    background: rgb(255,210,149);
    background: linear-gradient(90deg, rgba(255,210,149,1) 0%, rgba(125,165,224,1) 50%, rgba(0,45,150,1) 100%);
}

.bg-primary-footer-Outlook {
    background: rgb(255,210,149);
    background: linear-gradient(90deg, rgba(0,45,150,1) 0%, rgba(125,165,224,1) 50%, rgba(255,210,149,1) 100%);
}

.bg-primary-Silk {
    background: rgb(45,171,193);
    background: linear-gradient(90deg, rgba(45,171,193,1) 0%, rgba(217,217,217,1) 50%, rgba(146,146,146,1) 100%);
}

.bg-primary-footer-Silk {
    background: rgb(45,171,193);
    background: linear-gradient(90deg, rgba(146,146,146,1) 0%, rgba(217,217,217,1) 50%, rgba(45,171,193,1) 100%);
}

.bg-primary-Simple {
    background: rgb(255,205,51);
    background: linear-gradient(90deg, rgba(255,205,51,1) 0%, rgba(255,165,23,1) 50%, rgba(198,198,198,1) 100%);
}

.bg-primary-footer-Simple {
    background: rgb(255,205,51);
    background: linear-gradient(90deg, rgba(198,198,198,1) 0%, rgba(255,165,23,1) 50%, rgba(255,205,51,1) 100%);
}

.bg-primary-Sunset {
    background: rgb(241,209,30);
    background: linear-gradient(90deg, rgba(241,209,30,1) 0%, rgba(226,128,62,1) 50%, rgba(187,58,1,1) 100%);
}

.bg-primary-footer-Sunset {
    background: rgb(241,209,30);
    background: linear-gradient(90deg, rgba(187,58,1,1) 0%, rgba(226,128,62,1) 50%, rgba(241,209,30,1) 100%);
}

.bg-primary-Telerik {
    background: rgb(46,191,0);
    background: linear-gradient(90deg, rgba(46,191,0,1) 0%, rgba(255,255,255,1) 50%, rgba(208,208,208,1) 100%);
}

.bg-primary-footer-Telerik {
    background: rgb(46,191,0);
    background: linear-gradient(90deg, rgba(208,208,208,1) 0%, rgba(255,255,255,1) 50%, rgba(46,191,0,1) 100%);
}

.bg-primary-Vista {
    background: rgb(212,216,228);
    background: linear-gradient(90deg, rgba(212,216,228,1) 0%, rgba(166,217,244,1) 50%, rgba(10,82,118,1) 100%);
}

.bg-primary-footer-Vista {
    background: rgb(212,216,228);
    background: linear-gradient(90deg, rgba(10,82,118,1) 0%, rgba(166,217,244,1) 50%, rgba(212,216,228,1) 100%);
}

.bg-primary-Web20 {
    background: rgb(131,204,90);
    background: linear-gradient(90deg, rgba(131,204,90,1) 0%, rgba(107,141,194,1) 50%, rgba(48,74,144,1) 100%);
}

.bg-primary-footer-Web20 {
    background: rgb(131,204,90);
    background: linear-gradient(90deg, rgba(48,74,144,1) 0%, rgba(107,141,194,1) 50%, rgba(131,204,90,1) 100%);
}

.bg-primary-WebBlue {
    background: rgb(158,218,242);
    background: linear-gradient(90deg, rgba(158,218,242,1) 0%, rgba(53,141,176,1) 50%, rgba(54,72,91,1) 100%);
}

.bg-primary-footer-WebBlue {
    background: rgb(158,218,242);
    background: linear-gradient(90deg, rgba(54,72,91,1) 0%, rgba(53,141,176,1) 50%, rgba(158,218,242,1) 100%);
}

.bg-primary-Windows7 {
    background: rgb(213,224,241);
    background: linear-gradient(90deg, rgba(213,224,241,1) 0%, rgba(195,220,252,1) 50%, rgba(141,174,213,1) 100%);
}

.bg-primary-footer-Windows7 {
    background: rgb(213,224,241);
    background: linear-gradient(90deg, rgba(141,174,213,1) 0%, rgba(195,220,252,1) 50%, rgba(213,224,241,1) 100%);
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}