﻿#search-indicator {
    z-index: 9999;
}

/* Move content to after fixed menu */
body {
    padding-top: 60px;
}
@media (max-width: 980px) {
    body {
        padding-top: 100px;
    }
}

.modal-dialog {
/* remove space under title */
    margin-top: 3px !important;
}

.login-paragraph {
    font-size: smaller;
}

.login-label {
/* remove space under label */
    margin-bottom: 0.25em;
    margin-top: 0.45em;
}

.version-info {
    font-size: small;
    color: lightblue;
    margin-left: 3vh;
}

.forgot-pw-dialog {
    float: left;
}

.font-valid-pw {
    color: limegreen;
}

.font-invalid-pw {
    color: red;
}

.pw-validation {
    margin-bottom: 10px;
}

.new-user {
    background-color: darkslategray;
}

.new-user-text {
    font-weight: 400;
    font-size: 1.06rem;
    font-family: system-ui;
}

.bootbox-input {
  
}

/* form */

.required {
    font-style: oblique;
    font-size: smaller;
}

.required-field {
    margin-right: 3px;
    position: relative !important;
    top: 4px;
}

.wrap-ellipsis {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}

.hr-with-text {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
  
    /* text-align: center; */
}

.hr-with-text span {
    position: absolute;
    top: -11px;
    background: #fff;
    padding: 0 20px;
    font-weight: 600;
    font-size: 16px;
    color: cadetblue;
}

.form-checkbox {
    height: inherit !important;
    width: inherit !important;
    background-color: transparent;
    margin-right: 5px;
}

.select2-margin {
    margin-bottom: 7px !important;
}

.multi-line {
    margin-top: 9px;
}

.detail-header {
    font-size: 1.3em;
    font-weight: 400;
}

.detail-header-item {
    font-size: 1.1em;
}

/* table */

table.detail-table {
    background-color: azure;
    margin-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.row-highlight {
    background-color: rgba(59,143,107,0.16) !important;
}

table.detail-table th {
    font-weight: 600;
}

td.details-control {
    background: url('../images/open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/close.png') no-repeat center center;
}

tr.can-edit {
    
}

tr.cant-edit {
    color: lightslategray;
}

td.can-edit {
    cursor: pointer;
}

td.cant-edit {
    cursor: default;
}

th.empty-cell {
    padding: 14px !important;
}

/* cursor */

.cursor-pointer {
    cursor: pointer;
}

.btn-pale {
    color: lightblue !important;
    border-color: lightblue !important;
}

#vehicle-diagram-labels {
    width: 349px;
}



.table-vehicle-diagram td.input-reg {
    border: 1px solid black;
    text-align: left;
    padding-left: 6px;
    padding-right: 4px;
}

.table-vehicle-diagram td {
    /*border: 1px solid black;*/
}

.table-vehicle-diagram td.col1 {
    border: 1px solid black;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
}

.table-vehicle-diagram td.col2 {
    border: 1px solid black;
    text-align:left;
    padding-left: 6px;
    padding-right: 4px;
}

    .table-vehicle-diagram td.col3 input {
        
    }

.table-vehicle-diagram thead {
    font-weight: bold;
    background-color: lightgrey;
}

.input-error {
    background-color: mistyrose !important;
    
}

/* Style buttons */
.btn_ {
    background-color: DodgerBlue; /* Blue background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 16px; /* Some padding */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
}

    /* Darker background on mouse-over */
    .btn_:hover {
        background-color: RoyalBlue;
    }

#attest-table tr {
    cursor: pointer;
}

#dlg-table-attester tr {
    cursor: pointer;
}

.input-group [data-toggle=datetimepicker] {
    width: 25px;
    background: url('../images/add-icon.png') no-repeat center center;
}


.color-change-2x {
    -webkit-animation: color-change-2x 300ms linear alternate both;
    animation: color-change-2x 300ms linear alternate both;
}

.select2-results__option {
    background-color: white !important;
}

.select2-results__option--highlighted {
    background-color: rgba(0, 140, 255, 0.33) !important;
}

/* vehicle-type dropdown size*/
select2-vehicle-type-results {
    max-height: 300px;
    overflow-y: auto;
}

/* default dropdown size*/
/*.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
}*/

/* ----------------------------------------------
 * Generated by Animista on 2021-12-22 18:12:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation color-change-2x
 * ----------------------------------------
 */
@-webkit-keyframes color-change-2x {
    0% {
        background: #e6f2ff;
    }

    100% {
        background: #b3d9ff;
    }
}

@keyframes color-change-2x {
    0% {
        background: #e6f2ff;
    }

    100% {
        background: #b3d9ff;
    }
}
