﻿.fieldset2 {
    border: 1px dashed;
    border-color: #0094ff;
    padding: 15px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fieldset2 legend {
    border: 1px solid;
    border-color: #0094ff;
    width: auto;
    color: #0094ff;
    font-size: 14px;
    font-variant: small-caps;
    padding: 0 10px;
    margin: 0 auto 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.txt-color-blue {
    color: #57889c !important
}

.txt-color-blueLight {
    color: #92a2a8 !important
}

.txt-color-blueDark {
    color: #4c4f53 !important
}

.txt-color-green {
    color: #356e35 !important
}

.txt-color-greenLight {
    color: #71843f !important
}

.txt-color-greenDark {
    color: #496949 !important
}

.txt-color-red {
    color: #a90329 !important
}

.txt-color-yellow {
    color: #b09b5b !important
}

.txt-color-orange {
    color: #b19a6b !important
}

.txt-color-orangeDark {
    color: #a57225 !important
}

.txt-color-pink {
    color: #ac5287 !important
}

.txt-color-pinkDark {
    color: #a8829f !important
}

.txt-color-purple {
    color: #6e587a !important
}

.txt-color-darken {
    color: #404040 !important
}

.txt-color-lighten {
    color: #d5e7ec !important
}

.txt-color-white {
    color: #fff !important
}

.txt-color-grayDark {
    color: #525252 !important
}

.txt-color-magenta {
    color: #6e3671 !important
}

.txt-color-teal {
    color: #568a89 !important
}

.txt-color-redLight {
    color: #a65858 !important
}


.required-field:after {
    color: red;
    content: "*";
    /*position: absolute;*/
    margin-left: 3px;
    top: 0px;
}

.btn-WebApp {
    color: #ffffff;
    background-color: #2C2A7D;
    border-color: #2C2A7D;
}

    .btn-WebApp:hover,
    .btn-WebApp:focus,
    .btn-WebApp:active,
    .btn-WebApp.active,
    .open .dropdown-toggle.btn-WebApp {
        color: #ffffff;
        background-color: #2c2a7d;
        border-color: #2C2A7D;
    }

    .btn-WebApp:active,
    .btn-WebApp.active,
    .open .dropdown-toggle.btn-WebApp {
        background-image: none;
    }

    .btn-WebApp.disabled,
    .btn-WebApp[disabled],
    fieldset[disabled] .btn-WebApp,
    .btn-WebApp.disabled:hover,
    .btn-WebApp[disabled]:hover,
    fieldset[disabled] .btn-WebApp:hover,
    .btn-WebApp.disabled:focus,
    .btn-WebApp[disabled]:focus,
    fieldset[disabled] .btn-WebApp:focus,
    .btn-WebApp.disabled:active,
    .btn-WebApp[disabled]:active,
    fieldset[disabled] .btn-WebApp:active,
    .btn-WebApp.disabled.active,
    .btn-WebApp[disabled].active,
    fieldset[disabled] .btn-WebApp.active {
        background-color: #2C2A7D;
        border-color: #2C2A7D;
    }

    .btn-WebApp .badge {
        color: #2C2A7D;
        background-color: #ffffff;
    }

.bg-WebApp {
    color: #ffffff;
    background-color: #2C2A7D;
    border-color: #2C2A7D;
}