/* ---------------------------------------------------
    GENERAL STYLES
----------------------------------------------------- */

html {
    scroll-behavior: smooth;
}

body {
    font-family: Roboto, 'sans-serif';
    color: #000000;
    background-color: #fdfdfd;
    font-weight: 400;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    line-height: 15px;
    font-weight: 400;
}

h1 {
    font-size: 40px;
    letter-spacing: -1.5px;
    font-weight: lighter;
    line-height: 48px;
}

h2 {
    font-size: 31px;
    letter-spacing: -0.5px;
    font-weight: lighter;
    line-height: 40px;
}

h3 {
    font-size: 25.92px;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 32px;
}

h4 {
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: normal;
    line-height: 28px;
}

h5 {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 28px;
}

h6 {
    font-size: 14.99px;
    letter-spacing: 0.15px;
    font-weight: normal;
    line-height: 24px;
}

p,
a {
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: normal;
    line-height: 20px;
}

a {
    color: #2e2e2e;
    text-decoration: none !important;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a:active,
a:focus {
    color: #000000;
    text-decoration: none;
}

.title {
    font-weight: normal;
    text-transform: initial;
    letter-spacing: 0.5px;
    line-height: 10px;
}

.subtitle {
    font-weight: normal;
    text-transform: initial;
    letter-spacing: 0.15px;
    line-height: 10px;
    color: #333333;
}


/* ---------------------------------------------------
    FONTS VARIANTS 
----------------------------------------------------- */

.text-roboto {
    font-family: Roboto, 'sans-serif';
}

.text-poppins {
    font-family: Poppins, 'sans-serif';
}

.text-primary {
    color: #004571 !important;
}


/* NaturgyColor */

.text-secondary {
    color: #e57200 !important;
}

.text-red {
    color: #e93b2f;
    font-weight: bold;
}

.rating {
    font-size: 16px;
}


/* ---------------------------------------------------
    COLORS
----------------------------------------------------- */

.bg-primary {
    background-color: #004571 !important;
}


/* NaturgyColor */

.bg-secondary {
    background-color: #e57200 !important;
}

.border-radius-8 {
    border-radius: 8px;
}

.border-radius-12 {
    border-radius: 12px !important;
}

.md-18 {
    font-size: 18px;
}

.md-48 {
    font-size: 48px;
}

.md-68 {
    font-size: 68px;
}


/* ---------------------------------------------------
    COMPONENTS STYLES
----------------------------------------------------- */


/* ---------------------------------------------------
    NAVBAR
----------------------------------------------------- */

.navbar {
    background-color: #ffffff !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 999;
}


/* NaturgyColor */

.navbar-dark .navbar-nav .nav-link {
    color: #e57200;
    font-family: Poppins, 'sans-serif';
}

.navbar a:hover {
    background-color: #bebebe1c;
    border-radius: 8px;
}

.dropdown-menu {
    /* 5dp */
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    border: none;
    z-index: 999;
    border-radius: 8px;
}

.dropdown-item {
    text-transform: none;
    font-size: 14px;
    color: #505050;
}

.dropdown-item:hover {
    color: #000000 !important;
    text-decoration: none;
    background-color: #bebebe1c !important;
}

.dropdown-item:active,
.dropdown-item:focus {
    color: #000000 !important;
    text-decoration: none;
    background-color: #9797971c !important;
}

i.material-icons {
    vertical-align: middle;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #004571;
    /* 1dp */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}


/* ---------------------------------------------------
    CARD
----------------------------------------------------- */

.card {
    border-radius: 8px;
    /* 1dp */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card:hover {
    /* 8dp */
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-square {
    border-radius: 0px;
}

.card-round {
    border-radius: 50px;
}

.card-outline {
    box-shadow: none !important;
    border: 1px solid #dadce0;
}

.card-static-elevation {
    /* 1dp */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.card-static-elevation:hover {
    /* 1dp */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}


/* ---------------------------------------------------
    BUTTONS STYLES
----------------------------------------------------- */

.btn {
    padding: 8px;
    margin: 4px;
    font-family: Roboto, 'sans-serif';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08929em;
    /*height: 36px;*/
    background-color: #ffffff;
    color: #000000;
    border-radius: 4px;
    border-style: none;
    text-transform: uppercase;
    /* 1dp */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    /*display: inline-flex;*/
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.btn:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-sm {
    padding: .15rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    margin: 1px !important;
}

.btn-round {
    border-radius: 25px !important;
    display: inline-flex;
    padding: 10px;
}


/* ---------------------------------------------------
    PRIMARY BUTTONS
----------------------------------------------------- */

.btn-primary {
    background-color: #0774a6;
    color: #ffffff;
    border: none !important;
}

.btn-off {
    background-color: #e4e4e4;
    color: #000000;
    border: none !important;
}

.btn-primary:hover {
    background-color: #076493;
    color: #ffffff;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #004671 !important;
    color: #ffffff !important;
}

.btn-secondary {
    background-color: #eb8203;
    color: #000000;
    border: none !important;
}

.btn-secondary:hover {
    background-color: #e57300;
    color: #000000;
}

.btn-secondary:focus,
.btn-secondary:active {
    background-color: #dc5a00 !important;
    color: #000000 !important;
}

.btn-link {
    color: #0774a6 !important;
    background-color: transparent;
    box-shadow: none;
}

.btn-link:hover {
    box-shadow: none;
    color: #076493 !important;
    background-color: #0f0d921c;
    text-decoration: none;
}

.btn-link:active,
.btn-link:focus {
    box-shadow: none;
    color: #004671 !important;
    background-color: #1310b82c;
    text-decoration: none;
}

.btn-link-light {
    color: #eaebff !important;
    background-color: transparent;
    box-shadow: none;
}

.btn-link-light:hover {
    box-shadow: none;
    color: #c9ccff !important;
    background-color: #0f0d921c;
    text-decoration: none;
}

.btn-link-light:active,
.btn-link-light:focus {
    box-shadow: none;
    color: #c9ccff !important;
    background-color: #1310b82c;
    text-decoration: none;
}


/* ---------------------------------------------------
    LIGHT BUTTONS
----------------------------------------------------- */

.btn-light {
    background-color: #ffffff;
    color: #0009ca !important;
}

.btn-primary-light {
    background-color: #dff2f8;
    color: #004671;
    border: none;
}

.btn-primary-light:hover {
    background-color: #afdded;
    color: #004671;
}

.btn-primary-light:focus,
.btn-primary-light:active {
    background-color: #7dc7e0 !important;
    color: #004671 !important;
}

.btn-secondary-light {
    background-color: #fdf4e1;
    color: #dc5a00;
    border: none;
}

.btn-secondary-light:hover {
    background-color: #fbe1b4;
    color: #dc5a00;
}

.btn-secondary-light:focus,
.btn-secondary-light:active {
    background-color: #f9cf83 !important;
    color: #dc5a00 !important;
}

.btn-success-light {
    background-color: #e3ffeb;
    color: #268c46;
    border: none;
}

.btn-success-light:hover {
    background-color: #c7fbd5;
    color: #268c46;
}

.btn-success-light:focus,
.btn-success-light:active {
    background-color: #abf6bf !important;
    color: #268c46 !important;
}

.btn-warning-light {
    background-color: #fdfcb8;
    color: #a73d00;
    border: none;
}

.btn-warning-light:hover {
    background-color: #faf88d;
    color: #a73d00;
}

.btn-warning-light:focus,
.btn-warning-light:active {
    background-color: #f8f463 !important;
    color: #a73d00 !important;
}

.btn-danger-light {
    background-color: #ffe3e3;
    color: #a70c00;
    border: none;
}

.btn-danger-light:hover {
    background-color: #f6bcb9;
    color: #a70c00;
}

.btn-danger-light:focus,
.btn-danger-light:active {
    background-color: #d68172 !important;
    color: #a70c00 !important;
}


/* ---------------------------------------------------
    OUTLINE BUTTONS
----------------------------------------------------- */

.btn-primary-outline {
    background-color: #ffffff;
    color: #0009ca;
    border: 1px solid #0009ca;
    box-shadow: none;
}

.btn-primary-outline:hover {
    background-color: #ebebeb;
    color: #0009ca;
    border: 1px solid #0009ca;
    box-shadow: none;
}

.btn-primary-outline:focus,
.btn-primary-outline:active {
    background-color: #c9ccff !important;
    color: #0009ca !important;
    border: 1px solid #0009ca !important;
    box-shadow: none;
}


/* ---------------------------------------------------
    BACK TO TOP
----------------------------------------------------- */

#backTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fdc726;
    color: #000000;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /* 6dp */
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

#backTop:hover {
    background-color: #fcae1b;
    /* 7dp */
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

#backTop:active,
#backTop:focus {
    background-color: #fa8503;
    /* 7dp */
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}


/* ---------------------------------------------------
    RIPPLE
----------------------------------------------------- */

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #ffffff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(20, 20);
    opacity: 0;
    transition: transform .4s, opacity 1s;
}

.ripple-dark:after {
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
}

.ripple:active:after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s;
}


/* ---------------------------------------------------
    BADGES STYLES
----------------------------------------------------- */

.badge {
    border-radius: 25px;
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
}

.badge-primary {
    background-color: #e9e9fe;
    color: #0000be;
}

.img-carousel {
    /* 1dp */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


/* ---------------------------------------------------
    ALERTS
----------------------------------------------------- */

.alert {
    border-radius: 4px;
    /* 1dp */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.alert-snackbar {
    background-color: #3a3a3a;
    color: #f0f0f0;
    bottom: 0;
    position: fixed;
    width: 50%;
    z-index: 998;
    animation-name: zoomIn;
    animation-duration: 0.6s;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip .arrow {
    display: none;
}

.tooltip .tooltip-inner {
    background-color: #3a3a3a;
    color: #f0f0f0;
    opacity: 1.0;
    animation-name: zoomIn;
    animation-duration: 0.2s;
}


/* ---------------------------------------------------
    MODAL 
----------------------------------------------------- */

.modal-content {
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
}

.modal-header {
    border-bottom: 1px solid #ffffff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.modal-title {
    font-weight: bold;
}

.modal-footer {
    border-top: 1px solid #ffffff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}


/* ---------------------------------------------------
    FORM-CONTROL 
----------------------------------------------------- */

.form-control-material {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-bottom: 1px solid #9e9e9e;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.form-control-material:hover {
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    border-bottom: 1px solid #000000;
}


/* NaturgyColor */

.form-control-material:focus,
.form-control-material:active {
    background-color: #d1d1d1;
    border: 1px solid #d1d1d1;
    border-bottom: 2px solid #e57200;
    box-shadow: none;
}

.form-material-no-border {
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}


/* ---------------------------------------------------
    SELECT 2 
----------------------------------------------------- */

.select2-container--open .select2-dropdown--below {
    border: none;
    border-radius: 4px;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ececec;
    color: #000000;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default .select2-selection--single {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-bottom: 1px solid #9e9e9e;
    height: calc(1.5em + .75rem + 2px);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 2.5;
}

.select2-results__option {
    padding: 10px;
    user-select: none;
    -webkit-user-select: none;
}


/* ---------------------------------------------------
    CHECKBOX 
----------------------------------------------------- */

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

label::before {
    border: #545454 solid 1px !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #000000 !important;
    border-color: #1e3ae5;
    background-color: #1e3ae5;
}


/* ---------------------------------------------------
    SWITCH 
----------------------------------------------------- */

.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 14px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b3b3b3;
    -webkit-transition: .2s;
    transition: .2s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 0px;
    bottom: -2px;
    background-color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

input:checked+.slider {
    background-color: #8fdf9e;
}

input:focus+.slider {
    box-shadow: 0 0 1px #8fdf9e;
}

input:checked+.slider-red {
    background-color: #ffa68f;
}

input:focus+.slider-red {
    box-shadow: 0 0 1px #ffa68f;
}

input:checked+.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    background-color: #00ad24;
}

input:checked+.slider-red:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    background-color: #ff3c1e;
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/* ---------------------------------------------------
    PAGINATION STYLES
----------------------------------------------------- */

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #004571;
    border-color: #004571;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0009ca;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}


/* ---------------------------------------------------
    TABLES  
----------------------------------------------------- */

table {
    font-size: 12px;
}

table th {
    font-weight: 500;
    letter-spacing: 1.25px;
    font-size: 14px;
    color: #757575;
}


/* ---------------------------------------------------
    SECTION STYLES
----------------------------------------------------- */

.bg-header {
    background: linear-gradient(rgba(40, 40, 40, 0.2), rgba(40, 40, 40, 0.2)), url(../img/cappuccino.jpg);
    background-size: cover;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    max-height: 250px;
    background-position: center;
}

.section-wave {
    background: url('../img/svg/wave.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    padding-top: 20px;
}


/* ---------------------------------------------------
    ANIMATIONS STYLES
----------------------------------------------------- */


/* KEYFRAMES */

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.2s;
        -webkit-animation-duration: 0.2s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
    .animate-sm {
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
    .animate-md {
        animation-duration: 1.0s;
        -webkit-animation-duration: 1.0s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.animation-spin {
    animation-name: spin;
    animation-direction: normal;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.h-md-100 {
    height: 85vh;
}


/* ---------------------------------------------------
    MEDIA QUERIES STYLES
----------------------------------------------------- */


/* On screens that are 992px or less*/

@media screen and (max-width: 992px) {
    .navbar-nav .nav-link {
        border-bottom: none;
        padding: 10px;
        font-size: 12px;
    }
    .navbar-nav .active>.nav-link {
        border-bottom: none;
    }
    .navbar-nav .nav-link:hover {
        border-bottom: none;
    }
    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link:active {
        border-bottom: none;
    }
    /* SNACKBAR */
    .alert-snackbar {
        width: 80%;
    }
}


/* On screens that are 600px or less*/

@media screen and (max-width: 600px) {
    .navbar-nav .nav-link {
        border-bottom: none;
        padding: 10px;
        font-size: 12px;
    }
    .navbar-nav .active>.nav-link {
        border-bottom: none;
    }
    .navbar-nav .nav-link:hover {
        border-bottom: none;
    }
    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link:active {
        border-bottom: none;
    }
    .btn-block-auto {
        width: 100%;
    }
    /* SNACKBAR */
    .alert-snackbar {
        width: 80%;
    }
}

a .row {
    margin-bottom: -10px;
}

li.active a .row {
    margin-bottom: 0px;
}

div.table-responsive .row:first-child {
    content-visibility: hidden;
}

div.container-fluid div.table-responsive .row:first-child {
    content-visibility: visible;
}

.submenu .row {
    margin-bottom: 0px;
}

.NaturgyTheme {
    background-color: #004671 !important;
    color: #ffffff !important
}

.NaturgyBorder {
    border-color: white;
    border-bottom: inset;
    border-width: thin;
    padding-bottom: 10px;
}

.NaturgyTheme a:hover {
    /* background-color:#004671 !important;   */
    color: #ffffff !important;
    text-decoration: none;
    transition: none !important;
}

.submenu:hover {
    background-color: #006db1 !important;
    color: #ffffff !important;
    text-decoration: none;
    transition: none !important;
}


/* color here */

.NaturgyTheme a[aria-expanded="true"] {
    background-color: #004671 !important;
    color: #ffffff !important;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 4px;
}

.grad {
    color: #ffffff;
    /* For browsers that do not support gradients */
    background-color: #004671;
    background-image: linear-gradient(to right, #004671, #ffffff9f);
    padding-left: 1.5%;
    max-height: 47px;
}

.row {
    margin-bottom: 10px;
}

.toggle-light {
    background-color: #bebebe !important;
    width: 30px !important;
}

.btnExcel {
    background: url(../img/icons/Excel.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    background-position-x: 5px;
    background-color: green;
    color: white;
    float: right;
}

.toggle-group label {
    font-size: smaller !important;
}

.table-row {
    overflow: auto;
    height: 125px;
    min-height: 125px;
    max-height: 500px;
    resize: vertical;
}

div.bs-actionsbox .btn-group-sm>.btn,
.btn-sm {
    font-size: x-small;
}

div.dropdown .btn-light {
    color: rgba(0, 0, 0, 0.918) !important;
}

th.text-center {
    width: 10% !important
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}