.bigger-text {
	font-size:20px;
	font-weight:bold;
}

.much-bigger-text {
	font-size:28px;
	padding:6px 10px;
}

.btn-xlarge {
	padding: 12px 18px;
	font-size: 22px;
	line-height: normal;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
}
.hide_me {
	display:none;
}

.topbox {
	background:#f6f6f6;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}

#tilbetaling {
	font-size:10px; padding-left:70px;
}

.forgotpassword {
	margin-top:10px;
}

#msgForgotpassword {
	text-transform:lowercase;
}

.main-content-info-mobile .text-info-mobile {
	font-size:20px;
	color:#666;
}

@media screen and ( min-width: 767px ) {
	.main-content-info-mobile {
		display:none;
	}
}

@media screen and ( max-width: 468px ) {
	
	#submitContent {
		width:100%;
	}
	
	#tilbetaling {
		font-size:10px; text-align:center; padding-left:0px;
	}
	
	
}

@media screen and ( max-width: 900px ) {
	h1 {
		font-size:24px;
		font-weight:bold;
	}
	
	.topbox h3 {
		font-size:12px;
		margin-left:3px;
	}
	
	
	
}

@media screen and ( min-width: 768px ) {
	
	.totalpricebox {
		margin-top:226px;
	}
}

@media screen and ( min-width: 980px ) {
	h1 {
		font-weight:bold;
	}
	
	h3 {
		font-size:14px;
		margin-left:3px;
	}
	
	.form-group .limit-width {
		max-width:300px;
	}
	
	.form-group .limit-width-tlf {
		max-width:251px;
	}
	
	.form-group .limit-width-postnr {
		max-width:150px;
	}
	
	.regnr {
		max-width:300px;
	}
		
	.search-regnr-pull-left {
	  float: left !important;
	}
	
	.totalpricebox {
		margin-top:264px;
	}
}

@media screen and ( min-width: 1200px ) {
	
	.totalpricebox {
		margin-top:244px;
	}
}



.regnr {
	font-size:24px;
	height:60px;
	background:url(nrplade_left.png) top left no-repeat;
	text-transform: uppercase;
	padding-left:34px;
}

.search-regnr {
	font-size:24px;
	height:60px;
    cursor:pointer;
	width:60px;
}

.pad-logo-popup {
	padding-left:5px;
	padding-bottom:5px;
}

/* Works on Webkit */
.regnr::-webkit-input-placeholder {
	padding-top:8px;
    font-size:14px;
	text-transform:none;
}

/* Works on Firefox */    
.regnr:-moz-placeholder {
	padding-top:8px;
    font-size:14px;
	text-transform:none;
}

/* Works on both */
.regnr::-webkit-input-placeholder {
	padding-top:8px;
    font-size:14px;
	text-transform:none;
}
.regnr::-moz-placeholder {
	padding-top:8px;
    font-size:14px;
	text-transform:none;
}

.regnr:-ms-input-placeholder {
	padding-top:8px;
    font-size:14px;
	text-transform:none;
}


.red-dot {
	font-weight:bold;
	color:#d71920;
	font-size:8px;
}

.afgift-wrp {
	margin-top:5px;
}


/*** custom radioboxes ***/

input[type="radio"] {
  display:none;
}

input[type="radio"] + span:before{
  font-family: 'FontAwesome';
  padding-right: 5px;
  font-size: 20px;
  font-weight:normal;
  cursor:pointer;
}

input[type=checkbox] + span, .radiolabel{
  font-weight:normal;
  font-size:14px;
  cursor:pointer;
}

input[type="radio"] + span:before {
  content: "\f10c"; /* circle-blank */
  cursor:pointer;
}

input[type="radio"]:checked + span:before {
  content: "\f192"; /* circle */
  cursor:pointer;
}

/*** custom checkboxes ***/
input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-weight:normal;
  font-size:20px;
  cursor:pointer;
}

input[type=checkbox] + label{
  font-weight:normal;
  font-size:14px;
  cursor:pointer;
}

input[type=checkbox] + label:before { content: "\f096"; cursor:pointer; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 5px; cursor:pointer; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046"; cursor:pointer; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 2px; cursor:pointer; } /* allow space for check mark */

.animated {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}


/*Annoncering*/

.radio-ui-button .infotext, .radio-ui-button-yellow .infotext{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#333;
}

.radio-ui-button .weeksprice, .radio-ui-button-yellow .weeksprice,{
	font-size:14px;
	line-height:20px;
	color:#333;
}


.radio-ui-button {
    text-align:left;
    padding: 15px;
    border: 3px solid #ccc;
    color: #1d2a5b;
    font-size: 100%;
    font-weight: bold;
    background: #fff;
    background-image: url(/_images/ad_menutop.gif);
    background-position: 0px -5px;
    background-repeat: repeat-x;
    /*background: #f6f6f6;
     background-image: -moz-linear-gradient(top, #ffffff, #efefef);
     background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
         to(#efefef) );*/
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr = #ffffff, endColorStr = #efefef );
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
    overflow: visible;
    line-height: 1.6666em;
    display: inline-block;
    vertical-align: middle;
    outline: none;
	height:180px; 
	width:100%;
}

.radio-ui-button:hover, .radio-ui-button:focus {
    border-color: #999;
    background-image: url(/_images/ad_menutop.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    /*background: #f3f3f3;
     background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
     background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
         to(#ebebeb) );*/
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr = #ffffff, endColorStr = #ebebeb );
    outline: 0;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    background-repeat: repeat-x;
}

.radio-ui-button-checked { /*not used yet*/
    border-color:#00F;
    /*background-image: url(/_images/ad_menutop.gif);*/
    background-position: 0px -9px;
    background-repeat: repeat-x;
    /*background: #ddd;
     background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
     background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc),
         to(#ffffff) );*/
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr = #cccccc, endColorStr = #ffffff );
    outline: 0;
}

.radio-ui-button-yellow{
	text-align:left;
    padding: 15px;
    border: 3px solid #ccc;
    color: #1d2a5b;
    font-size: 100%;
    font-weight: bold;
    background: #ffffcc;
    background-image: url(/_images/ad_menutop_yellow.gif);
    background-position: 0px -5px;
    background-repeat: repeat-x;
    /*background: #f6f6f6;
     background-image: -moz-linear-gradient(top, #ffffff, #efefef);
     background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
         to(#efefef) );*/
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr = #ffffcc, endColorStr = #e8e896 );
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
    overflow: visible;
    line-height: 1.6666em;
    display: inline-block;
    vertical-align: middle;
    outline: none;
	height:180px; 
	width:100%;
}

.radio-ui-button-yellow:hover, .radio-ui-button-yellow:focus {
    border-color: #999;
    background-image: url(/_images/ad_menutop_yellow.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    /*background: #f3f3f3;
     background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
     background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
         to(#ebebeb) );*/
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr = #ffffcc, endColorStr = #e8e896 );
    outline: 0;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    background-repeat: repeat-x;
}



.radio-appearance-infotext{
	margin-top:10px;
	font-size:12px; 
	text-align:left;
	display:inline-block;
	float:left;
}

.radio-appearance-pricetext{
	font-size:16px; 
	font-weight:bold;
	color:#666;
	margin-top:10px;
}

.radio-appearance-pricebox{
	font-size:18px; 
	font-weight:normal;
	float:right;
	height:25px;
	width:85px;
	margin-top:-20px;
	text-align:right;
}

.autonew-wrp {
	font-size:12px;
	color:#666;
}

.autonew-wrp a .fa-info-circle {
	font-size:24px;
}

.autonew-info {
	margin-top:-10px;
}

.uploaded_images li .larger-icon{
    font-size:18px;
	margin-top:1px;
}

.margintop10 {
	margin-top:10px;
}

/*Bootstrap notify bug*/
[data-notify="container"] {
  animation-iteration-count: 1;
}


.rapp-basic-height {
	height:130px;	

}

.rapp-fremhaevet-height {
	height:220px;	

}

.radio-appearance-pricebox {
	font-size:26px;
	font-weight:bold;
	color:#333;
	height:45px;
	width:95px;
}

.radio-appearance-pricebox span {
	font-size:18px;
	font-weight:bold;
	color:#bcbc84;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}

.sparmestwrp {
	position:relative;
	width:0px;
	height:0px;
	display:block;
	z-index:1;
}

.sparmest-1 {
	background:#f6f6f6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#000;
	width:90px;
	padding:2px 5px;
	font-size:12px;
	font-weight:bold;
	display:block;
	z-index:10;
	position:absolute;
	top:-21px;
	left:220px;
}

.sparmest-2 {
	background:#ffff4f;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#000;
	width:90px;
	padding:2px 5px;
	font-size:12px;
	font-weight:bold;
	display:block;
	z-index:10;
	position:absolute;
	top:-21px;
	left:220px;
}

.sparmest-3 {
	background:#9bf18d;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#000;
	width:90px;
	padding:2px 5px;
	font-size:12px;
	font-weight:bold;
	display:block;
	z-index:10;
	position:absolute;
	top:-21px;
	left:220px;
}

.duration-border-select {
	/*border-top:1px #eeeeee solid;*/
}
		
.annonce-ex-fremhaevet {
	background:url(/saelg-din-motorcykel/fremhaevet-annonce-eksempel.png) no-repeat top left;
	height:118px;
	width:auto;
	clear:both;
	border:1px #ccc solid;
}

.annonce-ex-basis {
	background:url(/saelg-din-motorcykel/basis-annonce-eksempel.png) no-repeat top left;
	height:58px;
	width:auto;
	clear:both;
	border:1px #ccc solid;
}

.fremhaevet-info-wrp {
	margin-bottom:10px;
	height:100px;
}

.sidebar-module h2 {
	font-size:22px;
}

.popover{
	max-width:600px;
}

.popover-title .close{
	position: relative;
	bottom: 3px;
}

/* COMMON PRICING STYLES */
.shadow1 {
  position:relative;
}
.shadow1 {
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
.shadow1:before, .shadow1:after{
  position:absolute;
  content:"";
  bottom:15px;left:15px;top:80%;
  width:45%;
  background:#666666;
  z-index:-1;
  -webkit-box-shadow: 0 20px 15px #666666;
  -moz-box-shadow: 0 20px 15px #666666;
  box-shadow: 0 20px 15px #666666;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.shadow1:after{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 15px;left: auto;
}

.panel.price,
.panel.price>.panel-heading{
	 -moz-transition: all .3s ease;
	-o-transition:  all .3s ease;
	-webkit-transition:  all .3s ease;
}

.panel.price{
	margin-top:5px;
	box-shadow: 0px 0px 3px rgba(0,0,0, .4);
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
}

.panel.price:hover{
	box-shadow: 0px 0px 30px rgba(0,0,0, .4);
}

/* white price */

.price.panel-white>.panel-heading a:link h3, a:visited h3, a:active h3 {
	color: #333;
}

.price.panel-white>.panel-heading a {
	color: #333;
	text-decoration:none;
}



.price.panel-white>.panel-heading {
	color: #333;
	background-color: #f6f6f6;
	
}

.panel.panel-white.price:hover>.panel-heading{
	text-decoration:none;
}
	



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

.set-center-responsive-img {
	margin-left:auto; margin-right:auto; max-width:140px;
}

.big-font-p {
	font-size:18px;
}

.big-font-h2 {
	line-height:40px;
}

/*new code 2022-04-10*/

.topbox {
    background: #f6f6f6;
    border-bottom: 3px solid #cccccc1c;
    margin-bottom: 10px;
}

.btn {
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}

.btn-lg {
  padding: 11px 18px;
}

.btn-primary {
  color: white;
  background-color: #2196f3;
}

.btn-shadow-effect {
	box-shadow: 0 0 4px #999;
}