﻿
.body-content {
    margin-top: 0px !important;
}

h2 {
    color: #007A9B !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

strong{
    font-weight:700 !important;
}

.navbar-toggle {
    display: none;
}

.navbar-brand {
    float: left;
    height: 50px;
    font-size: 18px;
}

.navbar-brand {
    margin-top: 10px;
}

.container {
    position: relative;
    width:1170px !important;
}

input, select, textarea {
    max-width: 100% !important;
}

.nav > li > a {
    padding-left: 0px !important;
}

.loginControlsParent {
    position: relative;
    margin: 0 auto;
    width: 100%;
    border-left: 1px dotted #FFF;
    border-right: 1px dotted #FFF;
}

.loginControls {
    position: relative;
    margin: 0 auto;
    max-width: 260px;
}

.ErrorMsg {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 12px;
    background-color: #efefef;
    top: -70px;
}

    .ErrorMsg span {
        color: #DD5555;
        font-weight: bold;
    }

.jumbotron {
    position: relative;
    overflow: hidden;
    display: block;
    background-color: transparent !important;
}

    .jumbotron p {
        font-size: 15px !important;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 35px !important;
        color: #007A9B !important;
        font-weight: 500;
        background-color: white;
        padding: 10px;
        border-radius: 4px;
    }

.lead {
    padding: 10px;
    font-size: 14px !important;
    position: relative;
    overflow: hidden;
    display: block;
    background-color: transparent !important;
    z-index: 10;
}

    .lead::after {
        content: '';
        display: block;
        position: absolute;
        top: 0%;
        left: 0%;
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        z-index: -1;
        border-radius: 4px;
    }

.kr510 {
    position: relative;
    margin: 0 auto;
    color: red;
    font-size: 36px;
    font-weight: bold;
    width: 190px;
    text-align: center;
    padding-bottom: 10px;
}

.ParkZoneContainer {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.ParkZoneLogo {
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    padding: 10px 0 20px 0;
}

    .ParkZoneLogo img {
        width: 100%;
    }

.txtdiv {
    background-color: #F9F9F9;
    padding: 20px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #007A9B !important;
    margin: 1em 0;
    padding: 0;
}

.FooterTxt a {
    color: black;
    font-weight: bold;
}

.parkzone p {
    text-align: center;
}

.navbar-nav {
    margin: 0;
}

.navbar-nav > li {
    padding-top: 11px !important;
    padding-bottom: 10px !important;
}
.navbar-nav {
    flex-direction:row  !important;
}


.nav > li {
    position: relative;
    display: block;
    padding-right:15px;
}
 

@media screen and (min-width: 768px) {

    .jumbotron::after {
        content: '';
        display: block;
        position: absolute;
        top: 0%;
        left: 0%;
        background-image: url(../Images/Parkeringspladsen.jpg);
        background-size: cover;
        width: 100%;
        height: 100%;
        opacity: 0.33;
        z-index: -1;
    }

    .container {
        padding-left: 0px !important;
    }

    .col-md-4 {
        min-height: 440px !important;
    }

    .navbar-header {
        height: 104px !important;
    }

    .body-content {
        margin-top: 120px;
    }

    .KeaText {
        position: absolute;
        left: 0px;
        top: 64px;
        padding: 0 !important;
        font-size: 22px;
        display: inline-block;
    }

    .mineData_left {
        width: 45%;
        display: inline-block;
        vertical-align: top;
        margin-right: 50px;
    }

    .mineData_right {
        width: 45%;
        display: inline-block;
        vertical-align: top;
    }


    .FooterTxt div {
        display: inline-block;
    }

        .FooterTxt div:not(:first-child):before {
            content: '~ ';
        }

    .small20Email {
        font-size: inherit;
    }

    .small30Email {
        font-size: smaller;
    }

    .txtdiv {
        height: 500px;
        font-size:14px;
    }

    .loginContainer {
        height: 500px;
    }
}

@media screen and (max-width: 768px) {

    .jumbotron::after {
        content: '';
        display: block;
        position: absolute;
        top: 0%;
        left: -150%;
        background-image: url(../Images/Parkeringspladsen.jpg);
        width: 300%;
        height: 100%;
        opacity: 0.33;
        z-index: -1;
    }

    .container{
        max-width:calc(100% - 20px);
        margin:20px;
        
    }
    .jumbotron {
        padding: 10px;
        border-radius: 6px;
        margin-bottom:40px;
    }

    .col-md-4{
        margin:10px 0 10px 0;
    }

    .navbar-header {
        /* height: 152px !important;*/
    }

    .body-content {
        margin-top: 95px;
    }

    .KeaText {
        padding: 0 !important;
        font-weight: 700;
        font-size: 20px;
        margin-top: 60px;
        margin-left: 15px;
    }

    .FooterTxt div {
        display: block;
    }

    .small20Email {
        font-size: smaller;
    }

    .small30Email {
        font-size: small;
    }

    .parkzone img {
        width: 95%;
    }
}

.loginContainer {
    padding: 20px;
    max-width: 400px;
    position: relative;
    margin: 0 auto;
}

.ParkeringsPin {
    position: absolute;
    right: 70px;
    bottom: 0px;
}

.navbar-fixed-top {
    background-color: #F2F2F2 !important;
    /*border-bottom: 5px solid #000 !important;*/
}

.Keamenu {
    /*border-top: 2px solid #000 !important;*/
    background-color: #f8edca;
    color:black;
}

.Keamenu li a {
    padding-top: 11px !important;
    padding-bottom: 10px !important;
    text-transform: uppercase;
    color: black !important;
    font-size: 15px;
    text-decoration:none;
}

.navbar-brand {
    margin-top: 10px;
}

.KeaText {
    color: #ABABAB;
}

.floatBody {
    padding: 20px;
}

.floatRight {
    position: relative;
    left: 0%;
    width:100%;
    margin-top:20px;
}
.floatRight a {
    width:100%;
    max-width:100%;
}

.jumbotron {
    position: relative;
}

.loginMaster, .brugerMaster {
    position: relative;
    margin: 0 auto;
    width: 100%;
}
 

.loginBorder {
    position: relative;
    margin: 0 auto;
    background-color: #233249 !important;
    color: #EFEFEF;
}



.loginUser input {
    margin-bottom: 15px;
}

.loginUser span, .loginPwd span {
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
}

.loginButton {
    width: 100%;
    height: 40px;
    color: #FFF;
    color: #000;
}


.brugerInfos {
    position: relative;
    font-size: 20px;
    background-color: #EFEFEF;
    padding: 10px;
    border-radius: 6px;
}

.brugerInfo {
    position: relative;
    margin-bottom: 0px;
}

.nummerplade {
    border-bottom: 2px solid #CCC;
}

.nummerpladeInfo {
    position: relative;
    margin-bottom: 0px;
}

.brugerContainer hr {
    background-color: #161933;
    margin: 10px 0 10px 0;
}

.brugerContainer h1 {
    color: #007A9B;
    font-weight: bold;
}


.brugerData {
    position: relative;
    font-size: 24px;
    color: #007A9B;
}

.brugerNummerplader {
    position: relative;
    font-size: 24px;
    color: #007A9B;
    margin-top: 15px;
}

.brugerNummerpladeOprettelsesTidspunkt {
    margin-top: 20px;
    border-bottom: 1px dotted #007A9B;
    font-size: 14px;
    position: relative;
}

.brugerNummerpladeOpsigelsesTidspunkt {
    font-size: 14px;
    margin-bottom: 25px;
    color: lightcoral;
    position: relative;
}

.tidpunkt {
    display: inline-block;
    position: absolute;
    left: 100px;
}

.brugerOpsigButton {
    position: absolute;
    right: 0px;
    top: 0px;
}

    .brugerOpsigButton a {
        background-color: #DD5555;
        color: #FFF;
        border: none;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
        border-radius: 3px;
    }

.greyTxt {
    color: #DDD !important;
}

.buttonOpret {
    position: absolute;
    right: 10px;
    bottom: 16px;
}

    .buttonOpret a {
        background-color: #228822;
        color: #FFF;
        border: none;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
        border-radius: 3px;
    }

.max7 {
    color: #888;
    font-size: 12px;
}

#TextBoxNyNummerPlade {
    height: 60px;
    font-size: 44px;
    text-transform: uppercase;
}

.mineData_right h1 {
    font-size: 12px;
    height: 39px;
    padding-top: 20px;
    margin-bottom: 10px;
    vertical-align: bottom;
}


.emailStatus {
    border-radius: 4px;
    padding: 15px;
    color: white;
}

.emailStatusOK {
    background-color: darkgreen;
}

.emailStatusFejl {
    background-color: darkred;
}

.EmailStatusEmail {
    font-weight: bold;
    font-size: larger;
}

.Waiting {
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 25%;
    opacity: 0.95;
}

.WaitingTxt {
    font-size: larger;
    color: black;
    padding-top: 10px;
    background-color: white;
    padding: 5px;
    z-index: 100;
}

.FooterTxt {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #f8edca;
    padding: 10px;
    color: black;
}


.DBError {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: yellow;
    font-weight: bold;
    background-color: black;
    padding: 5px;
}

.icon-bar {
    background-color: #007A9B !important;
}

.navbar-toggle {
    border-color: #007A9B !important;
}
