#pdfTypeSelector label {
    cursor: pointer;
    display: block;
    float: left;
    padding: .2em .4em;
    background-color: #E6E6E6;
    color: #7b7b7b;
    width: 28%;
}

#pdfTypeSelector label:first-child {
    border-left-width: 1px;
}

#pdfTypeSelector label:last-child {}

#pdfTypeSelector label.pdfselect {
    background-color: #FF0000;
    color: #e6e6e6;
    border-color: #FF0000;
}

#pdfTypeSelector input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

ul {
    list-style: none;
}

.noMarg {
    margin: 0;
}

.Mobile {
    display: none;
}


/* Queue Page */

.respTable {
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
    transition: 0.3s;
    min-height: 50vh;
    height: 50vh;
    overflow-y: scroll;
    cursor: pointer;
    background-color: white;
}

.butn {
    margin-top: 1rem;
}

.queueTable {
    margin: 4rem 0;
}


/*.respTable:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}*/

.connectedSortable {
    background-color: white;
}

.assignable {
    width: 100%;
    background-color: white;
    margin: 0 auto 2rem;
}

.cardTitle {
    text-align: center;
}

.cardBody {
    padding: 0 1rem;
}

.cardDesc {
    color: #333;
    font-size: 1.4rem;
    padding: 1rem 0;
}

.tableHeader {
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    background-color: rgb(200, 0, 0);
    color: white;
    text-align: center;
    font-size: 2rem;
    background-image: url("../img/bg.png");
}

.runningTotal-header {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    background-color: rgb(175, 175, 175);
    color: black;
    text-align: left;
    font-size: 2rem;
    background-image: url("../img/bg.png");
}

.w3card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}


/* On mouse-over, add a deeper shadow */

.w3card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}


/* Add some padding inside the card container */

.w3container {
    padding: 2px 16px;
}

.empCards {
    margin: 2rem 0;
}


/* Table */

.form-style-8 {
    font-family: 'Open Sans Condensed', arial, sans;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.22);
}

.form-style-8 h2 {
    background: #4D4D4D;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #797979;
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    margin: -30px -30px 30px -30px;
}

.form-style-8 input[type="text"],
.form-style-8 input[type="date"],
.form-style-8 input[type="datetime"],
.form-style-8 input[type="email"],
.form-style-8 input[type="number"],
.form-style-8 input[type="search"],
.form-style-8 input[type="time"],
.form-style-8 input[type="url"],
.form-style-8 input[type="password"],
.form-style-8 input[type="phone"],
.form-style-8 input[type="month"],
.form-style-8 textarea,
.form-style-8 select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100% !important;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 45px;
}

.form-style-8 textarea {
    /*resize: none;
    overflow: hidden;*/
}

.form-style-8 input[type="button"],
.form-style-8 input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    -webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    box-shadow: inset 0px 1px 0px 0px #45D6D6;
    background-color: #2CBBBB;
    border: 1px solid #27A0A0;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.form-style-8 input[type="button"]:hover,
.form-style-8 input[type="submit"]:hover {
    background: linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
    background-color: #34CACA;
}

.form-print-buttons {
    font-family: 'Open Sans Condensed', arial, sans;
    padding: 30px;
    margin: 50px auto;
}

button:focus,
.button:focus {
    box-shadow: rgba(20, 0, 0, .2) 0px 0px 8px;
}


/* sections */

.main-section {
    min-height: calc(100vh - 10rem);
}

.setPageHeight {
    max-height: calc(100vh - 10rem);
    overflow: hidden;
}

.header-section {
    background-image: url("../img/pattern(1).svg");
    height: 30rem;
}

.headerText {
    height: 30rem;
    line-height: 30rem;
    font-weight: 400;
}

.leftF {
    float: left;
}

.productSec {
    margin: 1em 0;
}

.section-Footer {
    height: 5rem;
    background-color: #333;
    text-align: center;
    color: white;
}

.footer {
    height: 5rem;
    line-height: 5rem;
}


/* Text */

.leftAl {
    text-align: left;
}

.centeredAl {
    text-align: center;
    font-weight: 400;
}

.centerAl {
    text-align: center;
}

.first {
    margin-top: 1em;
}

.largeText {
    width: 100%;
    font-size: 3rem;
    line-height: 2rem;
}

.card-header {
    font-size: 1em;
    margin-bottom: 1em;
}


/* Nav Bar */

.navbar {
    height: 5rem;
    line-height: 5rem;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: right;
    margin: 0;
}

li a,
.dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
    transition: ease .5s;
}

li a:hover,
.dropdown:hover .dropbtn {
    background-color: red;
}

li.dropdown {
    display: inline-block;
    transition: ease .5s;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: ease .5s;
    line-height: 2em;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    transition: ease .5s;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    transition: ease .5s;
}

.dropdown:hover .dropdown-content {
    display: block;
    transition: ease .5s;
}

.lower-nav {
    height: 5em;
    width: 100%;
    display: block;
    text-align: center;
    background-color: white;
    border: 0px 1px 1px #ddd;
    box-shadow: 0px 1px 1px #ddd;
}

.lowerNav {
    width: 8em;
    height: 5em;
    display: inline-block;
}


/* Table */

table {
    width: 100%;
    border-collapse: collapse;
}


/* Zebra striping */

tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: white;
    color: #333;
    font-weight: bold;
    font-size: 1rem;
}

.largeHead {
    height: 3rem;
}

td {
    font-size: 1rem;
}

@media all and (max-width: 770px) {
    .columnName,
    .searchBox,
    .input-daterange input {
        width: 21em !important;
    }
    select {
        height: 2em !important
    }
    .Mobile {
        display: inline;
    }
    .Desktop {
        display: none;
    }
}

@media all and (max-width: 750px) {
    /* CSS rules here for screens lower than 750px */
    .tableHeader {
        height: 3rem;
        line-height: 3rem;
    }
    .queueTable {
        width: 75%;
        margin: 1rem auto !important;
    }
    .mobileTwo {
        width: 13.3333333333%;
    }
    .mobileEight {
        width: 65.3333333333%;
    }
    .mobileFour {
        width: 33.333333%;
    }
    .tooltip .tooltiptext {
        top: 100%;
        left: 50%;
        margin-left: -8rem;
    }
    .fixed .card-header {
        font-size: 1.6rem;
    }
    .largeText {
        font-size: 7rem;
        height: 10rem;
        line-height: 0;
    }
    .card {
        /*  margin:4rem .5rem;*/
        height: 17rem;
    }
    .header-section {
        height: 15rem;
    }
    .headerText {
        height: 15rem;
        line-height: 15rem;
        font-size: 2.6rem;
    }

    div.tab button {
        padding: 0 !important;
        font-size: 0.65rem;
        width: 20%;
        margin: auto;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 801px) {
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    thead tr {
        position: absolute;
        top: -999999;
        left: -999999;
        display: none;
    }*/
    td {}
    .del {
        display: none;
    }
    tr {
        /* border: 1px solid #ccc;*/
    }
    td {
        /* Behave  like a "row" */
        border: none;
        /*	border-bottom: 1px solid #eee;*/
        position: relative;
        padding-left: 40%;
    }
    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
}


/* Product cards */

/* Product Cards */

.make-card {
    position: relative;
    perspective: 800px;
    width: 100%;
    /*340px;*/
    height: 55rem;
    transform-style: preserve-3d;
    transition: transform 5s;
}

.product-front,
.product-back {
    width: 100%;
    /*335px;*/
    height: 500px;
    background: #fff;
    position: absolute;
    left: -5px;
    top: -5px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.product-back {
    display: none;
    transform: rotateY( 180deg);
}

.product-card.animate .product-back,
.product-card.animate .product-front {
    top: 0px;
    left: 0px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.product-card {
    width: 100%;
    /*325px;*/
    height: 490px;
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out;
}

div.product-card.flip-10 {
    -webkit-transform: rotateY( -10deg);
    -moz-transform: rotateY( -10deg);
    -o-transform: rotateY( -10deg);
    transform: rotateY( -10deg);
    transition: 50ms ease-out;
}

div.product-card.flip90 {
    -webkit-transform: rotateY( 90deg);
    -moz-transform: rotateY( 90deg);
    -o-transform: rotateY( 90deg);
    transform: rotateY( 90deg);
    transition: 100ms ease-in;
}

div.product-card.flip190 {
    -webkit-transform: rotateY( 190deg);
    -moz-transform: rotateY( 190deg);
    -o-transform: rotateY( 190deg);
    transform: rotateY( 190deg);
    transition: 100ms ease-out;
}

div.product-card.flip180 {
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg);
    -o-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
    transition: 150ms ease-out;
}

.product-card.animate {
    top: 5px;
    left: 5px;
    width: 100%;
    /*335px;*/
    height: 35em;
    box-shadow: 0px 13px 21px -5px rgba(0, 0, 0, 0.3);
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out;
}

.stats-container {
    background: #fff;
    position: absolute;
    top: 386px;
    left: 0;
    width: 100%;
    /*265px;*/
    height: 300px;
    padding: 27px 35px 35px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.product-card.animate .stats-container {
    top: 272px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.stats-container .product_name {
    font-size: 22px;
    color: #393c45;
}

.stats-container p {
    font-size: 16px;
    color: #b1b1b3;
    padding: 2px 0 20px 0;
}

.stats-container .product_price {
    float: right;
    color: #48cfad;
    font-size: 22px;
    font-weight: 600;
}

.image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 0, 0);
    opacity: 0;
}

.product-card.animate .image_overlay {
    opacity: 0.7;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.card-input {
    text-align: center;
}

.product-options {
    padding: 2px 0 0;
}

.product-options strong {
    font-weight: 700;
    color: #393c45;
    font-size: 14px;
}

.product-options span {
    color: #969699;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

.view_details {
    position: absolute;
    top: 112px;
    left: 50%;
    margin-left: -85px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    width: 172px;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.view_details:hover {
    background: #fff;
    color: rgb(255, 0, 0);
    cursor: pointer;
}

.product-card.animate .view_details {
    opacity: 1;
    width: 152px;
    font-size: 15px;
    margin-left: -75px;
    top: 115px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

div.colors div {
    margin-top: 3px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    float: left;
}

div.colors div span {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
}

div.colors div span:hover {
    width: 17px;
    height: 17px;
    margin: -1px 0 0 -1px;
}

div.c-blue span {
    background: #6e8cd5;
}

div.c-red span {
    background: #f56060;
}

div.c-green span {
    background: #44c28d;
}

div.c-white span {
    background: #fff;
    width: 14px;
    height: 14px;
    border: 1px solid #e8e9eb;
}

div.shadow {
    width: 335px;
    height: 520px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
}

.product-back div.shadow {
    z-index: 10;
    opacity: 1;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
}

.flip-back {
    position: absolute;
    top: 5rem;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.cx,
.cy {
    background: #d2d5dc;
    position: absolute;
    width: 0px;
    top: 15px;
    right: 15px;
    height: 3px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.flip-back:hover .cx,
.flip-back:hover .cy {
    background: #979ca7;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.cx.s1,
.cy.s1 {
    right: 0;
    width: 30px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cy.s2 {
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cy.s3 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s1 {
    right: 0;
    width: 30px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s2 {
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s3 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.note_Mail {
    height: 5rem;
    padding: 0 1rem;
    text-overflow: ellipsis;
}

.note_Header {
    height: 2rem;
    width: 100%;
    margin: 0;
    text-overflow: ellipsis;
}

.note_Title {
    text-align: left;
    width: 100%;
    margin: 0;
    text-overflow: ellipsis;
}

.note_Time {
    text-align: right;
    width: 100%;
    margin: 0;
}

.note_Subject {
    text-align: left;
    width: 100%;
    margin: 0;
    text-overflow: ellipsis;
}

.pageHeight {
    min-height: 100vh;
}

.tablePageHeight {
    min-height: calc(100vh - 16rem);
}

.logPage {
    min-height: calc(100vh - 5rem);
}

.loginBox {
    width: 60%;
    margin: 10em auto;
    box-shadow: 1px 1px 3px #888888;
    padding: 1rem;
    background-color: white;
}

.inputFull {
    width: 100%;
    text-align: center;
}

.alertStatus {
    text-align: center;
    margin: 5rem auto 0;
    width: 50%;
    height: 2em;
    line-height: 2em;
    color: black;
    font-weight: bold;
}

.fixed-headers {
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed-headers thead tr {
    display: block;
    position: relative;
    width: 100vw;
}

.fixed-headers tbody {
    display: block;
    overflow: auto;
    height: calc(100vh - 22rem);
}


.fixed-Salesheaders tbody {
    display: block;
    overflow: auto;
    width: calc(100vw - 14px);
    height: calc(100vh - 23rem);
}

.mobileFull {
    height: calc(100vh - 40rem)!important;
}

.fixed-headersRes {
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed-headersRes thead tr {
    display: block;
    position: relative;
}

.fixed-headersRes tbody {
    display: block;
    overflow: auto;
    width: 100%;
    height: calc(100vh - 19rem);
}

.sortable-table {
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    text-overflow: clip;
    border: 1px solid #aaa;
}

span>.editable-field {
    max-width: 24rem !important;
    display: inline;
}

@media all (min-width:770px) {
    .inputLabel>input[type="text"],
    input[type="number"],
    input[type="datetime"],
    select {
        width: 100%;
    }
}

td>.del,
td>.add {
    width: 1em;
}

.delHead {
    width: 2vw !important;
    padding: 5px !important;
    text-align: center !important;
    font-size: 1.5rem !important;
}

.fa-trash-o {
    font-size: 1.7rem !important;
    text-align: left;
    cursor: pointer;
}

.fa-pencil {
    cursor: pointer;
}

.fa-times {
    cursor: pointer;
}

.fa-check {
    font-size: 1.7rem !important;
    text-align: right;
}

.fa-trash {
    cursor: pointer;
}

.fa-plus {
    cursor: pointer;
}

.fa-square-o {
    font-size: 1.7rem !important;
}


/* Search Field */

#searchFields {
    padding: 1rem 0 0;
    text-align: center;
}

.searchField {
    width: 75%;
    margin: auto;
}

.searchField>select,
input[type="text"] {
    width: 100%;
}

.addField {
    width: 75%;
    margin: auto;
}

.addFieldBtn {
    width: 100%;
    background-color: rgb(255, 0, 0);
    border: 2px solid white;
    color: white;
    border-radius: 0;
    transition: ease-in-out .2s;
    cursor: pointer;
}

.pageBtn {
    padding: 1em 2em;
}

.addFieldBtn:hover {
    background-color: white;
    color: rgb(255, 0, 0);
    border: 2px solid white;
}

.addFieldBtnAlt {
    width: 100%;
    background-color: white;
    border: 2px solid rgb(255, 0, 0);
    color: rgb(255, 0, 0);
    border-radius: 0;
    transition: ease-in-out .2s;
}

.addFieldBtnAlt:hover {
    background-color: rgb(255, 0, 0);
    color: white;
    border: 2px solid rgb(255, 0, 0);
}

.centered {
    width: 50%;
    margin: auto;
}

.inputLabel {
    position: relative;
}

.inputLabel .fa-trash {
    top: 10px;
    left: 92%;
    position: absolute;
}

.indent {
    padding-left: 20px;
}

legend {
    margin: auto;
}


/* Record Number Field */

.recordFields {
    padding: 1rem 0 0;
    text-align: center;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 0px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select select::-ms-expand {
    display: none;
}

.select select:hover,
.select select:focus {
    color: #000;
    background: #ccc;
}

.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select input {
    display: inline-block;
    width: CALC(100% - 30px);
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6 !important;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.gone {
    display: none !important;
}

.select input::-ms-expand {
    display: none;
}

.select input:hover,
.select input:focus {
    color: #000;
    background: #ccc;
}

.select input:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover~.select__arrow,
.select select:focus~.select__arrow {
    border-top-color: #000;
}

.select select:disabled~.select__arrow {
    border-top-color: #ccc;
}

.select textarea {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6 !important;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select textarea::-ms-expand {
    display: none;
}

.select textarea:hover,
.select textarea:focus {
    color: #000;
    background: #ccc;
}

.select textarea:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.required {
    color: red;
}

.tab {
    margin-top: 2em;
}

.tablinks {
    height: unset;
    margin: 0;
    border-radius: 0;
}

.tabcontent {
    padding: 2em 16px !important;
    margin-bottom: 2em;
    background-color: #f7f7f7;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

.control2 {
    margin-bottom: 0;
    top: -15px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 2px solid #e6e6e6;
}

.indicator3 {
    left: 80px !important;
}

.indicator2 {
    background-color: #bfbfbf;
    border: 2px solid #bfbfbf;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
    border: 2px solid #aaa;
}

.control input:checked~.control__indicator {
    background: #2aa1c0;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
    background: #0e647d;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b;
}


/* Responsive Table */

.rwd-table {
    margin: 0em 0;
    min-width: 300px;
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    padding-top: .5em;
}

.rwd-table td:last-child {
    padding-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

.delSmall {
    font-size: 1rem !important;
    : q
}

@media (min-width: 770px) {
    .rwd-table td:before {
        display: none;
    }
}

.yellowHighlight {
    background-color: rgba(255, 255, 0, 0.8) !important;
}

.redHighlight {
    background-color: rgba(255, 0, 0, 0.6) !important;
}

.rwd-table th,
.rwd-table td {
    text-align: center;
}

@media (min-width: 770px) {
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        /* padding: .25em .5em; */
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        /* padding-left: 0; */
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
}

.rwd-table {
    border-radius: .4em;
    overflow: hidden;
}

.rwd-table tr {}

.rwd-table th,
.rwd-table td {
    /* margin: .5em 1em; */
}

.rwd-table th:checked,
.rwd-table td:checked {
    background-color: rgb(255, 0, 0);
}

@media (min-width: 480px) {
    .rwd-table#reports-table th,
    .rwd-table#reports-table td {
        padding: 0em 0 !important;
        width: 6vw;
    }
    .rwd-table#reports-table th#date {
        width: 11vw !important;
    }
    .rwd-table#reservations-table th,
    .rwd-table#reservations-table td {
        padding: 0em 0 !important;
        width: 20vw;
    }
    .rwd-table#reservations-table td input {
        text-align: center;
    }
    .rwd-table#reports-table tr td[columnName="Date"] {
        width: 10vw;
    }
}

#reports-table>tbody>tr:not(.del):focus {
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.rwd-table th,
.rwd-table td:before {}

.nav {
    height: 5rem;
    width: 100%;
    background: rgb(200, 0, 0);
}

.runningTotal {
    height: 3rem;
    width: 100%;
    background: rgb(175, 175, 175);
}

#nav-actions {
    width: 100%;
    height: 5rem;
}

#runningTotal-actions {
    width: 100%;
    height: 3rem;
}

.nav-section {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1001;
}

body {
    padding-top: 5rem;
}

.nav-icon {
    height: 5rem;
    width: 60px;
    font-size: 24px;
    color: #fff;
    display: table;
    text-align: center;
    padding: 0px 0px;
    cursor: pointer;
}

.nav-icon i {
    height: 24px;
    width: 24px;
    display: table-cell;
    vertical-align: middle;
}

#search-btn {
    position: absolute;
    top: 45px;
    right: 56px;
}

#ext-menu {
    right: 0px;
    top: 45px;
    position: absolute;
}

.search-drawer {
    min-height: 100vh;
    position: absolute;
    background-color: #fff;
    right: 0px;
    top: 0px;
    display: none;
    z-index: 2;
    transition: ease-in-out .3s;
}

.pagination {
    line-height: 5rem;
    height: 5rem;
    padding: 0 1em;
}

.runningTotal-nation {
    line-height: 3rem;
    height: 3rem;
    padding: 0 1em;
}

#search-tool {
    transition: cubic-bezier(1, 0, 0.42, 0.99) .3s;
}

.search-tool {
    height: 20em;
    width: 100%;
    background-color: rgb(255, 0, 0);
}

.search-tool2 {
    height: 10em;
    width: 100%;
    background-color: rgb(255, 0, 0);
}

.search-tool3 {
    height: 12em;
    width: 100%;
    background-color: rgb(255, 0, 0);
}

.search-tool4 {
    height: 5em;
    width: 100%;
    background-color: rgb(255, 0, 0);
}

.padded {
    padding: 1em 0;
}

.saveButton {
    width: 100% !important;
    margin: auto;
}

#search-nav {
    height: 5em;
    width: 100%;
}

#search-form {
    transition: cubic-bezier(1, 0, 0.42, 0.99) .3s;
}

.search-form {
    height: 15em;
}

.search-form2 {
    height: 5em;
}

.search-form3 {
    height: 7em;
}

#search-close {
    height: 48px;
    font-size: 24px;
    color: #fff;
    display: table;
    text-align: center;
    padding: 8px 6px;
    cursor: pointer;
}

#search-close i {
    height: 24px;
    display: table-cell;
    vertical-align: middle;
}

#search-header {
    color: #fff;
    font-size: 20px;
    padding: 10px 0px;
}

#search-collapse {
    color: #fff;
    font-size: 20px;
    padding: 10px 0px;
    cursor: pointer;
}

#collapseSearch {
    transition: cubic-bezier(1, 0, 0.42, 0.99) .3s;
}

#search-results {
    transition: cubic-bezier(1, 0, 0.42, 0.99) .3s;
}

.search-results {
    overflow-y: scroll;
    height: calc(100vh - 20em);
}

.search-results2 {
    overflow-y: scroll;
    height: calc(100vh - 10em);
}

.search-results3 {
    overflow-y: scroll;
    height: calc(100vh - 12em);
}

.search-results4 {
    overflow-y: scroll;
    height: calc(100vh - 5em);
}

.results-header {
    padding-left: 16px;
}

.results-list {
    padding-top: 8px;
}

.result {
    width: 100%;
}

.resultButtons {
    width: 80%;
    margin: auto;
    /*height: 88px;*/
}

.result-logo {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #424242;
    display: block;
    float: left;
    margin-left: 16px;
    margin-top: 16px;
}

.result-text {
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-top: 16px;
    width: calc(100% - 72px);
    display: block;
    float: right;
    box-sizing: border-box;
}

#overlay {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.57);
    display: none;
}

.s-opened {
    width: 350px;
    display: block;
    animation: swiftRight 1s cubic-bezier(.55, 0, .1, 1) normal;
}

.s-closed {
    width: 0px;
    animation: swiftoutRight 1s cubic-bezier(.55, 0, .1, 1) normal;
}

.results-t-more {
    display: block;
}

.b-name {
    font-size: 16px;
}

.b-sub {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.57);
}

.b-info {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.57);
}


/*search form elements*/

form {
    width: 100%;
    border-radius: 3px;
}

input {
    margin: 0px auto;
    display: inline-block;
    border: none;
    padding: 10px 0;
    border-bottom: solid 1px #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #fff 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #fff 4%);
    background-position: -318px 0;
    background-size: 318px 100%;
    background-repeat: no-repeat;
    color: #111;
}

input:focus,
input:valid {
    box-shadow: none;
    outline: none;
    background-position: 0 0;
}

input:focus::-webkit-input-placeholder,
input:valid::-webkit-input-placeholder {
    visibility: visible !important;
}


/*** ANIMATIONS ***/

@keyframes swiftRight {
    0% {
        width: 0px;
    }
    20% {
        width: 0px;
    }
    40% {
        width: 350px;
    }
    60% {
        width: 350px;
    }
    80% {
        width: 350px;
    }
    100% {
        width: 350px;
    }
}

@keyframes swiftoutRight {
    0% {
        width: 350px;
    }
    20% {
        width: 350px;
    }
    40% {
        width: 0px;
    }
    60% {
        width: 0px;
    }
    80% {
        width: 0px;
    }
    100% {
        width: 0px;
    }
}


/****** SHADOWS ******/

.z-1 {
    box-shadow: 0 1px 2px 0 hsla(0, 0%, 0%, 0.14), 0 1px 5px 0 hsla(0, 0%, 0%, 0.12), 0 3px 1px -2px hsla(0, 0%, 0%, 0.2);
}

.z-2 {
    box-shadow: 0 2px 2px 0 hsla(0, 0%, 0%, 0.14), 0 1px 5px 0 hsla(0, 0%, 0%, 0.12), 0 3px 1px -2px hsla(0, 0%, 0%, 0.2);
}

.z-3 {
    box-shadow: 0 3px 4px 0 hsla(0, 0%, 0%, 0.14), 0 1px 8px 0 hsla(0, 0%, 0%, 0.12), 0 3px 3px -2px hsla(0, 0%, 0%, 0.4);
}

.z-4 {
    box-shadow: 0 4px 5px 0 hsla(0, 0%, 0%, 0.14), 0 1px 10px 0 hsla(0, 0%, 0%, 0.12), 0 2px 4px -1px hsla(0, 0%, 0%, 0.4);
}

.z-5 {
    box-shadow: 0 5px 8px 0 hsla(0, 0%, 0%, 0.14), 0 1px 18px 0 hsla(0, 0%, 0%, 0.12), 0 2px 5px -1px hsla(0, 0%, 0%, 0.4);
}

.z-6 {
    box-shadow: 0 6px 10px 0 hsla(0, 0%, 0%, 0.14), 0 1px 18px 0 hsla(0, 0%, 0%, 0.12), 0 3px 5px -1px hsla(0, 0%, 0%, 0.4);
}

.z-7 {
    box-shadow: 0 7px 10px 1px hsla(0, 0%, 0%, 0.14), 0 2px 16px 2px hsla(0, 0%, 0%, 0.12), 0 4px 5px -3px hsla(0, 0%, 0%, 0.4);
}

.z-8 {
    box-shadow: 0 8px 10px 1px hsla(0, 0%, 0%, 0.14), 0 3px 14px 2px hsla(0, 0%, 0%, 0.12), 0 5px 5px -3px hsla(0, 0%, 0%, 0.4);
}

.z-9 {
    box-shadow: 0 9px 12px 1px hsla(0, 0%, 0%, 0.14), 0 3px 14px 2px hsla(0, 0%, 0%, 0.12), 0 5px 6px -3px hsla(0, 0%, 0%, 0.4);
}

.z-10 {
    box-shadow: 0 10px 13px 1px hsla(0, 0%, 0%, 0.14), 0 3px 14px 2px hsla(0, 0%, 0%, 0.12), 0 6px 6px -3px hsla(0, 0%, 0%, 0.4);
}

.z-11 {
    box-shadow: 0 11px 14px 1px hsla(0, 0%, 0%, 0.14), 0 4px 14px 3px hsla(0, 0%, 0%, 0.12), 0 6px 7px -4px hsla(0, 0%, 0%, 0.4);
}

.z-12 {
    box-shadow: 0 12px 16px 1px hsla(0, 0%, 0%, 0.14), 0 4px 14px 3px hsla(0, 0%, 0%, 0.12), 0 6px 8px -4px hsla(0, 0%, 0%, 0.4);
}

.z-13 {
    box-shadow: 0 13px 18px 1px hsla(0, 0%, 0%, 0.14), 0 4px 18px 3px hsla(0, 0%, 0%, 0.12), 0 7px 8px -4px hsla(0, 0%, 0%, 0.4);
}

.z-14 {
    box-shadow: 0 14px 20px 1px hsla(0, 0%, 0%, 0.14), 0 5px 22px 4px hsla(0, 0%, 0%, 0.12), 0 7px 8px -4px hsla(0, 0%, 0%, 0.4);
}

.z-15 {
    box-shadow: 0 15px 22px 1px hsla(0, 0%, 0%, 0.14), 0 5px 26px 4px hsla(0, 0%, 0%, 0.12), 0 7px 9px -5px hsla(0, 0%, 0%, 0.4);
}

.z-16 {
    box-shadow: 0 16px 24px 2px hsla(0, 0%, 0%, 0.14), 0 5px 30px 5px hsla(0, 0%, 0%, 0.12), 0 8px 10px -5px hsla(0, 0%, 0%, 0.4);
}

.z-17 {
    box-shadow: 0 17px 26px 3px hsla(0, 0%, 0%, 0.14), 0 5px 32px 5px hsla(0, 0%, 0%, 0.12), 0 8px 10px -5px hsla(0, 0%, 0%, 0.4);
}

.z-18 {
    box-shadow: 0 18px 28px 3px hsla(0, 0%, 0%, 0.14), 0 6px 34px 6px hsla(0, 0%, 0%, 0.12), 0 8px 11px -5px hsla(0, 0%, 0%, 0.4);
}

.z-19 {
    box-shadow: 0 19px 30px 3px hsla(0, 0%, 0%, 0.14), 0 6px 36px 6px hsla(0, 0%, 0%, 0.12), 0 9px 11px -6px hsla(0, 0%, 0%, 0.4);
}

.z-20 {
    box-shadow: 0 20px 32px 3px hsla(0, 0%, 0%, 0.14), 0 6px 38px 7px hsla(0, 0%, 0%, 0.12), 0 9px 12px -6px hsla(0, 0%, 0%, 0.4);
}

.z-21 {
    box-shadow: 0 21px 34px 4px hsla(0, 0%, 0%, 0.14), 0 7px 40px 7px hsla(0, 0%, 0%, 0.12), 0 9px 12px -6px hsla(0, 0%, 0%, 0.4);
}

.z-22 {
    box-shadow: 0 22px 36px 4px hsla(0, 0%, 0%, 0.14), 0 7px 42px 8px hsla(0, 0%, 0%, 0.12), 0 10px 13px -6px hsla(0, 0%, 0%, 0.4);
}

.z-23 {
    box-shadow: 0 23px 38px 4px hsla(0, 0%, 0%, 0.14), 0 7px 44px 8px hsla(0, 0%, 0%, 0.12), 0 10px 13px -7px hsla(0, 0%, 0%, 0.4);
}

.z-24 {
    box-shadow: 0 24px 40px 4px hsla(0, 0%, 0%, 0.14), 0 8px 46px 9px hsla(0, 0%, 0%, 0.12), 0 10px 10px -8px hsla(0, 0%, 0%, 0.4);
}
