html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.starting{
    color:lightskyblue;
}

.loading{
    color:green
}

.general {
    background-color: #f0f0f0;
    color: black;
}

.felony {
    background-color: #ccffcc;
    color: black;
}

.dui {
    background-color: #aefaff;
    color: black;
}

.domestic {
    background-color: #fbcfcf;
    color: black;
}

.discard {
    background-color: #ffffff;
    color: lightgray;
}

.name-col {
    background-color: rgba(255, 255, 255, 0.4) !important; /* Red with 50% transparency */
    width: 200px;
    min-width: 200px;
}

.street-col {
    background-color: rgba(255, 255, 255, 0.4) !important; /* DodgerBlue with 50% transparency */
    width: 300px;
    min-width: 300px;
}

.value-col {
    background-color: rgba(255, 255, 255, 0.4) !important; /* LimeGreen with 50% transparency */
}
.docket-form {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}
  
.docket-form-table {
    width: 510px;
}

/*.docket-form-table tbody tr td {
     border:1px solid green;
}*/

.docket-form-table input[type=date] {
    width: 140px;
    min-width: 140px;
}

.docket-form-table tbody tr td {
    border: 0px solid red;
}

.docket-table thead tr th {
    border: 1px solid #c1bdbd;
    white-space: nowrap;
    padding: 2px 4px 2px 4px;
}

.docket-table tbody tr td {
    border: 1px solid #c1bdbd;
    padding: 2px 4px 2px 4px;
    vertical-align:top;
}

.docket-layout-table {
    width: 100%;
    min-width: 100%;
    table-layout: fixed;
}

    .docket-layout-table tbody tr td {
        /*border:1px solid red;*/
    }

.cell-docket-table-label {
    margin: 0px;
    padding: 0px;
    width: 120px !important;
}
.cell-docket-table-date {
    margin: 0px;
    padding: 0px;
    width: 120px !important;
}

.cell-docket-table-label label {
    margin: 0px;
    padding: 0px;
    width: 120px !important;
}

.cell-search-from {
    width: 550px !important;
    min-width: 550px !important;
    border:0px solid green;
}

.cell-minimum-from {
    vertical-align:text-top;
    min-width: 300px;
    white-space: nowrap;
    padding-left: 20px;
    text-align: right !important;
}

.cell-minimum-from label{
    margin-top: 6px;
}

.lable-minimum-thousand {
    font-size: 16px;
    margin-right: 10px;
}

.cell-downloads {
    vertical-align: text-top;
    text-align: right;
    width: 400px !important;
    min-width: 400px !important;
}

#toggleColumnsBtn {
    background-color: #aefaff; /* Primary blue */
    color: black;
    border: 1px solid blue;
    padding: 3px 6px;
    font-size: 16px;
    border-radius: 5px;
    position:absolute;
    top:10px;
    right:10px;
}

#inpMinimum {
    width: 80px;
    max-width: 80px;
    margin-left: 1px;
    margin-right: 1px;
}

footer.footer {
    margin: 0px !important;
    padding: 5px !important; /* Reduces the padding inside the footer */
    margin-bottom: 0; /* Removes any margin at the bottom */
}

.container {
    padding-top: 0; /* Optional: Reduces padding at the top of the container */
    padding-bottom: 0; /* Optional: Reduces padding at the bottom of the container */
}


.btn-create-next{
    position:absolute;
    top:145px;
    left:600px;
}