/* CSS */
/* Target the placeholder text for all input elements */
::-webkit-input-placeholder { /* Webkit browsers */
    color: #5a65f7 !important; /* Change the color as desired */
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #5a65f7 !important; /* Change the color as desired */
    opacity: 1; /* Needed to override Firefox's default opacity */
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #5a65f7 !important; /* Change the color as desired */
    opacity: 1; /* Needed to override Firefox's default opacity */
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #5a65f7 !important; /* Change the color as desired */
}
/* CSS */
/* Target the prompt text for a select element */
/* select option[disabled] { */
.prompt-selected {
    color: #5a65f7 !important; /* Change the color as desired */
}

main > .container {
    padding: 70px 15px 20px;
}

.site-login {
    background-color: rgb(220,220,220);
    padding: 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
    width: 100%;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

div.content {
    padding: 20px;
    margin-bottom: 3rem;
}

#uploadform-imagefile::file-selector-button {
    border: 1px solid black;
    font-size: 0.8em;
    background-color: black;
    color: white;
    border-radius: 3px;
    margin-inline: 10px;
    padding-inline: 10px;
}

/*#frmuploadfile {*/
/*    display: inline-block;*/
/*    border: 2px solid rgb(200,200,200);*/
/*    background-color: white;*/
/*    padding: 20px;*/
/*    margin-block: 20px;*/
/*}*/

.help-block {
    color: #0a58ee;
}

div.raw-data {
    padding: 20px;
    background-color: white;
    width: 100%;
}

.upform-col1, .upform-col2 {
    padding: 20px;
    text-align: center;
}
.user-disabled td {
    color: red !important;
}
.upform-col1 .form-select, .upform-col2 {
    margin-bottom: 20px;
}

.flex {
    display: flex;
}

.tab-pane {
    padding: 20px;
}
  
.line-nos {
    width: 70px;
    padding-block: 20px;
    background-color: white;
    text-align: center;
    font-weight: bold;
  }

.file-grid-container {
    padding: 20px;
}

body .hidden {
    display:none;
}

.status.fa-eye {
    color: green;
}

.flex
.status.fa-eye-slash {
    color: red;
}

i.sortorder {
    color: black;
}
.file-actions {
    display: flex;
    justify-content: space-evenly;
}

.button-row {
    margin-top:20px;
    justify-content: flex-start;
    max-width: 600px;
    gap: 10px;
}

.col-red {
    /*background-color: red;*/
    /*color: white*/
}
.col-white {
    color: white
}

#purchOrderNo {
    display: block;
    text-align: center;
    height: 50px;
    margin-bottom: 20px;
    color: blue;
    font-weight: bold;
}

.field-actions {
    display: flex;
    justify-content: space-evenly;
    line-height: 3;
    width: 100px;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

/*.sel-entity {*/
/*    margin-right: 10px;*/
/*}*/
.sidenav-menu .sel-entity {
    margin-right: 10px;
    background: none;
    border: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.nav-link.useritem-hide {
    display: none !important;
}
.nav-link.disabled {
    color: red;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.w100px {
    width: 100px;
}

#loading-indicator {
    margin: 30px auto;
}

#loading-indicator .fa-spinner {
    color: #4e73df;
    margin-bottom: 10px;
}

#cattle-data-table {
    width: 100%;
}

.home-task-entity-selector {
    margin-top: 30px;
    display: flex;
    white-space: nowrap;
    -ms-flex-align: center;
}

.admin-entity-selector {
    margin-bottom: 30px;
    display: flex;
    white-space: nowrap;
    -ms-flex-align: center;
}

.home-task-entity-selector span, .admin-entity-selector span {
    align-content: center;
    padding-right: 20px;
}

h1.home-title {
    margin-top: 30px;
    margin-bottom: 30px;
}

.home-entity {

}

.header-title.col-blue {
    color: var(--bs-link-color);
}