/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #000;
}

html, body{
    font-size: 11pt;
}
text, textarea {
    -webkit-appearance: none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    background-color: #FFFFFF;

}

a, a:hover {
    text-decoration: none;
    color: #777757;
}

body {
    background-attachment: fixed;
    background-color: #ffffff;
    background-attachment: fixed;
    font-size: 11pt;
    position: relative;
}

*:focus {
    outline: none;
}

.date_picker {
    width: 45%;
}

.headerContainer {
    height: 29px;
    width: 100%;
    background-color: #fff;
    position:relative;;
}

.tabHeader {
    float: left;
    background-color: #FFFFFF;
    padding: 3px 10px;
    display: inline-block;
    border: 1px solid #428bca;
    border-left: none;
    color: #9e9e9e;
    height: 22px;
}

.tabHeader-first {
    border-left: 1px solid #428bca;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

.tabHeader-last {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-rights-radius: 4px;
}

.tabContent {
    border: 1px solid #428bca;
}

.activeTab {
    font-weight: bold;
    color: #000;
    border-bottom: none;
    height: 23px;
}

.hiddenContent {
    display: none;
}

.admin_panel {
    box-sizing: border-box;
    display: inline-table;
    padding: 0 10px 10px 0;
    width: 100%;
}

.statistic {
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.statistic_small {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    width: 100%;
}

.small-text {
    color: #777757;
    font-size: 12px;
}

.padding-right-10px {
    padding-right: 10px;
}

.panel_290px {
    width: 290px;
    max-width: 290px;

}

.panel_395px {
    width: 395px;
}

.panel_800px {
    width: 800px;
}

.admin_panel_head {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 10px;
    background-color: #428bca;
    width: 100%;
    text-align: center;
    color: #ffffff;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.admin_panel_content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    background-color: #ffffff;
    width: 100%;
    color: #000000;
    border: 1px solid #428bca;
    width: 100%;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;
}

.admin-head {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background-color: #000000;
    color: #777575;
    display: block;
    text-align: left;
    line-height: 50px;
    font-size: 12pt;
    padding-left: 10px;
}

.admin-logged-in-panel {
    color: #ffffff;
    border: none;
    padding: 0 10px 0 0;
    height: 50px;
    line-height:50px;
    max-height: 50px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.job-table {
    border: 1px solid #C0C0C0;
    border-collapse: collapse;
    width: 100%;
}

.job-table th, .job-table td {
    border: 1px solid #C0C0C0;
    padding: 5px;
}
.date-col {
    max-width:80px;
    width: 80px
}

.date-col-wide {
    max-width: 140px;
    width: 120px;
}

.element-width_120px {
    max-width:140px;
    width: 120px;
}

.no-right-border {
    border-right: none !important;
}

.no-left-border {
    border-left: none !important;
}

.truncate-col {
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12pt;
    float: left;
    width: 210px;
    height: 100%;
    color: #777575;
}

.left-menu-padding {
    padding: 10px 0 0 10px;
}

.active-menu {
    color: #000000 !important;
    font-weight: bold;
}

.top-align {
    vertical-align: top;
}

.admin-menu-link, .admin-menu-link:hover {
    color: #777575;
    padding: 6px 0;
    text-decoration: none;
    display: block;
    padding-left: 10px;
}
.admin-body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-left: 210px;
    background-color: #ffffff;
}

.full-height {
    height: 100%;
    min-height: 800px;
}
.no-wrap {
    white-space: nowrap;
}
.button {
    background-color: #16a087;
    color: #ffffff;
    padding: 18px 50px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button:hover {
    color: #ffffff;
}

.warning-button {
    background-color: #ff9900;
    color: #ffffff;
}

.warning-button:hover {
    color: #ffffff;
}

.form-button {
    max-width: 90%;
    margin: auto;
    display: block;
}

.form-button-wide {
    max-width: 95%;
    margin: auto;
    display: block;
}

.fullWidth {
    box-sizing: border-box;
    width: 100%;
}

.loginPanel {
    width: 380px;
    max-width: 90%;
}

.centered {
    margin: auto;
}

.padding_10px {
    padding: 10px;
}

.large-textfield {
    width: 100%;
    box-sizing: border-box;
}
.error {
    background-color: coral;
    height: 40px;
    width: 100%;
    line-height: 40px;
    color: #ffffff;
}

.text-centered {
    text-align: center;
}


.text-right {
    text-align: right;
}

.block-display {
    display: block;
}
.clear_input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.45);
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #ffffff;
    margin: 10px 0;
    padding: 10px 0 10px 40px;
}
.logo {
    padding: 40px 0;
    width: 200px;
    display: block;
}
.username {
    background-image: url(../img/username-icon.png);
    background-repeat: no-repeat;
}

.password {
    background-image: url(../img/password-icon.png);
    background-repeat: no-repeat;
}

/* remove the autofill background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
    font-weight: 100;
    font-style: italic;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
    font-weight: 100;
    font-style: italic;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
    font-weight: 100;
    font-style: italic;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
}
:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
    font-weight: 100;
    font-style: italic;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
}
.panel-title {
    background-color: #777575;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #616161;
    padding: 10px 0;
    height: 50px;
    line-height:50px;
    max-height: 50px;
    text-align: center;
    width: 100%;
    position: fixed;
    z-index: 999;
}

.panel-title-block {
    height: 70px;
    line-height:70px;
    max-height: 70px;
}
.panel-subtitle {
    background-color: #9e9e9e;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #616161;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.panel-job {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url(../img/chevron.png);
    background-repeat: no-repeat;
    background-position: right 0px top 13px;
    border: none;
    border-bottom: 1px solid #c5c5c5;
    text-align: left;
    width: 100%;
    line-height: 25px;
    height: 70px;
    padding: 10px 0 0 10px;
}

.job-subtitle {
    color: #616161;
    font-style: italic;
    font-size: 12px;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
}
.noJobsPanel {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
}

.scrollingPanel {
    max-height: 300px;
    overflow: scroll;
}

.refreshImage {
    width: 300px;
    max-width: 90%;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.refreshImageFull {
    width: 300px;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: -1;
}

.job-link, .job-link:hover {
    color: #000000;
}

.logout {
    right: 10px;
    border: none;
    position: absolute;
    color: #777575;
    text-transform: uppercase;
}

.prev {
    position: absolute;
    left: 0px;
    top: 10px;
}

.logoutImg {
    height: 20px;
    margin-top: -5px;
}

.checkbox-wrapper {
    margin: 20px 0;
}

.checkbox {
    vertical-align: top;
    width: 30px;
    float: left;
    text-align: center;
}

.terms {
    margin-left: 30px;
    max-width: 90%;
    color: #ffffff;
}

.scroller {
    overflow: scroll;
    height: 95px;
    width: 100%;
}

.addImage {
    height: 75px;
    line-height:75px;
    width: 75px;
    display: inline-block;
    border: 5px dashed #C0C0C0;
    text-align: center;
    color: #C0C0C0;
}

.image {
    width: 75px;
    height: 75px;
    display: inline-block;
}
.hidden {
    display: none;
}

.clear_both {
    clear: both;
}
.jobCompletePanel {
    position: absolute;
    bottom: 20px;
    width: 100%
}

.padding-left5px {
    padding-left: 5px;
}

.archived {
    text-decoration: line-through;
}

.white-color, .white-color:hover {
    color: white;
}
/* ==========================================================================
   Form Container & elements
   ========================================================================== */
.form-container {
    margin: auto;
    max-width: 96%;
    /*width: 400px;*/
    padding: 0 0 25px 0;
}

.top-pad_20px {
    padding-top: 20px;
}

.bottom-margin_10px {
    margin-bottom: 10px;
}


.job-titleLabel {
    padding-top: 20px;
    width: 100%;
    display: block;
    color: #ffffff;
    border-bottom: 1px solid #C0C0C0;
}

.job-titleLabel-bottom {
    padding-top: 20px;
    width: 100%;
    display: block;
    color: #777575;
}

.job-titleLabel-bottom-zeropad {
    padding-top: 0px;
    width: 100%;
    display: block;
    color: #777575;
}

.job-titleLabel10pxPad {
    padding-top: 10px;
    width: 100%;
    display: block;
    color: #000;
}

.job-titleLabel-bold {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.job-titleLabel-half {
    padding-top: 20px;
    width: 49%;
    display: inline-block;
    color: #000;
}

.job-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #000000;
    padding: 0 0 0 10px;
}

.job-inputTall {
    height: 120px;
    line-height: 26px;
}

.job-inputSubmit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 0 0 20px 0;
}

.force-height {
    height: 30px;
    line-height: 30px;
}

.force-right {
    text-align: right;
}
/*###
# Switch
###*/

.switch-container {
    margin: 50px auto;
    width: 280px;
    text-align: center;
}
.switch-ontainer > .switch {
    display: block;
    margin: 12px auto;
}

.switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 30px;
    padding: 3px;
    background-color: white;
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
    background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
    background-image: -o-linear-gradient(top, #eeeeee, white 25px);
    background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 14px;
    text-transform: uppercase;
    background: #ff0000;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #fff;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
    content: attr(data-on);
    left: 8px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.switch-input:checked ~ .switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: white;
    border-radius: 15px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}
.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
    left: 43px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
    background: #4fb845;
}

.inline-block {
    display: inline-block;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
