/**
 * Custom CSS
 */
.badge {
    display: inline-block;
    padding: 0.25em 0.55em;
    font-size: 0.7em;
    font-weight: 700;
    line-height: 0.8;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin: -2px -2px -2px -2px;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 100%;
}

.label-dark {
    background: #000;
    border-color: #000;
}

.label-dark:hover {
    background: #000;
    border-color: #000;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
    color: #000000;
}

body {
    font-size: 0.838rem;
    letter-spacing: 0px;
    padding-top: 2%;
}


#footer {
    margin: -0.6em -29px -0.6em -32px;
}

.label-dark {
    background: #000;
    border-color: #000;
}

.label-dark:hover {
    background: #000;
    border-color: #000;
}


.form-control {
    background-color: #dbdbdb;
}

.container {
    top: 100px;
}

.navbar {
    font-size: 13px;
    text-transform: unset;
}

.nav-item {
    margin-right: 0rem;
}

@media (min-width: 350px) {
    .bootstrapiso {
        margin-top: 40px;
    }

    .topdistance {
        margin-top: 50px;
    }
}

@media (min-width: 576px) {
    .bootstrapiso {
        margin-top: 40px;
    }

    .topdistance {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .bootstrapiso {
        margin-top: 35px;
    }

    .topdistance {
        margin-top: 60px;
    }
}

@media ( min-width: 992px) {
    .bootstrapiso {
        margin-top: 15px;
    }

    .navbar {
        padding: 0.01rem 0.01rem;
        height: 40px;
    }

    .topdistance {
        margin-top: 0px;
    }
}

@media ( min-width: 1200px) {
    .bootstrapiso {
        margin-top: 10px;
    }

    .navbar {
        padding: 0.01rem 0.01rem;
        height: 40px;
    }
}

.dropdown-item {
    display: initial;
    /*width: 24%;*/
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    /*left: 0;*/
    z-index: 1000;
    display: none;
    float: left;
    /*min-width: 33rem;*/
    font-size: 0.7rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #563d7c;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.bg-primary .dropdown-menu {
    background-color: #008cba;
}

.bg-primary .dropdown-menu .dropdown-item, .bg-primary .dropdown-menu .dropdown-item:focus {
    color: rgba(44, 255, 255, 0.7);
}

.bg-primary .dropdown-menu .dropdown-item.active, .bg-primary .dropdown-menu .dropdown-item:hover,
.bg-primary .dropdown-menu .dropdown-item:focus {
    background-color: #0079a1;
    color: #fff;
}

.modal-backdrop {
    z-index: 10;
    opacity: 0.5 !important;
}

.spacer {
    margin-top: 2px;
    margin-bottom: 2px;
}

.block {
    margin-left: 2px;
    min-height: 200px;
}

.block1 {
    margin-left: 2px;
}

.block2 {
    margin-left: 2px;
    color: #fff;
    margin-top: 2px;
    margin-bottom: 2px;
}

.center {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.center-row {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}

/**
* animate breathing
*/

@keyframes move1 {
    20%, 100% {
        opacity: 1;
    }
    0% {
        opacity: 0.7;
    }
    10% {
        opacity: 0.4;
    }
    30% {
        opacity: 0.4;
    }
}

.mover1 {
    animation: move1 3s infinite;
}

@keyframes move2 {
    20%, 100% {
        opacity: 1;
    }
    0% {
        opacity: 0.7;
    }
    10% {
        opacity: 0.4;
    }
    30% {
        opacity: 0.4;
    }
}

.mover2 {
    animation: move2 2.8s infinite;
}
