﻿.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge-notify {
    background: #f9941e;
    position: relative;
    -moz-transform: translate(-50%, -90%);
    -ms-transform: translate(-50%, -90%);
    -webkit-transform: translate(-59%, -90%);
    -o-transform: translate(-50%, -90%);
}

.w3-animate-opacity {
    animation: opac 0.8s;
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    //background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

.form-control-inline {
    display: inline;
    width: unset;
}

.hidden-j {
    display: none;
}

.margin-s {
    margin-top: -8px;
    margin-right: 5px;
}

.min-w-18 {
    min-width: 18px;
}

.footer-de-row {
    padding-right: 20px;
}

.btn-fardim:hover, .btn-fardim:focus, .btn-fardim:active {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.a-white {
    color: white;
}
