form#my-awesome-dropzone.csv-upload-area {
    height: unset;
}

.csv-upload-area div.dz-preview {
    display: block;
    left: unset;
    top: unset;
}

.csv-upload-area div.dz-preview div.dz-image {
    width: unset;
    height: unset;
}

.csv-upload-area .dz-preview .dz-details .dz-size {
    font-size: 25px;
}

.csv-upload-area .dz-preview .dz-details .dz-filename {
    font-size: 20px;
}

g#Page-1 {
    fill: #009688;
}

.dz-success-mark svg .Page-1 path#Oval-2 {
    fill: #f44336;
}

#device-data-table tbody tr.selected td,
#gateway-data-table tbody tr.selected td,
#user-data-table tbody tr.selected td,
#location-data-table tbody tr.selected td,
#student-data-table tbody tr.selected td {
    background-color: #eaf8ff !important;
}

div#collapseOne {
    background-color: rgb(247, 247, 247);
}

a.accordion-toggle.accordion-toggle-styled {
    color: #000;
    background-color: #e4e4e4;
}

td.hidden-column,
th.hidden-column {
    display: none;
}

.note.note-danger {
    margin-top: 15px;
    margin-bottom: 1px;
}

i.fa.fa-2x.fa-user.user-setting {
    top: 3px;
    right: 20px;
    position: relative;
}

div#analystics-chart {
    margin-right: 0px;
}

img.dashboard-location-img {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.col-md-4.form-mail-group {
    display: inline-flex;
}

input.form-mail-radio {
    position: relative;
    top: 5px;
    left: 10px;
}

.dz-message span {
    font-size: 19px;
}

.information-list p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.information-list {
    width: 50%;
}

.access-information {
    display: flex;
    margin: 20px 0px;
}

span#mail-status {
    font-size: 20px;
    position: relative;
    left: 10px;
    top: 4px;
}

span.status-processing {
    color: #000;
}

span.status-success {
    color: #009688;
}

span.status-error {
    color: #F44336;
}

select.organization-filter-box.form-control.input-lg {
    margin-bottom: 10px;
}

img#ajax-loading-gif {
    position: relative;
    left: 15px;
    display: none;
}

.dt-buttons{
    margin-bottom: 4px;
}