﻿
:root {
    --skyBlue: #c1d1ea;
    --lightBlue: #436db3;
    --blue: #0043A8;
    --lightGreen: #6AB023;
    --darkGreen: #4a7f51;
    --yellow: #f7af49;
    --textAreaHighlight: #fcf8e2;
    --ultraLightGrey: #f4f4f4;
    --lightGrey: #CCCCCC;
    --red: #ec130e;
    --darkGrey: #333333;
    --turquoise: #2a8194;
    --selectedColor: #b7dbf3;
    --tableHover: #f3f9fd;
    --grey: #666666;
    --notificationColor: #fdfced;
    /*--btnDefault: #436db3;*/
    --btnDefault: var(--lightBlue);
    --btnSecondary: #4a68c5;
    --btnDisabled: #b4c5e1;
    --btnStart: var(--lightGreen);
    --voteGreen: #009900;
    --StartGreen: #4A7F51;
}

.bgSkyBlue {
    background-color: var(--skyBlue);
}

.bgUltraLightGrey {
    background-color: var(--ultraLightGrey);
}

.bgLightGrey {
    background-color: var(--lightGrey);
}

.green {
    color: var(--lightGreen);
}

.bgWhite {
    background-color: white;
}

.ribbon {
    display: inline-block;
    width: 100%;
    background-color: var(--turquoise);
    padding: 5px 5px;
    margin-bottom: 5px;
}

.rStatus {
    background-color: transparent;
    min-width: 99px;
}


.headerButtons > div {
    margin-left: 10px;
    display: inline-block;
    vertical-align: bottom;
}

.margin-l {
    margin-left: 20px;
}

.verticalMargin {
    margin-top: 20px;
    margin-bottom: 20px;
}

.inline-block {
    display: inline-block;
}

.bottom,
.bottom * {
    vertical-align: bottom;
}


td a, td span, #MeetingInfo0 span, .CntrTitle span, .TblCell, .CntrContent div, .CntrContent span {
    overflow-wrap: break-word;
}

.topWithPadding {
    box-sizing: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top {
    vertical-align: top;
}

ins {
    text-decoration: none;
    background-color: #d4fcbc;
}

del {
    text-decoration: line-through;
    background-color: #fbb6c2;
    color: #555;
}

.turqDivider {
    margin-left: -30px;
    margin-right: -30px;
    background-color: var(--turquoise);
    height: 5px;
}

.turqTopBorder {
    padding-bottom: 100px;
    border-top-color: var(--turquoise);
    border-top-width: 5px;
    border-top-style: solid;
    min-height: 200px;
}


.ui-dialog {
    padding: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 4.5px 5.362px 7px 0px rgba(0, 0, 0, 0.55);
    max-height: 100vh;
}

    .ui-dialog .ui-dialog-titlebar {
        border-bottom-color: var(--turquoise);
        border-bottom-width: 5px;
        border-bottom-style: solid;
    }

    .ui-dialog .ui-dialog-title {
        font-size: 1.5em;
        width: 95%;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        background-color: Transparent;
        border: 0;
        background-image: url('/Content/Images/icons8-close.svg');
        background-size: 35px 35px;
        width: 35px;
        height: 35px;
        top: 35%;
    }

    .ui-dialog .ui-dialog-content {
        overflow-y: auto;
        padding: 0;
    }


.ui-button-text-only .ui-button-text {
    padding: 2px 5px 2px 5px;
}

.ui-tabs {
    padding: 0;
    background: none;
}

    .ui-tabs .ui-tabs-nav {
        padding: 0;
    }

        .ui-tabs .ui-tabs-nav li {
            margin: 0;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            padding: 0.2em 0.5em;
            outline: 0;
            color: #000000;
            font-weight: normal;
        }

    .ui-tabs .ui-tabs-panel {
        background-color: white;
        border: 1px solid #aaaaaa;
        border-radius: 0;
        padding: 0;
    }

/* jquery.ui.datepicker */

.ui-datepicker {
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #B8B8B8;
    box-shadow: 4px 4px 16px #888;
}

/* jquery.ui.progressbar */
.ui-progressbar {
    height: 16px;
    position: relative;
    margin-bottom: 10px;
    overflow: initial;
}

    .ui-progressbar .ui-progressbar-value {
        background-color: silver;
        margin: 0;
    }

/* jquery.ui.theme */

.ui-widget-header {
    border-bottom: 0;
    font-weight: bold;
}


.ui-widget {
    font-family: Calibri, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 1em;
}

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Calibri, 'Segoe UI', Helvetica, Arial, sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border-width: 0;
    background: white;
    color: #222222;
}

    .ui-widget-content a {
        color: var(--lightBlue);
    }

.ui-widget-header {
    border-width: 0;
    background: none;
    color: #222222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222222;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #aaaaaa;
        background: #d5d5d5;
    }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        background: #eaeaea;
    }

.ui-widget-overlay {
    background: #aaaaaa;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-bottom,
.ui-corner-bl,
.ui-corner-br {
    border-radius: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background-color: #ffffff;
}

/* jquery.ui.menu */
/* jquery.ui autocomplete */

.ui-menu {
    list-style: none;
    padding: 0px;
    margin: 0;
    display: block;
    border: 1px solid silver;
    font-size: 12px;
    background: #fff;
}

    .ui-menu .ui-menu-divider {
        margin: 0;
        border: 0;
    }

.ui-menu-item {
    background-color: #ffffff;
}

    .ui-menu-item a {
        color: #000000;
    }

    .ui-menu-item:hover {
        background: #007fff;
        color: #ffffff;
    }

        .ui-menu-item:hover a {
            color: #ffffff;
        }

.ui-state-focus a {
    color: #000000;
}

/* evo colorpicker fixes */

.evo-pop {
    margin-top: 1px;
    border: 1px solid silver;
}

/* common */
body {
    font-family: Calibri, 'Segoe UI', Helvetica, Arial, sans-serif;
}


a {
    color: var(--lightBlue);
}

img {
    border: 0;
}

select,
input {
    border: 1px solid silver;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

textarea,
.textareadiv {
    width: 100%;
    border: 1px solid silver;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    resize: vertical;
    background-color: #ffffff;
}

#sessionexpiring {
    background: var(--lightBlue);
    padding: 10px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    display: none;
    cursor: pointer;
}

#smallwindowwarning {
    background: var(--lightBlue);
    padding: 10px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    display: none;
    cursor: pointer;
}

#operation-count {
    position: absolute;
    right: 5px;
    top: 5px;
    border: 1px solid black;
    background: #ffffff;
    padding: 0 3px;
    z-index: 400;
}

#loadingindicatorCntr {
    z-index: 190;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: wait;
    filter: alpha(opacity=25);
    moz-opacity: .25;
    opacity: .25;
    o-opacity: 0.25;
    khtml-opacity: 0.25;
}

#loadingindicatorTxt {
    font-weight: bold;
    color: #09589e;
    font-size: 1.1em;
}

#loadingindicator {
    position: absolute;
    z-index: 200;
    min-width: 200px;
    padding: 30px;
    text-align: center;
    background-color: #ffffff;
    font-weight: bold;
    color: #09589e;
    display: none;
    border: 1px solid rgb(0, 114, 188);
}

#content {
    padding: 0 30px;
}

#content-footer {
    border: 1px solid #898989;
    padding: 5px 5px 5px 20px;
    color: #FFFFFF;
    background-color: #929292;
    background: -moz-linear-gradient(center top, #777777, #929292) repeat scroll 0% 0% transparent;
}

    #content-footer a {
        color: #FFFFFF;
    }

.progressBar {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    padding: 200px 20px 200px 20px;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}

.clear {
    clear: both;
}

.languagemenu {
    padding: 3px 0px 3px 0;
    text-decoration: none;
    color: white;
}

.menuIcon {
    height: 40px;
    width: 40px;
    background-color: var(--lightBlue);
    border-radius: 4px;
    /*transform: translateY(-45px);*/
    border: none;
}

    .menuIcon:hover {
        background-color: var(--blue);
    }

    .menuIcon:focus {
        border: none;
    }

    .menuIcon svg {
        margin: 0px;
    }



.size20 {
    width: 20px;
    height: 20px;
}

.size24 {
    width: 24px;
    height: 24px;
}

.size25 {
    width: 25px;
    height: 25px;
}

.size30 {
    width: 30px;
    height: 30px;
}

.size40 {
    width: 40px;
    height: 40px;
}

.size44 {
    width: 44px;
    height: 44px;
}



.iconBlue {
    --color: var(--lightBlue);
}

.iconRed {
    --color: var(--red);
}

.iconWhite {
    --color: white;
}

.fill {
    fill: var(--color);
}

.fill1 path:nth-of-type(1) {
    fill: var(--color);
}

.fill2 path:nth-of-type(2) {
    fill: var(--color);
}

.fill3 path:nth-of-type(3) {
    fill: var(--color);
}

.fill4 path:nth-of-type(4) {
    fill: var(--color);
}

.fill5 path:nth-of-type(5) {
    fill: var(--color);
}

.stroke1 path:nth-of-type(1) {
    stroke: var(--color);
}

.stroke2 path:nth-of-type(2) {
    stroke: var(--color);
}

.stroke3 path:nth-of-type(3) {
    stroke: var(--color);
}

.stroke4 path:nth-of-type(4) {
    stroke: var(--color);
}

.stroke5 path:nth-of-type(5) {
    stroke: var(--color);
}

.fill_white path, .fill_white path g {
    fill: white
}

.colorBlue {
    color: var(--lightBlue);
}

.fill_blue path,
.fill_blue path g {
    fill: var(--lightBlue) !important;
}

    .fill_blue path
    .fill_grey path,
    .fill_grey path g {
        fill: var(--grey) !important;
    }

.fill_red path,
.fill_red path g {
    fill: var(--red) !important;
}

.fill_greenStart path,
.fill_greenStart path g {
    fill: var(--StartGreen) !important;
}

.stroke_blue path,
.stroke_blue line,
.stroke_blue path g {
    stroke: var(--lightBlue) !important;
}

.stroke_red path,
.stroke_red path g {
    stroke: var(--red) !important;
}



.stroke_grey path,
.stroke_grey path g {
    stroke: var(--grey) !important;
}

.CommitteeList {
    max-height: 500px;
    overflow-x: hidden;
    max-width: 30vw;
    min-width: 200px;
    overflow-y: auto;
}

.VoteColumn {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.VoteContainer {
    border: 2px solid #cccccc;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.VoteBlock {
    width: inherit;
    height: 30px;
}

.meetingVoteBlock {
    width: 50px;
    height: 30px;
    margin-bottom: 3px;
    text-align: center;
}

.collapsing {
    transition: height 0.5s linear;
}

.VoteResultScroll {
    overflow-y: scroll !important;
    max-height: max-content !important;
}

.MenuTitle {
    font-size: 1.3em;
    margin-left: 0;
    margin-right: 0px;
    font-weight: bold;
}


.v-align {
    vertical-align: middle;
    display: inline-block;
}


/*-----NEW RIBBON------*/

/*horizontal ribbon*/
ul.horizontal {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 30px;
}

    ul.horizontal.Modal {
        margin-bottom: 0px;
        padding: 0 0px;
    }

    /*item in ribbon*/
    ul.horizontal > li {
        float: left;
    }

/*CM3 color for ribbon*/
ul.ribbon {
    background-color: var(--turquoise);
}

    ul.ribbon.black {
        background-color: var(--darkGrey);
    }

    /*text in item*/
    ul.ribbon li a {
        display: block;
        color: white;
        padding: 5px 16px;
        text-decoration: none;
    }

    ul.ribbon.black li a {
        padding: 5px 10px;
    }


/*coloring for Search icon*/
ul.horizontal li a.searchIcon {
    stroke: black;
}

/*color change on mouse hover, doesn't include Search and Settings Dropdown actions*/
ul.ribbon li a:focus:not(.active):not(.searchIcon) svg path,
ul.ribbon li a:hover:not(.active):not(.searchIcon) svg path,
ul.ribbon li:not(.show) a:focus:not(.active):not(.dropdown-item):not(.IconDisabled),
ul.ribbon li:not(.show) a:hover:not(.active):not(.dropdown-item):not(.IconDisabled) {
    background-color: #95c0ca;
    color: black;
    fill: black;
}

ul.ribbon.black li a:focus:not(.active):not(.searchIcon) svg path,
ul.ribbon.black li a:hover:not(.active):not(.searchIcon) svg path,
ul.ribbon.black li:not(.show) a:focus:not(.active):not(.dropdown-item):not(.IconDisabled),
ul.ribbon.black li:not(.show) a:hover:not(.active):not(.dropdown-item):not(.IconDisabled) {
    background-color: #666666;
    color: white;
    fill: white;
}
/*color change for Search*/
ul.ribbon li a.searchIcon:focus:not(.active):not(.dropdown-item),
ul.ribbon li a.searchIcon:hover:not(.active):not(.dropdown-item) {
    background-color: #95c0ca;
    color: black;
}

ul.ribbon.black li a.searchIcon:focus:not(.active):not(.dropdown-item),
ul.ribbon.black li a.searchIcon:hover:not(.active):not(.dropdown-item) {
    background-color: #666666;
    color: white;
}
/*color change for icons inside items*/
ul.ribbon li a.searchIcon:focus:not(.active) svg path,
ul.ribbon li a.searchIcon:hover:not(.active) svg path {
    stroke: black;
}

ul.ribbon.black li a.searchIcon:focus:not(.active) svg path,
ul.ribbon.black li a.searchIcon:hover:not(.active) svg path {
    stroke: white;
}

/*active selection*/
ul.ribbon li.show a,
ul.ribbon li.show a svg path,
ul.ribbon li a.active:not(.searchIcon) svg path,
ul.ribbon li a.active:not(.searchIcon):not(.dropdown-item) {
    color: black;
    background-color: white;
    fill: black;
}
/*active Search selection*/
ul.ribbon li a.active.searchIcon {
    color: black;
    background-color: white;
}
    /*active selection icon color*/
    ul.ribbon li a.active.searchIcon svg path {
        stroke: black
    }


ul.ribbon.black li a.IconDisabled svg path {
    fill: #717171 !important
}

ul.ribbon.black li a.IconDisabled {
    background-color: var(--darkGrey);
}
/******************************************/

.TextAreaLabel {
    font-size: 18px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25.5px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 19.5px;
        width: 19.5px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: var(--lightGreen);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--lightGreen);
}

input:checked + .slider:before {
    -webkit-transform: translateX(19.5px);
    -ms-transform: translateX(19.5px);
    transform: translateX(19.5px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 25.5px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/*****************************************/
.action {
    display: inline-block;
    margin: 0 0 0 0px;
    color: #ffffff;
    text-decoration: none;
    background: var(--lightBlue);
    /*font-weight: bold;*/
    padding: 3px 5px;
}

.uppercase {
    text-transform: uppercase;
}

.autoslide {
    display: none;
}

h1 {
    font-size: 1.7rem;
    font-weight: normal;
    line-height: .8em;
    letter-spacing: -.05em;
    margin: 0;
}

    h1 .date,
    h1 .location {
        color: #8f8f8f;
    }

h3, .h3 {
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: -.01em;
    color: var(--grey);
}

/* header */

header {
    background: #ffffff;
    padding: 0 30px;
}

#logo {
    display: block;
    /*    padding: 20px 0 0 0;*/
    float: left;
    padding: 10px 0;
}

#userCntr {
    float: right;
    white-space: nowrap;
    padding-left: 25px;
}

#customer-logo {
    height: 62px;
    float: right;
    display: block;
}

#maintenanceFrame {
    border: none;
    display: block;
    width: 33%;
    height: 62px;
    padding: 10px 0;
    float: right;
}

/* ribbon */

nav { /*Poistetaan kun kaikki uudistamiset on toteutettu*/
    display: block;
    border-left: 1px solid #ffffff;
    min-height: 72px;
    z-index: 100;
    position: relative;
}

    nav ul {
        display: block;
        visibility: hidden;
        margin: 0;
        padding: 0;
    }

        nav ul li {
            list-style-type: none;
            display: block;
            float: left;
            width: 80px;
            height: 72px;
            border-right: 1px solid #ffffff;
            background-size: 42px 42px;
            background-repeat: no-repeat;
            background-position: center 5px;
            padding: 2px;
        }

            nav ul li:last-child {
                border-right: 1px solid #ffffff;
            }

            nav ul li a {
                text-decoration: none !important;
                display: block;
                text-align: center;
                /*font-size: small;*/
                font-size: 12px;
                /*width: 50px;*/
                height: 72px;
                line-height: .8em;
                font-weight: normal;
                color: #000000;
                outline: 0;
            }

.level2 li a {
    font-weight: normal;
}

nav ul li span {
    padding-top: 50px;
    /*width: 50px;*/
    display: block;
}

.emailinvitationBox {
    height: 80vh;
    overflow-y: hidden;
    display: flex;
}

    .emailinvitationBox .tableContainer {
        max-height: calc(100% - 100px);
        overflow-y: auto;
        width: 100%;
    }

nav li#menu-emailInvitation,
nav li#menu-sendMail {
    background-image: url("/Content/Images/icons8-new-post 32px FFFFFF.svg");
}

nav li#menu-saveTemplate {
    background-image: url("/Content/Images/icons8-template 32px FFFFFF.svg");
}

td label {
    margin-bottom: 0;
}

nav li#menu-manage {
    background-image: url('/Content/Images/manage-FFFFFF.svg');
}

nav li#menu-create {
    background-image: url('/Content/Images/create-FFFFFF.svg');
}

nav li#menu-read {
    background-image: url('/Content/Images/read-FFFFFF.svg');
}

nav li#menu-editagenda {
    background-image: url('/Content/Images/agenda-FFFFFF.svg');
}

nav li#menu-edit,
nav li#menu-saveSeating {
    background-image: url('/Content/Images/edit-FFFFFF.svg');
}

nav li#menu-report {
    background-image: url('/Content/Images/reports-FFFFFF.svg');
}

nav li#menu-meetingroomDisplay,
nav li#menu-toggleVotingResultsPanel,
nav li#menu-refreshMeetingroomDisplay,
nav li#menu-showMeetingroomDisplay {
    background-image: url('/Content/Images/show-on-screen-FFFFFF.svg');
}

/*nav li#menu-protocolreport,*/
nav li#menu-participantreport,
nav li#menu-meetingreport,
nav li#menu-presencereport,
nav li#menu-personalnotesreport,
nav li#menu-votingsreport,
nav li#menu-votingsreport2,
nav li#menu-mynotesreport {
    background-image: url('/Content/Images/document-FFFFFF.svg');
}

nav li#menu-editseatingarrangement,
nav li#menu-createmeeting,
nav li#menu-editmeeting,
nav li#menu-linkmeetings,
nav li#menu-startmeeting,
nav li#menu-newUser,
nav li#menu-usermanagement {
    background-image: url('/Content/Images/meeting-FFFFFF.svg');
    /*background-position: 17px 10px;*/
}

nav li#menu-createDecision {
    background-image: url('/Content/Images/decision-FFFFFF.svg');
}

nav li#menu-remove {
    background-position: -288px -96px;
}

nav li#menu-editcounterproposal,
nav li#menu-createCounterProposal {
    background-image: url('/Content/Images/counter-proposal-FFFFFF.svg');
}

nav li#menu-editcommittee,
nav li#menu-createcommittee {
    background-image: url('/Content/Images/committee-FFFFFF.svg');
}

nav li#menu-editmembers {
    background-image: url('/Content/Images/present-absent-FFFFFF.svg');
}

nav li#menu-editgroups {
    background-image: url('/Content/Images/present-absent-FFFFFF.svg');
}

nav li#menu-createEditedDecProposal {
    background-image: url('/Content/Images/edit-dec-proposal3_ffffff_30svg.png');
}

nav li#menu-present {
    background-image: url('/Content/Images/present-absent-FFFFFF.svg');
}

nav li#menu-vote,
nav li#menu-editvoting,
nav li#menu-createvoting {
    background-image: url('/Content/Images/vote-FFFFFF.svg');
}

nav li#menu-readpdfagenda {
    background-image: url('/Content/Images/pdf-FFFFFF.svg');
}

nav li#menu-readpdfprotocol {
    background-image: url('/Content/Images/pdf-FFFFFF.svg');
}

nav li#menu-readhtmlprotocol {
    background-image: url('/Content/Images/html-FFFFFF.svg');
}

nav li#menu-askfloor {
    background-image: url('/Content/Images/floor-FFFFFF.svg');
}

ul li.status,
ul li.status span,
ul li.status a,
ul li.status:hover,
ul li.status:hover a span {
    background-image: none;
    float: right;
    border-right: none;
    background-color: #dadada;
    color: #000000;
    width: 200px;
    text-align: right;
}

.magenta,
nav.hover ul li:hover {
    background-color: var(--lightBlue); /*magenta*/
}

    nav.hover ul li:hover a span {
        color: #ffffff;
    }

nav ul li ul {
    margin: -2px;
    padding: 0;
    display: none;
    border-top: 1px solid #ffffff;
}

nav.hover ul li:hover ul {
    display: block;
}

/*ribbon sub items box*/
nav ul li ul li {
    z-index: 200;
    position: relative;
    border-right: 0;
    background-color: #dadada; /*harmaa*/
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 10px center;
    border-bottom: 1px solid #ffffff;
    width: 200px;
    height: 40px;
    padding: 2px;
}

    nav ul li ul li a {
        font-size: small;
        /*width: 193px;*/
        height: 40px;
        padding-top: 0;
    }

nav.hover ul li:hover ul li a span {
    color: #000000; /*musta*/
}

nav.hover ul li:hover ul li:hover a span {
    color: #ffffff; /*valkoinen*/
}

nav ul li ul li a span {
    height: 35px;
    padding: 0 0 0 45px;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
}

nav li#menu-editsettings {
    background-image: url('/Content/Images/manage-FFFFFF.svg');
}

nav li#menu-editroles,
nav li#menu-editplaces {
    background-image: url('/Content/Images/meeting-FFFFFF.svg');
}

/* content */

.removed {
    text-decoration: line-through;
    color: #aaaaaa;
}

#single-column {
    background: #ffffff;
    padding: 30px 0 40px 40px;
}

#two-columns-left {
    background: #ffffff;
    float: left;
    width: 65%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid silver;
}

.fileColumn {
    padding: 5px 0 40px 0px;
    /*border-bottom: 1px solid silver;*/
}



#two-columns-left2 {
    background: #ffffff;
    /*box-shadow: 8px 0 16px #cccccc;*/
    padding: 5px 20px 20px 20px;
    float: left;
    width: 25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

.backbox {
    height: 100%;
    background: #ffffff;
    /*box-shadow: 4.5px 5.362px 7px 0px rgba(0, 0, 0, 0.55);*/
}

.closeCell {
    padding-right: 15px;
    width: 10%;
    white-space: nowrap;
}

.header {
    width: 10%;
    white-space: nowrap;
    padding-right: 10px;
}

.scrollContainer {
    overflow-y: auto;
}

.input {
    min-width: 150px;
    width: 40%;
    /*cursor: pointer;*/
}

    .input.um {
        width: 80%;
    }


.box {
    padding: 10px 10px 0px 10px;
    margin: 10px 0 10px 0;
    width:600px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    overflow: hidden;
    background-color: white;
    border: 1px solid #aaaaaa;
    border-radius: 0;
    white-space:nowrap;
}
    .box .settingTitle{
        font-size: 16px;
        font-weight: bolder;
        padding-bottom: 10px;
    }
    .box form {
        padding-bottom: 25px;
    }
    .box form h2{
        padding-top: 10px;
    }


.removeMarginsAndPadding {
    margin: 0px;
    padding-top: 0;
    padding-bottom: 0;
}

.breadcrumbs {
    font-size: 12px;
    display: none;
}

/*murupolku linkit*/

#two-columns-left span a,
#two-columns-left2 span a {
    color: black;
}


#two-columns-right {
    float: right;
    width: 35%;
    padding: 20px 0px 20px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*margin-left: 65%;
    position: fixed;*/
    overflow-y: scroll;
    box-sizing: border-box;
    overflow: auto;
}


#side-container {
    /*min-height: 100vh;*/
    padding: 20px 0px 20px 20px;
    /*padding: 0;*/
    overflow: hidden;
    top: 0px;
    overflow-y: auto;
}

#main-container {
    overflow-y: auto;
    padding-left: 0px;
}

.emptyImage {
    border: none;
    display: inline-block;
    visibility: hidden
}

.infoTextBox-container {
    position: relative;
    justify-content: center;
}

    .infoTextBox-container input {
        width: 100%;
        height: 30px;
        border-radius: 2px;
    }

    .infoTextBox-container button {
        position: absolute;
        bottom: 2px;
        right: 0;
    }

.setting-container {
    position: relative;
    font-size: 18px;
    display: grid;
    margin-right: 0.5em;
    justify-items: center;
    align-items: center;
    grid-auto-flow: column;
    grid-template-columns: auto auto 1fr;
}

.settingBtn.revert {
    text-align: center;
    vertical-align: middle;
    display: flex;
}

.settingBtn a {
    font-size: 20px;
    text-decoration: none;
}

.settingBtn img {
    vertical-align: middle;
}

.settingBtn span {
    display: inline;
    vertical-align: middle;
}

.settingBtn rect {
    fill: var(--lightBlue) !important;
}

.settingBtn path {
    fill: var(--lightBlue) !important;
}

.setting-container .settingBtn {
    margin-left: 0.5em;
}

#two-columns-right2 {
    float: right;
    width: 75%;
    padding: 20px 0px 20px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.textareaHighlight {
    background-color: var(--textAreaHighlight);
}
/* controls */

section.control {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 7px 0 7px 0;
    font-size: larger;
    font-weight: bold;
    line-height: 1.5;
}

.h2Margin {
    margin-top: 9px;
}

section.control ol, section.control ul {
    margin: 0;
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
}

#side-container section.control ul,
#side-container section.control ol,
#two-columns-right section.control ul,
#two-columns-right section.control ol,
#two-columns-right2 section.control ul,
#two-columns-right2 section.control ol {
    padding: 0 0 0 20px;
}

section.control ol li, section.control ul li {
    list-style-type: none;
    padding: 3px 10px 0 0;
    margin: 0;
}

section.control strong {
    text-transform: uppercase;
    color: var(--lightBlue);
    font-weight: bold;
}

section.control label {
    color: #000000;
    display: inline-block;
    width: 120px;
}


.required {
    color: var(--lightBlue);
}

#dialog input[type="radio"] {
    width: 15px;
}

.tabpage ul, .tabpage ol {
    margin: 0 20px;
    padding: 0;
}

.tabpage li {
    list-style-type: none;
}

.selectablelist li {
    cursor: pointer;
}

    .selectablelist li:hover {
        background: #f0f0f0;
    }

.selected {
    color: var(--lightBlue);
    background-color: #f0f0f0;
}

.itemsymbol {
    display: inline-block;
    float: right;
    margin: 3px;
}

.error {
    background: #440000;
    padding: 4px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    margin-right: 20px;
    text-align: center;
}

.d10ErrorBox {
    padding: 10px;
    border: #efd3d7;
    background: #f2dede;
    color: #bb4945;
}

/* COMMON */

#loadingindicatorPercentage {
    position: absolute;
    left: 45%;
    font-size: 14px;
    font-weight: bold;
}

#LogInPanel {
    padding-bottom: 15px;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
}

#ErrorDlg {
    overflow: hidden;
}

.YesNoDlg,
.InputDlg {
    padding: 5px 20px 5px 30px;
    max-height: 300px;
    overflow-y: auto;
}

.okBtn,
.voteButton,
.removeBtn,
.btn,
#YesNoDlg_BtnYes,
#MsgDlg_BtnOk,
#InputDlg_BtnYes,
#ErrorDlg_BtnOk {
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    font-weight: normal;
    padding: 2px 5px 2px 5px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.okBtn {
    background-color: var(--btnDefault);
    color: white;
}

    .okBtn:disabled {
        background-color: var(--btnDisabled);
        color: white;
        cursor: default;
    }


.removeBtn {
    border: 1px solid;
    background-color: white;
    color: var(--btnDefault);
}

    .removeBtn:disabled {
        color: #bcbcbc;
        background: #ececec;
        cursor: default;
    }

.voteButton {
    background-color: var(--btnStart);
    color: white;
}

.iconBtn,
.iconBtn > * {
    text-decoration: none !important;
    font-weight: normal;
}
/*Hides overflow from span element (need to set max-width separately)*/
.textoverflow {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-blue,
#YesNoDlg_BtnYes,
#MsgDlg_BtnOk,
#InputDlg_BtnYes,
#ErrorDlg_BtnOk {
    border: 1px solid var(--lightBlue);
    background: var(--lightBlue);
    color: white;
}

.btnDisabled {
    /*border-color: #ff81c8;*/ /*#ff9dd4;*/
    background-color: var(--btnDisabled);
    color: white;
    cursor: default;
}

.btnPresent {
    border: 1px solid; /*{borderColorDefault}*/
    color: white;
    background-color: var(--StartGreen); /*#d5d5d5*/
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    font-weight: normal /*{fwDefault}*/;
    padding: 2px 5px 2px 5px;
}

.btnAway {
    border: 1px solid; /*{borderColorDefault}*/
    color: white;
    background-color: var(--red); /*#d5d5d5*/
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    font-weight: normal /*{fwDefault}*/;
    padding: 2px 5px 2px 5px;
}


.btn2,
#YesNoDlg_BtnNo,
#InputDlg_BtnCancel {
    border: 1px solid; /*{borderColorDefault}*/
    color: var(--btnSecondary);
    background-color: white; /*#d5d5d5*/
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    font-weight: normal /*{fwDefault}*/;
    padding: 2px 5px 2px 5px;
}



.btn2Disabled {
    color: #bcbcbc;
    background: #ececec;
    cursor: default;
}

.btn3 {
    border: 1px solid var(--lightBlue);
    background: var(--lightBlue);
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    font-weight: normal;
    padding: 2px 5px 2px 5px;
    text-transform: uppercase;
    width: 30px;
}

/*vihreä tausta*/
.btn4 {
    border: 1px solid #b8b8b8;
    background: #6ab023;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    font-size: 1em;
    text-decoration: none;
    font-weight: normal;
    padding: 2px 5px 2px 5px;
    text-transform: uppercase;
    width: 30px;
}


#InputDlgValue {
    width: 100%;
    border: 1px solid silver;
}

.noWrap {
    white-space: nowrap;
}

.wrap {
    white-space: normal;
}

.noOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

.HeaderOverflow {
    overflow: visible;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.fontItalic {
    font-style: italic;
}

.noFocus {
    outline: 0;
}

.noPadding {
    padding: 0;
}

.hidden {
    display: none;
}

.Tbl {
    width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

    .Tbl td {
        padding-bottom: 5px;
        padding-left: 5px;
    }

.FixLayout {
    table-layout: fixed;
}

.EditParticipantHeader {
    width: 100%;
    padding-bottom: 15px;
}

    .EditParticipantHeader .toggle {
        margin-left: auto;
        padding-top: 10px;
    }

.TblRow {
    cursor: pointer;
    border-bottom: 1px solid var(--lightGrey);
}

    .TblRow td {
        padding-right: 20px;
        height: 65px;
    }

    .TblRow.defaultPadding td {
        padding-right: 0px;
        padding-left: 0px;
    }

    .TblRow .padLeft {
        margin: auto;
    }

        .TblRow .padLeft a {
            padding-left: 5px;
        }

    .TblHRow .centerContentCell,
    .TblRow .centerContentCell {
        padding-right: 1px;
        text-align: center !important;
        display: table-cell;
        width: 60px;
    }

        .TblHRow .centerContentCell .clickableArea,
        .TblRow .centerContentCell .clickableArea {
            display: inline-flex;
            align-items: center !important;
        }

        .TblHRow .centerContentCell input.LargeCheckBox,
        .TblRow .centerContentCell input.LargeCheckBox {
            margin: 10px; /*Dirty solution*/
        }

input.LargeCheckBox {
    transform: scale(2);
}

.TblRowNoHover {
    height: 40px;
    border-bottom: #e1e1e1;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

    .TblRowNoHover a {
        text-decoration: none;
    }

.TblRow:hover {
    background: var(--tableHover);
}


.TblCell {
    vertical-align: middle !important; /*override bootstrap table attributes*/
    padding: 0 !important;
    border-top: 0 !important;
}

    .TblCell a, button {
        padding-right: 5px;
    }

    .TblCell .AgendaItem {
        width: 40px;
    }

    .TblCell .VotingIcon {
        width: 30px;
        padding-right: 1px;
        display: flex;
        text-align: center;
        justify-content: center;
    }

        .TblCell .VotingIcon a {
            text-align: center;
        }

    .TblCell > button {
        margin: 0 2px;
    }


.tdPadding {
    padding: 0px 10px 10px 5px;
}

.TblCellPL {
    vertical-align: top;
    padding-left: 5px;
}

.TblHRow {
    color: var(--lightBlue);
    font-size: 18px;
    min-height: 50px;
    border-bottom: 1px solid var(--lightGrey);
}

.TblHCell {
    height: 40px;
    text-align: left;
    vertical-align: middle;
    background-color: #f4f2f2;
}

    .TblHCell.margin {
        width: 10px;
    }

.TlbH1 {
    width: auto;
    min-width: 150px
}

.TblH2 {
    max-width: 200px;
    min-width: 150px;
}

.TlbH3 {
    width: 60px;
}

#myMaterials {
    display: grid;
    grid-template-rows: auto;
    align-items: start;
}

#content-holder {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.Cntr /*control, section.control*/ {
    margin: 0;
    padding: 0;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.CntrActions {
}

.CntrAction {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
    outline: 0px none;
    text-decoration: none !important;
}

#side-container .CntrAction {
    display: table;
}

.toggleHeader {
    background-image: url("/Content/Images/close-section-BFBFBF.svg");
    opacity: 0.3;
}

    .toggleHeader.closed {
        background-image: url("/Content/Images/open-section-BFBFBF.svg");
    }

.CntrAction_CloseContent {
    background-image: url("/Content/Images/arrow_right.svg");
    transform: rotate(90deg);
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    cursor: pointer;
    z-index: 90;
}

div.CntrAction_OpenContent div span.CntrAction_CloseContent {
    transform: rotate(0deg);
}

.rotate90 {
    transform: rotate(90deg);
}


.CntrAction_OpenPdf /*a.pdf*/ {
    background-image: url("/Content/Images/pdf-BFBFBF.svg");
}

    .CntrAction_OpenPdf:hover {
        background-image: url("/Content/Images/pdf-DB007A.svg");
    }

.CntrAction_CompareFile /*a.pdf*/ {
    background-size: 27px;
    background-position-y: 0px;
    background-image: url("/Content/Images/icons8-compare 32px BFBFBF.svg");
}

    .CntrAction_CompareFile:hover {
        background-image: url("/Content/Images/icons8-compare 32px DB007A.svg");
    }

.CntrAction_OpenHtm /*a.pdf*/ {
    background-image: url("/Content/Images/html-BFBFBF.svg");
}

    .CntrAction_OpenHtm:hover {
        background-image: url("/Content/Images/html-DB007A.svg");
    }

#main-container .meetingTitle {
    font-display: block;
    font-weight: bold;
}

#main-container .menuTxt {
    justify-content: center;
}

.editparticipantsTitle {
    font-weight: bold;
    font-size: 1.5em;
}

#main-container .CntrTitle {
    font-size: 20px;
    text-overflow: ellipsis;
    max-width: 300px;
    white-space: nowrap;
    font-weight: bold;
    justify-self: end;
}

    #main-container .CntrTitle > a {
        max-width: 200px;
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow: ellipsis;
    }


#main-container .iconBtn {
    float: right;
    text-align: center !important;
}

#side-container .CntrTitle {
    background-color: whitesmoke;
    border-top-color: lightgray;
    border-top-width: 5px;
    border-top-style: solid;
    height: 40px;
    justify-content: center;
    color: black;
}

#side-container section div a:hover {
    text-decoration: none;
}



.CntrActions button {
    display: inline-block;
    float: right;
    margin-right: 10px;
}

.CntrContent /*.content*/ {
    margin-left: 0px;
    margin-right: 0px;
}


.CntrItmTbl /*selectabletlist*/ {
    max-height: 300px;
}

.CntrItmTblRow_Selected /*selected*/ {
    color: black;
    background-color: var(--selectedColor);
}

.VotingSelected {
    background-color: var(--tableHover);
}

.CntrItmAction {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 3px 3px 3px 1px;
    outline: 0px none;
    background-size: cover;
}

.CntrItmIndicator {
    cursor: default;
}

.CntrItmAction_HasOwnDiscussions {
    background-image: url("/Content/Images/discussion-BFBFBF.svg");
}

.CntrItmAction_HasOwnNewDiscussions {
    background-image: url("/Content/Images/newDiscussion-BFBFBF.svg");
}

.CntrItmAction_HasMyNote {
    background-image: url("/Content/Images/note-BFBFBF.svg");
}

.CntrItmAction_IsSecret {
    background-image: url("/Content/Images/icons8-shield-BFBFBF-128.svg");
    cursor: default;
}

.CntrItmAction_ContainsPersonalData {
    background-image: url("/Content/Images/icons8-name-BFBFBF-128.svg");
    cursor: default;
}

.icon8svg {
    margin: 0;
    padding-top: 1px;
    vertical-align: top;
}

    .icon8svg .red > path {
        stroke: red !important;
    }

.big {
    width: 42px;
    height: 42px;
}

.little {
    width: 24px;
    height: 24px;
}

.CntrItmAction_HasCntrProposals {
    background-image: url("/Content/Images/counter-proposal-BFBFBF.svg");
    cursor: default;
}


.CntrItmAction_HasAttachments {
    background-image: url("/Content/Images/attachment-BFBFBF.svg");
    cursor: default;
}

.CntrItmAction_HasPrejudicate {
    background-image: url("/Content/Images/icons8-box-BFBFBF-128.svg");
    cursor: default;
}

.CntrItmAction_Prejudicate {
    background-image: url("/Content/Images/vote-DB007A.svg");
}

.CntrItmAction_Meetingitem {
    background-image: url("/Content/Images/agenda-BFBFBF.svg");
}

.CntrItmAction_Meetingitem_Done {
    background-image: url("/Content/Images/agenda_check_30svg.png");
}

.CntrItmAction_Meetingitem_Started {
    background-image: url("/Content/Images/agenda-6AB023.svg");
}

.CntrItmAction_Participant {
    background-image: url("/Content/Images/circle-BFBFBF.svg");
    width: 15px;
    height: 15px;
}

.CntrItmAction_Participant_Absent {
    background-image: url("/Content/Images/circle-DB007A.svg");
    width: 15px;
    height: 15px;
}

.CntrItmAction_Participant_Present {
    background-image: url("/Content/Images/circle-6AB023.svg");
    width: 15px;
    height: 15px;
}

.CntrItmAction_Floor_Running {
    background-image: url("/Content/Images/floor-6AB023.svg");
    width: 15px;
    height: 15px;
}

.CntrItmAction_Voting {
    background-image: url("/Content/Images/vote-DB007A.svg");
    width: 15px;
    height: 15px;
}

.CntrItmAction_Voting_Running {
    background-image: url("/Content/Images/vote-6AB023.svg");
    width: 15px;
    height: 15px;
}

.CntrItmAction_VotingPDF {
    background-image: url("/Content/Images/fileicons/pdf.svg");
    background-size: 30px 30px;
}

.CntrItmAction_Voting_Start {
    background-image: url("/Content/Images/icons8-circled-play.svg");
    width: 40px;
    height: 40px;
}

.CntrItmAction_Voting_Start_Disabled {
    background-image: url("/Content/Images/icons8-circled-play-disabled.svg");
    width: 40px;
    height: 40px;
    cursor: default;
}

.CntrItmAction_Voting_Stop {
    background-image: url("/Content/Images/icons8-circled-stop.svg");
    width: 40px;
    height: 40px;
}


.ActiveVote {
    box-sizing: border-box;
    border-left: 10px solid var(--voteGreen);
    height: inherit;
}

.CntrItmAction_Voting_Stop_Disabled {
    background-image: url("/Content/Images/stop-BFBFBF.svg");
    width: 40px;
    height: 40px;
    cursor: default;
    vertical-align: bottom;
}

.CntrItmAction_Participant_Ineligible {
    background-image: url("/Content/Images/circle-000000.svg");
    width: 15px;
    height: 15px;
}

.CntrItmAction_Participant_Not_Ineligible {
    width: 15px;
    height: 15px;
}

.CntrAction_ItemlistCollapseCol {
    background-image: url('/Content/Images/close-section-A3A3A3.svg');
}

.CntrAction_ItemlistExpandCol {
    background-image: url('/Content/Images/open-section-A3A3A3.svg');
}

.UserMenu {
    display: none;
    width: 230px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
}

.UserMenuCnt {
    border: 1px solid #8f8f8f;
    border-bottom: 0;
    background-color: #dadada;
}

.UserMenuSec {
    padding: 3px 0 3px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #8f8f8f;
}

.UserMenuSecRow {
    border-bottom: 1px solid #8f8f8f;
    padding-left: 20px;
    cursor: pointer;
}

/* TO Vote.CSHTML */

.VotingChoiceTblRow {
    height: 50px;
    background-color: white;
    border: solid 1px #EEF1F6;
}

    .VotingChoiceTblRow td {
        color: var(--btnDefault);
    }

    .VotingChoiceTblRow_Selected,
    .VotingChoiceTblRow:hover {
        background-color: #EEF1F6;
    }


/* TO Committee.CSHTML */

/* TO Meeting.CSHTML */

#meetingitems .CntrItmTbl tr td:first-child {
    width: 37px;
}

#meetingitems .CntrItmTbl tr td:last-child {
    text-align: right;
}

#meetingitem .CntrContent {
    padding-right: 5px;
}

#meetingitem .CntrContent strong {
    color: var(--lightBlue);
}

.meetingitemDSTxt > table:first-child,
.meetingitemDSTxt > p:nth-child(2),
.meetingitemDSTxt > p:nth-child(3),
.agendaitemDSTxt > table:first-child,
.agendaitemDSTxt > p:nth-child(2),
.agendaitemDSTxt > p:nth-child(3),
.agendaitemDSTxt > p:nth-child(4) {
    display: none;
}

#myNotes .CntrContent {
    padding: 10px 10px 10px 10px;
}



#sec-translator .CntrContent,
#decProposal .CntrContent {
    padding: 5px 10px 5px 0px;
}

#floorQueue .CntrContent,
#myDiscussions .CntrContent,
#attachments .CntrContent,
#votings .CntrContent,
#cntrProposals .CntrContent,
#complementaries .CntrContent {
    padding: 5px 0px 5px 0px;
}

#participants .CntrContent,
#myCommittees .CntrContent {
    padding: 5px 10px 5px 10px;
    border-bottom: 0;
}

#hiddenParticipants .CntrContent,
#nonparticipants .CntrContent,
#debparticipants .CntrContent {
    padding: 0;
    padding-right: 10px;
    border-bottom: 0;
    min-height: 50px;
}

#myNotes textarea {
    height: 150px;
    margin-bottom: 10px;
}

#myNotes .CntrContent {
}

#material .CntrContent {
    padding-top: 5px;
}

#material .CntrContent a {
    color: black
}

#material .CntrContent a:hover {
    color: var(--lightBlue)
}

.filterInput {
    margin-top: 2px;
    margin-bottom: 2px;
}

.btnClearFilterInput {
    display: inline-block;
    top: -1px;
    position: relative;
    left: -1.7em;
}

#material .Tbl td.actions {
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}

#material .Tbl tr:hover td.actions {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

/* NO BORDER FOR LAST CONTENT BOX */

.VotingResultExp {
    cursor: pointer;
}

    .VotingResultExp:hover {
        color: var(--lightBlue);
    }

/* TO NewMeeting.CSHTML */


.DebParticipantsSubHeader,
.NonParticipantsSubHeader {
    font-weight: bold;
    color: var(--lightBlue);
}

#participants.control,
#debparticipants.control,
#nonparticipants.control,
#newParticipant.control {
    padding: 0px 10px 0px 20px;
}

.agendaItemIcon {
    position: relative;
}

    /*Needs alternative positioning (left right etc.)*/
    .agendaItemIcon .badge {
        position: absolute;
        right: 5px;
        padding: 2px 5px;
        border-radius: 50%;
        background: red;
        color: white;
    }

/* TO DIALOG */
#dialog {
    overflow-y: hidden;
}

.roleTextDisplay {
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.initialWidth {
    max-width: initial;
}

.MsgDlgContainer {
    max-width: 400px;
}

#nm_tabs-1 {
    height: 520px;
    padding: 10px;
    overflow-y: scroll;
}

#nm_tabs-2 {
    height: 520px;
    padding: 5px;
}

#mem_tabs-1 {
    height: 400px;
    overflow-y: scroll;
}

#mem_tabs-2,
#mem_tabs-3 {
    height: 400px;
    overflow-y: scroll;
}

#nc_tab-1 {
    height: 300px;
}

#scp_counterProposals.Cntr {
    overflow-y: scroll;
    height: 180px;
    border: 1px solid silver;
}

#nm_meetingitems table tr:nth-child(odd) td:first-child {
    width: 37px;
}

.textareadiv p,
.sectionText p {
    margin: 0px 0px 5px 0px; /*EI SAA OLLA !important - sotkee d360 julkaisun asetteluja*/
    padding: 0px;
}

.fileuploadWrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.fileuploadWrapperInline {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.fileupload {
    cursor: pointer;
    font-size: 100px;
    height: 100%;
    filter: alpha(opacity=1);
    -moz-opacity: 0.0;
    opacity: 0.0;
    position: absolute;
    right: 0;
    top: 0;
}

.fileuploadErr {
    border: 0;
    border-top: 1px solid silver;
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.savedprotocol {
    padding: 10px;
}

    .savedprotocol hr {
        border: 1px solid lightgray;
    }

.savedprotocol_header {
    width: 100%;
}

.savedprotocol_info tr td:first-child {
    font-weight: bold;
}

.savedprotocol_items tr td {
    font-weight: bold;
}

    .savedprotocol_items tr td:first-child {
        width: 37px;
    }

.savedprotocol_item_title {
    font-weight: bold;
}

.newDiscussionCnvs {
    overflow-y: auto;
    min-height: 50px;
    max-height: 150px;
    border: 1px solid silver;
}

.rowButton {
    margin-top: 5px;
}

.lefty {
    position: relative;
    left: -1.5em;
}

.votingDescription {
    margin-top: 0px
}

.searchControls {
    margin-bottom: 10px;
    background: #f0f0f0;
    overflow: auto;
}

.searchControlWrapper {
    float: left;
    padding: 10px;
}

    .searchControlWrapper label {
        display: block;
        font-weight: bold;
    }

    .searchControlWrapper input {
        font-size: 1em;
    }

/* TO RESPONSIVE LAYOUT */
@media screen and (max-width:900px) {
    #maintenanceFrame {
        display: none;
    }
}

@media screen and (max-width:800px) {
    header {
        padding: 0px 10px;
    }

    #customerLogoLink {
        display: none;
    }

    .status { /*meeting status text*/
        display: none !important;
    }

    #two-columns-left,
    #two-columns-right,
    #two-columns-left2,
    #two-columns-right2 {
        width: 100%;
        float: none;
    }

    #two-columns-left,
    #two-columns-left2 {
        padding: 5px 0px 40px 10px;
    }

    #two-columns-right,
    #two-columns-right2 {
        padding: 20px 0px 20px 0px;
    }


    .CntrAction_ExpandCol {
        width: 0px;
        height: 0px;
        visibility: collapse;
    }

    .CntrAction_ItemlistExpandCol {
        width: 0px;
        height: 0px;
        visibility: collapse;
    }

    #userLang {
        padding-right: 20px;
    }

    #userinfo {
        padding-left: 0px;
    }

    #userCntr {
        float: left;
        clear: both;
        white-space: normal;
    }

    #maintenanceFrame,
    #customer-logo {
        float: left;
        clear: both;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    #maintenanceFrame {
        padding: 0;
        width: 100%;
        height: 70px;
    }

    #logo {
        padding: 0;
    }
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 .svgimage {
    width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .svgimage {
        width: 100%;
    }
}

/*fix checkbox align to top line of text*/
.Tbl .Roles tr td:first-child {
    vertical-align: top;
    padding-top: 3px;
}

tr.CommitteeTable td {
    vertical-align: middle;
}

/*this for knockout validation*/
.validation {
    color: var(--red);
    font: bold;
}

.bg_orange {
    background-image: url('https://via.placeholder.com/40/eb8634');
}

.bg_pink {
    background-image: url('https://via.placeholder.com/40/eb34e2');
}

.bg_blue {
    background-image: url('https://via.placeholder.com/40/3493eb');
}

.bg_green {
    background-image: url('https://via.placeholder.com/40/7aeb34');
}

.overLayer {
    z-index: 9999;
    position: fixed !important;
    right: 0;
}

.dragbar {
    background-image: url(Images/resizer_handle_vertical.svg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    height: auto;
    width: 15px;
    user-select: none;
    transform: scaleX(-1);
    cursor: col-resize;
    z-index: 20;
    position: fixed !important;
    border-right: 1px solid;
    border-right-color: lightgray
}


.ghostbar {
    width: 5px;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    cursor: col-resize;
    z-index: 91;
    margin-left: -1px;
}

.preAcceptBtn {
    width: auto;
    min-width: 110px;
    margin: 1px;
}

.menuDivider {
    /*padding-left: 10px;*/
    color: dimgrey;
    border-top: 1px solid silver;
    margin: 0px 10px 0px 10px;
}

.divider {
    margin: 0px 10px 0px 10px;
}

.noUpperCase {
    text-transform: none;
}

/*inherits from bootstrap*/
.dropdown-item {
    font-size: 18px;
    color: var(--lightBlue); /*blue*/
}

    .dropdown-item svg {
        margin-right: 5px;
    }

.tags {
    border: solid 1px;
    border-radius: 10px 0 0 10px;
    color: white;
    padding-left: 7px;
    padding-right: 10px;
    display: inline-flex;
    font-size: 12px;
    font-weight: normal;
    min-width: 100px;
    align-items: center;
    height: 16px;
    white-space: nowrap;
}

    .tags::before {
        content: '';
        position: relative;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: white;
        align-self: center;
        margin-right: 5px;
        border: 1px solid var(--grey);
    }



    .tags.red {
        background-color: var(--red);
        border-color: var(--red);
    }

        .tags.red.edge {
            background-color: white;
            color: var(--red);
        }

            .tags.red.edge::before {
                border: 1px solid var(--red);
            }


    .tags.green {
        background-color: var(--darkGreen);
        border-color: var(--darkGreen);
    }

        .tags.green.edge {
            background-color: white;
            color: var(--darkGreen);
        }

            .tags.green.edge::before {
                border: 1px solid var(--darkGreen);
            }

    .tags.yellow {
        background-color: var(--yellow);
        border-color: var(--yellow);
    }

        .tags.yellow.edge {
            background-color: white;
            color: black;
        }

            .tags.yellow.edge::before {
                border: 1px solid var(--yellow);
            }

    .tags.black {
        background-color: black;
        color: white;
    }

        .tags.black.edge {
            background-color: white;
            color: black;
        }

            .tags.black.edge::before {
                border: 1px solid black;
            }

    .tags.blue {
        background-color: var(--blue);
        color: white;
    }

        .tags.blue.edge {
            background-color: white;
            color: var(--blue);
        }

            .tags.blue.edge::before {
                border: 1px solid var(--blue);
            }




.mStatus {
    border: solid 3px;
    border-radius: 20px;
    height: 20px;
    color: white;
    font-size: 14px;
    vertical-align: middle;
    background-color: white;
    /*display: inline-block;*/
    min-width: 70px;
    max-width: 120px;
    text-align: center;
    border-width: 2px;
    margin-bottom: 10px;
}

.StatusPadding {
    padding: 0 20px;
}

.mStatus.s0 {
    border-color: var(--yellow);
    color: var(--darkGrey); /*#333333;*/
}

.mStatus.s1 {
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: var(--darkGrey);
}

.mStatus.s2 {
    color: var(--darkGreen);
}

.mStatus.s3 {
    background-color: var(--darkGreen);
    border-color: var(--darkGreen);
    color: white;
}

.mStatus.s4 {
    background-color: var(--darkGreen);
    border-color: var(--darkGreen);
    color: white;
}

.min {
    width: 1%;
    white-space: nowrap;
}

.max {
    width: auto;
    white-space: nowrap;
}

#aiList {
    width: 100%;
    margin: 0 10px;
    line-height: 1.3;
}

.hoverAction {
    min-width: 25px;
}


a.hoverAction,
div.hoverAction,
span.hoverAction,
div.openAction {
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}

#meetingitems .TblRow {
    border-bottom: 2px solid #f4f4f4;
}

#meetingitems .tags {
    margin-bottom: 5px;
}

tr.TblRow:hover a.hoverAction,
tr.AttachmentRow:hover span.hoverAction,
section.Cntr:hover div.hoverAction {
    opacity: 1;
    height: auto;
    visibility: visible;
}

.header:not(.CntrAction_OpenContent) .hoverAction,
.header:not(.CntrAction_OpenContent) .openAction {
    opacity: 1;
    height: auto;
    visibility: visible;
}

#side-container .header {
    background-color: var(--ultraLightGrey);
    margin-bottom: 3px;
    width: 100%;
    margin-left: 0px;
    /*flex-wrap: unset;*/
}

.sideMin1 {
    display: none;
}

.sideMin2 {
    margin-top: -10px;
}

    .sideMin2 a {
        float: none;
    }

.floatRight {
    float: right;
}

/*action buttons floating always on the right side of header */
#side-container .scc3 {
    left: 100%;
    position: absolute;
    margin-left: -54px;
    background-color: var(--ultraLightGrey);
    padding-right: 10px;
}

.scc3.h2Margin {
    margin-top: 6px;
}

#side-container .scc3 a,
#side-container .scc3 button {
    margin: 0 2px;
    display: inline-block;
}

.fade {
    transition: opacity 0.5s linear !important;
}

.notificationContainer {
    display: flex;
}

    .notificationContainer .position-fixed {
        z-index: 100;
        box-shadow: 4.5px 5.362px 7px 0px rgba(0, 0, 0, 0.55);
        width: 300px;
        top: 100px;
    }

    .notificationContainer .toast-header {
        margin: 0;
        padding: 5px 22px 5px 10px;
        background-color: var(--notificationColor);
    }

    .notificationContainer .toast-body {
        overflow-y: auto;
        padding: 0px 10px 0px 10px;
        max-height: 80vh;
        background-color: var(--notificationColor);
    }
    .notificationContainer #notificationText {
        background-color: var(--notificationColor);
        vertical-align: middle;
        width: 100%;
        cursor: default;
        white-space: nowrap;
    }
    #notificationText span {
        margin-left: 5px;
        line-height: 30px;
    }

.toast hide button {
    outline: none;
    border: none;
    display: block;
}

.Notification {
    padding-bottom: 15px;
}

    .Notification div {
        padding-bottom: 5px;
    }

    .Notification .title {
        font-size: 18px;
    }

    .Notification > .buttonArea {
        display: flex;
        justify-content: center;
    }

    .Notification .buttonArea .okBtn {
        width: 50%;
    }

.timeBox {
    width: 100px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    border: 1px solid;
    border-color: black;
    font-size: 16px;
}

.meetingMiniRibbon {
    position: absolute;
    top: 5px;
    left: 700px;
    display: inline-flex;
}

    .meetingMiniRibbon.hide {
        /*    overflow: hidden;*/
    }

.dropdown-menu.up {
    z-index: 10000;
}


.navbar {
    margin-bottom: 10px;
}

.ko-treeview-container {
    max-height: 600px;
    max-width: 530px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #eee;
    background-color: white;
    border-radius: 3px;
    padding-top: 5px;
}

    .ko-treeview-container .navbar {
        margin-right: 0px;
    }

    .ko-treeview-container > .ko-treeview-list {
        padding-top: 5px;
        margin-left: 0px;
    }

.ko-treeview-list {
    list-style: none;
}

.ko-treeview-listitem {
    line-height: 2em;
    margin-top: 0px;
}

.ko-treeview-label {
    cursor: pointer;
    margin-left: 5px;
    background-color: white;
}

.ko-treeview-cb {
    transition: all 250ms;
    float: right;
    clear: both;
    margin-top: 1em;
    margin-left: 5px;
    visibility: hidden;
}

    .ko-treeview-cb:checked + span {
        font-weight: bold;
        background: var(--selectedColor);
    }

.hoverColor:hover,
.hoverColor:hover .ko-treeview-cb:not(:checked) + span {
    background: var(--tableHover);
}


.card-header .btn {
    /*outline: none;*/
    box-shadow: none;
}

.card-header h5 button {
    text-transform: none;
    text-align: left;
}

.card-header h5 a:not(.dropdown-item) svg {
    opacity: 0.0;
}

.card-header:focus h5 a svg,
.card-header:hover h5 a svg {
    opacity: 1;
}

.card-header.collapsed h5 svg {
    transition: .2s;
}

.card-header:not(.collapsed) {
    background: #B7DBF3;
}

    .card-header:not(.collapsed) h5 button {
        font-weight: bold;
    }



    .card-header:not(.collapsed) h5 img {
        transform: rotate(90deg);
        transition: .2s;
    }

.card-header:focus,
.card-header:hover {
    background: #F3F9FD;
}

.cardSelected.collapsed {
    background: #F3F9FD !important;
}

.card-header {
    background: white;
    padding-right: 0px;
}

.backToTop {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--lightBlue);
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    transition: .2s;
}

    .backToTop:hover {
        background-color: #B7DBF3;
    }

.meetingContainerArrow {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 8px;
}

.noSideBorders {
    border-left: none;
    border-right: none;
    border-bottom: none;
}



#menuRibbon {
    max-height: 40px;
    overflow: hidden;
    display: table;
    width: 100%;
}

.ribbonTab {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}


#menuMeetingPage div {
    /*margin-bottom: -3px;*/
    width: 150px;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    #menuMeetingPage div span {
        height: 40px;
        padding-top: 3px;
    }

#menuRibbon #menuMeetingPage {
    display: none;
    opacity: 0;
    text-align: center;
}

.menuSettingsForm form {
    width: 200px;
}

.childDialog {
    margin: 10px 0px;
}

tbody.scrollable {
    display: table-caption;
    width: 100%;
    overflow-y: auto;
}

.custom-select {
    background-image: url("/Content/Images/icons8-expand-arrow.svg");
    background-size: 15px 15px;
}

.form-row {
    padding-top: 10px;
}

.TblSpacing {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.SeatingLeftBox {
    width: 25%;
    float: left;
    margin-bottom: 0px
}

.SeatingRightBox {
    width: 75%;
    float: right;
    border-left: none;
    overflow-y: auto;
    margin-bottom: 0px
}

.NoRightPadding {
    margin-right: 0px;
    padding-right: 0px;
}

input.um.short {
    min-width: 100px;
    width: 40%;
}

.line15 {
    line-height: 15px;
}

.DefaultMargin {
    margin-left: 0px;
    margin-right: 0px;
}

.DefaultPadding {
    padding-left: 0px;
    padding-right: 0px;
}

.content-wrapper {
    max-width: 100%;
}

.labelByVotes,
.labelByVoters {
    padding: 2px;
    text-align: left;
    vertical-align: top;
    overflow: auto;
}

    .labelByVotes div {
        margin: 3px 0;
        white-space: nowrap;
    }

.choiceByVoters,
.chartByVotes {
    padding: 2px;
    vertical-align: top;
}

    .chartByVotes div {
        background-color: #B7DBF3;
        text-align: left;
        font-weight: bold;
        margin: 3px 0;
        color: black;
    }

.meetingChartByVotes div div {
    background-color: #B7DBF3;
    text-align: left;
    font-weight: bold;
    margin: 3px 0;
    color: black;
}

.CVParticipantNotes p {
    margin: 0;
}

.MeetingButton {
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
}

.ImgPointer {
    cursor: pointer;
}

.Attending {
    color: var(--StartGreen)
}

.Away {
    color: var(--red)
}

.Unknown {
    color: var(--grey)
}

.AttendancePopUp {
    padding: 10px;
    text-align: center;
    z-index: 10;
}

.voteContainer {
    cursor: pointer;
    height: 30px;
    margin-bottom: 3px;
    transition: 0.2s;
    transform: rotate(0deg);
}

.VoteBar {
    height: 30px;
    padding-left: 10px;
    margin-bottom: 3px;
    margin-left: 0px;
}

.voteSpace {
    padding-right: 35px;
}

.voteText {
    width: 45px;
    margin-bottom: 3px;
    width: 200px;
    font-weight: bold;
}

.voteSwitchPadding {
    padding-left: 20px;
}


.meetingStateCheckbox {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 10px;
}

.mainButton {
    width: 40px;
    height: 40px;
    margin-left: -10px;
}

.MeetingHideColumn {
    display: table-cell;
}

.StatusHeader {
    padding-right: 15%;
    vertical-align: text-top;
}

.RenameCell {
    padding-top: 7px;
    display: inline-block;
}

.dgRoot {
    padding: 10px;
    max-height: 99vh;
}

.dgContainer {
    overflow-y: auto;
    max-height: 80vh;
}

ul.horizontal .rightli {
    float: right;
}

mark, .mark {
    background-color: yellow;
    padding: inherit;
    font-family: inherit;
}

legend {
    font-size: 1.1rem;
}

.btn-link:hover {
    color: initial;
    text-decoration: initial;
}

.d-table {
    display: table;
}

.d-tablecell {
    display: table-cell;
}

.middle {
    vertical-align: middle;
}

.customGreen {
    background: rgb(74, 123, 99);
}

.modal-content {
    border: none;
    background-color: rgba(51,51,51,0.6);
    color: white;
}

.modal-body {
    margin: 0 40px;
    padding: 0;
}

.modal-title {
    width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.modal-header {
    background-color: var(--darkGrey);
    padding: 0 0px;
    cursor: move;
}

.modal-footer {
    background-color: var(--darkGrey);
}

.previewimg {
    width: 100%;
    background-color: rgba(255,255,255,1);
    padding-bottom: 100px;
}

.btnModal {
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    font-weight: normal;
    padding: 2px 5px 2px 5px;
}

.fileIcon {
    padding-left: 5px;
    width: 60px;
    height: 40px;
}

.modal-dialog {
    position: fixed;
}

    .modal-dialog.fullScreen {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        margin: 0;
        padding: 0;
    }

.modal-content.fullScreen {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

#FilePreviewModal {
    position: relative;
}

.modal-content .ui-resizable-e {
    margin-top: 60px;
    width: 50px;
}

.modal-content .ui-resizable-w {
    margin-top: 60px;
    width: 50px;
}

.modal-content .ui-resizable-s {
    height: 50px;
}

.reportImg {
    padding-bottom: 0px;
    margin-bottom: -40px;
}

.pngImg {
    padding-bottom: 0px;
}

.table thead.nohead th {
    border-bottom: none;
}
