﻿.mytitleh4{
    color:red;
    background-color:yellow;
}

.navbar > .container, .navbar > .container-fluid {
    justify-content: flex-start;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.mars-logo {
    height: 75px;
}

.flavia-logo {
    margin-left: 120px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 10px;
    height: 70px;
    background-size: cover;
    width: 171px;
}


.padding-title{
    margin-bottom:50px;
}

.margin-lower-nav {
    margin-bottom: 100px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.form-control {
    width: 700px !important;
    margin-bottom: 10px !important;
}

.p-add-distributor{
    width:700px;
}

.btn-create {
    background-color: #7a9d3d !important;
    padding-left: 10px;
    padding-right: 10px;
    width: 300px;
    color: white !important;
}

.back-link-btn {
    text-decoration: underline;
    margin-left: 50px;
    border: 0;
    background-color: transparent;
}

.back-link {
    text-decoration: underline;
    margin-left: 50px;
    color:black;
    padding-top:7px;
}

.back-portal {
    text-decoration: underline;
    border: 0;
    background-color: transparent;
    margin-top: 100px;
}

.footer {
    position: fixed;
    bottom: 0 !important;
    color: white;
    font-size: 0.7rem;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 40px; /* Vertically center the text there */
    background-color: #7ea3d6;
    overflow-wrap: normal;
}


form.ng-untouched.ng-pristine.ng-invalid {
    padding-bottom: 100px;
}

.wb-buttons-footer {
    padding-bottom: 100px;
}

@media (max-width:580px) {
    .wb-nav-tabs .nav-tabs {
        flex-wrap: wrap;
    }
}

@media (min-width:581px) {
    .wb-nav-tabs .nav-tabs {
        flex-wrap: nowrap;
    }
}