.errorDanger {
    border-color: #ea5455 !important;
    display: block !important;
}

.doc-example-content {
    padding: 1.5rem !important;
    font-size: .875rem !important;
    background-color: #fff !important;
    border: 1px solid #c1bfc6 !important;
    position: relative !important;
}

.doc-example-content::before {
    content: attr(data-label) !important;
    display: block !important;
    position: absolute !important;
    top: -8px !important;
    left: 12px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: inherit !important;
    color: #a5a3ae !important;
    padding: 0 5px !important;
}

/*********************************** CUSTOM INPUT NUMBER**********************************************/
.quantity {
    position: relative;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type=number]
{
    -moz-appearance: textfield;
}

.quantity input {
    width: 60px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    /*border: 1px solid #eee;*/
}

.quantity input:focus {
    outline: 0;
}

.quantity .quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity .quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #dbdade;
}

.quantity .quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}
/*********************************************************************************/

#pageloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999999;
    text-align: center;
}

#pageloader .col {
    position:absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
}

.pmError,
.nbreJrError,
.chartDisplay {
    display: none;
}

.fc-gold {
    width: 120px;
}
/* .fc-gold path{ fill: #FFCC00 !important; } */

