/* New look starts here */
#podimagelogo{
    width: auto;
    height: 60px;
    text-align: center !important;
    background: white;
}

#podimagelogo:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

#podimagelogoIMG{
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-height: 54px;
    max-width: 70px;
    padding-top: 3px;
    padding-bottom: 3px;
}

@media (min-width: 768px) {
    #cp-navbar-collapse {
        margin-left: 100px;
    }
}

#sf_admin_content {
    min-width: 440px !important;
}

#tabbedNav {
    min-width: 440px !important;
}

#tabbedNav > ul > li > img {
    height:      11px;
    width:       11px;
    margin-left: 5px;
}

#tabbedNav > ul > li.selected > img {
    -webkit-filter: invert(100%);
}

div#tabbedNav {
    width:               100%;
    height:              34px;
    position:            absolute;
    top:                 0px;
    left:                0px;
    color:               white;
    z-index:             3;
    background-image:    url(/images/menu_images/menu-bg-strip-black.png);
    background-repeat:   repeat-x;
    background-position: center bottom;
    white-space:         nowrap;
    background-color:    #DFB405;
    display:             block;
    font-family:         Arial, Verdana, Helvetica, sans-serif;
    font-size:           11px;
    padding-top:         3px;
}

html, body {
    height: 100%;
}

#mainContainer {
    display: table !important;
    width:   100% !important;
    height:  100% !important;
}

div#searchform {
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
    border:     1px solid #DDDDDD;
    padding:    5px;
    background: #FFFFFF;
    margin:     5px 5px 20px 5px;
    padding:    8px;
    display:    block;

}

body {
    background: #ffffff;
}

div#search_toggle {
    width:        99%;
    margin-left:  auto;
    margin-right: auto;
}

#mainContainer div#header {
    width:            99%;
    margin-left:      auto;
    margin-right:     auto;
    margin-top:       5px;
    background-color: #E2E2E2 !important;
}

#tabbedNav #userDescription {
    height:                13px;
    background:            transparent;
    -webkit-border-radius: 0px 0px 0px 0px !important;
}

#podimagelogo {
    box-shadow:            0px 0px 8px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow:    0px 0px 8px 3px rgba(0, 0, 0, 0.3);
    z-index:               25;
    position:              absolute !important;
    top:                   0 !important;
    left:                  10px !important;
}

.rightOptions {
    display: inline;
}

#headerGrey {
    width:        75%;
    margin-right: auto;
    margin-left:  auto;
}

#middleDiv {
    width:        75%;
    margin-left:  auto;
    margin-right: auto;
    background:   white !important;
    box-shadow:   0px 0px 8px 3px rgba(0, 0, 0, 0.1);
    border:       1px solid #AAAAAA;
    padding:      5px;
    min-height:   180px;
}

#theMiddleBit:after {
    content: " ";
    display: block;
    clear:   both;
}

.list_results {
    width:      99%;
    background: #ffffff;
    color:      black;
    margin:     5px;
}

#middleDiv h3 {
    position:       relative;
    left:           45px;
    padding-bottom: 5px;
    padding-top:    10px;
}

#address_collection_addition > form > div > sup{

}

table.data {
    width:        99% !important;
    margin-left:  auto;
    margin-right: auto;
}

#pod_form > table {
    margin-left:  auto;
    margin-right: auto;
}

#select_address {
    width:        75%;
    margin-right: auto;
    margin-left:  auto;
}

#select_addresses {
    margin:         5px;
    background:     white;
    color:          black;
    padding-bottom: 5px;
}

#select_addresses h3 {
    position:        relative;
    left:            45px;
    padding-bottom:  5px;
    text-decoration: underline;
}

#portal_username, #portal_password {
    width: 277px !important;
}

#sf_admin_header > div{
    margin-left: 5px !important;
    margin-right: 5px !important;
}

#footer {
    z-index:        100;
    color:          black;
    clear:          both;
    display:        block;
    padding-bottom: 50px;
}

#header h1 {
    text-align: center;
}

#yellowLine {
    height:     5px;
    width:      100%;
    position:   absolute;
    top:        0px;
    left:       0px;
    z-index:    20;
    background: #DFB405;
}

#tabbedNav > ul > li.selected > a {
    color: black !important;
}

#headerContainer div.logoutTab {
    float:        right;
    margin-right: 10px;
    height:       45px !important;
}


#mainContentWrapper {
    background:   white;
    width:        75%;
    margin-left:  auto;
    margin-right: auto;
    margin-top:   10px;
    box-shadow:   0px 0px 8px 3px rgba(0, 0, 0, 0.1);
    border:       1px solid #AAAAAA;
}

#mainContentWrapper > table > tfoot > tr > th > div {
    padding: 5px;
}

.rightOptions.pageOptions.clearfix {
    margin-right: 5px;
}

#mainContentWrapper > table > tbody > tr > td {
    padding-top:    5px;
    padding-bottom: 5px;
}

#mainContentWrapper > table > thead > tr > th {
    padding-bottom: 5px !important;
}

#delivery_address {
    padding-bottom: 10px;
    padding-left:   5px;
}

#invoice_address {
    padding-bottom: 10px;
    padding-left:   5px;
}

#tabbedNav > ul > li {

    -moz-border-radius:    5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius:         5px 5px 0px 0px;
    margin:                0px 0 0px -2px;
    border-bottom-color:   #E2E2E2 !important;
    border:                1px solid #E2E2E2;
    padding-bottom:        4px !important;
    padding-top:           6px;
    margin-left:           2px !important;
    margin-right:          2px !important;
}

@media screen and (min-width: 1081px) {

    #tabbedNav > ul > li {
        position: relative;
        left:     85px;
        top:2px !important;
    }
}

#tabbedNav > ul > li.selected {
    z-index:      999;
    margin-left:  -1px !important;
    margin-right: -1px !important;
    top: 3px !important;
    border:       1px solid #E2E2E2;
    background:   #E2E2E2;
!important;
    margin-left:  2px !important;
    margin-right: 2px !important;
}

#pod_form > table > tbody > tr > td {
    vertical-align: middle !important;
}

#pod_form > table > tfoot > tr > th > div {
    margin-left:  auto !important;
    margin-right: auto !important;
    text-align:   center;
    padding-top:  5px;
}

#pod_form > table > tfoot > tr > th {
    text-align:  center;
    padding-top: 5px;
}

#mainContentWrapper > table {
    width:        99%;
    margin-left:  auto;
    margin-right: auto;
}

#pod_form > h2 {
    padding: 20px 5px 10px 5px;
}

#mainContentWrapper > table > tfoot > tr > th {
    text-align: center;
}

#mainContentWrapper > div.list_results, #mainContentWrapper > table > tfoot > tr > th > div > span.current {
    text-align:     center;
    padding-bottom: 5px !important;
    margin-left:    10px !important;
    margin-right:   10px !important;
}

#mainContentWrapper > table > tfoot > tr > th > div > span > a {
    margin: 0 10px 0 10px;
}

#mainContentWrapper > table > tfoot > tr > th > div > a > img {
    margin-left:  10px;
    margin-right: 10px;
}

#pod_form > table > tfoot > tr > th > div > a {
    margin-left:  10px;
    margin-right: 10px;
}

#pod_form > table > tfoot > tr > th > div > span {
    margin-left:  10px;
    margin-right: 10px;
}

#columnHeading {
    width:        99% !important;
    margin-left:  auto;
    margin-right: auto;
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------- **/
/** -------------------------------------------------------------------------------------------------------------------------------------------------- **/
/** MOBILE 1080P-------------------------------------------------------------------------------------------------------------------------------------- **/
/** -------------------------------------------------------------------------------------------------------------------------------------------------- **/
/** -------------------------------------------------------------------------------------------------------------------------------------------------- **/

@media screen and (max-width: 1080px) {

    #podimagelogoIMG{
        max-width: 110px !important;
    }

    #userDescription {
        position: absolute !important;
        top:      -84px !important;
        left:     -55px !important;
    }

    @-moz-document url-prefix() {
        #tabbedNav > ul {
            top: 33px !important;
        }
    }

    #pod_form > table > thead > tr > th > a {
        font-size: 9px !important;
    }

    #mainContentWrapper {
        width:        99% !important;
        margin-left:  auto;
        margin-right: auto;
        margin-top:   70px;
    }

    #pod_form > table > tbody > tr td:nth-child(1), td:nth-child(2), td:nth-child(3), td:nth-child(4), td:nth-child(5), td:nth-child(6), td:nth-child(7), td:nth-child(8) {
        text-align: center !important;
    }

    #template_container > table > tbody > tr > td{
        text-align: left !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    #template_container > table > tbody > tr > td:nth-child(1){
        text-align: center !important;
    }

    #pod_form > table > tfoot > tr > th{
          border-top: 6px solid #F26522 !important;
    }

    #pod_form > table > tbody > tr td {
        border:     1px solid #dddddd !important;
        text-align: center !important;
    }

    #pod_form > table > tfoot > tr > th > div > a {
        font-size:     100%;
        padding-left:  5px;
        padding-right: 5px;
    }

    #pod_form > table > tfoot > tr > th > div > span {
        font-size:     135%;
        padding-left:  5px;
        padding-right: 5px;
    }

    #search_toggle > a {
        padding:    9px 9px 9px 50px;
        font-size:  1.5em;
        text-align: center;
        background-position: 10px 10px !important;
    }

    #pod_form > table > thead > tr > th {
        text-align: center !important;
    }

    #search_toggle > div > a {
        padding:    9px 9px 9px 50px;
        font-size:  1.5em;
        text-align: center;
        background-position: 10px 10px !important;;
    }

    #pod_form > div > div > p > input.inlineSubmit {
        width:  125px !important;
        height: 25px !important;
    }

    #email_address {
        height: 17px !important;
    }

    #header > h1 {
        font-size: 2em;

    }

    #footer > a > img {
        height: 57px;
    !important;
        width:  45px !important;
    }

    #footer {
        font-size: 110% !important;
    }

    #podimagelogo {
        height: 100px;
        width:  117px;
    }

    #tabbedNav > ul > li {
        padding-top:         15px;
        padding-bottom:      15px !important;
        font-size:           1.7em;
        border-bottom-color: #E2E2E2 !important;
        margin-left:         3px !important;
        margin-right:        3px !important;
        text-align:          center !important;
        z-index:             999 !important;
    }

    #tabbedNav {
        background-image:  url(/images/menu_images/menu-bg-strip-black.png) !important;
        background-repeat: repeat-x;
        background-size:   100px 100px;
        height:            92px !important;
    }

    #tabbedNav > ul > li {
        width:      22%;
        text-align: center;
        text-align: center;
        border:     2px solid #E2E2E2 !important;

    }

    #tabbedNav > ul > li.selected {
        text-align: center;
        border:     2px solid #E2E2E2 !important;
    }

    #tabbedNav > ul {
        width:        75% !important;
        margin-left:  auto !important;
        margin-right: auto !important;
        position:     absolute;
        left:         135px;
        top:          33px;
    }

    div.portal div#companyInfo {
        left: 190px !important;
    }

    #tabbedNav > ul > li > img {
        height:         20px;
        width:          20px;
        margin-left:    5px;
        vertical-align: middle;
    }

    #mainContentWrapper {
        width:        99%;
        margin-left:  auto;
        margin-right: auto;
        margin-top:   70px !important;
    }

    #header > h1 {
        font-size: 250%;
    }

    /* PODS */
    /* Force table to not be like tables anymore */
    #pod_form > table, th {
        display:   block !important;
        font-size: 120% !important;
    }

    #mainContentWrapper > table > tbody > tr > td{
        display:   block !important;
        font-size: 120% !important;
    }

    #mainContentWrapper > table > thead{
        display:   block !important;
        font-size: 120% !important;
    }

    #pod_form > table > thead{
        display:   block !important;
        font-size: 120% !important;
    }

    #mainContentWrapper > table > tbody > tr{
        display:   block !important;
        font-size: 120% !important;
    }

    #pod_form > table > tbody > tr > td{
        display:   block !important;
        font-size: 120% !important;
    }

    #mainContentWrapper > table > tbody{
        display:   block !important;
        font-size: 120% !important;
    }

    #pod_form > table > tbody{
        display:   block !important;
        font-size: 120% !important;
    }

    #pod_form > table > tbody > tr{
        display:   block !important;
        font-size: 120% !important;
    }

    #pod_form > table > tfoot > tr th, #pod_form > table > tfoot, #pod_form > table > tfoot > tr, #pod_form > table > tfoot > tr > th{
        display:   block !important;
        font-size: 120% !important;
    }

    #pod_form > table > tfoot > tr th{
        display:   block !important;
        font-size: 120% !important;
    }

    #template_container > table > tbody{
        width:100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #template_container > table > tbody > tr{
        width:100% !important;
    }


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

    #pod_form > table > tbody > tr > td, #mainContentWrapper > table > tbody > tr > td:not(.group_heading) {
        /* Behave  like a "row" */
        border:       none !important;
        position:     relative !important;
        padding-left: 50% !important;
        text-align:   left !important;
    }

    #pod_form > table > tbody > tr > td:before, #mainContentWrapper > table > tbody > tr > td:before {
        /* Now like a table header */
        position:      absolute !important;
        /* Top/left values mimic padding */
        left:          6px !important;
        width:         45% !important;
        padding-right: 10px !important;
        white-space:   nowrap !important;
        text-align:    right !important;
    }

    /* Label the data */
    #jobNumberTd:before {
        content:     "Job Number:";
        font-weight: bolder;
    }

    #podNumberTd:before {
        content:     "POD Number:";
        font-weight: bolder;
    }

    #dateSignedTd:before {
        content:     "Date Signed:";
        font-weight: bolder;
    }

    #customerTd:before {
        content:     "Customer:";
        font-weight: bolder;
    }

    #siteNameTd:before {
        content:     "Site:";
        font-weight: bolder;
    }

    #runheadJobTd:before {
        content:     "Run:";
        font-weight: bolder;
    }

    #jobTypeTd:before {
        content:     "Job Type:";
        font-weight: bolder;
    }

    #jobOrderRefTd:before {
        content:     "Ref Number:";
        font-weight: bolder;
    }

    #jobOrderRefTd2:before {
        content:     "Ref Number 2:";
        font-weight: bolder;
    }

    #statusIndicatorTd:before {
        content:     "Status/Warning:";
        font-weight: bolder;
    }

    #driverNameTd:before {
        content:     "Driver:";
        font-weight: bolder;
    }

    /* End */
    #pod_form > table > tbody > tr > td > input {
        float:      left !important;
        background: transparent !important;
    }

    table.podTable td {
        height: 20px !important;
    }

    #sf_admin_content {
        width:        95% !important;
        margin-left:  auto !important;
        margin-right: auto !important;
    }

    #pod_form > table > tbody {
        border: 2px solid #DA5A00;
    }

    #pod_form > table {
        width: 100% !important;
    }

    #pod_form > table > tfoot {
        width:   100% !important;
        display: block !important;
    }

    #pod_form > table > tfoot > tr > th > div > a {
        padding-left:  2px !important;
        padding-right: 2px !important;
    }

    #pod_form > table > tfoot > tr > th > div > span {
        padding-left:  5px !important;
        padding-right: 5px !important;
    }

    #pod_form > table > tbody > tr {
        padding-top:    10px !important;
        padding-bottom: 40px !important;
        border-bottom:  2px solid #DA5A00;
    }

    #pod_form > table > tbody > tr.odd {
        background: #DEDED8;
    !important;
    }

    #pod_form > table > tbody > tr.odd > td {
        background: #DEDED8;
    !important;
    }

    #pod_form > table > tbody > tr > td {
        background: white;
    !important;
    }

    #pod_form > table > tbody {
        margin-bottom: -2px !important;
    }

    #pod_form > table > tbody > tr > td > input {
        width:      20px;
        height:     20px;
        margin-top: 3px !important;
        position:   relative !important;
        left:       -95% !important;
    }

    /* END OF PODS STYLING */
    /* Navbar Styling */
    #tabbedNav > ul > li > img {
        height:         20px;
        width:          20px;
        margin-left:    5px;
        vertical-align: middle;
    }

    #tabbedNav > ul > li.selected > img {
        -webkit-filter: invert(100%);
    }

    /* END OF NAVBAR STYLING */
    /* Search Form Styling */
    #searchform {
        width:        92.5% !important;
        margin-left:  auto !important;
        margin-right: auto !important;
    }

    #searchform > form > div > label {
        font-size: 175% !important;
        width:     40% !important;
    }

    #searchform > form > ul > li > input {
        font-size: 150% !important;
        padding:   5px !important;
    }

    #searchform > form > div > input {
        height: 25px !important;
    }

    #searchform > form > div > select {
        font-size: 18px !important;
    }

    #searchform > form > div > label {
        vertical-align: middle !important;
        margin-top:     5px !important;
    }

    #searchform > form > div > input {
        border: 2px solid #6D6E71;
    }

    #filters_job_type {
        border: 2px solid #6D6E71;
    }

    /* END OF SEARCH FORM STYLING */
    /* Jobs Styling */
    /* Setting labels */
    #mainContentWrapper > table > tbody > tr > td.group_heading {

    }

    #mainContentWrapper > table > tbody > tr > td:nth-child(1):not(.group_heading):before {
        content:     "Job #:";
        font-weight: bolder;
    }

    #mainContentWrapper > table > tbody > tr > td:nth-child(2):not(.group_heading):before {
        content:     "PO #:";
        font-weight: bolder;
    }

    #mainContentWrapper > table > tbody > tr > td:nth-child(3):not(.group_heading):before {
        content:     "Collection Site:";
        font-weight: bolder;
    }

    #mainContentWrapper > table > tbody > tr > td:nth-child(4):not(.group_heading):before {
        content:     "Delivery Site:";
        font-weight: bolder;
    }

    #mainContentWrapper > table > tbody > tr > td:nth-child(5):not(.group_heading):before {
        content:     "Collection Date:";
        font-weight: bolder;
    }

    #mainContentWrapper > table > tbody > tr > td:nth-child(6):not(.group_heading):before {
        content:     "Delivery Date:";
        font-weight: bolder;
    }

    #mainContentWrapper > table > tbody > tr > td:nth-child(7):not(.group_heading):before {
        content:     "Status:";
        font-weight: bolder;
    }

    /* End Labels */
    #mainContentWrapper > table > thead {
        display: none !important;
    }

    #mainContentWrapper {
        width:        95% !important;
        margin-left:  auto !important;
        margin-right: auto !important;
    }

    #mainContentWrapper > table > tbody > tr > td {
        border-bottom: none;
        border-top:    none;
    }

    #mainContentWrapper > table > tbody > tr:nth-child(even) {
        background: white !important;
    }

    #mainContentWrapper > table > tbody > tr:nth-child(odd) {
        background: #DEDED8 !important;
    }

    #mainContentWrapper > table > tbody > tr > td {
        background: transparent !important;
    }

    #mainContentWrapper > table > tbody {
        width:        95% !important;
        margin-right: auto;
        margin-left:  auto;
        border:       2px solid #DA5A00;
    }

    #mainContentWrapper > table > tbody > tr > td.group_heading {
        margin-top: 0px !important;
    }

    #mainContentWrapper > table > tfoot > tr > th {
        width:        95% !important;
        margin-left:  auto !important;
        margin-right: auto !important;
        padding-left: 1px !important;
        padding-right: 2px !important;

    }

    #mainContentWrapper > table > tbody > tr.group_heading {
        border-bottom: 2px solid #DA5A00;
        background:    #DA5A00 !important;
    }

    #mainContentWrapper > table > tbody > tr:not(.group_heading) {
        padding-top:   10px !important;
        border-bottom: 2px solid #DA5A00;
    }

    #mainContentWrapper > table > tbody {
        margin-bottom: -2px !important;
    }

    #email_address {
        border: 2px solid #6D6E71 !important;
        height: 31px !important;
    }

    #pod_form > div > div > p > input.inlineSubmit {
        border: 2px solid #6D6E71 !important;
        height: 40px !important;
        margin-bottom: 15px !important;
    }

    #mainContentWrapper {
        padding-bottom: 15px !important;
    }

    #pod_form > .leftOptions{
        margin-bottom: 15px !important;
    }

    #delivery_address, #invoice_address {
        width:         95% !important;
        margin-right:  auto !important;
        margin-left:   auto !important;
        margin-bottom: 30px !important;
        float:         none !important;
        padding-left:  0px !important;
        font-size:     200% !important;
    }

    #mainContentWrapper > #select_addresses{
        text-align: center !important;
    }

    #address_collection_addition > form > div, #address_delivery_addition > form > div{
        text-align: left !important;
    }

    #invoice_address > h3, #delivery_address > h3 {
        font-size: 105% !important;
        left:      0px !important;
    }

    #loginbox {
        width:          95% !important;
        margin-left:    auto;
        margin-right:   auto;
        text-align:     center !important;
        vertical-align: middle !important;
    }

    #loginbox > h1 {
        display: none !important;
    }

    #loginbox > div.flash_success {
        display: none !important;
    }

    #tpfLogoLogin {
        display:       block !important;
        text-align:    center;
        width:         65% !important;
        margin-left:   auto;
        margin-right:  auto;
        margin-bottom: 40px !important;
        margin-top:    100px !important;
    }

    #tpfLogoLoginWrapper {
        width: 70% !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px !important;
    }

    #loginbox > div.flash_success {
        display: none !important;
    }

    #loginbox > div.loginForm {
        width:        65% !important;
        margin-left:  auto !important;
        margin-right: auto !important;
    }

    #loginbox > div.loginForm {
        font-size: 350% !important;
    }

    #portal_username, #portal_password {
        height:        75px !important;
        font-size:     100% !important;
        width:         75% !important;
        margin-left:   auto !important;
        margin-right:  auto !important;
        border:        3px solid black !important;
        margin-bottom: 20px !important;
    }

    #loginbox > div.loginForm > form > input.submit {
        padding:         15px 50px 15px 50px !important;
        font-size:       120% !important;
        width:           66% !important;
        margin-left:     auto !important;
        margin-right:    auto !important;
        background:      #FECE00 url('/images/lock.png') no-repeat 20px center !important;
        background-size: 30px 30px !important;
        border:          3px solid black !important;
        text-align:      center !important;
    }

    #select_collection_address_pane, #select_address_pane {
        width:         75% !important;
        margin-left:   auto !important;
        margin-right:  auto !important;
        margin-bottom: 10px !important;
        font-size: 80% !important;
    }

    #invoice_address {
        margin-left:  auto !important;
        margin-right: auto !important;
    }

    #mainContentWrapper > table > tfoot > tr > th {
        text-align: center !important;
    }

    #mainContentWrapper > table > tfoot > tr > th > div > span.current {
        font-size:     135%;
        padding-left:  2px;
        padding-right: 2px;
        font-size:     175% !important;
    }

    #mainContentWrapper > table > tfoot > tr > th > div > a > img {
        margin-left:  5px;
        margin-right: 5px;
    }

    #mainContentWrapper > table > tfoot > tr > th > div > span > a {
        margin-left:  5px;
        margin-right: 5px;
        font-size:    120% !important;
    }

    #mainContentWrapper > table > tfoot > tr > th {
        font-size: 120% !important;
    }

    #address_collection_addition {
        width:        95% !important;
        margin-left:  auto;
        margin-right: auto;
    }

    #header {
        width:      95% !important;
        margin-top: 20px !important;
    }

    #columnHeading {
        width:      95% !important;
        margin-top: 20px !important;
    }

    form[name="buildreportForm"] {
        width:        95% !important;
        margin-top:   20px !important;
        margin-left:  auto;
        margin-right: auto;
    }

    #search_toggle {
        width: 95% !important;
    }

    #loginbox > div.flash_failure {
        width:           61.5% !important;
        margin-right:    auto !important;
        margin-left:     auto !important;
        font-size:       250% !important;
        background:      #E75C58 url(/sf/sf_admin/images/error.png) no-repeat scroll 15px 25px;
        background-size: 25px 25px !important;
        padding-left:    40px !important;
    }

    #select_addresses {
        width:        95% !important;
        margin-left:  auto !important;
        margin-right: auto !important;
    }

    #address_collection > div.formRow > ul, #address_delivery > div.formRow > ul {
        font-size: 150% !important;
    }

    #template_container > table > tbody > tr > td:nth-child(1) {
        border: none !important;
    }

    #template_container > table > tbody > tr > td:nth-child(2) {
        border: none !important;
    }

    #template_container > table > tbody > tr {
        border-top:     2px solid #6D6E71;
        border-bottom:  2px solid #6D6E71;
        margin-bottom:  -1px;
        padding-bottom: 14px !important;
        padding-top:    25px !important;
    }

    #template_container > table > tbody > tr > td > label {
        font-size: 150% !important;
    }

    #template_container > table > tbody > tr > td > input {
        width:  70%;
        height: 35px;
    }

    #template_container > table > tbody > tr:last-child {
        border-bottom: none !important;
    }

    *[id^="jobtemplatefields"]:not(#jobtemplatefields_1217, #jobtemplatefields_2378) {
        height:     42px !important;
        text-align: center !important;
    }

    select[id^="jobtemplatefields"] {
        height: 42px !important;
    }

    #template_container > table > tbody > tr > td > button {
        height: 42px !important;
        width:  42px !important;
    }

    textarea[name^="jobtemplatefields"] {
        width:  70%;
        height: 200px;
    }

    #jobtemplatefields_2378, #jobtemplatefields_1217 {
        width:      35% !important;
        text-align: center !important;
    }

    #jobtemplatefields_2588, #jobtemplatefields_19165 {
        width: 70%;
    }

    #template_container > ul > li > input[type="submit"] {
        padding:   10px 25px 10px 25px !important;
        font-size: 200% !important;
    }

    #trigger_filters_date_from, #trigger_filters_date_to, #trigger_filters_collection_date, #trigger_filters_delivery_date {
        width:  30px !important;
        height: 30px !important;
    }

    #mainContentWrapper > form > div > div.formRow.clearfix.odd > label, #mainContentWrapper > form > div > div > label, #floor_media_date_from, #floor_media_date_to {
        font-size:      150% !important;
        padding-top:    10px;
        padding-bottom: 10px;
    }

    #trigger_floor_media_date_from, #trigger_floor_media_date_to {
        width: 25px;
    }

    #sf_admin_header > div {
        width:         95% !important;
        margin-left:   auto !important;
        margin-right:  auto !important;
        padding-left:  0px !important;
        padding-right: 0px !important;
    }

}

/** -------------------------------------------------------------------------------------------------------------------------------------------------- **/
/** -------------------------------------------------------------------------------------------------------------------------------------------------- **/
/** MOBILE 720P--------------------------------------------------------------------------------------------------------------------------------------- **/
/** -------------------------------------------------------------------------------------------------------------------------------------------------- **/
/** -------------------------------------------------------------------------------------------------------------------------------------------------- **/

@media screen and (max-width: 720px) {

    #delivery_address > div.actions, #invoice_address > div.actions, #delivery_address > h3, #invoice_address > h3 {
        font-size: 80% !important;
    }

    #header > h1 {
        font-size: 175% !important;
    }

    #address_collection > div.formRow > ul, #address_delivery > div.formRow > ul {
        font-size: 125% !important;
    }

    #template_container > table > tbody > tr > td > label {
        font-size:  120% !important;
        text-align: center !important;
    }

    #template_container > ul > li > input[type="submit"] {
        padding: 5px 18px 5px 18px !important;
    }

    textarea[name^="jobtemplatefields"] {
        width:  70%;
        height: 125px;
    }

    input[id^="jobtemplatefields"] {
        height: 25px !important;
    }

    select[id^="jobtemplatefields"] {
        height: 32px !important;
    }

    button[id*="jobtemplatefields"] {
        height: 31px !important;
        width:  31px !important;
    }

    div[id*="limitcount"] {
        font-size: 100% !important;
    }

    #mainContentWrapper > table > tbody > tr > td {
        font-size: 100% !important;
    }

    #pod_form > table > tbody > tr > td {
        font-size: 85% !important;
    }

    #trigger_filters_date_from, #trigger_filters_date_to {
        width:  25px !important;
        height: 25px !important;
    }

    #template_container > table > tbody > tr > td > button {
        height: 31px !important;
        width:  31px !important;
    }

    #tabbedNav > ul > li.selected > a, #tabbedNav > ul > li > a {
        min-width: 75px !important;
    }
}

/** -------------------------------------------------------------------------------------------------------------------------------------------------- **/
/** -------------------------------------------------------------------------------------------------------------------------------------------------- **/
/** VARIOUS FIXES------------------------------------------------------------------------------------------------------------------------------------- **/
/** -------------------------------------------------------------------------------------------------------------------------------------------------- **/
/** -------------------------------------------------------------------------------------------------------------------------------------------------- **/

@media screen and (max-width: 975px) {
    #tabbedNav > ul > li > a {
        font-size: 80% !important;
    }

}

@media screen and (max-width: 850px) {
    #tabbedNav > ul > li > img {
        display: none !important;
    }
}


/** Table runing out of space, using full width **/
@media screen and (max-width: 1380px) {
    #mainContentWrapper {
        width:        99%;
        margin-left:  auto;
        margin-right: auto;
        margin-top:   30px;
    }

}

/** Booking Screen center **/
@media screen and (max-width: 1160px) {
    #delivery_address:not(input), #invoice_address:not(h3, input) {
        width:         99% !important;
        margin-right:  auto !important;
        margin-left:   auto !important;
        margin-bottom: 30px !important;
        float:         none !important;
        padding-left:  0px !important;
        font-size:     220% !important;
    }
}

/** Pagination going crazy **/
@media screen and (max-width: 880px) {
    #pod_form > table > tfoot > tr > th > div > a {
        font-size:     100%;
        padding-left:  15px;
        padding-right: 15px;
    }

    #pod_form > table > tfoot > tr > th > div > span {
        font-size:     135%;
        padding-left:  15px;
        padding-right: 15px;
    }
}

/** Navbar stays fixed **/
@media screen and (max-width: 655px) {
    #pod_form > table > tfoot > tr > th > div > a {
        font-size:     100%;
        padding-left:  3px !important;
        padding-right: 3px !important;
    }

    #pod_form > table > tfoot > tr > th > div > span {
        font-size:     135%;
        padding-left:  3px !important;
        padding-right: 3px !important;
    }
}

/** Page nav **/
@media screen and (max-width: 660px) {
    #pod_form > table > tfoot > tr > th > div{
        font-size: 75% !important;
    }

    #pod_form > table > tfoot > tr > th > div > a{
        margin-left: 5px !important;
        margin-right:  5px !important;
    }

}

@media screen and (max-width: 645px) {

    #delivery_address > div.actions, #invoice_address > div.actions, #delivery_address > h3, #invoice_address > h3 {
        font-size: 60% !important;
    }
}







































