body {
    line-height:1.5;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight:normal;
    color:rgba(0,0,0,0.87)
}

@media only screen and (min-width: 0) and (max-width: 991px) {
    html {
        font-size: 13px
    }
    .table td, .table th {
        padding: .75rem 0 .75rem .3rem
    }
}
@media only screen and (min-width: 992px) {
    html {
        font-size:14px
    }

    .container-xl {
        max-width: 70%;
    }
}
@media only screen and (min-width: 1200px) {
    html {
        font-size:15px
    }
}

label {
    font-size: 12px;
}

.text-primary {
    color: rgb(67,155,223) !important;
}

.form-check-label {
    font-size:15px;
}

.home-link-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.link-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

span.custom-badge-blue {
    min-width: 3rem;
    padding: 4px 6px;
    margin-left: 14px;
    font-size: 0.8rem;
    box-sizing: border-box;
    color: #fff;
    border-radius: 2px;
    background-color: #64b5f6;
}

span.custom-badge-blue-dark {
    min-width: 3rem;
    padding: 4px 6px;
    margin-left: 14px;
    font-size: 0.8rem;
    box-sizing: border-box;
    color: #fff;
    border-radius: 2px;
    background-color: #1976D2;
}

span.custom-badge-orange {
    min-width: 3rem;
    padding: 4px 6px;
    margin-left: 14px;
    font-size: 0.8rem;
    box-sizing: border-box;
    color: #fff;
    border-radius: 2px;
    background-color: #ffb74d;
}

span.custom-badge-orange-dark {
    min-width: 3rem;
    padding: 4px 6px;
    margin-left: 14px;
    font-size: 0.8rem;
    box-sizing: border-box;
    color: #fff;
    border-radius: 2px;
    background-color: #F57C00;
}

.info-text {
    font-size: 1.3rem;
}

.small-text {
    font-size: x-small;
}

.dark-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: #121212 !important;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
}

.navbar-brand {
    font-size: 2rem;
}

.dark-nav {
    background-color: #263238 !important;
}

.light-nav {
    background-color: #26a69a !important;
}

.dark-card {
    background-color: #263238 !important;
}

.no-border-collection {

    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

.light-li-item {
    background-color: #F5F5F5 !important;
    border-radius: 8px;
    border-bottom-style: none !important;
    border-bottom-width: 0 !important;
}

.dark-li-item {
    background-color: #0f1416 !important;
    border-radius: 8px;
    border-bottom-style: none !important;
    border-bottom-width: 0 !important;
}

.dark-divider {
    background-color: #33b8b8b8 !important;
}

.table-border-dark td,th {
    border-top: 1px solid #33b8b8b8 !important;
    border-bottom: 1px solid #33b8b8b8 !important;
}

.color-link-white {
    color: #ffffff;
    text-decoration: underline;
}

.color-link-black {
    color: #000000;
    text-decoration: underline;
}
.color-link-blue{
    color: #3399ff;
}

.page-item .page-link {
    border: none;
}

.page-item.dark .page-link {
    background-color: #121212;
}

.dark-red-row {
    background-color: #E57373 !important;
}

.dark-yellow-row {
    background-color: #fff176 !important;
}

.red-row {
    background-color: #FFCDD2 !important
}

.yellow-row {
    background-color: #fff9c4 !important;
}

.lightBlue {
    color: #26a69a !important;
}

.bg-LightBlue {
    background-color: #26a69a !important;
}

.pagination > li > a
{
    background-color: white;
    color: black;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #ee6e73 !Important;
    border: solid 1px #ee6e73 !Important;
}

.pagination > .active > a:hover
{
    background-color: #ee6e73 !Important;
    border: solid 1px #ee6e73;
}

.no-decoration {
    text-decoration: none !important;
}

.bg-sDark{
    background-color: #121212 !important;
}

.bg-lightDark {
    background-color: #263238 !important;
}

a[aria-expanded=true] .m-close {
    display: none;
}
a[aria-expanded=false] .m-open {
    display: none;
}

/* list status colors */

.list-successful {
    background-color: #00AA00;
    color: white;
}

.list-failed {
    background-color: #E61E1E;
    color: white;
}

.list-canceled {
    background-color: #6E6E6E;
    color: white;
}

.list-started {
    background-color: #0050F0;
    color: white;
}

.list-not-started {
    background-color: #008CE6;
    color: white;
}

.list-suspended {
    background-color: #E65000;
    color: white;
}
.no-select {
    user-select: none;
}