﻿site.css
html,
body {
    position: fixed;
    overflow: hidden;
    width: 100%;
    background-color: #7c9db3;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
}

/* set calendar background */
.modal-content {
    background-color: #7c9db3;
    border-color: white;
}

.cara-output {
    margin: 20px 0 0 40px;
}

.cara-time-entry-flank {
    width: 300px;
    vertical-align: top;
}

.cara-pin-input {
    width: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 2.20em;
    border: 2px solid #7d9fb5;
    border-radius: 4px;
    -webkit-text-security: disc;
}

.nav-item-adjust {
    padding-top: 05px;
    padding-bottom: 0px;
    padding: 0 5px;
}

.nav-title {
    color: #7d9fb5;
    font-size: 1.48em;
}

.login-title {
    color: #f9deda;
    font-size: 1.1em;
    /*text-transform: uppercase;*/
    padding-left: 10px;
}

.section-title {
    color: #f9deda;
    font-size: 1.1em;
    text-transform: uppercase;
    padding-left: 10px;
}

.label-title {
    color: #f9deda;
    font-size: 0.90em;
    text-transform: uppercase;
    padding-left: 16px;
}


.textbox-invalid {
    background-color: red;
    color: white;
}

.table-employee-name {
    color: whitesmoke;
    text-transform: uppercase;
}

.table-line-spacer {
    height: 1px;
    background-color: #c4c4c4;
}

.hidden {
    display: none;
}

.spacer {
    height: 5px;
}

.spacer-line {
    height: 1px;
    width: 100%;
    background-color: #c4c4c4;
}

.h-spacer {
    width: 10px;
}

.h-spacer-wide {
    width: 200px;
}

.cal-Nav {
    text-decoration: none;
    font-size: 1.12em;
    color: silver;
}

.time-cara {
    /* 7697ad */
    width: 110px;
    background-color: #90A7B7;
    color: white;
    border: none;
    border-color: white;
    border-radius: 5px;
    border: 1px solid #eaeaea;
}

.cara-saved {
    background-color: transparent;
    color: lightpink;
    font-weight: bold;
    font-size: .95em;
}


/* bootstrap extensions*/
.modal-title {
    font-size: .96em;
}


.btn-group-xs > .btn, .btn-xs {
    padding: .45rem .2rem;
    font-size: .675rem;
    line-height: .25;
    border-radius: .2rem;
    text-transform: uppercase;
}

.btn {
    background-color:transparent;
    border-color: white;
    color: white;
}

.cara-employee {
    color: white;
    box-shadow: none;
}

    .cara-employee:hover {
        border-color: rgb(180, 40, 145);
        color: rgb(180, 40, 145);
        text-decoration: none;
        cursor: pointer;
    }

.btn-disabled {
    background-color: #7d9fb5;
    border-color: silver;
    color: silver;
}

.btn:hover {
    border-color: rgb(180, 40, 145);
    color: rgb(180, 40, 145);
    box-shadow: none;
}

.btn-cara-invert {
    color: #7d9fb5;
    border-color: #7d9fb5;
    background-color: white;
}

.div-rounded-border {
    border-radius: 5px;
    border: 1px solid #eaeaea;
    padding: 20px;
    width: 315px;
    min-height: 455px;
}


#container {
    width: 360px;
    background-color: transparent;
    margin-top: 25px;
    height: auto;
}

#login-container {
    height: 195px;
    width: 320px;
    background-color: transparent; /*#7d9fb5;*/
    margin-top: 55px;
}


#sub-container {
    width: 320px;
    background-color: transparent; /*#7d9fb5;*/
}

/* disable ios double tap zoom */
.disable-dbl-tap-zoom {
    touch-action: manipulation;
}
