﻿body {

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#bodycontainer {
    background-color: transparent !important;
}

.inner-body{
    min-height: 50vh;
}

.wrap-badge {
    white-space: normal !important;
}

.text-wrap {
    white-space: normal !important;
    word-break: break-word !important;
}

.login-box {
    width: 360px;

}

.login-card{
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-info {
    margin-bottom: .9rem;
    text-align: center;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


.modal-custom {
    min-width: 100%;
}

.bg-aqua {
    background-color: #7FDBFF !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.required {
    
}

    .required::after {
        content: "*";
        font-weight: bold;
        color: red;
    }

.orngColor {
    background-color: #FF851B !important;
}

.grnColor {
    background-color: #2ECC40 !important;
}

.aquaColor {
    background-color: #7FDBFF !important;
    color: white;
}

.blueColor {
    background-color: lightskyblue !important;
}

.signature {
    border: 1px dashed #ccc;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    overflow: auto;
}
.signatureImg {
    border: 1px dashed #ccc;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    overflow: auto;
    width: 100%;
}

.NormalFont{
    font-weight: normal !important;
}

.WidthLimitInput {
    max-width: 280px !important;
}