﻿body {
}

.js-off-canvas-overlay {
    background: rgba(5, 5, 5, 0.85);
}

.cadmusAPPEventTable {
    border: 2px solid lightgray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-collapse: separate;
    margin-bottom: 5px;
    text-align: left;
    overflow: hidden;
    align-content: baseline;
}

.cadmusAPPEventTable select {
    background-color: #111;
    border: 0.5px solid darkgray;
}

.cadmusAPPEventTableBlock {
    border: 2px solid lightgray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-collapse: separate;
    text-align: left;
    overflow: hidden;
    align-content: baseline;
    display: block;
    padding-top: 5px;
    margin-bottom: 5px;
}

/*    .cadmusAPPEventTableBlock select {
        background-color: transparent;
        color: gold;
        margin: 5px;
        border: 0.5px solid darkgray;
        width: 100%;
    }

        .cadmusAPPEventTableBlock select:focus {
            background-color: dimgray;
            color: white;
        }*/

.cadmusAPPEventTableRow {
    display: table-row;
}

    .cadmusAPPEventTableHeading {
        display: table-header-group;
        background-color: #ddd;
    }

    .cadmusAPPEventTableCellLEFT {
        width: 70%;
    }

    .cadmusAPPEventTableCellRIGHT {
        width: 30%;
        text-align: -webkit-center;
    }

    .cadmusAPPEventTableCell, .cadmusAPPEventTableHead {
        display: table-cell;
        padding: 3px 10px;
    }

    .cadmusAPPEventTableHeading {
        display: table-header-group;
        background-color: #ddd;
        font-weight: bold;
    }

    .cadmusAPPEventTableFoot {
        display: table-footer-group;
        font-weight: bold;
        background-color: #ddd;
    }

    .cadmusAPPEventTableBody {
        display: table-row-group;
    }

    .cadmusRight {
        text-align: right;
    }

    .cadmusCenter {
        text-align: center;
    }


    .cadmusAPPLocation {
        text-shadow: -1px -1px 0px rgba(255,255,255,0.3), 1px 1px 0px rgba(0,0,0,0.8);
        font-size: medium;
        text-align: center;
        text-transform: uppercase;
        color: #FEFCF2;
        background-color: transparent;
        word-wrap: inherit;
        vertical-align: top;
        padding-top: 12px;
    }

.cadmusAPPLocationAppWizard {
    padding-top: 0px;
}
  
.cadmusAPPGeoLocation {
    color: red;
    background-color: transparent;
    word-wrap: inherit;
    position: absolute;
    right: 5px;
    bottom: 5px;   

}


.cadmusAPPAlerts {
    font-size: smaller;
    font-weight: bold;
    text-align: center;
    color: darkblue;
    background-color: chocolate;
    word-wrap: inherit;
    vertical-align: top;
    border-radius: 4px;
    line-height: normal;
}

    .cadmusAPPAlerts:empty {
        background-color: transparent;
    }


.cadmusAPPRestrictions {
    font-size: smaller;
    font-weight: bold;
    text-align: center;
    color: lightpink;
    background-color: darkred;
    word-wrap: inherit;
    vertical-align: top;
    border-radius: 4px;
    line-height: normal;
}

    .cadmusAPPRestrictions:empty {
        display:none;
        background-color: transparent;
    }

.cadmusAPPNoContacts {
    font-size: smaller;
    font-weight: bold;
    text-align: center;
    color: palegoldenrod;
    background-color: #580000;
    word-wrap: inherit;
    vertical-align: top;
    border-radius: 4px;
    line-height: normal;
}

    .cadmusAPPNoContacts:empty {
        display: none;
        background-color: transparent;
    }

.cadmusAPPCustom {
    font-size: smaller;
    font-weight: bold;
    text-align: center;
    word-wrap: inherit;
    vertical-align: top;
    border-radius: 4px;
    line-height: normal;
}

    .cadmusAPPCustom:empty {
        display: none;
        background-color: transparent;
    }


.cadmusAPPAssetPic {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    height: auto;
    max-height: 180px;
    max-width: 95%;
    align-content: center;
}
.cadmusAPPAssetName {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: lightskyblue;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 6px !important;
    padding-bottom: 8px !important;
}
.cadmusAPPAssetBookingStatus {
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    color: #87CEFA;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 3px !important;
    padding-bottom: 8px !important;
    line-height: 1em;
}
.cadmusAPPAssetClassification {
    font-size: 0.6em;
    font-weight: bold;
    text-transform: uppercase;
    color: #87CEFA;
    text-align: left;
    padding-top: 3px !important;
    padding-bottom: 0px !important;
    padding-left: 3px !important;
    background-color: #222222;
    border-radius: 5px;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cadmusAPPAssetNumber {
    font-size: xx-small;
    position:relative;
    top: 0px;
    left: 0px;
    height: 8px;
    color: darkslategray;
}

.cadmusAPPTempLocation {
    font-size: 12px;
    color: indianred;
    text-shadow: none;
    text-align: center;
}

.cadmusAPPEventDropdownName {
    font-size: xx-small;
    border: 1px solid red;
}


.cadmusAPPEventButtonBigger {
    padding: 20px;
    background-color: goldenrod;
}

.cadmusAPPEventCount {
    color: white !important;
    background-color: black !important;
    font-weight: bold;
    width: 100%;
    min-height: 30px;
    text-align: center;
    align-content: center;
    border: 0px;
    -webkit-box-shadow: 0px 0px;
    font-size: larger;
}

.cadmusAPPEventNotePad {
    color: black;
    background: whitesmoke;
    background-color: whitesmoke;
    font-weight: bold;
    width: 100%;
    height: 110px;
    text-align: center;
    align-content: center;
    border-radius: 5px;
    border: 10px solid black !important;
    padding-right: 35px;
}

.cadmusAPPEventNotePad:focus {
    color: black;
    background: whitesmoke;
}

.cadmusAPPComplianceNotePad {
    color: black;
    background: #8B0000;
    background-color: #8B0000;
    font-weight: bold;
    width: 100%;
    height: 110px;
    text-align: center;
    align-content: center;
    border-radius: 5px;
    border: 10px solid black !important;
    padding-right: 35px;
}

        .cadmusAPPComplianceNotePad:focus {
            color: black;
            background-color: red;
        }


    .cadmusAPPEventReportNotePad {
        color: sandybrown;
        background-color: darkolivegreen;
        font-weight: normal;
        width: 100%;
        height: 310px;
        text-align: left;
        align-content: center;
    }

.cadmusAPPComplianceHeader {
    /*animation: blinker 8s linear infinite;*/
    font-size: x-small;
}


@keyframes blinker {
    50% {
        opacity: 0;
    }
}


        .cadmusAPPEventReportNotePad:focus {
            background-color: forestgreen;
        }

    .cadmusAPPEventNotpadDiv {
        padding: 30px;
    }

.cadmusAPPSaveButton {
    color: white;
    background-color: goldenrod;
    width: 100%;
    -moz-box-shadow: 1px 1px 1px 6px #17180b, inset 0 0 10px white;
    -webkit-box-shadow: 1px 1px 2px 2px #17180b, inset 0 0 10px white;
    box-shadow: 1px 1px 2px 2px #17180b, inset 0 0 10px white;
}

    .cadmusAPPSSetAll {
        background-color: dimgray;
        font-size: larger;
    }

    .cadmusradiobuttongroup {
        color: black;
        border-radius: 8px;
        margin-bottom: 6px;
    }

        .cadmusradiobuttongroup input:checked ~ .switch-paddle {
            background-color: goldenrod;
            color: black;
        }

        .cadmusradiobuttongroup .switch-paddle {
            background-color: darkslategrey;
            color: black;
            border-radius: 8px;
        }

    .switch-paddle::after {
        background-color: gray;
    }

    .cadmusradiobuttongroupTitle label {
        font-size: .9em;
        color: whitesmoke;
        margin: 0px;
    }

    [type='checkbox'] + label, [type='radio'] + label {
        margin: 0 0 0 0;
        vertical-align: top;
    }

    [type='radio'] {
        margin: 0 0 0 0;
    }

    [type='file'],
    [type='checkbox'],
    [type='radio'] {
        margin: 0 0 0;
    }


    .cadmusAssetDropdown {
        border-width: 0px;
        padding: 4px;
        font-size: 1em;
        background-color: #311818;
        vertical-align: top;
        width: 100%;
        color: antiquewhite;
    }

        .cadmusAssetDropdown option {
            background-color: darkslategrey;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            padding: 12px 16px;
            z-index: 1;
        }

        .cadmusAssetDropdown:focus {
            background-color: darkslategrey;
        }

    .cadmusEventDropdown {
        display: -webkit-inline-box;
    }

.cadmusGeoLocation {
    font-size: 0.7em;
    line-height: 1em;
}

#GeoLocationMap {
    height: 150px;
}



.standard_table tbody tr:nth-child(1) {
    background-color: chocolate;
    /* background-color: #f1f1f1; */
}


.standard_table tbody tr:nth-child(even) {
    background-color: goldenrod;
    /* background-color: #f1f1f1; */
}


.standard_table tr:nth-child(odd) {
    background-color: palegoldenrod;
}

.standard_table {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: black;
}


.modalSaving {
    background-color: #444444;
    color: black;
    font-size: x-large;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    /*    border: 4px solid #506359;*/
    /*    box-shadow: inset 0px 0px 0px 1px black;*/
    border-radius: 8px 8px 8px 8px;
    vertical-align: middle;
    min-height: 90vh;
    width: 90%;
    position: absolute;
    display: none;
    top: 5% !important;
    left: 5%;
}
    .modalSaving img {
        max-height: 80dvh;
    }

    .modalSaving a {
        color: white;
        background-color: #223145;
        border-radius: 8px;
        border: 2px solid black;
        padding: 2px;
    }


.modalReportView {
    background-color: #222;
    color: white;
    font-size: x-small;
    line-height: normal;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border: 4px solid #506359;
    box-shadow: inset 0px 0px 0px 1px black;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    min-height: 90vh;
    xmax-height: 90vh;
    width: 90%;
    position: absolute;
    display: none;
    top: 5% !important;
    left: 5%;
}

    .modalSaving img {
        max-height: 80dvh;
    }

.CadmusTableHeader {
    top: 0;
    position: sticky;
    background-color: chocolate;
    color: black;
    text-align: left !important;
}

.timelineTooltip {
    background-color: lightyellow;
    color:black;
}

.CadmusAPPPlainText {

}

.CadmusAPPPlainTextBackground {

}

.CadmusAPPHeading {
    font-size:larger;
    font-weight:bold;
}


.CadmusAPPHeadingBackground {
    font-weight: bold;
    background-color: #48658B;
}

.CadmusLogCheckBox {
    padding-left: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    
}

    .CadmusLogCheckBox input + label {
        border-radius: 5px;
        padding: 2px 4px 2px 4px;
    }
    .CadmusLogCheckBox input:checked + label {
        background-color: darkgreen;
        color: white;
    }


.cadmus_note_attachbutton {
    position: absolute;
    top: 5px;
    left: 8px;
    color: black !important;
    background-color: transparent;
    border: none;
    padding: 4px;
    border-radius: 4px;
    font-size: 33px !important;
}

.cadmus_note_attachbutton7500 {
    position: absolute;
    top: 36px;
    right: 8px;
    color: black !important;
    background-color: transparent;
    border: none;
    padding: 4px;
    border-radius: 4px;
    font-size: 33px !important;
}

.cadmus_facerec_parent {
    position: relative;
    top: 0;
    left: 0;
    width: fit-content;
}

.cadmus_facerec_participantimage {
    position: relative;
    top: 0;
    left: 0;
}

.cadmus_facerec_attachbutton {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: black !important;
    background-color: transparent;
    border: none;
    padding: 4px;
    border-radius: 4px;
    font-size: 33px !important;
    max-height: 45px;
    max-width: 45px;
    display:none;
}

.cadmus_facerec_attachbutton_VisitorCheck {
    position: absolute;
    bottom: -30px;
    right: 20px;
    color: black !important;
    background-color: transparent;
    border: none;
    padding: 4px;
    border-radius: 4px;
    font-size: 33px !important;
   /* max-height: 45px;
    max-width: 45px;*/
}


.cadmus_event_ImagesAttached {
    background-color: darkslategrey;
    color: antiquewhite;
    font-size: x-small;
    font-weight: bold;
    border-radius: 5px;
    float: right;
}


.cadmusSignatureLine {
    touch-action: none;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    background-color: #555555;
    max-width: 300px;
}
.cadmusSignatureLineDash {
    color: gold;
    border-top: 2px dashed black;
    position: relative;
    top: -15px;
    z-index: 2;
    width: 250px;
    font-size: xx-small;
    text-align: center;
}


.cadmusSignatureLineClear {
    font-family: monospace;
    text-transform: uppercase;
    border-radius: 4px;
    background: darkkhaki;
    color: black;
    font-size: small;
    position: relative;
    top: -38px;
    left: 15px;
    padding: 6px;
    z-index: 3;
}

.cadmusSignatureLineWarning:empty {
    display:none;
}


.cadmusComboBox {
    background-color: #111 !important;
    color: yellow !important;
    margin: 5px;
    width: 80%;
    padding-left: 20px !important;
}



.cadmusEventRadioButtonGroup {
    overflow: hidden;
    padding-left: 8px;
    margin-bottom: 5px;
}

    .cadmusEventRadioButtonGroup label {
        float: left;
        clear: none;
        display: block;
        padding: 0px 1em 0px 8px;
    }

    .cadmusEventRadioButtonGroup input[type=radio],
    input.radio {
        float: left;
        clear: none;
        margin: 2px 0 0 2px;
    }

        .cadmusEventRadioButtonGroup input[type=radio]:before {
            content: '';
            display: block;
            width: 60%;
            height: 60%;
            margin: 20% auto;
            border-radius: 50%;
        }

    .cadmusEventRadioButtonGroup input[type=radio]:checked, input.radio {
    accent-color: darkgoldenrod;
}

    .cadmusEventRadioButtonGroup input[type=radio]:checked + label,
    input.radio {
        color: darkgoldenrod;
    }



.cadmusAppSearch-Container {
    overflow: hidden;
    height: 4em;
    width: 4.5em;
    border-radius: 2em 0em 0em 2em;
    box-shadow: 0 0 5px #6A5D4F;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    z-index: 10;
    position: absolute;
    right: 0px;
    top: 50px;
}

    .cadmusAppSearch-Container:hover, .cadmusAppSearch-Container:focus, .cadmusAppSearch-Container:focus-within {
        width: 20em;
        border-radius: 2em 0em 0em 2em;
        outline: none;
        background-color: #6f9ddbed;
    }

        .cadmusAppSearch-Container:hover input, .cadmusAppSearch-Container:focus input, .cadmusAppSearch-Container:focus-within input {
            display: inline-block;
            width: 8em;
            padding: 10px;
            background-color: #6f9ddbed;
        }


.cadmusAppSearch-input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    float: left;
    width: 0em;
    height: 2em;
    margin: 1em;
    margin-right: -4.5em;
    background: blue;
    color: antiquewhite !important;
    font-size: 1em;
    font-weight: 600;
    padding: 0px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
.cadmusAppSearch-input input[type=text] {
    color:antiquewhite;
}

    .cadmusAppSearch-input a {
        color: blue;
    }

.cadmusAppSearch-resultInmateList {
    color: blue !important;
    font-size: 1em;
    font-weight: 600;
    padding: 4px;
    border: 0;
    border-radius: 5px;
    height: 2em;
    margin: 0.2em;
    background-color: #6f9ddb;
}


.cadmusAppSearch-result {
    color: blue !important;
    font-size: 1em;
    font-weight: 600;
    padding: 4px;
    border: 0;
    border-radius: 5px;
    height: 2em;
    margin: 1em;
    background-color: #6f9ddb;
}

.cadmusAppSearch-input:focus {
    outline: none;
    box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25), 0 1px 5px rgba(0, 0, 0, 0.15);
}


.cadmusBarCodeScanner-Container {
    overflow: hidden;
    right: -40px;
    height: 1.8em;
    width: 12.5em;
    border-radius: 2em 2em 2em 2em;
    box-shadow: 0 0 5px #6A5D4F;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 28px;
    background-color: red;
    padding-left: 8px;
    transform: translateX(-50%);
    display: flex;
}

        .cadmusBarCodeScanner-Container:focus-within {
            background-color: lightgreen;
            color: black;
        }

        .cadmusBarCodeScanner-Container:focus input, .cadmusBarCodeScanner-Container:focus-within input {
            background-color: lightgreen;
            color: black;
        }

.cadmusBarCodeScanner-input[type=text] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    float: left;
    width: 11em;
    height: 2.5em;
    margin: 0px;
    margin-right: -4.5em;
    background: red;
    color: black !important;
    font-family: monospace;
    font-size: 1em;
    font-weight: 600;
    padding: 0px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

    .cadmusBarCodeScanner-input[type=text]::-ms-input-placeholder { /* Edge 12-18 */
        color: darkblue !important;
    }
    .cadmusBarCodeScanner-input[type=text]::placeholder {
        color: darkblue !important;
    }

.cadmusProfileAttrib {
    margin-bottom: .5em;
}

.cadmusProfileAttribName {
    color: lightgray;
    font-size: smaller;
}

.cadmusProfileAttribValue {
    font-weight: bold;
    font-size: smaller;
    text-transform: capitalize;
    color: white;
}