body {
    /*font-family: Nunito,sans-serif;*/
    font-family: 'Roboto', sans-serif  !important;
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;
    overflow-x: hidden;
}

@font-face {
    font-family: DINCONDENSED;
    src: url('../font/D-DINCONDENSED.OTF');
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

main.page-content {
    margin: 0px !important;
    position: absolute;
    top: 0px;
    width: 100% !important;
}






.preloader {
    text-align: center;
    /*margin-top: 0px; old*/
    margin-top: 58px;
}

.preloader-box .fa {
    font-size: 30px !important;
}

.preloader-box {
    -webkit-animation: color_change 1s infinite alternate;
    -moz-animation: color_change 1s infinite alternate;
    -ms-animation: color_change 1s infinite alternate;
    -o-animation: color_change 1s infinite alternate;
    animation: color_change 1s infinite alternate;
}

@-webkit-keyframes color_change {
    0% {
        color: red;
    }

    25% {
        color: yellow;
    }

    50% {
        color: blue;
    }

    100% {
        color: green;
    }
}

@-moz-keyframes color_change {
    0% {
        color: forestgreen;
    }

    25% {
        color: yellow;
    }

    50% {
        color: blue;
    }

    100% {
        color: green;
    }
}

@-ms-keyframes color_change {
    0% {
        color: forestgreen;
    }

    25% {
        color: red;
    }

    50% {
        color: aquamarine;
    }

    100% {
        color: orangered;
    }
}

@-o-keyframes color_change {
    0% {
        color: forestgreen;
    }

    25% {
        color: red;
    }

    50% {
        color: aquamarine;
    }

    100% {
        color: orangered;
    }
}

@keyframes color_change {
    0% {
        color: forestgreen;
    }

    25% {
        color: red;
    }

    50% {
        color: aquamarine;
    }

    100% {
        color: orangered;
    }
}







.header {
    background: #ffffff;
    /* padding-top: 31px; */
    /* margin-top: -26px; */
    box-shadow: 0px 0px 9px #e6e6e6;
    background: #12a3cf;
    position: fixed;
    /* width: 100%; */
    z-index: 80;
    right: 0;
    left: 0;
    /* top: 18px; */
    height: 75px;
    padding-left: 206px;
    background-image:url('../img/Curve.png');
}


.NotificationMasterDv {
    position: fixed;
    width: 350px;
    right: 0px;
    z-index: 99;
    margin-top: 86px;
    box-shadow: 0px 0px 6px #c9bcbc;
    border-radius: 13px;
    background: white;
    padding: 15px 11px;
    height: 76vh;
    overflow: scroll;
    padding-top: 0px;
    border-top: solid white 16px;
    border-bottom: solid white 16px;
}

.NotificationCustom a {
    white-space: initial;
    border-bottom: solid #eee7db 1px;
    color: #39607b;
    padding: 15px 12px;
    font-size: 12px;
}
.blink_me {
    animation: blinker 1s linear infinite;
   
}
.NotificationCustom {
    left: -81px !important;
    /*max-height: 200px;*/
    overflow: scroll;
}

.NotifCount {
    position: absolute;
    margin-top: -18px;
    margin-left: -8px;
    background: #d20505;
    padding: 2px 4px;
    border-radius: 2px;
    color: white;
    /* width: 24px; */
    height: 24px;
    font-size: 11px;
    font-weight: bold;
    padding-top: 4px;
}
#UserMessageNotificationCount {
    background: green;
    min-width: 22px;
}
[isread="False"] {
    background: white !important;
}

.webicon {
    font-size: 17px;
    color: #000000;
}


.row.Heading {
    background: #2670e400;
    padding-top: 14px;
    padding-bottom: 6px;
    padding-right: 11px;
    color: #0a71ca;
}


    .row.Heading h2 {
        font-size: 16px;
        padding: 2px 30px;
        margin: 0px;
        font-weight: bold;
    }

.CustomeSearchBox {
    /*border: 0px;*/
    background: #ffffff !important;
    border-radius: 1px;
}

.Custom-group-text {
    background: #e6ecf3;
    border: 0px;
}

.CustomAddButton {
    border-radius: 0px;
    font-size: 12px;
    color: white !important;
    font-weight: bold;
}

.CustomDropDownButton {
    height: 26px !important;
    width: 69px;
    padding: 0px;
    outline: none !important;
    border: 0px;
    line-height: 0px;
    color: #ffffff;
    background: #1483ff;
    border-radius: 2px;
}

.CustomBtn {
    border-radius: 2px;
    /* float: left; */
    min-width: 95px;
    font-size: 13px;
    padding: 9px 14px;
}

.customRow .form-group {
    margin: 0px;
}

.customRow {
    border-bottom: solid #eeedea 1px;
    padding: 10px 0px;
    font-size: 13px;
}

.btnGroupCustom label {
    border-radius: 1px !important;
    font-size: 12px !important;
    border: solid #f5ead5 0px;
    background: #005cbb;
    color: white;
    padding: 10px 18px !important;
}

[data-repeater-create] {
    border-radius: 2px;
    background: #0c5ca0;
    border: 0px;
    padding: 7px 23px;
    font-weight: bold;
}

[data-repeater-delete] {
    border-radius: 2px;
    background: #f40606;
    border: 0px;
    padding: 5px 9px;
}

.MandatoryLabel {
    background: #f1e481;
    padding: 7px 7px;
    font-size: 13px;
    color: #ea0c0c;
    border-radius: 1px;
    font-weight: bold;
}

.Declaration {
    font-size: 13.8px;
    line-height: 1.3rem;
    line-height: 30px;
}

#PartialViewContent {
    min-height: 500px;
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;
    /* position: relative; */
    /* top: 59px; */
    padding-top: 76px;
}

.form-label {
    color: #565454;
    font-size: 12px;
    margin: 0px;
    font-weight: 500;
}

.SearchControls .form-group {
    margin-bottom: 11px;
}

.form-Container {
    padding: 20px 0px;
}

.from-Devider {
    font-weight: bold;
    font-size: 15px;
    color: #5c5b5f;
}

.field-validation-error {
    font-size: 12px;
    color: #e80000;
}
.formControlSubFilter
{
    background: #539b6b;
    color: white;
    border: solid #539b6b 0px;
}


.modal-content .modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    /*overflow: scroll;
    max-height: 90vh;*/
}

.modal-body.WindowScroll {
    max-height: 84vh;
    overflow: scroll;
}

.modal-body.ViewPopup {
    min-height: 84vh;
    overflow: scroll;
}

.Tabs .nav-link {
    border-radius: 0px;
    margin-right: 1px;
    padding: 15px 7px;
    font-size: 11px;
    color: #ffffff;
    font-weight: 500;
    background: #0361a5;
    transition: 0.5s;
}

.Tabs.reports .nav-link {
    width: 231px;
    margin-bottom: 5px;
}




.icon i.fas.fa-check-circle {
    color: #54d04c !important;
    font-size: 15px;
    float: right;
    margin-right: 0px;
    float: right;
}
.LeftCard {
    display: none;
}

.icon .fa-edit {
    color: #20a0f2 !important;
    font-size: 12px;
    float: right;
}

.icon i.fa.fa-times {
    background: #ff4747;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    padding-top: 4px;
    color: white;
}

/*Seperate  color style for schedule tab*/
.FollowupTab .nav-link {
    background: #d7dce5;
    color: black;
    border-radius: 0px !important;
    margin-bottom: 4px;
}
/*End Schedule tab style*/

.CustomTabPadding .nav-item {
    padding: 16px 5px;
    background: #0d58ba;
    border-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ViewProfileTabLeft {
    height: 82vh;
    overflow-y: scroll;
}
.ViewProfileTabLeft .CustomTabPadding .nav-item {
    display: block;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 2px;
    background: #ffffff;
    color: black;
    border-bottom: solid #e8e3d9 2px;
}

.ViewProfileTabLeft .CustomTabPadding .nav-item:hover {
  
    border-bottom: solid #e8e3d9 2px;
}
/*.ViewPopup .CustomTabPadding .nav-item {
    padding: 26px 8px;
  

    margin-bottom: 3px;
    width: 159px;
    text-align: center;
}*/

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: initial;
    color: #0e0e0e;
    background: #cad2dc1a;
  
}

.Tabs .badge.badge-pill {
    width: 45px;
    height: 21px;
    line-height: 11px;
    /* border-radius: 0px;*/
    float: right;
}

.Custombadge {
    cursor: pointer;
}



label.form-label.fixedLabel {
    position: absolute;
    z-index: 9;
    margin-left: 6px;
    margin-top: 6px;
    font-weight: normal;
}

.CustomTable th {
    font-size: 13px;
    font-weight: 500;
    background: #e8e8e87a;
}

.CustomTable td {
    font-size: 12.5px;
    font-weight: 400;
    padding: 8px 5px !important;
    padding-right: 4px !important;
}

.PartialContent {
    padding: 0px 9px;
    padding-top: 11px;
    /* min-height: 500px; */
    float: left;
    width: 100%;
}

.table thead th {
    vertical-align: bottom;
    border: 0px solid #34689c;
    font-weight: 600;
    font-size: 12.5px;
    background: repeat-x #0d6bad;
    color: white;
    font-size: 11px;
    text-align: center;
    padding: 17px 0px;
}
td.countCol {
    text-align: center;
}

    .table thead th:nth-child(odd) {
        background: repeat-x #087bcc;
    }

.table-responsive {
    min-height: initial !important;
}


.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #e5ecf4;
    background: initial;
}
table.CustomTable tr:nth-child(odd) {
    background: #ecf2ff;
}
.TableTopHead {
    background: #259bdd !important;
    border: none !important;
    color: white;
    font-weight:bold !important;
    text-align:center;
}

.TableHeadNone {
    background: #f8f8f8 !important;
        border:none !important;
}
.Verfied td {
    background: #eaffc8;
}

.tab-content {
    padding: 20px 0px;
}

.modal-content-FileView {
    box-shadow: 0px 2px 13px #d6cbcb;
}

span.user-name {
    font-weight: 900;
    color: #000000;
    background: #027e9000;
    padding: 5px 2px;
    border-radius: 2px;
}

.lblProfile {
    max-height: 63vh;
    /* overflow: auto; */
    padding-top: 2px;
    max-width: 100% !important;
    width: 100% !important;
    
}
nav.main-breadcrumb {
    display: none;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.lblProfile .row {
    /* height: 17px; */
    border-bottom: solid #eef4f7 2px;
    padding: 15px 0px;
}
.col-md-6.lblProfile hr {
    display: none;
}
/*.card .card-body .row:nth-child(odd) {
    background: #fafafa;
    padding-top: 10px;
}*/
    .lblProfile h6 {
        font-size: 13px;
    }

/*switch button*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/*progress tab*/

.dvprogressbar {
    z-index: 0;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    margin-top: 20px;
}

    #progressbar .active {
        color: #000000;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 13px;
        width: 14%;
        float: left;
        position: relative;
        font-weight: 400;
        text-align: center;
        cursor: pointer;
    }

    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f13e"
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #progressbar #contact:before {
        font-family: FontAwesome;
        content: "\f2ba"
    }

    #progressbar #education:before {
        font-family: FontAwesome;
        content: "\f19d"
    }

    #progressbar #experience:before {
        font-family: FontAwesome;
        content: "\f0b1"
    }

    #progressbar #identity:before {
        font-family: FontAwesome;
        content: "\f2c3"
    }

    #progressbar #languageskill:before {
        font-family: FontAwesome;
        content: "\f1ab"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 13px;
        color: #ffffff;
        background: #dee5f1;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
        text-align: center;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #0a4998;
    }


.EmployeePhotoUpload {
    width: 130px;
    height: 155px;
}

    .EmployeePhotoUpload img {
        width: 130px;
        height: 130px;
        border: solid 6px lightgray;
        border-radius: 3px;
        border-radius: 50%;
    }



    .EmployeePhotoUpload input[type=file] {
        position: absolute;
        top: 81%;
        left: 46.8%;
        width: 140px;
        height: 31px;
        opacity: 0;
        cursor: pointer;
        z-index: 1;
        border-radius: 50% 40% 0% 0%;
    }

.UploadPhoto {
    position: absolute;
    top: 114px;
    left: 32px;
    font-size: 12px;
    cursor: pointer;
    width: 70px;
    height: 0px;
    text-align: center;
    padding-top: 10px;
    background-color: #2d7e9dc9;
    color: white;
    transition: .5s ease;
    opacity: 0;
    border-radius: 50% 50% 50% 50%;
}

.EmployeePhotoUpload:hover .UploadPhoto {
    opacity: 1;
    height: 31px;
}

/*Lock CheckBox*/

.btn-lock {
    /* position: absolute; */
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    display: inline-block;
    background: #ff5b5b;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 3px 0 0 7px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

    .btn-lock svg {
        fill: none;
        transform: translate3d(0, 0, 0);
    }

        .btn-lock svg .bling {
            stroke: #fff;
            stroke-width: 2.5;
            stroke-linecap: round;
            stroke-dasharray: 3;
            stroke-dashoffset: 15;
            transition: all 0.3s ease;
        }

        .btn-lock svg .lock {
            stroke: #fff;
            stroke-width: 4;
            stroke-linejoin: round;
            stroke-linecap: round;
            stroke-dasharray: 36;
            transition: all 0.4s ease;
        }

        .btn-lock svg .lockb {
            fill: #fff;
            fill-rule: evenodd;
            clip-rule: evenodd;
            transform: rotate(8deg);
            transform-origin: 14px 20px;
            transition: all 0.2s ease;
        }

.inpLock {
    display: none;
}

    .inpLock:checked + label {
        background: #20cca5;
    }

        .inpLock:checked + label svg {
            opacity: 1;
        }

            .inpLock:checked + label svg .bling {
                animation: bling 0.3s linear forwards;
                animation-delay: 0.2s;
            }

            .inpLock:checked + label svg .lock {
                stroke-dasharray: 48;
                animation: locked 0.3s linear forwards;
            }

            .inpLock:checked + label svg .lockb {
                transform: rotate(0);
                transform-origin: 14px 22px;
            }

    .inpLock:checked + input + label {
        background: #20cca5;
    }

        .inpLock:checked + input + label svg {
            opacity: 1;
        }

            .inpLock:checked + input + label svg .bling {
                animation: bling 0.3s linear forwards;
                animation-delay: 0.2s;
            }

            .inpLock:checked + input + label svg .lock {
                stroke-dasharray: 48;
                animation: locked 0.3s linear forwards;
            }

            .inpLock:checked + input + label svg .lockb {
                transform: rotate(0);
                transform-origin: 14px 22px;
            }

@-moz-keyframes bling {
    50% {
        stroke-dasharray: 3;
        stroke-dashoffset: 12;
    }

    100% {
        stroke-dasharray: 3;
        stroke-dashoffset: 9;
    }
}

@-webkit-keyframes bling {
    50% {
        stroke-dasharray: 3;
        stroke-dashoffset: 12;
    }

    100% {
        stroke-dasharray: 3;
        stroke-dashoffset: 9;
    }
}

@-o-keyframes bling {
    50% {
        stroke-dasharray: 3;
        stroke-dashoffset: 12;
    }

    100% {
        stroke-dasharray: 3;
        stroke-dashoffset: 9;
    }
}

@keyframes bling {
    50% {
        stroke-dasharray: 3;
        stroke-dashoffset: 12;
    }

    100% {
        stroke-dasharray: 3;
        stroke-dashoffset: 9;
    }
}

@-moz-keyframes locked {
    50% {
        transform: translateY(1px);
    }
}

@-webkit-keyframes locked {
    50% {
        transform: translateY(1px);
    }
}

@-o-keyframes locked {
    50% {
        transform: translateY(1px);
    }
}

@keyframes locked {
    50% {
        transform: translateY(1px);
    }
}

label.form-check-label {
    position: absolute;
}


.ProcessBody {
    max-height: 85vh;
    overflow: scroll;
}



.hdr_right {
    background: #3f5fac;
    padding-top: 21px;
    padding-left: 0;
}
.hdr_right {
    position: absolute;
    right: 0px;
}
/*    .hdr_right:before {
        content: " ";
        position: absolute;
        display: block;
        width: 50%;
        height: 100%;
        top: 0px;
        left: -48px;
        z-index: -1;
        border-left: 7px solid #085c6f;
        border-right: 0px;
        transform-origin: bottom left;
        -ms-transform: skew(-30deg, 0deg);
        -webkit-transform: skew( -30deg, 0deg );
        transform: skew( -30deg, 0deg );
        background: #3f5fac;
    }*/



.side_Bar_li:nth-child(1) {
    background-color: #009a8e;
}

.side_Bar_li:nth-child(2) {
    background-color: #027e90;
}

.side_Bar_li:nth-child(3) {
    background-color: #0092be;
}

.side_Bar_li:nth-child(4) {
    background-color: #0080b9;
}

.side_Bar_li:nth-child(5) {
    background-color: #00629d;
}

.side_Bar_li:nth-child(6) {
    background-color: #006e9f;
}

.side_Bar_li:nth-child(7) {
    background-color: #12a3cf;
}

.side_Bar_li:nth-child(8) {
    background-color: #3f5fac;
}


/*EduWorld*/

/*.Eduworld_lg_Card {
    background: rgb(51, 51, 92) !important;
    box-shadow: 0 5px 15px rgb(212 215 212 / 39%), 0 1px 6px rgb(207 196 196) !important;
}

.Eduworld_BG {
    background: rgb(51, 51, 92) !important;
}

.Eduworld_lg_Icon {
    background-color: rgb(51, 51, 92) !important;
}

.Eduworld_lg_txt {
    color: white !important;
}

.Eduworld_lg_unpw {
    color: white !important;
}

    .Eduworld_lg_unpw::after, .Eduworld_lg_unpw > span::after {
        background: rgb(51, 51, 92) !important;
    }

.Eduworld_lg_unpw_err > span {
    color: #d5c4c4 !important;
}

.Eduworld_lg_btn {
    color: black !important;
    background-color: white !important;
    border-color: white !important;
    box-shadow: 0 1px 15px rgb(51 51 92), 0 1px 6px rgb(51 51 92) !important;
    border-radius: 2px;
}

.Eduworld_lg_txtbx {
    background: rgb(51, 51, 92) !important;
    -webkit-box-shadow: 0 0 0 30px #33335c inset !important;
    -webkit-text-fill-color: #fdf9f9 !important;
}

    .Eduworld_lg_txtbx:-webkit-autofill,
    .Eduworld_lg_txtbx:-webkit-autofill:hover,
    .Eduworld_lg_txtbx:-webkit-autofill:focus,
    .Eduworld_lg_txtbx:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #33335c inset !important;
    }

    .Eduworld_lg_txtbx:-webkit-autofill {
        -webkit-text-fill-color: #f5f2f2 !important;
    }

    .Eduworld_lg_txtbx:focus {
        border-color: red !important;
        caret-color: white !important;
    }

.Eduworld_lg_hdricn {
    background: rgb(51, 51, 92) !important;
}*/
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    /*border-top: 11px solid rgb(129 165 231 / 10%);*/
}

ul.RecentCallHistory {
    margin: 0px !important;
    padding: 0px !important;
    height: 400px;
    overflow: scroll;
}

    ul.RecentCallHistory li {
        list-style-type: none;
        border-bottom: solid #f1eade 1px;
        padding: 8px 0px;
    }

span.feedback {
    display: block;
    background: #9ce0e9;
    border-radius: 3px;
    padding: 3px 6px;
}

.contextMenu {
    position: absolute;
    width: 234px;
    height: 85px;
    background: #ffffff;
    left: 0px;
    right: 0px;
    margin: auto;
    display: none;
    text-align: center;
    padding: 6px 4px;
    border-radius: 2px;
    border: solid #e7e2da 1px
}

.CustomTable tr:hover .contextMenu {
    display: block;
}

.lblProfile nav.Tabs.CustomTabPadding a {
    margin-bottom: 5px;
}
.DashboardHead {
    background: #e1e8f7;
    width: 100%;
    padding: 6px 1px;
    border-radius: 0px;
    font-size: 12px;
}
li.list-group-item.p-1.RecentCallHistory a {
    font-size: 12px !important;
}
.menuItemList {
    width: 200px;
    height: 41px;
    background: white;
    border: solid #b2b0ac 1px;
    margin-top: 3px;
    padding-top: 12px;
}
.no-padding {
    padding: 0px;
}

img.MessageUserIcon {
    width: 48px;
    height: 39px;
}
.MessageContentSmall {
    display: block;
    height: 235px;
    background: #ffffff;
    width: 100%;
    padding: 8px 6px;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 10px;
    border: solid #e1e2e642 5px;
}

.MessageContentPreview {
    display: block;
    background: white;
    width: 100%;
    padding: 0px 6px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0px;

}
span.MessageName {
    font-weight: bold;
    color: #02856c;
}
.MessageTitle {
    font-weight: bold;
    font-size: 17px;
    padding: 6px 0px;
}
.UserMessage {
    max-height: 73px;
    overflow: hidden;
    background: white;
    padding: 18px 11px;
}

.UserMessagePreview {
    background: white;
    padding: 8px 11px;
}
.MessageDate {
    color: #7d7979;
}
.ProfileViewBasic {
    background: #235772;
    padding: 16px 17px;
    border-radius: 2px;
    color: white;
}
#RegistrationStatusLabel {
    background: #1674c2;
}

.ErrMessage:empty
{
    display:none;
}
.ErrMessage {
    position: absolute;
    background: #ffd7c7;
    margin-top: -17px;
    padding: 2px 11px;
    margin-left: 4px;
    border-radius: 10px;
}
[filediv] .badge {
    font-size: 9px;
    padding: 7px 11px;
    cursor: pointer;
}
