﻿body {

    .moveTop {
        padding-top: -50px;
        padding-left: 100px;
    }

    .topPlus {
        display: block;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        top: 140px;
        bottom: 1px;
        width: 100%;
        max-height: 1000px;
        margin-top: -40px;
        z-index: -1;
    }

    .documentChooser {
        width: 320px;
    }


    //Smartphone
    @media (max-width: 767px){

       .documentChooser {
            width: 100px;
        }

       .timeAccountingDatePicker {
            width: 100px;
        }
       
    .topPlus {
               top: 100px;      
    }

    }

}
