my-md-datepicker > .md-datepicker-input-container {
    border-bottom-width: 0px;
}

my-md-datepicker > .md-datepicker-focused.md-datepicker-input-container {
    border-bottom-width: 0px;
}

table {
    width: 100%;
}

.selector-input {
    box-shadow: none;
    /*line-height: 30px;*/
    display: block;
    width: 100%;
    color: rgb(85,85,85);
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 7px 12px;
    height: 38px;
    max-width: 100%;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;

}

.selector-container, .selector-container input {
    font-size: 12px;
}

.typeahead-demo .custom-popup-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: #f9f9f9;
}

.typeahead-demo .custom-popup-wrapper > .message {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #868686;
}

.typeahead-demo .custom-popup-wrapper > .dropdown {
    position: static;
    float: none;
    display: block;
    min-width: 160px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;

}

.t-a-c {
    text-align: center;
}

.staffcode .x input {
    border: 1px solid red;
}

.scroll {
    overflow-y: scroll;
    height: calc(100vh - 500px);
}

page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}

page[size="A4"] {
    width: 21cm;
    height: 29.7cm;
}

page[size="A4"][layout="portrait"] {
    width: 29.7cm;
    height: 21cm;
}

page[size="A3"] {
    width: 29.7cm;
    height: 42cm;
}

page[size="A3"][layout="portrait"] {
    width: 42cm;
    height: 29.7cm;
}

page[size="A5"] {
    width: 14.8cm;
    height: 21cm;
}

page[size="A5"][layout="portrait"] {
    width: 21cm;
    height: 14.8cm;
}

@media print {
    body, page {
        margin: 0;
        box-shadow: #000000;
    }
}
