*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /*background: #464647;*/
    /*background: #4E5B59 ;*/
    padding-top: 75px;
    color: #4E5B59;
    background: #4E5B59 ;
}


form {
    /*max-width: 300px;*/
    margin: 10px auto;
    padding: 10px 20px;
    border-radius: 2px;
    border-color: #b6fde6;
}

form.wider {
    max-width: 490px; !important
}

.border-styled {
    border: solid #b6fde6;
    padding:50px;
}

.adjust-width-smaller {
    width: 80%;
    padding: 10px;
}

.adjust-width {
    width: 400px;
}

.same-row {
    display:block;
}

.labelStyle {
    margin: 0 0 30px 0;
    text-align: center;
}

input[type="text"].form-field,
input[type="password"].form-field,
input[type="file"].form-field,
input[type="month"].form-field,
textarea.form-field,
select.form-field,
input[type="date"].form-field{
    /*font-size: 16px;*/
    padding: 10px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 5px;
    border-color: #9CDCC1C6;
    background-color:#FFFEFE;
    color: #4E5B59;
    /*margin-left:10px;*/
    /*margin-right:10px;*/
}

input[type="date"].form-field{
    width: 50%;
    display: block;
}

input[type="number"].form-field {
    /*font-size: 16px;*/
    padding: 10px;
    width: 30%;
    display: block;
    border-radius: 5px;
    border-color: #9CDCC1C6;
    background-color:#FFFEFE;
    color: #4E5B59;
    /*margin-left:10px;*/
    /*margin-right:10px;*/
}

label.radio-label {
    padding-right:10px;
    color:white;
}

input[type="checkbox"].ancillary-form-field {
    margin-left:15px;
    margin-bottom: 6px;
}



input[type="text"].ancillary-form-field,
input[type="password"].ancillary-form-field,
input[type="file"].ancillary-form-field,
input[type="month"].ancillary-form-field,
textarea.ancillary-form-field,
select.ancillary-form-field,
button.multi-select
{
    /*font-size: 16px;*/
    padding: 7px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    border-color: #9CDCC1C6;
    background-color:#FFFEFE;
    color: #4E5B59;
    /*margin-left:10px;*/
    /*margin-right:10px;*/
}

button.multi-select:not(:disabled) {
     cursor: auto;
}

a.ancillary-form-field
{
    padding: 7px;
    font-size: 15px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #E6EAE9;
    color: #4E5B59;
    font-weight: bold;
    /*border-color: #9CDCC1C6;*/
    border-color:#4E5B59;
    text-decoration:none;
    width:190px;
}



input[type="text"].read-only-field {
    padding: 10px;
    width: 100%;
    background-color: #C0CBC9;
    margin-bottom: 25px;
    border-radius: 5px;
    border-color: #5F6B69;
    color: #6F7978;
}


button.form-field,
a.form-field {
    padding: 10px 42px 9px 42px;
    font-size: 15px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #E6EAE9;
    color: #4E5B59;
    font-weight: bold;
    /*border-color: #9CDCC1C6;*/
    border-color:#4E5B59;
    text-decoration:none;

    /*left: 100%;*/
    /*-ms-transform: translateX(75%);*/
    /*transform: translateX(75%);*/

}

.full-width {
    width: 100%
}

.half-width {
 width: 50% !important
}

input[type="checkbox"].center,
button.center {
    width: 50%;
    /*left: 75%;*/
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

label.form-field {
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
    display: block;
    /*font-size: 1.25vw;*/
}

fieldset {
    margin-bottom: 20px;
    border: none;
}

legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

label {
    margin-bottom: 6px;
    color: #b6fde6;
}

label.light {
    font-weight: 300;
    display: inline;
}

label.checkbox-label {
    color: #6F7978;
    margin-bottom: 0px;
}
.popover {
    border-color:#4E5B59;
    max-width: 500px;
}

.custom-popover {
    --bs-popover-max-width: 500px;
    --bs-popover-border-color: #2b2b2b;
}

form.wider {
    max-width: 490px; !important
}

@media screen and (min-width: 450px) {

    form {
        max-width: 515px;
    }

    form.modal-larger {
        max-width: 575px;
    }
}

.file-button-wrap {
    position: relative;
}

p.delete-info {
    padding-top:15px;
    margin-bottom:10px;
}


.input-file-label {
    display: inline-block;
    background-color: #b6fde6;
    border-radius: 5px;
    border: 1px double #cccccc;
    color: #4E5B59;
    text-align: center;
    font-size: 20px;
    padding: 8px;
    width: 118px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}
.button:hover {
    background-color: #6D978A;
}

div#loading {
    /*width: 100%;*/
    /*height: 100%;*/
    display: none;
    /*!*background: url(/static/images/Spinner-2.gif) no-repeat;*!*/
    /*cursor: wait;*/
    position: relative;
    /*left: 45%;*/
    text-align:center; !important;
}

.disabled-btn {
    opacity: .65;
}

a.btn-style.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.modal-form {
    background-color : #4E5B59;
    border-radius: 2px;
    border-style: solid;
    border-color:#b6fde6;
}

.selected-facility-list {
    margin-bottom: 10px;
}


.alert.success {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
    color: #0f5132;
}

.alert.error {
    background-color: #f8d7da;
    border-color: #f5c2c7;
    color: #842029;
}


div.dataTables_filter input {
  width: 100%!important;
}

.pull-left{float:left!important;}
.pull-right{float:right!important;}


.status-label {
    color:white;
    font-weight:bold;
}


/* Success Message Style */
.success-status {
    color: #b6fde6;  /* Light teal text */
    text-align: center;
    font-size: 20px;
}

/* Error Message Style */
.error-status {
    color: #f39ba3;  /* Light teal text */
}


.pointer-link {
    cursor: pointer;
}
