body {
    background-color: #f8f8f8;
}
a, .btn-link {
    color: #1485ff;
}
.text-success {
    color: #5cb85c;
}
.text-primary {
    color: #1485ff;
}
.text-danger {
    color: #df3f3f;
}
.text-warning {
    color: #b7950e;
}
.form-control {
    border-radius: 2px;
    border: 1px #dadada solid;
    box-shadow: none;
    padding: 20px;
}
select.form-control {
    height: 40px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 15px 0 15px 0;
}
input.checkbox {
    display: none;
}
input.checkbox + label {
    position: relative;
    padding-left: 30px;
    font-weight: normal;
    margin: 7px 0;
}
input.checkbox + label:before {
    display: block;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px #cccccc solid;
    background-color: #ffffff;
    content: '';
}
input.checkbox:checked + label:before {
    background-image: url('../images/check.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-color: #1683FA;
}
.has-error .form-control {
    border-color: #df3f3f;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #df3f3f;
}
.btn, .btn:focus, .btn:active {
    transition: 0.3s;
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px #dadada;
    outline: none !important;
    padding: 10px 25px;
}
.btn:hover {
    box-shadow: 0px 0px 12px 0px #999999;
}
.btn.btn-low, .btn.btn-low:focus, .btn.btn-low:active {
    padding: 5px 25px;
}
.btn-primary {
    background-color: #1485ff;
    border: none;
}
.btn-primary:hover {
    background-color: #1485ff;
}
.btn-default {
    color: #1485ff;
    border-color: #1485ff;
}
.btn-default:hover {
    background-color: #ffffff;
}
.alert {
    border-radius: 2px;
    box-shadow: 0px 0px 10px 0px #dadada;
    background-color: #ffffff;
    border-right: none;
    border-bottom: none;
    border-top: none;
    font-weight: bold;
}
.alert h3, .alert .h3 {
    margin: 0 0 15px 0;
}
.alert-danger {
    color: #df3f3f;
    border-left: 5px #df3f3f solid;
}
.alert-success {
    color: #32ab1e;
    border-left: 5px #32ab1e solid;
}
.alert-warning {
    color: #e9c227;
    border-left: 5px #e9c227 solid;
}
.ms-starter {
    padding-top: 120px;
    padding-bottom: 120px;
}
.navbar-ms {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 5px #dadada;
}
.navbar-ms .navbar-nav > li a {
    padding: 0 15px;
    line-height: 60px;
}
.navbar-ms .navbar-nav > li button {
    line-height: 58px;
    padding: 0 15px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
    position: relative;
}
.table th, .table th a {
    color: #999ea4;
    text-transform: uppercase;
}
.table tr:first-child td, .table tr:first-child th {
    border-top: none !important;
}
.ms-block {
    box-shadow: 0px 0px 10px 0px #dadada;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.ms-block-heading {
    padding: 20px 30px;
    border-bottom: 1px #dadada solid;
}
.ms-block-content {
    padding: 20px 30px;
}
.ms-block-footer {
    padding: 20px 30px;
    border-top: 1px #dadada solid;
}
.ms-block h1, .ms-block .h1, .ms-block h2, .ms-block .h2, .ms-block h3, .ms-block .h3, .ms-block h4, .ms-block .h4 {
    margin: 0;
    font-weight: normal;
}
.ms-block h3, .ms-block .h3 {
    font-size: 20px;
}
.ms-block h4, .ms-block .h4 {
    color: #999999;
    font-size: 1em;
    margin-top: 7px;
}
.ms-block-heading .form-group {
    margin-bottom: 0;
}
.ms-block-heading .form-group .help-block {
    display: none;
}
.ms-sidebar {
    overflow: hidden;
    width: 250px;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 900;
    box-shadow: 0px 0px 10px 0px #dadada;
}
.ms-sidebar-mini .ms-sidebar {
    width: 60px;
}
.ms-sidebar-mini .ms-logo {
    display: none;
}
.ms-sidebar-mini .ms-sidebar-heading div {
    width: 100% !important;
}
.ms-sidebar-heading {
    position: absolute;
    height: 62px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: #ffffff;
    border-bottom: 1px #dadada solid;
}
.ms-sidebar-body {
    position: absolute;
    top: 62px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #ffffff;
}
.ms-viewport {
    position: absolute;
    top: 0;
    right: 0;
    left: 250px;
}
.ms-sidebar-mini .ms-viewport {
    left: 60px;
}
.ms-viewport .navbar-ms {
    left: 250px;
    z-index: 600;
    min-height: 61px;
}
.ms-sidebar-mini .navbar-ms {
    left: 60px;
}
.ms-logo {
    line-height: 60px;
}
.ms-logo img {
    width: 100%;
}
.ms-toggle-button {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.ms-toggle-line {
    height: 2px;
    background-color: #999999;
    margin: 5px 0;
}
.ms-toggle-line:nth-child(1) {
    width: 100%;
}
.ms-toggle-line:nth-child(2) {
    width: 50%;
}
.ms-toggle-line:nth-child(3) {
    width: 75%;
}
.ms-content {
    margin-top: 60px;
}
.ms-content-inner {
    padding: 30px;
}
.ms-content-inner h1, .ms-content-inner .h1 {
    margin-top: 0 !important;
}
.ms-sidebar-body .menu-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 25px;
    padding-left: 25px;
    margin-bottom: 15px;
}
.breadcrumb {
    background-color: #ffffff;
    padding: 15px 30px;
    box-shadow: 0px 0px 10px 0px #dadada;
    margin-bottom: 0;
}
.nav-sidebar li a {
    color: #76797e;
    padding: 15px 25px;
    border-left: 5px #ffffff solid;
}
.nav-sidebar li > a:hover {
    border-color: #1485ff;
}
.nav-sidebar i {
    margin-right: 15px;
}
.nav li a:hover {
    background-color: #f3f4f8;
}
.ms-sidebar-mini .nav-sidebar li a span {
    display: none;
}
.ms-sidebar-mini .nav-sidebar li a {
    padding: 15px 20px;
}
.ms-sidebar-mini .ms-sidebar-body .menu-title {
    opacity: 0;
}
.text-light {
    color: #acb0b9;
}
.form-group.required .has-star:not(.custom-control-label)::after, .is-required::after {
    display: none;
}
.grid-view.non-summary .summary {
    display: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1485ff;
}
.nowrap {
    white-space: nowrap;
}
.text-bold {
    font-weight: bold !important;
}
@media screen and (max-width: 990px) {
    .ms-viewport {
        left: 60px;
    }
}
