/*----------------------------------------------
        DEVELOPER CSS GOES HERE
-----------------------------------------------*/

.contactperson-form>div {
    padding-top: 14px;    
}
.contactperson-form {
    margin-bottom: 0;
}

/*.color-red {
    color: red;
}*/

#insp-damage-image-container > a
{
    position: relative;
}
#insp-damage-image-container > a img
{
    width: 100%;
}

#insp-damage-image-container > a .fa
{
    position: absolute;
    z-index: 3;
    top: 110%;
    left: 58%;
    margin-left: -30px;
    margin-top: -30px;
    width: 37px;
    height: 36px;
    display: block;
    line-height: 34px;
    color: #fff;
    font-size: 30px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    border: 2px solid #fff;
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
}

#insp-damage-image-container > a:hover .fa
{
    border-color: #61d139;
    color: #61d139;
}

.hei50
{
    height: 50px;
}

input[readonly],input[readonly]:focus{
    background-color: #DDDDDD;
}

#bouwjaar, #bouwjaar_nl {
    background-color: white;/*--Mateus wanted to change the bouwjaar to white(it's readonly)--*/
}


.no-bg {
    background: none,transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

label{
    cursor: default;
}
ul.pagination li.active {
    font-weight: bold;
}
/*#save-mystock_reg_plate div{
    width:100%;
    display:table;
    clear:both;
}*/

.list-cars h4, .list-cars h4 a {
    color: #2da9ff;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.green-title{
    color: #61d139;
}

#mystock-modal{
    max-height: 70%;
    overflow-y: scroll;    
}

#mystock-modal td{
    color:#5A8D8B;
    font-size:12px;
    width: 32%;
}

.list-cars-bid-box div p {
    line-height: 18px !important;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

#notification-holder{
    position: fixed;
    top: 0;
    right: 10px;
    border: none;
    z-index: 100;
}
.notification{
    margin:2px;
    border: none;    
    padding: 7px;
    display: block;
}
.notification>a{
    color: white;
}
.notification>a:hover{
    color: black;
}
.notification.higherBid{
    background-color: #E24E35;
}
.notification.newCardropz{
    background-color: #3B97E0;
}
.notification-header{
    font-size: 18px;
    font-weight: bolder;
}
.notification-data>span{
    font-size: 12px;
    margin: 2px;
}

.show_print
{
    display: none;
}

.count-down-timer-red-bold{
    font-weight: bold;
    color: red;
}

.slider-logos {
    margin-bottom: 30px;
}

.car_profile_pic_holder .dnone{    
    /*
Remove this after royal slider is implemented
    */
    display: none;
}
.car_profile_pic_holder{
    position: relative;
}
.car_profile_pic_holder-arrow-overlay{
    position: absolute;
    top: 40%; left: 0; bottom:0; right: 0;    
    opacity: 0.7;
    z-index: 100;
    font-size: 4em;
    color: #61D139;
}

.blur-img {
    display: block;
    overflow: hidden;
}
.blur-img img{
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
   /* 
    filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='10'%20/></filter></svg>#blur");
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10'); 
   */
}

.hidden-elem{
    display: none;
}

#car-photo-trash
{
    position: absolute;
    right: 0; 
    bottom: 50px; 
    width: 30px; 
    height: 30px; 
    z-index: 100;
    cursor: no-drop;
    font-size: 30px;

    /*background: green;*/ 
}
#car-photo-trash .active-photo{
    color: red; 
}
#car-photo-trash .deleted-photo{
    color: #61D139;
}

.order-banner-wrapper{
    text-align: center;
    border: 1px solid lightgray;
    margin-bottom: 10px;
    padding: 20px 0 20px 0;
}

.order-banner-wrapper a, .order-banner-wrapper p{
    margin-bottom: 0 !important;
}
.order-banner-wrapper a{
    display: inline !important;
}