
/***************************************/
/*PAGE ROUTE CALCUL */
/***************************************/
html{
    background-color: transparent !important;
}
#routecalcul .ui-header,
#routecalcul .ui-footer,
#routecalcul #routecalcul_accordions-truck,
#routecalcul #routecalcul-container,
#routecalcul #routecalcul-result-table_wrapper .top,
#routecalcul-result-table thead tr:first-child,
#routecalcul-result-table thead th:first-child,
#routecalcul-result-table tbody th,
#routecalcul-result-table tbody .routecalcul-refresh-button
{
    display: none;
}
#routecalcul-result-table,
#routecalcul-result-table label{
    font-size: 10px !important;
}

#routecalcul-result-table .ui-select{
    margin: 0;
}

#routecalcul-result-table .ui-input-text{
    margin: 0;
    border: 0;
    box-shadow: none;
}

#routecalcul-result-table .ui-input-text input{
    padding: 0;
}

#routecalcul-result-table .ui-select .ui-icon-carat-d,
#routecalcul-result-table .ui-select .ui-icon-carat-d:after,
#routecalcul-result-table .ui-select .ui-icon-carat-d:before
{
    background: none;
    border: none;
    text-shadow: none;
    box-shadow: none;
    margin: 0;
    font-size: 10px !important;
    padding: 0;
}

#distributor-container-byorder
{
    margin: 0;
    padding: 0;
    border: 0;
}
#distributor-container-byorder #distributor-button-byorder
{
   display: none;
}

#distributor-container-byorder .ui-input-text{
    margin: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

#distributor-container-byorder .ui-input-text input{
    padding: 0;
    background-color: transparent;
}

#staging-banner{display: none  !important;}

/* ROUTE MANAGER*/
#routemanager{
    padding: 0px !important;
    background-color: white;
}

#routemanager .ui-header,
#routemanager .fc-right,
#routemanager .fc-left,
#routemanager .ui-footer
{
    display: none;
}

#routemanager .fc-basic-view .fc-body .fc-row{
    min-height: 100px !important;
    height: auto !important;
}

#routemanager .fc-basic-view .fc-body .fc-scroller{
    height: auto !important;
}

#routemanager .fc-event-container .fc-event{
    background-color:#ffffff;
    margin:0;
}

#routemanager .fc-event-container .fc-event .fc-title{
    color:#000000;
    font-size: 10px;
}

#routemanager .fc-center h2{
    font-size: 14px;
}

#routemanager .fc-basic-view .fc-head .fc-row .fc-day-header span{
    font-size: 12px;
}

#routemanager .fc-basic-view .fc-body .fc-row .fc-day-top .fc-day-number{
    font-size: 12px;
}

#routemanager .fc-basic-view .fc-body td.fc-today{
    background-color:transparent;
}
.notvisibleinprint{
    display: none !important;
}