﻿﻿.text-white, a.text-white:focus {
    color: #ffffff !important;
}

a.text-white:hover {
    color: #ec622a !important;
}

html {
    font-size: unset !important;
}

.btn-bru-prim, .btn-bru-prim:focus {
    color: #ffffff;
    background-color: #004c94;
    border-color: #004c94;
}

.btn-bru-default {
    color: #004c94;
    background-color: #ffffff;
    border-color: #004c94;
}

    .btn-bru-default:hover,
    .btn-bru-default:active,
    .btn-bru-default.active,
    .btn-bru-default.disabled,
    .btn-bru-default[disabled] {
        border-color: #0066C7;
        background-color: #ffffff;
        color: #0066C7;
    }

.alert-bru p {
    margin-bottom: 0px;
    font-size: 13px;
    text-shadow: none;
}

.alert-bru {
    color: #ec622a;
    text-shadow: none;
    background-color: #dadada;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .alert-bru h4 {
        margin-bottom: 5px;
        color: #ec622a;
    }

.btn-bru-prim:hover:not([disabled]),
.btn-bru-prim:active:not([disabled]),
.btn-bru-prim.active:not([disabled]) {
    background-color: #0066C7 !important;
    border-color: #0066C7 !important;
}

.btn-bru-prim:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-bru-prim.disabled,
.btn-bru-prim[disabled] {
    opacity: 0.3;
}

.btn-bru-prim:focus {
    outline: 0;
}

.btn-bru-prim-h2 {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #004c94;
    border: 0;
}

label {
    font-weight: bold;
    color: #004c94;
}

.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .alert-error ul {
        margin-bottom: 0;
    }

    .alert-error h4 {
        color: #b94a48;
    }

/* Validation error messages */
.validation-summary-errors,
.alert {
    border-width: 0 0 0 6px;
    border-style: solid;
    border-radius: 6px;
    padding: 15px;
}

.validation-summary-errors,
.alert-danger,
.alert-error,
#jsonError {
    color: #f34949;
    background-color: #feeded;
    border-color: #f34949;
    margin-bottom: 20px;
}
.validation-summary-errors ul li::before,
.alert-danger::before,
.alert-error:not(.validation-summary-errors)::before,
#jsonError::before {
    content: "\e088\00a0";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
}

.alert-warning {
    color: #a0793e;
    background-color: #fef9f1;
    border-color: #ffa95b;
}

.alert-title {
    font-size: 16px;
}

.validation-summary-errors ul {
    margin: 0;
}

.validation-summary-errors li {
    color: #f34949;
    list-style-type: none;
}

.validation-summary-errors .close {
    display: none;
}

#bop-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}

#bop-menu.navbar-default {
    background-color: rgba(248, 248, 248, 1);
    background: -webkit-linear-gradient(top, rgba(193, 212, 230, 1) 0%, rgba(248, 248, 248, 1) 100%);
    background: linear-gradient(to bottom, rgba(193, 212, 230, 1) 0%, rgba(248, 248, 248, 1) 100%);
    border-bottom: 1px solid rgba(193, 212, 230, 1);
    min-height: 76px;
}

    #bop-menu.navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        font-weight: bold;
    }

    #bop-menu.navbar-default .navbar-nav > li:not(.disabled) > a,
    #bop-menu.navbar-default .navbar-nav > li:not(.disabled) > .dropdown-menu li > a,
    #bop-menu.navbar-default .dropdown-menu > li:not(.disabled) > a[href],
    #bop-menu.navbar-default .navbar-header .nav > li:not(.disabled) > a {
        color: rgba(0, 76, 148, 1);
        background-color: rgba(248, 248, 248, 0);
        background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0) 100%);
        background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0) 100%);
    }

        #bop-menu.navbar-default .navbar-nav > li:not(.disabled) > a[href]:hover,
        #bop-menu.navbar-default .navbar-nav > li:not(.disabled) > a[href]:focus,
        #bop-menu.navbar-default .navbar-nav > li:not(.disabled) > .dropdown-menu li > a[href]:hover,
        #bop-menu.navbar-default .navbar-nav > li:not(.disabled) > .dropdown-menu li > a[href]:focus,
        #bop-menu.navbar-default .dropdown-menu > li > a[href]:hover,
        #bop-menu.navbar-default .dropdown-menu > li > a[href]:focus {
            color: rgba(234, 89, 6, 1);
        }

    #bop-menu.navbar-default .navbar-nav > li.active > a,
    #bop-menu.navbar-default .navbar-nav > li.active > a:hover,
    #bop-menu.navbar-default .navbar-nav > li.active > a:focus {
        color: rgba(234, 89, 6, 1);
    }

    #bop-menu.navbar-default .navbar-toggle {
        border-color: #004c94;
    }

        #bop-menu.navbar-default .navbar-toggle:hover,
        #bop-menu.navbar-default .navbar-toggle:focus {
            background-color: #ec622a;
            border-color: #ec622a;
        }

        #bop-menu.navbar-default .navbar-toggle .icon-bar {
            background-color: #004c94;
        }

        #bop-menu.navbar-default .navbar-toggle:hover .icon-bar,
        #bop-menu.navbar-default .navbar-toggle:focus .icon-bar {
            background-color: #f8f8f8;
        }

.bru-table th {
    padding: 3px 5px !important;
}

.bru-table thead,
.bru-table thead a {
    color: #434343;
    text-decoration: none;
}

.bru-pagination .pagination {
    margin: 0 !important;
}

.bru-pagination ul {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .bru-pagination ul > li {
        display: inline;
        cursor: pointer;
    }

        .bru-pagination ul > li > a,
        .bru-pagination ul > li > span,
        .pagination > .disabled > span {
            color: #3b3b3b;
            background-color: white;
            border: 1px solid #fff;
            border-radius: 5px !important;
            text-decoration: none;
            line-height: 20px;
        }

.bru-pagination ul > .active > a,
.bru-pagination ul > .active > a:hover,
.bru-pagination ul > .active > span,
.bru-pagination ul > .active > span:hover {
    color: black;
    background-color: #dadada;
    outline: 0 none;
    border: 1px solid #fff;
}

.bru-pagination ul li:not(.active) > a:hover {
    color: white;
    background-color: #004c94;
}

.clickable-panel span {
    color: #004c94 !important;
}

.clickable-panel:hover {
    border-color: #ec622a !important;
    cursor: pointer;
    color: #666;
}

    .clickable-panel:hover span {
        color: #ec622a !important;
    }

.bru-modal-default .modal-header,
.bru-modal-default .modal-footer {
    color: #666 !important;
    background-color: #dadada !important;
}

.bru-modal-primary, .bru-modal-default {
    margin-bottom: 15px !important;
}

    .bru-modal-primary .modal-header {
        color: #fff !important;
        background-color: #004c94;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .bru-modal-primary .modal-header > .modal-title {
        font-size: 16px
    }

    .bru-modal-primary, .bru-modal-primary .modal-header {
        border-color: #004c94 !important;
    }

.bru-modal-default {
    border-color: #004c94 !important;
}

.bru-modal-primary .modal-body {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ededed;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f7f7f7;
}

.bru-table-hover tbody tr:hover {
    background-color: #e9e9e9 !important;
    cursor: pointer;
}

.bru-table-hover tbody tr.disable-row-click:hover,
.disable-row-click:hover {
    cursor: default !important;
}

/* Navbar Mieter */

.mieter-lg-navbar a,
.mieter-lg-navbar a:hover {
    font-size: 16px;
    color: #4e4e4e;
    text-decoration: none;
}

.validation-summary-errors ul {
    padding-left: 0 !important;
}

.popover-title {
    color: #ffffff !important;
    background-color: #004c94 !important;
    padding-left: 5px !important;
}

.popover-content {
    padding: 5px !important;
}

.w-100 {
    width: 100%;
}

.list-group-item.active > .badge {
    color: white;
}

.badge-error {
    background-color: #b94a48;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge {
    min-width: 1rem;
    padding: 2px 8px;
    font-weight: normal;
}

.badge-warning {
    background-color: #ED622C !important;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #004C94;
}

    .badge-info:hover {
        background-color: #0066C7;
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    }

.text-warning-custom {
    color: #c98b00 !important;
}

a.list-group-item.list-group-sub-item:hover, a.list-group-item.folder-item:hover {
    background-color: #ddd !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

input[type=checkbox] {
    margin-left: 0 !important;
}

a {
    color: #1898d5;
}

.breadcrumb > .active {
    color: #bbbbbb
}

.navbar-brand {
    height: auto !important;
}

.jumbotron {
    background-color: #f5f5f5;
}

.datepicker {
    z-index: 1031 !important;
}

.label20 {
    font-size: 20px;
}

.no-uppercase {
    text-transform: none !important;
}

.uppercase {
    text-transform: uppercase;
}

.uvi-nav {
    text-transform: uppercase;
}

.navbar-month li {
    width: 6%;
}

    .navbar-month li a {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-month li.navbar-brand {
        width: 20%;
    }

    .navbar-month li:last-of-type {
        width: 8%;
    }

.button-slide {
    transition: background-color ease-in 0.2s, border-color ease-in 0.2s;
}

    .button-slide.active {
        background-color: #ec622a;
        border-color: #ec622a;
    }

/*********************************************Checkbox Switch*****************************************************/
.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 25px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked:not(:disabled) + input[type=hidden] + .slider {
    background-color: #004c94;
}

input:focus + .slider {
    box-shadow: 0 0 1px #004c94;
}

input:checked + input[type=hidden] + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*********************************************Checkbox Switch end*****************************************************/
.icon-border {
    border: 2px solid;
    padding: 2px 5px;
    border-radius: 5px;
}

.alert a {
    text-decoration: underline;
    color: inherit;
}

.overflow-hidden {
    overflow: hidden;
}

.background-transition {
    -webkit-transition: background-color linear 0.25s, border-color linear 0.25s;
    -moz-transition: background-color linear 0.25s, border-color linear 0.25s;
    -o-transition: background-color linear 0.25s, border-color linear 0.25s;
    transition: background-color linear 0.25s, border-color linear 0.25s;
}

.badge-info {
    background-color: #004c94;
}

@media (min-width: 1200px) {
    .pr-lg-0 {
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .pr-md-0 {
        padding-right: 0 !important;
    }
}

.bru-panel-white {
    border-radius: 15px;
}

.btn-bru-white,
.btn-bru-white:hover,
.btn-bru-white:active,
.btn-bru-white.active {
    color: #004c94;
    background-color: white;
    border-color: white;
}

    .btn-bru-white.disabled,
    .btn-bru-white[disabled] {
        background-color: #dadada;
        border-color: #dadada;
        cursor: not-allowed;
    }

/*_______________ Helper__________________*/
.text-bold {
    font-weight: bold;
}

.mt-15 {
    margin-top: 15px;
}
/*_______________ End Helper__________________*/
