﻿html {
    overflow-y: scroll;
    background: url(/img/bgimg3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    html.popup {
        overflow-y: scroll;
        background: #FFF;
        color: #000;
    }

body {
    margin: 0px;
    padding: 0px;
    font-family: arial;
    color: #fff;
}

html.popup body {
    color: #000;
    padding: 10px;
}

.error {
    color: #F00;
}

form {
    margin: 0px;
    padding: 0px;
}

#site, #siteZone {
    width: 100%;
}

div.rejseplanInfoBox {
    padding: 10px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

#container, #containerZone {
    font-size: 11px;
}

#content, #contentZone {
    width: 640px;
    float: right;
    text-align: left;
}

#rejsetider {
    margin-top: 0px;
}

#rejsetiderZone {
    margin-top: 0px;
}

#ordre_container, #ordre_container_zone {
    width: 325px; /*height: 30px; */
    vertical-align: middle;
    margin-top: 20px;
    font-size: 10px;
}

.GridTrip {
    background-image: url('/img/table_bg.png');
    background-repeat: repeat;
    color: #ffffff;
}

.HeaderStyle {
    font-family: 'Share', cursive, Arial, Helvetica, Geneva, sans-serif;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #888888;
    font-weight: lighter;
}

h1, h2, h3, h4, h1 *, h2 *, h3 *, h4 *, h1 a, h2 a, h3 a, h4 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link {
    font-family: 'Share', cursive, Verdana, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

h1 {
    padding-bottom: 10px;
}

    h1, h1 *, h1 a, h1 a:link {
        font-size: 25px;
        line-height: 28px;
        color: #fff;
        text-transform: uppercase;
    }

#right h3, h2 {
    padding-bottom: 10px;
}

    #right h3, #right h3 *, #right h3 a, #right h3 a:link, h2, h2 *, h2 a, h2 a:link {
        font-size: 24px;
        line-height: 20px;
        text-transform: uppercase;
    }

h3 {
    padding-bottom: 5px;
}

    h3, h3 *, h3 a, h3 a:link {
        font-size: 17px;
        line-height: 14px;
    }

h4 {
    padding-bottom: 5px;
}

    h4, h4 *, h4 a, h4 a:link {
        font-size: 12px;
        line-height: 11px;
    }

a, a:link {
    color: white;
    text-decoration: underline;
    outline: none;
}

    a:active {
    }

    a:hover {
        text-decoration: underline;
    }

    a:visited {
    }

    img, a img {
        border: none;
    }

textarea {
    overflow: auto;
}

input {
    color: #000000;
}

p {
    padding-bottom: 13px;
}

hr {
    color: #000000; /*background: #000000;*/
    height: 1px;
}

ul, ol {
    margin-left: 15px;
}

h1 {
    background-position: bottom;
    background-image: url("/css/images/border.png");
    background-repeat: repeat-x;
}

h2.newsHeading, h2.newsHeading a {
    font-size: 17px;
    text-transform: none;
    line-height: 14px;
}

#contentMain {
    text-align: left;
    background-image: url('/img/tab_bg.png'); /*background-color:#636466;*/
    background-repeat: repeat;
    padding: 15px;
    width: 950px;
    height: auto;
    min-height: 300px;
    overflow: auto;
    font-size: 12px;
}

    #contentMain h2 {
        font-size: 16px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    #contentMain h1 {
        font-family: 'Share', cursive, Arial, Helvetica, Geneva, sans-serif;
        font-weight: normal;
        text-decoration: none;
        color: White;
        font-size: 25px;
    }

#newsBox { /*position:absolute;    margin-top:450px;  width:332px;*/
    position: relative;
    float: left;
    width: 331px;
    height: auto;
    margin-top: 20px;
}

#newsBoxContent {
    Padding-top: 5px;
    text-align: left;
    background-image: url('/img/tab_bg.png');
    background-repeat: repeat;
    font-size: 12px;
    min-height: 208px;
}

div.footer {
    text-align: center; /*margin-left:350px; 	margin-top:650px;  */
    font-family: arial, Geneva, arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 10px 0px 10px 0px;
    font-size: 10px;
    float: right;
    width: 640px;
}

.newsSplit {
    height: 0px;
}

.newsList h2 a {
    font-size: 16px;
    margin-top: 5px;
}

.newsList {
    list-style: none;
    margin-left: -40px;
    margin-right: 10px;
}

#newsBoxContent a {
    margin-left: 0px;
    font-size: 16px;
    margin-bottom: -15px;
}

#newsBoxContent h1 {
    font-size: 16px;
}

#newsBoxContent p {
    font-size: 12px;
    margin-top: -15px;
    margin-left: 0px;
}

#newsBoxContent .newsDate {
    color: #f5de00;
    margin-bottom: -15px;
}

#newsBoxContent .newsSplit {
    height: 0px;
}

#newsBoxContent li {
    list-style: none;
    margin-left: -20px;
    margin-right: 10px;
}

#contentBox {
    text-align: left; /*background-image: url('/img/tab_bg.png');*/
    background-color: #333;
    background-repeat: repeat;
    margin-top: 15px;
    padding: 15px;
    width: 610px;
    height: auto;
    overflow: auto;
}

.money {
    font-size: 12px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.Page {
    min-height: 800px;
}

#pageTwoColNoBox {
    text-align: left;
    background-image: url('/img/tab_bg.png');
    background-repeat: repeat;
    padding: 15px;
    width: 950px;
    height: auto;
    min-height: 500px;
    overflow: auto;
}

#left {
    float: left;
    margin: 0; /*min-height:650px;*/
    width: 180px;
    background-image: url('/img/tab_bg.png');
    background-repeat: repeat;
    padding: 10px 10px -10px 10px;
}

#main {
    width: 700px;
    float: right;
    font-size: 12px;
}
/* Content*/ /*#right { width:220px; float:right; }*/ /**************************   - LEFT TAB PANEL**************************/

#leftTab { /*background-image: url('/img/NT_Logo_Black.png');*/
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
    float: left;
    width: 329px;
}

.ajax_Ticket_Tab {
    text-transform: uppercase;
    font-size: 16px;
    color: white;
}

    .ajax_Ticket_Tab .ajax__tab_header {
        text-align: left;
        font-family: 'Share', cursive;
        text-transform: uppercase;
        font-size: 16px;
        color: black;
    }

    .ajax_Ticket_Tab .ajax__tab_outer {
        margin-right: 3px;
        color: black;
    }

    .ajax_Ticket_Tab .ajax__tab_tab {
        text-align: left; /*background-color:#636466; /*#222;*/
        background-image: url('/img/tab_bg.png');
        background-repeat: repeat;
        padding: 10px;
        margin-bottom: 3px;
        line-height: 20px;
        width: 120px; /*69px;*/
        height: 40px;
        color: #eee;
        cursor: pointer;
    }

    .ajax_Ticket_Tab .ajax__tab_active .ajax__tab_tab {
        text-align: left;
        background: #ec242c; /*#9b231c ; /*GUL #ffd503; /*#4cb748; NT Grøn*/
        color: white;
        padding-bottom: 13px;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .ajax_Ticket_Tab .ajax__tab_body {
        width: 320px; /*min-height:500px;*/
        background-color: #ec242c; /*#9b231c ; /*GUL #ffd503; /*#4cb748; NT Grøn*/
        background-repeat: repeat;
        background: -webkit-linear-gradient(#ec242c, #951a1f); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#ec242c, #951a1f); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#ec242c, #951a1f); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#ec242c, #951a1f); /* Standard syntax */
        border-top: 0;
        padding: 12px 6px 6px 6px;
        margin-top: -4px;
        color: white;
    }
/**************************   - RIGHT TAB PANEL**************************/

#rightTab {
    position: relative;
    float: right; /*left;*/
    margin-left: 15px; /*20px;*/
}

.ajax_BAT_Tab {
    text-align: left;
}

    .ajax_BAT_Tab .ajax__tab_header {
        font-family: 'Share', cursive;
        text-transform: uppercase;
        font-size: 16px;
        color: #666;
    }

    .ajax_BAT_Tab .ajax__tab_outer {
        margin-right: 3px;
        color: black;
    }

    .ajax_BAT_Tab .ajax__tab_tab {
        background-image: url('/img/tab_bg.png');
        background-repeat: repeat;
        padding: 10px;
        margin-bottom: 3px;
        line-height: 20px;
        width: 69px;
        height: 40px;
        color: #eee;
        cursor: pointer;
    }

    .ajax_BAT_Tab .ajax__tab_inner {
    }

    .ajax_BAT_Tab .ajax__tab_hover .ajax__tab_outer {
    }

    .ajax_BAT_Tab .ajax__tab_hover .ajax__tab_inner {
    }

    .ajax_BAT_Tab .ajax__tab_hover .ajax__tab_tab {
    }

    .ajax_BAT_Tab .ajax__tab_active .ajax__tab_outer {
    }

    .ajax_BAT_Tab .ajax__tab_active .ajax__tab_inner {
    }

    .ajax_BAT_Tab .ajax__tab_active .ajax__tab_tab {
        color: #eee;
        padding-bottom: 13px;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .ajax_BAT_Tab .ajax__tab_body {
        width: 621px;
        height: auto !important;
        min-height: 550px;
        font-size: 12px;
        background-image: url('/img/tab_bg.png');
        color: #eee;
        background-repeat: repeat;
        border-top: 0;
        padding: 12px 10px 6px 10px;
        margin-top: -4px;
    }

        .ajax_BAT_Tab .ajax__tab_body h1 {
            font-family: 'Share', cursive, Verdana, Helvetica, Geneva, sans-serif;
            font-weight: normal;
            text-decoration: none;
            color: #eee;
            font-size: 25px;
            line-height: 28px;
            text-transform: uppercase;
            margin-top: -1px;
        }

    .ajax_BAT_Tab .shop {
        color: white;
        margin: -10px -10px -10px -10px;
        padding: 7px 10px 13px 10px; /*background-color:#ed1c24; BAT FARVEN // 4cb748 GrÃ¸n // 023978 blÃ¥ // NT farven*/ /*background-color:#9b231c; */
        background-color: #ec242c;
        width: 69px;
        height: 40px;
    }

    .ajax_BAT_Tab .ajax__tab_active .ajax__tab_tab .shop {
        color: black;
        margin: -10px -10px -10px -10px;
        padding: 7px 10px 13px 10px;
        width: 69px;
        height: 40px;
        background-color: #9b231c; /*GUL/*#4cb748; NT Grøn*/
    }
/**************************   - GENEREL TAB MENU**************************/

ul#tabmenu, ul#tabmenu ul {
    font-family: 'Share', cursive;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-bottom: -10px;
    padding: 0px;
    list-style: none;
    line-height: 1em;
}

    ul#tabmenu li {
        float: left; /*background-image: url('/img/tab_bg.png');*/
        background-color: #333;
        background-repeat: repeat;
        padding: 10px;
        margin: 8px 4px 8px 0px;
    }

    ul#tabmenu a {
        color: White;
        display: block;
        line-height: 16px;
        width: 69px;
        height: 37px;
        color: white;
        display: table-cell;
        vertical-align: middle;
    }

    ul#tabmenu li a:hover {
    }

    ul#tabmenu li a.inpath {
        border-bottom: 3px solid #333;
        height: 40px;
    }

    ul#tabmenu li a.inpath {
        color: #4cb748;
    }
/*ul#tabmenu li:last-child a.active{  background-color:transparent;     background-image:url('/img/tab_bg.png');    background-repeat:repeat;   }ul#tabmenu li:last-child {  background-image:none;  background-color:#ed1c24;    color:white;  }*/ /************************   - TOP MENU**************************/

#mainmenu li {
    font-family: 'Share', cursive, Verdana, Helvetica, Geneva, sans-serif;
    display: inline;
    padding: 5px;
    margin-top: 2px;
    font-size: 14px;
    text-transform: uppercase;
}

#mainmenu a {
    color: #000;
    text-decoration: underline;
}
/**************************   - SUBPAGE**************************/ /*** Left Menu ***/

#submenu {
    margin-left: -20px; /*background-color:#C60;*/
}

ul#submenu {
    text-align: left;
    list-style: none;
}

    ul#submenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    ul#submenu li {
    }

        ul#submenu li a {
            font-size: 12px;
            line-height: 17px;
            padding: 2px 0;
            text-decoration: none;
            display: block;
            font-family: 'Verdana', serif;
        }

            ul#submenu li a.active {
                color: #f5de00;
            }

            ul#submenu li a.inpath {
            }

    ul#submenu ul li {
    }

        ul#submenu ul li a {
        }

            ul#submenu ul li a.active {
            }

            ul#submenu ul li a.inpath {
            }
/**************************   - TIME PICKER**************************/

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
    }

    .ui-timepicker-div dl dd {
        margin: -25px 0 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.paging {
    font-size: 14px;
    line-height: 17px;
    padding: 8px;
    text-decoration: none;
    font-family: 'Verdana', serif;
    color: white;
}

    .paging a {
        font-size: 14px;
        line-height: 17px;
        padding: 8px;
        text-decoration: none;
        font-family: 'Verdana', serif;
        color: white;
    }

.next {
    font-size: 14px;
    line-height: 17px;
    padding: 8px;
    text-decoration: none;
    font-family: 'Verdana', serif;
    color: red;
}
/* TilhÃ¸rer extender dropout bokse i planner*/

.extender {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 3px 10px #333333;
}

    .extender li {
        list-style: none;
        font-size: 11px;
        text-indent: 2px;
    }

.productNumber {
    margin-top: 10px;
    font-size: 10px;
}

.productName {
    font-size: 11px;
}

    .productName h2 {
        font-size: 18px;
    }

#login {
    width: 400px; /*background-color: #eee; /* #ffd503; Gul /* #289315; Grøn*/
    background-color: #ec242c;
    background-repeat: repeat;
    background: -webkit-linear-gradient(#ec242c, #951a1f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ec242c, #951a1f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ec242c, #951a1f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ec242c, #951a1f); /* Standard syntax */
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    padding-bottom: 100px;
}

    #login td {
        border: 1px;
        padding: 0px;
        margin: 0px;
    }

    #login hr {
        background: url(/img/nt_divider.png) repeat-x top left;
        border: 0;
        height: 20px;
    }

    #login input {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 200px;
        padding: 5px;
        border: 1px solid #aaa;
        color: black;
        background-color: white;
    }

        #login input[type="submit"] {
            position: relative;
            margin-top: 10px;
            margin-bottom: 10px;
            left: -50px;
            width: 210px;
            padding: 5px;
            border: 0px;
            background-color: black;
            color: white;
            margin-left: 160px;
        }

.bestil {
    font-family: 'Share', cursive, Verdana, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    left: 0px;
    cursor: pointer;
    width: 210px;
    padding: 5px;
    border: 0px;
    background-color: black;
    color: white;
}

.klik {
    margin-top: 20px;
    text-align: center;
    display: block;
    width: 200px;
    padding: 5px;
    border: 0px;
    background-color: black;
    color: white;
    margin-left: 124px;
}

a.klik {
    color: white;
}

#login label {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 200px;
    padding: 5px;
    border: 0px;
}

#login #reglink {
    margin-left: 90px;
}

#reglink a {
    color: black;
}
/*details modalvindue*/

.modalBackground { /*background-color: white;*/
    background: rgba(0,0,0,0.5);
    */ /*filter: alpha(opacity=50);*/ /* opacity: 0.50;*/
}

.modalWindowDetail {
    overflow-y: hidden;
    overflow-x: hidden;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background: #636466;
    border: 1px solid #000;
    padding: 10px 10px 10px 10px; /*position: absolute;*/
    position: absolute !important; /*position: fixed;*/
    min-height: 250px;
}

.modalWindowMoreDetail {
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #ffffff;
    background: #636466;
    border: 1px solid #000;
    padding: 10px 10px 10px 10px;
    position: absolute !important; /*position: absolute;*/
    width: 660px;
    height: 600px;
}

#planer * {
    display: inline;
}

#planer h3 {
    text-transform: uppercase;
    margin-right: 10px;
    margin-left: 8px;
    margin-bottom: 10px;
    font-size: 16px;
}

#planer a {
    color: #f5de00;
}

.info {
    font-size: 10px;
    text-align: center;
    margin-top: 100px;
}
/*.masterTooltip[title]:hover:after {content: attr(title);position: absolute;color:red;z-index:8000;}*/

#CustomerInformation {
    width: 920px;
    padding: 8px 8px 8px 8px;
    border-bottom: 1px solid #423b44;
    margin-top: 0px;
    margin-bottom: 25px;
    float: left;
}

.seperator {
    width: 150px;
}

#CustomerInformation h2 {
    margin-bottom: 10px;
}

#CustomerInformation label {
    width: 100px;
    padding: 10px 10px 10px 5px;
    float: left;
}

#CustomerInformation input {
    width: 250px;
    height: 20px;
    padding: 5px 5px 5px 5px;
    background: white;
    color: #666;
    border: 1px solid #aaa;
    float: left;
}

#samletshippingInformation {
    border-bottom: 1px solid #423b44;
    padding: 6px 0 4px;
    margin-top: 25px;
}

    #samletshippingInformation .shippingInformation {
        width: 350px;
        display: block;
        padding: 8px 8px 8px 8px;
        float: left;
    }

.shippingInformation .label {
    width: 150px;
    padding: 5px 5px 5px 5px;
    float: left;
}

.shippingInformation input {
    width: 150px;
    height: 20px;
    padding: 5px 5px 5px 5px;
    background: black;
    color: #fff;
    border: 0;
}

.smallText {
    width: 300px;
    font-size: 11px;
    text-align: justify;
    text-transform: none;
}

    .smallText a {
        color: #555;
    }

.ErrorMsgBox {
    color: #fff;
}

#rejsetiderZone, #rejsetider {
    text-transform: none;
}

table.TITSAMversions {
    width: 100%;
    border-collapse: collapse;
    font-size: 10px;
    color: #666;
}

    table.TITSAMversions td {
        border: 1px solid #000;
        padding: 5px;
    }

    table.TITSAMversions th {
        border: 1px solid #000;
        padding: 5px;
        font-weight: bold;
    }
/* ----  MAIN NAVIGATION  ---- */

#main-menu {
    width: 200px;
    min-height: 200px;
    margin-right: 30px;
    float: left;
    text-align: left;
    display: block;
}

#main-menu-mobil {
    text-align: left;
    display: none;
    margin-bottom: 10px;
}
/* ----  1st LEVEL NAVIGATION ---- */

ul.nav1level {
    color: #fff;
    font-size: 15px;
    padding: 0px 0px;
    text-decoration: none;
    list-style-type: none; /*border-bottom: 1px solid #999;*/
}

    ul.nav1level li {
        padding: 5px 0px 5px 0;
    }

        ul.nav1level li.last { /*border-bottom: 1px solid #999;*/
        }

    ul.nav1level a {
        color: #fff;
        text-decoration: none;
        margin: 12px 0px;
    }

        ul.nav1level a.selected {
            font-weight: bold;
        }

        ul.nav1level a:hover {
            text-decoration: underline;
        }
/* ----  2nd level NAVIGATION  ---- */

ul.nav2level {
    color: #fff;
    font-size: 13px;
    padding: 0px 0px;
    margin: 7px 0 0 0;
    list-style-type: none;
}

    ul.nav2level li {
        padding: 5px 0px 5px 0;
        margin-left: 25px;
        border: 0px;
        font-weight: normal;
    }

    ul.nav2level a {
        color: #fff;
        text-decoration: none;
        margin: 12px 0;
        font-weight: normal;
    }

        ul.nav2level a.selected {
            font-weight: bold;
        }

        ul.nav2level a:hover {
            text-decoration: underline;
        }
/* ----  1st LEVEL NAVIGATION MOBILE---- */

ul.nav1level-mobile {
    color: #000;
    font-size: 15px;
    padding: 0px 0px;
    border: 1px solid #000;
    padding: 5px;
    -webkit-box-shadow: 0px 1px 5px 0px #000;
    -moz-box-shadow: 0px 1px 5px 0px #000;
    box-shadow: 0px 1px 5px 0px #000;
    background: #FFF;
}

    ul.nav1level-mobile li {
        padding: 10px 20px;
        border-bottom: 1px solid #999;
    }

        ul.nav1level-mobile li.last { /*border-bottom: 1px solid #999;*/
        }

    ul.nav1level-mobile a {
        color: #000;
        text-decoration: none;
        margin: 12px 0px;
    }

        ul.nav1level-mobile a.selected {
            font-weight: bold;
        }

        ul.nav1level-mobile a:hover {
            text-decoration: underline;
        }
/* ----  2nd level NAVIGATION MOBILE  ---- */

div.nav2level-mobile {
    color: #000;
    font-size: 13px;
    padding: 0px 0px;
    margin: 7px 0 0 0; /*border-top: 1px solid #999;*/
    background: #FFF;
}

    div.nav2level-mobile div.sub2li {
        padding: 5px 0px 5px 0;
        margin-left: 25px;
        border: 0px;
        font-weight: normal;
    }

    div.nav2level-mobile a {
        color: #000;
        text-decoration: none;
        margin: 12px 0;
        font-weight: normal;
    }

        div.nav2level-mobile a.selected {
            font-weight: bold;
        }

        div.nav2level-mobile a:hover {
            text-decoration: underline;
        }

#page {
    margin-left: 10px;
    float: none;
}

#pageTwoColNoBox #page {
    position: relative;
    margin-left: 10px;
    width: 720px;
    float: right;
}
/*   trafikinfo slider */

div.trafikinfo {
    margin: 10px 3px 10px 0;
    font-size: 13px;
    display: none;
}

div.trafikinfo_title {
    color: #000;
    background: yellow;
    width: 10%;
    float: left;
    text-align: right; /*display: none;*/
}

div.trafikinfo_carusel {
    color: #000;
    background: #FFF;
    width: 89%;
    float: right;
}

div.trafikinfo_inner {
    padding: 5px 10px;
}

div.trafikinfo_text {
    padding: 0;
    margin: 0;
}

    div.trafikinfo_text a {
        color: #ec242c;
    }
/* usercontrol forside*/

div.produkt_label {
    margin-bottom: 3px;
    height: 25px;
}

div.sideMenuText {
    padding: 10px;
    font-size: 12px;
}

ul#mainmenu {
    margin-left: 0px;
}
/*   handybat form */

div.form-box fieldset {
    border: 0;
    font-size: 15px;
}

div.row {
    margin: 5px 10px;
    padding: 5px;
}

    div.row div.lab {
        width: 250px;
        margin: 0 10px;
        float: left;
        text-align: right;
    }

    div.row div.inp {
        width: 350px;
        margin: 0 10px;
        float: left;
        height: 30px;
        padding-bottom: 10px;
    }

        div.row div.inp input {
            padding: 5px 10px;
            width: 300px;
        }

div.form-box div.note {
    padding: 10px;
    margin: 10px;
    text-align: center;
    color: white;
    border: 1px dotted red;
}

div.rowcenter {
    margin-top: 20px;
    text-align: center;
}

div.form-box #cultivcontactformsubmit {
    padding: 5px 10px;
}

div.sent-confirmation {
    padding: 10px;
    margin: 10px;
    text-align: center;
    color: white;
    border: 1px dotted green;
}
/* dobbelt registrer page */

div.dblregbox {
    margin: 20px auto;
    text-align: center;
    width: 720px;
}

div.regbox {
    float: left;
    margin: 20px;
    padding: 20px 10px;
    width: 300px;
    background-color: #ec242c;
    background: -webkit-linear-gradient(#ec242c, #951a1f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ec242c, #951a1f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ec242c, #951a1f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ec242c, #951a1f); /* Standard syntax */
}

div.regbox_heading {
    font-family: 'Share', cursive, Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    height: 40px;
}

div.regbox_text {
    height: 200px;
}

div.regbox_link {
    height: 40px;
}

    div.regbox_link a {
        font-family: 'Share', cursive, Arial, Helvetica, Geneva, sans-serif;
        font-weight: normal;
        text-decoration: none;
        font-size: 25px;
        text-transform: uppercase;
        background: #000;
        padding: 5px 15px;
    }

        div.regbox_link a:hover {
            background: #333;
        }
/*  pkadmin reg form */

#pkadminreg {
    width: 400px; /*background-color: #eee; /* #ffd503; Gul /* #289315; Grøn*/
    background-color: #ec242c;
    background-repeat: repeat;
    background: -webkit-linear-gradient(#ec242c, #951a1f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ec242c, #951a1f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ec242c, #951a1f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ec242c, #951a1f); /* Standard syntax */
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    padding-bottom: 100px;
}

    #pkadminreg td {
        padding: 5px;
        margin: 0px;
        text-align: left;
        vertical-align: top;
    }

        #pkadminreg td.right {
            text-align: right;
        }

    #pkadminreg .error {
        color: #FFF;
    }

    #pkadminreg hr {
        background: url(/img/nt_divider.png) repeat-x top left;
        border: 0;
        height: 20px;
    }

    #pkadminreg input { /*margin-top:10px;*/
        margin-bottom: 5px;
        width: 200px;
        padding: 5px;
        border: 1px solid #aaa;
        color: black;
        background-color: white;
    }

        #pkadminreg input[type="checkbox"] {
            width: 20px;
            padding-left: 0;
            margin-left: 0;
        }

        #pkadminreg input[type="submit"] {
            position: relative;
            margin-top: 10px;
            margin-bottom: 10px;
            width: 210px;
            padding: 5px;
            border: 0px;
            background-color: black;
            color: white;
        }

.firmafield {
    display: none;
}

table.pkadmin {
    margin: 0 auto;
}

.errorbox {
    color: #FFF;
    border: 1px solid #F00;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.successbox {
    color: #FFF;
    border: 1px solid #0F0;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

div.pkadminedit {
    position: relative;
}

    div.pkadminedit input[type="submit"] {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 210px;
        padding: 5px;
        border: 0px;
        background-color: #9b231c;
        color: white;
    }

    div.pkadminedit input { /*margin-top:10px;*/
        margin-bottom: 5px;
        width: 200px;
        padding: 5px;
        border: 1px solid #aaa;
        color: black;
        background-color: white;
    }

        div.pkadminedit input[type="checkbox"] { /*margin-top:10px;*/
            margin-bottom: 5px;
            width: 15px;
            height: 15px;
            padding: 5px;
        }

    div.pkadminedit .error {
        color: #FFF;
    }

    div.pkadminedit td {
        padding: 5px;
        margin: 0px;
        text-align: left;
        vertical-align: top;
    }

        div.pkadminedit td.right {
            text-align: right;
        }

.clear {
    clear: both;
}

div.stamkort {
    border: 1px solid #ddd;
    border-radius: 3px; /*width: 250px;    height: 250px;*/
    padding: 20px;
    margin: 0 20px 20px 20px; /*float: left;*/
}

img.skminiature {
    max-width: 150px;
    height: auto;
}

img.skminiature40 {
    max-width: 40px;
    height: auto;
}

.extrabottommargin {
    margin-bottom: 20px;
}

div.sk_row {
    margin-bottom: 5px;
}

div.sk_row_submit {
    margin: 15px 0;
    text-align: right;
}

div.action_forms {
    text-align: center;
}

form.action_form {
    float: left;
    padding: 5px;
}

form.action_form_right {
    float: right;
}

form.action_form input[type="submit"] {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px; /*width:210px;*/
    padding: 5px;
    border: 0px;
    background-color: #9b231c;
    color: white;
}

select.stamkortid {
    width: auto;
}

#stamkortdetails {
    display: none;
}

table.stamkort {
    width: 100%;
}

    table.stamkort td {
        font-size: 12px;
        vertical-align: top;
        background: rgba(0, 0, 0, 0.5);
        padding: 3px 5px;
    }

    table.stamkort th {
        text-align: center;
        font-size: 12px;
        vertical-align: middle;
        background: rgba(0, 0, 0, 0.5);
        padding: 3px 5px;
    }

    table.stamkort td.center {
        text-align: center;
    }

    table.stamkort form.action_form {
        padding: 0;
        float: none;
    }

        table.stamkort form.action_form input[type=submit] {
            margin: 2px 3px 0 0;
        }

div.caldiv {
    float: left;
    padding: 0 10px 10px 0;
}

div.containerProduct {
    padding: 0px 30px 20px 0;
}

.tinytext {
    font-size: 10px;
}

.tinyerror {
    font-size: 12px;
    margin: 3px 0;
    background-color: red;
    text-align: center;
    padding: 5px;
}
/*  PKADMIN FLOAT MESSAGEBOX*/

div.float_message_ok {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

    div.float_message_ok div.innerwrapper {
        border: 1px solid #0F0;
        padding: 10px;
    }
/*  PKADMIN MINE ORDRER */

div.mo_order {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.5);
}

div.mo_orderdetail {
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 13px;
    float: left;
    width: 150px;
}

div.mo_title {
    font-size: 11px;
    font-weight: normal;
    padding: 5px 0;
}

div.mo_ordertitle {
    padding: 5px 0;
}

div.mo_orderline {
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #666;
    border-right-width: 8px;
}

div.border_zone1 {
    border-color: #D43A42;
}

div.border_zone2 {
    border-color: #EB803C;
}

div.border_zone3 {
    border-color: #FAD940;
}

div.border_zone4 {
    border-color: #66703B;
}

div.border_zone5 {
    border-color: #588BC2;
}

div.mo_orderlinedetail {
    padding: 5px 10px;
    float: left;
}
/*   ZONE KORT */

img.zonekort {
    display: none;
    width: 300px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 230px;
}
/* */

div#stamkortlist {
    height: 400px;
    overflow-y: scroll;
    overflow-x: auto;
    border: 1px solid #000;
}

#stamkorttab {
    width: 670px;
}

    #stamkorttab td, #stamkorttab th {
        margin: 3px;
        padding: 3px;
        background: rgba(0, 0, 0, 0.5);
        font-size: 14px;
    }

td.tderror {
    background: rgba(255, 0, 0, 0.9) !important;
}

div.col {
    width: 45%;
    float: left;
}

select#skoleid {
    width: 212px;
}

div.prodview {
    width: 200px; /*height: 200px;*/
    float: left;
    margin: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

    div.prodview h2 {
        height: 50px;
    }
/* intern login */

ul#loginList {
    list-style: none;
}
/* statistik */

div.statistik {
    font-size: 15px;
}

#statistik div.controlrow {
    margin: 20px 0;
}

input.datefield {
    width: 100px;
    padding: 5px;
}

table.stats td, table.stats th {
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.5);
}

td.col1 {
    width: 300px;
}

td.col2 {
    width: 100px;
    text-align: left;
}

td.col3 {
    width: 100px;
    text-align: center;
}

td.col3q {
    width: 100px;
    text-align: center;
}

table.stats th {
    text-align: center;
}
/* pagination */

.pagination {
    display: block;
    margin: 40px 0 0;
    text-align: center;
}

    .pagination .count {
        float: left;
        margin: 0;
        color: #353533;
    }

    .pagination ul {
        margin: 0 auto;
        padding: 0; /*float:right;*/
    }

    .pagination li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        list-style: none;
        margin-left: 7px;
    }

        .pagination li:first-child {
            margin-left: 0;
        }

        .pagination li a {
            display: block;
            height: 25px;
            width: 25px;
            line-height: 25px;
            text-align: center;
            background: #a3a3a3;
            color: #FFF;
            font-size: 12px;
            text-decoration: none;
        }

            .pagination li a:hover {
                background: #002E5E;
            }

        .pagination li i {
            font-size: 10px;
        }
/* AdminPanel link */

li.pkadmin {
    background: rgba(0,0,0, 0.7);
    border-radius: 4px;
}

    li.pkadmin a {
        color: #FFF !important;
    }
/* refusion */

.refusion {
    font-size: 14px;
}

    .refusion h3 {
        margin-bottom: 5px;
    }

.refsection {
    margin: 0px 0 20px 20px;
}

.kortdata {
}

.orderdata {
}

.recalcform {
    margin: 10px 0px;
}

.refusionmenu {
    text-align: right;
}

table.statresult {
    border-spacing: 0;
}

    table.statresult td {
        border: 1px solid #808080;
        padding: 5px;
    }

.waitoverlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.75) url('/images_overlay/ajax-loader-3.gif') no-repeat center center;
    display: none;
}
