﻿/* body select.select_box */

body select {
    display: block;
    padding: 10px 70px 10px 13px;
    max-width: 100%;
    height: auto;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: url("/images/dropdownarrow.png") right center no-repeat;
    background-color: #fff;
    color: #444444;
    font-size: 12px;
    line-height: 16px !important;
    appearance: none; /* this is must */
    -webkit-appearance: none;
    -moz-appearance: none;
}
    /* body select.select_box option */

    body select option {
        padding: 0 4px;
    }
/* for IE and Edge */

/*.helpTopics {
    margin: 0 auto;
}

    .helpTopics td {
        font-size: 1.3em;
        font-weight: bold;
        padding: 15px;
        text-align: left;
    }


select::-ms-expand {
    display: none;
}

select:disabled::-ms-expand {
    background: #f60;
}
*/

.flexHead {
    margin-top: 150px;
    text-align: center;
}

.flexContainer {
    display: table;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.flexTable {
    display: table;
    border-collapse: collapse;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.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: 0 15px;
    max-width: 1000px;
    margin: 30px auto;
}

    .flexSection h1 {
        margin-top: 0px;
    }

.flexLeftMargin50 {
    margin-left: 50px;
}

.flexSectionNarrow {
    width: 600px;
}

.flexSection h2 {
    margin-top: 0px;
}

.flexForm {
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
}


.video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 0px;
    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;
    width: 250px;
    padding: 5px;
}

.inpLarge {
    border: 1px solid #666666;
    width: 500px;
    padding: 5px;
}

.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;
}
    
.divMapBody1 {
    width: 600px;
    height: 400px;
    border: 1px solid #666666;
    border-radius: 5px;
}

.divMapActivityText1 {
    font-size: 1.2em;
    border: 1px solid #333333;
    border-radius: 5px;
    background-color: #FF9799;
    padding: 3px;
    margin: 3px;
}

.divMapActivitySubText1 {
    font-size: .8em;
}

.divMapLog1 {
    border: 1px solid #666666;
    border-radius: 5px;
    width: 350px;
    height: 400px;
    overflow-y: hidden;
    background-color: #CCCCCC;
}

.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);
}

.searchResult {
    font-size: 1.5em;
    padding: 10px;
}

    .searchResult div {
        font-size: 1em;
    }
*/

.siteHeaderTopRow {
    width: 100%;
    display: table;
}

    .siteHeaderTopRow div {
        display: table-cell;
        vertical-align: top;
    }

.responsive-stacked-table {
    display: table;
}

.responsive-stacked-tr {
    display: table-row;
    border: 1px solid #808080;
    width: 100%;
}

.responsive-stacked-cell {
    display: table-cell;
    vertical-align: top;
}

.responsive-table {
    border: 1px solid #808080;
    width: 100%;
}

    .responsive-table thead {
        background-color: #e8e8e8;
        border: solid 1px #c6c6c6;
    }

    .responsive-table tbody tr:nth-child(odd) {
        background-color: #ffffff;
        border: solid 1px #c6c6c6;
    }

    .responsive-table tbody tr:nth-child(even) {
        background-color: #e8e8e8;
        border: solid 1px #c6c6c6;
    }

    .responsive-table tfoot {
        background-color: #e8e8e8;
        border: solid 1px #c6c6c6;
    }

    .responsive-table td, th {
        padding: 10px;
        text-align: center;
    }

    .responsive-table th {
        font-weight: bold;
        vertical-align: top;
    }


/*.starRating {
    display: inline-block;
    position: relative;
    height: 24px;
    background: url('../AppImages/stars.png') repeat-x 0 0;
    vertical-align: bottom;
}

    .starRating div {
        float: left;
        position: relative;
        height: 24px;
    }

    .starRating input {
        position: relative;
        z-index: 1;
        width: 24px;
        height: 24px;
        margin: 0;
        padding: 0;
        opacity: 0;
    }

    .starRating label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 24px;
    }

    .starRating span {
        display: none;
    }

    .starRating input:checked + label, .starRating:hover input:checked:hover + label {
        background: url('../AppImages/stars.png') repeat-x 0 -24px;
    }

    .starRating:hover input:checked + label {
        background: transparent;
    }

    .starRating:hover input:hover + label {
        background: url('../AppImages/stars.png') repeat-x 0 -48px;
    }


.with-shield {
    position: relative;
}

.shield {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.reviewTitle {
    font-size: 1.3em;
    font-weight: bold;
}

.reviewBody {
}

.reviewTitleSmall {
    font-size: 1em;
    font-weight: bold;
}


.divCopyLinkContainer {
    border: solid 1px #333333;
    text-align: center;
}

.divCopyLinkMessage {
    background-color: #ffc8c8;
    font-size: 16px;
    padding: 3px;
}

.divCopyLink {
    padding: 10px;
    font-size: 12px;
    background-color: #333333;
    color: #ffffff;
    overflow: hidden;
}

    .divCopyLink pre {
        color: #ffffff;
    }

input[type=submit], input[type=button]{
    background-color: #c47f40;
    border-radius: 5px;
    border: solid 1px #c58041;
    color: #fff;
    cursor: pointer;

}*/


.flexBottom {
    height: 100px;
}

@media only screen and (max-width : 500px) {


    .flexHead {
        margin-top: 80px;
        text-align: center;
    }


    .flexHeadHome {
        padding: 10px;
        padding-bottom: 40px;
    }

        .flexHeadHome img {
            max-width: 100%;
            height: auto;
            margin: 0;
        }


        .flexHeadHome h1 {
            white-space: normal;
        }


    .siteContent {
        padding-top: 100px;
    }

    .hideMobile {
        display: none;
    }

    img#timeClockLogo {
        margin: 0px;
    }

    .divMain {
        width: 100%;
        margin: auto;
    }


    .divMainContent {
        min-height: 0;
    }

    .flexTable {
        display: block;
        width: 100%;
    }

    .flexRow {
        display: block;
        width: 100%;
    }

    .flexCell {
        display: block;
        width: 100%;
    }

    .flexSection {
        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 {
        background-color: #f3f3f3;
        padding: 20px;
        border-radius: 10px;
    }

    .divMapBody1 {
        width: 100%;
        height: 200px;
        border: 1px solid #666666;
        border-radius: 5px;
    }

    .divMapActivityText1 {
        font-size: 1.2em;
        border: 1px solid #333333;
        border-radius: 5px;
        background-color: #FF9799;
        padding: 3px;
        margin: 3px;
    }

    .divMapActivitySubText1 {
        font-size: .8em;
    }

    .divMapLog1 {
        border: 1px solid #666666;
        border-radius: 5px;
        width: 100%;
        height: 300px;
        overflow-y: hidden;
        background-color: #CCCCCC;
    }



    #timeClockLogo {
        max-width: 100%;
        height: auto;
    }

    .flexHorizontalSeperator {
        height: 5px;
    }

    .alignCenter {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .responsive-stacked-table {
        display: block;
        width: 100%;
    }

    .responsive-stacked-tr {
        border: 1px solid #808080;
        text-align: left;
        width: 100%;
    }

    .responsive-stacked-cell {
        vertical-align: central;
        text-align: center;
        display: block;
        width: 100%;
    }

    .responsive-table {
        width: 100%;
    }

        .responsive-table thead {
            display: none;
        }

        .responsive-table tr, .responsive-table th, .responsive-table td {
            display: block;
            text-align: left;
        }

        .responsive-table td {
            border-top: none;
        }
}
/* END @media only screen and (max-width : 500px)*/

