@charset "UTF-8";
.money{
    font-weight: bold;
    font-size: 1.4em;
}

.alert{
    text-align : center;
    width : 60%;
    margin : 0.4% auto;
}

.alert-full{
    text-align : center;
    width : 100%;
}

.ferror{
    color: red;
    text-align: justify;
    font-size: 12px;
}

.required{
    font-weight: bold;
    color: red;
}

.pageheader-title {
    text-transform: uppercase;
}


.btn-square {
    border-radius: 0;
}
.btn-pill {
    border-radius: 1.5rem;
}
.btn-icon {
    padding: .375rem .5rem;
}
.btn-icon.btn-sm {
    padding: .25rem .375rem;
}
.btn-icon.btn-lg {
    padding: .5rem .675rem;
}


form[data-form-type="filter"] input.form-control{
    display: inline-block;
    width: 20%;
}

.btn-xs {
    padding: 3px 4px;
    font-size: 12px;
}

.text-right {
    text-align: right!important;
}

.btn-link {
    text-decoration: underline;
    text-decoration-line: underline;
    text-underline-offset: 3px;
}

fieldset{
    border: 1px solid #ccc;
    padding: 9px;
}

legend{
    font-size: 1rem;
}

.list-group-item {
    padding: 0.3rem;
}

.table-sm td, .table-sm th {
    padding: 0.05rem 0.15rem;
}

#tree_display_data, #tree_form_current, #tree_form_data {
    display: none;
}

/* Sale Despatch calendar */

.fc-agenda .fc_red .fc-event-time,
.fc_red,
.fc_red a {
    background-color: #c00 !important;
    border-color: #c00 !important;
    color: #fff !important;
}

.fc-agenda .fc_green .fc-event-time,
.fc_green,
.fc_green a {
    background-color: #00a300 !important;
    border-color: #00a300 !important;
    color: #fff !important;
}

.fc-agenda .fc_pink .fc-event-time,
.fc_pink,
.fc_pink a {
    background-color: #b20e67 !important;
    border-color: #b20e67 !important;
    color: #fff !important;
}

.fc-agenda .fc_yellow .fc-event-time,
.fc_yellow,
.fc_yellow a {
    background-color: orange !important;
    border-color: orange !important;
    color: #fff !important;
}

.despatch-legend-calendar{
    padding: 5px;
    border-radius: 4px;
}

/* End Select2 multiple */

/* AJAX Loader */

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/loading.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/* END AJAX Loader */