/*
* Cre8ve structural template V2.0.1
* Copyright Cre8ve Online.
* http://www.cre8veonline.com
*/

  
/* DESKTOP  CONTAINER */
@media (min-width: 1025px) {

.prime {
max-width: 800px;
}

} /* end of Desktop Query */



/* NAVBAR
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.navbar {
height: 52px;
padding: 0;
position: relative;
border-bottom: border-bottom: 1px solid rgba(0,0,0,0.15);
}

.navbar .toggleMenu {
float: left;
}

.navbar .glyphicons {
color: #f26722;
font-size: 2.2rem;
padding: 15px;
}

.navbar .glyphicons:hover {
cursor: pointer;
}

.navbar-visible .navbar  {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1001;
background: #404040;
}

.welcome {
display: inline-block;
height: 52px;
color: #fff;
vertical-align: middle;
line-height: 52px;
}

.greet {
display: none;
}

.right {
display: inline-block;
float: right;
height: 52px;
}

.right a {
display: block;
float: left;
height: 52px;
border-left: 1px solid rgba(0,0,0,0.15);
text-decoration: none;
vertical-align: middle;
line-height: 52px;
padding: 0px 15px;
}



/* TABLET UP for NAVBAR */
@media (min-width: 550px) {

.greet {
display: block;
float: left;
padding-right: 5px;
}


} /* end of Tablet Query */






/* CSS Mobile up for OFFCANVAS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.a-nav,
.accordion {
margin: 0;
}

/*
.cre8ve .move-right > .inner-wrap {
    webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}
 */
.cre8ve .left-off-canvas-menu {
	background: #232323;
}

.cre8ve .move-right .exit-off-canvas {
	box-shadow: none;
}

.cre8ve .left-off-canvas-menu .accordion dd.a-nav *,
.accordion .a-nav > .content.active,
.accordion dd > .content.active {
  background: none;
  color: #f26722;
  text-decoration: none;
  font-size: 19px;
}

.cre8ve .left-off-canvas-menu .accordion dd.a-nav a,
.accordion .a-nav > .content.active a {
  display: block;
}

.cre8ve .left-off-canvas-menu .accordion dd.a-nav a:hover,
.accordion .a-nav > .content.active a:hover {
  background: rgba(255,255,255,0.1);
}

.accordion .a-nav > .content.active,
.accordion .a-nav > .content.active ul,
.accordion .a-nav > .content.active ul li {
padding: 0;
margin: 0;
}

.accordion .a-nav > .content.active ul li a{
padding: 10px 10px 10px 30px;
}

.accordion .a-nav > .content.active ul li a{
padding: 10px 10px 10px 30px;
}

.accordion .a-nav > .content.active ul {
    list-style: none;
    padding: 0;
	background: rgba(0,0,0,0.1);
}

.accordion .a-nav a {
	border-bottom: rgba(255,255,255,0.05) 1px solid;
}

.accordion .a-nav a[aria-expanded="true"] {
	background: rgba(0,0,0,0.1)!important;
}

.accordion .a-nav.first a {
	height: 31px;
	line-height: 31px;
}



/* TABLET UP for OFFCANVAS */
@media (min-width: 550px) {



} /* end of Tablet Query */





/* CSS Mobile up for UTILITIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.hidden, .hide {
display: none!important;
}

.clearfix {
clear: both;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

.showme {
background: #0f0;
}

.spacer {
height: 2rem;
}

/* TABLET UP for UTILITIES */
@media (min-width: 550px) {



} /* end of Tablet Query */



/* CSS Mobile up for CONTENT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
min-height: 100%;
}

body {
  background: rgb(68,68,68); /* Old browsers */
background: -moz-radial-gradient(top center, ellipse cover,  rgba(68,68,68,1) 0%, rgba(top,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, top center, 0px, top center, 100%, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(25,25,25,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(68,68,68,1) 0%,rgba(25,25,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(top center, ellipse cover,  rgba(68,68,68,1) 0%,rgba(25,25,25,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(top center, ellipse cover,  rgba(68,68,68,1) 0%,rgba(25,25,25,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at top center,  rgba(68,68,68,1) 0%,rgba(25,25,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#191919',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-position: fixed;
background-repeat: no-repeat;
background-size: cover;
overflow: auto;
min-height: 100%;
}

header {
margin-bottom: 4rem;
}

header img {
width: 100%;
}

a {
color: #f26722;
}

.prime {
margin-top: 45px;
border-radius: 0.5px;
}

.scrold .prime {
margin-top: 100px;
}

h1 {
text-align: left;
color: #f26722;
}

.content {
margin-top: 4rem;
}

.content h2 {
margin: 4rem 0 1rem;
}

.content h3 {
font-size: 2rem;
margin-top: 2rem;
}


.nestbers ol {
  counter-reset: section;
  list-style-type: none;
}

.nestbers li:before {
  counter-increment: section;
  content: counters(section, ".") "    ";
}

/* TABLET UP for CONTENT */
@media (min-width: 550px) {

.content h2 {
margin: 5rem 0 2rem;
font-size: 3rem;
}

.content h3 {
font-size: 2rem;
}

.header {
text-align: center;
padding: 30px;
}

.header img {
width: 75%;
max-width: 480px;
}

} /* end of Tablet Query */


/* DESKTOP UP for CONTENT */
@media (min-width: 1025px) {

h1 {
font-size: 6rem;
}

.content h3 {
font-size: 3rem;
}

.prime {
margin-top: 95px;
}

.scrold .prime {
margin-top: 150px;
}

} /* end of Desktop Query */


/* CSS Mobile up for FORMS
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.form label {
font-weight: 400;
margin: 0 0 .5rem 1rem;
font-size: 17px;
}

.form form {
margin-bottom: 2rem;
}

.select select {
background: transparent;
font-size: 19px;
border: 1px solid rgba(255,255,255,0.1);
color: #f26722;
border-radius: 4px;
width: 100%;
height: 43px;
line-height: 1;
-webkit-appearance: none;
-moz-appearance:none;
appearance: none;
}

.select select:focus {
     outline: 0 none; 
     border:1px solid #f26722;
     -webkit-box-shadow: 0px 0px 5px  #f26722;
     box-shadow: 0px 0px 5px  #f26722;
 }

.select {
width: 100%;
height: 43px;
overflow: hidden;
background: url("../img/dd-d-o.7e2ccc680f3c.png") no-repeat right #222;
line-height: 30px;
margin-bottom: 2rem;
}

.select option {
background: #222;
color: #f26722;
outline: 1px solid #f26722;
}



.dateselect {
margin-bottom: 2rem;
clear: both;
overflow: hidden;
height: 87px;
height: 26vw;
position: relative;
}

.checkbox {
position: relative;
	float: left;
	margin: 0 0 0 10px;
margin: 0 0 0 4vw;
	border-radius: 4px;
	background: #222;
	height: 50px;
	height: 15vw;
}

.checkbox:first-of-type {
margin: 0;
}

.checkbox label{
    background: none;
    display: inline-block;
	width: 50px;
    height: 50px;
    width: 15vw;
    height: 15vw;
	margin: 0;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
	z-index: 100;
}

.checkbox:first-of-type label {
    width: 67px;
	width: 20vw;
}

.checkbox input[type=radio]{
    display: none;
}

.checkbox input[type=radio]:checked + label{
-webkit-box-shadow: inset 0px 0px 0px 1px  #f26722;
-moz-box-shadow:    inset 0px 0px 0px 1px  #f26722;
box-shadow:         inset 0px 0px 0px 1px  #f26722;
}

.checkbox .display {
position: static;
height: 100%;
width: 100%;
margin-top: -54px;
margin-top: -16vw;
color: #f26722;
text-align: center;
z-index: -99;
pointer-events: none;
}

.display .day {
text-transform: capitalize;
font-size: 17px;
line-height: 20px;
padding-top: 5px;
font-size: 5vw;
line-height: 6vw;
padding-top: 1.5vw;
}

.display .date {
text-transform: uppercase;
font-size: 10px;
font-size: 3.25vw;
font-weight: 700;
}

.dates-next {
color: #f26722;
height: 17px;
height: 5vw;
font-size: 18px;
padding: 17px 0 17px 7px;
padding: 5vw 0 5vw 2vw;
float: right;
}

.dates-last {
color: #f26722;
height: 17px;
height: 5vw;
font-size: 18px;
padding: 17px 7px 17px 0;
padding: 5vw 2vw 5vw 0;
float: left;
}

.second {
display: none;
}

.second .checkbox {
margin: 0 10px 0 0 ;
margin: 0 3vw 0 0 ;
}

.checkbox.indefinitely {
width: 130px;
width: 41vw;
margin-right: 0;
float: right;
}

.checkbox.indefinitely label{
    width: 130px;
    width: 41vw;
}

input.submit {
width: 100%;
background: #f26722;
color: #fff;
text-transform: none;
font-size: 19px;
text-align: center;
padding: 15px 0;
border-radius: 4px;
box-shadow: none;
border: none;
}

/* TABLET UP for FORMS */
@media (min-width: 550px) {

.form label {
font-size: 19px;
}

.select select {
font-size: 21px;
height: 63px;
}

.select {
height: 63px;
line-height: 50px;
}


.dateselect {

height: 14vw;
margin-bottom: 4rem;
}

.checkbox {
position: relative;
	float: left;
margin: 0 0 0 2vw;
	border-radius: 4px;
	background: #222;
	height: 9vw;
}

.checkbox label{
    width: 7.5vw;
    height: 9vw;
}

.checkbox:first-of-type label {
    width: 11vw;
}


.checkbox .display {
margin-top: -9vw;
}

.display .day {
font-size: 2.5vw;
line-height: 3vw;
padding-top: 0.75vw;
}

.display .date {
font-size: 1.6vw;
}

.dates-next {
display: none;
}

.dates-last {
display: none;
}

.second {
display: block;
float: left;
}

.second .checkbox {
margin: 0  0 0 10px;
margin: 0  0 0 1.5vw;
}

.checkbox.indefinitely {
width: 20.9vw;
}

.checkbox.indefinitely label{
    width: 20.9vw;
}

input.submit {
font-size: 25px;
}

} /* end of Tablet Query */


/* DESKTOP UP for FORMS */
@media (min-width: 1025px) {


.select select {
font-size: 21px;
height: 43px;
}

.select {
height: 43px;
line-height: 30px;
}


.dateselect {
height: 160px;
margin-bottom: 0;
}

.checkbox {
position: relative;
	float: left;
margin: 0 0 0 15px;
	border-radius: 4px;
	background: #222;
	height: 70px;
}

.checkbox label{
    width: 75px;
    height: 70px;
}

.checkbox:first-of-type label {
    width: 120px;
}


.checkbox .display {
margin-top: -70px;
}

.display .day {
font-size: 19px;
line-height: 21px;
padding-top: 10px;
}

.display .date {
font-size: 13px;
}

.second .checkbox {
margin: 0  0 0 15px;
}

.checkbox.indefinitely {
width: 214px;
}

.checkbox.indefinitely label{
    width: 214px;
}

} /* end of Desktop Query */





/* CSS Mobile up for RESULTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.results .accordion .accordion-navigation {
margin: 0 0 2rem!important;
}

/* closed top box */
.accordion .accordion-navigation > a,
.accordion .accordion-navigation > a:hover {
background: #f26722;
font-size: 19px;
color: #fff;
border-radius: 4px;
height: 43px;
line-height: 1;
padding: 0;
text-decoration: none;
}


.accordion .accordion-navigation > a span{
height: 100%;
line-height: 43px;
padding: 0 0 0 5vw;
}

.results .accordion .accordion-navigation > a .glyphicons {
float: right;
padding: 0 5vw 0 0;
}

.accordion a span.number_available {
height: 43px;
width: 5%;
float: left;
display: block;
}

.accordion a span.company_name {
overflow: hidden;
height: 43px;
max-width: 70%;
float: left;
display: block;
}

/* expanded inner box */
.results .accordion .accordion-navigation > .content.active {
margin: 0;
border-radius: 0 0 4px 4px; 
background: #222;
border: 1px solid #f26722;
border-top: none;
padding: 0 5vw;
}

.howmany {
border-top: 1px #8a8a8a solid;
border-bottom: 1px #8a8a8a solid;
padding: 1rem 0;
}

.howmany .text {
width: calc(100% - 55px);
display: inline-block;
}

.howmany p.trucktype {
padding: 0;
margin: 0;
color: #f26722;
font-size: 19px;
}

.howmany p {
padding: 0;
margin: 0;
color: #fff;
font-size: 17px;
}

.howmany input {
float: right;
width: 50px;
margin: 1rem 0;
padding: 0 0 0 1.8rem;
color: #f26722;
font-weight: 700;
font-size: 19px;
background: #222;
border: 1px #8a8a8a solid;
}

.pleaseconfirm {
color: #8a8a8a;
font-style: italic;
font-size: 17px;
padding: 1rem 0;
}

.btn {
padding: 10px 0;
line-height: normal;
font-size: 19px;
text-align: center;
text-transform: none;
border-radius: 4px;
}

.hirebuttons a.cancel {
width: 46%;
float: left;
background: #222;
color: #fff;
border: 1px solid #fff;
}

.hirebuttons a.login_to_hire {
background: #f26722;
color: #fff;
text-decoration: none;
text-transform: none;
font-size: 25px;
text-align: center;
border-radius: 4px;
box-shadow: none;
width: 46%;
float: right;
border: 1px solid #f26722;
padding: 4px 0;
}

.hirebuttons input.submit {
width: 46%;
float: right;
border: 1px solid #f26722;
padding: 10px 0;
}

/* expanded top box */
.results .accordion .accordion-navigation.active > a{
background: #222;
border-radius: 4px 4px 0 0 ;
border: 1px solid #f26722;
border-bottom: none;
color: #8a8a8a;
}

.results .accordion .accordion-navigation.active > a .glyphicons {
float: right;
padding: 0 5vw 0 0;
color: #f26722;
}


.accordion-navigation.active .glyphicons-chevron-down,
.accordion-navigation .glyphicons-chevron-left {
display: none;
}

.accordion-navigation.active .glyphicons-chevron-left,
.accordion-navigation .glyphicons-chevron-down {
display: block;
}

.results {
margin: 0 0 3rem;
}

/* confirmation message */

.confirmed-msg {
display: none;
}

.results .accordion .accordion-navigation.confirmed a,
.results .accordion .accordion-navigation.confirmed .content
 {
display: none;
}

.results .accordion .accordion-navigation.confirmed a.phone
 {
display: block;
border-radius: 4px;
width: 100%;
font-size: 27px;
letter-spacing: 0.1rem;
padding: 1rem 0;
text-decoration: none;
line-height: 27px;
background: #f26722;
color: #fff;
}

.phone .glyphicons {
margin: 0 0 0 1rem;
}

.confirmed .confirmed-msg {
display: block;
margin: 0;
border-radius: 4px; 
background: #222;
border: 1px solid #f26722;
padding: 5vw;
}

.blockbutton {
display: block;
text-decoration: none;
padding: 0;
border-radius: 4px;
color: #f26722;
background: #222;
border: #f26722 1px solid;
width: 100%;
padding: 6px 0;
text-align: center;
font-size: 19px;
}



/* TABLET UP for RESULTS */
@media (min-width: 550px) {


/* closed top box */
.accordion .accordion-navigation > a,
.accordion .accordion-navigation > a:hover {
font-size: 21px;
height: 63px;
}


.accordion .accordion-navigation > a span{
line-height: 63px;
padding: 0 0 0 30px;
}

.results .accordion .accordion-navigation > a .glyphicons {
padding: 0 30px 0 0;
}

.accordion a span.number_available {
height: 43px;
width: 2%;
float: left;
display: block;
}

.accordion a span.company_name {
overflow: hidden;
height: 43px;
max-width: 70%;
float: left;
display: block;
}

/* expanded inner box */
.results .accordion .accordion-navigation > .content.active {
padding: 0 30px 15px;
}

.howmany .text {
width: calc(100% - 70px);
display: inline-block;
}

.howmany p.trucktype {
font-size: 21px;
}

.howmany input {
width: 63px;
height: 43px;
font-size: 21px;
}

.pleaseconfirm {
height: 30px;
}

.pleaseconfirm span {
float: left;
}


.hirebuttons a.cancel {
padding: 13px 0;
}


/* expanded top box */
.results .accordion .accordion-navigation.active > a{
background: #222;
border-radius: 4px 4px 0 0 ;
border: 1px solid #f26722;
border-bottom: none;
color: #8a8a8a;
}

.results .accordion .accordion-navigation.active > a .glyphicons {
float: right;
padding: 0 5vw 0 0;
color: #f26722;
}


.accordion-navigation.active .glyphicons-chevron-down,
.accordion-navigation .glyphicons-chevron-left {
display: none;
}

.accordion-navigation.active .glyphicons-chevron-left,
.accordion-navigation .glyphicons-chevron-down {
display: block;
}



} /* end of Tablet Query */


/* DESKTOP UP for RESULTS */
@media (min-width: 1025px) {



} /* end of Desktop Query */







/* CSS Mobile up for MANAGE FLEET
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.manager h2 {
color: #fff;
margin-top: 5rem;
}

.manager h2 {
color: #fff;
margin-top: 5rem;
}

.manager .truck {
width: 100%;
display: block;
height: 43px;
padding: 0;
margin: 0;
}

.manager .truck div {
float: left;
font-size: 19px;
float: left;
color: #fff;
display: block;
height: 42px;
line-height: 42px;
border-bottom: 1px solid rgba(255,255,255,0.1);
border-radius: 0 4px 4px 0;
padding: 0;
}

.legend {
text-transform: uppercase;
color: #777;
width: 100%;
display: block;
}

.manager .type {
width: 50%;
}

.manager .available {
width: 25%;

text-align: center;
}

.manager .book {
width: 25%;
text-align: center;
display: none;
}

.manager .booked {
width: 25%;
text-align: center;
}

.manager .legend div {
float: left;
color: #777;
}

.bookbutton {
background: url("../img/bookthis.71c1bbf6da15.png") no-repeat right;
background-size: contain;
border: none;
outline: 0;
text-align: left;
width: 100%;
color: #f26722;
}

.manager-nav a{
display: block;
text-decoration: none;
padding: 0;
border-radius: 4px;
color: #f26722;
background: #222;
border: #f26722 1px solid;
width: 100%;
padding: 6px 0;
float: left;
text-align: center;
font-size: 19px;
}

/* my fleet section */

.myfleet .hint {
margin: 0 0 2rem;
}

.myfleet .type {
width: 90%;
}

.myfleet .available {
width: 10%;
}


.myfleet .t4w {
background: url("../img/4w.b37ff23b1352.png") no-repeat right;
}

.myfleet .t6w {
background: url("../img/6w.84dffdfa506e.png") no-repeat right;
}

.myfleet .t8w {
background: url("../img/8w.f42af84dc8a4.png") no-repeat right;
}

.myfleet .s3at {
background: url("../img/3at.719ce19dd4af.png") no-repeat right;
}

.myfleet .s4at {
background: url("../img/4at.75d6b64c2264.png") no-repeat right;
}

.myfleet .s5at {
background: url("../img/5at.cb798fb973e0.png") no-repeat right;
}

.myfleet .at2at {
background: url("../img/at2at.b3863e9b9b2d.png") no-repeat right;
}

.myfleet .at3at {
background: url("../img/at3at.e72ebbbed59c.png") no-repeat right;
}

/* closed add truck box */

.manager .accordion .accordion-navigation {
margin: 0 0 2rem!important;
}

.manager .accordion .accordion-navigation > a .glyphicons {
float: right;
padding: 0 5vw 0 0;
}


/* expanded inner add truck box */
.manager .accordion .accordion-navigation > .content.active {
margin: 0;
border-radius: 0 0 4px 4px; 
background: #222;
border: 1px solid #f26722;
border-top: none;
padding: 0 5vw;
}

.addtruckbuttons a.cancel {
width: 46%;
float: left;
background: #222;
color: #fff;
border: 1px solid #fff;
}

.addtruckbuttons input.submit {
width: 46%;
float: right;
border: 1px solid #f26722;
padding: 10px 0;
}

/* expanded top add truck box */
.manager .accordion .accordion-navigation.active > a{
background: #222;
border-radius: 4px 4px 0 0 ;
border: 1px solid #f26722;
border-bottom: none;
color: #8a8a8a;
}

.manager .accordion .accordion-navigation.active > a .glyphicons {
float: right;
padding: 0 5vw 0 0;
color: #f26722;
}


.accordion-navigation.active .glyphicons-circle-plus,
.accordion-navigation.active .glyphicons-circle-minus,
.accordion-navigation .glyphicons-chevron-left {
display: none;
}

.accordion-navigation.active .glyphicons-chevron-left,
.accordion-navigation .glyphicons-circle-plus,
.accordion-navigation .glyphicons-circle-minus {
display: block;
}

.manager {
margin: 0 0 3rem;
}

/* confirmation message */

.confirmed-msg {
display: none;
}

.results .accordion .accordion-navigation.confirmed a,
.results .accordion .accordion-navigation.confirmed .content
 {
display: none;
}

.results .accordion .accordion-navigation.confirmed a.phone
 {
display: block;
border-radius: 4px;
width: 100%;
font-size: 27px;
letter-spacing: 0.1rem;
padding: 1rem 0;
text-decoration: none;
line-height: 27px;
background: #f26722;
color: #fff;
}

.phone .glyphicons {
margin: 0 0 0 1rem;
}

.confirmed .confirmed-msg {
display: block;
margin: 0;
border-radius: 4px; 
background: #222;
border: 1px solid #f26722;
padding: 5vw;
}

.manager .howmany .text label{
margin: 1.5rem 0 1.5rem 1rem;
}

/* icons */

.t4w {
background: url("../img/4w.b37ff23b1352.png") no-repeat right;
}

.t6w {
background: url("../img/6w.84dffdfa506e.png") no-repeat right;
}

.t8w {
background: url("../img/8w.f42af84dc8a4.png") no-repeat right;
}

.s3at {
background: url("../img/3at.719ce19dd4af.png") no-repeat right;
}

.s4at {
background: url("../img/4at.75d6b64c2264.png") no-repeat right;
}

.s5at {
background: url("../img/5at.cb798fb973e0.png") no-repeat right;
}

.at2at {
background: url("../img/at2at.b3863e9b9b2d.png") no-repeat right;
}

.at3at {
background: url("../img/at3at.e72ebbbed59c.png") no-repeat right;
}

/* TABLET UP for MANAGE FLEET */
@media (min-width: 550px) {



/* closed top box */
.manager .accordion .accordion-navigation > a .glyphicons {
padding: 0 30px 0 0;
}

/* expanded inner box */
.manager .accordion .accordion-navigation > .content.active {
padding: 0 30px 15px;
}

.addtruckbuttons a.cancel {
padding: 13px 0;
}


/* expanded top box */
.manager .accordion .accordion-navigation.active > a{
background: #222;
border-radius: 4px 4px 0 0 ;
border: 1px solid #f26722;
border-bottom: none;
color: #8a8a8a;
}

.manager .accordion .accordion-navigation.active > a .glyphicons {
float: right;
padding: 0 5vw 0 0;
color: #f26722;
}




} /* end of Tablet Query */


/* DESKTOP UP for MANAGE FLEET */
@media (min-width: 1025px) {



} /* end of Desktop Query */









/* CSS Mobile up for BOOKING MANAGER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.abooking {
padding: 1rem 0 1rem;
clear: both;
border-bottom: 1px solid rgba(255,255,255,0.2);
}

.abooking:after {
  content:"";
  display:table;
  clear:both;
}

.booking .res-truck {
width: 100%;
float: left;
font-weight: 700;
}

.booking .res-date {
width: 35%;
float: left;
}

.booking .res-by {
width: 35%;
float: left;
}

.booking .res-cancel {
width: 30%;
float: right;
text-align: right;
text-decoration: none;
background: none;
color: #f26722;
border: none;
}

.booking .res-cancel .glyphicons {
line-height: 1.5;
}

.booking .legend div {
line-height: 1.6;
}

.remtruck .checkbox {
margin: 0 0 0 3.5vw;
}

.remtruck .checkbox,
.remtruck .checkbox label {
  width: 13vw;
}

.remtruck .checkbox:first-of-type {
margin: 0;
width: 18vw;
}

.remtruck .checkbox:first-of-type label {
  width: 18vw;
}


.remtruck .second .checkbox {
margin: 0 3vw 0 0 ;
}

.remtruck .checkbox.indefinitely,
.remtruck .checkbox.indefinitely label {
  width: 36vw;
  margin-right: 0;
}






/* TABLET UP for BOOKING MANAGER */
@media (min-width: 550px) {




.remtruck .checkbox {
margin: 0 0 0 1.25vw;
}

.remtruck .checkbox,
.remtruck .checkbox label {
  width: 7vw;
}

.remtruck .checkbox:first-of-type {
margin: 0;
width: 10vw;
}

.remtruck .checkbox:first-of-type label {
  width: 10vw;
}


.remtruck .second .checkbox {
margin: 0 0 0 1.5vw;
}

.remtruck .checkbox.indefinitely,
.remtruck .checkbox.indefinitely label {
  width: 18vw;
}


} /* end of Tablet Query */


/* DESKTOP UP for BOOKING MANAGER */
@media (min-width: 1025px) {


.remtruck .checkbox {
margin: 0 0 0 18px;
}

.remtruck .checkbox,
.remtruck .checkbox label {
  width: 71px;
}

.remtruck .checkbox:first-of-type {
margin: 0;
width: 100px;
}

.remtruck .checkbox:first-of-type label {
  width: 100px;
}


.remtruck .second .checkbox {
margin: 0 0 0 15px;
}

.remtruck .checkbox.indefinitely,
.remtruck .checkbox.indefinitely label {
  width: 180px;
}


} /* end of Desktop Query */






/* CSS Mobile up for AVAILABILTY
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.availability .accordion .accordion-navigation > a,
.availability .accordion .accordion-navigation > a:hover   {
height: auto;
 box-sizing: border-box;
}

.availability .day {
font-size: 2rem;
}

.availability form {
margin-bottom: 0;
}

.availability .accordion .accordion-navigation > .content.active {
padding: 0 5vw;
}

.trucklist {
display: block;
width: 100%;
font-size: 1.75rem;
padding:  5vw;
height: auto;
box-sizing: border-box;
line-height: 3rem;
}

.active .trucklist{
display: none;
}

.foreachtruck {
width: 100%;
height: auto;
background-size: contain;
}

.foreachtruck:after {
  content:"";
  display:table;
  clear:both;
}

.num_avail {
width: 15%;
float: left;
}

.truck_type {
width: 85%;
float: left;
}

.truckui {
display: block;
width: 100%;
font-size: 1.75rem;
padding:  5vw 0;
height: auto;
box-sizing: border-box;
line-height: 3rem;
}

@media (max-width: 549px) {
.truckui .foreachtruck {
background: none;
}
}

.truckui .num_avail {
width: 15%;
float: right;
text-align: center;
}

.truckui .truck_type {
width: 50%;
float: left;
}

.truckui .glyphicons {
width: 10%;
float: right;
text-align: center;
line-height: 2.6rem;
cursor: pointer;
}

.availability .content.active .glyphicons {
display: inline-block;
}

.availability .foreachtruck input {
border: none; 
-webkit-box-shadow: none; 
-moz-box-shadow: none; 
box-shadow: none; 
background: none;
text-align: center;
margin: 0;
padding: 0;
height: 2.6rem;
line-height: 3rem;
}

.availability .num_avail input {
width: 100%;
}

.availability .num_avail input::-webkit-outer-spin-button,
.availability .num_avail input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* TABLET UP for AVAILABILTY */
@media (min-width: 550px) {


.availability .accordion .accordion-navigation > .content.active {
padding: 0 30px;
}

.trucklist {
font-size: 1.75rem;
padding:  0 30px 15px;
line-height: 3rem;
}

.truckui {
font-size: 1.75rem;
padding: 0 0 15px 0;
line-height: 3rem;
}

.num_avail {
width: 30px;
}

.truckui .num_avail {
width: 30px;
}

.truckui .glyphicons {
width: 30px;
}

.truckui .foreachtruck {
background-position: right 99px top;
}


} /* end of Tablet Query */


/* DESKTOP UP for AVAILABILTY */
@media (min-width: 1025px) {



} /* end of Desktop Query */



/* CSS Mobile up for ACCOUNT
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.account.form input {
background: transparent;
font-size: 19px;
border: 1px solid rgba(255,255,255,0.1);
color: #fff;
border-radius: 4px;
width: 100%;
line-height: 1;
-webkit-appearance: none;
-moz-appearance:none;
appearance: none;
}

.account.form input:focus {
     outline: 0 none; 
     border:1px solid #f26722;
     -webkit-box-shadow: 0px 0px 5px  #f26722;
     box-shadow: 0px 0px 5px  #f26722;
 }
 
 .hint {
 font-size: 13px;
 color: #999;
 font-style: italic;
 margin: -1rem 0 2rem 1rem;
 }
 
.account.form input.submit {
width: 100%;
background: #f26722;
color: #fff;
text-transform: none;
font-size: 19px;
text-align: center;
border-radius: 4px;
box-shadow: none;
border: none;
margin: 0 0 2rem 0;
}

.cre8ve input.submit:disabled {
opacity: 0.25;
}

.seperator {
width: 100%;
height: 1px;
margin: 2rem 0;
border-top: 1px #444 solid;
}

.termscheckbox {
height: 50px;
margin: 1rem 0;
}

.account.form .termscheckbox input {
-webkit-appearance: checkbox;
-moz-appearance:checkbox;
appearance: checkbox;
width: 27px ;
height: 27px;
float: left;
border: 1px solid #f26722;
border-radius: solid;
background: #222;
margin-right: 2rem;
}
  
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 2rem 0 1rem 0;
  padding: 0;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #000;
  border-color: #f26722;
  color: #FFFFFF;
  border-radius: 4px;
  float: left;
  width: 100%;
}

.alert-box:after {
  content:"";
  display:table;
  clear:both;
}

.alert-box ul {
list-style-type: none;
margin: 1rem;
width: 80%;
float: left;
margin-bottom: 0px;
}
  
.alert-box .close {
  font-size: 3rem;
  text-decoration: none;
  float: right;
  line-height: .7;
  width: 10%;
  padding-top: 8px;
}

.alert-box .close:hover, .alert-box .close:focus {
opacity: 0.5;
}

.textlink {
width: 100%;
text-align: left;
margin: -0.5rem 0 2rem;
font-size: 17px;
}

.textlink.center {
text-align: center;
}
 
/* TABLET UP for ACCOUNT */
@media (min-width: 550px) {


.account.form label.respond {
width: 25%;
float: left;
text-align: right;
margin: 0;
line-height: 43px;
height: 43px;
}

.account.form input.respond {
width: 73%;
float: left;
margin-left: 2%;
height: 43px;
line-height: 43px;
}

.inset {
width: 73%;
float: left;
margin-left: 27%;
height: 43px;
line-height: 43px;
}

.termscheckbox {
clear: both;
padding: 0 0 0 28%;
}

.termscheckbox:first-of-type {
padding: 2rem 0 0 27%;
}

.account h1 {
margin-left: 27%;
}

p.hint {
margin: 0 0 2rem 27%;
clear: both;
}

.hintput {
margin-bottom: 5px;
}

.account.form input.submit {
width: 73%;
margin: 0 0 2rem 27%;
}

.account.form .select {
width: 73%;
float: left;
margin-left: 2%;
height: 43px;
line-height: 30px;
}

.account.form .select select{
height: 43px;
line-height: 30px;
}


.alert-box {
    margin: 2rem 0 1rem 27%;
  width: 73%;
}

.textlink {
width: 73%;
margin: 2rem 0 2rem 28%;
text-align: right;
}

.fullwidth {
width: 100%;
clear: both;
margin: 2rem 0;
}
  

} /* end of Tablet Query */


/* DESKTOP UP for ACCOUNT */
@media (min-width: 1025px) {



} /* end of Desktop Query */





/* CSS Mobile up for FOOT
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.foot {
text-align: center;
padding-bottom: 30px;
}

.bullet,
.tagline {
margin-bottom: 2rem;
}

.cta {
display: block;
text-decoration: none;
width: 100%;
background: #222;
color: #f26722;
text-transform: none;
font-size: 19px;
text-align: center;
padding: 10px 0;
border-radius: 4px;
border: 1px solid #353535;
}

/* TABLET UP for FOOT */
@media (min-width: 550px) {

.tagline {
margin-left: 0;
}

.becomemember {
margin-left: 0;
margin-bottom: 5.5vw;
}


} /* end of Tablet Query */


/* DESKTOP UP for FOOT */
@media (min-width: 1025px) {



} /* end of Desktop Query */






/* CSS Mobile up for HIREBANNER
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.hirebanner  {
margin-bottom: 30px;
}

.hirebanner img {
max-width: 100%;
}

/* TABLET UP for HIREBANNER */
@media (min-width: 550px) {

.hirebanner  {
margin-bottom: 90px;
}


} /* end of Tablet Query */


/* DESKTOP UP for HIREBANNER */
@media (min-width: 1025px) {



} /* end of Desktop Query */






/* CSS Mobile up for ELEMENT
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* TABLET UP for ELEMENT */
@media (min-width: 550px) {



} /* end of Tablet Query */


/* DESKTOP UP for ELEMENT */
@media (min-width: 1025px) {



} /* end of Desktop Query */
