﻿.threadProcess {
    height: 250px;
    overflow-y: scroll;
    border: 1px solid #ADD8E6;
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

.toolBarContainer {
    margin-right: 15px;
    margin-bottom: 15px;
}

    .toolBarContainer .buttonLabel {
        text-align: center;
        font-size: x-small;
    }

    .toolBarContainer .counterLabel {
        background-color: #fa3e3e;
        border-radius: 10px;
        color: white;
        margin-top: -55px;
        margin-left: 45px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 0.9em;
        position: absolute;
        z-index: 1001;
        -webkit-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.75);
        box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.75);
    }

.modal-backdrop {
    z-index: 1 !important;
}

.ToolBar {
    border: 1px solid #808080;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
}

    .ToolBar table {
    }

        .ToolBar table .firstcell {
            border-left: 2px dotted #808080;
            width: 10px;
        }

        .ToolBar table .separator {
            background-color: #fff;
            border-left: 2px solid #fff;
            width: 1px;
        }

        .ToolBar table .smallText {
            font-size: x-small;
        }

        .ToolBar table .normalcell {
            min-width: 50px;
            width: 50px;
            height: 40px;
            background-color: #fff;
            text-align: center;
            vertical-align: middle;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
        }

        .ToolBar table .hovercell {
            min-width: 50px;
            width: 50px;
            height: 40px;
            background-color: #fff;
            text-align: center;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
        }

        .ToolBar table .clickedcell {
            min-width: 50px;
            width: 50px;
            height: 40px;
            background-color: #fff;
            text-align: center;
            vertical-align: middle;
            border-left: 1px solid #fff;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }

        .ToolBar table .activecell {
            min-width: 50px;
            width: 50px;
            height: 40px;
            background-color: #fff;
            text-align: center;
            vertical-align: middle;
            border-left: 1px solid #fff;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }

.smartEdu {
    position:fixed;
    bottom:0;
    text-align:center;
    left:65px;
}

.besmartToolBar nav {
    margin-bottom: 15px;
    background-color: #e3f2fd;
}

.besmartToolBar nav ul li {
    margin-right: 13px;
}

