﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 12px;
    color: #333333;
    background-color: #F0F3F4;
}

    .body a {
        color: #3b5998;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
    }

        .body a:hover {
            text-decoration: underline;
        }



.boxHead {
    border: 1px solid #9bd1ff;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    background-color: #9bd1ff;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding-top: 6px;
    padding-left: 10px;
    text-align: center;
}

.shadow {
    -webkit-box-shadow: 9px 9px 5px 0px rgba(145,140,145,1);
    -moz-box-shadow: 9px 9px 5px 0px rgba(145,140,145,1);
    box-shadow: 9px 9px 5px 0px rgba(145,140,145,1);
    height: 325px;
    width: 277px;
}

.grdstyle th {
    background-color: #428bca;
    color: white;
}

.Grid {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

    .Grid th, .Grid td {
        border: 1px solid lightgray; /* thick border */
        padding: 5px;
        /*text-align: center;*/ /* center align all text */
    }

    .Grid th {
        background-color: #2299ff;
        font-weight: bold;
        text-align: center;
        color: white;
        padding: 5px;
        font-size: 15px;
    }

.GrdAltRow {
    background-color: #f9f9f9;
}

.pnlshadow {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .25);
    padding: 20px 20px 20px 20px;
}

.Containerheader {
    background-position: 0px 50px;
    padding: 7px 2px 2px 4px;
    background: yellow !important;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 13px;
    color: #483D8B;
}




/*steps progress bar*/

.progress {
    width: 1000px;
    margin: 20px auto;
    text-align: center;
    height: 108px;
    display: contents;
}

    .progress .circle1,
    .progress .bar1 {
        behavior: url(../PIE/PIE.htc);
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        display: inline-block;
        background: #fff;
        width: 40px;
        height: 40px;
        border: 1px solid #d5d5da;
    }

    .progress .bar1 {
        behavior: url(../PIE/PIE.htc);
        position: relative;
        width: 80px;
        height: 6px;
        top: -61px;
        margin-left: -5px;
        margin-right: -5px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .progress .circle1 .label {
        behavior: url(../PIE/PIE.htc);
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        margin-top: 4px;
        color: #b5b5ba;
        font-size: 17px;
    }

    .progress .circle1 .title {
        color: #b5b5ba;
        font-size: 13px;
        line-height: 30px;
        margin-left: -5px;
    }

    .progress .bar1.done,
    .progress .circle1.done {
        background: #eee;
    }

    .progress .bar1.active {
        background: linear-gradient(to right, #EEE 40%, #FFF 60%);
    }

    .progress .circle1.done .label {
        behavior: url(../PIE/PIE.htc);
        color: #FFF;
        background: #379B53;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

    .progress .circle1.done .title {
        color: #444;
    }

    .progress .circle1.active .label {
        behavior: url(../PIE/PIE.htc);
        color: #FFF;
        background: #407FA8;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

        .progress .circle1.active .label a {
            color: #FFF;
            text-decoration: none;
        }

    .progress .circle1.active .title {
        color: #0c95be;
    }

    /* Circle 2 */
    .progress .circle2,
    .progress .bar2 {
        behavior: url(../PIE/PIE.htc);
        display: inline-block;
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border: 1px solid #d5d5da;
    }

    .progress .bar2 {
        behavior: url(../PIE/PIE.htc);
        position: relative;
        width: 80px;
        height: 6px;
        top: -61px;
        margin-left: -5px;
        margin-right: -5px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .progress .circle2 .label {
        behavior: url(../PIE/PIE.htc);
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        margin-top: 4px;
        color: #b5b5ba;
        font-size: 17px;
    }

    .progress .circle2 .title {
        color: #b5b5ba;
        font-size: 13px;
        line-height: 30px;
        margin-left: -5px;
    }

    .progress .bar1.done,
    .progress .circle2.done {
        background: #eee;
    }

    .progress .bar1.active {
        background: linear-gradient(to right, #EEE 40%, #FFF 60%);
    }

    .progress .circle2.done .label {
        behavior: url(../PIE/PIE.htc);
        color: #FFF;
        background: #379B53;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

    .progress .circle2.done .title {
        color: #444;
    }

    .progress .circle2.active .label {
        behavior: url(../PIE/PIE.htc);
        color: #FFF;
        background: #407FA8;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

        .progress .circle2.active .label a {
            color: #FFF;
            text-decoration: none;
        }

    .progress .circle2.active .title {
        color: #0c95be;
    }

    /* Circle 3 */
    .progress .circle3,
    .progress .bar3 {
        behavior: url(../PIE/PIE.htc);
        display: inline-block;
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border: 1px solid #d5d5da;
    }

    .progress .bar3 {
        behavior: url(../PIE/PIE.htc);
        position: relative;
        width: 80px;
        height: 6px;
        top: -61px;
        margin-left: -5px;
        margin-right: -5px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .progress .circle3 .label {
        behavior: url(../PIE/PIE.htc);
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        margin-top: 4px;
        color: #b5b5ba;
        font-size: 17px;
    }

    .progress .circle3 .title {
        color: #b5b5ba;
        font-size: 13px;
        line-height: 30px;
        margin-left: -5px;
    }

    .progress .bar2.done,
    .progress .circle3.done {
        background: #eee;
    }

    .progress .bar2.active {
        background: linear-gradient(to right, #EEE 40%, #FFF 60%);
    }

    .progress .circle3.done .label {
        behavior: url(../PIE/PIE.htc);
        color: #FFF;
        background: #379B53;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

    .progress .circle3.done .title {
        color: #444;
    }

    .progress .circle3.active .label {
        behavior: url(../PIE/PIE.htc);
        color: #FFF;
        background: #407FA8;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

        .progress .circle3.active .label a {
            color: #FFF;
            text-decoration: none;
        }

    .progress .circle3.active .title {
        color: #0c95be;
    }

    /* Circle 4 */
    .progress .circle4,
    .progress .bar4 {
        behavior: url(../PIE/PIE.htc);
        display: inline-block;
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border: 1px solid #d5d5da;
    }

    .progress .bar4 {
        behavior: url(../PIE/PIE.htc);
        position: relative;
        width: 80px;
        height: 6px;
        top: -61px;
        margin-left: -5px;
        margin-right: -5px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

    .progress .circle4 .label {
        behavior: url(../PIE/PIE.htc);
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 0;
        margin-top: 4px;
        color: #b5b5ba;
        font-size: 17px;
    }

    .progress .circle4 .title {
        color: #b5b5ba;
        font-size: 13px;
        line-height: 30px;
        margin-left: -5px;
    }

    .progress .bar3.done,
    .progress .circle4.done {
        background: #eee;
    }

    .progress .bar3.active {
        background: linear-gradient(to right, #EEE 40%, #FFF 60%);
    }

    .progress .circle4.done .label {
        behavior: url(../PIE/PIE.htc);
        color: #FFF;
        background: #379B53;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

    .progress .circle4.done .title {
        color: #444;
    }

    .progress .circle4.active .label {
        behavior: url(../PIE/PIE.htc);
        color: #FFF;
        background: #407FA8;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

        .progress .circle4.active .label a {
            color: #FFF;
            text-decoration: none;
        }

    .progress .circle4.active .title {
        color: #0c95be;
    }

    /* Circle 5 */
    .progress .circle5,
    .progress .bar5 {
        behavior: url(../PIE/PIE.htc);
        display: inline-block;
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border: 1px solid #d5d5da;
    }

    .progress .bar5 {
        behavior: url(../PIE/PIE.htc);
        position: relative;
        width: 80px;
        height: 6px;
        top: -61px;
        margin-left: -5px;
        margin-right: -5px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .progress .circle5 .label {
        behavior: url(../PIE/PIE.htc);
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        margin-top: 4px;
        color: #b5b5ba;
        font-size: 17px;
    }

    .progress .circle5 .title {
        color: #b5b5ba;
        font-size: 13px;
        line-height: 30px;
        margin-left: -5px;
    }

    .progress .bar4.done,
    .progress .circle5.done {
        background: #eee;
    }

    .progress .bar4.active {
        background: linear-gradient(to right, #EEE 40%, #FFF 60%);
    }

    .progress .circle5.done .label {
        behavior: url(../PIE/PIE.htc);
        color: #FFF;
        background: #379B53;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

    .progress .circle5.done .title {
        color: #444;
    }

    .progress .circle5.active .label {
        behavior: url(../PIE/PIE.htc);
        color: #FFF;
        background: #407FA8;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
        -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

        .progress .circle5.active .label a {
            color: #FFF;
            text-decoration: none;
        }

    .progress .circle5.active .title {
        color: #0c95be;
    }

/*Cards*/

.card {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
    overflow: hidden;
    background: white;
}

.card-header {
    background: #2299ff;
    padding: 0.5rem;
    text-align: center;
    color: white;
}

.card-body {
    padding: 1rem;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

.form-control {
    position: relative;
    display: block;
    border-radius: 0.5rem;
    border: 1px solid #9bd1ff;
    transition: all 0.3s;
    margin-bottom: 8px;
    color: black !important;
}

    .form-control:focus {
        border-color: #9bd1ff;
        box-shadow: 0 0 0 0.2rem rgba(37, 117, 252, 0.25);
    }

label {
    position: absolute;
    top: 10px;
    left: 16px;
    text-align: left;
    display: inline-block;
    padding: 0 4px;
    /*height: 14px;*/
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
    cursor: text;
    transition: all 0.15s ease-in-out;
    pointer-events: none;
}

.form-control:focus + label,
.form-control:not(:placeholder-shown) + label {
    top: -8px;
    color: black;
    font-weight: 500;
    font-size: 12px;
}
.form-select:focus + label,
.form-select:not(:placeholder-shown) + label {
    top: -8px;
    color: black;
    font-weight: 500;
    font-size: 12px;
}
.gl-form-asterisk {
    background-color: inherit;
    color: black;
    padding: 0;
    padding-left: 3px;
}

    .gl-form-asterisk:after {
        content: "*";
    }

.form-control {
    font-size: inherit;
}

.form-select {
    font-size: inherit;
}

/*.form-control {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid #9bd1ff;
    transition: all 0.3s;
    margin-bottom: 8px;
    color: black !important;
}*/
.form-select {
    position: relative;
    display: block;
    border-radius: 0.5rem;
    border: 1px solid #9bd1ff;
    transition: all 0.3s;
    margin-bottom: 8px;
    color: black !important;
}

    .form-control:focus, .form-select:focus {
        box-shadow: 0 0 0 0.25rem #9bd1ff;
        border-color: #9bd1ff;
    }

.btn-primary {
    background: #2299ff;
    border: none;
    padding: 0.45rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-secondary {
    /*background: #2299ff;*/
    border: none;
    padding: 0.45rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s;
}

    .btn-primary:hover, .btn-secondary:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

@media (max-width: 768px) {
    .form-control, .form-select {
        margin: 8px 0;
    }
}
 .rdbcss label {
            position: static !important;
            color:black;
        }

 .rdbcss {
    position: static !important;
    color:black;
}