﻿/*
    Pallette 1:
    Brown: 6E281F
    Gray: CCDDC8
    Yellow: F4BD00
    Teal: 478D89
    Black: 262626

    Pallette 2 - gunmetal
    Black: 04090D
    Dark Grey: 152126
    Med Grey 1: 4C5958
    Med Gray 2: 818C84
    Light Grey: BFBFB0
*/


body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url('../Content/images/logistic_background_1.jpg');        
    background-repeat: no-repeat;        
    position: relative;
    background-size: cover;
    width: 100%;            
    height: 100%;       
    margin: 0px;      
    background-attachment: fixed;
    font-size: 14px !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
     background-color: #eeeeee;
}


.pickDisplay {
    font-size: 1.1em;
    color: #fff;
    font-weight: bold;
}

.hideCheck {
    visibility: hidden;
}
.sliderCheckBox {
    width: 45px;
    height: 15px;
    background: #555;
    margin: 10px 10px;
    position: relative;
    border-radius: 5px;
}
.sliderCheckBox label {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: -2px;
    left: -3px;
    background: rgb(255, 106, 0);
}

    .sliderCheckBox input[type=checkbox]:checked + label {
        left: 27px;
        background-color: #00ff21;
    }






.input-group {
    width: 100% !important;
}

.radio_title {
    font-size: 1em;
    margin-top: 0px !important;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.btn_uncheck {
    background-color: #F4BD00;
    color: rgb(125, 4, 4);
    border-radius: 7px;
    font-weight: bold;
    border: none;
    margin-top: 10px;
}

.rowMarginBottom {
    margin-bottom: 14px;
}

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate  { 
    max-width: 48% !important; 
    margin: 0px !important; 
    padding: 0px !important; 
}

.dataTables_length, .dataTables_info {
    float: left !important;
    vertical-align: top;
}
.dataTables_filter, .dataTables_paginate  {
    float: right !important;
    vertical-align: top;
}
.paginate_button {
    padding: 2px 6px !important;
}


.tempLogo {
    padding: 20px 0px;
}
    .tempLogo a:hover {
        text-decoration: none;
    }

.sLogo_a{
    font-size: 36px !important;
    letter-spacing: 4px;
    color: #04090D;
}
.sLogo_b{
    font-size: 36px !important;
    letter-spacing: 4px;
    color: #BFBFB0;
}
.sLogo_tag {
    font-size: 20px !important;
    color: #04090D;
    font-style: italic;
    letter-spacing: 18px;
}
.sLogo_d {
    font-size: 36px !important;
    letter-spacing: 4px;
    color: #152126;
}

.nl_JobsText {
    font-size: 22px;
    color: #F4BD00;
    letter-spacing: 4px;
}
.nl_FresnoText {
    font-size: 22px;
    color: #BFBFB0;
    letter-spacing: 4px;
}
.nl_LogisticsText {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 13px;
    font-style: italic;
}

.nav_footer{
    font-size: 14px !important;
}

.aCenter {text-align: center;}
.aLeft {text-align: left;}
.aRight {text-align: right;}

.redText { color: rgb(255, 0, 0) !important; }
.greenText { color: rgb(12, 101, 22) !important; }
.OrangeText { color: rgb(255, 106, 0)}
.whiteText { color: #ffffff !important; }

.val_NoAnswer {
    color: #282b31;
    font-style: italic;
}
.val_No {
    color: #ae0c0c;
}
.val_Yes {
    color: #0c3e10;
}


.subtitle {
    display: flex;
    font-size: 1.4em;
    font-weight: bold;
    color: #BFBFB0;
    margin-top: 12px;
}


.row_Title {
    background-color: #101010;
    color: #F4BD00;
    font-size: 20px !important;
}
.row_odd {
    background-color: #c9d0b5;
    font-size: .8em;
    padding: 6px;
}
.row_even {
    background-color: #ffffff;
    font-size: .8em;
    padding: 6px;
}

.jfBrand {
    font-size: 3em !important;
    padding: 26px 20px 20px 10px;
    color: #818C84;
}
.brandHighlight {
    color: #F4BD00 !important;
}

.navbar {
    background-color: #152126;
}
.navbar-collapse {
    padding: 12px 0px;
}
.nav_footer {
    color: #BFBFB0;
    padding: 16px 0px;
}
.admin_navbar {
    background-color: inherit !important;
    border-color: inherit !important;
    padding: 0px !important;
    margin: 0px !important;
}

.adNav > li {
    border: 1px solid #F4BD00;
    margin: 0px 4px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.adNav > li > a {
    color: #F4BD00 !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.adNav > li:hover {
    border: 1px solid #152126 !important;
    color: #152126 !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.adNav > li > a:hover {
    color: #152126 !important;
}

.lightLink {
    color: #BFBFB0;
}

.noPad { padding: 0px !important; margin: 0px !important;}

.navbar-fixed-top {
    margin: 0px !important;
    padding: 0px !important;
}
.hdr_LogoBar {
    border-top: 1px solid #F4BD00;
    border-bottom: 1px solid #F4BD00;
    background-color: #818C84;
    margin-top: 13px !important;
}

.hdr_LogoBar_back {
    background-image: url('../Content/images/trucktires_0.jpg');        
    background-repeat: no-repeat;        
    position: relative;
    background-size: cover;
    min-width: 100%;            
    min-height: 100%;       
    margin: 0px;      
    background-attachment: fixed;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=30);
	/* Older than Firefox 0.9 */
	-moz-opacity:0.3;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.3;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.3;

}
.hdr_Logo {
    z-index: 5;
}


.trans_no {
    padding: 12px;
}
.trans_white {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.85);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    padding: 12px;
}
.trans_ltGrey {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(129, 140, 132) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(129, 140, 132, 0.85);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#818C8400, endColorstr=#818C8400);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#818C8400, endColorstr=#818C8400)";
    padding: 12px;
}
.trans_dkGrey {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(21, 33, 38) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(21, 33, 38, 0.85);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#15212600, endColorstr=#15212600);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#15212600, endColorstr=#15212600)";
    padding: 12px;
}

.promoText {
    font-size: 22px;
    font-weight: bold;
    color: #152126;
}

.fldRequired {
    border: 4px solid #F4BD00;
}

.btn_BackTop {
    display: none;
    background-color: #BFBFB0;
    border: 2px solid #152126;
    font-size: 1em;
    color: #152126 !important;
    padding: 8px 8px;
    font-weight: bold;
    position: fixed;
    z-index: 900;
    right: 40px;
    bottom: 70px;
}






.ui-datepicker {
    background-color: #BFBFB0;
    color: #152126;
}
.ui-datepicker a {
    color: #080808;
}
.ui-datepicker-next {
    float: right !important;
    padding: 2px 6px !important;
    cursor: pointer !important;
}
.ui-datepicker-header {
    background-color: #152126 !important;
    color: #ffffff;
}
.ui-datepicker-header a {
    color: #F4BD00;
}
.ui-datepicker-prev {
    float: left !important;
    padding: 2px 6px !important;
    cursor: pointer !important;
}
.ui-datepicker-title {
    font-weight: bold;
    text-align: center;
}
.ui-datepicker-year {
    width: 100%;
}
.ui-datepicker-calendar{
    width: 100%;
}
.ui-datepicker-other-month {
}
.ui-datepicker-unselectable {
}
.ui-datepicker-current-day {
}
.ui-datepicker-today {
    background-color: #F4BD00;
}
.ui-datepicker-current-day a {
    color: #152126 !important;
    cursor: pointer !important;
}

.ui-datepicker-calendar td {
    padding: 2px 4px;
}

.admin_navbar button {
    border: 1px solid #F4BD00 !important;
    background-color: #818C84;
}

.admin_navbar .icon-bar {
    color: #F4BD00;
    border: 1px solid #F4BD00 !important;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* STYLES GO HERE */

    .hideSmall {
        display: none;
    }

    th, td {
        font-size: 10px !important;
    }

    button {
        font-size: 11px !important;
    }

    .btn_BackTop {
        display: none;
        background-color: #BFBFB0;
        border: 2px solid #152126;
        font-size: 1em;
        color: #152126 !important;
        padding: 8px 8px;
        font-weight: bold;
        position: fixed;
        z-index: 900;
        right: 40px;
        bottom: 100px;
    }

    .sLogo_d {
        font-size: 24px !important;
        letter-spacing: 2px;
    }

    .dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate  { 
        font-size: 10px !important;
    }

    .dropdown-menu li a {
        color: #ffffff;
    }

}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* STYLES GO HERE */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* STYLES GO HERE */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* STYLES GO HERE */
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* STYLES GO HERE */
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* STYLES GO HERE */
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
/* STYLES GO HERE */
}
