.dashboard {
    padding:20px;
}
.helloToday {
    font-size: 17px;
    color: #57595d;
}
.helloBlock {
    padding:10px;
    padding-right:50px;
    border:1px solid #ababab;
    width:auto;
    max-width: 500px;
    height: 150px;
    overflow: hidden;
    line-height: 1;
    background-color: white;
    float:left;
    margin-right: 10px;
}
.dashboardHeader {
    color: #57595d;
}

.helloTodayDay {
    font-size:80px;
    color: #FDC500;
}
.helloTodayMonth {
    font-size:45px;
    color: #57595d;
}

.statistics {
    overflow: hidden;
}
.statisticBlockIcon {
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    float:left;
    color:#FDC500;
}
.statisticBlockIcon i {
    font-size:35px !important;
}

.statisticBlock {
    float:left;
    border:1px solid #ababab;
    width:250px;
    overflow: hidden;
    text-align: right;
    padding-right: 10px;
    margin-left:10px;
    margin-right:10px;
    color:#57595d;
    background-color: white;
    height: 150px;
}

.statisticNumber {
    font-size: 40px;
}
.statisticDescription {
    font-size:16px;
}

.lastRecords {
    padding:10px;
    border:1px solid #ababab;
    width:50%;
    min-height: 300px;
    overflow: hidden;
    line-height: 1;
    background-color: white;
    float:left;
    margin-right: 10px;
    margin-top: 30px;
}

.chartBlock {
    padding:10px;
    border:1px solid #ababab;
    width:35%;
    min-height: 300px;
    overflow: hidden;
    line-height: 1;
    background-color: white;
    float:left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
}

.tableDashboard th {
    color:#57595d !important;
    font-size:13px;
}

.tableDashboard a {
    color:#57595d !important;
    font-size:13px;
}

.tableDashboard td {
    color:#57595d !important;
    font-size:13px;
}

.welcome {
    border:1px solid #ababab;
    padding-left: 10%;
    padding-right: 10%;
    width:100%;
    overflow: hidden;
    background-color: white;
    float:left;
    color: #57595d;
    padding-top: 20px;
    padding-bottom: 20px;
}
.welcomeLogo {
    max-width: 100px;
}
.companyType {
    max-width: 150px !important;
    margin:10px;
    margin-left:15px;
    margin-right:15px;
}
.figure .figure-caption {
    text-align: center;
    text-decoration: none;
}
.figure a {
    text-decoration: none;
}
.welcomeAdditionalOptions {
    margin-top: 36px;
    text-align: right;
    color: #57595d;
    font-size: 11px;
}
.welcomeAdditionalOptions a {
    color: #57595d;
}
.welcomeAdditionalOptions a:hover {
    color: #FDC500;
}
.tutorialHeader {
    float:left;
}
.tutorialIcon {
    max-width:200px;
    float:left;
    margin-top: 10px;
}
.tutorialText {
    
}

@media only screen and (max-width: 600px) {
    .helloBlock {
        float:none;
        width:100%;
        margin-bottom: 20px;
        margin:0px;
    }
    .statisticBlock {
        float:none;
        width:100%;
        margin: 0px;
        margin-top:4px;
    }
    .lastRecords {
        float:none;
        width:100%;
        margin:0px;
    }
    .chartBlock {
        float:none;
        width:100%;
        margin-left:0px;
    }
    .helloTodayDay {
        font-size:70px;
        color: #FDC500;
    }
    .helloTodayMonth {
        font-size:40px;
        color: #57595d;
    }
}
