﻿body {
    position: relative;
    background-color: #fff;
    padding-top: 56px;
}

.form-signin {
    max-width: 380px;
    padding: 20px;
    margin: 0 auto;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

a, input {
    color: #000;
    text-decoration: none;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
    margin-bottom: 1rem;
}

.nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.bg-gray {
    background: #F7F7F7;
}

.row-mb1rem {
    margin-bottom: 10px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 7px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.totalRow {
    height: 35px;
    background-color: #FFFFE0 !important;
    font-weight: 700;
    border-top: 1px double #aaa;
}

p.footerText {
    color: white;
    font-size: 11px;
    margin: 25px 0 0 0;
    text-align: center;
}

p.footerText a {
    color: white;
    text-decoration: underline;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

/* Default browser scroll modified */
body::-webkit-scrollbar {
    width: 14px;
    background-color: #343a40;
}

body::-webkit-scrollbar-track {
    border: 1px solid #343a40;
}

body::-webkit-scrollbar-thumb {
    background-color: #e4e5e6;
    border-radius: 19px;
    border: 4px solid transparent;
    background-clip: content-box;
}
