/* ############################################################################## */
/* # BootsFaces Layoutanpassungen.                                              # */
/* ############################################################################## */
/* .row {
    margin-top: 15px;
    margin-bottom: 15px;
} */

.ui-tooltip .ui-tooltip-text {
    background-color: #fff;
    color: #666;
    padding: 15px 15px;
    max-width: 250px;
    font-size: 16px;
}

.tooltip-header {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}

.ui-shadow {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.ui-tooltip-right .ui-tooltip-arrow {
    border-right-color: #fff;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}

.btn-primary,
.btn-primary:visited {
    background-color: #009933 !important;
    border: 1px solid transparent !important;
    color: white;
}

.btn-secondary {
    background-color: #ffffff !important;
    color: #009933 !important;
    border: 2px solid #009933 !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #009933 !important;
    color: #ffffff !important;
    border: 2px solid transparent;
}

.btn-lg {
    font-size: 26px !important;
    min-height: 70px;
    padding-right: 25px;
    padding-left: 25px;
    width: auto;
}

a.btn-lg {
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 15px;
}

.btn-m {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 22px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    text-align: right;
}

.nav > li {
    text-align: right;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #076f29 !important;
}

.btn-primary:active:focus {
    background-color: #076f29 !important;
}

.btn-primary:active:hover {
    background-color: #076f29 !important;
}

.btn-secondary:active {
    background-color: #ffffff !important;
}

.btn-secondary:active:focus {
    background-color: #076f29 !important;
    color: #ffffff !important;
}

.btn-secondary:active:hover {
    background-color: #076f29 !important;
    color: #ffffff !important;
}

.btn-field {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.btn-full-width {
    width: 100%;
}

.btn-link-lg,
.btn-link-lg:hover,
.btn-link-lg:active,
.btn-link-lg:focus,
.btn-link-lg:visited {
    width: 100%;
    text-decoration: none;
    color: #ffffff !important;
    padding-top: 16px;
}

.btn-link-lg:focus,
.btn-link-lg:hover {
    color: #ffffff !important;
}

.btn-secondary-link-lg,
.btn-secondary-link-lg:hover,
.btn-secondary-link-lg:active,
.btn-secondary-link-lg:focus {
    width: 100%;
    text-decoration: none;
    padding-top: 16px;
}

.alert-validation-error-alert {
    color: #d0021b;
    border-color: #d0021b;
    background-color: rgba(255, 2, 11, 0.15);
}

.alert .fa {
    margin-left: -15px;
}

@media screen and (min-width: 720px) {
    .container-fluid {
        padding: 0px 60px;
    }
}