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

.btn-xlarge {
	padding: 12px 18px;
	font-size: 22px; //change this to your desired size
	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;
	}
	
	h3 {
		font-size:12px;
		margin-left:3px;
	}
	
	
	
}

@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;
	}
}



.regnr {
	font-size:24px;
	height:60px;
	background:url(nrplade_left.svg) 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*/


.checkbox-ui-button {
    text-align:left;
    padding: 15px 15px 0px 15px;
    border: 3px solid #e3f5ff;
    color: #1d2a5b;
    background: #f1faff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    outline: none;
	height:auto; 
	width:100%;
	margin-bottom:10px;
}

.checkbox-ui-button:hover, .checkbox-ui-button:focus {
    border-color: #a7e1ff;
    outline: 0;
}

.checkbox-ui-button-checked { /*not used yet*/
    border-color:#41a6d9;
	background:#e7f6ff;
    outline: 0;
}


.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 #bce8f1;
    color: #1d2a5b;
    font-size: 100%;
    font-weight: bold;
    background: #f1faff;
    -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: #41a6d9;
    outline: 0;
    -moz-box-shadow: 0 0 3px #41a6d9;
    -webkit-box-shadow: 0 0 3px #41a6d9;
    box-shadow: 0 0 3px #41a6d9;
}

.radio-ui-button-checked { /*not used yet*/
    border-color:#00F;
    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;
    -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;
    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;
}

/*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;
}

#drop a {
    background-color: #2196f3;
}