﻿.highlight {
    background-color: #6fafc7;
    color: black;
}

.arrpovedColumn {
    content-visibility: hidden;
}

.buttoncount {
    background: transparent;
    border: none;
    font-size: 16px;
    margin: 0 0 10.5px;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 70%;
    display: inline-block;
}

.ellipse {
    margin: 5% auto;
    width: 100%;
    height: 40px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #efefef;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    font-size: 11px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    position: relative;
}

    .ellipse:hover {
        background: #ddd;
    }

        .ellipse:hover .menu {
            display: block;
        }

.ecilipsmenu {
    display: none;
    border: 1px solid #aaa;
    border-radius: 0 4px 4px 4px;
    background: white;
    position: absolute;
    top: 30px;
    left: 10px;
    padding: 5px;
}

    .ecilipsmenu a {
        font-size: 14px;
        display: block;
        text-align: left;
        min-width: 100px;
        margin: 0;
        padding: 5px 10px;
        line-height: 16px;
        text-decoration: none;
    }

        .ecilipsmenu a:hover {
            text-decoration: underline;
        }

.dropdown {
    position: absolute;
    display: inline-block;
    right: 0.4em;
}

.dropdown-content {
    display: none;
    position: relative;
    margin-top: -292px;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 839px;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #f1f1f1
}


.btn-primary[disabled]:hover {
    background-color: #444D5C !important;
}

.btn-primary[disabled] {
    background-color: #6B7387 !important;
}

.btn-primary:hover {
    background-color: #1D4175 !important;
}

.dropdown-menu-ds {
    position: relative !important;
    min-width: 100px !important;
    font-size: 12px !important;
}

    .dropdown-menu-ds > li > a {
        padding-left: 10px !important;
        /* white-space: normal !important;*/
    }

.k-grid a {
    color: inherit;
    text-decoration: underline !important;
}

    .k-grid a:hover {
        text-decoration: none !important;
    }
/*.dropdown-menu-ds > li > a:focus, .dropdown-menu-ds > li > a:hover {
    padding-left: 10px !important;
}*/
