.help-icon {
	visibility: hidden;
}

.logoImg {
    background: url("../img/zeb/logobianco.png") no-repeat;
    background-size: 150px;
    width: 150px;
    height: 70px;
    display: block;
    text-indent: -9999px;
    background-position: center;
    margin-right: 30px;
    margin-left: 30px;
}

body {
    color: #0c1d40 !important;
}

.color-grey-light {
    color: #1F49A0 !important;
}

.color-dark-grey {
    color: #091530 !important;
}

.btn-primary {
    background-color: #F26633 !important;
    border-color: #F26633 !important;
}

.btn-primary:hover {
    background-color: #d95b2d !important;
    border-color: #d95b2d !important;
}

.box-bg-grey {
    color: #0c1d40 !important;
}

.btn-grey {
    background-color: white !important;
    border-color: #F26633 !important;
    color: #F26633 !important;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey:active {
    background-color: #FFFFFF !important;
    border-color: #c15128 !important;
    color: #c15128 !important;
}

.btn-outline-primary {
    background-color: #F26633 !important;
    border-color: #F26633 !important;
    color: white !important;
}

.btn-outline-primary:hover {
    background-color: #c15128 !important;
    border-color: #c15128 !important;
    color: white !important;
}

form {
    color: #1F49A0;
}

.navbar-dark {
    background-color: #1F49A0;
}

.navbar-dark-logo {
    background-color: #1F49A0;
}

.navbar-dark-content {
    background-color: #1F49A0;
}

.navbar-dark .dropdown-menu {
    background-color: #1F49A0;
    border-color: white;
}

.navbar-dark .dropdown-menu a:hover, .navbar-dark .dropdown-menu a:active, .navbar-dark .dropdown-menu a:visited {
    background-color: #183a80;
}

.navbar-light {
    background-color: #e8ecf5;
}

.sidebarBtn-top {
    color: white;
}

.badge {
    border: 2px solid #e8ecf5;
}

.tabs-active {
    border-bottom: solid 2px #F26633 !important;
}

.card-header .btn[aria-expanded=true] {
    background-color: #1F49A0;
}

.scrollStyle::-webkit-scrollbar-thumb {
    background: #F26633 !important;
    border-radius: 20px !important;
}

.scrollStyle::-webkit-scrollbar-thumb:hover {
    background: #F26633 !important;
}

.hover-icon-circle {
    color: #e8ecf5;
}

input:checked + .slider {
    background-color: #F26633;
}

input:focus + .slider {
    box-shadow: 0 0 1px #F26633;
}

input:checked + .slider-small {
    background-color: #F26633;
}

.ui-widget-header {
    background: #1F49A0 !important;
}

.ui-dialog-buttonset > button {
    background-color: #F26633 !important;
    border-color: #F26633 !important;
}

.task-btn {
    display: none !important;
}

.task-stop-form {
    display: none !important;
}

#newActivityConstructionForemanDiv {
	display: block !important;
}