
/*.form-header-container {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*}*/

/*.form-header-inputs {*/
/*    margin: 5px;*/
/*}*/

/*.form-header-checkboxes {*/
/*    margin: 5px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.form-header-submit {*/
/*    margin: 10px;*/
/*}*/
.chart-dashboard-container, .data-chart, .data-table {
    min-height: 50px;
    margin: 5px;
}

.button-success {
    background: rgb(28, 184, 65);
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.data-table {

}

.header-toolbar {
    display: flex;
}

.header-toolbar-item {
    margin: auto;
}

.export-button {
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.25)
}

div > #dashboard_dateFrom {

}

.bd-login-form, form[name='change_password'] {
    margin-top: 30px;
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15)
}

.dashboard {
    margin-top: 20px;
}
.top-floated {
    margin-top: 20px;
}

form[name="dashboard"] {
    margin-top: 20px;
}

#change_password_email {
    background: transparent !important;
    border: unset;
}

form[name='change_password'] .row {
    margin-bottom: 10px;
}

.validation-error {
    color: red;
}

.validation-success {
    color: green;
}

.free-ticket-form-column {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.dashboard-panel-title {
    font-size: 20px;
    color: red;
    font-family: "Trebuchet MS";
    margin-left: 15px;
}

.navbar-text {
    color: #5e92f3;
    font-size: 26px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height:50px;
    background: #efefef;
}
.datatable-header-row {
    background-color: #efefef;
    height: 40px;
}
.datatable-table-row {
    height: 30px;
}
.google-visualization-table-div-page.gradient {
    background: unset !important;
    background-color: #efefef !important;
    height: 30px;
}

.sf-minitoolbar, .sf-toolbarreset {
    display: none !important;
}
