/* ############################################################################## */
/* # 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: 0 2px 2px 0 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: #005194 !important;
    border: 1px solid transparent !important;
    color: white;
}

.btn-secondary {
    background-color: #ffffff !important;
    color: #005194 !important;
    border: 2px solid #005194 !important;
}

.btn-secondary:HOVER, .btn-secondary:FOCUS {
    background-color: #005194 !important;
    color: #ffffff !important;
    border: 2px solid transparent;
}

.btn-lg {
    font-size: 16px !important;
    min-height: 70px;
    padding-right: 25px;
    padding-left: 25px;
    width: auto;
}

a.btn-lg {
     text-overflow: ellipsis;
     overflow:hidden;
    padding-top: 22px;
}

.btn-m {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
}

.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: #004680 !important;
}

.btn-primary:ACTIVE:FOCUS {
    background-color: #004680 !important;
}

.btn-primary:ACTIVE:HOVER {
    background-color: #004680 !important;
}

.btn-secondary:ACTIVE {
    background-color: #ffffff !important;
}

.btn-secondary:ACTIVE:FOCUS {
    background-color: #004680 !important;
    color: #ffffff !important;
}

.btn-secondary:ACTIVE:HOVER {
    background-color: #004680 !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: 22px;
}

.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;
}

.btn-secondary-link-lg:focus, .btn-secondary-link-lg:hover {
    
}

.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;
    }
}