
body {
    background-color: #1c7dbc;
}

.login-form {
    width: 100% !important;
}

.btn-primary, .btn-success {
    color: #fff;
    background-color: #1c7cbc;
}

.btn-success:hover {
    color: #fff;
    background-color: #0073bc;
}

.form-control:not(.border-bottom-1):not(.border-bottom-2):not(.border-bottom-3):focus {
    border-color: #64a4d5;
}

.daterangepicker td.active, .daterangepicker td.active:focus, .daterangepicker td.active:hover {
    color: #fff;
    background-color: #1b76b3;
    border-radius: .1875rem;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 1px 0 #64a4d5;
}

@media (min-width: 576px) {
    .login-form {
        width: 100% !important;
    }
}

a .toggle-vis:hover {
    cursor: pointer;
}

.dataTables_info {
    padding-left: 20px;
    padding-top: 20px;

}

.dt-buttons {
    padding-right: 20px;
    margin-top: 0px;
}

.dt-button {
    color: #fff;
    background-color: #1c7cbc;
    display: inline-block;
    font-weight: 500;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: .8125rem;
    line-height: 1.5385;
    border-radius: .1875rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dataTables_paginate {
    padding-right: 20px;
    padding-top: 20px;
}

table {
    padding-bottom: 5px;
    border-bottom: 2px solid #d6d6d6;
}

.navbar {
    -ms-flex-align: stretch;
    align-items: stretch;
    box-shadow: 0 0px 0px !important;
    border-bottom: 1px solid #eeeded;
}

.ranges ul li.active {
    color: #fff;
    background-color: #1c7dbc;
}

.ranges ul li.active {
    background-color: #039be5;
}

.sidebar-light .nav-sidebar .nav-link:not(.disabled):hover {
    color: #333;
    background-color: #039be5;
}

.import-form {
  margin-right: 56.88%;
}
