/* Overall */
.clearfix {
    display: block;
    content: "";
    clear: both;
}

a:hover {
	color: #3dbc91;
}

.h2, h2 {
    font-size: 1.35rem;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
    text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link.active {
	color: #3dbc91;
}

a.dropdown-item {
    text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #3dbc91;
}

.text-dark {
    color: #333 !important;
}

.container:not(#form-wrapper) {
	max-width: 1920px !important;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }
}

.table td,
.table th {
	vertical-align: middle;
    padding: 5px 10px;
}

.table:not(.table-no-wrap) td,
.table:not(.table-no-wrap) th {
	border-top: none !important;
}

.table th {
	white-space: nowrap;
}

.table-responsive > .table tr:first-child > td,
.table-responsive > .table tr:first-child > th {
	border-top: 0 !important;
}

/* .with-scroller .table th:last-child,
.with-scroller .table td:last-child {
	position: sticky;
	right: 0;
	z-index: 1;
	background-color: #f2f2f2;
	box-shadow: -5px 15px 30px -10px rgba(0, 0, 0, 0.5);
} */

.table-responsive {
    background-color: #f2f2f2;
    margin-bottom: 15px;
}

.table-responsive.has-dropdown {
    overflow-x: visible;
}

.table-responsive:not(:first-child) {
    margin-top: 15px;
}

.table-responsive > table {
	margin: 0;
}

tr.fade:not(.show) {
	opacity: 1 !important;
}

.card {
	border-radius: 5px 10px 10px 20px !important;
}

.btn {
	border-radius: 2.5px 5px 5px 10px !important;
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #1f5f49;
    background-color: #d3f1e7;
    border-color: #c4ecde;
}

.alert-primary hr {
    border-top-color: #b1e5d4;
}

.alert-primary .alert-link {
    color: #12392c;
}

.badge-primary {
    color: #fff;
    background-color: #3dbc91;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #309573;
}

.bg-primary {
    background-color: #3dbc91 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #309573 !important;
}

.border-primary {
    border-color: #3dbc91 !important;
}

.btn-primary {
    color: #fff;
    background-color: #3dbc91;
    border-color: #3dbc91;
}

.btn-primary:hover {
    color: #fff;
    background-color: #34a17c;
    border-color: #309573;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(61, 188, 145, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #3dbc91;
    border-color: #3dbc91;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #309573;
    border-color: #2c896a;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(61, 188, 145, 0.5);
}

.btn.dropdown-toggle {
	overflow: hidden;
}

.btn-outline-primary {
    color: #3dbc91;
    background-color: transparent;
    border-color: #3dbc91;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3dbc91;
    border-color: #3dbc91;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(61, 188, 145, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #3dbc91;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3dbc91;
    border-color: #3dbc91;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(61, 188, 145, 0.5);
}

.list-group-item-primary {
    color: #1f5f49;
    background-color: #c4ecde;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #1f5f49;
    background-color: #b1e5d4;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #1f5f49;
    border-color: #1f5f49;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #c4ecde;
}

.table-hover .table-primary:hover {
    background-color: #b1e5d4;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #b1e5d4;
}

.text-primary {
    color: #3dbc91 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #309573 !important;
}


/*------------------------------------
- COLOR light-light-primary
------------------------------------*/
.alert-light-primary {
    color: #76d3b4;
    background-color: #16d122;
    border-color: #15e11d;
}

.alert-light-primary hr {
    border-top-color: #14a117;
}

.alert-light-primary .alert-link {
    color: #4fc79f;
}

.badge-light-primary {
    color: #212529;
    background-color: #d3f1e7;
}

.badge-light-primary[href]:hover, .badge-light-primary[href]:focus {
    color: #212529;
    background-color: #ace4d1;
}

.bg-light-primary {
    background-color: #d3f1e7 !important;
}

a.bg-light-primary:hover, a.bg-light-primary:focus,
button.bg-light-primary:hover,
button.bg-light-primary:focus {
    background-color: #ace4d1 !important;
}

.border-light-primary {
    border-color: #d3f1e7 !important;
}

.btn-light-primary {
    color: #212529;
    background-color: #d3f1e7;
    border-color: #d3f1e7;
}

.btn-light-primary:hover {
    color: #212529;
    background-color: #b7e8d8;
    border-color: #ace4d1;
}

.btn-light-primary:focus, .btn-light-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 241, 231, 0.5);
}

.btn-light-primary.disabled, .btn-light-primary:disabled {
    color: #212529;
    background-color: #d3f1e7;
    border-color: #d3f1e7;
}

.btn-light-primary:not(:disabled):not(.disabled):active, .btn-light-primary:not(:disabled):not(.disabled).active, .show > .btn-light-primary.dropdown-toggle {
    color: #212529;
    background-color: #ace4d1;
    border-color: #a0e0cb;
}

.btn-light-primary:not(:disabled):not(.disabled):active:focus, .btn-light-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-light-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 241, 231, 0.5);
}

.btn-outline-light-primary {
    color: #d3f1e7;
    background-color: transparent;
    border-color: #d3f1e7;
}

.btn-outline-light-primary:hover {
    color: #212529;
    background-color: #d3f1e7;
    border-color: #d3f1e7;
}

.btn-outline-light-primary:focus, .btn-outline-light-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 241, 231, 0.5);
}

.btn-outline-light-primary.disabled, .btn-outline-light-primary:disabled {
    color: #d3f1e7;
    background-color: transparent;
}

.btn-outline-light-primary:not(:disabled):not(.disabled):active, .btn-outline-light-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-light-primary.dropdown-toggle {
    color: #212529;
    background-color: #d3f1e7;
    border-color: #d3f1e7;
}

.btn-outline-light-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-light-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 241, 231, 0.5);
}

.list-group-item-light-primary {
    color: #76d3b4;
    background-color: #15e11d;
}

.list-group-item-light-primary.list-group-item-action:hover, .list-group-item-light-primary.list-group-item-action:focus {
    color: #76d3b4;
    background-color: #14a117;
}

.list-group-item-light-primary.list-group-item-action.active {
    color: #212529;
    background-color: #76d3b4;
    border-color: #76d3b4;
}

.table-light-primary,
.table-light-primary > th,
.table-light-primary > td {
    background-color: #15e11d;
}

.table-hover .table-light-primary:hover {
    background-color: #14a117;
}

.table-hover .table-light-primary:hover > td,
.table-hover .table-light-primary:hover > th {
    background-color: #14a117;
}

.text-light-primary {
    color: #d3f1e7 !important;
}

a.text-light-primary:hover, a.text-light-primary:focus {
    color: #ace4d1 !important;
}
