@charset "UTF-8";

.rot-90 {
  transform: rotate(90deg)
}

.rot-180 {
  transform: rotate(180deg)
}

.rot-270 {
  transform: rotate(270deg)
}

.step-badge {
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
	margin-left: -1px
}

.bg-navbar {
    background-color: #0cb9f9;
}

.topbar .dropdown-list.change-role {
  z-index: 999;
}

.sidebar .sidebar-brand .sidebar-brand-icon i {
  font-size: 2rem;
}

.sidebar .sidebar-brand .sidebar-brand-text img {
  max-height: 2rem
}

.sidebar .sidebar-brand .sidebar-brand-text .brand-text {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3rem
}

.sidebar .sidebar-brand .sidebar-brand-text .brand-system {
  display: block;
  font-size: 0.5rem
}

.sidebar .nav-item .nav-link .mdi {
  font-size: 1.2rem;
  text-align: center;
  width: 1.25em;
  margin-right: .1rem
}

.sidebar.toggled .nav-item .nav-link .mdi {
  font-size: 1.2rem;
}

.avatar-xl {
  height:200px;
  width:200px;
}

.avatar-lg {
  height:100px;
  width:100px;
}

.avatar-md {
  height:75px;
  width:75px;
}

.avatar-sm {
  height:30px;
  width:30px;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.card-avatar {
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  -moz-flex: 0 0 50px;
}

.btn-toggle-visibility{
	width: 48px;
}

.modal-confirm {
  color: #636363;
  width: 400px;
}

.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 14px;
}

.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -10px;
}

.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -2px;
}

.modal-confirm .modal-body {
  color: #999;
}

.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
  color: #999;
}

.modal-confirm .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
  border: 3px solid #f15e5e;
}

.modal-confirm .icon-box i {
  color: #f15e5e;
  font-size: 46px;
  display: inline-block;
  margin-top: 13px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
  color: #fff;
  border-radius: 4px;
  background: #60c7c1;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  min-width: 120px;
  border: none;
  min-height: 40px;
  border-radius: 3px;
  margin: 0 5px;
}

.modal-confirm .btn-secondary {
  background: #c1c1c1;
}

.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
  background: #a8a8a8;
}

.modal-confirm .btn-success {
  background: #66bb6a;
}

.modal-confirm .btn-success:hover,
.modal-confirm .btn-success:focus {
  background: #43a047;
}

.modal-confirm .btn-info {
  background: #3abaf4;
}

.modal-confirm .btn-info:hover,
.modal-confirm .btn-info:focus {
  background: #0da8ee;
}

.modal-confirm .btn-warning {
  background: #ffa426;
}

.modal-confirm .btn-warning:hover,
.modal-confirm .btn-warning:focus {
  background: #ff990d;
}

.modal-confirm .btn-danger {
  background: #f15e5e;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
  background: #ee3535;
}

.topbar .alerts-container {
  height: 320px;
  overflow-y: scroll;
}

.chartWrapper {
    position: relative;
}

.chartWrapper > canvas {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events:none;
}

.chartAreaWrapper {
    overflow-x: scroll;
    position: relative;
    width: 100%;
}

.chartAreaInnerWrapper {
    position: relative;
    height: 350px;
    min-width: 4000px;
}

.financeChartAreaInnerWrapper {
    position: relative;
    height: 400px;
}

.step {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.step .step-item {
  flex: 1 1 0;
  position: relative;
  text-align: center;
}
.step .step-item:not(:first-child)::before {
  background-color: #69707a;
  content: "";
  height: 0.125rem;
  left: -50%;
  position: absolute;
  top: 0.4375rem;
  width: 100%;
  z-index: 0;
}
.step .step-item .step-item-link {
  color: #69707a;
  position: relative;
  display: inline-block;
  padding-top: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  z-index: 1;
}
.step .step-item .step-item-link::before {
  background-color: #69707a;
  border: 0.125rem solid #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.step .step-item .step-item-link.disabled {
  pointer-events: none;
  cursor: default;
}
.step .step-item.active a::before {
  background: #fff;
  border: 0.125rem solid #69707a;
}
.step .step-item.active ~ .step-item .step-item-link {
  color: #d4dae3;
}
.step .step-item.active ~ .step-item .step-item-link::before {
  background: #d4dae3;
}
.step .step-item.active ~ .step-item::before {
  background: #d4dae3;
}

.step-lg .step-item:not(:first-child)::before {
  height: 0.25rem;
  top: 0.625rem;
}
.step-lg .step-item .step-item-link {
  padding-top: 2rem;
}
.step-lg .step-item .step-item-link::before {
  border-width: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
}
.step-lg .step-item.active a::before {
  border-width: 0.25rem;
}

.step-primary .step-item:not(:first-child)::before {
  background-color: #0061f2;
}
.step-primary .step-item .step-item-link {
  color: #0061f2;
}
.step-primary .step-item .step-item-link::before {
  background-color: #0061f2;
}
.step-primary .step-item.active a::before {
  border-color: #0061f2;
}

.step-secondary .step-item:not(:first-child)::before {
  background-color: #6900c7;
}
.step-secondary .step-item .step-item-link {
  color: #6900c7;
}
.step-secondary .step-item .step-item-link::before {
  background-color: #6900c7;
}
.step-secondary .step-item.active a::before {
  border-color: #6900c7;
}

.step-success .step-item:not(:first-child)::before {
  background-color: #00ac69;
}
.step-success .step-item .step-item-link {
  color: #00ac69;
}
.step-success .step-item .step-item-link::before {
  background-color: #00ac69;
}
.step-success .step-item.active a::before {
  border-color: #00ac69;
}

.step-info .step-item:not(:first-child)::before {
  background-color: #00cfd5;
}
.step-info .step-item .step-item-link {
  color: #00cfd5;
}
.step-info .step-item .step-item-link::before {
  background-color: #00cfd5;
}
.step-info .step-item.active a::before {
  border-color: #00cfd5;
}

.step-warning .step-item:not(:first-child)::before {
  background-color: #f4a100;
}
.step-warning .step-item .step-item-link {
  color: #f4a100;
}
.step-warning .step-item .step-item-link::before {
  background-color: #f4a100;
}
.step-warning .step-item.active a::before {
  border-color: #f4a100;
}

.step-danger .step-item:not(:first-child)::before {
  background-color: #e81500;
}
.step-danger .step-item .step-item-link {
  color: #e81500;
}
.step-danger .step-item .step-item-link::before {
  background-color: #e81500;
}
.step-danger .step-item.active a::before {
  border-color: #e81500;
}

.step-light .step-item:not(:first-child)::before {
  background-color: #f2f6fc;
}
.step-light .step-item .step-item-link {
  color: #f2f6fc;
}
.step-light .step-item .step-item-link::before {
  background-color: #f2f6fc;
}
.step-light .step-item.active a::before {
  border-color: #f2f6fc;
}

.step-dark .step-item:not(:first-child)::before {
  background-color: #212832;
}
.step-dark .step-item .step-item-link {
  color: #212832;
}
.step-dark .step-item .step-item-link::before {
  background-color: #212832;
}
.step-dark .step-item.active a::before {
  border-color: #212832;
}

.step-black .step-item:not(:first-child)::before {
  background-color: #000;
}
.step-black .step-item .step-item-link {
  color: #000;
}
.step-black .step-item .step-item-link::before {
  background-color: #000;
}
.step-black .step-item.active a::before {
  border-color: #000;
}

.step-white .step-item:not(:first-child)::before {
  background-color: #fff;
}
.step-white .step-item .step-item-link {
  color: #fff;
}
.step-white .step-item .step-item-link::before {
  background-color: #fff;
}
.step-white .step-item.active a::before {
  border-color: #fff;
}

 /* Overriden Classes */

.topbar #sidebarToggleTop:hover {
  color: #0c82f9
}

.topbar #sidebarToggleTop:active {
  background-color: #cbf1ff
}

.topbar .dropdown-list .dropdown-header {
  background-color: #0c82f9;
  border: 1px solid #0c82f9;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #fff
}

.sidebar .nav-item .nav-link .img-profile, .topbar .nav-item .nav-link .img-profile {
    height: 2rem;
    width: 2rem;
    border: none;
}

.form-control:focus {
  border: 1px solid #0c82f9
}

.navbar-search .input-group .form-control {
  border-color: #dadada
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #a4e6ff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
  color: #0c82f9
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #6ad7ff;
  height: .75rem;
  width: .75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: .125rem solid #fff
}

.dropdown-item.active,
.dropdown-item:active{
  background-color:#6ad7ff
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: #f0fbff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
  background-color: #c9f1ff
}

.sidebar-light .sidebar-heading {
  color: black
}

.sidebar-light .nav-item .nav-link {
  color: black
}

.sidebar-light .nav-item .nav-link i {
  color: #858796
}

.sidebar-light .nav-item .nav-link:active,
.sidebar-light .nav-item .nav-link:focus,
.sidebar-light .nav-item .nav-link:hover {
  color: black;
  background-color: #f9f9f9
}

.sidebar-light .nav-item .nav-link:active i,
.sidebar-light .nav-item .nav-link:focus i,
.sidebar-light .nav-item .nav-link:hover i {
  color: #0cb9f9
}

.sidebar-light .nav-item.active .nav-link {
  color: #0cb9f9;
  border-left: .25rem solid #0cb9f9 !important
}

.sidebar-light .nav-item.active .nav-link i {
  color: #858796
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
  color: black
}

.sidebar.toggled .nav-item .nav-link[data-toggle=collapse]::after {
  content: '\f104';
}

@media (max-width:768px) {
  .sidebar.toggled .nav-item .nav-link[data-toggle=collapse]::after {
    content: '\f107';
  }
}

.sidebar.toggled .nav-item .nav-link[data-toggle=collapse].collapsed::after {
  content: '\f105'
}

@media (max-width:768px) {
  .sidebar.toggled .nav-item .nav-link[data-toggle=collapse].collapsed::after {
    content: '\f105'
  }
}

.breadcrumb-item a{
  color: #0cb9f9;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0cb9f9
}

.input-group-append span {
  -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
  box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
  color: #fff;
  background-color: #0cb9f9;
  border-color: #0596cc
}

.input-group-prepend span {
  -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
  box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
  color: #fff;
  background-color: #0596cc;
  border-color: #0596cc
}

.form-control::-webkit-input-placeholder { color: #d1d3e2; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #d1d3e2; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #d1d3e2; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #d1d3e2; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #d1d3e2; }  /* Microsoft Edge */

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0cb9f9;
    border-color: #0cb9f9;
}

/*------------------------------------
- COLOR brand-blue
------------------------------------*/
.alert-brand-blue {
    color: #036387;
    background-color: #d3f2fd;
    border-color: #bfecfd;
}

.alert-brand-blue hr {
    border-top-color: #a6e5fc;
}

.alert-brand-blue .alert-link {
    color: #023e55;
}

.badge-brand-blue {
    color: #fff;
    background-color: #0cb9f9;
}

.badge-brand-blue[href]:hover, .badge-brand-blue[href]:focus {
    color: #fff;
    background-color: #0596cc;
}

.bg-brand-blue {
    background-color: #0cb9f9 !important;
}

a.bg-brand-blue:hover, a.bg-brand-blue:focus,
button.bg-brand-blue:hover,
button.bg-brand-blue:focus {
    background-color: #0596cc !important;
}

.border-brand-blue {
    border-color: #0cb9f9 !important;
}

.btn-brand-blue {
    color: #fff;
    background-color: #0cb9f9;
    border-color: #0cb9f9;
}

.btn-brand-blue:hover {
    color: #fff;
    background-color: #05a1db;
    border-color: #0596cc;
}

.btn-brand-blue:focus, .btn-brand-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(12, 185, 249, 0.5);
}

.btn-brand-blue.disabled, .btn-brand-blue:disabled {
    color: #fff;
    background-color: #0cb9f9;
    border-color: #0cb9f9;
}

.btn-brand-blue:not(:disabled):not(.disabled):active, .btn-brand-blue:not(:disabled):not(.disabled).active, .show > .btn-brand-blue.dropdown-toggle {
    color: #fff;
    background-color: #0596cc;
    border-color: #048bbe;
}

.btn-brand-blue:not(:disabled):not(.disabled):active:focus, .btn-brand-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-brand-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(12, 185, 249, 0.5);
}

.btn-outline-brand-blue {
    color: #0cb9f9;
    background-color: transparent;
    border-color: #0cb9f9;
}

.btn-outline-brand-blue:hover {
    color: #fff;
    background-color: #0cb9f9;
    border-color: #0cb9f9;
}

.btn-outline-brand-blue:focus, .btn-outline-brand-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(12, 185, 249, 0.5);
}

.btn-outline-brand-blue.disabled, .btn-outline-brand-blue:disabled {
    color: #0cb9f9;
    background-color: transparent;
}

.btn-outline-brand-blue:not(:disabled):not(.disabled):active, .btn-outline-brand-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-brand-blue.dropdown-toggle {
    color: #fff;
    background-color: #0cb9f9;
    border-color: #0cb9f9;
}

.btn-outline-brand-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-brand-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brand-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(12, 185, 249, 0.5);
}

.list-group-item-brand-blue {
    color: #036387;
    background-color: #bfecfd;
}

.list-group-item-brand-blue.list-group-item-action:hover, .list-group-item-brand-blue.list-group-item-action:focus {
    color: #036387;
    background-color: #a6e5fc;
}

.list-group-item-brand-blue.list-group-item-action.active {
    color: #fff;
    background-color: #036387;
    border-color: #036387;
}

.table-brand-blue,
.table-brand-blue > th,
.table-brand-blue > td {
    background-color: #bfecfd;
}

.table-hover .table-brand-blue:hover {
    background-color: #a6e5fc;
}

.table-hover .table-brand-blue:hover > td,
.table-hover .table-brand-blue:hover > th {
    background-color: #a6e5fc;
}

.text-brand-blue {
    color: #0cb9f9 !important;
}

a.text-brand-blue:hover, a.text-brand-blue:focus {
    color: #0596cc !important;
}

/*------------------------------------
- COLOR brand-blue-dark
------------------------------------*/
.alert-brand-blue-dark {
    color: #034587;
    background-color: #d3e8fd;
    border-color: #bfdefd;
}

.alert-brand-blue-dark hr {
    border-top-color: #a6d1fc;
}

.alert-brand-blue-dark .alert-link {
    color: #022b55;
}

.badge-brand-blue-dark {
    color: #fff;
    background-color: #0c82f9;
}

.badge-brand-blue-dark[href]:hover, .badge-brand-blue-dark[href]:focus {
    color: #fff;
    background-color: #0568cc;
}

.bg-brand-blue-dark {
    background-color: #0c82f9 !important;
}

a.bg-brand-blue-dark:hover, a.bg-brand-blue-dark:focus,
button.bg-brand-blue-dark:hover,
button.bg-brand-blue-dark:focus {
    background-color: #0568cc !important;
}

.border-brand-blue-dark {
    border-color: #0c82f9 !important;
}

.btn-brand-blue-dark {
    color: #fff;
    background-color: #0c82f9;
    border-color: #0c82f9;
}

.btn-brand-blue-dark:hover {
    color: #fff;
    background-color: #0570db;
    border-color: #0568cc;
}

.btn-brand-blue-dark:focus, .btn-brand-blue-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(12, 130, 249, 0.5);
}

.btn-brand-blue-dark.disabled, .btn-brand-blue-dark:disabled {
    color: #fff;
    background-color: #0c82f9;
    border-color: #0c82f9;
}

.btn-brand-blue-dark:not(:disabled):not(.disabled):active, .btn-brand-blue-dark:not(:disabled):not(.disabled).active, .show > .btn-brand-blue-dark.dropdown-toggle {
    color: #fff;
    background-color: #0568cc;
    border-color: #0460be;
}

.btn-brand-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-brand-blue-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-brand-blue-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(12, 130, 249, 0.5);
}

.btn-outline-brand-blue-dark {
    color: #0c82f9;
    background-color: transparent;
    border-color: #0c82f9;
}

.btn-outline-brand-blue-dark:hover {
    color: #fff;
    background-color: #0c82f9;
    border-color: #0c82f9;
}

.btn-outline-brand-blue-dark:focus, .btn-outline-brand-blue-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(12, 130, 249, 0.5);
}

.btn-outline-brand-blue-dark.disabled, .btn-outline-brand-blue-dark:disabled {
    color: #0c82f9;
    background-color: transparent;
}

.btn-outline-brand-blue-dark:not(:disabled):not(.disabled):active, .btn-outline-brand-blue-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-brand-blue-dark.dropdown-toggle {
    color: #fff;
    background-color: #0c82f9;
    border-color: #0c82f9;
}

.btn-outline-brand-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-brand-blue-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brand-blue-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(12, 130, 249, 0.5);
}

.list-group-item-brand-blue-dark {
    color: #034587;
    background-color: #bfdefd;
}

.list-group-item-brand-blue-dark.list-group-item-action:hover, .list-group-item-brand-blue-dark.list-group-item-action:focus {
    color: #034587;
    background-color: #a6d1fc;
}

.list-group-item-brand-blue-dark.list-group-item-action.active {
    color: #fff;
    background-color: #034587;
    border-color: #034587;
}

.table-brand-blue-dark,
.table-brand-blue-dark > th,
.table-brand-blue-dark > td {
    background-color: #bfdefd;
}

.table-hover .table-brand-blue-dark:hover {
    background-color: #a6d1fc;
}

.table-hover .table-brand-blue-dark:hover > td,
.table-hover .table-brand-blue-dark:hover > th {
    background-color: #a6d1fc;
}

.text-brand-blue-dark {
    color: #0c82f9 !important;
}

a.text-brand-blue-dark:hover, a.text-brand-blue-dark:focus {
    color: #0568cc !important;
}

/* Additional Styles */

.photo-preview {
  width: 35% !important
}

@media (max-width:576px) {
  .photo-preview {
    width: 50% !important
  }
}

.photo-profile-circle {
  height:100px !important;
  width:100px !important;
  flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  -moz-flex: 0 0 100px;
}

@media (max-width:576px) {
  .photo-profile-circle {
    height: 50px !important;
  width: 50px !important;
  flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  -moz-flex: 0 0 50px;
  }
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.profile-tab .nav-item {
    margin-bottom: -1px;
}

.profile-tab li a.nav-link {
    border: 0;
    padding: 15px 20px;
    color: #54667a;
}

.profile-tab li a.nav-link.active {
    border-bottom: 2px solid #0cb9f9;
    color: #0cb9f9;
}

.profile-tab .nav-item.show .nav-link, .profile-tab .nav-link.active {
    color: #4f5467;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.detail-link,
.detail-link:focus,
.detail-link:hover{
  text-decoration: none;
}

@media (min-width: 576px){
  .topbar .dropdown-list.notification {
    width: 25rem!important;
  }
  
  .topbar .dropdown-list.change-role {
    width: 20rem!important;
    right: 0;
  }
  
  .topbar .dropdown-list.change-system {
    width: 15rem!important;
  }

  .topbar .dropdown .dropdown-menu.dropdown-profile {
    width: 20rem!important;
    right: 0;
}

@media (max-width:768px) {
  .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-header,
  .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-header {
      color: black
  }
}