.error
{
  color: red;
}

label.error
{
  color: red;
  font-size: 11px;
  
}



select
{
    width: 300px;
}

/* INPUT / THEME */
/*
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #ffffff;
border: 1px solid #d5d5d5;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
color: #000000;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #fff;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
display: inline-block;
height: auto;
padding: 4px 6px;
margin-bottom: 9px;
font-size: 14px;
line-height: 20px;
color: #000000;
border-radius: 3px;
}
*/



/***************************************************************

 FINDER

*****************************************************************/



#finder-select 
{
 margin: 1px 0 1px 0;
  padding: 10px;
  line-height: 1.8em;
  background-color: #cde2fe;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: thin;
  -webkit-border-radius: 12px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-image: linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
  background-image: -o-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
  background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
  background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
  background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
  clear: both;
}

#finder-select a
{
  color: #555;
  text-decoration: underline;
}

.fit-sub-title 
{
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: bold;
    margin: 3px 0 0 0;
}

.fit-product-title 
{
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: bold;
    margin: 3px 0 0 0;
    padding: 0 0 0 10px;
}



.fitguide_separator
{
  display: inline-block;
  width: 100px;
  margin: 0 20px 0 0;
}





.fit-span
{
  margin: 40px 0 60px 0;
}

.class-title {
    display: inline-block;
    min-width: 60px;
    font-weight: bold;
}

.class-field
{
  display: inline-block; 
}

.required-text
{
  font-size: 10px;
  font-weight: bold;
}

/* CAUTION TEXT */
.caution
{
  display: inline-block;
  color: red;
  font-weight: bold;
  
}

.red-text
{
  display: inline;
  font-weight: bold; 
  text-decoration: none;
  color: #e3272a;
  margin: 0px 0 5px 0;
  font-size: 18px;
}





/***************************************************************

 BUTTONS

*****************************************************************/

.btn-rd-md
{
    font-family: "Open Sans", sans-serif;   
    margin: 5px 0 0 5px;
    line-height: 1.7em;
    font-size: 1em;    
    color: #ffffff !important;
    font-weight: 600;
    background: #900;
    min-width: 100px;
    padding: 10px 60px 10px 60px;
    box-shadow: 0px 2px 10px 0px #808080;
}

.btn-rd-md:hover 
{
  background: #e14538;
  color: #fff; 
}


.btn-rd-sm
{
    font-family: "Open Sans", sans-serif;   
    line-height: 1.7em;
    font-size: 1em;    
    color: #ffffff !important;
    font-weight: 300;
    background: #900;
    min-width: 80px;
    padding: 2px 10px 2px 10px;
    /* box-shadow: 0px 2px 10px 0px #808080; */
    margin-top: -4px;
}

.btn-rd-sm:hover 
{
  background: #e14538;
  color: #fff; 
}

.btn-drk-bg
{
	display: inline-block; 
	width: 20em;
	max-width: 20em;
	color: #ffffff; 
	font-weight: bold;
	background: #2a363b;
	/* background: #444; */
	padding: 20px 50px 20px 50px; 
}

a.btn-drk-bg 
{
    color: #fff;
    text-decoration: none;
}

.btn-drk-sm
{
	display: inline-block; 
	width: 100px;
	max-width: 100px;
	color: #ffffff; 
	font-weight: bold;
	background: #2a363b;
	/* background: #444; */
	padding: 10px 30px 10px 30px; 
}

a.btn-drk-sm 
{
    color: #fff;
    text-decoration: none;
}

/*  end find your fit */


.btn-gry 
{
    display: block;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    min-width: 300px;
    margin: 1px 0 1px 0;
    padding: 10px;
    padding: 20px 10px 20px 10px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.8em;
    background-color: #cde2fe;
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: linear-gradient(bottom, rgb(230, 230, 230) 11%, rgb(240, 240, 240) 56%);
    background-image: -o-linear-gradient(bottom, rgb(230, 230, 230) 11%, rgb(240, 240, 240) 56%);
    background-image: -moz-linear-gradient(bottom, rgb(230, 230, 230) 11%, rgb(240, 240, 240) 56%);
    background-image: -webkit-linear-gradient(bottom, rgb(230, 230, 230) 11%, rgb(240, 240, 240) 56%);
    background-image: -ms-linear-gradient(bottom, rgb(230, 230, 230) 11%, rgb(240, 240, 240) 56%);
    border-style: solid !important;
    border-color: #c0c0c0 !important;
    border-width: thin !important;
    
    /* clear: both; */
}




/***************************************************************

 DIVISIONS

*****************************************************************/


.mdiv3 {
    display: inline-block;
    width: 30%;
    vertical-align: text-top;
    margin-right: 2px;
}

.mdiv3 img {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 10px;
}





/*****************************************************************


APPGUIDE RESULTS PAGE



*****************************************************************/

/* appguide */

.vehicle_title
{
  font-size: 28px;
  line-height: 1.2222em;
  margin: 2px 0 5px 0;
  color: #000000;
}

.appguide-product-cat
{
  font-family: 'Open Sans Condensed', sans-serif !important;
  background: #222222;
  color: #ffffff;
  /* text-transform: uppercase; 11.19.24 */
  margin: 10px 0 0 -15px;
  padding: 30px 10px 30px 10px;
  font-size: 20px;
  font-weight: bold; 
  background-image: url('http://www.torklift.com/images/backgrounds/rivet1.jpg');
  background-repeat: repeat;
  background-size: auto auto;
}

.step_title
{
 font-size: 18px;
 text-decoration: none;
 font-family: 'Open Sans Condensed', sans-serif !important;
 /* text-transform: uppercase !important; 11.18.2024 */
 color: #a71823;
 font-weight: bold;
 text-shadow: 1px 1px 0 #ffffff; 
 -webkit-box-shadow: 0 1px 0 #ffffff;
 -moz-box-shadow: 0 1px 0 #ffffff;
 box-shadow: 0 1px 0 #ffffff;
 font-weight: bold;
 font-family: 'UnitWebPro-MediumIta', serif;
 padding: 15px 5px 15px 15px;
 background: #e9e9e9;
 margin: 10px 0 0 -15px;
}

.tiedown_pnum
{
  display: inline;
  font-weight: bold; 
  text-transform: uppercase;
  text-decoration: none;
  color: #e3272a;
  margin: 0px 0 5px 0;
  font-size: 18px;
  
}

a.tiedown_pnum
{
  display: none;
  text-decoration: none;
}

.tiedown_pnum a
{
  text-decoration: none;
}

.tiedown_title
{
  font-weight: bold; 
  text-transform: uppercase;  
  color: #e3272a;
}

.appguide_header
{
  background-color: #e1e1e1;
  padding: 30px 20px 10px 20px;
  margin-bottom: 20px; 
}

.appguide_subtitle
{
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  font-size: 16px;    
  color: #555555;
  margin: 0 0 20px 0;
}

/*

.appguide_subheader
{
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  font-size: 14px;  
  background-color: #e1e1e1;
  color: #555;
  padding: 10px 10px 10px 10px;
  margin-bottom: 30px;
}
*/

.callout {
  margin: 1px 0 1px 0;
  padding: 10px;
  line-height: 1.8em;
  background-color: #cde2fe;
  border-style: solid;
  border-color: #c0c0c0;
  border-width: thin;
  -webkit-border-radius: 12px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-image: linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
  background-image: -o-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
  background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
  background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
  background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
  clear: both;
}


.callout2 {
    width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    padding: 15px;
    line-height: 1.8em;
    background-color: #cde2fe;
    border-style: solid;
    border-color: #c0c0c0;
    border-width: thin;
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-image: linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
    background-image: -o-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
    background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
    background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 11%, rgb(240,240,240) 56%);
}

.cbox 
{
  display: inline-block;
  margin: 2px 5px 2px 5px;
  text-align: left;
}


.available
{

 font-size: 1.4em;
 line-height: 1.4em;
 font-weight: bold;
 color: #555;
 margin: 3px 0 0 0;
}

.yourhitch
{

 font-size: 1.4em;
 line-height: 1.4em;
 font-weight: bold;
 color: #555;
 background: red;
 margin: 3px 0 0 0;
}

.app_caution
{
  color: #e3272a; 
  font-size: 16px; 
  padding: 10px; 
  font-weight: bold; 
  width: 90%;
}

.btn_blk
{
 position: relative;
 margin: 20px 0 0 0;
 background: #444; 
 color: #ffffff;
 padding: 20px;
 text-decoration: none;
}

.btn_blk a
{
  color: #ffffff;
}

.btn_blk:hover
{
  color: #ffffff !important;
}


.footnotes
{
  font-size: 12px;
}

    
    /* override */
    .step-title
    {
        background-color: #666464;
        color: #ffffff;
        font-weight: 700;
        margin: 5px 0 5px 0;
        padding: 10px 10px 10px 10px;
    }
    
    .new-banner {
      position: absolute;
      left: 0;
      top: 12px; /* Adjust for vertical centering along the diagonal */
      width: 110px; /* Never larger than the button's width - original: 110px */
      height: 28px; /* original 28 */
      background: #d90000;
      color: #fff;
      font-weight: bold;
      font-size: 1em;
      display: flex;
      align-items: center;
      justify-content: center;
      /* transform: rotate(-45deg); */
      transform: rotate(-45deg) translate(-20px, -20px);
      z-index: 2;
      letter-spacing: 1px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.12);
      pointer-events: none;
      user-select: none;
      padding: 0;
      box-sizing: border-box;
    }
    
    .success-box
     {
      color: #006600;
      margin: 0 0 15px 0;  
      background-color: #e5ffe5;
      padding: 20px 5px 20px 10px;
      width: 90%;
     }
    
     .error-box
     {
      color: #b23000;
      margin: 0 0 15px 0;  
      background-color: #ffd9cc;
      padding: 20px 5px 20px 10px;
      width: 90%;
     }
    
     .notice-box
     {
      background-color: #FFFCCF;
      margin: 0 0 15px 0;
      padding: 20px 5px 20px 10px;
      width: 90%;
      color: #B3432B;
     }   
     
     .title-vehicle
     {
         font-weight: bold;
         font-size: 22px;
         margin: 2px 0 5px 0;
     }
     


/***************************************************************







 MEDIA QUERIES
 
 
 
 
 
 
 

*****************************************************************/

/* mobile */
 @media only screen and (min-width: 180px) and (max-width: 300px) 
{

/* featured products - mobile 280 */
 .mdiv3
 {
  vertical-align: text-top;
  margin-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
 }

.mdiv3_wrapper
{
  display: 100%;
}

.mdiv3 img
{
 border: 1px solid #ccc;
 border-radius: 2px;
 padding: 5px;
}

}




/* mobile */
 @media only screen and (min-width: 301px) and (max-width: 480px) 
{

/* featured products - mobile 280 */
 .mdiv3
 {
   vertical-align: text-top;
   margin-bottom: 10px;
   border-bottom: 1px solid #c0c0c0;
 }

.mdiv3_wrapper
{
  display: 100%;
}

.mdiv3 img
{
 border: 1px solid #ccc;
 border-radius: 2px;
 padding: 5px;
}

}

 /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
 @media only screen and (min-width: 481px) and (max-width: 767px) 
 {


 }


@media (max-width:767px){

/* featured products */
 .mdiv3
 {
  display: block;
  width: 100%; 
  vertical-align: text-top;
 }

.mdiv3_wrapper
{
  display: 100%;
}

#btn_find
{
  display: block;    
  background-color: #000000;
  color: #ffffff;
  padding: 0px 50px 0px 50px;
  margin: 10px 0 10px 0; 
}


}


@media screen and (min-width: 768px) and (max-width: 959px)
{

 /* featured products */
 .mdiv3
 {
  display: inline-block;
  width: 30%;
  vertical-align: text-top;
  margin-right: 2px;
 }

.mdiv3_wrapper
{
  display: block;
  width: 100%;
}

#btn_find
{
  display: block;    
  background-color: #000000;
  color: #ffffff;
  padding: 0px 50px 0px 50px;
  margin: 10px 0 10px 0;
}

}


/*****************************************************

END MEDIA QUERIES 


*******************************************************/