/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Candara,Arial,sans-serif;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

* {
    outline: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    padding: 0;
    margin: 0 5px 0 0;
}

/*CSS*/

body {
    font-family: Candara, Arial, sans-serif !important;
}

textarea {
    font-family: Candara, Arial, sans-serif;
    font-size: 14px;
}

input, button {
    font-family: Arial, sans-serif;
    font-size: 13px;
}

h2, h3, h4 {
    color: #000;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

h2 {
    color: #0e4869;
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0;
}

p, div, label {
    font-size: 13px;
    line-height: 16px;
}

em {
    font-weight: bold;
}

code {
    font-family: monospace;
}

.hr {
    border-top: 1px solid #c5cacd;
    margin: 9px 0 0 5px;
    height: 1px;
    line-height: 0;
}

.hr2 {
    border-top: 1px solid #c5cacd;
    margin: 4px 0 0 0px;
    height: 1px;
    line-height: 0;
}

.bold {
    font-weight: bold;
    border: 1px solid;
}

.margin1 {
    margin-left: 10px;
}

.color-white {
    color: white;
}

img.center {
    margin: 0 auto;
    display: block;
}

img.right {
    float: right;
    margin: 0 30px 20px 20px;
}

a {
    color: #0093d0;
    text-decoration: none;
}



.btn-g, .btna-g {
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: #000 url('../../../../App_Themes/BlueIdeaTheme/css/images/btn-overlay.png') repeat-x top;
    height: 26px;
    border: 1px solid #666;
    margin-bottom: 5px;
    cursor: pointer;
    outline: none;
}

/** html .btn-g{
	background:none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btn-overlay.png', sizingMethod='image');
}*/



.btna-g {
    height: 20px;
    display: block;
    float: left;
    padding-top: 4px;
    text-decoration: none !important;
}

.btn-submit, .btn-cancel, .dt-button {
    -webkit-box-shadow: 0px 1px 1.4px 0.5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1.4px 0.5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1.4px 0.5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px !important;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none !important;
}

.dt-button {
    font-family: arial;
    padding: 1px 25px;
}

.btn-submit, .dt-button {
    color: #fff !important;
    background-color: #0093cf;
    border: 1px solid #037eb0;
}

    .btn-submit:hover, .dt-button:hover {
        background-color: #2ba5d7;
        border: 1px solid #038fc8;
    }

    .btn-submit:active, .dt-button:active {
        background-color: #0083be;
    }

.btn-cancel {
    color: #000 !important;
    background-color: #f4f4f4;
    border: 1px solid #999;
}


    .btn-cancel:hover {
        background-color: #fff;
        border: 1px solid #b6b6b6;
    }

    .btn-cancel:active {
        background-color: #e6e6e6;
    }


*:first-child + html button[type] {
    border: none; /* IE7 */
    padding-left: 15px;
    padding-right: 15px;
}


.btn-tool-pos, .btn-tool-neg {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
}

.btn-tool-pos {
    color: #fff !important;
    background-color: #4f97b2;
    border: 1px solid #448da9;
}

    .btn-tool-pos:hover {
        background-color: #5ba4be;
        border: 1px solid #448da9;
    }

    .btn-tool-pos:active {
        background-color: #468eaa;
    }

.btn-tool-neg {
    color: #000 !important;
    background-color: #f4f4f4;
    border: 1px solid #999;
}

    .btn-tool-neg:hover {
        background-color: #fff;
        border: 1px solid #b6b6b6;
    }

    .btn-tool-neg:active {
        background-color: #e6e6e6;
    }

.btn-arrow img {
    padding-top: 1px;
}

.btn-w-inp {
    height: 22px;
}

.hm1 {
    margin: 0 5px;
}

.hm2 {
    margin: 0 10px;
}

.fortryd {
    position: relative;
    top: 20px;
    left: -130px;
}

input.hm2 {
    background: none;
    text-decoration: underline;
    cursor: pointer;
}

.article p {
    margin-bottom: 1em;
}

.article h4 {
    margin-top: 1.6em;
}

/*#######################
container er selve siden.
#######################*/

div#topbg {
    margin: 0 0 0 0;
    padding: 0px;
    height: 100%;
    background-image: url('../../../../App_Themes/BlueIdeaTheme/css/images/bg.png');
    background-repeat: repeat-x;
}

div#container {
    position: relative;
    margin: 0px auto 0;
    padding: 0 10px 0 10px;
    width: 962px;
    /*Set animations for when we change the width of the container*/
    -webkit-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

div#header {
    position: relative;
    margin: 0px auto 0;
    padding: 0 0 0 0;
    height: 167px;
    width: 100%;
}

div#head-left {
    position: absolute;
    top: 8px;
    left: -32px;
    padding: 0 0 0 0;
    height: 122px;
    width: 367px;
    background-image: url('../../../../App_Themes/BlueIdeaTheme/css/images/logo.png');
    background-repeat: no-repeat;
}

    div#head-left h1 {
        margin: 15px 0 0 128px;
        font-size: 36px;
        line-height: 30px;
        color: #fff;
        text-shadow: 0px -1px 2px #0d3f5d;
    }

div#head-right {
    position: absolute;
    top: 17px;
    right: 33px;
    padding: 0 0 0 0;
    height: 100px;
    width: 320px;
}

ul#menu1 {
    color: #80ba4d;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

    ul#menu1 a {
        color: #80ba4d;
        text-decoration: none;
    }

    ul#menu1 li {
        display: inline;
        list-style-type: none;
        padding: 0 25px 0 0;
    }

ul#menu2 {
    list-style-type: none;
    padding: 0px;
    margin: 10px 0 0 0;
    color: white;
}

    ul#menu2 a {
        color: white;
        text-decoration: none;
        background-image: url('../../../../App_Themes/BlueIdeaTheme/css/images/arrow1.png');
        background-repeat: no-repeat;
        background-position: 100% 6px;
        padding-right: 13px;
    }

    ul#menu2 li {
        font-size: 13px;
        background-image: url('../../../../App_Themes/BlueIdeaTheme/css/images/bullet1.png');
        background-repeat: no-repeat;
        background-position: 0px 4px;
        padding-left: 18px;
        line-height: 22px;
    }

#login-btn {
    position: absolute;
    right: 34px;
    top: 17px;
    width: 71px;
    height: 26px;
    background-image: url('../../../../App_Themes/BlueIdeaTheme/css/images/btn1.png');
    background-repeat: no-repeat;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    z-index: 4000;
}

    #login-btn a {
        display: block;
        color: white;
        text-decoration: none;
    }

div#head-bottom {
    position: absolute;
    bottom: 0px;
    padding: 0 0 0 0;
    height: 35px;
    width: 100%;
}

div#TopNav ul.level1 {
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
    height: 35px;
}

div#TopNav a {
    color: white;
    text-decoration: none;
}

div#TopNav > li {
    padding: 0 31px 0 31px;
    float: left;
    font-size: 15px;
    margin: 0;
    line-height: 35px;
}

div#TopNav ul.level1 > li, div#TopNav ul.level2 > li, div#TopNav ul.level3 > li {
    padding: 0 31px 0 31px;
    float: left;
    font-size: 15px;
    margin: 0;
    line-height: 35px;
    background-image: url('../../../../App_Themes/BlueIdeaTheme/css/images/bullet2.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div#TopNav li.seperator {
    width: 2px;
    padding: 0;
    background-image: url('../../../../App_Themes/BlueIdeaTheme/css/images/bullet2.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

ul#TopNav li.current {
    background-image: url('../../../../App_Themes/BlueIdeaTheme/css/images/gradient.png');
    background-repeat: repeat-x;
}

div#TopNav ul.level2, div#TopNav ul.level3 {
    background: #0d3e5c;
    position: absolute;
    z-index: 500;
}


/*
table#TopNavi {
	margin: -17px 0 0 0;
	padding: 0;
	list-style-type: none;
	height: 35px;
}

table#TopNavi table tr td
{
	padding: 0;

}
table#TopNavi a{
	color: white;
	text-decoration: none;
	padding: 0 31px 0 31px;
	float:left;
	font-size: 15px;
	margin: 0;
	line-height: 35px;	
}
table#TopNavi td.seperator{
	width: 2px;
	padding:0;

}
table#TopNavi td.current{
	background-image: url('../../../../App_Themes/BlueIdeaTheme/css/images/gradient.png');
	background-repeat: repeat-x;
}



#######################
Main
#######################*/



#main {
    position: relative;
    padding: 20px 20px 0 20px;
    width: 920px;
    min-height: 300px;
    z-index: 1;
}

    #main a {
        color: #0197d4;
        text-decoration: underline;
        cursor: pointer;
    }

        #main a:hover {
            color: #016e9a;
        }


    #main h2 {
        padding-bottom: 8px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }

    #main h3 {
        color: #000;
        margin: 0;
    }

    #main .content {
        margin-bottom: 40px;
    }


    #main .left {
        margin-right: 10px;
    }

    #main .description-field {
        background: #eee url('../../../../App_Themes/BlueIdeaTheme/css/images/description-field-bg.gif') repeat-x !important;
        padding: 10px 20px 15px 20px;
        margin-bottom: 8px;
    }

    #main .content-field {
        background: #f6f6f6;
        padding: 20px 20px 40px 20px;
        margin-bottom: 8px;
        min-height: 20px;
    }

    #main .navigation {
        clear: both;
    }

    #main .nav-field {
        background: #efefef;
        padding: 16px 20px 15px 20px;
        margin-bottom: 20px;
        clear: both;
        height: 30px;
    }

        #main .nav-field button {
            margin-left: 30px;
        }


    #main .content-field .component {
        padding: 20px;
        min-height: 300px;
        margin-top: 40px;
    }

/* Index 
___________________________________*/

#welcome-top {
    background: url('../../../../App_Themes/BlueIdeaTheme/css/images/inx-welcome-bg-small.jpg') no-repeat center top;
}

#main.welcome {
    margin: 0 auto;
    padding: 40px 0 0 0;
    width: 940px;
    height: 1%;
}

#welcome-box {
    /*	margin-top:20px;*/
    height: 160px;
    position: relative;
}

    #welcome-box h2 {
        border: 0;
        margin: 0 0 10px 0;
    }

    #welcome-box img.portrait {
        float: left;
        display: block;
        border: 1px solid #bbb;
        /*	margin-top:0.6em;*/
    }

    #welcome-box img.mobiles {
        position: absolute;
        z-index: 999;
        right: 26px;
        top: 90px;
    }

    #welcome-box em {
        font-style: italic;
    }

    #welcome-box .fr {
        float: left;
        display: block;
        width: 425px;
        margin-left: 30px;
    }

h4.clm {
    margin: 30px 0 0 0;
    background: url('../../../../App_Themes/BlueIdeaTheme/css/images/inx-h-bg.gif') repeat-x;
    height: 39px;
    padding: 20px 20px 0 20px;
    border-top: 1px solid #9bd35c;
    border-left: 1px solid #9bd35c;
    border-right: 1px solid #9bd35c;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    color: black;
    font-weight: bold;
    font-size: 14px;
    font-family: Candara,Arial,sans-serif;
}

    h4.clm span {
        color: #00a6ea;
    }


#welcome-content-area {
    padding: 20px;
    background: url('../../../../App_Themes/BlueIdeaTheme/css/images/welcome-cont-bg.gif') repeat-x;
}

    #welcome-content-area h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #welcome-content-area p.note {
        text-transform: uppercase;
        font-size: 0.9em;
        letter-spacing: 1px;
        color: #777;
        margin-bottom: 0px;
    }

    #welcome-content-area .spot {
        padding: 10px 10px 10px 20px;
        width: 550px;
        background: #dbf2fb url('../../../../App_Themes/BlueIdeaTheme/css/images/spot-bg.gif') repeat-x !important;
    }

    #welcome-content-area .more-spots {
        margin: 50px 0 30px;
        padding: 0 20px 0 20px;
    }


    #welcome-content-area .spot-sec {
        width: 262px;
        float: left;
        margin-right: 30px;
    }

        #welcome-content-area .spot-sec h3 {
            margin-top: 6px;
            padding-bottom: 20px;
            border-bottom: 1px solid #cdcdcd;
        }

        #welcome-content-area .spot-sec.last {
            margin-right: 0px;
        }


/* Login 
___________________________________*/

/*#login-box{
	background:transparent url('../../../../App_Themes/BlueIdeaTheme/css/images/welcome-bg.gif') repeat-x bottom;
	padding:15px 0px;
	min-height:300px;
	height:100%;
}*/

#login-box .login {
    border: 1px solid #ccc !important;
    background: #eee url('../../../../App_Themes/BlueIdeaTheme/css/images/login-bg.gif') repeat-x top !important;
    position: relative !important;
    padding: 15px 20px 20px 20px !important;
    margin: 0 auto !important;
    width: 360px !important;
}

    #login-box .login h2 {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

#login-box fieldset {
    margin: 0 0 10px 30px;
    display: block;
}

#login-box label {
    padding-top: 5px;
    display: block;
    float: left;
    width: 80px;
    margin: 0 20px 0 30px;
}

#login-box #reset {
    display: block;
    margin: 5px 0 0 70px;
}

#login-box input#Password, #login-box input#UserName {
    width: 200px;
    border: 1px solid #B2B2B2;
    padding: 2px 5px 3px;
}

#login-box input.submit {
    margin: 10px 0 0 100px;
}

#login-box input#LoginButton {
    margin: 40px 70px 0 0;
    border-radius: 13px 13px 13px 13px;
    box-shadow: 0 1px 1.4px 0.5px rgba(0, 0, 0, 0.2);
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 13px;
    height: 26px;
    margin-bottom: 5px;
    outline: medium none;
    border: 1px solid #037EB0;
    color: #FFFFFF !important;
}

#login-box td.ControlHead3 {
    display: none;
}

#login-box a#PasswordRecoveryLink {
}

/* content 
___________________________________*/

#main .content-field ul li {
    padding: 10px 10px 0 10px;
}

#main input.textinput, #main textarea {
    border: 1px solid #b2b2b2;
    padding: 2px 5px 3px 5px;
}


#main li.no-ruler {
    border: 0 !important;
    margin: 0 !important;
}

#main .box-highlight, #main .box-highlight-dim {
    background: #d8eef6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #a1dff6;
}

#main .box-highlight-dim {
    background: #ddd;
    border: 1px solid #ccc;
}

#main .box-highlight-sec {
    background: #e8f6e2;
    border: 1px solid #82e738;
}


/* content form-fields 
___________________________________*/





#main ul.form-fields {
    margin-bottom: 20px;
}



    #main ul.form-fields li {
        border-top: 1px solid #ddd;
        margin: 10px 0 0 0;
        padding: 14px 0 5px 0;
        overflow: hidden;
        width: 870px;
    }

        #main ul.form-fields li span {
            display: block;
            float: left;
            clear: left;
            width: 220px;
            padding-right: 20px;
            text-align: left;
        }

main ul.form-fields li p span {
    float: right;
}

#main ul.form-fields li span.check {
    width: auto;
    text-align: left;
}

#main .content-field .col2 {
    margin-left: 240px;
}



#main ul.form-fields li img {
    width: 320px;
    border: 3px solid #CCC;
}

#main ul.form-fields li > p {
    margin-left: 220px;
    padding-left: 20px;
}

#main ul.form-fields li span.note {
    margin-top: 4px;
    display: block;
    color: #666;
    font-style: italic;
}

#main ul.form-fields li textarea {
    max-width: 316px;
    width: 316px;
    overflow: auto;
}

#main ul.form-fields li .textinput {
    width: 316px;
}

.textinput2 {
    border: 1px solid black;
}

#main ul.reqiured-fields li {
    margin-right: 296px;
}

#main ul.form-fields li.required em {
    color: #00a6ea;
}

#main ul.form-fields li.required input {
    background: #e7fcff;
}

    #main ul.form-fields li.required input:focus {
        background: #fff;
    }

#main ul.form-fields li.required textarea {
    background: #e7fcff;
}

    #main ul.form-fields li.required textarea:focus {
        background: #fff;
    }

#main ul.form-fields select {
}



#main .show-btn {
    color: #0197d4;
    text-decoration: underline;
    cursor: pointer;
}

    #main .show-btn:hover {
        color: #016e9a;
    }


/* Admin Tilmeld/Afmeld Moduler
___________________________________*/

#main .codeguide {
    margin-top: 20px;
    padding: 10px;
    width: 825px;
    overflow: hidden;
}

    #main .codeguide ul {
        width: 260px;
        float: left;
    }


    #main .codeguide li {
        margin-bottom: 5px;
    }

        #main .codeguide li p em {
            padding-right: 5px;
            float: left;
            text-align: left;
        }


#main .item-field {
    width: 282px;
    float: left;
    margin-right: 10px;
}

    #main .item-field .frame-box {
        padding: 10px;
        min-height: 370px;
    }

    #main .item-field iframe {
        border: 1px solid #666;
    }

    #main .item-field .code-box {
        padding: 10px;
        margin-top: 20px;
    }

.code-box-small {
    float: left;
    margin-right: 19px;
}

    .code-box-small:first-child {
        margin-right: 0;
    }

#main .item-field textarea {
    display: block;
    background: #fff;
    font-size: 0.9em;
    line-height: 1.2em;
    padding: 4px;
    overflow: auto;
    border: 1px solid #a1dff6;
    width: 240px;
    max-width: 850px;
    height: 130px;
    margin-top: 5px;
    font-family: monospace;
}



/* Udsendelse SPEC 6  
___________________________________*/



#main .spec-6 > ul > li {
    margin: 10px 0 0 0;
    width: 690px;
    border-top: 1px solid #ddd;
    padding: 14px 0 5px 0;
    overflow: hidden;
}

#main .spec-6 ul li .show-btn.license {
    margin-top: 10px;
}

#main .spec-6 .box-highlight.hide {
    display: none;
    margin: 10px 0 10px 0;
    padding: 10px;
    width: 668px;
}


#main .spec-6 .box-highlight .frame {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 200px;
    overflow-y: scroll;
    padding: 5px;
}

#main .spec-6 .license .frame {
    padding: 20px 40px 20px 20px;
    height: 180px;
}


#main .spec-6 .alert {
    margin: 0;
    padding: 10px 30px 10px 30px;
    text-align: center;
    width: 628px;
}




/* Udsendelse SPEC 2  
___________________________________*/
#main ul.spec-2 li {
    padding-left: 0;
    padding-right: 0;
}

    #main ul.spec-2 li ul li {
        padding-left: 10px;
        padding-right: 10px;
    }

#main ul.spec-2 li {
    clear: both;
}

    #main ul.spec-2 li label {
        float: left;
    }

#main ul.spec-2 .head {
    padding: 0 10px 0 10px;
}

#main ul.spec-2 .show-details {
    margin: 0 20px 0 10px;
    float: left;
}

/*Blue header*/
#main ul.spec-2 li.active {
    background: #d8eef6;
    margin-top: 25px;
}

    #main ul.spec-2 li.active.first {
        margin-top: 0;
    }

#main ul.spec-2 li .details {
    display: none;
    clear: both;
    margin-top: 25px;
    padding: 0;
    border-bottom: 1px solid #a1dff6;
    border-top: 1px dotted #a1dff6;
    background: #e9f4f9;
}

    #main ul.spec-2 li .details.active {
        display: block;
    }

#main ul.spec-2 li div.details ul li {
    clear: none;
    float: left;
    padding: 10px 12px 6px 12px;
    height: 50px;
    min-width: 50px;
    border-right: 1px dotted #a1dff6;
    background: #e9f4f9;
}

    #main ul.spec-2 li div.details ul li:last-child {
        border-right: 0;
    }

    #main ul.spec-2 li div.details ul li.roadinput {
    }

    #main ul.spec-2 li div.details ul li.road {
        width: 180px;
    }

    #main ul.spec-2 li div.details ul li.numtype select {
        width: 70px;
    }

    #main ul.spec-2 li div.details ul li.select label {
        padding-top: 22px;
    }

#main ul.spec-2 li div.details label {
    padding: 0;
    font-weight: bold;
    float: none;
    display: block;
    margin-bottom: 5px;
}



/* Udsendelse SPEC 3  
___________________________________*/

#main .content-spec-3 {
    width: 870px;
    margin-top: 30px;
}




/* Udsendelse SPEC 4  
___________________________________*/

#main ul.spec-4 li {
    margin: 10px 0px 0 0;
}

#main ul.spec-4 .message p {
    padding: 0;
    margin: 0;
    color: #0176a6;
}

#main ul.spec-4 .message > label {
    padding-top: 16px;
}

#main ul.spec-4 .message .insert-panel {
    float: right;
    width: 159px;
    margin-right: 1px;
    overflow: hidden;
}

    #main ul.spec-4 .message .insert-panel label {
        display: block;
        float: none;
        text-align: left;
        margin-bottom: 5px;
    }

    #main ul.spec-4 .message .insert-panel input {
        width: 74px;
        display: block;
        margin-bottom: 5px;
        width: 100%;
    }

#main ul.spec-4 .message textarea {
    clear: left;
    width: 317px;
    max-width: 317px;
}

#main ul.spec-4 .message p.note {
    width: 327px;
}

    #main ul.spec-4 .message p.note span {
        float: right;
        text-align: right;
    }

#main ul.spec-4 .message .box-highlight {
    float: left;
    padding: 10px 10px 10px 10px;
    margin-bottom: 5px;
    width: 500px;
}

#main ul.spec-4 li p.box-highlight {
    float: left;
    margin-left: 0;
    padding: 10px 10px 10px 10px;
}



/* Udsendelse SPEC 5  
___________________________________*/
#main .spec-5 div.list {
    float: left;
    width: 300px;
    padding: 10px;
}

#main .spec-5 .list select {
    width: 200px;
    /*min-height:100px; Uncomment by Henrik*/
    margin: 4px 0 0 0;
}

#main .spec-5 div#switch {
    float: left;
    padding: 30px 10px 10px 10px;
}

    #main .spec-5 div#switch button {
        display: block;
        margin: 10px 0 10px 0;
        width: 100px;
        position: relative;
        padding: 0 !important;
        line-height: 24px;
    }

#main .spec-5 #add img {
    position: absolute;
    display: block;
    right: 10px;
    top: 6px;
    width: 5px;
    height: 9px;
}


#main .spec-5 #remove img {
    position: absolute;
    left: 10px;
    top: 6px;
}



/* CONTENT Misc    
___________________________________*/

#main ul.form-fields.cleantop li.first {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}




div#foot {
    position: relative;
    margin: 16px auto 50px;
    padding: 0 0 0 0;
    background-image: url('../../../../App_Themes/BlueIdeaTheme/css/images/shadow.png');
    background-repeat: no-repeat;
    background-position: 1px 52px;
    clear: both;
}

div#contact {
    position: relative;
    margin: 0 auto;
    height: 61px;
    background-image: url('../../../../App_Themes/BlueIdeaTheme/css/images/footer2.png');
    background-repeat: repeat-x;
}

ul#menu4 {
    margin: 0;
    padding: 12px 0 0 13px;
    list-style-type: none;
    height: 30px;
}

    ul#menu4 a {
        text-decoration: none;
    }

    ul#menu4 li {
        font-size: 14px;
        color: white;
        padding: 0 19px 0 12px;
        display: inline-block;
        list-style-type: none;
        background-image: url('../../../../App_Themes/BlueIdeaTheme/css/images/dot.png');
        background-repeat: no-repeat;
        background-position: 100% 17px;
        margin: 0;
        line-height: 36px;
        zoom: 1;
        *display: inline;
    }

        ul#menu4 li.final {
            background-image: none;
        }

#linkedin {
    position: absolute;
    top: 20px;
    right: 25px;
    border: 1px solid #356488;
    height: 21px;
    width: 119px;
}

    #linkedin a {
        color: white;
        text-decoration: none;
        font-size: 11px;
        line-height: 20px;
        height: 100%;
        width: 100%;
        display: block;
        padding: 0 15px 0 25px;
        background-image: url('../../../../App_Themes/BlueIdeaTheme/css/images/logo_in.png');
        background-repeat: no-repeat;
        background-position: 5px 1px;
    }

ul#menu5 {
    margin: 0;
    padding: 4px 0 0 0;
    list-style-type: none;
    height: 20px;
    text-align: center;
}

    ul#menu5 a {
        text-decoration: none;
        color: #0197d4;
    }

    ul#menu5 li {
        font-size: 13px;
        padding: 0 17px 0 15px;
        display: inline-block;
        list-style-type: none;
        background-image: url('../../../../App_Themes/BlueIdeaTheme/css/images/blue_line.png');
        background-repeat: no-repeat;
        background-position: 100% 13px;
        margin: 0;
        line-height: 36px;
        zoom: 1;
        *display: inline;
    }

        ul#menu5 li.final {
            background-image: none;
        }

ul#menu6 {
    margin: 0;
    padding: 6px 0 0 0;
    list-style-type: none;
    height: 20px;
    text-align: center;
}

    ul#menu6 a {
        text-decoration: none;
        color: #7e7e7e;
    }

    ul#menu6 li {
        font-size: 12px;
        padding: 0 16px 0 14px;
        display: inline-block;
        list-style-type: none;
        background-image: url('../../../../App_Themes/BlueIdeaTheme/css/images/grey_line.png');
        background-repeat: no-repeat;
        background-position: 100% 13px;
        margin: 0;
        line-height: 36px;
        zoom: 1;
        *display: inline;
    }

        ul#menu6 li.final {
            background-image: none;
        }

.clear {
    clear: both;
    line-height: 0;
    overflow: hidden;
    height: 1px;
}

/*Helpers*/

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .group { /* IE6 */
    height: 1%;
}

*:first-child + html .group { /* IE7 */
    min-height: 1px;
}


/* Wizard */

table#ctl00_ContentPlaceHolder1_WizardBeredskab {
    width: 878px;
}

    table#ctl00_ContentPlaceHolder1_WizardBeredskab h4 {
        position: absolute;
        top: 60px;
        left: 40px;
    }

div.sms-count {
    width: auto;
    float: left;
    margin: 3px;
}

.roadlist {
    width: 676px;
    padding: 5px;
}




/*  Status  */

/* Kontakt */

#main ul.form-fields li label {
    clear: left;
    display: block;
    float: left;
    padding-right: 20px;
    text-align: right;
    width: 220px;
}

/* Admin */

.ImagePreview {
    float: right;
    max-height: 160px;
    margin-top: -120px;
    overflow: hidden;
}

#main table#DetailsView1 {
    margin-bottom: 20px;
}

    #main table#DetailsView1 tr {
        margin: 10px 308px 0 0;
        padding: 14px 0 5px 0;
        overflow: hidden;
    }

        #main table#DetailsView1 tr td {
            display: table-cell;
            margin: 6px 0 6px 0;
            font-size: 13px;
            margin: 6px 0 6px 0;
        }

            #main table#DetailsView1 tr td:first-child {
                clear: left;
                display: block;
                float: left;
                padding-right: 20px;
                text-align: right;
                width: 220px;
                font-size: 13px;
                line-height: 16px;
                margin: 6px 0 6px 0;
            }

        #main table#DetailsView1 tr:last-child input {
            margin-left: 240px;
            margin-top: 20px;
            border: 1px solid #037EB0;
            color: #FFFFFF !important;
            border-radius: 13px 13px 13px 13px;
            box-shadow: 0 1px 1.4px 0.5px rgba(0, 0, 0, 0.2);
            padding-left: 30px;
            padding-right: 30px;
            background: url("../../../../App_Themes/BlueIdeaTheme/css/images/btn-overlay.png") repeat-x scroll center top;
            cursor: pointer;
            background-color: #0093CF;
            font-family: Arial,sans-serif;
            font-size: 13px;
            height: 26px;
            margin-bottom: 5px;
            outline: medium none;
        }


#main table#ChangePassword1 table tr td {
    padding-top: 12px;
}

    #main table#ChangePassword1 table tr td:first-child {
        padding-top: 12px;
        clear: left;
        display: block;
        float: left;
        padding-right: 20px;
        text-align: right;
        width: 220px;
        font-size: 13px;
        line-height: 16px;
    }

#main table#ChangePassword1 table tr:last-child td:last-child {
    padding-left: 120px;
    margin-top: -20px;
}

table#ChangePassword1 table tr td:first-child .ControlHead3 {
    display: none;
}

#login-name {
    font-size: 10px;
    margin-top: 3px;
    color: white;
    width: 142px;
    text-align: center;
    position: relative;
    margin-left: -35px;
}

.calendar-style {
    background: white;
    border: 1px solid #0093CF;
    padding: 0;
    color: black !important;
}

    .calendar-style td {
        border: 1px solid #cccccc;
    }

        .calendar-style td:hover {
            background: #cccccc;
        }

    .calendar-style th:hover {
        background: white;
    }

.std-table {
    margin: 6px;
    width: auto;
}

    .std-table th {
        text-align: left;
        font-weight: bold;
        background: #d8eef6;
        padding: 7px 7px 7px 4px;
        color: black;
        border: 1px solid #ccc;
    }

        .std-table th a {
            text-align: left;
            color: black;
            font-weight: bold;
        }

    .std-table td {
        padding: 4px;
        border: 1px solid #ccc;
    }

    .std-table tr:hover {
        background: #cccccc;
    }

    .std-table td:focus {
        background: none;
    }

.filter-table {
    width: 100%;
    border-bottom: 20px;
}

    .filter-table td, .filter-table th {
        padding: 0;
        border: 1px solid #ccc;
        margin-right: 0;
    }

    .filter-table th {
        padding: 4px 8px;
    }

    .filter-table th {
        background: #ddd;
    }

    .filter-table td {
        width: 18% !important;
        height: 250px;
    }

    .filter-table li {
        padding: 4px 10px 0 10px !important;
    }

    .filter-table div.checkAll {
        border-bottom: 1px solid #ccc;
        padding: 6px 10px 5px 10px !important;
    }

    .filter-table td ul {
        overflow-y: scroll;
        margin-top: 0;
        padding-top: 5px;
    }

a.blockUser {
    text-decoration: none !important;
    color: red !important;
    font-size: 18px;
    font-weight: bold;
    padding: 3px;
}

.filter-table .filter input {
    width: 40%;
    margin-left: 10px;
}

.filter-table .refresh {
    width: 70px;
    margin: auto;
}

    .filter-table .refresh input {
        margin-top: 58px;
        margin-right: 0;
    }

.filter-list {
    overflow-y: scroll;
    margin-top: 0;
    padding-top: 5px;
    background: white;
    border: 1px solid #ccc;
}

    .filter-list li {
        padding: 4px 10px 0 10px !important;
        width: auto !important;
        border: 0 !important;
        margin: 0 !important;
    }

    .filter-list label {
        clear: none !important;
        display: inline !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        width: auto !important;
    }

    .filter-list input[type="text"] {
        margin: 4px 10px;
    }

#UserList {
    clear: both;
}


#upProg {
    padding: 145px 145px 155px 135px;
    background: url("../../../../App_Themes/BlueIdeaTheme/css/images/white-trans.png");
    border: 1px solid #ccc;
    z-index: 30;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -156px;
    margin-top: -166px;
    cursor: wait;
}

.accordion-header {
    background: #d8eef6;
    padding: 7px 7px 7px 7px;
    margin: 4px;
}

.accordion-content {
    padding: 2px 20px 12px 30px;
}

#main ul.form-fields .accordion-content ul li {
    width: auto;
    display: block;
}

#main ul.form-fields li .largetext {
    width: 450px;
}

.jqmWindow {
    display: none;
    z-index: 2 !important;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -450px;
    width: 800px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 30px 50px 50px 50px;
    min-height: 350px;
}

span.input-group-addon {
    font-weight: bold;
}

.jqmOverlay {
    background-color: #000;
    height: 10px;
    display: none;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.grey-box {
    padding: 10px;
    background: #dddddd;
    border: 1px solid #cccccc;
    border-radius: 5px;
    display: block;
    margin-bottom: 20px;
}

    .grey-box .headline {
        font-weight: bold;
        font-size: 14px;
    }

/*Style for divs having the mask class - to white out the content*/
div.mask, #mask {
    background-color: white;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 9998;
}

/*Style for divs having the loader class - should have the spinning gif as background*/
div.loader, #loader {
    background: url(../../../../App_Themes/BlueIdeaTheme/images/balarm_loader.gif) no-repeat 0 0;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    z-index: 9999;
}

.clearboth {
    display: block;
    clear: both;
}

/* NOTIFICATION MESSAGES */

.notification {
    min-height: 41px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0px 0 20px 0;
    display: none;
}

    .notification p {
        margin: 14px 10px 14px 24px;
        font-size: 14px;
        color: white;
        font-weight: bold;
    }

a.closeNoti {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 5px;
    right: 5px;
    background-image: url(../../../../App_Themes/BlueIdeaTheme/images/close.png);
    background-repeat: no-repeat;
}

    a.closeNoti:hover {
        cursor: pointer;
    }

.msgalert {
    background: #dfd56a;
}

.msginfo {
    background: #518bca;
}

.msgsuccess {
    background: #78af4a;
}

.msgerror {
    background: #cb2020;
    color: white;
}

    .msgerror p {
        color: white;
    }




/*#region Facebook button*/
#FBLoginButton {
    box-sizing: border-box;
    position: relative;
    margin: 0.2em 0.2em 0.2em 0;
    padding: 0px 0px 0px 46px;
    border: none;
    width: 15em;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354C8C;
    cursor: pointer;
    user-select: none;
}

    #FBLoginButton:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%;
        border-right: #364e92 1px solid;
        background: url('../../../../s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
    }

    #FBLoginButton:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }

    #FBLoginButton:hover, #FBLoginButton:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
    }

/*#endregion*/