/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
#Base 960 Grid
#Tablet (Portrait)
#Mobile (Portrait)
#Mobile (Landscape)
#Clearing */



/* #Base 960 Grid
================================================== */

    .container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha { margin-left: 0; }
    .column.omega, .columns.omega { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns { width: 40px; }
    .container .two.columns { width: 100px; }
    .container .three.columns { width: 160px; }
    .container .four.columns { width: 220px; }
    .container .five.columns { width: 280px; }
    .container .six.columns { width: 340px; }
    .container .seven.columns { width: 400px; }
    .container .eight.columns { width: 460px; }
    .container .nine.columns { width: 520px; }
    .container .ten.columns { width: 580px; }
    .container .eleven.columns { width: 640px; }
    .container .twelve.columns { width: 700px; }
    .container .thirteen.columns { width: 760px; }
    .container .fourteen.columns { width: 820px; }
    .container .fifteen.columns { width: 880px; }
    .container .sixteen.columns { width: 940px; }

    .container .one-third.column { width: 300px;}
    .container .two-thirds.column { width: 600px; padding: 10px; }

    /* Offsets */
    .container .offset-by-one { padding-left: 60px; }
    .container .offset-by-two { padding-left: 120px; }
    .container .offset-by-three { padding-left: 180px; }
    .container .offset-by-four { padding-left: 240px; }
    .container .offset-by-five { padding-left: 300px; }
    .container .offset-by-six { padding-left: 360px; }
    .container .offset-by-seven { padding-left: 420px; }
    .container .offset-by-eight { padding-left: 480px; }
    .container .offset-by-nine { padding-left: 540px; }
    .container .offset-by-ten { padding-left: 600px; }
    .container .offset-by-eleven { padding-left: 660px; }
    .container .offset-by-twelve { padding-left: 720px; }
    .container .offset-by-thirteen { padding-left: 780px; }
    .container .offset-by-fourteen { padding-left: 840px; }
    .container .offset-by-fifteen { padding-left: 900px; }
    #main_contain{
        min-height: 350px;
    }
    .fold-div{
        background: url(/images/milehigh.jpg) no-repeat center -250px;
        background-size: 100%;
        width: 100%;
        height: 400px;
        position:relative;
    }
    .home-container{
        position: relative;
    }
    .home-logo-div{
        position:relative;
        top: 65px;
        text-align: center;
    }
    .home-heading-1{
        font-family: "Arial Rounded MT Bold","Helvetica Rounded",Arial,sans-serif!important;
        color: white;
        font-weight: 900;
        font-size: 75px;
        text-shadow: 2px 2px #000;
    }
    .fold-content{
        position:absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
    }
    .fold-content a:nth-child(1) {
        margin-right: 50px;
    }

    .default-header-nav{
        text-align: right;
    }
    .default-header-nav a {
        color: #000;
    }
    .headline {
        line-height: 1em;
        padding-top: 50px;
    }
    .event-action-div{
        text-align:right;
    }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container { width: 768px; }
        .container .column,
        .container .columns { margin-left: 10px; margin-right: 10px; }
        .column.alpha, .columns.alpha { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega { margin-right: 0; margin-left: 10px; }
        .alpha.omega { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns { width: 28px; }
        .container .two.columns { width: 76px; }
        .container .three.columns { width: 124px; }
        .container .four.columns { width: 172px; }
        .container .five.columns { width: 220px; }
        .container .six.columns { width: 268px; }
        .container .seven.columns { width: 316px; }
        .container .eight.columns { width: 364px; }
        .container .nine.columns { width: 412px; }
        .container .ten.columns { width: 460px; }
        .container .eleven.columns { width: 508px; }
        .container .twelve.columns { width: 556px; }
        .container .thirteen.columns { width: 604px; }
        .container .fourteen.columns { width: 652px; }
        .container .fifteen.columns { width: 700px; }
        .container .sixteen.columns { width: 748px; }

        .container .one-third.column { width: 216px; padding: 10px;}
        .container .two-thirds.column { width: 472px; padding: 10px; }

        /* Offsets */
        .container .offset-by-one { padding-left: 48px; }
        .container .offset-by-two { padding-left: 96px; }
        .container .offset-by-three { padding-left: 144px; }
        .container .offset-by-four { padding-left: 192px; }
        .container .offset-by-five { padding-left: 240px; }
        .container .offset-by-six { padding-left: 288px; }
        .container .offset-by-seven { padding-left: 336px; }
        .container .offset-by-eight { padding-left: 384px; }
        .container .offset-by-nine { padding-left: 432px; }
        .container .offset-by-ten { padding-left: 480px; }
        .container .offset-by-eleven { padding-left: 528px; }
        .container .offset-by-twelve { padding-left: 576px; }
        .container .offset-by-thirteen { padding-left: 624px; }
        .container .offset-by-fourteen { padding-left: 672px; }
        .container .offset-by-fifteen { padding-left: 720px; }
    .foot_logo {
        margin-top: 15px;

    }
    #footer {
        text-align: center;
    }
        #main_contain{
        min-height: 400px;
    }
    }


/* #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }
    .logo_block {
        height: auto;
        padding-top: 25px;
    }
    .default-header-nav {
        text-align: center;
    }
    .default-header-nav a {
        color: #000;
    }
    .fold-div{
        background-size: 1700px!important;
        background-position: center center;
    }
    .home-logo-div{
        text-align:center;
    }
    .home-heading-1{
        font-family: "Arial Rounded MT Bold","Helvetica Rounded",Arial,sans-serif!important;
        color: white!important;
        font-weight: 900!important;
        font-size: 32px;
        text-shadow: 2px 2px #000;
    }
    #footer {
        text-align: center;
    }
    .foot_logo {

        margin-top: 15px;
    }
    #main_contain{
        min-height: 250px;
    }
    .event-action-div{
        text-align:left;
        font-size: .95em;
    }
    .headline{
        padding-top: 0px!important;
        font-size: 1.5em;
        text-align: center!important;
    }


    .full-table table,.full-table thead,.full-table th,.full-table tbody,.full-table td,.full-table tr {display: block!important;}
    .full-table {
            border: none!important;
        }

        .edit-table{
            border: none!important;
        }

	/* Hide table headers (but not display: none;, for accessibility) */
	.full-table thead tr {
		position: absolute!important;
		top: -9999px!important;
		left: -9999px!important;
	}

	.full-table tr { border: 1px solid #ccc!important; }

	.full-table td {
		/* Behave  like a "row" */
		border: none!important;
		position: relative!important;
		padding-left: 48%!important;
                height: auto!important;
	}

	.full-table td:before {
		/* Now like a table header */
		position: absolute!important;
		/* Top/left values mimic padding */
		top: 6px!important;
		left: 6px!important;
		width: 50%!important;
		padding-right: 5px!important;
		white-space: nowrap!important;
	}
        .event_view_table td:before {
            display: none!important;
            width: 0%!important;
        }
        .event_view_table td {
		/* Behave  like a "row" */
		padding-left: 1%!important;
	}

        .full-table tbody tr:first-child td{
            padding-top: 5px!important;
            padding-bottom: 5px!important;
        }

        .pos_row {
            height: auto!important;
            margin-top: 10px;
        }
        .position {
            background-color: #c1e1a6!important;
            color: #000!important;
            font-weight: bold!important;
        }
        .position strong{
            color: #000!important;
            font-weight: bold!important;
        }
        .first-mobile-row {
            background-color: #666!important;

        }

        .call-time {
            padding: 0px!important;
        }
        .profile-pic {
            display: block!important;
        }
        .inoutblock {
            display: block;
        }
        .pad {
            padding: 5px!important;
        }
        strong {
            font-weight: normal!important;
        }

        .job-overview-headers{
            display: block!important;
            width: 100%!important;
        }
	/*
	Label the data
         profile table
        */
        .profile_table td:nth-of-type(1):before { content: "Position:"; }
	.profile_table td:nth-of-type(3):before { content: "Global Rating:"; }
	.profile_table td:nth-of-type(2):before { content: "Your Rating:"; }
	.profile_table td:nth-of-type(4):before { content: "Mark Preferred:"; }

        .preferred-job-table td:nth-of-type(1):before { content: "Position:"; }
        .preferred-job-table td:nth-of-type(2):before { content: "Date:"; }
        .preferred-job-table td:nth-of-type(3):before { content: "Time:"; }
        .preferred-job-table td:nth-of-type(4):before { content: "Event:"; }
        .preferred-job-table td:nth-of-type(5):before { content: "Company:"; }
        .preferred-job-table td:nth-of-type(6):before { content: "Crewer:"; }
        .preferred-job-table td:nth-of-type(7):before { content: ""; }

        /*available job table*/
        .available-job-table td:nth-of-type(1):before { content: "Position:"; }
        .available-job-table td:nth-of-type(2):before { content: ""; }
        .available-job-table td:nth-of-type(3):before { content: "Call Time:"; }

        /*event-view-table*/
        .event_view_table > td:nth-of-type(1):before:not(.applicant-td) { content: "Position:"; }
        .event_view_table > td:nth-of-type(2):before { content: "Call Time: "; }
        .event_view_table > td:nth-of-type(3):before { content: "Assigned Tech: "; }
        .event_view_table > td:nth-of-type(4):before { content: "Confirmation: "; }
        .event_view_table > td:nth-of-type(5):before { content: "Responses: "; }

        /*job-view-table*/
        .job-view-table > td:nth-of-type(1):before { content: "Position:"; }
        .job-view-table > td:nth-of-type(2):before { content: "Call Time: "; }
        .job-view-table > td:nth-of-type(3):before { content: "Assigned Tech: "; }
        .job-view-table > td:nth-of-type(4):before { content: "Status: "; }
        .job-view-table > td:nth-of-type(5):before { content: "Action: "; }

        /*log-view-table*/
        .log-view-table td:nth-of-type(1):before { content: "Action:"; }
        .log-view-table td:nth-of-type(2):before { content: "Position: "; }
        .log-view-table td:nth-of-type(3):before { content: "Action By: "; }
        .log-view-table td:nth-of-type(4):before { content: "Affected Who: "; }
        .log-view-table td:nth-of-type(5):before { content: "Date: "; }

        /*event-overview-table*/
        .event-overview-table td:nth-of-type(1):before { content: "Upcoming Event:"; }
        .event-overview-table td:nth-of-type(2):before { content: "Facility: "; }
        .event-overview-table td:nth-of-type(3):before { content: "Date: "; text-align: left!important;}
        .event-overview-table td:nth-of-type(4):before { content: "Action: "; text-align: left;}
        .event-overview-table .right-align{text-align: left!important;}
        .action-link-button {width: 100%;text-align: center!important;}


        /*position-creation-table*/
        .position-creation-table td:nth-of-type(1):before { content: "Position: "; }
        .position-creation-table td:nth-of-type(2):before { content: "Recruit Level: "; }
        .position-creation-table td:nth-of-type(3):before { content: "Preferred Tech: "; }
        .position-creation-table td:nth-of-type(4):before { content: 'Call Time: '; }
        .position-creation-table td:nth-of-type(5):before { content: " "; }

        /*close-table*/
        .close-table td:nth-of-type(1):before { content: "Event: "; }
        .close-table td:nth-of-type(2):before { content: "Start Date: "; }
        .close-table td:nth-of-type(3):before { content: "End Date: "; }
        .close-table td:nth-of-type(4):before { content: 'Action: '; }

        /*close-position-table*/
        .close-position-table td:nth-of-type(1):before { content: "Position: "; }
        .close-position-table td:nth-of-type(2):before { content: "Tech: "; }
        .close-position-table td:nth-of-type(3):before { content: "Hours: "; }

        /*close-rating-table*/
        .close-rating-table td:nth-of-type(1):before { content: "Position: "; }
        .close-rating-table td:nth-of-type(2):before { content: "Tech: "; }
        .close-rating-table td:nth-of-type(3):before { content: "Rating: "; }

        /*docs-table*/
        .docs-table td:nth-of-type(1):before { content: "Document: "; }
        .docs-table td:nth-of-type(2):before { content: "Upload Date: "; }
        .docs-table td:nth-of-type(3):before { content: "Uploaded By: "; }
        .docs-table td:nth-of-type(4):before { content: "Action: "; }

        /*pay-rate-table*/
        .pay-rate-table td:nth-of-type(1):before { content: "Position: "; }
        .pay-rate-table td:nth-of-type(2):before { content: "Standard Rate: "; }
        .pay-rate-table td:nth-of-type(3):before { content: "Half Rate: "; }
        .pay-rate-table td:nth-of-type(4):before { content: "Overtime Rate: "; }

        /*decline-table*/
        .decline-table td:nth-of-type(1):before { content: "Name: "; }
        .decline-table td:nth-of-type(2):before { content: "Event: "; }
        .decline-table td:nth-of-type(3):before { content: "Event Date: "; }
        .decline-table td:nth-of-type(4):before { content: "Position: "; }
        .decline-table td:nth-of-type(5):before { content: "Date Declined: "; }
        .decline-table td:nth-of-type(6):before { content: "Action: "; }

        /*canceled-job-table*/
        .canceled-job-table td:nth-of-type(1):before { content: "Date: "; }
        .canceled-job-table td:nth-of-type(2):before { content: "Position: "; }
        .canceled-job-table td:nth-of-type(3):before { content: "Event: "; }
        .canceled-job-table td:nth-of-type(4):before { content: "Removal Date: "; }
        .canceled-job-table td:nth-of-type(5):before { content: "Confirm Removal"; }

        /*job-header-table*/
        .job-header-table{

        }
        .job-overview-positions tr{
            margin-bottom: 12px;
        }
        .job-overview-main-table td{
            text-align: left!important;
        }
        .job-overview-positions td:first-child{
            background-color: #fff!important;
            color: #000!important;
            margin-bottom: 15px;
        }
        .job-overview-main-table button {
            margin-bottom: 25px!important;
        }

        /*available-job-table*/
    }

/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
            .logo_block {
        height: auto;
        padding-top: 25px;
    }
    #footer {
        text-align: center;
    }
    .foot_logo {

    margin-top: 15px;
    }
    #main_contain{
        min-height: 375px;
    }
    .headline{
        padding-top: 0px!important;
        font-size: 1.8em;
        text-align: center!important;
    }

    }

/* #footer
================================================== */

#footer {
    width: 100%;
    background: url(../images/footer_bg.png);
    min-height: 150px;
    border-top: 1px solid #000;
    color: #c0c0c0!important;
    padding-bottom: 20px;
}


/*print media
/*================================================ */
#print {
    display: none;
}
@media print {

    #print {
        display: block;
        width: 100%;
        margin: 0 auto;
        background-color: transparent!important;
    }
    #print * {
        background-color: transparent!important;
        color: #000!important;
    }
    #no-print {
      display: none;
    }
    .no-print {
      display: none;
    }
    .roster-table-logos {
        page-break-after: always;
    }
}


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/* #Padding Fixes
================================================== */
.pad-inner {
    padding: 10px;
    margin: 0 auto;
}
