

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

.moreModal {
    min-width: 800px;
    max-width: 800px;
    margin-left: -400px;
}

.pageHeader {
    text-align: justify;
    font-size: 18px;
}

.data-table {
    height: 600px;
    overflow: auto;
}

.choicesbox {
    display: inline-block;
}

.choiceline {
    display: inline-block;
    margin: 10px;
}

.chart {
    float: left;
    height: 400px;
    width: 100%
}

.chart-sct {
    float: left;
    height: 600px;
    width:100%;
}

.calendar-chart {
    float: left;
    height: 300px;
    width: 1000px;
    max-width: 100%;
}

/* Tile buttons */
.tile-btn {
    display: inline-block;
    width: 105px;
    height: 85px;
    margin: 5px;
    background: #61b0e9;
    color: #ffffff;
    text-align: center;
}

.tile-btn:hover {
    text-decoration: none;
    background: #6bbef6;
    color: #ffffff;
}

.tile-btn i {
    display: block;
    font-size: 32px;
    line-height: 32px;
    margin-top: 14px;
}

.tile-btn span {
    display: block;
    margin-top: 10px;
}

.green-tile {
    background-color: green !important;
}

.yellow-tile {
    background-color: #FFDE34 !important;

}

.orange-tile {
    background-color: orangered !important;

}

.red-tile {
    background-color: red !important;

}

.grey-tile {
    background-color: grey !important;
}