﻿
/* This is to force bootstrap to render the image in the navbar
toggle button without being inside of a navbar-light or navbar-dark */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* Same as bellow but to give color to toggle button */
.navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
}

/*.MenuItems > ul > li > a {
    display: block;
    padding: 10px 15px;
}*/

.btn.btn-light {
    background-color: #E0E0E0;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    pointer-events: all;
}

.btn-block {
    display: block;
    width: 100%;
}

.nav.nav-tabs > li > a {
    display: block;
    padding: 10px;
    margin: 3px 2px;
}

.btn {
    height: 34px;
    font-size: 14px;
    white-space: nowrap;
}

.btn-small {
    height: 27px;
    font-size: 12px;
}

.btn-info {
    color: #fff;
}

input.form-control {
    height: 34px;
    font-size: 14px;
}

select.form-select {
    height: 34px;
    font-size: 14px;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.navbar .MenuItems .navbar-nav .nav-item.dropdown.Menu .dropdown-menu li.Menu > a {
    line-height: 20px;
    padding: 3px 20px;
    font-size: 14px;
    white-space: nowrap;
}