﻿/* Styles for screen > 500 */
.flexHeadHome{
    padding: 35px;
    background-color: #d7ffca;

}

#signOnLink {
    float: right;
}

.siteHeader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    border-bottom: 1px solid #e6e5e5;
}

.siteContent {
    padding-top: 80px;
}

.headSmaller #timeClockLogo {
    height: 25px;
}

.headSmaller #punchClockReviewsTop {
    height: 12px;
    right: -35px;
}

.headSmaller .phoneHead {
    font-size: .9em;
}

.headSmaller nav {
    font-size: .7em;
}

.headSmaller #signOn {
    height: 40px;
}

.headSmaller #lnkSignUpTimeClockAccount img {
    height: 20px;
}

.siteHeaderInside {
    width: 1000px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}


.divMain {
    width: 1000px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.divMainContent {
    min-height: 400px;
}

img#timeClockLogo {
    margin: 0px;
}

.flexHead {
    text-align: center;
}

.flexContainer {
    display: table;
    width: 100%;
}

.flexTable {
    display: table;
    width: 100%;
}

.flexRow {
    display: table-row;
}

.flexCell {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.flexCellNarrow {
    width: 25%;
}

.flexCell33 {
    width: 33.3%;
}

.flexCell66 {
    width: 66.6%;
}

.flexCellWide {
    width: 75%;
}

.flexCell100 {
    width: 100%;
}

.flexCellCentered {
    text-align: center;
}

.flexSection {
    border: none;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;

}

.flexSection h1{
    margin-top: 0px;
}

.flexLeftMargin50 {
    margin-left: 50px;
}

.flexSectionNarrow {
    width: 600px;
}

.flexSection h2 {
    margin-top: 0px;
}

.flexForm {
    border: 1px solid #333333;
    border-radius: 10px;
    padding: 20px;
    background-color: #FFFFFF;
    -moz-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



.alignCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignRight {
    display: block;
}



.inpMedium {
    border: 1px solid #666666;
    background-color: #FAFFBD;
    width: 250px;
}

.inpLarge {
    border: 1px solid #666666;
    background-color: #FAFFBD;
    width: 500px;
}

.inpLabel {
    display: inline-block;
    font-size: .9em;
    color: #003366;
    margin-top: 10px;
}

.tooltip * {
    margin: 0;
    border: 0;
    padding: 0;
    max-width: 300px;
    background-color: #FFFF99;
}

.ui-widget {
    font-family: Helvetica,Arial,sans-serif;
    font-size: .9em;
}


.ui-tooltip, .arrow:after {
    background: #FFFF99;
    border: 1px solid #1d1c1c;
}

.ui-tooltip {
    padding: 5px 5px;
    color: #1d1c1c;
    border: 1px solid #1d1c1c;
    border-radius: 5px;
    background-color: #FAFFBD;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        tranform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

.divMapBody {
    width: 600px;
    height: 400px;
    border: 1px solid #666666;
    border-radius: 5px;
}

.divMapActivityText {
    font-size: 1.2em;
    border: 1px solid #333333;
    border-radius: 5px;
    background-color: #FF9799;
    padding: 3px;
    margin: 3px;
}

.divMapActivitySubText {
    font-size: .8em;
}

.divMapLog {
    border: 1px solid #666666;
    border-radius: 5px;
    width: 350px;
    height: 400px;
    overflow-y: hidden;
    background-color: #CCCCCC;
}

#lnkSignOn {
    display: none;
}

.flexHorizontalSeperator {
    height: 50px;
}


.reviewsList div {
    padding-bottom: 50px;
}

.otcReview {
    border: solid 1px #666666;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    text-align: left;
}

.customerRotate {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
}

@media only screen and (max-width : 500px) {

    .siteContent {
        padding-top: 100px;
    }

    .siteHeader {
        width: 100%;
    }

    .headSmaller {
    }

    .siteHeaderInside {
        width: 100%;
    }

    .hideMobile {
        display: none;
    }

    img#timeClockLogo {
        margin: 0px;
    }

    .divMain {
        width: 100%;
        margin: auto;
    }


    .divMainContent {
        min-height: 0;
    }

    .inpLarge {
        border: 1px solid #666666;
        background-color: #FAFFBD;
        width: 95%;
    }

    .inpMedium {
        border: 1px solid #666666;
        background-color: #FAFFBD;
        width: 95%;
    }

    h1, h2 {
        margin: 1px;
    }

    .flexTable {
        display: block;
        width: 100%;
    }

    .flexRow {
        display: block;
        width: 100%;
    }

    .flexCell {
        display: block;
        width: 100%;
    }



    .flexSection {
        border: 1px solid #808080;
        margin: 5px;
        padding: 5px;
        width: auto;
    }

        .flexSection img {
            max-width: 100%;
            height: auto;
            margin: 0;
        }

        .flexSection h2, .flexSection h3, .flexSection h4 {
            margin-top: 0px;
        }

    .flexSectionNarrow {
        width: auto;
    }

    .flexForm {
        border: none;
        border-radius: 0px;
        padding: 0px;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .divMapBody {
        width: 100%;
        height: 200px;
        border: 1px solid #666666;
        border-radius: 5px;
    }

    .divMapActivityText {
        font-size: 1.2em;
        border: 1px solid #333333;
        border-radius: 5px;
        background-color: #FF9799;
        padding: 3px;
        margin: 3px;
    }

    .divMapActivitySubText {
        font-size: .8em;
    }

    .divMapLog {
        border: 1px solid #666666;
        border-radius: 5px;
        width: 100%;
        height: 300px;
        overflow-y: hidden;
        background-color: #CCCCCC;
    }

    #lnkSignOn {
        display: block;
    }

    #timeClockLogo {
        max-width: 100%;
        height: auto;
    }

    .phoneHead {
        display: none;
    }


    .flexHorizontalSeperator {
        height: 5px;
    }


    .customerRotate {
        box-shadow: none;
    }
}
/* END @media only screen and (max-width : 500px)*/
