﻿
	
	/*-------------------------------------------------------------------------------

	*Filnamn:			bilonline-settings.css
	
	*Beskrivning:		Huvudfil settings Bilonline webbpaket
	
	*Version:			1.1.0 
	
	*Webbsida:			http://bilonline.se http://applikationsdata.se
	
	*Author:			*Bilonline - En del av Applikationsdata AB
	
	--------------------------------------------------------------------------------*/

	html, body {
  	height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	}

	body{
	overflow-x:hidden;
	padding:0;
	}
	

    /*===============================================================================
        Settings main
    ================================================================================*/

    .col-margin-top{
        margin-top:10px;
    }
    .col-margin-bottom{
        margin-bottom:10px;
    }


    /*===============================================================================
        Settings bilar
    ================================================================================*/

    /*------------------------------------------------------
		Bil block settings 
		---------------------------------------------------*/

    .car-container{
    padding:15px;
    background:transparent;
    }

    .bil-block-main{
    background:white;
    color:#000;
    }

    .bil-block-main:hover{
    opacity:0.8;
    cursor:pointer;
    }

     .bil-block-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    height: 70%;
    width: 100%;
    padding-top: 70%;
    font-size: 0.95em;
    line-height: 1.6em;
    } 

    .bil-block-img-settings{
    max-width:100%;
    height:auto;
    position:relative;
    }

    .bil-block-header{
    background:#333;
    }

    .bil-block-modell{
    color:#fff;
    height:30px;
    max-height:50px;
    overflow:hidden;
    font-size:18px;
    padding:5px;
    display:inline-block;
    width:100%;
    text-transform:uppercase;
    }

    .bil-block-info {
    padding: 5px;
    background-color: #63a59b;
    color: white;
    }

    .bil_block_info_inner{
    width:49%;
    }

    .bil-block-pris{
    background-color:transparent;
    text-align: center;
    display:inline-block;
    width:49%;
    font-size:24px;
    float:right;
    margin-top:-50px;
    }

    .bil-block-info-left{
    display:inline-block;
    width:49%;
    }

    .bil-block-info-right{
    display:inline-block;
    width:45%;
    padding:0 0 0 10px;
    }


    /*===============================================================================
        Settings bil
    ================================================================================*/
    
    .container-bil_sok{
    /*settings för wrapper runt bilen och slider*/
    margin-top:15px;
    }

    /*------------------------------------------------------
		Font-settings
		---------------------------------------------------*/
		
	.block-modell,
	.block-mer-info,
	.block-utrustning,
	.block-pris{
    /*settings för eventuell text för flertalet klasser*/
	}
		
	/*------------------------------------------------------
		hr-settings
		---------------------------------------------------*/	
	
    .bilonline-dark-hr{
	border-color:#222;
	margin-left:15px;
	margin-right:15px;
	}

    .bilonline-light-hr{
	border-color:#eaeaea;
	margin-left:15px;
	margin-right:15px;
	}
		
	.block-modell{
	font-size:25px;
    margin-left:-5px;
    color: white;
	}
	
	.block-pris{
	font-size:30px;
	}
	
	.block-pris-holder{
	float:right;	
	}

    .block-info-btns{
    float:right;
    }
		
	.btn-setting{
	border-radius:0;
    height:50px;
	width:125px;
    margin-bottom:4px!important;
    text-align:center;
	border:0;
    background-color:#333;
    color:white;
    border-color: #adadad;
    -webkit-appearance:none;
	}

    .btn-setting:hover{
    cursor:pointer;
    }

	.select-arrow{
	color:#ccc;
	}

    .row_bil_sok_main{
    /*settings för den row som håller resterande bil-information*/
    }

    .row_bil_sok_modell{
    background-color: #333;
    padding: 10px 0 10px 0;
    border-radius: 4px;
    height: auto;
    margin-left: 0;
    margin-right: 0
    }

    .bil_sok_modell_header{
    background-color:#333;
    padding:5px;
    color:white;
    }

    .bil_sok_utrustning{
    background-color:transparent;
    margin-top:5px;
    padding:5px 0 0 5px;
    }
    .bil-pris{
        color:white;
    }
	
	/*------------------------------------------------------
		Tabell settings
		---------------------------------------------------*/
	
	.block-table{
	width:100%;
	margin-top:5px;
    background-color:#eaeaea;
	}
    	
	.block-table-left{
    width:40px;
	padding:5px 0 5px 5px;
    background-color:#ccc;
	}
	
	.block-table-right{
	width:200px;
	padding:5px 0 5px 5px;
	}

	/*------------------------------------------------------
		Block mer info controller settings
		---------------------------------------------------*/
		
	.block-mer-info-span-holder{
	display:table-cell!important;
	width:40px;
	}
	
	.block-mer-info-txt{
	display:table-cell!important;
	width:150px;
	vertical-align:middle;	
	}
	
	.hidden-mer-info-ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:10px;	
	}
	
	.hidden-mer-info-ul li{
	display:table;
	border-bottom:1px solid #333;
	width:100%;
	}
	
	/*------------------------------------------------------
		Slider settings
		---------------------------------------------------*/

	/*.flex-direction-nav a:before  { 
    content: " ";
    display: block;
    background:url('../img/arrow-left-bilonline.png') no-repeat;
    width: 60px;
    height: 60px;
	}*/
	
	/*.flex-direction-nav a.flex-next:before  { 
    content: " ";
    display: block;
    background: url('../img/arrow-right-bilonline.png') no-repeat;
    width: 60px;
    height: 60px;
	}*/

    .flex-direction-nav a:before{
        color: rgba(255, 255, 255, 0.8)!important;
    }
    .flex-direction-nav a{
        height:60px!important;
    }

    #carousel img{
    opacity:.8;
    display:block;
    cursor:pointer;
    margin:1px;
    }

    #carousel img:hover{
    opacity:1;
    }

    #carousel .slides li{
    margin-right:1px;
    }

	/*------------------------------------------------------
		Modal settings
		---------------------------------------------------*/
	
    .modal-content{
    background:#fff;
    }

   .modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
    }

   .modal-footer{
   border-top: 1px solid #eaeaea;
   }

   .mail_resultat span{
   color:#fff;
   }
    	
	.bilonline-modal-header{
	height:50px;
	}
		
	.bilonline-modal-input{
	margin-bottom:5px;
	background-color:#fff!important;
	/*border-color:#!important;*/
	max-width:100%;
	max-height:200px;
    border-radius:0;
    height:40px;
	}

	.bilonline-modal-btn-skicka{
	border-radius:0;
	padding:10px;
	text-align:center;
    background-color:green;	
    height:50px;
	}
	
	.bilonline-modal-btn-stang{
	padding:10px;
	text-align:center;
	border-radius:0;
	width:125px;
    background:#eaeaea;
    border:0;
	}
	
	.bilonline-modal-icon-close{
	margin-top:-8px;
    color:#333;
	}
	
	
	/*------------------------------------------------------
		Finans settings
		---------------------------------------------------*/

	.block-finans{
    margin:5px 0 10px 0;
    background-color:#eaeaea;
    height:auto;
    padding:10px 5px 10px 5px;
	}
	
	.finans-header{
	background:transparent;
    height:50px;
	padding:0 0 0 3px;
	}
	
	.bilonline-finans-icon{
	color:#5cb85c;	
	}

    .bilonline-manadskostnad{
    background:#f7f7f7;
    padding-left:3px;
    padding:10px;
    border-radius:2px;
    }

    .bilonline-manadskostnad span{
    font-size:50px;
    display:block;
    text-align:center;
    }

    .finans_partner span{
    font-size:10px;
    }
	
	.block-finans-temp{
	padding-top:10px;
	font-size:25px;
	color:#fff;
	background-color:#5cb85c;	
	}
	
	.bilonline-finans-input{
	padding:10px;
	background-color:#fff;
	border:0;
	margin:10px 0 5px 2px;
	color:#fff;
	}
	
	.bilonline-finans-exp{
	display:inline-block;
	color:#fff;
	font-size:20px;
	text-align:center;
	}
	
	#bilonlineCalcKont,
	#bilonlineCalcMan{
	border:0;
	border-radius:0;
	background:#EAEAEA;
	margin:5px 2px 0 2px;
	opacity:0.5;
	}
	
	.finans-footer{
	background:#333;
	padding-top:10px;
	padding-bottom:10px;	
	}
	
	.finans-resultat{
	display:block;
	width:90%;
	margin:0 auto;
	text-align:center;
	background:#ccc;
	padding:10px;		
	}	

	/*------------------------------------------------------
		Ring settings
		---------------------------------------------------*/

	.block-ring{
	margin-top:10px;
	color:#fff;
	background:#5cb85c;
	width:100%;
	}
	
	.block-ring-btn{
	background:#5cb85c;
	height:50px;
	display:table!important;
    text-align:center;
    margin-left:-15px;
	}
	
	.block-ring-btn span{
	display:table-cell!important;
	vertical-align:middle;
	}
	
	.bilonline-ring-icon{
	color:#fff;
	margin-left:10px;
	margin-top:5px;
	}


    /*------------------------------------------------------
		Alla bilder settings
	---------------------------------------------------*/

    .visa_alla_container{
    width:80%;
    margin:0 auto;
    }

    .visa_alla_container img{
    display:block;
    margin-bottom:10px;
    width:100%;
    }

    .allabilder-logo{
    margin:25px auto;
    width:305px;
    text-align:center;
    }

    .alla_bilder_btn{
    height:100px;
    background-color:#eaeaea;
    padding:10px;
    text-align:center;
    border-bottom:1px solid #ccc;
    -webkit-appearance:none;
    border:0;
    font-size:18px;
    }

    .alla_bilder_btn:hover{
    background:#ccc;
    cursor:pointer;
    }

    .alla_bilder_clearfix{
    height: 15px;
    clear: both;
    }

      /*------------------------------------------------------
		Search settings
	---------------------------------------------------*/ 

    .search-container{
    background-color:transparent;
    margin-bottom:25px;
    }
   
  	.searchbox-header{
	background: #333;
    padding: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-left: 8px;
    margin-bottom: 0px;
    border-bottom: 1px solid black;
    color: white;
	}	


    .searchbox-h4{
    margin-top: 5px;
    margin-bottom: 5px;
    }
	
	.select-box{
	padding:10px;
	width:100%;
    font-size:18px;
    /*-webkit-appearance:none;*/
	}
	
	.sorting-list{
	width:300px;
	float:right;
    margin-bottom:-15px;
    margin-top:-30px;
	}
	
.btn-sorting {
    background: #fff;
    margin-right: 4px;
    display: inline-block;
    width: 70px;
    height: 40px;
    float: left;
    border-color: black;
    border-radius: 6px;
    border: 1px solid #111;
    text-align: center;
}

.btn-sorting-active {
    background-color: #000;
    color: #fff;
    margin-right: 4px;
    display: inline-block;
    width: 70px;
    height: 40px;
    float: left;
    border-color: black;
    border-radius: 6px;
    border: 1px solid #111;
    text-align: center;
}

	.btn-sorting-pris{
	background:#eaeaea;
	padding:10px;
	margin-right:4px;
	display:inline-block;
	width:40px;
	height:40px;
	float:left;
    border:0; 
	}
	
	.btn-sorting-mil{
	background:#eaeaea;
	padding:10px;
	margin-right:4px;
	display:inline-block;
	width:40px;
	height:40px;
	float:left;
    border:0;    			
	}
	
	.btn-sorting-ar{
	background:#eaeaea;
	display:inline-block;
	width:40px;
	height:40px;
	float:left;
	padding:10px;
    border:0;    			    			
	}
	
	.btn-sorting-pris:focus,
	.btn-sorting-pris:active{
	background:#ccc;
	}
	
	.btn-sorting-mil:focus,
	.btn-sorting-mil:active{
	background:#ccc;
	}
	
	.btn-sorting-ar:focus,
	.btn-sorting-ar:active{
	background:#ccc;
	}

    .btn-sorting-ar:hover,
    .btn-sorting-mil:hover,
    .btn-sorting-pris:hover{
    background-color:#ccc;
    }

    .senaste{
    padding-top:6px;
    padding-right: 6px;
    padding-left: 6px;
    }
    
    /*===============================================================================
        @media
    ================================================================================*/    	

    @media screen and (max-width:600px){
    .col-xs-6{
     width:100%;}
    }

    @media screen and (max-width:405px){
        .btn-setting{
            width:100%!important;
            margin:0 auto;
        }
        .block-info-btns{
            float:none!important;
        }
    }


    /*===============================================================================
        customer-settings
    ================================================================================*/

    .search-box {
    padding: 7px;
    width: 100%;
    float: left;
    font-size: 18px;
    background: #fff;
    color: #000;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-top: -10px;
}

.btn-search {
    background: #fff;
    float: right;
    display: inline-block;
    width: 100%;
    height: 43px;
    border-color: black;
    border-radius: 6px;
    border: 1px solid #111;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -4px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    .btn-search:hover, .btn-sorting:hover {
    background-color: #000;
    color: #fff;
}
    .sorting-list {
    width: 100%;
    margin-bottom: -15px;
    margin-top: -3px;
    margin-right: 15px;
}

.btn-sorting {
    background: #fff;
    display: inline-block;
    height: 40px;
    float: left;
    border-color: black;
    border-radius: 6px;
    border: 1px solid #111;
    text-align: center;
    font-size: 12px;
}

.btn-sorting-active {
    background-color: #000;
    color: #fff;
    display: inline-block;
    height: 40px;
    float: left;
    border-color: black;
    border-radius: 6px;
    border: 1px solid #111;
    text-align: center;
    font-size: 12px;
}
.fritext-wrapper{
    margin-top: 6px;
}

.antalsidor-text {
    font-size: 18px;
    font-weight: bold;
    margin-left:15px;
}
.bilar-utbud{
    width: 100%!important;
}