.header-bar {
    border-bottom: 4px solid #235564;
}
.welcomebox {
    display: inline-block;
    float: right;   
    text-align: right;
}
.btn-danger {
    font-weight: bold;
}

.header-bar .page-basic {
    padding-bottom: 15px;
}

.fieldLabel {
    font-weight: bold;
}
.fusion-logo {
    display: inline-block;
    width: 35%;
}

.validation-error {
    color: red;
    font-weight: bold;
    padding-left: 5px;
}
.header-title {
    border-bottom: 1px solid #fad03c;
    margin-bottom: 10px;
    padding: 0px;
}
.header-title h1 {
    font-size: 2rem;
    font-weight: bold;   
}
.card {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid #ccc;
    box-shadow: -1px 0px 7px -1px black;
}
.card .header {
    padding: 5px 10px;
    border-bottom: 3px solid #ccc;
}
    .card .content {
        padding: 5px 10px;
    }
/* Smartphones (portrait) ----------- */
@media (max-width : 767px) {
    .outer-wrapper {
        margin-top: 20px !important;
    }

    .page-basic {
        padding-left: 15px;
        padding-right: 15px;
    }

        .page-basic > div {
            padding: 0rem 0rem 0 0rem !important;
        }

    .expl {
        text-align: right;
        font-size: 14px;
    }

    .regtypelbl label {
        display: inline;
    }

    .fusion-logo-logout {
        text-align: center;
        width: 100%;
    }
   
}

@media (max-width : 1024px) {
}

@media (min-width : 576px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width : 576px) {
    .expl {
        text-align: right;
        font-size: 14px;
    }
    .welcomebox {
        margin-top: -24px;
    }
    .fullwidth, .fullwidth + .multiselect-wrapper {
        width: 100%;
        margin-bottom: 10px !important;
    }
}

        .ul-style1 {
    padding-left: 20px;
}

    .ul-style1 li {
        list-style-image: url('../images/bullets.png');
    }

.ddlsub {
    top: -6px;
    bottom: 0;
}

