body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility; }

.table tbody > tr > th {

}

.linked_row>.slick-cell{
    background-color: #FFE680;
}

.sidebar-logo img {
    max-width: 90%; }

label input[type="checkbox"] {
    margin: 0;
    z-index: 0; }

.sidebar-todo-day label input {
    margin: 0; }

#header-main, .sidebar-logo {
    background: #444; }

#header-main {
    height: 120px; }

.header-main-top {
    height: 80px; }

.header-main-bottom {
    line-height: 1;
    border-left: 1px solid #ccc;
    border-top: 0;
    height: 40px; }
.header-main-bottom .breadcrumb {
    height: 40px;
    line-height: 40px; }

.sidebar-logo {
    height: 110px;
    border-bottom: 1px solid #ccc;
    display: table; }

#logo-big {
    float: none;
    display: table-cell;
    height: 120px;
    margin: 0;
    background: #fff;

    vertical-align: middle;
    text-align: center; }

.breadcrumb {
    margin: 0 15px; }

.main-menu {
    padding: 0;
    margin: 0; }
.main-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    position: relative; }
.main-menu .fa {
    font-size: 25px;
    line-height: 25px;
    width: 30px; }
.main-menu a, .main-menu a .fa {
    color: #999; }
.main-menu a {
    display: block;
    padding: 20px 15px 10px;
    height: 80px;
    min-width: 80px;
    -moz-box-shadow: inset 0 0 6px #333;
    -webkit-box-shadow: inset 0 0 6px #333;
    box-shadow: inset 0 0 6px #333;
    border-right: 1px solid #666; }
.main-menu a:hover, .main-menu a:hover .fa {
    color: #e0e0e0; }
.main-menu span {
    display: block; }
.main-menu .active {
    background: #e0e0e0; }
.main-menu .active a {
    color: #333; }
.main-menu .active a .fa {
    color: #666; }
.main-menu .active a {
    -moz-box-shadow: inset 0 0 3px #888;
    -webkit-box-shadow: inset 0 0 3px #888;
    box-shadow: inset 0 0 3px #888; }
.main-menu .hover {
    background: #444;
    -moz-box-shadow: inset 0 0 3px #333;
    -webkit-box-shadow: inset 0 0 3px #333;
    box-shadow: inset 0 0 3px #333;
    color: #fff; }
.main-menu .hover .fa, .main-menu .hover:hover, .main-menu .hover:hover .fa {
    color: #eee; }
.main-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -4px;
    top: 80px;
    z-index: 100;
    background: transparent;
    box-shadow: 0 0 5px 0 #ccc;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    -moz-box-shadow: 0 0 5px 0 #ccc;
    padding-top: 6px; }
.main-menu .sub-menu:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 6px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #111; }
.main-menu .sub-menu:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 1px;
    left: 7px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #444; }
.main-menu .sub-menu li {
    clear: both;
    background: #444;
    border-bottom: 1px solid #111;
    float: none;
    list-style: none;
    text-align: center;
    font-weight: 500;
    width: 170px;
    text-align: left;
    line-height: 1.1; }
.main-menu .sub-menu a {
    padding: 10px 12px 9px;
    height: auto;
    -moz-box-shadow: inset 0 0 0px #222;
    -webkit-box-shadow: inset 0 0 0px #222;
    box-shadow: inset 0 0 0px #222;
    border-right: 0;
    color: #999; }
.main-menu .sub-menu a:hover {
    color: #fff; }

.search-main {
    padding: 5px 5px 0;
    position: relative; }
.search-main input {
    padding: 8px;
    width: 250px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 1px; }

#searchresults {
    top: 140px;
    left: 5px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 20;
    border: 0;
    box-shadow: 0 0 5px 0 #ccc;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    -moz-box-shadow: 0 0 5px 0 #ccc; }
#searchresults:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -6px;
    left: 12px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ddd; 
}
#searchresults:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: -5px;
    left: 13px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff; 
}

#searchresults table td {
    padding: 5px;
    border: 1px solid #cecece; 
    background: #FFF;
}

#searchresults a:hover {
    color: #666; }
#searchresults a:hover span.searchheading {
    color: #666; }

.uneditable-input{
    overflow: hidden;
}

#notifications {
    top: 140px;
    right: 5px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 20;
    border: 0;
    box-shadow: 0 0 5px 0 #ccc;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    -moz-box-shadow: 0 0 5px 0 #ccc;
    position: absolute;
    width: 400px;
}

#notifications:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -6px;
    right: 13px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ddd; 
}
#notifications:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: -5px;
    right: 14px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff; 
}

.noti-single{
    padding: 0px;
    height: 62px;
    overflow: hidden;
    border-bottom: 1px solid #91B84B;
}

.noti-active{
    background-color: #eee;
}
.notify-active{
    color: #FC5432;
}
.select2-search__field {
    z-index: 10002;
}

.workspace-date {
    background-color: #E0E0E0;
    color: #000;
    padding: 2px;
    font-size: 12px;
}

.workspace-task{
    background-color: #FFF;
    border-bottom: 1px solid #C0C0C0;
    padding: 2px;
}

.tr-higlighted>td{
    background-color: #b3f0b8;
}
.tr-danger>td{
    background-color: #f7a4a4;
}

.table-nomargin>tbody>tr>td{
    margin: 0;
    padding: 0;
}

.form-control-mini{
    padding: 5px 1px;
    height: 30px;
    width: 100%;
    border-radius: 0;
    font-size: 6pt;
}