html, body, div{
    margin: 0;
    padding: 0;
}

.container-fluid{
    padding-left: 0;
}

#rightSection {
    display: block;
    height: 100%;
    position: absolute;
}

@media only screen and (max-width: 760px) {
    #leftSection{
        position: relative !important;
    }
    #rightSection{
        position: relative !important;
        padding-top: 60px !important;
    }
    
    #topSection {
        position: relative !important;
    }
    
    #bottomSection {
        position: relative !important;
    }
    
    #bottomSection textarea {
        min-height: 500px;
    }
}


/* ______________ LEFT SECTION ______________ */

#leftSection {
    display: block;
    height: 100%;
    position: fixed;
    background-color: lightsteelblue;
    padding: 10px;
}

#leftSection .progress-bar{
    height: 10px;
}

.formElem {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

#leftSection #title-button{
    cursor: pointer;
}

#leftSection #title-button:hover{
    color: green;
}

#leftSection table {
    margin-top: 20px;
    width: 100%;
    color: black;
}

#leftSection table td{
    padding-left: 5px;
}


#leftSection table .color-block{
    width: 20px;
    margin-right: 10px;
}

#leftSection table .color-work{
    background-color: #5ab328;
}

#leftSection table .color-weekend{
    background-color: #ffff80;
}

#leftSection table .color-day-off{
    background-color: #5f85d4;
}

#leftSection table .color-public-holiday{
    background-color: #9F49AB;
}

#leftSection table .color-disease{
    background-color: #d9353a;
}

#leftSection #leftChart {
    margin-top: 20px;
}

#leftSection #leftChart canvas {
    width: 100%;
    height: 100%;
}

#leftSection #dateRange {
    width: 100%;
}

#leftSection #process{
    width: 100%;
}

#leftSection #process:disabled{
    color: grey;
}

#leftForm input[type="file"]{
    width: 78%;
    display: inline-block;
}

#leftSection #refreshButton{
    text-align: right;
    width: 19%;
    display: inline-block;
    cursor: pointer;
}

#leftSection #leftForm .color-grey, #leftSection #leftForm .color-grey:hover{
    color: grey;
    cursor: default;
}

#leftSection #refreshButton:hover{
    color: black;
}

#leftSection #errorBlock div {
    color: red;
}


/* ______________ TOP SECTION ______________ */

/*
#topSection {
    background-color: white;
    height: 40%;
    position: fixed;
}
*/

#topSection {
    height: 40%;
    padding: 1%;
    position: absolute;
    right: 0;
    top: 0;
    width: 98%;
}

#topSection canvas{
    height: 100% !important;
    width: 100% !important;
}


/* ______________ BOTTOM SECTION ______________ */

#bottomSection {
    bottom: 0;
    height: 60%;
    padding: 1%;
    position: absolute;
    right: 0;
    width: 98%;
}

#bottomSection textarea {
    border: none;
    height: 100%;
    width: 100%;
}
