﻿.a-el-data-box {
    width: calc(100% - 30px);
    margin: 10px 15px 30px 15px !important;
    box-shadow: 1px 2px 9px rgba(0,0,0,0.1);
    border-radius: 5px;
    background-color: white;    
}

/*.a-el-data-table {
    width: calc(100% - 20px);
    margin: 10px 10px 10px 10px !important;*/
/*font: 300 9px "Open Sans",Arial !important;*/
/*}*/

.a-el-mudtable-data {
    background-color: rgba(2,255,255,1);
    font: 500 11px "Open Sans",Arial;
}

/*.a-el-mudtable-header {
    background-color: rgba(240,240,240,1);    
}
*/
.a-el-mudtable-field {
    background-color: rgba(240,240,240,1);
}

.a-el-toolbar-date-container {
    display: inline-block;
    text-align: left;
    min-height: 65px;
    /*position: absolute;*/
    width: calc(100% - 30px);
    border-radius: 5px;
    background-color: white;
    /*    padding-bottom: 15px;
    padding-left: 15px;
    margin-left: -16px;
    margin-bottom: 4px;*/
    /* background-color: red;*/
    box-shadow: 1px 2px 9px rgba(0,0,0,0.1);
    margin-left: 15px;
    margin-top: 20px;
    background-color: transparent;
}

    /*.a-el-toolbar-date-container.empty {*/
       /* left: 30px;
        width: 90%;*/
    /*}*/

.a-el-toolbar-date-container-add {
    padding: 10px 10px 10px 10px;
}

.a-el-toolbar-btn-reload {
    display: inline-block;
    margin-right: 20px;
}

.a-el-toolbar-date {
    display: inline-block;
    margin-right: 20px;
    width: 150px;
}

    .a-el-toolbar-date.from {
    }
    .a-el-toolbar-date.to {
    }

.a-el-btn-reloaddata {
    padding-top: 6px;
    margin-top: -7px;
}

.a-el-row-visible {
}

.el-empty-data-div {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.el-empty-data-txt {
    display: block;
    font: 700 25px "Open Sans", Arial;
    color: rgba(0,0,0,0.6);
}

.el-empty-data-imf {
    display: inline-block;
    margin-top: 20px;
}

/* #region ~ MEDIA ~ */

@media screen and (max-width: 980px) {
    .a-el-row-visible {
        display: none;
    }
}

@media screen and (max-width: 850px) {

    /*.a-el-data-box {
        margin-top: 100px !important;*/
        /**/
        /*margin-top: 20px !important;
    }*/

    .a-el-toolbar-date-container {
        /*margin-top: -175px;*/
      /*  left: 7px;
        width: calc(100% + 20px);
        position: absolute !important;
        box-shadow: 1px 2px 9px rgba(0,0,0,0.1);
        border-radius: 5px;*/
    }

    .ui-mudtable-div.eventlog {
       /* min-width: 850px;*/
        /**/
        /*position: absolute;*/
       /* margin-top: 200px !important;*/
    }

    .a-el-data-box {
        /*min-width: 900px;*/
        min-width: calc(100% - 30px);
        width: calc(100% - 30px);
    }

}

/*@media screen and (max-width: 800px) {
  
}
*/

@media screen and (max-width: 600px) {
    .a-el-toolbar-btn-reload {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .a-el-row-visible {
        display: block;
    }
}

@media screen and (max-width: 600px) {

    .a-el-data-box {
        /*margin-top: 150px !important;        */
    }

    .a-el-toolbar-date-container {
        /*height: 120px;*/
        /*margin-top: -213px !important;*/
        /**/
      /*  margin-top: 0px !important;
        margin-bottom: 300px;*/
    }

/*    .ui-mudtable-div.eventlog {
        min-width: calc(100% - 20px);
        width: calc(100% - 20px);                
    }
*/
    .a-el-data-box {
        min-width: calc(100% - 30px);
        width: calc(100% - 30px);
        /**/        
    }

}

/* #endregion */

