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

  /*index page*/

.theme_colour{
  color: #FF0000;  /*Red*/
}

.theme_colour_border{
  border-color: #FF0000;  /*Red*/
}

.theme_colour_background{
  background-color: #FF0000;  /*Red*/
}



.theme_colour_text{
  color: #FFFFFF; /*White*/ 
}

.theme_colour_text:hover{
  color: #FFFFFF; /*White*/ 
}



.theme_button_colour{
  background-color: #FF0000;  /*Red*/
}

.theme_button_colour:hover{
  background-color: #59E517;  /*Green*/
}




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


/*html_nav_bar*/

.font_size_35{
  font-size: 35px;
}


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

  /*index page*/


  /* This sets the width of the index page to 70% */
  .container{
    width: 100%;
  }

  /* This hr creates a thick line */
  .hr_thick {
      border: none;
      height: 10px;
      /* Set the hr color */
      /*color: #333;  old IE */
      /*background-color: #ffcc00;*/ /* Modern Browsers */
      background-color: #00C5FF; /* Modern Browsers */

  }


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


.index_search_form{
  border: 2px solid #FF0000;

  /*border: 5px solid;*/
  /*border-color: #000000;*/
  padding: 10px;
  border-radius: 5px;
}

.index_search_form_search_cars{
  font-size: 20px;
  border-bottom: 2px solid #FF0000;
  /*border-color: #000000;*/
  font-weight: bold;
  text-align: center;
}

.index_search_form_labels{
  font-size: 16px;
  font-weight: bold;
}


.hr_thick {
    border: none;
    height: 5px;
    background-color: #00C5FF; /* Modern Browsers */
}

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

  /*index page*/

.index_jumbotron_div{
  border: 5px solid;
  border-radius: 5px;
}

.index_jumbotron_image{
  object-fit: fill;
  max-height:500px; 
}


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


/*   public -> other -> advert_views_FR -> advert_latest_results  */

.latest_uploads_div{
  border: 2px solid #FF0000;
  border-radius: 5px;
  margin:    5px;
  padding: 5px;
  max-width: 260px;
  position: relative;
}

.latest_uploads_text{
  font-size: 15px;
}


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



	*{
		font-family: 'Montserrat', sans-serif;
		
/*		white-space: pre;
*/	}

	.text_breadcrumb{
		font-size: 12px;
	}
  
  .text_size_12{
    font-size: 12px;
  }

  @media only screen and (max-width: 600px) {
    .container-fluid{
      width:100%;
      /*border: 1px solid green;*/
    }
  }

	* {
      box-sizing: border-box;
    }
   
    img {
      vertical-align: middle;
      max-height: 380px;
      width: 100%; 
          /*width: auto; */
      /*margin: auto;*/

      /*object-fit: contain;*/

      object-fit:scale-down;
          /*overflow: hidden;*/
      /*border: 1px solid blue;*/

    }

    .image-box{

      position: relative;
      max-height: 150px;
      width:100%;
      border: 1px solid red;

    }

/*#e6e6e6*/

    .main-image-box{

  		position: relative;
  		max-height: 400px;
  		width:100%;
  		border: 1px solid;

    }

    .duplicate-image-box{

      position: relative;

      float:left;

      
    }



    /* Hide the images by default */
    .mySlides {
      display: none;
    }

    /* Add a pointer when hovering over the thumbnail images */
    .cursor {
      cursor: pointer;
    }

    /* Next & previous buttons */
    .prev,
    .next {
      cursor: pointer;

      position: absolute;
      top: 40%;
      width: auto;

      padding: 10px;


      font-weight: bold;
      font-size: 30px;
      border-radius: 0 3px 3px 0;
      user-select: none;
      -webkit-user-select: none;

      color: white;
    background-color: #DEDEDE;


    }

    /* Position the "next button" to the right */
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {

      /*background-color: rgba(0, 0, 0, 0.8);*/

    background-color: rgb(52, 214, 239);

        /*background-color: blue;*/
        color: white;
        font-weight: bold;
        font-size: 30px;
      }


    .row:after {
      content: "";
      display: table;
      /*overflow: hidden;*/
      clear: both;
    }

    /* Six columns side by side */
    /* 5 columns side by side */
    .thumbnail_column {
      float: left;
      /*width: 16.66%;*/
      width: 20%;
    }

    /* Add a transparency effect for thumnbail images */
    .demo {
      opacity: 0.5;
    }

    .active,
    .demo:hover {
      opacity: 1;
      /*border: 0.5px solid red;*/
    }


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

  .successful{
    font-size: 20px;
    color: #00cc00; /*green*/
  }

  .failed{
    font-size: 20px;
    color: #ff0000; /*red*/
  }


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

  .required{
    font-size: 12px;
    color: #ff0000; /*red*/
  }

  .optional{
    font-size: 12px;
    color: #00cc00; /*green */
  }

  .info{
    font-size: 12px;
    color: #0000FF; /*bright blue #00C5FF*/
  }

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

  .font_size_10{
    font-size: 10px;
  }

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

  .sup{
  font-size: 10px;
  }

  .sup, .sub {
    vertical-align: baseline;
    position: relative;
    /*top: -0.4em;*/
    top: -0.9em; /*The amount of space from the top of the line*/

  }

  .sub { 
    top: 0.4em; 
  }


  .bold{
    font-weight: bold;
  }

  .text_ellipsis{
    white-space: nowrap; 
      width: 100%; 
      overflow: hidden;
      text-overflow: ellipsis; 
  }

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

  .price_was{
    color: #848587;
    text-decoration: line-through;
    font-size: 12px;"
  }

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

  .advert_active{
    color: #00cc00; /*Green*/
  }

  .advert_expired{
    color: #ff0000; /*Red*/
  }

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

  .table_width_equal_50{
    width: 50%;
  }

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

  .bold_underline_font{
    text-decoration: underline; 
    font-weight: bold;
  }

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


  .word_wrap{
    word-wrap: break-word;

  }

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


/*
Maintain the format of the text in advert details 
include white spaces and line breaks
*/
/*pre;*/
  .maintain_format{
    white-space: pre-wrap;
  }


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

  .selected_options_16{

    font-size: 16px;
    font-style: italic;
    font-weight: normal;

  }

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


  /* Admin Area Icons */


  .icon_style{
    text-align: center;
    color: #ffffff;
  }

  .icon_size{
    font-size:24px;
  }

  .icon_text{
    text-align: center;
    color: #ffffff;
  }

  .custom_link {
    background: #3385ff;
    border: 5px solid #3385ff;
    border-radius: 10px;
  }

  .custom_link:hover {
    background: #3385ff;
    /*border-style: solid;*/
    /*border-color: coral;*/

    border: 5px solid coral;

    border-radius: 10px;

    text-decoration: none;
  }



  .custom_link_admin {
    background: #66DA8A; /*FF0000 RED*/
    border: 5px solid #66DA8A; /*FF0000*/
    border-radius: 10px;
  }

  .custom_link_admin:hover {
    background: #66DA8A; /*FF0000*/
    border: 5px solid #FF0000; /*0400FF*/
    border-radius: 10px;
    text-decoration: none;
  }




  hr.hr_blue_line {
    background-color: #3385ff;
    border: 5px solid #3385ff;
    border-radius: 5px;
  }



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


.img_align_center_in_box {

    display: inline-block;
    height: 100%;
    vertical-align: middle;

    max-height: 200px;

} 


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