/* Add here all your CSS customizations */
.hide {
    display: none !important;
}

label {
    display: inline-block;
    margin-bottom: .1rem;
}

.checkbox-kurt {
    background: #CCC;
}

.right {
    float: right;
}

.left {
    float: left;
}

.tabs-navigation .nav-tabs > li .nav-link-sm {
    padding: 8px;
}

.border-color-success {
    border-color: #0cc485 !important;
}

.border-color-error {
    border-color: #b20000 !important;
}

.text-color-success {
    color: #0cc485 !important;
}

.text-color-error {
    color: #b20000 !important;
}

.table td, .table th {
    padding: .50rem;
}

.no-text-decoration {
    text-decoration: none;
}

.no-text-decoration > a, a:hover, a:focus {
    text-decoration: none;
}



.table td, .table th {
    border-top: 0px solid #dee2e6;
}


/* loading overlay */
.loading-overlay-showing > .loading-overlay {
    opacity: 0.8;
    visibility: visible;
}





.my-text-color-warning {
    color: #ffffff !important;
    background-color: #ed9c28 !important;
}
.my-text-color-danger {
    color: #ffffff !important;
    background-color: #d2322d !important;
}





.fa-1-5x {
    font-size: 1.5em
}
.fa-1-4x {
    font-size: 1.4em
}
.fa-1-3x {
    font-size: 1.3em
}
.fa-1-2x {
    font-size: 1.2em
}




/* Add here all your CSS customizations */
.hide {
    display: none !important;
}

label {
    display: inline-block;
    margin-bottom: .1rem;
}

.checkbox-kurt {
    background: #CCC;
}

.right {
    float: right;
}

.left {
    float: left;
}

.tabs-navigation .nav-tabs > li .nav-link-sm {
    padding: 8px;
}

.border-color-success {
    border-color: #0cc485 !important;
}

.border-color-error {
    border-color: #b20000 !important;
}

.text-color-success {
    color: #0cc485 !important;
}

.text-color-error {
    color: #b20000 !important;
}

.table td, .table th {
    padding: .50rem;
}

.no-text-decoration {
    text-decoration: none;
}

    .no-text-decoration > a, a:hover, a:focus {
        text-decoration: none;
    }



.table td, .table th {
    border-top: 0px solid #dee2e6;
}


/* loading overlay */
.loading-overlay-showing > .loading-overlay {
    opacity: 0.8;
    visibility: visible;
}





.my-text-color-warning {
    color: #ffffff !important;
    background-color: #ed9c28 !important;
}

.my-text-color-danger {
    color: #ffffff !important;
    background-color: #d2322d !important;
}





.fa-1-5x {
    font-size: 1.5em
}

.fa-1-4x {
    font-size: 1.4em
}

.fa-1-3x {
    font-size: 1.3em
}

.fa-1-2x {
    font-size: 1.2em
}



.my-red-backgroundcolor {
    background-color: #e36159 !important;
}






.w80px {
    width: 80px;
    min-width: 80px;
}
.w100px {
    width: 100px;
    min-width: 100px;
}
.custom-text-color-grey-1 {
    color: #777 !important;
}
html .btn-light-grey {
    background-color: #FFF;
    border-color: #FFF #FFF #e6e6e6;
    color: #777;
}

    html .btn-light-grey:hover,
    html .btn-light-grey.hover {
        background-color: #ffffff;
        border-color: #ffffff #FFF;
        color: #0088CC;
    }
