.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.danger {
    color: rgba(255, 255, 255, 0.87);
    background-color: #f44455 !important;
}

.primary {
    color: rgba(255, 255, 255, 0.87);
    background-color: #0cc2aa !important;
}

.clsDefaultPayment input[type="checkbox"]{
    zoom: 1.5;
    position: relative;
    top: 3px;
}

.clsDefaultPayment .skeuocard div.flip-tab p{
    zoom: 1.2;
}

div.sidebar-sticky a.nav-link i.fa{
    width: 20px;
    text-align: center;
}


.container-fluid{
    position: absolute;
    margin-top: -16px;
    z-index: -1000;
}

.btn, .label{
    white-space:normal !important;
}


.label {
    display: inline-block;
    padding: 0.25em 0.5em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    font-weight: bold;
    background-color: #b8b8b8;
    color: #fff;
    border-radius: .2rem;
}

.label.no-bg {
    background-color: transparent;
    color: inherit;
}

.label.up {
    position: relative;
    top: -10px;
    min-width: 4px;
    min-height: 4px;
    display: inline-block;
}

.label-lg {
    font-size: 1.33rem;
    padding: 5px 9px;
}

.label-sm {
    padding: 0.15em 0.35em;
}

.label-xs {
    padding: 0.1em 0.25em;
}



/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}


.form-login {
        width: 100%;
        max-width: 330px;
        padding: 15px;
        margin: 0 auto;
}
.form-login .checkbox {
        font-weight: 400;
}
.form-login .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
}
.form-login .form-control:focus {
        z-index: 2;
}
.form-login input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
}
.form-login input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
}



.form-forgot {
        width: 100%;
        max-width: 330px;
        padding: 15px;
        margin: 0 auto;
}
.form-forgot .checkbox {
        font-weight: 400;
}
.form-forgot .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
}
.form-forgot .form-control:focus {
        z-index: 2;
}
.form-forgot input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
}
.form-forgot input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
}