hr {
    margin-top: 11px;
    margin-bottom: 11px;
}

body {
    margin-bottom: 20px;
}

.important {
  text-decoration: underline;
  text-decoration-color: red;
}

/**
 * breadcrumb navigation
 */
.breadcrumb {
    border:1px solid;
    border: 1px solid rgba(0,0,0,.125);
    background-color: #fff;
}
.bc-container {
    height:35px;
    border: 1px solid rgba(0,0,0,.125);
    padding:0;
    margin-bottom: 10px;
    background-color: #f8f9fa !important;
    border-radius: .25rem;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
}

.bc-back {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    float:left;
    border-right: 1px solid rgba(0,0,0,.125);
    height:100%;
    padding:5px 10px 5px 10px;
    line-height: 1.6;
    background-color: #e1e6ea !important;
}

.bc-item {
    display: inline-block;
    float:left;
    line-height: 2.2;
    color:#17a2b8;
    cursor:pointer;
}

.bc-item:last-of-type {
  color: #343a40;
  pointer-events: none;
}

/**
 * General text customization
 */

.inputerror {
    background-color: #ff9999 !important;
}

span.block-span {
	display: block;
}

.textmuted {
    color: #bfbfbf;
}

.font-600 {
	font-weight: 600;
}

.no-events {
	pointer-events: none;
}

.pointer {
    cursor:pointer;
}
/**
 * order detail card
 */
h5.card-title {
	font-weight: 600;
}

.card-body .dropdown {
	display:inline-block;
	float:right;
}

.custom-card-header {
	display: inline-block;
}

/**
 * Orderdata "list-group/card"
 */
.order-data-card {
	margin-top:20px;
}

.order-data-card .header-dropdown {
	display: inline-block;
	float:right;
}

.order-data-card .header-text {
    line-height: 2;
    display: inline-block;
}

.order-data-card .dropdown {
	margin-left: 15px;
}

.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

/* Modal - general */
.container.modal-pre-header {
    padding-top:10px;
    padding-bottom: 2px;
    border-bottom: 1px solid #e9ecef;
    background-color: #f0f2f4;
}

.modal-footer.pagination {
    justify-content: center !important;
}

.list-group-item.sub-header {
    z-index: 2;
    color: #fff;
    background-color: #17a2b8!important;
    font-size: 14px;
    line-height: 14px;

}

.modal-xlg{
   width:1200px !important;
}


/* calendar */

.calendar-section {
    width:328px;
    padding: 5px;
}


.month, .prev, .next {
    font-size: 1.1em;
    text-align: center;
    border:1px solid #a6a6a6;
    background-clip: padding-box; /* for rounded corners */
    border-radius: 3px;
    line-height: 2;
    background: linear-gradient(#ffffff, #e6e6e6);
}

.weekday {
    text-align: center;
}

.date {
    background-clip: padding-box; /* for rounded corners */
    border-radius: 3px;
    width:41px;
    text-align: center;
    line-height: 2.5;
    border:1px solid #a6a6a6;
    background: linear-gradient(#ffffff, #e6e6e6);
}

.old, .new {
    background: #d9d9d9;
    color: #a6a6a6;
}

.today {
    color:#004d99;
    font-weight: bold;
}

.grad-square-inline {
    background-clip: padding-box; /* for rounded corners */
    border-radius: 3px;
    text-align: center;
    border:1px solid #a6a6a6;
    background: linear-gradient(#ffffff, #e6e6e6);
    display: inline-block;
}

.cal-head-month {
    width:185px;
    text-align: center;
    line-height:2.5;
    font-weight: bold;
}

.cal-head-button {
    width:60px;
    text-align: center;
    line-height:2.5;
    font-weight: bold;
}

.cal-head-day {
    width:41px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-weight: bold;
}

.cal-date {
    width:41px;
    line-height:2.5;
    margin:2px;
    cursor: pointer;
}

.vertical-align {
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .xs-label-target {
        margin-bottom: 0px;
    }
}

@media (min-width: 576px) {    
    
}

.label-align {
        line-height:2.4em;
    }

.show-calendar-button {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background: linear-gradient(#e6e6e6, #cccccc);
    text-align: center;
    line-height: 2em;
    cursor: pointer;
    font-weight: bold;
}

/**
 *  Buttons
 */

.button-as-input {
    border: 1px solid #ced4da; /* to make the button look like the input elements for modals */
    color: #495057;
}

.button-as-input-bg {
    border: 1px solid #ced4da; /* to make the button look like the input elements for modals */
    color: #495057;
    background-color: #d3d9df;
}

/**
 *  Nav tabs
 */

.tab-bottom {
    padding:10px;
    width:100%;
    border:1px solid;
    border-top: none;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-color: #dee2e6;
    background-color: white;    
}

.even {
    background-color: #dee2e6;
}

/* misc */

.no-padding-lr {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* mobile quick navigation */
#quick-nav {
    padding:15px;
}
#quick-nav i {
    color: white;
}