html,
body {
    background-color: #3e3e3e;
    background: url(../img/gotland.jpg) no-repeat center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -font-family: "Helvetica Neue", Verdana, Geneva, sans-serif;
    color: #FFFFFF;
}

body {
    padding: 0 0 1em 0;
}


.foredrag-iframe-padding {
    padding-right: 0;
}

.background-red {
    background: #3e3e3e;
}

.background-green {
    background: green;
}

.background-darkgray {
    background-color: #000000;
}

.background-lightgray {
    background-color: #212121;
    color: #ffffff;
    /*opacity: 0.9;*/
}

.border {
    border: solid 2px black;
}

.background-lime {
    /*background-color:#468532;*/
    background-color: #00CC00;
    height: 15px;
}

.placeholdertop {
    /*padding-top:10em;*/
    background-color: #3e3e3e;
}

.no-padding {
    padding: 0;
}

hr {
    border: 1px solid white;
}

.btn-login {
    /*LOGINKNAPP */
    -moz-border-radius: 1.7em;
    /* Firefox */
    -webkit-border-radius: 1.7em;
    /* Safari, Chrome */
    -khtml-border-radius: 1.7em;
    /* KHTML */
    border-radius: 1.7sem;
    /* CSS3 */
    border: 2px solid #00CC00;
    font-size: 1em;
    padding: 0.5em;
    height: 3em;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    background-color: #468532;
    color: #ffffff;
    margin-bottom: 0.5e;
    text-align: center;
    background-image: url(../img/login.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 30px 20px;
}

.btn-logout {
    /*LOGGA UTKNAPP */
    -moz-border-radius: 1.7em;
    /* Firefox */
    -webkit-border-radius: 1.7em;
    /* Safari, Chrome */
    -khtml-border-radius: 1.7em;
    /* KHTML */
    border-radius: 3sem;
    /* CSS3 */
    border: 2px solid #F44336;
    font-size: 1em;
    font-weight: bold;
    padding: 0.5em;
    padding-right: 1em;
    height: 3em;
    text-transform: uppercase;
    font-size: 1em;
    background-color: #C62828;
    color: #ffffff;
    margin-bottom: 0.5e;
    text-align: center;
    background-image: url(../img/logout.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 30px 20px;
}

.btn-changecss {
    -moz-border-radius: 1.7em;
    /* Firefox */
    -webkit-border-radius: 1.7em;
    /* Safari, Chrome */
    -khtml-border-radius: 1.7em;
    /* KHTML */
    border-radius: 1.7sem;
    /* CSS3 */
    border: 1px solid white;
    font-size: 0.8em;
    padding: 0.5em;
    padding-right: 35px;
    height: 2em;
    text-transform: uppercase;
    background-color: #616161;
    color: transparent;
    margin-bottom: 0.5em;
    text-align: center;
    background-image: url(../img/sun.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px 20px;
}

.btn-changecss-align {
    min-height: 4em;
    padding-top: 10px;
}

.btn-changepwd {
    -moz-border-radius: 1.7em;
    /* Firefox */
    -webkit-border-radius: 1.7em;
    /* Safari, Chrome */
    -khtml-border-radius: 1.7em;
    /* KHTML */
    border-radius: 1.7sem;
    /* CSS3 */
    border: 2px solid #616161;
    font-size: 1em;
    padding: 0.5em;
    height: 3.3em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    background-color: #212121;
    color: #ffffff;
    margin-bottom: 0.5e;
    text-align: center;
}


.btn {
    /*FUNKTIONSKNAPPAR*/
    -moz-border-radius: 3em;
    /* Firefox */
    -webkit-border-radius: 5em;
    /* Safari, Chrome */
    -khtml-border-radius: 3em;
    /* KHTML */
    border-radius: 5em;
    /* CSS3 */
    /*border: 2px solid #AAB7B8;*/
    border: 3px solid #AAB7B8;
    font-size: 1em;
    padding: 0.3em;
    text-transform: uppercase;
    /*background-color: #FFFFFF;*/
    background-color: #2c2c2c;
    color: #FFFFFF;
    white-space: normal;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    text-decoration: bold;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50px 50px;
    outline: none !important;
}

.btn:hover,
.btn:focus {
    color: white;
}

.btn-changepwdsubmit {
    text-align: left;
    padding-left: 10px;
    background-color: #468532;
    border: 2px solid #00CC00;
}

.btn-changepwdcancel {
    text-align: left;
    padding-left: 10px;
    background-color: #C62828;
    border: 2px solid #F44336;
}

input[type=text],
input[type=password] {
    -moz-border-radius: 0.7em;
    /* Firefox */
    -webkit-border-radius: 0.7em;
    /* Safari, Chrome */
    -khtml-border-radius: 0.7em;
    /* KHTML */
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 2.5em;
    font-size: 1.7em;
    /* Henrik har lagt till denna egenskap för att få större font i inmatningsrutorna */
    background: transparent;
}


div.buttons div.col {
    height: 100%;
}

div.buttons button {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 4em;
}

#hideonstart {
    display: none;
}

#hideonstart.loaded {
    display: block;
}

div#pln-seatlist .pln-logout {
    /*LOGGA UTKNAPP */
    -moz-border-radius: 1.7em;
    /* Firefox */
    -webkit-border-radius: 1.7em;
    /* Safari, Chrome */
    -khtml-border-radius: 1.7em;
    /* KHTML */
    border-radius: 3sem;
    /* CSS3 */
    border: 2px solid #F44336;
    font-size: 1em;
    font-weight: bold;
    padding: 0.5em;
    padding-right: 1em;
    height: 3em;
    text-transform: uppercase;
    font-size: 1em;
    background-color: #C62828;
    color: #ffffff;
    margin-bottom: 0.5e;
    text-align: center;
    background-image: url(../img/logout.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 30px 20px;
}

div#pln-seatlist .name {
    white-space: nowrap;
    color: white;
    padding-left: 0.2em;
}

div#pln-seatlist button.seat {
    width: 100%;
    height: 3em;
    display: block;
    margin-bottom: 0.5em;
    border-color: #cecece;
    color: white;
    /*background: repeating-linear-gradient(45deg, #000000, #d31919 4px, #555555 4px, #555555 5px);*/
    background: black;
    /*background: repeating-linear-gradient( black  , #d31919);*/
}

div#pln-seatlist button.seat.availible {
    border: 4px solid #00CC00;
    color: white;
    font-size: 1.4em;
    height: 4em;
    text-align: left;
    padding-left: 80px;
    background: #424242;
    background-image: url(../img/platsersattare.png);
    background-repeat: no-repeat;
    background-position: 15px;
    background-size: 50px 50px;
}

div.buttons button.visible {
    display: block;
}


.footer {
    margin-top: 2em;
    bottom: 0;
    border-bottom: 2px solid #666666;
    background-image: radial-gradient(#3e3e3e, #212121);
}

.meeting-placeholder {
    padding-top: 0.5em;
}

.meeting-link {
    padding: 2em;
    padding-left: 50px;
    font-size: 1em;
    color: white;
    background-image: url(../img/distans.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 40px 40px;
    text-align: right;
}

.meeting-link:hover {
    color: red;
}


.namelist {
    padding: 1em;
}

.header {
    position: fixed;
    padding-left: 2em;
    top: 0;
    z-index: 2;
    width: 100%;
    background-color: transparent;
}

.sub-header {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 11em;
    background-color: #9E9E9E;
}

.buttons {
    background-color: #3e3e3e;
    opacity: 0.95;
    visibility: visible;
    padding: 0.2em 0;
    width: 100%;
}

.nav-buttons {
    background-color: #424242;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 1em;
    padding-top: 1em;
}


#pln-plenum .votereq {
    background-image: linear-gradient(to right, black, transparent);
    padding: 0.2em 0;
    padding-top: 0.5em;
    padding-left: 4em;
    font-size: 2em;
    font-weight: bold;
    text-align: left;
    color: #eaff00;
}

.buttons button {
    margin: 0.6em 0;
}

.nav-buttons button {
    margin: 0.6em 0;
    opacity: 1;
}


#pln-login .logo {
    margin-top: 1em;
    margin-left: 1em;
    height: 6em;
}

.clock {
    background-image: url(../img/clock.png);
    background-repeat: no-repeat;
    font-size: 1em;
    background-size: 12px 12px;
}

.recipient-list-addeletepic {
    width: 20px;
    height: 20px;
}

.voterespict {
    width: 30px;
    height: 30px;
}

.selvoteimg {
    width: 30px;
    height: 30px;
}

.langicon {
    display: inline-block;
    width: 2em;
    height: 2em;
    background-image: url(../img/langicon.png);
    background-size: cover;
    margin-right: 0.7em;
    vertical-align: middle;
}


#pln-plenum .topbar {
    border-top: 1px solid #cecece;
    min-height: 5.5em;
    background-image: radial-gradient(#3e3e3e, #212121);
    opacity: 0.9;
    visibility: visible;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    padding-top: 10px;
}

#pln-seatlist .seatlisttopbar {
    min-height: 5.5em;
    background-color: #cecece;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
}

#pln-plenum .topbar .person {
    font-size: 1.4em;
    min-height: 1em;
    padding-left: 4em;
    padding-top: 0.5em;
    width: 100%;
    color: white;
}

.namelist {
    position: relative;
    padding-top: 1.1em;
    padding-bottom: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.4em;
}

#css-mode-text {
    padding-left: 0.1em;
}

#pln-plenum .promotext {
    font-size: 1em;
    color: #838383;
    padding-top: 0.4em;
    font-weight: bold;
}

#pln-plenum .person .nr {
    color: white;
    background-color: #424242;
    text-align: center;
    z-index: 1;
    /*	position: absolute;
	top: -160%;
	left:50%;*/
    padding-left: 60px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid #cecece;
    border-radius: 25px;
    /*-ms-transform: translateY(-20%);
	transform: translateY(-100%);*/
    background-image: url(../img/plats.png);
    background-repeat: no-repeat;
    background-position: 15px;
    background-size: 33px 30px;
}

}

#pln-plenum .person .name {
    color: white;
    white-space: nowrap;
    font-size: 1.4em;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#pln-plenum .subject {
    padding-left: 0em;
    font-size: 1.2em;
}

#pln-plenum .buttons button {
    opacity: 0.5;
}

#pln-plenum .buttons button.enabled {
    opacity: 1;
}

#pln-plenum .buttons button.active {
    -color: #000000;
    font-weight: bold;
}

#pln-plenum .logo {
    height: 4em;
    margin-left: 1em;
    float: left;
    margin: 0;
    position: absolute;
    top: 48%;
    transform: translate(0, -40%);
    -webkit-transform: translate(0, -40%);
}

#pln-plenum .message {
    float: right;
    height: 4em;
}

#pln-plenum .message button {
    width: 100%;
    height: 100%;
    font-size: 0.8em;
    min-height: 4em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65px 30px;
    text-align: center;
    padding: 2px;
    display: none;
}

#pln-plenum .message button.visible {
    display: block;
}

.transcolor {
    color: transparent;
}

.rounded {
    border-radius: 15px;
}

.messagepane {
    vertical-align: top;
    position: relative;
    display: inline-block;
    min-height: 450px;
    background-color: #424242;
    border-top: 1px solid white;
    /*border-left: 1px solid white;*/
}

.messagetopbuttonlist {
    min-height: 5em;
    padding-top: 1em;
    background-image: linear-gradient(to right, #5c5c5c, #333333);
}

.niceborder {
    position: relative;
    background-color: #cecece;
    color: #212121;
    position: absolute;
    height: 4.7em;
    left: 65%;
}

.messagetitle {
    text-align: center;
    min-height: 2em;
    vertical-align: center;
    padding: 10px;
    color: white;
    border: 1px solid lime;
    background-color: black;
    border-radius: 2em;
}

.speakerlist {
    height: 560px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: black;
    opacity: 0.9;
    visibility: visible;
    padding-left: 2em;
    padding-bottom: 2em;
    border-top: 2px solid #666666;
    border-left: 2px solid #666666;
}

.voteresultpane {
    margin-top: 1em;
    background-color: #646464;
    padding-left: 2em;
    padding-right: 1em;
    padding-bottom: 1em;
    border: 2px solid #666666;
}

.votepane {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    opacity: 0.8;
    visibility: visible;
}

.ersattarlista {
    background-color: black;
    border: 2px solid #666666;
    padding: 2em;
}

.arendetitle {
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px 15px;
    padding-left: 20px;
}

.arendetext {
    background-color: #cecece;
    font-size: 1.2em;
    color: black;
    min-height: 2em;
    padding-left: 1em;
    border-radius: 5px;
}

.foredrag-iframe {
    height: 560px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: black;
    opacity: 0.9;
    visibility: visible;
    padding-left: 2em;
    padding-bottom: 2em;
    border-top: 2px solid #666666;
    border-left: 2px solid #666666;
}



.foredrag {
    margin-top: 1em;
    font-size: 1.8em;
    background-image: url(../img/paper.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 45px 40px;
    padding: 0.2em;
    background-color: #cecece;
    padding-left: 2em;
    color: black;
    border-radius: 5px;
}

#pln-plenum .mail {
    float: right;
    height: 3em;
    position: absolute;
    right: 0;
    text-decoration: solid !important;
    color: white;
    top: 50%;
}

#pln-plenum .mail:hover {
    cursor: pointer;
    border-color: yellow !important;
    height: 3.5em;
    color: #898585;
}

#pln-plenum .rightbox {
    top: 50%;
    right: 0;
    text-align: right;
    position: absolute;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 300px;
}

#pln-plenum .pln-iframe {
    background-color: transparent;
    color: #FFFFFF;
    padding-bottom: 16em;
    font-size: 1.2em;
    min-height: 22em;
}

.pln-iframe h1,
.pln-iframe h2,
.pln-iframe h3,
.pln-iframe h4,
.pln-iframe h5 {
    color: #ffffff;
    font-weight: normal;
}


.row.boardlist:nth-child(even) {
    /*border-bottom: 1px solid #444444;*/
    font-size: 1.2em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    margin-bottom: 2px;
    /*background-color:#3e3e3e;*/
    background-image: linear-gradient(to right, #3e3e3e, black);
}

.row.boardlist:nth-child(odd) {
    /*border-bottom: 1px solid #444444;*/
    font-size: 1.2em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    margin-bottom: 2px;
    background-color: #000000;
}

.row.repliklist:nth-child(even) {
    /*border-bottom: 1px solid #444444;*/
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    padding-left: 1.5em;
    margin-bottom: 2px;
    font-size: 1em;
    /*background-color:#3e3e3e;*/
}

.row.repliklist:nth-child(odd) {
    /*border-bottom: 1px solid #444444;*/
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    padding-left: 1.5em;
    margin-bottom: 2px;
    font-size: 1em;
    /*background-color:#000000;*/
    background-image: linear-gradient(to right, #3e3e3e, black);
}

.row.boardlist.active {
    background-color: #202020;
    color: lime;
    font-weight: bold;
    font-size: 1.3em;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 15px 15px;
    padding-left: 10px;
}


.row.result {
    margin-top: 1em;
    font-size: 1em;
}

.activespeaker {
    background-color: #E67E22;
    color: #FFFFFF;
    font-size: 1.4em;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    left: -12px;
    border-radius: 5px;
}

.nextspeaker {
    background-color: #468532;
    color: #FFFFFF;
    font-size: 1.4em;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    left: -12px;
    border-radius: 5px;
}

.repliker {
    background-color: #662483;
    color: #FFFFFF;
    font-size: 1em;
    padding-left: 35px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    left: -12px;
    border-radius: 5px;
}

.pln-iframe .result .fullbar {
    border: 1px solid white;
    padding: 0;
    background-color: #3e3e3e;
}

.pln-iframe .result .bar {
    position: relative;
    bottom: 0;
    height: 1.4em;
}

#message {
    position: fixed;
    top: 0;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    padding: 0;
    transition: opacity 0.5s, padding-top 0.5s;
}

#message .inner {
    position: relative;
    background-color: black;
    -moz-border-radius: 0.7em;
    /* Firefox */
    -webkit-border-radius: 0.7em;
    /* Safari, Chrome */
    -khtml-border-radius: 0.7em;
    /* KHTML */
    border-radius: 0.7em;
    /* CSS3 */
    border: 2px solid #666666;
    padding: 0em 1em;
    height: 0em;
    overflow: hidden;
    transition: height 0.5s, padding 0.5s, border-color 0.5s, background-image 0.5s;
    background-position: top right;
    background-repeat: no-repeat;
}

#message.show {
    z-index: 1001;
    opacity: 1;
    bottom: 0em;
    background: rgba(0, 0, 0, 0.9);
    padding-top: 2em;
}

#message.show .inner {
    height: 10em;
    padding: 1em;
}

#message .messagetext {
    text-align: left;
    font-size: 1.5em;
    height: 8em;
}

#message .messagetext .message {
    opacity: 0.3;
    min-height: 3em;
    -webkit-filter: blur(2px);
    /* Chrome, Safari, Opera */
    filter: blur(2px);
}

#message .messagetext .message:nth-child(1) {
    opacity: 1;
    -webkit-filter: none;
    /* Chrome, Safari, Opera */
    filter: none;
}

#message .messagetext .timer {
    float: right;
    clear: both;
    visibility: hidden;
    text-align: right;
    margin-left: 1em;
}

#message .messagetext .timer .of {
    color: #cccccc;
    font-weight: bold;
}

#message .messagetext .timer .time {
    color: #ccff33;
    font-weight: bold;
}

#message .messagetext .message:nth-child(1) .timer {
    visibility: visible;
}

#message button.closebutton {
    min-height: 4em;
    font-size: 0.8em;
    background-color: #C62828;
    color: white;
    margin: 10px;
    display: none;
    text-align: center;
    border-color: red;
}

#message.show button.closebutton {
    display: inline;
}

/*Popup-fönster*/
.modal-buttons {
    background-color: #3e3e3e;
    visibility: visible;
    padding: 0.2em 0;
    width: 100%;
}

.modal {
    border-color: black;
    border-style: solid;
    background-color: black;
    padding: 0 !important;
}

.modal-header {
    text-transform: uppercase;
    border: none !important;
}

.modal-subheader {
    height: 100% !important;
}

.modal-padding {
    padding-top: 1em
}

.modal h4 {
    text-align: center;
}

.modal-body {
    min-height: 690px;
    max-width: 1024px;
    margin-left: 0;
    margin-right: 0;
}

.modal-content {
    background-color: #3e3e3e !important;
    min-height: 500px;
    padding: 0 1em 0 1em;
    border-radius: 15px;
}

.modal-dialog {
    width: 100%;
    height: 100%;
    background-color: #3e3e3e !important;
    background: url(../img/gotland.jpg) no-repeat center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -font-family: "Helvetica Neue", Verdana, Geneva, sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    overflow-y: auto;
    margin: 0 !important;
}

.modal-content {
    height: auto;
    width: 100%;
}

.modal-aside {
    padding-left: 0;
}

.modal-form {
    width: 100%;
    padding-left: 0;
}

.modal-footer {
    border: none;
    width: 100%;
    bottom: 1em;
}

.modal-namelist {
    border: none;
    width: 100%;
    bottom: 1em;
}

.modal button {
    min-height: 4em;
}

.nav-buttons {
    padding: 0;
}

.modal-buttons {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 1em;
}

.emptylist {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.pln-modal-iframe {
    background-color: #222222 !important;
}

.leftsidebutton {
    color: white;
    border: none;
    font-size: 1.4em;
    font-weight: bold;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top 10px;
    background-size: 75px 35px;
    padding-top: 45px;
    vertical-align: text-bottom;
}

#btn-inbox {
    background-image: url(../img/mail1.png);
}

#btn-sentbox {
    background-image: url(../img/mail2.png);
}

#btn-newmsg {
    background-image: url(../img/mail0.png);
}

.btn-cancel {
    padding: 10px;
    padding-left: 2em;
    font-size: 0.8em;
    background-image: url(../img/cancel.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 40px 30px;
    text-align: center;
}

.btn-return {
    padding: 10px;
    padding-left: 2em;
    font-size: 0.8em;
    background-image: url(../img/cancel.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 40px 30px;
    text-align: center;
}

.btn-send {
    padding: 10px;
    padding-right: 2em;
    font-size: 0.8em;
    text-align: center;
    background-image: url(../img/send.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 40px 30px;
}

.close {
    float: right;
}

.headline {
    -moz-border-radius: 0.7em;
    /* Firefox */
    -webkit-border-radius: 0.7em;
    /* Safari, Chrome */
    -khtml-border-radius: 0.7em;
    /* KHTML */
    border-radius: 0.7em;
    /* CSS3 */
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
}

/*.txt-headline {
    border-bottom: 2px solid #ff9900;
}*/

.modal-input {
    -moz-border-radius: 0.5em;
    /* Firefox */
    -webkit-border-radius: 0.5em;
    /* Safari, Chrome */
    -khtml-border-radius: 0.5em;
    /* KHTML */
    border-radius: 0.5em;
    width: 100%;
    color: #333333;
}

.feedback {
    border-radius: 0.5em;
}

.body-text {
    max-height: 200px;
    overflow-y: auto;
}

.messages-list {
    -moz-border-radius: 0.5em;
    /* Firefox */
    -webkit-border-radius: 0.5em;
    /* Safari, Chrome */
    -khtml-border-radius: 0.5em;
    /* KHTML */
    border-radius: 0.5em;
    min-height: 380px;
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    border: 1px solid white;
}

.recipient-list {
    /*border: 2px solid #ff9900;*/
    margin-left: 0 !important;
    max-height: 200px;
    min-height: 200px;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    cursor: pointer;
    color: #333333;
    overflow-x: hidden;
}

.list-group-item {
    height: 4em;
    position: relative;
    display: block;
    padding: .4em 1em .4em 2em;
    *padding: .4em;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    font-size: medium;
    transition: all .2s ease-in-out;
}

.proposal-iframe {
    padding: 1em;
    font-size: medium;
}

.text-overflow {
    width: 350px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-group-item:hover {
    background-color: #797272 !important;
    text-decoration: dashed !important;
    cursor: pointer !important;
}

li span {
    padding-left: 1em;
    text-transform: uppercase;
}

li a b {
    color: #FFFFFF;
}

.add-remove-person {
    float: right;
    padding-right: 1em;
    color: #FFFFFF;
}

.tab-header {
    text-align: center;
}

#close-modal {
    color: white !important;
}

.modal-aside-padding {
    padding: 1em 1em 0 0;
}

aside .button {
    padding-right: 1em;
}

/*Scrollbar-style*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 1em;
    background-color: #F5F5F5;
    border-radius: 0.2em;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #333333;
}


/*Felmeddelanden*/
label.error {
    color: red;
    font-weight: bold;
    width: 100%;
    text-align: center;
    border-color: #ebccd1;
    padding: 1px 20px 1px 20px;
    margin-top: 0.5em;
}

@media (max-width: 995px) {
    .list-group-item {
        height: 6em;
    }
}

@media (max-width: 990px) {
    #foredragslista {
        margin-top: 1em;
    }

    .foredrag-iframe {
        height: auto;
    }

    .speakerlist {
        height: auto;
    }

    #pln-plenum .sub-header {
        padding-top: 16em;
    }

    .foredrag-iframe-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 720px) {

    #pln-plenum .sub-header {
        padding-top: 16em;
    }

    .leftsidebutton {
        font-size: 1em;
    }

    #btn-inbox {
        background-size: 40px 25px;
    }

    #btn-sentbox {
        background-size: 55px 25px;
    }

    #btn-newmsg {
        background-size: 50px 25px;
    }

    .btn-changepwd {
        font-size: 0.8em;
    }

    .btn-logout {
        font-size: 0.8;
        background-size: 20px 15px;
    }
}

@media (max-width: 640px) {
    .emptylist {
        padding-left: 2.5em;
    }

    .meeting-link {
        font-size: x-small;
    }


    .buttons-footer-row {
        margin-top: 1em;
    }

    .voteresultpane {
        padding-left: 0;
        padding-right: 1.2em;
        padding-bottom: 1em;
    }

    .voterespict {
        padding-left: 0;
    }

    .votesum-row {
        margin-right: 1em;
    }

    #pln-plenum .votereq {
        padding-left: 1em;
    }

    .leftsidebutton {
        font-size: 0.6em;
    }

    #btn-inbox {
        background-size: 30px 20px;
    }

    #btn-sentbox {
        background-size: 30px 20px;
    }

    #btn-newmsg {
        background-size: 30px 20px;
    }

    div#pln-seatlist button.seat {
        border: 1px solid #cecece;
        height: 3em;
        font-size: 0.6em;
    }

    div#pln-seatlist button.seat.availible {
        border: 2px solid #00CC00;
        font-size: 0.8em;
        background-size: 30px 30px;
    }

    #pln-plenum .topbar {
        min-height: 4.5em;
    }

    #pln-plenum .header .topbar .person {
        font-size: 1em;
        padding-left: 0;
        padding-right: 0;
        color: white;
    }


    #pln-plenum .header .topbar .person .nr {
        font-size: 1.4em;
        color: white;
        vertical-align: middle;
        border: 1px solid white;
        background-image: none;
        background-color: transparent;
        padding-left: 10px;
    }

    #pln-plenum .header .topbar .person .name {
        vertical-align: middle;
    }

    .foredrag {
        font-size: 1.2em;
        background-size: 35px 30px;
    }

    .arendetext {
        font-size: 1em;
    }

    #pln-plenum .subject {
        padding-left: 0;
    }

    .hidesmall {
        display: none;
    }

    #pln-plenum .header .logo {
        display: none;
    }

    #message .messagetext {
        font-size: 1em;
    }

    #pln-plenum .sub-header {
        padding-top: 16em;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }


    .recipient-list {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 1em;
    }

    .recipient-list ol {
        width: 100%;
        counter-reset: li;
        list-style: none;
        *list-style: decimal;
        font-size: 15px;
        font-family: 'Raleway', sans-serif;
        padding: 0;
        margin: 0;
        margin-bottom: 4em;
    }

    .recipient-list ol ol {
        margin: 0 0 0 0em;
        padding: 0;
    }

    .recipient-list .list-group-item {
        position: relative;
        display: block;
        padding: .4em 1em .4em 2em;
        *padding: .4em;
        margin: .5em 0;
        background: rgba(0, 0, 0, 0.3);
        color: #FFFFFF;
        text-decoration: none;
        -moz-border-radius: .3em;
        -webkit-border-radius: .3em;
        border-radius: 10em;
        transition: all .2s ease-in-out;
    }

    .recipient-list .list-group-item:hover {
        background: #d6d4d4;
        text-decoration: none;
        /*transform: scale(1.1);*/
    }

    .recipient-list .list-group-item:before {
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #93C775;
        height: 2em;
        width: 2em;
        line-height: 2em;
        border: .3em solid #fff;
        text-align: center;
        font-weight: bold;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        border-radius: 2em;
        color: #FFF;
    }
}