@charset "UTF-8";
/* CSS Document */

.ipadtop {
	width: 768px;
	margin: 0 auto;
	display:none;
}

.ipad {
	width: 768px;
	height: 960px;
	position: relative;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100%;
}

body {
	background-color: #1a2d57;
	/*background-position: top center;*/
	color: #1A2D58;
	font-family: 'Source Sans Pro', sans-serif;	
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	overflow-x: hidden;
}

.body1 {
	background-image: url('../img/background_01.png');
}

.body2 {
	background-image: url('../img/background_02.png');
}

.container {
	width: 768px;
	max-width: 684px;
}

.toplink {
	height: 85px;	
}

.contentBox {
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 2px;
	position: relative;
}

.largeBox {
	padding: 40px 50px 50px 50px;
	height: 790px;
}

.smallBox {
	padding: 0 34px 34px 34px;
	height: 370px;
}

.flexBox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer {
	width: 100%;
	position: absolute;
	top: 870px;
	color: #fff;
}

.pil {
	position: absolute;
	top: 12px;
	left: -10px;
	width: 30px;
	height: 40px;
	background-image: url('../img/arrow.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.guide {
	width: 100%;
	height: 316px;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
}

.guideImage {
	width: 192px;
	height: auto;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.circle {
	width: 245px;
	height: 245px;
	border-radius: 50%;
	background-color: #7D879E;
	display: block;
	margin: 0 auto;
}

/* typografi */

p {
	line-height: 1.5;
}

p a, p a:link, p a:visited, p a:active, p a:focus {
	color: #29387c;
}

a:hover {
	color: #111435;
}

.caps {
	text-transform: uppercase;
}

h1, h2, h3, h4, h5 {
	font-weight: 300;
}

h1 {
	font-size: 35px;
	text-align: center;
}

h1:after {
	content: '';
	display:block;
	border-bottom: 2px solid #1A2D58;
	margin: 14px auto;
	width: 80px;
}

h1 strong {
	font-weight: 600;
}

h2 {
	font-size: 25px;
}

h2:after {
	content: '';
	display:block;
	border-bottom: 2px solid #1A2D58;
	margin: 14px 0;
	width: 80px;
}

h3 {
	font-size: 24px;
	font-weight: 700;
	color: #1A2D57;
	background-color: #7D879E;
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 56px;
}

.smallBox p {
	font-size: 16px;
}

.footer p {
	width: 768px;
	margin: 0 auto;
	padding: 22px 57px;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
}

.permission {
	font-size: 12px;
	line-height: 1.4;
	margin: 4px 0 8px;
}

/* Knapper */

.arrow {
	background-image: url('../img/arrow.png') !important;
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-size: auto 50%;
}

.arrow-btn {
	background-image: url('../img/arrow-btn.svg') !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	width: 38px;
	height: 40px;
}

button:focus {
    outline: none;
    outline: none;
}

.btn {
	border: none;
	cursor: pointer !important;
    cursor: hand !important;
    border-radius: 3px;
	box-shadow: none !important;
	outline: none !important;
	border: none !important;
    box-shadow: none !important;
}

.btn-start {
	width: calc(100% - 68px);
	height: 66px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
	text-align: left;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	border-radius: 3px;
	border: none;
	position: absolute;
	bottom: 34px;
}

.btn-primary,.btn-primary.disabled, .btn-primary:disabled, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .open>.dropdown-toggle.btn-primary, .btn-primary:not([disabled]):not(.disabled):active {
	width: 240px;
	height: 52px;
    color: #fff;
    background-color: #1A2D58;
    font-size: 14px;
    margin: 0 auto;
    display: block;
}


.btn-default,.btn-default.disabled, .btn-default:disabled, .btn-default:active, .btn-default.active, .btn-default:focus, .open>.dropdown-toggle.btn-default, .btn-default:not([disabled]):not(.disabled):active {
	width: 240px;
	height: 52px;
    color: #1A2D58;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    border: 1px solid #1A2D58 !important;
    background-color: rgba(255, 255, 255, 0);
}


.btn-secondary,.btn-secondary.disabled, .btn-secondary:disabled, .btn-secondary:active, .btn-secondary.active, .btn-secondary:focus, .open>.dropdown-toggle.btn-secondary, .btn-secondary:not([disabled]):not(.disabled):active {
	width: 240px;
	height: 52px;
    color: #fff;
    background-color: #1A2D58;
    font-size: 14px;
    margin: 0 auto;
    display: block;
	text-align: left;
}

.btn-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a2959+0,101c3e+100 */
	background: rgb(26,41,89); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(26,41,89,1) 0%, rgba(16,28,62,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(26,41,89,1) 0%,rgba(16,28,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(26,41,89,1) 0%,rgba(16,28,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2959', endColorstr='#101c3e',GradientType=0 ); /* IE6-9 */
}

.btn-shadow {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2) !important;
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2) !important;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2) !important;
}


#loader {
	min-height: 70px;
	width: 100%;
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 28px auto;
	display: none;
	margin-top: -6px;
}


/* Form */

.formError {
	border-color: #e40400 !important;
}

.form-group {
    margin-bottom: 1.5rem;
}

.fieldTitle {
	text-align: left;
	position: absolute;
	left: 8px;
	top: -12px;
	background-color: #e0e2e7;
	padding: 5px;
	font-weight: 700;
	border-radius: 2px;
	font-size: 12px;
}

.form-control {
    height: 43px;
    color: #1A2D58;
    background-color: #dde0e7;
    border: 1px solid #b1b8c8;
    border-radius: 2px;
    font-size: 14px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


select.form-control:not([size]):not([multiple]) {
    height: 43px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #aeb5c7;
}


.radio .form-control {
	background-color: rgba(255, 255, 255, 0);
	padding: 0
}


.form-control:focus {
    color: #1A2D58;
    background-color: #dde0e7;
    border-color: #1A2D58;
    outline: 0;
    box-shadow: none;
}


.form-left {
	padding-right: 6px;
}

.form-right {
	padding-left: 8px;
}

.form-radio, .form-checkbox {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     color: #666;
     top: 7px;
     height: 24px;
     width: 24px;
     border: 0;
     cursor: pointer;
     margin-left: 10px;     
     margin-right: 10px;
     outline: none;
     border: 1px solid #707070;
}

.form-radio {
	border-radius: 50px;
	background-color: #fff;	
}

.form-checkbox {
	border-radius: 2px;
}


.form-radio:checked::before, .form-checkbox:checked::before {
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 7px;
     top: 4px;
     content: '\02143';
     transform: rotate(40deg);
}

.form-radio:hover, .form-checkbox:hover {
     background-color: #fff;
}

.form-radio:checked, .form-checkbox:checked {
     background-color: #fff;
}

label {
     color: #1A2D58;
     cursor: pointer;
     line-height: 24px;
     margin-top: 8px;
     font-size: 14px;
     padding-left: 15px;
     border-left: 1px solid #b1b8c8;
}
/* Form */

.shakeError {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@media (max-width: 768px) {
.arrow-btn {
	margin-left: 20px;
}
}
