body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    display: block;
    z-index: 1;
    color: #fff;
    font-weight: 200;
    background-size: cover;
    background-position: 50%;
    background-color: white;
}
.header-sidebar {
    display: table;
    height: 50px;
}

.logo-sidebar {
    display: table-cell;
    vertical-align: middle;
    background: url("../images/logo.png") no-repeat;
    background-size: 45px;
    width: 50px;
}

.line-of-work{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 200px;
}
.main-panel {
    background: hsla(240,7%,81%,.15);
    position: relative;
    float: right;
    width: 100%;
    min-height: 100%;
}
.nav-bar {
    height: 38px;
}
.main-desktop{
    padding-top: 6px;
}

.panel-search {
    padding: 2px 0;
}

.btn-my-close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.bg-yellow-custom {
    background-color: yellow !important;
}

.bg-lightgreen-custom {
    background-color: #99FF55 !important;
}

.bg-green-custom {
    background-color: #00FF00 !important;
}

.bg-darkgreen-custom {
    background-color: #3c983c !important;
}

.bg-red-custom {
    background-color: #FF5555 !important;
}

.bg-orange-custom {
    background-color: #ff4500 !important;
}

.bg-lightred-custom {
    background-color: #FC7F7F !important;
}

.bg-violet-custom {
    background-color: #9670C6 !important;
}

.bg-rose-custom {
    background-color: #D05886 !important;
}

.bg-blue-custom {
    background-color: #A3C8EB !important;
}

.bg-darkblue-custom {
    background-color: #7878D7 !important;
}

.bg-lightgrey-custom {
    background-color: #D3D3D3 !important;
}

.bg-grey-custom {
    background-color: #797979 !important;
}

.bg-beige-custom {
    background-color: #ccbea3 !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.switch-custom {
    width: 3em !important;
    height: 1.5em !important;
}

#contextMenu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 5px;
    z-index: 1000;
}
#contextMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#contextMenu ul li {
    padding: 8px 12px;
    cursor: pointer;
}
#contextMenu ul li:hover {
    background: #eee;
}
