.datepicker-container
{
    left: 182px !important;
}

.datepicker-top-left::before
{
    left: auto;
    right: 10px;
}

#filter
{
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    right: -100%;
    position: fixed;
    background-color: #333;
    transition: right .3s ease;
    border-left: 5px solid #03a9f4;
}

#filter.collapsed
{
    right: 0;
}

#filter button#button-filter-close
{
    top: 10px;
    color: gray;
    right: 10px;
    font-size: 36px;
    position: absolute;
}

#filter .date
{
    top: 75px;
    left: 15px;
    width: 150px;
    position: absolute;
}

#filter .states
{
    top: 65px;
    left: 15px;
    right: 15px;
    bottom: 78px;
    position: absolute;
    border: 1px solid #222;
}

#filter .states .state
{
    color: #fff;
    padding: 15px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}

#filter .states .state.selected
{
    background-color: rgba(0,0,0,.25);
}

#filter .states .state .fa-stop
{
    margin-right: 10px;
}

#filter .states .state .fa-check
{
    top: 15px;
    right: 15px;
    display: none;
    font-size: 20px;
    position: absolute;
}

#filter .states .state.selected .fa-check
{
    display: block;
}

#filter .footer
{
    left: 15px;
    right: 15px;
    bottom: 15px;
    position: absolute;
}

#filter .footer button
{
    padding: 12px;
}

#document
{
    top: 0;
    left: 100%;
    width: 100%;
    position: absolute;
    padding: 20px 20px 5px;
    transition: all .3s ease;
}

#document.collapsed
{
    left: 0;
}

#documents
{
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    padding: 20px 20px 5px;
    transition: all .3s ease;
}

#documents.collapsed
{
    left: -100%;
}

#document .title,
#documents .title
{
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    background-color: #2196f3;
}

#document .title
{
    text-align: center;
}

#documents .body
{

}

#documents .body .document,
#document .body .document-item
{
    color: #fff;
    text-transform: uppercase;
}

#documents .body .document
{
    cursor: pointer;
    margin-bottom: 20px;
}

#documents .body .document .document-status
{
    padding: 10px;
    position: relative;
}

#document .body .document-item .document-item-status
{
    padding: 10px 15px;
    position: relative;
}


#documents .body .document .document-status .fa-square-o,
#documents .body .document .document-status .fa-check-square-o
{
    top: 8px;
    right: 10px;
    font-size: 26px;
    position: absolute;
}

#documents .body .document .document-status .fa-check-square-o,
#documents .body .document.selected .document-status .fa-square-o
{
    display: none;
}

#documents .body .document.selected .document-status .fa-check-square-o
{
    display: block;
}

#documents .body .document .document-info,
#document .body .document-item .document-item-info
{
    text-align: right;
    padding: 10px 15px;
}

#documents .body .document .document-info span,
#document .body .document-item .document-item-info span
{
    float: left;
    color: gray;
}

#document .document-item,
#document .document-history
{
    font-size: 12px;
    margin-bottom: 15px;
}

#document .document-history button,
#document .document-history button:hover
{
    color: #fff;
}

#document .document-start
{
    height: 34px;
}

#document .document-start button
{
    width: 50%;
    float: left;
}

#document .document-history .history
{
    color: #fff;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}

#document .body .document-item .document-item-status
{
    text-align: right;
}

#document .body .document-item .document-item-status span
{
    float: left;
}

#document .document-item .document-item-footer
{
    padding: 15px;
    background-color: rgba(0,0,0,.25);
}

#document .document-item .document-item-footer button,
#document .document-item .document-item-footer button:hover
{
    color: #fff;
}

#document .document-item .document-item-footer .history
{
    padding: 0 10px 10px;
    text-align: center;
}

#supply
{
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    right: -100%;
    position: fixed;
    background-color: #333;
    transition: right .3s ease;
    border-left: 5px solid #03a9f4;
}

#supply.collapsed
{
    right: 0;
}

#supply .header
{
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    height: 54px;
    padding: 15px;
    font-size: 16px;
    position: absolute;
    text-transform: uppercase;
    background-color: #4caf50;
}

#supply .body
{
    top: 54px;
    bottom: 46px;
    overflow-y: auto;
    position: absolute;
    padding: 20px 20px 5px;
}

#supply .body .title
{
    color: #fff;
    padding: 8px 0;
    position: relative;
    text-transform: uppercase;
}

#supply .body .title button
{
    top: 4px;
    right: 0;
    position: absolute;
}

#supply .body .fuels,
#supply .body .cities,
#supply .body .drivers,
#supply .body .vehicles
{
    height: 200px;
    overflow-y: auto;
    margin-bottom: 15px;
    background-color: #444;
}

#supply .body .fuels .fuel,
#supply .body .cities .city,
#supply .body .drivers .driver,
#supply .body .vehicles .vehicle
{
    color: #fff;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

#supply .body .fuels .fuel i,
#supply .body .cities .city i,
#supply .body .drivers .driver i,
#supply .body .vehicles .vehicle i
{
    top: 12px;
    right: 12px;
    display: none;
    position: absolute;
}

#supply .body .fuels .fuel.selected,
#supply .body .cities .city.selected,
#supply .body .drivers .driver.selected,
#supply .body .vehicles .vehicle.selected
{
    background-color: #222;
}

#supply .body .fuels .fuel.selected i,
#supply .body .cities .city.selected i,
#supply .body .drivers .driver.selected i,
#supply .body .vehicles .vehicle.selected i
{
    display: block;
}

#supply .footer
{
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

#supply .footer button
{
    width: 50%;
    float: left;
    padding: 12px;
}

button#button-back,
button#button-menu,
button#button-supply,
button#button-filter,
button#button-update,
button#button-document
{
    right: 10px;
    width: 48px;
    height: 48px;
    position: fixed;
    border-radius: 50% !important;
}

button#button-back,
button#button-filter,
button#button-update
{
    bottom: 10px;
    display: block;
    top: auto !important;
}

button#button-update
{
    right: 70px;
}

button#button-filter
{
    left: 10px;
}

button#button-document
{
    top: 130px;
}

button#button-update,
button#button-supply
{
    bottom: 10px;
}

button#button-back
{
    left: 70px;
}

button#button-back.collapsed,
button#button-filter.collapsed
{
    bottom: -100px;
}

button#button-menu
{
    display: none;
}