.input-small {
    width: 90px !important;

}

#showMap {
    position: relative;
    height: 0;

}

#map {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100% !important;
    height: 200px;
    height: 100VH !important;
}

.btn {
    border-radius: 3px;
    font-size: 14px;
    background-color: #ededed;
}

.btn-primary {
    background-color: #ed1c24;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #a70d13;
}

.table.table-striped.table-hover.dataTable,
.table-container-class {
    border-radius: 3px;
}

body {
    font-size: 15px;
}

body, button {
    font-family: "Roboto";
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0px;
    font-size: 14px;
    font-family: "Roboto";
}

.dataTables_filter input {
    background-color: #ededed;
}

label, button {
    font-size: 14px;
}

.btn-mini, .btn-group > .btn-mini {
    font-size: 11.5px;
}

.table.table-striped.table-hover.dataTable,
.table-container-class,
.table th.table-action-col {
    background-color: #323232 !important;
    border-left: 1px solid #323232 !important;
    border-right: 1px solid #323232 !important;
}

.table.table-striped.table-hover.dataTable .btn-mini {
    background-color: #ededed;
    color: #323232;
}

.table.table-striped.table-hover.dataTable .btn-mini:hover {
    background-color: #e6e6e6;
}

.table.table-striped.table-hover.dataTable thead {
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .class-full {
    color: #ed1c24;
}

.table-container-class a {
    color: #323232;
}

.table-container-class a:hover {
    color: #a70d13;
}

.page-header {
    border-bottom-color: #ed1c24;
}

.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #ed1c24;
}

.art-confirm.fade.in {
    top: 50vh;
}

@media (max-width: 1200px) {
    body {
        padding: 0 50px;
    }
}

@media (max-width: 1050px) {
    body {
        padding: 0 20px;
    }
}