

@font-face {
    font-family: Sailec;
    src: url("/framework/landrinsbil/fonts/sailec.otf") format("opentype");
}

@font-face {
    font-family: Sailec;
    font-weight: bold;
	src: url("/framework/landrinsbil/fonts/sailec-bold.otf") format("opentype");
}

body {
	background-color: #f7f7f9;
	font-family:Sailec,sans-serif;
	font-size:16px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Sailec,sans-serif;
}

aside.news .news_content p {
	font-size:15px!important;
		line-height:normal;
}

p {
	line-height:normal;
}

.row.index h1 {
	font-size:17px;
}
	
.row.index p {
	font-size:15px;
		line-height:normal;
}
	

a
{
    color: #797979;
}

    a:hover, a:focus {
        color: #333333;
    }

    a.btn {
        border: 0;
        background: #004a61 !important;
        color: #fff;
        text-shadow: none;
        font-weight: 500;
        text-decoration: none;
        position: relative;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 4px;
		font-size:15px!important;
		height: 29px;
        line-height: 29px;
    }

        a.btn:hover {
            background: #005d7b !important;
        }
/*
a.btn-big { background: url("../images/btn-big-black.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0); }
a.btn.green {background:#333333!important; text-shadow: 0 -1px 0px #444 !important;}
a.btn.green:hover {background:#444 !important;}
*/

.info-section {
    /*background-color: #e5f3f8;*/
    background-color: rgb(242,242,242);
}

footer .basement ul li a {
    color: #000;
}

.navbar-inner {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    /*    background-color: #6b8298;
    background-image: -moz-linear-gradient(top, #6b8298, #6b8298);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6b8298), to(#3b5741));
    background-image: -webkit-linear-gradient(top, #6b8298, #6b8298);
    background-image: -o-linear-gradient(top, #6b8298, #6b8298);
    background-image: linear-gradient(to bottom, #6b8298, #6b8298);
    background-repeat: repeat-x;
*/
    color: #fff;
    background-color: #151515 !important;
    background-image: none !important;
    border: 1px solid #223326;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    zoom: 1;
}

    .navbar-inner:before, .navbar-inner:after {
        display: table;
        content: "";
        line-height: 0;
    }

.navbar.nav .active a {
    border-radius: 4px;
    border-width: 1px;
}

.navbar.nav .active a {
    border-radius: 4px;
    border-width: 1px;
}

.navbar .nav li a {
    border-radius: 4px;
    border-width: 1px;
}

.btn-group.steps > a.main {
    background: url("../images/btn_mid-black.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.fileupload {
    background: url("../images/btn_mid-black.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}

.span3 aside .nav-pills > .active > a, .span3 aside .nav-pills > .active > a:hover, .span3 aside .nav-pills > .active > a:focus {
    background: #6b8298;
    color: #fff;
}

.start-container {
    background-color: #585858;
    color: #fff;
    border-radius: 0px;
    padding: 8px;
    margin-left: 4px;
}

    .start-container a {
        color: #fff;
    }

        .start-container a:hover {
            color: #797979;
        }

.news .publishdate {
    color: #999999;
}

footer .basement p {
    color: #000;
}

/* footer .basement {
    background: #e5f3f8;
    color: #000;
    Font-size: 12px;
}
*/

 footer .basement {
    background-color: #151515 !important;
    color: #fff;
     Font-size: 12px;
}
 

.upplandsmotor header .logo {
    margin: 13px 0px;
    text-align: center;
}

.upplandsmotor header .mobile-link a {
    color: #222;
}

.upplandsmotor header .mobile-link {
    top: 5px;
    right: 5px;
}

.car-profile .place-bid-unit .place-bid-dropdown {
    visibility: hidden;
}

.testprotocol .foot {
    background: url(../../internalcars/images/iclogo146.png) center center no-repeat;
}

header .navbar .nav.nav-pills.pull-right > .active > a, .navbar .nav.nav-pills.pull-right > .active > a:hover, .navbar .nav.nav-pills.pull-right > .active > a:focus {
    background: #585858;
    color: #fff;
    text-shadow: 0 1px 2px #8c4916;
    -webkit-box-shadow: inset 0px 1px 1px #3d240e !important;
    box-shadow: inset 0px 1px 1px #3d240e !important;
}

a.xx_btn.orange {
    background: #6b8298 url(/framework/upplandsmotor/images/btn-mid-um.png) repeat-x !important;
    background-size: auto 100% !important;
    text-shadow: 0 -1px 0px #888 !important;
}

    a.xx_btn.orange:hover {
        background: #6b8298 !important;
    }


a.btn-big {
    border-radius: 4px;
    fill: #004a61;
    border-width: 1px;
    border-color: #004a61;
    border-style: solid;
    background: #004a61 !important;
    text-shadow: none !important;
    color: #fff;
    font-weight: 700;
}


    a.btn-big:hover {
        background: #005d7b !important;
        color: #fff;
    }

a.btn.grey {
    color: #999;
    background: #fff !important;
    text-shadow: none!important;
}


a.btn:after {
	background:none;
}


a.btn.orange {
    border-radius: 4px;
    fill: #004a61;
    border-width: 1px;
    border-color: #004a61;
    border-style: solid;
    background: #004a61 !important;
    text-shadow: none !important;
    color: #fff;
    font-weight: 700;
}


    a.btn.orange:hover {
        background: #005d7b !important;
        color: #eee;
    }

    a.btn.orange:after {
        display: none;
    }

a.btn.orange3d {
    background: #6b8298 url(/framework/upplandsmotor/images/btn-mid-um.png) repeat-x !important;
    background-size: auto 100% !important;
    text-shadow: 0 -1px 0px #c45e0c !important;
}


a.btn.green {
    border-radius: 4px;
    fill: #fff;
    border-width: 1px;
    border-color: #d5dbe0;
    border-style: solid;
    background: #fff !important;
    text-shadow: none !important;
    color: #004a61;
    font-weight: 700;
}


    a.btn.green:hover {
        border-color: #004a61!important;
		background: #fff !important;
    }





.button_bar a .right-helper:before {
    border-left: 9px solid #585858;
}

.button_bar a .right-helper:after {
    border-left: 9px solid #585858;
}

.button_bar a:hover .right-helper:before {
    border-left: 9px solid #888;
}

.button_bar a:hover .right-helper:after {
    border-left: 9px solid #888;
}

.button_bar a.btn:hover {
    background: #888;
}



.button_bar a:active .right-helper:before {
    border-left: 9px solid #888;
}

.button_bar a:active .right-helper:after {
    border-left: 9px solid #888;
}

.button_bar a.btn:active {
    background: #888;
}


.button_bar a:focus .right-helper:before {
    border-left: 9px solid #888;
}

.button_bar a:focus .right-helper:after {
    border-left: 9px solid #888;
}

.button_bar a.btn:focus {
    background: #888;
}

footer {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

header .nav-pills > li > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


/* buttonrow2022 desktop pages - Volvo */

a.buttonrow2022-create {
    background: none !important;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #181818;
    font-weight: 700;
    text-shadow: none;
}

    a.buttonrow2022-create:hover {
        background-color: #ccc !important;
    }

a.buttonrow2022-finish {
    background: none !important;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #181818;
    font-weight: 700;
    text-shadow: none;
}

    a.buttonrow2022-finish:hover {
        background-color: #ccc !important;
    }





header .logo {
    margin: 0px;
    margin-bottom: 8px;
}

aside .btn {
    background-color: #001f57;
    color: #fff;
    border: none;
}

a.btn:focus {
    background: none;
}

a.btn.orange3d {
    text-shadow: none !important;
}


.logo {
    /*    background-color: #151515 !important*/
    background-color: #fff;
    min-height: 60px;
    vertical-align: middle;
}

    .logo .header-company-logo {
        margin-top: 12px;
    }


.mobile-link a {
    margin-right: 12px;
    color: #151515;
    margin-top: 4px;
}

    .mobile-link a:hover {
        font-weight: 700;
    }

    footer .basement ul li a {
        color: #fff;
    }

    footer .basement p {
        color: #fff;
    }



.btn-group.steps > a.btn {
	font-size:10px!important;
background-color:#fff!important;
	
}


    .btn-group.steps > .btn:hover, .btn-group.steps > .btn:focus, .btn-group.steps > .btn:active, .btn-group.steps > .btn.active {
        z-index: 2;
        background: #004a61!important;
        color: #fff;
        text-shadow: none;
    }

.checkbox-section .system-komponents p {
    line-height: 11px;
}



.bid-history a.btn {
    height:auto!important;
}