@font-face {
  font-family: Roboto;
  font-weight: 300;
  src: url("font/Roboto-Light.ttf");
}
@font-face {
  font-family: Roboto;
  font-weight: 400;
  src: url("font/Roboto-Regular.ttf");
}
@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: italic;
  src: url("font/Roboto-Italic.ttf");
}
@font-face {
  font-family: Roboto;
  font-weight: 600;
  src: url("font/Roboto-Medium.ttf");
}
@font-face {
  font-family: Roboto;
  font-weight: 600;
  font-style: italic;
  src: url("font/Roboto-MediumItalic.ttf");
}
@font-face {
  font-family: Roboto;
  font-weight: 700;
  src: url("font/Roboto-Bold.ttf");
}
@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: italic;
  src: url("font/Roboto-BoldItalic.ttf");
}
@font-face {
  font-family: Roboto;
  font-weight: 900;
  src: url("font/Roboto-ExtraBold.ttf");
}
.login-page, .register-page {
  background: #fff;
  background-size: 100% 100%;
  background-attachment: cover;
}

.login-box .card {
  background: transparent;
  box-shadow: none;
  border: none;
}
.login-box .login-card-body, .login-box .register-card-body {
  background: transparent;
}
.login-box .login-card-body .input-group .input-group-text, .login-box .register-card-body .input-group .input-group-text {
  background: #fff;
  border-radius: 0px 7px 7px 0px;
  border-color: #a5adb6;
}
.login-box .form-control, .login-box .btn {
  height: 40px;
  border-radius: 7px;
}
.login-box .form-control {
  border-color: #a5adb6;
}
.login-box .form-control:focus {
  box-shadow: none;
}
.login-box .alert {
  font-size: 14px;
}
.login-box .alert h4 {
  font-size: 16px;
  color: #333;
  display: none;
}
.login-box .input-group-text {
  width: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
.login-box .input-group-text:before {
  width: 100%;
  text-align: center;
}
.login-box .btn-login {
  background: linear-gradient(to right, #ff5a6e, #ff5ab6) !important;
  color: #fff;
  border: none;
}
.login-box .btn-login:hover {
  background: linear-gradient(to right, #ff5a6e, #ff5ab6) !important;
  color: #fff;
}
.login-box .btn-login i {
  padding-top: 4px;
}
.login-box .login-logo {
  font-size: 30px;
}
.login-box .btn-login-agen {
  background: linear-gradient(to right, #37c4fb, #3cdf9b) !important;
  color: #fff;
  border: none;
}
.login-box .btn-login:hover {
  background: linear-gradient(to right, #37c4fb, #3cdf9b) !important;
  color: #fff;
}

body {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}

.content-wrapper {
  padding-bottom: 30px;
  background: #ececec;
}

.content-header {
  padding: 15px 15px;
  position: relative;
  min-height: 40px;
}
.content-header .breadcrumb {
  background-color: #ececec;
  padding: 2px 10px;
  margin-bottom: 10px;
  font-size: 1em;
  color: #444;
}
.content-header .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0px;
}
.content-header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-left: 7px;
  padding-right: 7px;
  color: #aaa;
}
.content-header .breadcrumb .breadcrumb-item {
  font-weight: 400;
}
.content-header .breadcrumb .breadcrumb-item a {
  color: #0e5899;
}
.content-header .breadcrumb .breadcrumb-item.active {
  color: #777;
}
.content-header h1 {
  color: #ccc;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  font-weight: 600;
}

body.modal-open {
  padding-right: 0px !important;
}
body.modal-open .modal {
  padding-right: 0px !important;
}

.content-wrapper > .content {
  padding: 0px 0.75rem;
}

[class*=sidebar-light] .brand-link {
  border-bottom: none;
}

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p {
  width: 0px;
}

.nav-sidebar .nav-link p {
  font-size: 13px;
  font-weight: 600;
  color: #777;
}

.nav-sidebar .nav-link .nav-icon {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  background: linear-gradient(45deg, #ff9696, #5b176f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 2px;
}

.modal .table {
  width: 100% !important;
}

.table td,
.table th {
  padding: 7px 15px;
  vertical-align: middle;
}

.proyek-capt {
  font-size: 1em;
  font-weight: 600;
  color: #dc3545;
  margin-top: 5px;
  display: block;
  padding: 7px 10px;
  border-radius: 7px;
  border: 2px solid #ffc107;
}

.nav-link.btn {
  height: 35px;
  line-height: 16px;
  margin-right: 10px;
}

.sidebar-light-danger .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #f7f7f7;
  color: #111 !important;
  border-bottom: none;
  border-radius: 0px;
  box-shadow: none;
}
.sidebar-light-danger .nav-sidebar > .nav-item > .nav-link.active p {
  color: #333 !important;
}

.nav-sidebar > .nav-item {
  border-bottom: 1px solid #ddd;
}

.nav-sidebar .nav-item > .nav-link {
  margin-bottom: 0px;
}

.nav-link {
  outline: 0 !important;
}

.card {
  box-shadow: none;
}
.card .card-header {
  border-bottom: none;
}
.card .card-header .card-tools {
  top: 15px;
  background-color: #fff;
}
.card .card-header .card-title {
  font-weight: 600;
  padding-top: 3px;
  font-size: 1.3em;
}
.card .card-header .card-title > i {
  position: relative;
  top: 1px;
}
.card .card-footer {
  background-color: #fff;
}

.main-sidebar,
.main-sidebar::before {
  width: 230px;
}

.sidebar {
  font-size: 14px;
  padding-top: 20px;
}

.control-label {
  font-size: 1em;
  margin-bottom: 2px;
  line-height: 12px;
  margin-left: 5px;
}

.hidden {
  display: none !important;
}

.page-link:focus {
  box-shadow: none;
}

textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-title {
  font-size: 20px;
  padding-top: 5px;
  color: #222;
  font-weight: 400;
}
.card-title i {
  margin-right: 5px;
  font-size: 20px;
  background: linear-gradient(45deg, #ff9696, #5b176f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form-control.input-sm,
.form-control.form-control-sm {
  height: 32px;
}

textarea.form-control {
  height: auto;
}

.has-error .form-control,
.has-error select.form-control:not([size]):not([multiple]) {
  border-color: red !important;
}
.has-error .form-control:focus,
.has-error select.form-control:not([size]):not([multiple]):focus {
  box-shadow: none;
}
.has-error .error {
  color: red !important;
}

.help-block {
  font-size: 0.7em;
}

select.form-control:not([size]):not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: none;
}

.card .info-box {
  margin-bottom: 0px !important;
}

.btn-success.focus,
.btn-success:focus,
.btn-danger.focus,
.btn-danger:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn-info.focus,
.btn-info:focus,
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: none;
}

input.btn-tool.active {
  box-shadow: inset 0px 0px 0px 2px #4fbbf0 !important;
}

button.btn-tool.active.active {
  background: #4fbbf0 !important;
  color: #222;
  box-shadow: none !important;
}

.table-sm tr th,
.table-sm tr td {
  font-size: 11px;
  padding: 7px 5px;
}
.table-sm .badge {
  font-size: 10px;
}

.table.dataTable {
  border-collapse: collapse !important;
}

.dataTables_wrapper.form-inline {
  display: block;
}
.dataTables_wrapper.form-inline label {
  display: block;
}

div.dataTables_wrapper div.dataTables_filter label {
  text-align: right !important;
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
}

#list_proyek {
  min-width: 230px;
}

.alert h4 {
  font-size: 16px;
  color: #333;
}

.nav-sidebar > .badge {
  padding: 5px 10px;
  margin-bottom: 20px;
}

.select-proyek {
  padding-top: 20px;
}
.select-proyek .item {
  padding: 7px;
  padding-bottom: 0px;
  border-radius: 5px;
  background: #303030;
}
.select-proyek .item .btn {
  margin-bottom: 7px;
  margin-right: 7px;
}
.select-proyek .item .btn:focus, .select-proyek .item .btn:active, .select-proyek .item .btn:active:focus {
  box-shadow: none !important;
}
.select-proyek .item .disabled {
  background-color: #222 !important;
  border-color: #222 !important;
  font-weight: 600 !important;
}

.btn:not(:disabled):not(.disabled):not(.btn-tool).active:focus,
.btn:not(:disabled):not(.disabled):not(.btn-tool):active:focus,
.show > .btn.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none !important;
}

.btn-tool:focus,
.show .btn-tool {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.ck-editor__editable_inline {
  min-height: 400px;
}

.ckeditorinit {
  display: none;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 30px;
}

.form-control-feedback {
  position: absolute;
  top: 5px;
  z-index: 9;
  right: 10px;
}

.table-middle td,
.table-middle th {
  vertical-align: middle !important;
}

.form-group label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 700;
  color: #333;
  margin-bottom: 3px;
}

.bootstrap-tagsinput .badge {
  margin-right: 5px;
}

.bootstrap-tagsinput {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-height: 45px;
}

.form-control:focus,
select.form-control:not([size]):not([multiple]):focus,
.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused,
.bootstrap-tagsinput.focus {
  border-color: #2ab8f9;
  box-shadow: inset 0 0 0 transparent, inset 0 0 0 2px #2ab8f9;
}

.menu-label {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.7rem;
}

@media only screen and (max-width: 600px) {
  .table .btn-xs {
    margin-bottom: 3px;
    width: 100%;
  }
  .table .btn-xs:last-child {
    margin-bottom: 0px;
  }

  .pagination-sm .page-link {
    padding: 3px 7px;
  }
}
.sidebar-light-danger .nav-sidebar > .nav-item > .nav-treeview {
  background-color: #f4f4f5;
  padding: 10px;
}
.sidebar-light-danger .nav-sidebar > .nav-item > .nav-treeview p {
  color: #333;
}
.sidebar-light-danger .nav-sidebar > .nav-item > .nav-treeview .fa-circle {
  font-size: 12px;
  position: relative;
  top: 1px;
}

.sidebar-light-danger .nav-treeview > .nav-item > .nav-link p {
  color: #888;
}
.sidebar-light-danger .nav-treeview > .nav-item > .nav-link.active p, .sidebar-light-danger .nav-treeview > .nav-item > .nav-link:hover p {
  color: #222;
}

.sidebar {
  overflow: auto;
  scrollbar-width: thin;
}
.sidebar::-webkit-scrollbar {
  width: 12px;
}
.sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.nav-sidebar {
  padding-bottom: 30px;
}

.btn_role {
  padding-right: 20px;
  position: relative;
  margin-top: -4px !important;
}

.search_agen + .select2 {
  width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: -2px;
}

.has-error .select2-selection {
  border-color: red !important;
}
.has-error .help-block {
  color: red;
  font-size: 12px !important;
}

.sidebar {
  padding-right: 8px;
}

.nav-sidebar .nav-link > p > .right {
  top: 14px;
  font-weight: 700;
  font-size: 14px;
  color: #ba4cc4;
}

.ss-scroll {
  right: -216px !important;
  opacity: 0.6;
  width: 5px;
  background: #848484 !important;
}

.main-header .nav-link {
  height: unset;
}

.sidebar .nav-link {
  padding: 0.55rem 0.7rem;
}

.navbar-expand .navbar-nav .nav-link .fa-bars {
  margin-top: 6px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #999;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #444;
}

.navbar {
  padding: 4px 0.5rem;
  background-color: #333;
}

.profile-info {
  position: relative;
  margin-bottom: 20px;
  height: 45px;
  padding: 5px 20px;
  padding-top: 7px;
  padding-bottom: 2px;
  background-color: transparent;
  border-radius: 5px;
  padding-left: 50px;
}
.profile-info .abbr {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 20px;
  height: 35px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  padding-top: 2px;
  width: 35px;
  background: #333;
}
.profile-info .name {
  color: #333;
  height: 15px;
  overflow: hidden;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 14px;
}
.profile-info .otor {
  height: 12px;
  overflow: hidden;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 14px;
  font-weight: 600;
  color: #ca7864;
}

.sidebar-mini.sidebar-collapse .main-sidebar .profile-info .name,
.sidebar-mini.sidebar-collapse .main-sidebar .profile-info .otor {
  display: none;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .profile-info .name,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .profile-info .otor {
  display: block;
}
.btn-logout {
  background-color: #444;
  border-color: #fff;
  color: #999898 !important;
}
.btn-logout:hover {
  border-color: #fff;
  background-color: #777;
  color: #222 !important;
}

.flex-end-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.filter .form-group {
  margin-bottom: 0px;
}
.filter .select2-container {
  width: 100% !important;
}

div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0px;
}

.brand-link {
  padding: 7px 0.5rem;
  background: #333;
  height: 46px;
}

@media (min-width: 768px) {
  .content-wrapper,
.main-footer,
.main-header {
    margin-left: 230px;
  }
}
.content:not(.dashboard) .card:not(.dataTables_processing) {
  min-height: calc(100vh - 60px);
}

.notifyjs-corner {
  bottom: 7px !important;
}

.notifyjs-custom-meninblack-base {
  position: relative;
  padding-left: 45px !important;
}

.notifyjs-custom-meninblack-base .icn {
  display: none;
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 23px;
}

.notifyjs-custom-meninblack-danger .icn.danger,
.notifyjs-custom-meninblack-info .icn.info,
.notifyjs-custom-meninblack-success .icn.success,
.notifyjs-custom-meninblack-warning .icn.warning {
  display: inline-block;
}

.form-control[type=file] {
  line-height: 15px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/* ==================================    oferride bootsraps style    ==================================== */
.form-group {
  position: relative;
}
.form-group .btn-xs {
  margin-top: 4px;
}
.form-group .form-error {
  color: #d30d0d;
  position: absolute;
  bottom: -15px;
  font-size: 11px;
  left: 2px;
}
.form-group .form-error + .form-control,
.form-group .form-error + .react-numeric-input .form-control {
  border-color: #d30d0d;
}

.close:focus {
  outline: 0;
}

.modal {
  z-index: 1101;
}

.modal-open {
  padding-right: 17px;
}

.modal.show {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal.show .modal-dialog {
  color: #444;
  transition: 0.3s ease-in;
}
.modal.show .modal-dialog .modal-content .modal-header .close {
  text-shadow: none;
}

.custom-control-input + .custom-control-label {
  padding-top: 3px;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal.show.animate .modal-dialog {
  opacity: 1;
}

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.btn.focus,
.btn:focus,
.btn:focus:active,
btn:active,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus,
.pagination li a.page-link:focus {
  box-shadow: none;
}

.alert-dismissible .close {
  padding: 8px 13px;
}

.table-responsive {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.form-control:not(.form-control-sm) {
  padding: 8px 8px;
  font-size: 13px;
}

.form-control,
.custom-select {
  border-radius: 0px;
  color: #333;
  outline: 0;
}
.form-control:not(textarea):not(.form-control-sm),
.custom-select:not(textarea):not(.form-control-sm) {
  height: 35px !important;
}
.form-control::placeholder,
.custom-select::placeholder {
  opacity: 1;
  color: #aeaeae;
}
.form-control:focus,
.custom-select:focus {
  outline: 0;
  color: #333;
}
.form-control:focus::placeholder,
.custom-select:focus::placeholder {
  color: #aaa;
}

.form-control,
textarea.form-control,
select.form-control:not([size]):not([multiple]),
.select2.select2-container--default .select2-selection--single {
  height: 35px;
  border: 1px solid #bac0c6;
  border-radius: 0px;
  font-size: 1em;
}
.form-control:focus:not(.select2-selection),
textarea.form-control:focus:not(.select2-selection),
select.form-control:not([size]):not([multiple]):focus:not(.select2-selection),
.select2.select2-container--default .select2-selection--single:focus:not(.select2-selection) {
  border-color: #2ab8f9;
  box-shadow: none;
}
.form-control .select2-selection__rendered,
textarea.form-control .select2-selection__rendered,
select.form-control:not([size]):not([multiple]) .select2-selection__rendered,
.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  padding-left: 0px;
}
.form-control .select2-selection__arrow,
textarea.form-control .select2-selection__arrow,
select.form-control:not([size]):not([multiple]) .select2-selection__arrow,
.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.form-control.form-control-sm,
textarea.form-control.form-control-sm,
select.form-control:not([size]):not([multiple]).form-control-sm,
.select2.select2-container--default .select2-selection--single.form-control-sm {
  height: 25px !important;
  font-size: 0.8rem;
  padding: 0px 5px;
}
.form-control.custom-select.custom-select-sm,
textarea.form-control.custom-select.custom-select-sm,
select.form-control:not([size]):not([multiple]).custom-select.custom-select-sm,
.select2.select2-container--default .select2-selection--single.custom-select.custom-select-sm {
  padding-right: 20px;
}

textarea.form-control {
  height: unset;
}

.form-control:focus {
  box-shadow: none;
}

input[hidden] {
  display: none !important;
}

select.custom-select {
  font-size: 14px;
}

.input-group-text {
  height: 35px !important;
  background-color: #f3f3f3;
  font-size: 12px;
  border-left: none;
}

.control-label {
  margin: 0px !important;
  color: #333 !important;
}

.btn-secondary {
  background-color: #ccc;
  border-color: transparent;
  color: #555;
}

.btn-group-sm > .btn,
.btn-sm {
  font-size: 12px;
  padding: 3px 12px;
  font-weight: 300;
  border-radius: 3px;
}

.btn {
  font-weight: 600;
  border: none;
}
.btn:focus, .btn:hover {
  border: none;
}

.btn-light {
  background-color: #d7d7d7;
  border-color: #bababa;
}
.btn-light:hover {
  background-color: #c3c2c2;
  border-color: #abaaaa;
}

.btn-sm i {
  font-size: 12px;
}

.btn-md {
  font-size: 13px;
  line-height: 22px;
  height: 35px;
}

.btn-lg {
  font-size: 13px;
  line-height: 28px;
  height: 45px;
}

.btn-xs {
  padding: 2px 7px;
  font-size: 11px;
  cursor: pointer;
}

.custom-control.custom-radio:not(.custom-control-inline) {
  padding-top: 3px;
  cursor: pointer;
}

.custom-control-inline {
  padding-top: 5px;
  padding-bottom: 5px;
}
.custom-control-inline .custom-control-label::before,
.custom-control-inline .custom-control-label::after {
  top: 8px;
}

.modal-content {
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}
.modal-content .modal-header {
  border-bottom: none;
  padding: 0.75rem;
}
.modal-content .modal-header .close {
  font-weight: 300;
  line-height: 16px;
  padding: 12px 14px;
}
.modal-content .modal-header .modal-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
}
.modal-content .modal-header .modal-title i {
  color: #555;
}
.modal-content .modal-body {
  padding: 0.75rem;
}
.modal-content .modal-footer {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border-top: none;
  padding: 0.75rem;
}

text-dark {
  color: #262626 !important;
}

.card {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.12);
  box-shadow: none;
  border: none;
  border-radius: 0px;
}
.card .card-header {
  padding: 0.75rem;
  border-bottom: none;
}
.card .card-header:first-child, .card .card-header:last-child {
  border-radius: 0px;
}
.card .card-header .card-title {
  padding: 0px 0px;
  margin-bottom: 0px;
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 300;
}
.card .card-header .card-title > strong > i {
  font-weight: 400;
  color: #555;
}
.card .card-header .card-tools {
  position: absolute;
  right: 12px;
  top: 12px;
}
.card .card-body {
  border-top: none;
  padding: 0.75rem;
}
.card .card-body.no-border .table {
  line-height: 14px;
  margin-bottom: 0px;
}
.card .card-body.no-border .table tr td:first-child,
.card .card-body.no-border .table tr th:first-child {
  border-left: none;
}
.card .card-body.no-border .table tr td:last-child,
.card .card-body.no-border .table tr th:last-child {
  border-right: none;
}
.card .card-body .same-height-44 td {
  height: 44px !important;
}
.card .card-body hr {
  margin-top: 40px;
  margin-right: -7px;
  margin-left: -7px;
}
.card .card-body .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.card .card-footer {
  padding: 0.75rem;
  border-top: none;
}
.card .card-footer.no-border {
  border-top: none;
}
.card .card-footer:last-child {
  border-radius: 0px 0px 7px 7px;
}
.card .card-footer .pagination {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  margin-bottom: 0px;
}
.card.minimize {
  min-height: 30px;
}
.card.minimize .card-body {
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 0px;
  overflow: hidden;
}
.card.minimize .card-footer {
  display: none;
}

.form-group label {
  color: #aaa;
  font-weight: 600;
  font-size: 12px;
}
.form-group label:not(.col-form-label) {
  margin-bottom: 0px;
  margin-left: -5px;
}

button {
  cursor: pointer;
}

a.btn.disabled,
fieldset[disabled] a.btn,
button:disabled {
  cursor: not-allowed;
  pointer-events: all;
}

.col-form-label-lg {
  font-size: 16px;
  padding-top: 13px;
}

.breadcrumb {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 13px;
  margin-top: 0px;
  padding: 0px 25px;
  color: #444;
}
.breadcrumb i {
  color: #555;
}
.breadcrumb .breadcrumb-item.active {
  color: #666;
}

.pagination {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  padding-top: 0px;
}
.pagination li {
  padding: 5px 3px;
  background: #fff;
}
.pagination li a.page-link {
  background: transparent;
  color: #333;
  border: 0px;
  background: #ccc;
  border-radius: 0px;
  line-height: 16px;
  padding: 0.4rem 0.75rem;
}
.pagination li a.page-link:hover {
  background: #ddd;
}
.pagination li.active a.page-link {
  background: #555;
}
.pagination li.disabled a.page-link {
  background: transparent;
  color: #aaa;
}
.pagination li:first-child {
  padding-left: 5px;
  border-radius: 0px;
}
.pagination li:last-child {
  padding-right: 5px;
  border-radius: 0px;
}

.main-container {
  position: relative;
  min-height: 100%;
  height: auto;
}

.table {
  margin-bottom: 0.5rem;
}
.table.table-sm tr td,
.table.table-sm tr th {
  font-size: 12px;
  padding: 7px 5px;
}
.table.table-sm tr td .badge,
.table.table-sm tr th .badge {
  font-weight: 600;
  padding-bottom: 4px;
  font-size: 11px;
}
.table td,
.table th {
  padding: 7px 10px;
  margin-bottom: 0px;
  vertical-align: middle;
}
.table td.sortable,
.table th.sortable {
  position: relative;
  cursor: pointer;
}
.table td.sortable .cont-table-carret,
.table th.sortable .cont-table-carret {
  position: absolute;
  right: 5px;
  top: 4px;
  color: #555;
}

/* ==================================    responsive    ==================================== */
@media screen and (min-width: 1200px) {
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu-right i {
    font-size: 14px;
    min-width: 16px;
  }
}
@media screen and (max-width: 780px) {
  .main-container {
    width: 100%;
    overflow-x: hidden;
  }

  .small-padding-mobile {
    padding-top: 0px !important;
    margin-bottom: 20px !important;
  }

  .breadcrumb {
    margin-top: 10px;
  }

  .main-wrapper,
.footer {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    margin-left: 0px;
    left: 0px;
    position: relative;
  }

  .sidebar {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .show-sidebar .main-wrapper,
.show-sidebar .footer {
    left: 250px;
  }
  .show-sidebar .sidebar {
    left: 0px;
  }
}
.dropdown .dropdown-item {
  font-size: 12px;
}
.dropdown .dropdown-item:hover {
  background: none;
  color: #999;
}
.dropdown .dropdown-divider {
  height: 0;
  margin: 3px 0;
  overflow: hidden;
  border-top: 1px solid #484848;
}

.table.no-border th,
.table.no-border td {
  border: none !important;
}

.fr-toolbar.fr-top,
.second-toolbar,
.fr-box.fr-basic {
  border-radius: 0px !important;
}

@keyframes sideLeft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=custom.css.map */
