﻿.pleaseScroll {
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -50px;

}

.pleaseScrollBackground
{
    position: fixed;
    bottom: 0px;
    height: 50px;
    background-color: white;
    width: 100%;
}

.punchClockHeadLogo {
    display: inline-block;
    position: relative;
}

.timeClockReviewsLogo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #FFFFFF;
}

    .timeClockReviewsLogo:hover {
        border-bottom: 1px solid #ffe79b;
    }

.ulHome {
    text-align: left;
    display: inline-block;
}

    .ulHome li {
        margin-bottom: 10px;
    }

.phoneHead {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    color: #2e2c2c;
    float: right;
    margin-right: 100px;
    padding-top: 5px;
    padding-right: 20px;
}
/* Basic Styles */
body {
    font-family: "Merriweather",Georgia,"Times New Roman",Times,serif;
    color: #333333;
    width: 100%;
    height: 100%;
}


a:link, a:visited {
    border-width: 0px;
    border-style: none;
    color: #285379;
    text-decoration: none;
    text-align: center;
}

a:active, a:hover {
    border-width: 0px;
    border-style: none;
    color: #285379;
    text-decoration: underline;
}

h1 {
    font-size: 2.5em;
    color: #333333;
    font-weight: normal;
    font-family: "Merriweather", Georgia, "Times New Roman", Times,serif;
}

h2 {
    font-size: 2.1em;
    color: #333333;
    font-weight: normal;
    font-family: "Merriweather", Georgia, "Times New Roman", Times,serif;
}

h3 {
    font-size: 1.4em;
    color: #333333;
    font-weight: normal;
    font-family: "Merriweather", Georgia, "Times New Roman", Times,serif;
}

.divFooter {
    clear: both;
    background-color: #2a2a2c;
    color: #FFFFFF;
    text-align: center;
}

.bottomNav {
    list-style: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

    .bottomNav li {
        margin: 2px;
    }

    .bottomNav a {
        color: #FFFFFF;
        text-align: center;
        padding: 10px;
    }

ul.social_media_links {
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

    ul.social_media_links li {
        display: inline-block;
        margin: 0 3px;
        height: 57px;
        width: 57px;
    }

        ul.social_media_links li:hover {
            opacity: .5;
        }

        ul.social_media_links li a {
            display: block;
            height: 100%;
            width: 100%;
        }



.divPriceToolTip {
    position: absolute;
    background-color: #3D9936;
    width: 175px;
    height: 100px;
    bottom: 35px;
    left: -76px;
    color: #FFFFFF;
    cursor: pointer;
}

.divPriceToolTipHead {
    background-color: #99FF99;
    color: #666666;
    padding: 5px;
    font-weight: bold;
    font-size: 1em;
}

.divPriceToolTipBody {
    padding: 5px;
    font-size: 1.1em;
}

.divPriceToolTip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3D9936;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    -webkit-transition: border-color 125ms ease-in-out;
    -moz-transition: border-color 125ms ease-in-out;
    -ms-transition: border-color 125ms ease-in-out;
    -o-transition: border-color 125ms ease-in-out;
    transition: border-color 125ms ease-in-out;
}






.priceSlider {
    border-width: 1px;
    border-style: solid;
    border-color: #333 #333 #777 #333;
    border-radius: 25px;
    height: 13px;
    background-color: #8e8d8d;
    background: url('../appimages/sliderBackground.png') repeat top left;
    box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 0 1px 0 0px rgba(250, 250, 250, .5);
}

.ui-slider-horizontal .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url('../appimages/sliderHandle.png') no-repeat 50% 50%;
    font-weight: bold;
    color: #1C94C4;
    outline: none;
    top: -7px;
    margin-left: -12px;
    border: none;
}

.ui-slider-range {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#eaeaea 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    position: absolute;
    border: 0;
    top: 0;
    height: 100%;
    border-radius: 25px;
}

.priceSummary {
    background-color: #DCEEDB;
    font-size: 1.5em;
    color: #545141;
    text-align: center;
    width: 500px;
    margin: 0 auto;
    padding: 5px;
    display: block;
}

.priceEmpCount {
    background-color: #e6efe6;
    color: #545141;
    font-size: 1.5em;
    border-style: solid;
    border-width: 1px;
    border-color: #545141;
    text-align: center;
    width: 200px;
    margin: 10px;
}

.priceBold {
    font-size: 1.5em;
}

input[type=submit] {
    padding: 10px 20px 10px 20px;
    border: 1px solid #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    background-color: #CCCCCC;
}

    input[type=submit]:hover {
        background-color: #C0C0C0;
    }

.inpValFail {
    border: 2px solid #FF8C8C !important;
}

.madeWithLove a {
    color: #FFFFFF;
}

.madeWithLove span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.imgCentered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imgLeftAligned {
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.imgRightAligned {
    display: block;
    margin-left: auto;
    margin-right: 0px;
}

.flexSeperator {
    width: 90%;
    border-bottom: 1px solid #545141;
}

.fancyCheck input[type=checkbox] {
    visibility: hidden;
}


.fancyCheck {
    width: 30px;
    height: 30px;
    background: #858585;
    border-radius: 100%;
    position: relative;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    display: inline-block;
}

    .fancyCheck label {
        display: block;
        width: 26px;
        height: 26px;
        border-radius: 100px;
        transition: all .5s ease;
        cursor: pointer;
        position: absolute;
        top: 2px;
        left: 2px;
        z-index: 1;
        background: #FFFFFF;
        box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5);
    }

.fancyGreen input[type=checkbox]:checked + label {
    background: #6af569;
}

.fancyRed input[type=checkbox]:checked + label {
    background: #FF8C8C;
}

.questionValidation {
    background-color: #ff594f;
    border-style: solid;
    border-width: 1px;
    border-color: #ff0000;
}

.questionHead {
    background-color: #BAD2E9;
    color: #333333;
    font-size: 1.1em;
}

.questionList {
    font-weight: bold;
    color: #333333;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #BAD2E9;
    background-color: #dde9f4;
    font-size: 1.1em;
}

.questionNumber {
    font-size: .7em;
}

.questionSep {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #333333;
}


.questionChoice {
}

.choiceCol1 {
    width: 130px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.choiceCol2 {
    width: 75px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

.choiceCol3 {
    width: 75px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

.questionToDo {
}

.questionDone {
    background-color: #b5f6b7;
}

.meter {
    height: 100px;
    width: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #696969;
    vertical-align: bottom;
    position: relative;
    display: inline-block;
}

.scale {
    background-color: #333333;
    height: 0%;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.DISCMessage {
    text-align: center;
    padding: 10px;
    background-color: #ffe234;
    border-style: solid;
    border-color: #FF8C8C;
    border-width: 1px;
}

.inp {
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
}

.inpRequired {
    background-color: #FF8C8C;
    border-style: solid;
    border-width: 1px;
    border-color: #ff0000;
}

.inpSignUp {
    font-size: 1.2em;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 15px;
    width: 100%;
}

.subHead {
    font-size: 1.4em;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    padding: 20px;
}

.linkNoUnderline {
    text-decoration: none !important;
}

.imageLinkNoHover {
    border: solid 1px #FFFFFF;
    border-radius: 10px;
}

.imageLinkHover {
    text-decoration: none;
    border: solid 1px #5d7057;
    border-radius: 10px;
}

.txtBig {
    font-size: 1.5em;
    width: 300px;
}

.hintScrollDownBlue:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 20px #d3e9ff;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

.hintScrollDownGreen:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 20px #d7ffca;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}
