﻿/*QUI SI INSERISCONO GLI STILI PERSONALIZZATI PER I VARI BRANCH*/
body {
}

a {
    color: #009688;
}

a:hover {
    color: #00796b;
}

.bold{
    font-weight: bold;
}

#logo {
    max-width: 100%;
}

.badge-teal {
    color: #fff;
    background-color: #009688;
}

legend {
    padding-top: .625rem;
    padding-bottom: .625rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #009688;
    font-size: .8125rem;
    color: #009688;
}

.navbar-brand img {
    height: 50px;
}

.navbar-brand{
    padding: 5px 0px;
}

.sidebar-user {
    color: #f5f5f5;
    background-color: rgba(0,0,0,.3);
}

.form-check-input {
    position: relative;
    margin-left: 0px;
    display: inline-block;
}

.form-control {
    min-height: 36px !important;
}

.card-title {
    font-weight: bold;
}

#CallDate, #ActivityDate, #ActivityEndDateTime {
    margin-left: 5px;
}

.back-gray {
    background-color: #F5F5F5 !important;
}

.dataTable > thead {
    background-color: #ddd;
}

.nav-item a {
    color: rgba(255,255,255,.9);
}

.dt-button-collection > .dt-button.active, .btn-primary, .buttons-colvis {
    background-color: #009688;
    color: rgba(255,255,255,.9);
    border-color: #00796b;
}

.btn-primary:hover {
    background-color: #00796b;
}

.content {
    padding: 0.40rem 0.40rem !important;
}

.sidebar-dark .nav-sidebar .nav-item > .nav-link.active, .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar .nav-item > .nav-link.active {
    background-color: #4fd8bf;
    color: #fff;
}

.progress-text-area {
    width: 100%;
    height: 200px;
    margin-top: 20px;
    resize: none;
}

.dropzone {
    min-height: 12rem !important;
}

.dataTable {
    min-height: 160px !important;
}

.hiddendatetime {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.dataTable {
    min-height: 160px !important;
}

.dropzone-button {
    padding: 4px;
    top: 4px;
}

.dataTable thead .sorting_asc:after {
    content: '' !important;
    opacity: 1;
}

.dataTable thead .sorting_asc:after {
    content: '' !important;
    opacity: 1;
}

.dataTable thead .sorting:before {
    content: '' !important;
    margin-top: -0.125rem;
    opacity: 0.5;
}

.dataTable thead .sorting:after {
    content: '' !important;
    margin-top: -0.625rem;
    opacity: 0.5;
}

.dataTable thead .sorting_asc:after {
    content: '' !important;
    opacity: 1;
}

.dataTable thead .sorting_desc:after {
    content: '' !important;
    opacity: 1;
}

.dataTable thead .sorting_asc_disabled:after {
    content: '' !important;
    opacity: 0.25;
}

.dataTable thead .sorting_desc_disabled:after {
    content: '' !important;
    opacity: 0.25;
}


input[type='checkbox']:after {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #607d8b;
    transition: 0.5s ease;
}

input[type='checkbox']:disabled:after {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #999;
    transition: 0.5s ease;
}

input[type='checkbox']:checked:after {
    border: none;
    content: "\ed6e";
    font-family: icomoon;
    font-size: 16px;
    color: #009688;
}

input[type='checkbox']:checked:disabled:after {
    border: none;
    content: "\ed6e";
    font-family: icomoon;
    font-size: 16px;
    color: #999;
}

.zero_checkbox label {
    margin-left: 10px;
    color: #009688;
}