.auth-links {
    margin-top: 10px;
}
.login-bg {
    background: #222222;
}
.login-logo a {
    color: #dfdfdf;
}
.page-header {
    padding-bottom: 9px;
    margin: 10px 0 10px;
    border-bottom: 1px solid #C7D1DD;
}

.expire {
    background-color: rgba(255, 171, 92, 0.26) !important
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-wrapper {
    min-height: 100%;
    background-color: #f2f3f8;
    z-index: 800
}

.box-body {
    padding: 2rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ebedf2;
}

.box {
    position: relative;
    border-radius: 0px;
    background: #ffffff;
    border-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}

.todo-list > li {
    border-radius: 2px;
    padding: 10px;
    background: #ffffff;
    margin-bottom: 2px;
    border-left: 2px solid #5cabec;
    color: #444
}

.products-list .product-info {
    margin-left: 20px
}

.products-list .product-title {
    font-weight: 600;
    color: rgb(237, 168, 46);
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 8px;
}

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .bs-wizard-dot-small {position: absolute; width: 15px; height: 15px; display: block; background: #fbe8aa; top: 53px; left: 50%; margin-top: -16px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot-small:after {content: ' '; width: 7px; height: 7px; background: #fbbd19; border-radius: 50px; position: absolute; top: 4px; left: 4px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress-small {position: relative; border-radius: 0px; height: 3px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
/*.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }*/
/*END Form Wizard*/

#small-calendar {
    font-size: 10px;
}

.align-middle > tbody > tr > td {
    vertical-align: middle;
}

.info-panel {
    background-color: #fff !important;
    color: #525252 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border-color: #c87f0a;
}

.info-panel a {
    text-decoration: none;
}

.note-bg {
    background-color: #f4f4f4;
    padding: 10px;
}

.section-blank {
    border-radius: 3px;
    background: #f4f4f4;
    margin-left: 65px;
    margin-right: 15px;
    padding: 10px;
}
.card-note{
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}

.card{
    margin-left: 60px;
    margin-right: 15px;
    position: relative;
}

.card-body {
    border: 1px solid #f4f4f4;
    padding: 10px;
}
.card-footer {
    border: 1px solid #f4f4f4;
    padding: 5px;
}
.card-footer-info {
    margin-right: 1rem;
}
.btn-group {
    display: flex;
}

.text-tiny {
    font-weight: 300
}

.middle-content {
    justify-content: center;
}

.badge-tiny {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}