body {
}

div.TNOverview {
    padding-bottom: 5px;
    
}

div.TNOverviewBackground {
    background-color: white;
    opacity: 0.6;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../Images/exsolut_icon_2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 350px 400px;
}

div.TNColumnSortable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    div.TNColumnSortable div.box {
        max-width: 280px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-radius: 4px;
        position: relative;
        padding-left: 12px;
        padding-right: 12px;
    }

        div.TNColumnSortable div.box div.box-content {
            -webkit-box-shadow: 0 0 0.875rem 0 rgba(53, 64, 82, 0.05);
            box-shadow: 0 0 0.875rem 0 rgba(53, 64, 82, 0.05);
            border-radius: 4px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        div.TNColumnSortable div.box.ui-sortable-helper div.box-content {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-box-shadow: 0 0 0.875rem 0 rgba(53, 64, 82, 0.3);
            box-shadow: 0 0 0.875rem 0 rgba(53, 64, 82, 0.3);
            opacity: 0.5;
        }

        div.TNColumnSortable div.box div.box-placeholder {
            margin-top: 140px;
        }

        div.TNColumnSortable div.box div.box-content {
            width: 285px;
            top: 0;
            left: 12px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            padding: 0;
            z-index: 9;
            background-color: #ebecf0;
            max-height: calc(100vh - 190px);
            overflow: auto;
        }

            div.TNColumnSortable div.box div.box-content div.inner h2 {
                padding: 0;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

div.inner {
    width: 100%;
}

div.NoteItem {
    background-color: white;
    border-radius: 4px;
    margin: 5px;
    width: 250px;
    box-shadow: 0 0 0.875rem 0 rgba(53, 64, 82, 0.05);
    word-break: break-word;
    border-bottom: 1px solid;
    border-bottom-color: rgba(9,30,66,.25);
    transition: .5s ease;
    backface-visibility: hidden;
    opacity: 1;
    display: block;
    padding: 10px;
}

.NoteItem:hover span {
    opacity: 0.5;
}

.NoteItem:hover .noteImage {
    opacity: 0.5;
}

.NoteItem:hover .ProfileImage {
    opacity: 0.5;
}

.NoteItem:hover .noteInfoIcons {
    opacity: 0.5;
}

.NoteItem:hover .middle {
    opacity: 1;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: relative;
    top: 10%;
    left: 95%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    height: 15px;
    z-index: 10;
}

.action {
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

div.boardItem {
    height:100%;
}

    div.boardItem:hover {
        opacity:0.7;       
    }

.draggable:hover {
}

.ColumnMenuContainer .RadMenu_MetroTouch .rmRootGroup {
    background-color: white;
    position: fixed;
    top: 102px;
    width: 100%;
    background: rgba(0,0,0,.1);
}

.ColumnMenu {
    z-index: 10!important;
}

.ColumnMenu .rmRootGroup .rmRootLink {
    line-height: 30px;
    height: 30px;
    background-color: white;
    border-color: white;
    float: right;
    border: 1px #ebebeb solid;
    border-radius: 4px;
}


.ColumnMenuContainer .RadMenu .rmRootGroup.rmHorizontal > .rmItem, .RadMenu .rmRootGroup.rmHorizontal > .rmRootScrollGroup > .rmItem {
    margin: 5px;
    border: none;
}

.ColumnMenuContainer .RadMenu_MetroTouch .rmRootGroup .rmSelected > .rmRootLink, .RadMenu_MetroTouch .rmRootGroup .rmExpanded > .rmRootLink {
    border: 1px #ebebeb solid;
    color: black;
    background-color: white;
}

div.boardDialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border: 1px #F8F8F8 solid;
    background-color: white;
    box-shadow: 1px 1px 10px #666;
    width: 800px;
    height: 500px;
    padding: 10px;
    overflow: auto;
    border-radius: 5px;
}

div.columnDialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border: 1px #F8F8F8 solid;
    background-color: white;
    box-shadow: 1px 1px 10px #666;
    width: 800px;
    min-height: 330px;
    padding: 10px;
    border-radius: 5px;
}

div.noteDialog {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    border: 1px #F8F8F8 solid;
    background-color: white;
    box-shadow: 1px 1px 10px #666;
    width: 800px;
    height: 680px;
    padding: 10px;
    border-radius: 5px;
}

.backgroundColorMenuItem .rmLeftImage {
    background-image: url(../Images/MenuIcons/color.png);
    background-repeat: no-repeat;
    position: static !important;
    height: 24px !important;
    width: 24px !important;
    background-size: cover;
    margin-top: 3px !important;
    margin-left: 0px !important;
    margin-right: 10px !important;
}


.selectBackgroundColor1 .rmLeftImage {
    background: #0079bf;
    background-repeat: no-repeat;
    margin: 0px !important;
    width: 30px !important;
    height: 30px !important;
    left: 0px !important;
    position: static !important;
}

.selectBackgroundColor2 .rmLeftImage {
    background: #D29034;
    background-repeat: no-repeat;
    margin: 0px !important;
    width: 30px !important;
    height: 30px !important;
    left: 0px !important;
    position: static !important;
}

.selectBackgroundColor3 .rmLeftImage {
    background: #519839;
    background-repeat: no-repeat;
    margin: 0px !important;
    width: 30px !important;
    height: 30px !important;
    left: 0px !important;
    position: static !important;
}

.selectBackgroundColor4 .rmLeftImage {
    background: #b04632;
    background-repeat: no-repeat;
    margin: 0px !important;
    width: 30px !important;
    height: 30px !important;
    left: 0px !important;
    position: static !important;
}

.selectBackgroundColor5 .rmLeftImage {
    background: #89609e;
    background-repeat: no-repeat;
    margin: 0px !important;
    width: 30px !important;
    height: 30px !important;
    left: 0px !important;
    position: static !important;
}

.selectBackgroundColor6 .rmLeftImage {
    background: #cd5a91;
    background-repeat: no-repeat;
    margin: 0px !important;
    width: 30px !important;
    height: 30px !important;
    left: 0px !important;
    position: static !important;
}

.selectBackgroundColor7 .rmLeftImage {
    background: #4bbf6b;
    background-repeat: no-repeat;
    margin: 0px !important;
    width: 30px !important;
    height: 30px !important;
    left: 0px !important;
    position: static !important;
}

.selectBackgroundColor8 .rmLeftImage {
    background: #00aecc;
    background-repeat: no-repeat;
    margin: 0px !important;
    width: 30px !important;
    height: 30px !important;
    left: 0px !important;
    position: static !important;
}

.selectBackgroundColor9 .rmLeftImage {
    background: #838c91;
    background-repeat: no-repeat;
    margin: 0px !important;
    width: 30px !important;
    height: 30px !important;
    left: 0px !important;
    position: static !important;
}

.backgroundImgeMenuItem .rmLeftImage {
    background-image: url(../Images/MenuIcons/gallery.png);
    background-repeat: no-repeat;
    position: static !important;
    height: 24px !important;
    width: 24px !important;
    background-size: contain;
    margin-top: 5px !important;
    margin-left: 0px !important;
    margin-right: 10px !important;
}

.selectBackgroundImage1 .rmLeftImage {
    background-image: none;
    background-image: url(../Images/TeamNote/Background/1.jpg);
    background-repeat: no-repeat;
    position: static !important;
    height: 70px !important;
    width: 100px !important;
    background-size: contain;
    margin: 5px !important;
    background-position: bottom;
}

.selectBackgroundImage2 .rmLeftImage {
    background-image: url(../Images/TeamNote/Background/2.jpg);
    background-repeat: no-repeat;
    position: static !important;
    height: 70px !important;
    width: 100px !important;
    background-size: cover;
    margin: 5px !important;
}

.selectBackgroundImage3 .rmLeftImage {
    background-image: url(../Images/TeamNote/Background/3.jpg);
    background-repeat: no-repeat;
    position: static !important;
    height: 70px !important;
    width: 100px !important;
    background-size: cover;
    margin: 5px !important;
}

.selectBackgroundImage4 .rmLeftImage {
    background-image: url(../Images/TeamNote/Background/4.jpg);
    background-repeat: no-repeat;
    position: static !important;
    height: 70px !important;
    width: 100px !important;
    background-size: cover;
    margin: 5px !important;
}

.boardMenuItem .rmLeftImage {
    background-image: url(../Images/Modules/TeamNote.png);
    background-repeat: no-repeat;
    position: static !important;
    height: 24px !important;
    width: 24px !important;
    background-size: cover;
    margin-left: 0px !important;
    margin-right: 10px !important;
    margin-top: 3px !important;
}

.boardSubMenuItem .rmLeftImage {
    background-image: none !important;
    position: absolute !important;
}

.addColumnMenuItem .rmLeftImage {
    background-image: url(../Images/MenuIcons/create.png);
    background-repeat: no-repeat;
    position: static !important;
    height: 24px !important;
    width: 24px !important;
    background-size: cover;
    margin-left: 0px !important;
    margin-right: 10px !important;
    margin-top: 3px !important;
}



.startPageMenuItem .rmLeftImage {
    background-image: url(../Images/MenuIcons/startpage.png);
    background-repeat: no-repeat;
    position: static !important;
    height: 20px !important;
    width: 20px !important;
    background-size: inherit;
    margin-top: 5px !important;
    margin-left: 0px !important;
    margin-right: 7px !important;
}

.overviewMenuItem .rmLeftImage {
    background-image: url(../Images/button_back.gif);
    background-repeat: no-repeat;
    position: static !important;
    height: 20px !important;
    width: 20px !important;
    background-size: inherit;
    margin-top: 5px !important;
    margin-left: 0px !important;
    margin-right: 7px !important;
}

.floatingColumnHead {
    position: absolute;
    /* z-index: 100; */
    background-color: #ebebeb;
    width: 285px;
    padding-bottom: 5px;
}

.scrollbar {   
    float: left;
    height: calc(100vh - 190px);
    width: auto;
    background: #F5F5F5;
    overflow-y: auto;
}

.force-overflow {
    min-height: calc(100vh - 190px);
}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.scrollbarDialog {
    margin-left: -2px;
    float: left;
    height: 680px;
    width: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.force-overflowDialog {
    min-height: 680px;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.speech-bubble {
    position: relative;
    background: #eaf4fb;
    border-radius: .4em;
    width: 700px;
    padding: 5px;
    margin-left: 20px;
    margin-bottom: 10px;
}

    .speech-bubble:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 18px solid transparent;
        border-left-color: #eaf4fb;
        border-right: 0;
        border-top: 0;
        margin-top: -9px;
        margin-right: -18px;
    }

.link-bubble {
    position: relative;
    background: #fff5e6;
    border-radius: .4em;
    width: 700px;
    padding: 5px;
    margin-left: 20px;
    margin-bottom: 10px;
}
