:root {
  --main-btn-button-color: #ea2035;
  --main-btn-text-color: #ffffff;
}

body {
    

}

.cursor-pointer {
    cursor: pointer;
}

.navbar {
    background-color: #211d1d;
    min-height: 80px;

}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
    background-color: #211d1d;
}


.navbar-brand {
    float: left;
    height: 80px;
    padding: 5px 5px 5px 5px;
    font-size: 18px;
    line-height: 80px;
}

.navbar-brand-logo {
    height: 100%;   
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--main-btn-button-color);
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent; 
}
.navbar-default .navbar-nav > .active > a:hover {
  color: var(--main-btn-button-color);
  background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}


@media (min-width: 768px) {
    .navbar-nav > li > a {
        font-size: 150%;
        padding: 30px 20px;
        background-color: #211d1d;
        color: #ffffff;
    }
}
@media (max-width: 767px) {

    .navbar {
    background-color: #211d1d;
    min-height: 50px;

}
    .navbar-brand {
    float: left;
    height: 50px;
    padding: 3px 3px 3px 3px;
    font-size: 15px;
    line-height: 50px;
        margin-left: 10px;
}

    .navbar-nav > li > a {
        font-size: 120%;
        padding: 10px 10px;
        background-color: #211d1d;
        color: #ffffff;
    }
    .page-header>h1 {
        font-size: 150%;
    }
    .navbar-text {
        margin-top: 5px;
        margin-bottom: 5px;
    }
     .navbar-nav {
         margin: 0px -15px;
     
}


}

@media (min-width: 490px) {
    
    ul.locMenu {
        overflow: hidden;
        list-style: none;
    }

        ul.locMenu li {
            float: left;
            width: 200px;
            margin-right: 0.7%;
            text-transform: uppercase;
            background: var(--main-btn-button-color);
            color: var(--main-btn-text-color);
            font-size: 15px;
            font-weight: normal !important;
            text-align: center;
            margin-bottom: 20px;
        }

            ul.locMenu li:hover {
                background: #000000;
            }

            ul.locMenu li .locSubItem {
                padding: 36px 20px 18px 15px;
            }

                ul.locMenu li .locSubItem img {
                    display: block;
                    width: 70px;
                    height: auto;
                    margin: 0 auto;
                    margin-bottom: 30px;
                }

                ul.locMenu li .locSubItem span {
                    display: block;
                    font-size: 17px;
                    font-weight: bolder;
                    margin-top: 2px;
                }

        ul.locMenu > li > a {
            color: var(--main-btn-text-color);
            text-decoration: none;
            font-weight: normal;
        }
}
@media (max-width: 490px) and (min-width: 390px) {
    ul.locMenu {
        overflow: hidden;
        list-style: none;
    }

        ul.locMenu li {
            float: left;
            width: 150px;
            margin-right: 0.7%;
            text-transform: uppercase;
            background: var(--main-btn-button-color);
            color: var(--main-btn-text-color);
            font-size: 13px;
            font-weight: normal !important;
            text-align: center;
            margin-bottom: 15px;
        }

            ul.locMenu li:hover {
                background: #000000;

            }

            ul.locMenu li .locSubItem {
                padding: 28px 15px 14px 12px;
            }

                ul.locMenu li .locSubItem img {
                    display: block;
                    width: 50px;
                    height: auto;
                    margin: 0 auto;
                    margin-bottom: 20px;
                }

                ul.locMenu li .locSubItem span {
                    display: block;
                    font-size: 15px;
                    font-weight: bolder;
                    margin-top: 2px;
                }

        ul.locMenu > li > a {
            color: var(--main-btn-text-color);
            text-decoration: none;
            font-weight: normal;
        }
}

@media (max-width: 390px) {
    ul.locMenu {
        overflow: hidden;
        list-style: none;
    }

        ul.locMenu li {
            float: left;
            width: 100%;
            margin-right: 0.7%;
            text-transform: uppercase;
            background: var(--main-btn-button-color);
            color: var(--main-btn-text-color);
            font-size: 13px;
            font-weight: normal !important;
            text-align: center;
            margin-bottom: 5px;
        }

            ul.locMenu li:hover {
                background: #000000;
                
            }

            ul.locMenu li .locSubItem {
                padding:  5px 5px 5px 5px;
            }

                ul.locMenu li .locSubItem img {
                    float: left;
                    display: block;
                    width: 35px;
                    height: auto;
                    margin: 0 auto;
                    margin-bottom: 5px;
                }

                ul.locMenu li .locSubItem span {
                    display: block;
                    font-size: 13px;
                    font-weight: bolder;
                    margin-top: 2px;
                }

        ul.locMenu > li > a {
            color: var(--main-btn-text-color);
            text-decoration: none;
            font-weight: normal;
        }
}


ul.locMenu {
    display: flex;
    justify-content: center;
    padding-left: 10px;
    flex-wrap: wrap;
}




.regtitle
{
    font-size:x-large;
    padding-top:10px;
    padding-bottom: 10px;
}

.sw-main {
    margin-bottom: 100px;
}
.text-danger {
    color: #e70008;
}



.clearfix:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.error{
    color: red;
}



/*Footer*/

footer{
	position: static;
	bottom: 0;
}

@media (max-height:800px){
	footer { position: static; }
}

.footer-distributed{
	background-color: #211d1d;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;
	padding: 10px 10px;
}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:16px;
	font-weight:500;
	color:  #ffffff;
	margin: 0 0 10px;
    

}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
    	padding-left: 10px;
    padding-right: 10px;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color:  #33383b;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-left: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 767px) {
    footer {
        position: relative;
    }
    .sw-main {
        margin-bottom: 10px;
    }
	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}


}
.copyright {
    padding-left: 10px;
    font-size: 0.75em !important;
}

.copyright a {
    text-decoration: none !important;
    color: #8f9296 !important;

}

.copyright a:hover {

    color: darkgray  !important;

}

.step-content {
    background-color:  #f9f9f9 !important;
}

.sw-toolbar-bottom {
    background-color: #ffffff !important;
    min-height: 40px !important;
}

.btn-confpay {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -6px!important;
}

.password{
    position: relative;
}

.password input[type="password"]{
    padding-right: 30px;
}

.password .glyphicon,#password2 .glyphicon {
    display:none;
    right: 15px;
    position: absolute;
    top: 12px;
    cursor:pointer;
}


 /*Ekstra small bootstrap column*/
 .col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9, .col-xxxs-1,.col-xxxs-10,.col-xxxs-11,.col-xxxs-12,.col-xxxs-2,.col-xxxs-3,.col-xxxs-4,.col-xxxs-5,.col-xxxs-6,.col-xxxs-7,.col-xxxs-8,.col-xxxs-9{
  position:relative;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
}

.col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9, .col-xxxs-1,.col-xxxs-10,.col-xxxs-11,.col-xxxs-12,.col-xxxs-2,.col-xxxs-3,.col-xxxs-4,.col-xxxs-5,.col-xxxs-6,.col-xxxs-7,.col-xxxs-8,.col-xxxs-9 { 
  float:left;
}

@media screen and (min-width:481px) and (max-width: 640px){

.col-xxs-pull-12 { right:100% !important; }
.col-xxs-pull-11 { right:91.66666667%; }
.col-xxs-pull-10 { right:83.33333333%; }
.col-xxs-pull-9 { right:75%; }
.col-xxs-pull-8 { right:66.66666667%; }
.col-xxs-pull-7 { right:58.33333333%; }
.col-xxs-pull-6 { right:50%; }
.col-xxs-pull-5 { right:41.66666667%; }
.col-xxs-pull-4 { right:33.33333333%; }
.col-xxs-pull-3 { right:25%; }
.col-xxs-pull-2 { right:16.66666667%; }
.col-xxs-pull-1 { right:8.33333333%; }
.col-xxs-pull-0{ right:auto; }

.col-xxs-push-12 { left:100%; }
.col-xxs-push-11 { left:91.66666667%; }
.col-xxs-push-10 { left:83.33333333%; }
.col-xxs-push-9 { left:75%; }
.col-xxs-push-8 { left:66.66666667%; }
.col-xxs-push-7 { left:58.33333333%; }
.col-xxs-push-6 { left:50%; }
.col-xxs-push-5 { left:41.66666667%; }
.col-xxs-push-4 { left:33.33333333%; }
.col-xxs-push-3 { left:25%; }
.col-xxs-push-2 { left:16.66666667%; }
.col-xxs-push-1 { left:8.33333333%; }
.col-xxs-push-0 { left:auto; }
.col-xxs-offset-12 { margin-left:100%; }
.col-xxs-offset-11 { margin-left:91.66666667%;}
.col-xxs-offset-10 { margin-left:83.33333333%; }
.col-xxs-offset-9 { margin-left:75%; }
.col-xxs-offset-8 { margin-left:66.66666667%; }
.col-xxs-offset-7 { margin-left:58.33333333%; }
.col-xxs-offset-6 { margin-left:50%; }
.col-xxs-offset-5 { margin-left:41.66666667%; }
.col-xxs-offset-4 { margin-left:33.33333333%; }
.col-xxs-offset-3 { margin-left:25%; }
.col-xxs-offset-2 { margin-left:16.66666667% ;}
.col-xxs-offset-1 { margin-left:8.33333333%; }
.col-xxs-offset-0{ margin-left:0; }

.col-xxs-1 { width:8.33333333%; }
.col-xxs-2 { width:16.66666667%; }
.col-xxs-3 { width:25%; }
.col-xxs-4 { width:33.33333333%; }
.col-xxs-5 { width:41.66666667%; }
.col-xxs-6 { width:50%; }
.col-xxs-7 { width:58.33333333%; }
.col-xxs-8 { width:66.66666667%; }
.col-xxs-9 { width:75%; }
.col-xxs-10 { width:83.33333333%; }
.col-xxs-11 { width:91.66666667%; }
.col-xxs-12 { width: 100%; }
}

@media screen and (max-width: 480px){
 
.col-xxxs-pull-12 { right:100%; }
.col-xxxs-pull-11 { right:91.66666667%; }
.col-xxxs-pull-10 { right:83.33333333%; }
.col-xxxs-pull-9 { right:75%; }
.col-xxxs-pull-8 { right:66.66666667%; }
.col-xxxs-pull-7 { right:58.33333333%; }
.col-xxxs-pull-6 { right:50%; }
.col-xxxs-pull-5 { right:41.66666667%; }
.col-xxxs-pull-4 { right:33.33333333%; }
.col-xxxs-pull-3 { right:25%; }
.col-xxxs-pull-2 { right:16.66666667%; }
.col-xxxs-pull-1 { right:8.33333333%; }
.col-xxxs-pull-0{ right:auto; }

.col-xxxs-push-12 { left:100%; }
.col-xxxs-push-11 { left:91.66666667%; }
.col-xxxs-push-10 { left:83.33333333%; }
.col-xxxs-push-9 { left:75%; }
.col-xxxs-push-8 { left:66.66666667%; }
.col-xxxs-push-7 { left:58.33333333%; }
.col-xxxs-push-6 { left:50%; }
.col-xxxs-push-5 { left:41.66666667%; }
.col-xxxs-push-4 { left:33.33333333%; }
.col-xxxs-push-3 { left:25%; }
.col-xxxs-push-2 { left:16.66666667%; }
.col-xxxs-push-1 { left:8.33333333%; }
.col-xxxs-push-0 { left:auto; }
.col-xxxs-offset-12 { margin-left:100%; }
.col-xxxs-offset-11 { margin-left:91.66666667%;}
.col-xxxs-offset-10 { margin-left:83.33333333%; }
.col-xxxs-offset-9 { margin-left:75%; }
.col-xxxs-offset-8 { margin-left:66.66666667%; }
.col-xxxs-offset-7 { margin-left:58.33333333%; }
.col-xxxs-offset-6 { margin-left:50%; }
.col-xxxs-offset-5 { margin-left:41.66666667%; }
.col-xxxs-offset-4 { margin-left:33.33333333%; }
.col-xxxs-offset-3 { margin-left:25%; }
.col-xxxs-offset-2 { margin-left:16.66666667% ;}
.col-xxxs-offset-1 { margin-left:8.33333333%; }
.col-xxxs-offset-0{ margin-left:0; }

.col-xxxs-1 { width:8.33333333%; }
.col-xxxs-2 { width:16.66666667%; }
.col-xxxs-3 { width:25%; }
.col-xxxs-4 { width:33.33333333%; }
.col-xxxs-5 { width:41.66666667%; }
.col-xxxs-6 { width:50%; }
.col-xxxs-7 { width:58.33333333%; }
.col-xxxs-8 { width:66.66666667%; }
.col-xxxs-9 { width:75%; }
.col-xxxs-10 { width:83.33333333%; }
.col-xxxs-11 { width:91.66666667%; }
.col-xxxs-12 { width: 100%; }
}

@media screen and (max-width: 320px) {
    body > form > .container {
        padding-top: 45px;
        padding-left: 10px;
    }

    .page-header, .regtitle {
        margin-top: 0px !important;
    }

    .sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
        font-size: 1em !important;
        padding: 4px;
    }

    .form-control {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
}

@media screen and (min-width: 321px) and (max-width: 767px) {

    body >  form > .container {
        padding-top: 45px;
        padding-left: 10px;
    }

    .page-header, .regtitle {
        margin-top: 0px !important;
    }

    .sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
        font-size: 1em !important;
        padding: 6px;
    }

    .form-control {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}

@media screen and (min-width: 768px) {
    body >  form > .container {
        padding-top: 80px;
        padding-left: 10px;
    }

    .page-header, .regtitle {
        margin-top: 0px !important;
    }

    .sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
        font-size: 1.2em !important;
        padding: 10px;
    }
}


/* Start funkyradio */
.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    padding-left: 40px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        /*line-height: 2.5em;*/
        /*text-indent: 3.25em;*/
        margin-top: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}


.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

/* End funkyradio */