/*
 ADD CSS By CIS 
*/

.header-bottom {
    padding: 28px 0 0 !important;
}

.menu_icon {
   height: 37px;
    width: 40px;
}
.menu_ul_icon{
	list-style-type: none;
	margin-left: unset;
}
.menu_li.first_li {
    padding-left: unset;
}
.menu_li {
   	display: inline;
    padding-left: 30px;
}
.add_margin_30{
	margin-bottom: 30px;
}
.text-capitalize {
    text-transform: capitalize;
}

.add_margin_top_30{
    margin-top: 30px;
}

/*----- Order Table --------*/
table.add_odd_color tr:nth-child(odd) {
    background-color: #d8d8d8;
}
#order_table .first_row , #show_vehicle_list .first_row, .first_row{
    background: unset!important;
    border-bottom: 2px solid #ff0800;
}
/*.first_row th {
    padding: 0 0 0 8px;
}*/

#order_table {
    margin-top: 35px;
}

/*------ Show Personal Details --------- */
#user-details td, th {
    padding: 2px;
}

/*-- Vehicle List--*/
.no_background {
    background-color: white;
}
.no_background > img {
    height: 33px;
    width: 62px;
}

/*--- Vehicle Add Upldate*/
.image-upload {
    float: right;
}
.inline-class-vehicle {
    float: left;
    text-transform: unset !important;
    width: 30%;
}
.input-class-vehicle {
    border: 1px solid #666 !important;
    float: left;
    height: 27px !important;
    padding: 0 10px !important;
    width: 70% !important;
}

.image-upload > input {
  visibility:hidden;
  width:0;
  height:0
}
.thumb {
    border: 1px solid #000;
    height: 70px;
    margin: 0 1px 10px 5px;
    width: 81px;
}
.thumb-2 {
    border: 1px solid #000;
    height: 31px;
    margin: 0 1px 10px 5px;
    width: 31px;
}
.new_uploads_images{
	color: #303030;
    display: block;
    font-family: "Montserrat";
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}
.thumb-1 {
    border: 1px solid;
    height: 70px;
    margin: 0 0 10px 4px;
    width: 81px;
}
body .business-post-area .full-wdth {    
    height: auto;    
    width: auto;
}
/*----Scale Image-----*/
.img-box {
    display: inline;
    float: left;
}
.img-chb:hover {
    display: block;
}
.img-chb {
    margin-left: 4px;
    margin-top: -30px;
    position: absolute;
    /*display: none;*/
}
/*.display > .img-chb {
    display: block;
}*/
label > text {
    border: unset;
    color: red;
    float: right;
    font-size: 10px;
}
a.check-css {
    font-size: 2em;
    margin-bottom: 69px;
}
h5 > span {
    color: red;
    float: right;
    font-size: 13px;
    font-weight: 300;
    padding-right: 10px;
}

/*-------------- Extra ----------------*/
.display_inline{
	display: inline;
}
.display_flex{
	display: flex;
}
.rd_text {
    margin-top: 9px;
}
#sub-notice {
    margin-top: -18px;
}

/*---- Search For Parts ----------*/
.lbl-for-part {
    color: #7e868c !important;
    float: left;
    text-align: center !important;
    text-transform: unset !important;
    width: 30%;
}
.or_text{
	border-bottom: 2px solid;
    display: inline;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 62%;
}
#submit{
	background-color: #424242;
}
.margin_bottom_10{
	margin-bottom: 15px !important;
}
/*-------- Slider CSS---------*/
.rangeslider--horizontal .blueslider__fill {
    height: 100%;
    top: 0;
}
.blueslider__fill {
    background: #337ab7 none repeat scroll 0 0;
    position: absolute;
}
.rangeslider, .blueslider__fill {
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
    display: block;
}
.rangeslider__handle::after {
    background-image: linear-gradient(#337ab7, #337ab7)!important;
    width: 11px !important;
    height: 11px !important;
}
.rangeslider__handle {
    width: 26px !important;
    height: 26px !important;
}
.rangeslider--horizontal {
    height: 11px !important;
}
.rangeslider--horizontal .rangeslider__handle {
    top: -8px !important;
}
/*-----------------------*/
/*------------Box Slider------------*/
.input-one.select_redius {
    display: flex;
    width: 100%;
    color: #7e868c !important;
}
label.radius_start {
    float: left;
    text-align: center;
    width: 35%;
}
.radius_mid {
    width: 173%;
    margin-top: 6px;
}
label.radius_end {
    float: right;
    margin-left: 10px;
    margin-top: -2px;
}
/*---End Box Slider-----*/
.right {
    position: relative;
    z-index: 1;
}

.slider-selection {
    background-image: linear-gradient(to bottom, #7e868c 0%, #e3c2fe 100%);
}

.show_category{
    margin-bottom: 12px;
}

/* --css added by Harry 2018-06-06 */

.single-element {
  display: inline-flex;
  align-items: center;
  width: 180px;
}

.single-video {
  display: inline-flex;
  align-items: center;
}

i.fa-camera {
  margin: 0px 10px 0px 10px;
  cursor: pointer;
  font-size: 22px;
}
i.fa-camera:hover {
  opacity: 0.6;
}

i.fa-file-video-o {
  margin: 0px 10px 0px 10px;
  cursor: pointer;
  font-size: 22px;
}
i.fa-file-video-o:hover {
  opacity: 0.6;
}

.single-input-files, .single-video-files {
  display: none !important;
}