.form-control {
    height: 50px !important;
    background: #fff !important;
    color: #495057 !important;
    font-size: 14px !important;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px
}

.centerLoginForm *, .centerDashboardCard * {
    font-size: 14px !important;
}

.centerDashboardCard {
    margin-bottom: 10px;
}

.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Some browsers will not display the caret when using calc, so we put the fallback first */
    background: url(../images/arrow_down.svg) white no-repeat 98.5% !important;
    background: url(../images/arrow_down.svg) white no-repeat calc(100%) !important;
}
/*For IE*/
select::-ms-expand { display: none; }

.admin_dashboard_topper {
    width: 50%;
}

.centerLoginForm .alert {
    font-size: 13px !important;
}

small.text-muted {
    font-size: 12px !important;
}

.class-date-labels {
    margin-top: 5px !important;
}

.class-date-name_customise {
    margin-top: 5px !important;
}



.customise-class-name {
    width: 100%;
}

h5.card-header {
    font-weight: bold !important;
}

h5.card-title {
    font-weight: normal !important;
}

.slidecontainer {
    float: left !important;
}

.form-section-wrap-inner {
    display: flex;
}

.form-section-wrap-inner label {
    width: 48%;
}

.form-section-wrap-inner label:nth-of-type(2) {
    margin-left: 4%;
}

.form-section-wrap-inner-capacity {
    height: 60px;
}

.capacity-span-wrap {
    width: 100%;
    margin-bottom: 5px !important;
}

.datepicker td, .datepicker th {
    width: 1.5em;
    height: 1.5em;
    padding: 5px;
    font-size: 13px;
}

.admin_dashboard_header {
    margin-top: 20px;
}

.admin_dashboard_header span.dashboard_header_span {
    font-weight: bold;
    color: #059900;
}

.centerLoginForm {
    width: 300px;
}

.each-class-edit {
    margin-top: 20px !important;
}

.each-element-edit {
    font-weight: bold;
    border-bottom: 1px dashed #059900;
}

.classIdEdit {
    border-bottom: 0 !important;
}

#loginHeader, #adminDashboardHeader {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fafafa !important;
}
