/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.header-logo {
    width: 250px;
}

.master-breadcrumb .breadcrumb {
    padding: 0.75rem 1rem;
}

.clientareadetails .row  {
    justify-content: space-evenly;
}

@media screen and (min-width: 768px) {

    .clientareadetails .row .form-group {
        flex-basis: 48%;
        max-width: 48%;
    }

}

.btn-success, .btn-primary {
    color: #fff;
    background-color: #ff7300;
    border-color: #ff7300;
    border-radius: 0;
}

.btn-success:hover, .btn-primary:hover {
    color: #fff;
    background-color: #c45503;
    border-color: #c45503;
}

.btn-success:focus, .btn-success.focus, .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #c45503;
    border-color: #c45503;
    box-shadow: 0 0 0 0.2rem rgba(255, 115, 0, 0.5);
}

.btn-success.disabled, .btn-success:disabled, .btn-primary.disabled, .btn-primary:disabled {
    color: #d7d7d7;
    background-color: #ff7300;
    border-color: #ff7300;
    cursor: not-allowed;
}

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

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus,
.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(255, 115, 0, 0.5);
}

footer.footer {
    padding: 20px 0;
}

footer.footer .copyright {
    margin: 0;
}

footer.footer .copyright a {
    color: #EEE;
    text-decoration: underline;
}

footer.footer .copyright a:hover, footer.footer .copyright a:focus, footer.footer .copyright a:active {
    color: #bfbfbf;
}