:root {
    --bg: #ffffff;
    --ink: #474f5d;
    --line: #dddddd;
    --top: #2f3f8f;
    --accent: #324a98;
    --sidebar: #2f3f8f;
    --pending: #aab1cc;
    --shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}

.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    min-height: 40px;
    margin-bottom: 20px;
}

.navbar-inner {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 20px 0 18px;
    background: #263884;
    border-bottom: 1px solid #213273;
}

.navbar .brand {
    display: flex;
    align-items: center;
    margin: 7px 12px 7px 0;
    padding: 0;
    max-height: 40px;
    overflow: visible;
}

.navbar .brand img {
    display: block;
    max-height: 32px;
    max-width: 140px;
}

.nav-collapse {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.nav,
.dropdown-menu,
nav.main-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav {
    display: flex;
    align-items: center;
}

.nav > li {
    position: relative;
}

.nav > li > a {
    display: block;
    padding: 14px 12px;
    color: #fff;
    text-shadow: none;
    line-height: 20px;
}

.nav > li > a i {
    margin-right: 4px;
}

.nav > li.active > a {
    background-color: rgba(13, 26, 80, 0.53);
}

.nav > li.is-pending > a {
    color: #8f9ac8;
}

.divider-vertical {
    width: 1px;
    height: 40px;
    margin: 0 8px 0 0;
    background: #263884;
}

.pull-right {
    margin-left: auto;
}

.caret {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    border-top: 4px solid #ccc;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a,
.dropdown-menu > li > p {
    display: block;
    padding: 8px 12px;
    color: #333;
    line-height: 20px;
    white-space: nowrap;
}

.dropdown-menu > li.active > a {
    background: #f5f5f5;
}

nav#primary {
    position: fixed;
    top: 47px;
    left: 18px;
    width: 200px;
    height: calc(100% - 47px);
    background: #263884;
}

nav.main-nav > ul {
    height: 100%;
    border-bottom: 1px solid #4a4a54;
}

nav.main-nav > ul > li {
    border-bottom: 1px solid #193164;
    padding: 5px 0;
}

nav.main-nav > ul > li > a {
    display: block;
    padding: 7px 10px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    line-height: 10px;
}

nav.main-nav > ul > li > a i {
    display: inline;
    width: 100%;
    height: 36px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

nav.main-nav > ul > li.active {
    background: #fff;
    font-weight: 700;
}

nav.main-nav > ul > li.active > a,
nav.main-nav > ul > li.active > a i {
    color: #263884;
    text-shadow: none;
}

nav.main-nav > ul > li:hover,
nav.main-nav > ul > li:hover > a,
nav.main-nav > ul > li:hover > a i {
    background: #fff;
    color: #263884;
    text-shadow: none;
}

.container {
    width: auto;
    margin: 0;
    padding-top: 47px;
}

.margin-left {
    margin-left: 218px;
}

.content-wrap {
    padding: 0 18px 40px 24px;
}

.server-time {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 20px;
}

.hero {
    padding: 0 0 10px;
}

.hero h1,
.form-card h2,
.stat-panel h2,
.utility-block h2 {
    margin: 0 0 18px;
    color: var(--accent);
    font-size: 24px;
    font-weight: 400;
}

.module-content {
    margin-top: 0;
}

.notice {
    margin-bottom: 24px;
    padding: 14px 16px;
    border-radius: 4px;
    font-size: 14px;
}

.notice.success {
    background: #e8f5dc;
    color: #5e8d46;
}

.fieldset + .fieldset {
    margin-top: 28px;
}

.table-toolbar,
.table-footer {
    margin-bottom: 10px;
    color: #555;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table-footer {
    margin-top: 10px;
}

.toolbar-right,
.records-box,
.search-box,
.btn-group,
.show-grid {
    display: flex;
    align-items: center;
    gap: 8px;
}

.records-box select,
.search-box input,
.form-horizontal input[type="text"],
.form-horizontal input[type="number"],
.form-horizontal input[type="password"],
.form-horizontal select,
.form-horizontal textarea {
    height: 30px;
    padding: 4px 9px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background: #fff;
    font: inherit;
}

.search-box input {
    width: 220px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

th,
td {
    padding: 10px 10px;
    text-align: left;
    border: 1px solid var(--line);
    vertical-align: top;
}

th {
    color: #333;
    font-size: 14px;
    background: #ececec;
    font-weight: 700;
}

.empty {
    color: #999;
    text-align: center;
}

.pager {
    display: flex;
}

.pager span {
    padding: 6px 14px;
    border: 1px solid #ddd;
    background: #fafafa;
    color: #999;
}

.pager .active {
    color: #666;
    background: #fff;
}

.actions {
    display: flex;
    gap: 6px;
}

.action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.btn-info {
    background: linear-gradient(180deg, #58c0e2 0%, #35a8d4 100%);
}

.btn-danger {
    background: linear-gradient(180deg, #ea675b 0%, #d74033 100%);
}

.btn-dark {
    background: linear-gradient(180deg, #888 0%, #666 100%);
}

.btn,
.mini-btn,
.btn-info,
.btn-warning,
.btn-danger,
.btn-default {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    background: linear-gradient(180deg, #ffffff 0%, #e8e8e8 100%);
    color: #333;
    cursor: pointer;
    line-height: 20px;
    white-space: nowrap;
}

.btn-info {
    background: linear-gradient(180deg, #5bc0de 0%, #31b0d5 100%);
    color: #fff;
}

.btn-warning {
    background: linear-gradient(180deg, #f0ad4e 0%, #ec971f 100%);
    color: #fff;
}

.btn-danger {
    background: linear-gradient(180deg, #d9534f 0%, #c9302c 100%);
    color: #fff;
}

.btn-default {
    background: linear-gradient(180deg, #ffffff 0%, #e8e8e8 100%);
}

.pull-right {
    margin-left: auto;
}

.checkbox {
    font-size: 13px;
    min-height: 32px;
}

.checkbox input {
    margin-right: 6px;
}

.datatable-shell {
    width: 100%;
}

.form-horizontal {
    width: 100%;
}

.control-group {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.control-label {
    width: 160px;
    padding-right: 18px;
    text-align: right;
    color: #555;
}

.controls {
    flex: 1;
    min-width: 0;
}

.controls input,
.controls select,
.controls textarea {
    min-width: 260px;
    max-width: 360px;
}

.show-grid {
    justify-content: space-between;
}

.btn-group {
    gap: 0;
}

.btn-group .btn,
.btn-group input.btn,
.btn-group a.btn {
    border-radius: 0;
}

.btn-group .btn:first-child,
.btn-group input.btn:first-child,
.btn-group a.btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group .btn:last-child,
.btn-group input.btn:last-child,
.btn-group a.btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group.pull-right {
    margin-left: auto;
}

.inline-checkbox {
    display: inline-flex;
    align-items: center;
}

.well {
    padding: 14px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.well-small {
    padding: 9px;
}

.row-fluid {
    display: flex;
    width: 100%;
}

.row {
    display: flex;
    width: 100%;
}

.span4 {
    width: 31.914893617021278%;
    flex: 0 0 31.914893617021278%;
}

.span6 {
    width: 48.93617021276595%;
    flex: 0 0 48.93617021276595%;
}

.span8 {
    width: 65.95744680851064%;
    flex: 0 0 65.95744680851064%;
}

.span12 {
    width: 100%;
}

.home-appbody {
    padding: 10px 10px 0;
}

.home-spacer {
    margin-bottom: 58px;
}

.home-stats-row {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.127659574468085%;
    width: 100%;
    max-width: none;
    margin: 0;
}

.home-stats-row .span4 {
    flex: 0 0 31.914893617021278%;
    width: 31.914893617021278%;
    min-width: 0;
}

.fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
}

.dg_header {
    font-size: 22px;
    margin: 20px 0;
    color: #263884 !important;
    font-weight: 400;
    line-height: 1.1;
}

.summary-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.summary-table td {
    font-size: 14px;
    padding: 8px 11px;
    border: 1px solid #dddddd;
    height: 49px;
    line-height: 20px;
}

.summary-table td:first-child {
    width: 31%;
    color: #444;
}

.bucket-capacity {
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 10px 12px;
    background-color: lightblue;
}

.bucket-capacity p {
    margin: 0 0 6px;
}

.bucket-capacity p:last-child {
    margin-bottom: 0;
}

.bucket-select-box {
    padding: 12px 14px;
}

.bucket-select-form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.bucket-select-form label {
    margin: 0;
    color: #444;
    font-size: 13px;
}

.bucket-select-form select {
    width: 220px;
    height: 30px;
    padding: 4px 7px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background: #fff;
    color: #666;
    font-size: 13px;
}

.bucket-refresh-row {
    padding-bottom: 5px;
}

.route-out-toolbar {
    margin-bottom: 10px;
}

.whitelist-toolbar .toolbar-right {
    gap: 14px;
}

.module-banner {
    margin-bottom: 18px;
    padding: 14px 18px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: #f7f7f7;
    color: #304a98;
    font-size: 20px;
    line-height: 1.1;
}

.performance-filter-wrap {
    max-width: 1270px;
}

.bulk-settings-wrap {
    max-width: 1270px;
}

.profile-page-wrap {
    max-width: 1270px;
}

.profile-title {
    margin-bottom: 18px;
    font-size: 27px;
    font-weight: 400;
}

.scheduler-page-wrap {
    max-width: 1270px;
}

.scheduler-title {
    margin-bottom: 18px;
    font-size: 27px;
    font-weight: 400;
}

.scheduler-summary {
    margin: 12px 0 36px;
    color: #333;
    font-size: 14px;
}

.scheduler-add-wrap {
    max-width: 620px;
}

.add-new-title {
    margin-bottom: 18px;
}

.scheduler-form .control-group {
    margin-bottom: 22px;
}

.scheduler-form .control-label {
    width: 190px;
    padding-top: 6px;
    color: #444;
    font-size: 14px;
}

.scheduler-form .controls {
    margin-left: 210px;
}

.scheduler-form select,
.scheduler-form input {
    width: 255px;
    height: 34px;
    padding: 6px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background: #fff;
    color: #666;
    font-size: 13px;
}

.scheduler-add-btn {
    min-width: 58px;
}

.transfer-page-wrap {
    max-width: 1270px;
}

.transfer-title {
    margin-bottom: 18px;
    font-size: 27px;
    font-weight: 400;
}

.receive-title {
    margin-top: 26px;
}

.transfer-note {
    margin-bottom: 30px;
    padding: 24px 20px;
    border: 1px solid #afe6fb;
    border-radius: 4px;
    background: #cfeefe;
    color: #3e8ec4;
    font-size: 14px;
}

.transfer-form .control-group {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.transfer-form .control-label {
    width: auto;
    margin-right: 10px;
    padding-top: 0;
    color: #444;
    font-size: 14px;
}

.transfer-form .controls {
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.transfer-form .inline-controls {
    gap: 14px;
}

.transfer-form input {
    width: 267px;
    height: 31px;
    padding: 5px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background: #fff;
    color: #666;
    font-size: 13px;
}

.transfer-btn {
    height: 31px;
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 13px;
}

.pin-label {
    margin-left: 12px;
}

.stats-report-wrap {
    max-width: 1270px;
}

.stats-report-title {
    margin-bottom: 18px;
    font-size: 27px;
    font-weight: 400;
}

.stats-report-table {
    margin-bottom: 0;
}

.stats-report-table td {
    padding: 10px 12px;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

.stats-report-table td:first-child {
    width: 29%;
}

.stats-report-table .total-row td {
    background: #fff9df;
}

.stats-report-table .total-row td:last-child {
    font-weight: 700;
}

.performance-title {
    margin: 0 0 20px;
    color: #304a98;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.1;
}

.performance-box {
    padding: 14px 14px 24px;
}

.performance-row {
    gap: 40px;
    margin-bottom: 22px;
}

.performance-col label {
    display: block;
    margin-bottom: 12px;
    color: #4a4a4a;
    font-size: 14px;
}

.performance-col input,
.performance-col select {
    width: 100%;
    height: 38px;
    padding: 7px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background: #fff;
    color: #666;
    font-size: 13px;
}

.performance-help {
    margin: 4px 0 18px;
    color: #585858;
    font-size: 12px;
}

.performance-actions {
    display: flex;
    gap: 18px;
}

.bulk-title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 400;
}

.bulk-ops-box {
    padding: 0 0 12px;
    margin-bottom: 28px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
}

.bulk-ops-caption {
    padding: 11px 16px;
    text-align: center;
    font-weight: 700;
    color: #303030;
    background: #efefef;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 4px 4px 0 0;
}

.bulk-ops-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0 0;
}

.bulk-ops-controls select {
    width: 178px;
    min-width: 178px;
    height: 31px;
    padding: 5px 8px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background: #fff;
    color: #777;
    font-size: 13px;
}

.bulk-btn {
    height: 31px;
    padding: 5px 12px;
    border: 0;
    border-radius: 3px;
    font-size: 13px;
    line-height: 21px;
}

.bulk-settings-table {
    margin-bottom: 0;
}

.bulk-settings-table th,
.bulk-settings-table td {
    vertical-align: middle;
}

.bulk-settings-table th {
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.bulk-settings-table .sl-col {
    width: 46px;
}

.bulk-settings-table .name-col {
    width: 50%;
}

.bulk-settings-table .value-col {
    width: 36%;
}

.bulk-settings-table .action-col {
    width: 74px;
    text-align: center;
}

.bulk-settings-table input {
    width: 100%;
    height: 30px;
    padding: 4px 9px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background: #fff;
    color: #666;
    font-size: 13px;
}

.btn-primary,
.action-btn.btn-primary {
    background: linear-gradient(180deg, #1e88e5 0%, #0f6cc4 100%);
    color: #fff;
}

.bulk-settings-table .action-btn {
    width: 18px;
    min-width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.bulk-settings-table .action-btn i {
    font-size: 10px;
}

.bulk-update-row {
    margin-top: 4px;
}

.update-now-btn {
    min-width: 82px;
}

.bulk-add-wrap {
    margin-top: -60px;
    margin-left: 188px;
}

.route-map-actions {
    margin-top: -60px;
    margin-left: 188px;
    display: flex;
    gap: 10px;
}

.cdr-filter-shell {
    margin-top: 6px;
    padding: 12px 14px 16px;
}

.cdr-shot-row {
    gap: 40px;
    margin-bottom: 22px;
}

.cdr-shot-row:last-child {
    margin-bottom: 8px;
}

.cdr-shot-col {
    min-width: 0;
}

.cdr-shot-col label {
    display: block;
    margin-bottom: 12px;
    color: #4a4a4a;
    font-size: 14px;
}

.cdr-shot-col input,
.cdr-shot-col select {
    width: 100%;
    height: 38px;
    padding: 7px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background: #fff;
    color: #666;
    font-size: 13px;
}

.cdr-date-wrap {
    display: flex;
    align-items: stretch;
}

.cdr-date-wrap input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cdr-addon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    border: 1px solid #d5d5d5;
    border-left: 0;
    background: #f7f7f7;
    color: #444;
    font-size: 18px;
    line-height: 1;
}

.cdr-search-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cdr-search-col p {
    margin: 0 0 14px;
    color: #585858;
    font-size: 12px;
}

.cdr-search-col .btn {
    align-self: flex-start;
    min-width: 134px;
    padding: 8px 16px;
}

.cdr-results-block {
    margin-top: 92px;
}

.lightblue {
    padding-right: 10px;
}

.bgcolor {
    padding-top: 24px;
}

.toggle-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 26px;
}

.switch-field {
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    padding-top: 5px;
    width: 33.3333%;
}

.switch-row {
    display: flex;
    align-items: center;
}

.switch-field p {
    width: 148px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #3c3c3c;
}

.switch-buttons {
    display: inline-flex;
    margin-left: 18px;
}

.switch-btn {
    display: inline-block;
    min-width: 78px;
    padding: 10px 0;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    line-height: 1;
}

.switch-btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.switch-btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.switch-btn.active {
    background-color: #a5dc86;
    box-shadow: none;
}

.home-footer-row {
    margin-top: 148px;
}

.home-footer {
    text-align: center;
    font-size: 14px;
    color: #444;
    width: 100%;
    line-height: 20px;
}

.float-nav {
    position: fixed;
    right: 25px;
    bottom: 18px;
    display: grid;
    gap: 12px;
}

.auth-login {
    background: #e9edf7;
}

.login-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 16px;
}

.login-panel {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border: 1px solid #c9d1ec;
    box-shadow: 0 8px 24px rgba(29, 49, 112, 0.12);
    padding: 28px 28px 24px;
}

.login-brand {
    text-align: center;
    margin-bottom: 18px;
}

.login-brand img {
    max-width: 180px;
    max-height: 48px;
}

.login-brand h1 {
    margin: 10px 0 0;
    color: #2f3f8f;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.login-alert {
    margin-bottom: 14px;
    padding: 10px 12px;
    color: #8b1e1e;
    background: #f9e2e2;
    border: 1px solid #ebb2b2;
}

.login-field {
    margin-bottom: 16px;
}

.login-field label {
    display: block;
    margin-bottom: 5px;
    color: #2f3f8f;
    font-weight: 700;
}

.login-field input {
    width: 100%;
    height: 34px;
    padding: 6px 10px;
    border: 1px solid #c7cfe6;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.login-actions {
    text-align: right;
}

.modal-backdrop-shell {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(17, 26, 62, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.app-modal-dialog {
    width: 100%;
    max-width: 640px;
    background: #fff;
    border: 1px solid #cad2ea;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.app-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: #2f3f8f;
    color: #fff;
}

.app-modal-close {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.app-modal-body,
.modal-body {
    padding: 16px;
}

.modal-loading {
    padding: 16px;
    color: #2f3f8f;
}

.modal-body h4 {
    margin: 0 0 12px;
    color: #2f3f8f;
    font-size: 20px;
    font-weight: 400;
}

.modal-body table {
    width: 100%;
}

.modal-body th {
    width: 180px;
    text-align: left;
}

.module-content.is-loading {
    opacity: 0.55;
    pointer-events: none;
    transition: opacity 0.18s ease;
}

.ajax-action-link.is-busy {
    opacity: 0.5;
    pointer-events: none;
}

.js-sortable {
    cursor: pointer;
}

.pager span {
    cursor: pointer;
}

.float-nav button {
    width: 43px;
    height: 43px;
    border: 1px solid #ececec;
    border-radius: 999px;
    background: #fff;
    color: #a8d8c0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
    font-size: 22px;
    cursor: pointer;
}

body.module-home .server-time {
    font-size: 15px;
}

body.module-home .appbody {
    margin-left: 44px;
    margin-right: 12px;
}

.cdr-filter-box {
    padding: 18px 14px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background: #fafafa;
}

.cdr-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 30px;
}

.cdr-grid label {
    display: grid;
    gap: 8px;
}

.cdr-grid label span,
.cdr-help p {
    font-size: 14px;
    color: #4f4f4f;
}

.cdr-help {
    align-self: end;
}

@media (max-width: 1100px) {
    .toggle-grid,
    .cdr-grid,
    .hero,
    .admin-form {
        grid-template-columns: 1fr;
    }

    nav#primary {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin-top: 1px;
    }

    .admin-form label span {
        text-align: left;
    }

    .margin-left {
        margin-left: 0;
    }

    .row-fluid {
        flex-direction: column;
    }

    .show-grid {
        gap: 12px;
    }

    .home-stats-row {
        gap: 20px;
    }

    .home-stats-row .span4 {
        width: 100%;
        flex-basis: auto;
    }

    .bulk-ops-controls {
        flex-wrap: wrap;
        gap: 12px;
    }

    .switch-field,
    .span4,
    .span6,
    .span8 {
        width: 100%;
        flex-basis: auto;
    }

    .switch-row {
        justify-content: space-between;
    }

    .cdr-shot-row {
        gap: 14px;
        margin-bottom: 14px;
    }

    .cdr-results-block {
        margin-top: 36px;
    }

    .bulk-add-wrap {
        margin: 12px 0 0;
    }

    .route-map-actions {
        margin: 12px 0 0;
    }

    .performance-row,
    .performance-actions {
        gap: 12px;
    }
}
