body {
    font-size: 14px;
}

.card {
    border-radius: 14px;
    border: none;
}

.nav-item a:hover {
    color: black !important;
    background: #438d78 !important;
}

a {
    text-decoration: none !important;
    color: black !important;
}

hr {
    opacity: 20%;
}

.nav-item .active {
    background: #438d78 !important;
    /* color:white!important; */
}

.sidebar .nav-item .active {
    color: white !important;
}

.form-control,
.form-select {
    border: 1px rgb(156, 156, 156) solid;
}

.form-control:focus,
.form-select:focus {
    border-color: rgb(156, 156, 156);
    box-shadow: 0 0 0 .10rem rgba(0, 0, 0, 1);
}

.form-group label {
    opacity: 50%;
}

.form-check label {
    opacity: 100%;
}

.form-check-input:checked {
    background-color: #438d78;
    border-color: #438d78;
}

.italic {
    font-style: italic;
    opacity: 50%;
}

.btn-slim {
    padding: 2px 20px;
    font-size: 14px;
    font-weight: 500;
}

.btn-outline-dark {
    background: white !important;
    color: black !important;
    font-weight: 500;
    border: 2px black solid;
}

.btn-outline-dark:hover {
    color: white !important;
    background: black !important;
}

.btn-outline-dark.active:hover {
    color: black !important;
    /* background:black!important; */
}

.btn-outline-dark.active {
    background: white !important;
    border-width: 4px;
    margin: -3px;
}

.btn-action {
    padding: 1px 5px;
}

.border-right {
    border-right: 1px solid lightgray;
}

.border-left {
    border-left: 1px solid lightgray;
}

.border-bottom-dashed {
    border-bottom: 1px dashed lightgray;
    margin-bottom: 3px !important;
}

.bg-info {
    background-color: #438d78 !important;
    border-color: #438d78 !important;
}

.bg-success {
    background-color: #9ad361 !important;
    border-color: #9ad361 !important;
}

.bg-secondary {
    background-color: #e9e9e9 !important;
    border-color: #e9e9e9 !important;
}

.btn-info {
    background-color: #438d78;
    border-color: #438d78;
}

.btn-success {
    background-color: #9ad361;
    border-color: #9ad361;
}

.badge-success {
    background-color: #9ad361;
    border-color: #9ad361;
}

.card-empty {
    border: 1px lightgray dashed;
    background: none !important;
}

.tr-spacer {
    height: 14px;
}

#activity_table {
    font-size: 12px !important;
}

#activity_table input {
    font-size: 12px !important;
    font-weight: 700 !important;
}

#activity_table .form-control[readonly] {
    background-color: white !important;
}

.activity_row .form-control[readonly] {
    background-color: white !important;
}

.start_activity:hover {
    background-color: #438d78 !important;
    border-color: black;
}

.start_activity.active {
    background-color: #438d78 !important;
    border-color: #438d78 !important;
    color: white !important;
    border-width: 2px;
    margin: 1px;
}

.stop_activity:hover {
    background-color: #cb413a !important;
    border-color: black;
}

.stop_activity.active {
    background-color: #cb413a !important;
    border-color: #cb413a !important;
    color: white !important;
    border-width: 2px;
    margin: 1px;
}

.complete_activity:hover {
    background-color: #9ad361 !important;
    border-color: black;
    /* color:black!important; */
}

.complete_activity.active {
    background-color: #9ad361 !important;
    border-color: #9ad361 !important;
    border-width: 2px;
    margin: 1px;
}

.avoid_activity:hover {
    background-color: #cb413a !important;
    border-color: black;
}

.avoid_activity.active {
    background-color: #cb413a !important;
    border-color: #cb413a !important;
    color: white !important;
    border-width: 2px;
    margin: 1px;
}

.hover:hover {
    cursor: pointer;
}

[type='checkbox'],
[type='radio']:hover {
    color: #438d78 !important;
}

.sidebar {
    width: 210px;
    position: absolute;
    top: 0px;
    font-size: 17px;
}

.main-content {
    padding: 30px 40px 0px 30px;
}

.user-header img {
    display: inline;
    border-radius: 50%;
    height: 30px;
    width: auto;
}

.paginate_button:hover {
    cursor: pointer;
    background-color: #438d78 !important;
    border-radius: 5px;
}

.paginate_button {
    margin-left: 3px;
    padding: 3px 5px;
    border-radius: 5px;
}

.paginate_button.current {
    background-color: #438d78 !important;
    color: white !important;
}

.paginate_button.next,
.paginate_button.previous {
    font-weight: bold;
}

.table-phases tr {
    height: 50px;
}

.table-phases tbody {
    font-size: 20px;
}

.table-phases td .euro_pieces {
    font-size: 12px;
}

.select2-selection {
    overflow-y: auto;
    white-space: nowrap;
}

ul.select2-selection__rendered {
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple {
    border: 2px solid black !important;
    height: 29px;
}

. .select2-selection.select2-selection--multiple {
    border: 3px solid black !important;
}

.select2-selection--multiple .select2-selection__placeholder {
    color: black !important;
}

.select2-search__field {
    padding-top: 1px !important;
    margin-top: 0px !important;
}

.select2-selection__choice {
    font-size: 10px !important;
    background-color: white !important;
}

.select2-selection__choice__remove {
    font-size: 12px !important;
}

.daterangepicker .ranges .active {
    background-color: lightgreen !important;
    color: black !important;
    font-weight: 500 !important;
}

.border-black-baby {
    border: 2px black solid !important;
}


.bg-violet {
    background-color: mediumpurple !important;
}

#scrollTop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #438d78;
    color: white;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
}

#scrollTop:hover {
    background-color: #555;
}

#scrollBottom {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #438d78;
    color: white;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
}

#scrollBottom:hover {
    background-color: #555;
}