﻿.onlyOnPrinter
{
    display: none;
}

@media print
{
    .noPrint
    {
        display: none;
    }

    .onlyOnPrinter
    {
        display: block;
        margin-bottom: 30px;
    }
}

body
{
    background: #143e65 url(../Images/bg_1024.jpg) fixed top center no-repeat;
    margin: 0px 0px 0px 0px;
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
}

.takeOver
{
    display: none;
}

/* iPad Portrait */
@media screen and (min-device-width: 481px) and (orientation:portrait)
{
    body
    {
        background-color: #ffffff;
    }
}

/* iPad Landscape */
@media screen and (min-device-width: 481px) and (orientation:landscape)
{
    body
    {
        background-color: #ffffff;
    }
}

h2
{
    font-family: Ubuntu Condensed;
    color: #666;
    font-size: 25px;
    margin-top: 0px;
}

.input
{
    border: 1px solid #bababa;
    height: 30px;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
}

.input_multiline
{
    border: 1px solid #bababa;
    width: 600px;
    padding: 10px;
    padding: 10px;
    padding: 10px;
    font-family: Verdana;
    font-size: 12px;
}

.input_watermark
{
    color: #999999;
    border: 1px solid #bababa;
    height: 30px;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
}

span input:focus, span textarea:focus
{
    border: 1px solid #5c5c5c;
}

.label
{
    margin-bottom: 7px;
    margin-top: 20px;
}

/* ------- MENU ----------*/

span ul
{
    text-align: left;
    display: inline;
    margin: 0;
    padding: 15px 4px 17px 0;
    list-style: none;
    z-index: 9999;
}
span ul li
{
    display: inline-block;
    margin-right: -4px;
    position: relative;
    padding: 15px 18px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: White;
}
span ul li:hover
{
    background: #2f4a62;
    color: #fff;
}
span ul li ul
{
    padding: 0;
    position: absolute;
    top: 46px;
    left: 0;
    min-width: 200px;
    max-width: 300px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}
span ul li ul li
{
    background: #225789;
    display: block;
    color: #fff;
}
span ul li ul li:hover
{
    background: #2f4a62;
}
span ul li:hover ul
{
    display: block;
    opacity: 1;
    visibility: visible;
}

/* ----------------------- */

.shadow
{
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=  '#000000' );
    text-shadow: #000000 1px 1px 0px;
}

.main_container
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1040px;
}

.menu
{
    width: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background-image: url('../Images/menu_bg.jpg');
}

.logo
{
    background-image: url('../Images/logo.png');
    width: 200px;
    height: 65px;
    margin-top: 10px;
    cursor: pointer;
}

.bjud-oss-pa-en-kopp-kaffe
{
    background-image: url('../Images/bjud-oss-pa-en-kopp-kaffe.jpg');
    width: 357px;
    height: 87px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    margin-left: 230px;
}

.tyck-till-om-oss
{
    background-image: url('../Images/tyck-till-om-oss.jpg');
    width: 357px;
    height: 87px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    margin-left: 320px;
}

.app-teoriprovet
{
    background-image: url('../Images/iphone_teoriprovet.jpg');
    width: 421px;
    height: 82px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    margin-left: 260px;
}

.frontPageBoxes
{
    width: 230px;
    height: 230px;
    font-family: Ubuntu Condensed;
    color: White;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}

.box1
{
    background-color: #08813a;
}

.box2
{
    background-color: #f99501;
    position: absolute;
    margin-left: 250px;
    margin-top: -230px;
}

.box3
{
    background-color: #1e8ae4;
    position: absolute;
    margin-left: 500px;
    margin-top: -230px;
}

.box4
{
    background-color: #f23d3d;
    position: absolute;
    margin-left: 750px;
    margin-top: -230px;
}

.car_logo_box
{
    width: 175px;
    height: 83px;
    background-image: url('../Images/box_car_icon.png');
    margin-left: 27px;
    margin-top: 35px;
}

.box_stat_icon
{
    width: 128px;
    height: 115px;
    background-image: url('../Images/box_stat_icon.png');
    margin-left: 50px;
    margin-top: 25px;
}

.box_blog_icon
{
    width: 176px;
    height: 127px;
    background-image: url('../Images/box_blog_icon.png');
    margin-left: 29px;
    margin-top: 25px;
}

.box_roundabout_icon
{
    width: 114px;
    height: 114px;
    background-image: url('../Images/box_roundabaout_icon.png');
    margin-left: 56px;
    margin-top: 25px;
}

.frontPageBoxesSpacer
{
    width: 100%;
    height: 20px;
}

.facebook-like-box
{
    width: 895px;
    height: 255px;
    overflow: hidden;
    position: relative; /* For IE7 Compatibility */
    background-color: #e7ebf2; /*-moz-border-radius: 10px;     -webkit-border-radius: 10px;     -o-border-radius: 10px;     border-radius: 10px;     border: 1px solid #c4cde0;     -moz-box-shadow: 0 0 7px #C8E0EF;     -webkit-box-shadow: 0 0 7px #C8E0EF;     -o-box-shadow: 0 0 7px #C8E0EF;     box-shadow: 0 0 7px #C8E0EF;*/
    margin-left: auto;
    margin-right: auto;
}

.facebook-like-box .inner
{
    margin: -2px 0 0 -2px;
}

.header_buttons
{
    position: absolute;
    margin-left: 716px;
    margin-top: -60px;
}

.button
{
    background-color: #0072c6;
    color: #ffffff;
    border: 0px;
    font-family: Verdana;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 40px;
    white-space: nowrap;
    outline-width: 0;
    margin: 0px auto 0 auto;
    padding: 10px 15px 15px 15px;
    width: 130px;
}

.button:hover
{
    background-color: #3d94d4;
}

.buttonFB
{
    background-color: #395797;
    color: #ffffff;
    border: 0px;
    font-family: Verdana;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 40px;
    white-space: nowrap;
    outline-width: 0;
    margin: 0px auto 0 auto;
    padding: 10px 15px 15px 15px;
    width: 130px;
}

.buttonFB:hover
{
    background-color: #4e6dae;
}

.buttonOrange
{
    background-color: #f99501;
    color: #ffffff;
    border: 0px;
    font-family: Verdana;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 40px;
    white-space: nowrap;
    outline-width: 0;
    margin: 0px auto 0 auto;
    padding: 10px 15px 15px 15px;
    width: 130px;
    font-weight: bold;
}

.buttonOrange:hover
{
    background-color: #ffb03c;
}

.fb_button
{
    background-color: #395797;
    color: #ffffff;
    border: 0px;
    font-family: Verdana;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 15px;
    white-space: nowrap;
    outline-width: 0;
    margin: 0px auto 0 auto;
    padding: 10px 15px 15px 15px;
    width: 180px;
}

.fb_button:hover
{
    background-color: #4e6dae;
}


.successbox, .warningbox, .errorbox, .infobox
{
    font-weight: normal;
    border: 0px solid;
    margin: 20px 0px;
    padding: 15px 10px 15px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 960px;
    font-family: Helvetica, Verdana;
    font-size: 15px;
}

.successbox
{
    color: #FFF;
    background-color: #4F8A10;
    -moz-box-shadow: 0 0 10px #EDFCED;
    -webkit-box-shadow: 0 0 10px #EDFCED;
    -o-box-shadow: 0 0 10px #EDFCED;
    box-shadow: 0 0 10px #EDFCED;
}
.warningbox
{
    color: #000;
    background-color: #FAF9C9;
    -moz-box-shadow: 0 0 10px #FAF9C9;
    -webkit-box-shadow: 0 0 10px #FAF9C9;
    -o-box-shadow: 0 0 10px #FAF9C9;
    box-shadow: 0 0 10px #FAF9C9;
}
.errorbox
{
    color: #FFFFFF;
    background-color: #D8000C;
}
.infobox
{
    color: #3992ca;
    background-color: #daf1ff;
    -moz-box-shadow: 0 0 10px #daf1ff;
    -webkit-box-shadow: 0 0 10px #daf1ff;
    -o-box-shadow: 0 0 10px #daf1ff;
    box-shadow: 0 0 10px #daf1ff;
}

.loginRegister_left_column
{
    width: 490px;
}

.loginRegister_middle_column
{
    background-color: #0072c6;
    width: 3px;
    margin-top: -360px;
    margin-left: 487px;
    height: 350px;
    top: 612px;
}

.loginRegister_right_column
{
    width: 490px;
    position: absolute;
    margin-top: -350px;
    margin-left: 490px;
    height: 350px;
}

.recommended_bar
{
    margin-top: 50px;
    border-bottom: 2px solid #0072c6;
    width: 214px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.recommended
{
    font-style: italic;
    font-size: 16px;
    background-color: #ffffff;
    width: 160px;
    color: #737373;
    text-shadow: #eaeaea 0px 0px 1px;
    margin-top: -10px;
    position: absolute;
    margin-left: 27px;
}

.fb_login_benefit_list
{
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #737373;
    margin-top: 20px;
}

.or
{
    position: absolute;
    background-color: White;
    margin-left: -25px;
    margin-top: 140px;
    font-family: Ubuntu Condensed;
    font-size: 25px;
    color: #666;
    height: 45px;
    padding-top: 10px;
}

.LoggedInAs
{
    position: absolute;
    width: 265px;
    text-align: right;
    margin-top: -8px;
    font-size: 11px;
}

.bold
{
    font-weight: bold;
}

.mandatory
{
    color: Red;
}
.calulationTextFieldEnabled
{
    text-align: right;
    height: 20px;
    font-family: Verdana;
    width: 50px;
}

.calulationTextFieldDisabled
{
    border: 0px solid #FFFFFF;
    background-color: Transparent;
    color: #000000;
    text-align: right;
    height: 20px;
    width: 53px;
    font-family: Verdana;
}

.alternateRowsGuid
{
    background-color: #f7f6f3;
    height: 38px;
}

.alternateRowsGuid2
{
    height: 38px;
}

.blogTitle
{
    font-size: 28px;
}

.blogArthur
{
    font-size: 13px;
    color: #666;
}
.cutter
{
    width: 75px;
    height: 55px;
    text-indent: -9999px;
}

.GridViewRowStyleFirstPage
{
    background-color: #F7F6F3;
    color: #333333;
    height: 70px;
}

.GridViewAlternatingRowStyle
{
    background-color: #FFFFFF;
    color: #284775;
    height: 40px;
}

.GridViewAlternatingRowStyleFirstPage
{
    background-color: #FFFFFF;
    color: #284775;
    height: 70px;
}

.facebookProfileImagePadding
{
    padding-left: 10px;
}

.GridViewStyle
{
    padding: 4px;
    width: 100%;
}

.GridViewStyle a
{
    color: #FFFFFF;
}

.GridViewHeaderStyle
{
    height: 30px;
    font-weight: normal;
    color: #778f9c;
}

.GridViewHeaderStyle th
{
    height: 30px;
    font-weight: normal;
    color: #778f9c;
}

.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color: #F7F6F3;
    color: #333333;
    height: 40px;
}

.iframeTimeLimit
{
    width: 980px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}

.QuizRadioButton
{
    vertical-align: middle;
    display: table-cell;
    width: 470px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
    background-color: #d5e5ef;
}


#apLoading
{
    position: absolute;
    top: 140px;
    width: 980px;
    height: 600px;
    z-index: 1;
    background-color: #fff;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    text-align: center;
}

/* Page Numbers */
.dataPager
{
    font-family: Verdana;
    font-size: 13px;
    clear: left;
}



.dataPager a, .dataPager span
{
    color: #003366;
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
    margin-top: 20px;
}

.dataPager span
{
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 10pt;
    border: 1px solid #154255 !important; /*background: -webkit-gradient(linear, left top, left bottom, from(#009ced), to(#017aad)) !important;     background: -webkit-linear-gradient(top, #009ced, #017aad) !important;     background: -moz-linear-gradient(top, #009ced, #017aad) !important;     background: -ms-linear-gradient(top, #009ced, #017aad) !important;     background: -o-linear-gradient(top, #009ced, #017aad) !important;     text-shadow: 1px 1px 1px #000;*/
    background-color: #1e8ae4;
}

.dataPager a
{
    border: 1px solid #154255;
    text-decoration: none;
}

.dataPager a:hover
{
    border-color: #154255;
    background-color: #d4f0ff;
}

.dataPager a.nextprev
{
    font-weight: bold;
}

.dataPager span.nextprev
{
    color: #666;
}

.dataPager span.nextprev
{
    border: 1px solid #ddd;
    color: #999;
}

.dataPager .nextprev-next
{
    float: right;
}

.headerStyle
{
    font-weight: bold;
    color: #000000;
    background-color: #e2e2e2;
    height: 38px;
}

.journalPanel
{
    background-color: #08813a;
    width: 100%;
    height: 70px;
    text-align: center;
    color: White;
    font-family: Ubuntu Condensed;
    font-size: 35px;
    padding-top: 20px;
}

.black_link
{
    color: Black;
}

.pamphlet
{
    vertical-align: middle;
    display: table-cell;
    height: 35px;
    width: 350px;
    font-family: Ubuntu Condensed;
    color: #fff;
    font-size: 15px;
    padding-left: 10px;
}

.pamphlet:link
{
    text-decoration: none;
    background-color: #1e8ae4;
}

.pamphlet:hover
{
    text-decoration: none;
    background-color: #1169b2;
}


.quizAnswerLabel
{
    background-color: #d5e5ef;
    height: 40px;
    width: 445px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.quizAnswerLabelNormal
{
    background-color: #d5e5ef;
    height: 40px;
    width: 445px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.quizCorrectAnswerLabel
{
    background-image: url(../Images/answerCorrect.jpg);
    height: 40px;
    width: 445px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.quizIncorrectAnswerLabel
{
    background-image: url(../Images/answerIncorrect.jpg);
    height: 40px;
    width: 445px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

#mymap
{
    width: 100%;
    height: 540px;
    border: 1px solid #666666;
}

.rejta_gray
{
    width: 154px;
    height: 30px;
    background-image: url('../Images/rejta_stars_grey.png');
}

.rejta_green
{
    height: 30px;
    background-image: url('../Images/rejta_stars_green.png');
}

.rejta_gray_smal
{
    width: 90px;
    height: 17px;
    background-image: url('../Images/rejta_smal_stars_grey.png');
}

.rejta_green_smal
{
    height: 17px;
    background-image: url('../Images/rejta_smal_stars_green.png');
}

.rejta_border
{
    border: 5px solid #7aa62c;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    width: 600px;
}

.rejta_comment
{
    padding: 10px;
    background-color: #e5eed9;
    margin-top: 20px;
}

.rajta_sponsord_links
{
    border: 5px solid #7aa62c;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    width: 303px;
    min-height: 300px;
    margin-left: 10px;
}

.rejta_review
{
    padding: 10px;
    height: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: #e5eed9;
}

.forum_header
{
    width: 960px;
    height: 20px;
    border-bottom: 1px solid #000;
    padding: 10px;
    color: #484847;
    font-size: 15px;
}
.forum_header_sub
{
    background-color: #e6e7e1;
    height: 7px;
    width: 980px;
}
/* ---- FORUM ---- */

.GridViewRowStyleForum td, .GridViewAlternatingRowStyleForum td
{
    /* style for the td*/
}


.GridViewStyleForum
{
    padding: 4px;
    width: 100%;
}

.GridViewAlternatingRowStyleForum
{
    height: 50px;
    border-bottom: 1px solid #e6e7e1;
    color: #484848;
}

.GridViewStyleForum a
{
    color: #FFFFFF;
}

.GridViewRowStyleForum
{
    color: #484848;
    height: 50px;
    border-bottom: 1px solid #e6e7e1;
}

.GridViewRowStyleForum td, .GridViewAlternatingRowStyleForum td
{
    border: 0px solid #EBE9ED;
}

.forum_firstLine
{
    font-size: 14px;
}

.forum_secondLine
{
    font-size: 11px;
}

.forum, a:link
{
    color: #3faff0;
    text-decoration: none;
}
.forum, a:hover
{
    color: #3faff0;
    text-decoration: underline;
}
.forum, a:visited
{
    color: #2082bb;
    text-decoration: underline;
}
.forum_name
{
    color: #3faff0;
    font-size: 18px;
    height: 25px;
}

.forum_regDate
{
    font-size: 11px;
    margin-top: 10px;
}

.forum_buttons
{
    background-color: #484847;
    height: 25px;
    width: 100px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}
.forum_button_fix
{
    color: White;
    font-size: 15px;
    padding-top: 3px;
    font-family: Ubuntu Condensed;
}
/* --------------- */

.copyright_menu
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    font-size: 11px;
}



.coffecup
{
    margin-left: 21px;
    margin-right: 21px;
    margin-bottom: 20px;
}

.progress_bar_container
{
    width: 400px;
    height: 20px;
    border: 1px solid #333;
    margin-top: 3px;
    margin-bottom: 15px;
}

.progress_bar_percentage
{
    position: absolute;
    margin-left: 405px;
}

.progress_bar_filler
{
    height: 20px;
    background-color: #0072c6;
}

.speachContainer
{
    position: absolute;
    height: 0px;
    overflow: hidden;
}

.adFormat
{
    font-family: Ubuntu Condensed;
    color: #4a4a4a;
    font-size: 27px;
    text-transform: uppercase;
}

.adHeadline
{
    font-family: Ubuntu Condensed;
    color: #3e8dcb;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: -12px;
    margin-left: -2px;
}

.adPricing
{
    font-family: Ubuntu Condensed;
    font-weight: bold;
    color: #4a4a4a;
    font-size: 23px;
    margin-bottom: 20px;
}

.adList
{
    margin-left: 20px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footerAd
{
    margin-left: auto;
    margin-right: auto;
    width: 990px;
}
.chat
{
    width: 100%;
}

.bubble
{
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
}

.bubble::before
{
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform: rotate( 29deg ) skew( -35deg );
    -moz-transform: rotate( 29deg ) skew( -35deg );
    -ms-transform: rotate( 29deg ) skew( -35deg );
    -o-transform: rotate( 29deg ) skew( -35deg );
    -webkit-transform: rotate( 29deg ) skew( -35deg );
    width: 20px;
}

.me
{
    float: left;
    margin: 5px 45px 5px 20px;
}

.me::before
{
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px;
}

.roundedCornerQuote
{
    border-radius: 60px;
    -moz-border-radius: 60px;
    border: 5px solid #0072c6;
}

.dateOfQuote
{
    position: absolute;
    margin-top: 12px;
    font-size: 11px;
    text-align: right;
    width: 100%;
    right: 5px;
    color: #999999;
    font-style: italic;
}

#fade
{
    position:absolute; 
    width:300px; 
    z-index:9999; 
    background-color: #444444; 
    height: 200px; 
    color:White;
    margin-left:703px;
    margin-top:-10px;
}
