﻿


html {
    height: 100%
}

body {
    background-color: #ecedee !important;
    font-family: Arial, Helvetica, sans-serif;
    margin: 8px;
    height: 98%;
}

.btn-UserSection {
    color: #fff;
    background-color: #FF4D00;
    border-color: #dd4D00;
    width:95%;
}

.requiredField, .field-validation-error, .validation-summary-valid {
    color: #FB2F30;
}

.validation-summary-valid {
    font-size: 25px;
}

.nowrap {
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}

.floatLeft {
    float: left;
}

.messagepop {
    background-color: #FFF;
    border: 2px solid #999;
    cursor: default;
    display: none;
    margin-top: 40px;
    position: absolute;
    text-align: left;
    width: 420px;
    height: 420px;
    z-index: 50;
    padding: 25px 25px 20px;
}

    .messagepop p, .messagepop.div {
        border-bottom: 2px solid #EFEFEF;
        margin: 8px 0;
        padding-bottom: 8px;
    }

#VersionNo {
    font-size: 8pt;
}

#close {
    position: absolute;
    margin-left: 380px;
}

/*#wrap {
    width: 98%;
}*/

.top-button {
   
    cursor: pointer;
}

    .top-button.hidden {
        display: none;
    }

.formtable {
    text-align: left;
    padding: 10px;
    margin: 20px;
}

.text-box {
    width: 200px;
}

input {
    width: 200px;
}

textarea {
    width: 400px;
    height: 300px;
}

.editor-field select {
    width: 200px;
}

.align-right {
    float: right;
}

.align-left {
    float: left;
}

#logo {
    margin-left: 4%;
    margin-right: 3%;
}

#loggedinName {
    text-align: right;
    font-size: smaller;
}



.width100 {
    width: 100%
}

/*#left-menu {
    width: 314px;
}*/

.left-button {
    width: 190px;
    /*margin-left: 42px;*/
    cursor: pointer;
}

#main {
    /*width: 73%;*/
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#left {
    /*width: 20%;*/
    float: left;
}

.top-button {
    /*max-width: 73px;*/
    width: 55px;
    height: 55px;
    zoom: 0.50;
}

#logo {
    width: 200px;
    height: 78px;
    margin-top: 40px;
    background-image: url(/content/logo_original.png);
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    display: none;
    zoom: 0.8;
}

#top {
    height: 95px;
}



.content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100px;
}

.left-button {
    height: 25px;
    margin-bottom: 12px;
    background-color: white;
    -webkit-box-shadow: 1px 1px 6px #888;
    padding-top: 12px;
    padding-left: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #58595b;
    cursor: pointer;
}

.rule {
    /*width:95%;*/
    height: 2px;
    background: #fff;
    /*margin-right: 10px;*/
    margin-bottom: 10px;
    /*margin-left: 30px;*/
}

#cboxClose {
    /*position: absolute;*/
    bottom: -29px;
    /* background: url(/controls.png) no-repeat 0 0; */
    width: 130px;
    height: 23px;
    /* text-indent: -9999px; */
    border: 1px solid;
    text-align: center;
    /* vertical-align: middle; */
    background-color: #fff;
    margin-left: 40px;
    padding-top: 5px;
    text-transform: capitalize;
}
.btnparagraph {
    font-size:12px;
}
    .loginclass {
    padding-right:0px !important;
    padding-left:5px !important;
    margin:0px;
}

.resetDiv {
    margin-top: 10px;
}

@media only screen and (min-width:500px) and (max-width:767px) and (orientation:portrait) {
        .top-button, #logo {
            width: 12% !important;
            zoom: 0.7;
        }

        #top {
            height: 120px;
        }
    }

    @media only screen and (min-width:768px) and (max-width:899px) and (orientation:landscape) {
        #main {
            float: right;
            width: 72%;
        }

        /*#left-menu {
        width: 20%;
    }*/

        .left-button {
            margin-left: 10px;
        }

        .clsEventcode {
            display: flex;
        }

        .rule {
            /*width: 94%;*/
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .top-button, #logo {
            zoom: 0.8;
        }

        #top {
            height: 130px;
        }
    }

    @media only screen and (min-width:900px) and (max-width:1023px) and (orientation:landscape) {
        #main {
            float: right;
            width: 74%;
        }

        /*#left-menu {
        width: 20%;
    }*/

        .left-button {
            margin-left: 20px;
        }

        .clsEventcode {
            display: flex;
        }

        .rule {
            /*width: 94%;*/
            margin-top: 10px;
            margin-bottom: 20px;
        }

        .top-button, #logo {
            zoom: 0.95;
        }

        #top {
            height: 130px;
        }
    }


    @media only screen and (min-width:1024px) and (max-width:1223px) and (orientation:landscape) {
        #main {
            float: right;
            width: 76%;
        }

        /*#left-menu {
       
        width:290px;
    }*/

        .left-button {
            margin-left: 30px;
        }

        .rule {
            /*width: 94%;*/
            margin-bottom: 30px;
            margin-top: 10px;
        }

        .top-button, #logo {
            zoom: 0.95;
        }

        #top {
            height: 140px;
        }
    }

    @media only screen and (min-width:1224px) and (orientation:landscape) {
        #main {
            float: left;
            width: 78%;
            margin-left: 20px;
        }

        /*width: 314px;*/
        /*#left-menu {
       
        width:290px;
    }*/

        .left-button {
            margin-left: 42px;
        }

        .rule {
            /*width: 94%;*/
            margin-bottom: 40px;
            margin-top: 10px;
        }

        .top-button, #logo {
            zoom: 1;
        }

        #top {
            height: 140px;
        }
    }

    @media only screen and (min-width: 600px) and (max-width:2530px) and (orientation:landscape) {
        .clsEventcode {
            display: flex !important;
        }
        .btn-UserSection {
            width:50% !important;
        }
       .btnparagraph {
            margin-top: 10px;
            margin-right: 5px;
            text-align: center;
            font-size:14px;
        }

        .loginclass {
            border-right: 1px solid #000000;
            padding-right: 15px !important;
            padding-left: 15px !important;
        }

        .hidecolumn {
            display: table-cell !important;
        }

        #logo {
            display: block;
        }

        .left-button {
            height: 30px;
            margin-bottom: 20px;
            font-size: 18px;
        }

        #cboxClose {
            position: absolute;
            bottom: -29px;
            background: url(/controls.png) no-repeat 0 0;
            width: 30px;
            height: 23px;
            text-indent: -9999px;
            border: none;
            background-color: none;
            margin-left: 0px;
            padding-top: 0px;
        }

        .top-button {
            max-width: 73px;
            width: 13%;
            height: 73px !important;
        }

        .resetDiv {
            margin-top: 20px !important;
            margin-bottom: 20px;
            margin-left: 6%;
        }

    }



    @media only screen and (orientation:portrait) {
        /*#wrap {
    width: 768px;
}
    */
        /* #wrap {
        width: 950px;
    }*/
        #logo {
            margin-left: 10px;
            margin-right: 20px;
        }

        .top-button {
            /*height: 68px;*/
            cursor: pointer;
        }

        .rule {
            /*width: 60%;*/
            /*margin-top: 30px;*/
        }

        #left-menu {
            width: 220px;
        }

        .left-button {
            width: 180px;
            margin-left: 10px;
        }
        /*#main {
    width: 548px;
}
*/
    }

    @media screen and (min-width:510px) and (max-width:767px) and (orientation:landscape) {
        /*.rule {
            margin-top: 30px;
        }*/
    }

    .top-button-logoff {
    width: 126px;
    height: 41px;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 20px;
    float: right;
    background-color: #ecedee;
    cursor: pointer;
}

.top-button {
    margin-top: 40px;
    margin-right: 10px;
    float: left;
    background-color: #f04e23;
    -webkit-box-shadow: 1px 1px 6px #888;
    cursor: pointer;
}

    .top-button:hover, #top-menu > .selected {
        font-weight: 700;
        background-color: #58595b;
    }

.top-button-disabled {
    margin-top: 40px;
    margin-right: 20px;
    float: left;
    background-color: #ccc;
    -webkit-box-shadow: 1px 1px 6px #888;
    width: 73px;
    height: 73px;
}

#chatting {
    background-image: url(/content/images/icon_chat.png);
    background-repeat: no-repeat;
    background-position: center;
}

#hem {
    background-image: url(/content/images/icon_home.png);
    background-repeat: no-repeat;
    background-position: center;
}

#paragraf {
    background-image: url(/content/images/icon_paragraph.png);
    background-repeat: no-repeat;
    background-position: center;
}

#myFormAnswers {
    background-image: url(/content/images/icon_list.png);
    background-repeat: no-repeat;
    background-position: center;
}

#tala {
    background-image: url(/content/images/icon_talk.png);
    background-repeat: no-repeat;
    background-position: center;
}

#InkorgHeader {
    background-image: url(/content/images/no_message_transp.png);
    background-repeat: no-repeat;
    background-position: center;
}

#lista {
    background-image: url(/content/images/icon_list.png);
    background-repeat: no-repeat;
    background-position: center;
}

#info {
    background-image: url(/content/images/icon_info.png);
    background-repeat: no-repeat;
    background-position: center;
}

#skriva {
    background-image: url(/content/images/icon_edit.png);
    background-repeat: no-repeat;
    background-position: center;
}

#logoff {
    background-color: #f04e23;
    width: 125px;
    height: 40px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    position: relative;
    font-size: 1.1em;
    font-weight: 700;
}

    #logoff:before {
        white-space: nowrap;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: white;
        content: "LOGGA UT »"
    }

#adminV2 {
    background-color: #098FF7;
    width: 125px;
    height: 40px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    position: relative;
    font-size: 1.4em;
    font-weight: 700;
}

    #adminV2:before {
        white-space: nowrap;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: white;
        content: "Admin »"
    }

.lftmargin10 {
    margin-left: 10px !important;
}

.lftmargin0 {
    margin-left: 0px !important;
}

.lftBorder {
    border-left: 1px solid #fff !important;
}

.rightBrdRadius0 {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.leftBrdRadius0 {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.top-button-logoff {
    text-decoration: none;
}

#votering {
    background-image: url(/content/images/icon_vote.png);
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #5BAC26;*/  /*for Green*/
}

#wrap {
    display: block;
}

#left-menu {
    float: left;
}


    .left-button:hover, #left-menu > .selected {
        background-color: #f04e23;
        color: white;
        font-weight: 700;
        background-image: url(/content/images/arrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%
    }

.left-button-disabled {
    height: 30px;
    margin-bottom: 20px;
    background-color: #ccc;
    -webkit-box-shadow: 1px 1px 6px #888;
    padding-top: 12px;
    padding-left: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #58595b;
}

.back-button {
    height: 30px;
    margin-bottom: 20px;
    background-color: #f04e23;
    background-image: url(/content/images/back-arrow.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    -webkit-box-shadow: 1px 1px 6px #888;
    padding-top: 12px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
}

    .back-button:hover {
        background-color: #f04e23;
        color: white;
        font-weight: 700;
        background-image: url(/content/images/back-arrow.png);
        background-repeat: no-repeat;
        background-position: 5% 50%
    }

#main {
    background-color: white;
    position: relative;
    /*float: right;*/
}

#main-content {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Arial;
    padding-bottom: 10px;
}

h1 {
    color: #f04e23;
    font-size: 20px;
}

h3 {
    color: #f04e23;
    font-size: 16px;
}

.black {
    color: #000000 !important;
    font-size: 16px;
    margin-bottom: 30px;
}

p {
    font-size: 14px;
}

    p.Reply {
        padding-left: 20px;
    }

.button {
    background-color: #f04e23;
    color: white;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    width: 150px;
    height: 26px;
    padding-top: 12px;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.linkbutton {
    background-color: #f04e23;
    color: white;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    width: 150px;
    height: 26px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.votationendedtable {
    display: none;
}

#votationtable {
    text-align: left;
    padding: 10px;
    margin: 20px;
}

.agendaImages {
    vertical-align: middle;
    cursor: pointer;
}

.Bifall label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.Bifall input {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: url(/controls.png) no-repeat 0 0;
}

#cboxTopCenter {
    height: 14px;
    background: url(/border.png) repeat-x top left;
}

#cboxTopRight {
    width: 14px;
    height: 14px;
    background: url(/controls.png) no-repeat -36px 0;
}

#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: url(/controls.png) no-repeat 0 -32px;
}

#cboxBottomCenter {
    height: 43px;
    background: url(/border.png) repeat-x bottom left;
}

#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: url(/controls.png) no-repeat -36px -32px;
}

#cboxMiddleLeft {
    width: 14px;
    background: url(/controls.png) repeat-y -175px 0;
}

#cboxMiddleRight {
    width: 14px;
    background: url(/controls.png) repeat-y -211px 0;
}

#cboxContent {
    background: #fff;
    overflow: visible;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 5px;
}

#cboxLoadingOverlay {
    background: url(/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(/loading.gif) no-repeat center center;
}

#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #7C7C7C;
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: 700;
    color: #7C7C7C;
}

#cboxPrevious, #cboxNext, #cboxSlideshow {
    position: absolute;
    bottom: -29px;
    background: url(/controls.png) no-repeat 0 0;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}



#cboxPrevious {
    left: 0;
    background-position: -51px -25px;
}

    #cboxPrevious:hover {
        background-position: -51px 0;
    }

#cboxNext {
    left: 27px;
    background-position: -75px -25px;
}

    #cboxNext:hover {
        background-position: -75px 0;
    }

#cboxClose {
    right: 0;
    background-position: -100px -25px;
}

    #cboxClose:hover {
        background-position: -100px 0;
    }

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px;
}

    .cboxSlideshow_on #cboxSlideshow:hover {
        background-position: -150px 0;
    }

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}

    .cboxSlideshow_off #cboxSlideshow:hover {
        background-position: -125px 0;
    }

.separator {
    border-bottom: 2px dotted black;
}

.plus {
    font-size: xx-large;
    vertical-align: sub;
    float: left;
    line-height: 21px;
}

.minus {
    font-size: xx-large;
    vertical-align: sub;
    float: left;
    line-height: 15px;
}

.newAnnoucement {
    background-image: url(/content/images/new_message_transp.png) !important;
}

.YrkandeButton {
    background-color: #F04E23;
}

.fa-thumbs-up {
    color: #f04e23;
}
