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-red-custom {
    background-color: #FF5555 !important;
}

.bg-blue-custom {
    background-color: #A3C8EB !important;
}

.bg-lightgrey-custom {
    background-color: #D3D3D3 !important;
}

.bg-grey-custom {
    background-color: #797979 !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
