﻿body {
    margin: 0px;
    font-family: 'Raleway', sans-serif;
    color: #4e4e4e;
    background-image: url("pattern.gif");
    background-repeat: repeat;
}

.btn-success {
    background-color: rgb(197, 146, 23)
}

    .btn-success:hover {
        background-color: rgb(158, 117, 18)
    }


.footer {
    background-color: RGB(44,60,142);
    padding-top: 20px;
}

    .footer > a {
        color: white
    }

.pnl, .row {
    margin-bottom: 10px;
}

.heading {
    padding-left: 0;
    color: #29295f;
    display: flex !important;
    align-items: center !important;
}

    .heading span {
        -webkit-tap-highlight-color: transparent;
        text-align: left;
        font-family: Montserrat, Arial, sans-serif;
        font-weight: 400;
        box-sizing: inherit;
        background-image: linear-gradient(90deg, #8dc63f, #60b848 51%, #009677);
        margin-right: 26px;
        padding: 0;
        line-height: 1.09;
        letter-spacing: -.3px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 60px;
        min-height: 60px;
        font-size: 22px;
        width: 60px;
        height: 60px;
    }

.center {
    text-align: center;
}

.heading {
    font-size: 20px;
}

.Container {
    margin: 20px auto;
    max-width: 980px;
    background-color: #fff;
    border-radius: 10px;
}

.error {
    color: red;
}

.notifyCount {
    color: red
}

div.uplOverlay {
    position: absolute;
    top: -0px;
    left: 0px;
    z-index: 1;
}

input.uplHidden {
    position: relative;
    text-align: right;
    opacity: 0;
    z-index: 2;
    width: 100px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}

input[type=checkbox] {
    width: 25px;
    height: 25px;
}

    input[type=checkbox] + span, input[type=checkbox] + label {
        margin-left: 9px
    }

.card {
    border: none;
}

/*.card-header.Step {
    background-color: RGB(44,60,142);
    border-radius: unset;
    color: white
}
*/
/*.card-header + .center {
    background-color: #DDDDDD;
}*/

/*.btn-secondary {
    background-color: RGB(44,60,142);
}*/

.modal-header {
    background-color: rgb(158, 117, 18);
    color: white;
} 
.form-control:focus {
    border-color: rgb(158, 117, 18);
    box-shadow: inset 1px 1px 1px rgb(158, 117, 18), 1px 1px 8px rgb(158, 117, 18);
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
}

div.uplOverlay {
    position: absolute;
    top: -0px;
    left: 0px;
    z-index: 1;
}

input.uplHidden {
    position: relative;
    text-align: right;
    opacity: 0;
    z-index: 2;
    width: 100px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}
input[type=file] {
    display: none
}

.form-control {
    font-weight: 600;
}
textarea {
    height: 100px !important
}