.btn {
    display: inline-block;
    font-weight: 400;
    color: #858796;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 8px 21px;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:hover {
    color: #858796;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 139, 209, 0.3);
    box-shadow: 0 0 0 0.2rem rgba(9, 139, 209, 0.3);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #0A9BE9;
    border-color: #0A9BE9;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #098BD1;
        border-color: #098BD1;
    }

    .btn-primary:focus, .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 139, 209, 0.3);
        box-shadow: 0 0 0 0.2rem rgba(9, 139, 209, 0.3);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #098BD1;
        border-color: #098BD1;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #098BD1;
        border-color: #098BD1;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 139, 209, 0.3);
            box-shadow: 0 0 0 0.2rem rgba(9, 139, 209, 0.3);
        }

.btn-light {
    color: #0A9BE9;
    background-color: #ffffff;
    border-color: #0A9BE9;
}

    .btn-light:hover {
        color: #ffffff;
        background-color: #0A9BE9;
        border-color: #0A9BE9;
    }

    .btn-light:focus, .btn-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 139, 209, 0.3);
        box-shadow: 0 0 0 0.2rem rgba(9, 139, 209, 0.3);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #0A9BE9;
        background-color: #e2e6ea;
        border-color: #0A9BE9;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #ffffff;
        background-color: #0A9BE9;
        border-color: #0A9BE9;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 139, 209, 0.3);
            box-shadow: 0 0 0 0.2rem rgba(9, 139, 209, 0.3);
        }

.btn-secondary {
    color: #6D7F8A;
    background-color: transparent;
    border-color: #F0F1F5;
}

    .btn-secondary:hover {
        color: #6D7F8A;
        background-color: #F0F1F5;
        border-color: #F0F1F5;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 241, 245, 0.3);
        box-shadow: 0 0 0 0.2rem rgba(240, 241, 245, 0.3);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #6D7F8A;
        background-color: #F0F1F5;
        border-color: #F0F1F5;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #6D7F8A;
        background-color: #F0F1F5;
        border-color: #F0F1F5;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 241, 245, 0.3);
            box-shadow: 0 0 0 0.2rem rgba(240, 241, 245, 0.3);
        }

.btn-danger {
    color: #fff;
    background-color: #E84822;
    border-color: #E84822;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #e02d1b;
        border-color: #d52a1a;
    }

    .btn-danger:focus, .btn-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #e74a3b;
        border-color: #e74a3b;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #d52a1a;
        border-color: #ca2819;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
        }


.btn-link {
    font-weight: 400;
    color: #0A9BE9;
    text-decoration: none;
}

    .btn-link:hover {
        color: #224abe;
        text-decoration: underline;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-sm {
    padding: 5px 15px;
}



.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 15px;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 22px;
    color: #3E3F42;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EBEDF2;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #6e707e;
    background-color: #fff;
    border-color: #0A9BE9;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(9, 139, 209, 0.3);
    box-shadow: 0 0 0 0.1rem rgba(9, 139, 209, 0.3);
}

::placeholder {
    color: #9EA0A5;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #9EA0A5;
}

::-ms-input-placeholder {
    color: #9EA0A5;
}


.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .form-inline .form-control {
        width: 100%;
    }
}

    .form-inline .form-group {
        padding: 0 7px;
    }

.navbar-nav img {
    width: 100%;
    margin-top: 30px;
    flex-shrink: 0;
}

html {
  position: relative;
  min-height: 100%;
}


body {
    height: 100%;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff;
    background-color: #F2F3F8;
}

a {
    color: #657884;
}

    a:hover {
        color: #657884
    }

a:focus {
  outline: none;
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1038px;
    margin: 0 auto;
    box-shadow: 0px 3px 13px -12px rgba(0,0,0,1);
}

.dashboard #wrapper {
    max-width: 100%;
    box-shadow: none;
}

#wrapper #content-wrapper {
    background-color: #f8f9fc;
    width: calc(100% - 293px);
    overflow-x: hidden;
}

.dashboard #wrapper #content-wrapper {
    width: 100%;
    background-color: #F2F3F8;
}

    .dashboard #wrapper #content-wrapper #content {
        background-color: #F2F3F8;
    }

#wrapper #content-wrapper #content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #ffffff;
}


@media (max-width: 767.5px) {
    #wrapper #content-wrapper {
        width: calc(100% - 120px);
    }

    ul.toggled + #content-wrapper {
        width: 100% !important;
    }
}

.container,
.container-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #5a5c69;
}

.scroll-to-top i {
  font-weight: 800;
}

@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes growIn {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animated--grow-in, .sidebar .nav-item .collapse {
  -webkit-animation-name: growIn;
  animation-name: growIn;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

.animated--fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}


.bg-gray-100 {
  background-color: #f8f9fc !important;
}

.bg-gray-200 {
  background-color: #eaecf4 !important;
}

.bg-gray-300 {
  background-color: #dddfeb !important;
}

.bg-gray-400 {
  background-color: #d1d3e2 !important;
}

.bg-gray-500 {
  background-color: #b7b9cc !important;
}

.bg-gray-600 {
  background-color: #858796 !important;
}

.bg-gray-700 {
  background-color: #6e707e !important;
}

.bg-gray-800 {
  background-color: #5a5c69 !important;
}

.bg-gray-900 {
  background-color: #3a3b45 !important;
}

.o-hidden {
  overflow: hidden !important;
}

.text-xs {
  font-size: .7rem;
}

.text-lg {
  font-size: 1.2rem;
}

.text-gray-100 {
  color: #f8f9fc !important;
}

.text-gray-200 {
  color: #eaecf4 !important;
}

.text-gray-300 {
  color: #dddfeb !important;
}

.text-gray-400 {
  color: #d1d3e2 !important;
}

.text-gray-500 {
  color: #b7b9cc !important;
}

.text-gray-600 {
  color: #858796 !important;
}

.text-gray-700 {
  color: #6e707e !important;
}

.text-gray-800 {
  color: #5a5c69 !important;
}

.text-gray-900 {
  color: #3a3b45 !important;
}

.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.progress-sm {
  height: .5rem;
}

.rotate-15 {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.rotate-n-15 {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.dropdown .dropdown-menu {
  font-size: 0.85rem;
}

.dropdown .dropdown-menu .dropdown-header {
  font-weight: 800;
  font-size: 0.65rem;
  color: #b7b9cc;
}

.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
}

.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

.sidebar .nav-item .nav-link {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 20px 17px !important;
}


.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
  height: 20px;
  width: 20px;
  margin-top: 0;
  margin-right: 23px;
}

    .topbar .nav-item .nav-link .img-profile + span {
        display: inline-block;
        color: #3E3F42;
        font-size: 13px;
        font-weight: 600;
        padding-right: 46px;
    }

        .topbar .nav-item .nav-link .img-profile + span:after {
            position: absolute;
            content: '';
            background: url(../svg/dropdown_icon.svg) no-repeat;
            background-size: 6px 8px;
            background-position: center center;
            width: 6px;
            height: 8px;
            right: 0;
            top: calc(50% - 4px);
        }

@media (max-width: 991.5px) {
    .topbar .nav-item .nav-link {
        padding: 0 !important;
        height: 42px !important;
    }

        .topbar .nav-item .nav-link .img-profile + span:after {
            position: relative;
            display: inline-block;
            margin-left: 15px;
            top: calc(50% - 6px);
        }

}

    .topbar {
        height: 4.375rem;
    }

    .topbar #sidebarToggleTop {
        height: 2.5rem;
        width: 2.5rem;
        padding: 0;
        margin-left: -15px;
    }

.topbar #sidebarToggleTop:hover {
  background-color: #eaecf4;
}

.topbar #sidebarToggleTop:active {
  background-color: #dddfeb;
}


.topbar .topbar-divider {
  width: 0;
  border-right: 1px solid #EAEDF3;
  height: 70px;
  margin: auto 22px;
}


    .topbar .nav-item .nav-link {
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 17px;
        font-size: 14px;
        font-weight: 600;
    }

.topbar .nav-item .nav-link:focus {
  outline: none;
}

.topbar .nav-item:focus {
  outline: none;
}

.topbar .dropdown {
  position: static;
}

.topbar .dropdown .dropdown-menu {
  width: calc(100% - 1.5rem);
  right: 0.75rem;
}

.topbar .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
}

.topbar .dropdown-list .dropdown-header {
  background-color: #4e73df;
  border: 1px solid #4e73df;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
}

.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  line-height: 1.3rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #eaecf4;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0.125rem solid #fff;
}

.topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 10rem;
}

.topbar .dropdown-list .dropdown-item:active {
  background-color: #eaecf4;
  color: #3a3b45;
}


@media (max-width: 991.5px) {
    .dropdown-menu {
        box-shadow: none !important;
        border: 0;
    }

    .topbar .dropdown .dropdown-menu {
        padding: 0;
    }

    .dropdown-item {
        padding: 7px 0;
    }
}


@media (min-width: 576px) {
  .topbar .dropdown {
    position: relative;
  }
  .topbar .dropdown .dropdown-menu {
    width: auto;
    right: 0;
  }
  .topbar .dropdown-list {
    width: 20rem !important;
  }
  .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 13.375rem;
  }
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #6B6C6F;
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
        color: #0A9BE9;
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:active,
    .topbar.navbar-light .navbar-nav .nav-item.active .nav-link {
        color: #0A9BE9;
    }

.navbar-nav .nav-item:last-of-type .nav-link {
    padding-right: 0;
}

.navbar {
    padding: 0 29px;
}

.navbar-light .navbar-brand {
    color: #3E3F42;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    font-weight: 600;
}

@media (max-width: 991.5px) {
    .navbar {
        display: block;
        height: auto;
        min-height: 4.375rem;
        padding: 0 15px;
    }

    .navbar-toggler {
        margin: 16px 0;
        margin-right: -3px;
        float: right;
        border: 0;
        padding: .25rem 0;
    }

        .navbar-toggler:focus {
            outline: 0;
        }

        .navbar-brand {
            line-height: 4.375rem;
        }

    .navbar-collapse {
        padding-bottom: 15px;
    }
}

.sidebar {
    width: 120px;
    min-height: 100vh;
    border-right: 1px solid #F0F1F5;
}

.sidebar .nav-item {
  position: relative;
}

.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 6.5rem;
}

.sidebar .nav-item .nav-link span {
    color: #000000;
  font-size: 0.65rem;
  display: block;
}

    .sidebar .nav-item.active .nav-link {
        font-weight: 700;
        background-color: #F4F6F9;
        border-radius: 4px;
    }

        .sidebar .nav-item.active .nav-link::after {
            content: " ";
            position: absolute;
            left: 100%;
            top: 50%;
            margin-top: -12px;
            border-width: 12px;
            border-style: solid;
            border-color: transparent transparent transparent #F4F6F9;
        }

.sidebar .nav-item .collapse {
  position: absolute;
  left: calc(6.5rem + 1.5rem / 2);
  z-index: 1;
  top: 2px;
}

.sidebar .nav-item .collapse .collapse-inner {
  border-radius: 0.35rem;
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.sidebar .nav-item .collapsing {
  display: none;
  -webkit-transition: none;
  transition: none;
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
  padding: .5rem 0;
  min-width: 10rem;
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
  margin: 0;
  white-space: nowrap;
  padding: .5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.65rem;
  color: #b7b9cc;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  display: block;
  color: #3a3b45;
  text-decoration: none;
  border-radius: 0.35rem;
  white-space: nowrap;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: #eaecf4;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
  background-color: #dddfeb;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  color: #4e73df;
  font-weight: 700;
}

.sidebar #sidebarToggle {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  cursor: pointer;
}

.sidebar #sidebarToggle::after {
  font-weight: 900;
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  margin-right: 0.1rem;
}

.sidebar #sidebarToggle:hover {
  text-decoration: none;
}

.sidebar #sidebarToggle:focus {
  outline: none;
}

@media (max-width: 767.5px) {
    .sidebar.toggled {
        width: 0 !important;
        overflow: hidden;
    }

    .sidebar .nav-item .nav-link {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .sidebar .nav-item.active .nav-link::after {
        display: none;
    }


}




.sidebar .sidebar-brand {
  height: 4.375rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  padding: 1.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  z-index: 1;
}

.sidebar .sidebar-brand .sidebar-brand-icon i {
  font-size: 2rem;
}

.sidebar .sidebar-brand .sidebar-brand-text {
  display: none;
}

.sidebar hr.sidebar-divider {
  margin: 0 1rem 1rem;
}

.sidebar .sidebar-heading {
  text-align: center;
  padding: 0 1rem;
  font-weight: 800;
  font-size: 0.65rem;
}

@media (min-width: 768px) {
    .sidebar {
        width: 293px;
        padding: 54px 27px 74px 27px;
        background-color: #FFFFFF;
    }
  .sidebar .nav-item .collapse {
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    -webkit-animation: none;
    animation: none;
  }
  .sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sidebar .nav-item .collapsing {
    display: block;
    -webkit-transition: height 0.15s ease;
    transition: height 0.15s ease;
  }
  .sidebar .nav-item .collapse,
  .sidebar .nav-item .collapsing {
    margin: 0 1rem;
  }
  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    
    
  }

    .sidebar .nav-item .nav-link span {
        color: #000000;
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        display: inline;
    }

        .sidebar .nav-item .nav-link span small {
            color: #959CB6;
            font-size: 12px;
            font-weight: 300;
        }
  .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
  }
  .sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
    content: '\f105';
  }
  .sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }
  .sidebar .sidebar-brand .sidebar-brand-text {
    display: inline;
  }
  .sidebar .sidebar-heading {
    text-align: left;
  }
  
}



hr.divider {
    margin: 40px 0;
    border-top: 1px solid #F0F1F5;
}



.content-inner {
    padding: 58px;
}

p {
    color: #9EA0A5;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;

    margin-bottom: 28px;
}

h1 {
    color: #3E3F42;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

h5 {
    color: #657884;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

h3 {
    color: #294859;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 18px;
}

h3.tooltip {
    color: #294859;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 18px;
}

h3 + h4 {
    margin-top: -10px;
}

h4 {
    color: #657884;
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 18px;
}

.flex-direction-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767.5px) {
    .content-inner {
        padding: 30px 15px;
    }
}

.icon {
    display: block;

    width: 33px;
    height: 33px;
    margin-right: 16px;

    background-repeat: no-repeat;
    background-position: center center;
}

.icon-general-info {
    background-image: url(../svg/algemene_gegevens.svg);
    background-size: 32.29px 30.54px;
    width: 32.29px;
    height: 30.54px;
}

.sidebar .nav-item.completed .nav-link .icon-general-info {
    background-image: url(../svg/algemene_gegevens_groen.svg);
}

a:hover > .icon-general-info,
.sidebar .nav-item.active .nav-link .icon-general-info {
    background-image: url(../svg/algemene_gegevens_blauw.svg) !important;
}

.icon-application {
    background-image: url(../svg/aanvraag.svg);
    background-size: 34.61px 24.63px;
    width: 34.61px;
    height: 24.63px;
}

.sidebar .nav-item.completed .nav-link .icon-application {
    background-image: url(../svg/aanvraag_groen.svg);
}

a:hover > .icon-application,
.sidebar .nav-item.active .nav-link .icon-application {
    background-image: url(../svg/aanvraag_blauw.svg) !important;
}

.icon-motivation {
    background-image: url(../svg/motivatie.svg);
    background-size: 26.45px 30.9px;
    width: 26.45px;
    height: 30.9px;
}

.sidebar .nav-item.completed .nav-link .icon-motivation {
    background-image: url(../svg/motivatie_groen.svg);
}

a:hover > .icon-motivation,
.sidebar .nav-item.active .nav-link .icon-motivation {
    background-image: url(../svg/motivatie_blauw.svg) !important;
}

.icon-approval {
    background-image: url(../svg/ondertekening.svg);
    background-size: 28.89px 25.9px;
    width: 28.89px;
    height: 25.9px;
}

.sidebar .nav-item.completed .nav-link .icon-approval {
    background-image: url(../svg/ondertekening_groen.svg);
}

a:hover > .icon-approval,
.sidebar .nav-item.active .nav-link .icon-approval {
    background-image: url(../svg/ondertekening_blauw.svg) !important;
}

.icon-documents {
    background-image: url(../svg/documenten.svg);
    background-size: 24.34px 31.63px;
    width: 24.34px;
    height: 32.63px;
}

.sidebar .nav-item.completed .nav-link .icon-documents {
    background-image: url(../svg/documenten_groen.svg);
}

a:hover > .icon-documents,
.sidebar .nav-item.active .nav-link .icon-documents {
    background-image: url(../svg/documenten_blauw.svg) !important;
}

.icon-note {
    background-image: url(../svg/opmerkingen.svg);
    background-size: 33.61px 24.64px;
    width: 33.61px;
    height: 24.64px;
}

.sidebar .nav-item.completed .nav-link .icon-note {
    background-image: url(../svg/opmerkingen_groen.svg);
}

a:hover > .icon-note,
.sidebar .nav-item.active .nav-link .icon-note {
    background-image: url(../svg/opmerkingen_blauw.svg) !important;
}

.icon-registration {
    background-image: url(../svg/thuiszitters.svg);
    background-size: 33.61px 24.64px;
    width: 33.61px;
    height: 25.64px;
}

.sidebar .nav-item.completed .nav-link .icon-registration {
    background-image: url(../svg/thuiszitters_groen.svg);
}

a:hover > .icon-registration,
.sidebar .nav-item.active .nav-link .icon-registration {
    background-image: url(../svg/thuiszitters_blauw.svg) !important;
}

@media (max-width: 767.5px) {
    .icon {
        margin-right: 0;
    }
}





.select-wrapper {
    width: 100%;
    position: relative;
    float: left;
}

.select-wrapper label { 
    width: 100%;
    margin-bottom: 0 !important;
}

/* IE11 hide native button */
select::-ms-expand {
    display: none;
}

.select-wrapper:after {
    content: '';
    background: url(../svg/dropdown_icon.svg) no-repeat;
    background-size: 10px 12px;
    background-position: center center;
    width: 10px;
    height: 12px;
    right: 13px;
    top: 12px;
    position: absolute;
    pointer-events: none;
}

.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-word-break: normal;
    word-break: normal;
    cursor: pointer;
}

    .select-wrapper select,
    .select-wrapper input {
        padding-right: 28px;
    }

    .select-township {
        padding-left: 42px;
        background-image: url(../svg/location_icon.svg);
        background-repeat: no-repeat;
        background-size: 14px 20px;
        background-position: 15px center;
    }

.select-date {
    padding-left: 42px;
    background-image: url(../svg/calendar_icon.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 12px center;
}




.tooltip {
    position: relative;
    opacity: 1;
    font-family: "Open Sans", sans-serif;
}

    .tooltip:after {
        content: '';
        position: relative;
        background: url(../svg/information_icon.svg) no-repeat;
        background-size: 12px 12px;
        background-position: center center;
        width: 12px;
        height: 12px;
        right: 0;
        top: -6px;
        padding-left: 5px;
        box-sizing: content-box;
        display: inline-block;
    }

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        font-size: 11px;
        line-height: 16px;
        text-align: center;
        padding: 7px 10px;
        border-radius: 6px;
        position: absolute;
        bottom: 100%;
        z-index: 1;
        left: 0;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .tooltip .tooltiptext::after {
        content: " ";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }







.pretty {
    width: 100%;
}

    .pretty .state label:after, .pretty .state label:before {
        width: 12px;
        height: 12px;
        top: 5px;
    }

    .pretty .state label {
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        text-indent: 22px;
    }

        .pretty .state label:before {
            border-color: #707070;
        }

    .pretty.p-default input:checked ~ .state label:after {
        background-color: #707070 !important;
    }





.pt-10 {
    padding-top: 10px;
}

.mt-26 {
    margin-top: 26px;
}

.mt-29 {
    margin-top: 29px;
}

.mt-36 {
    margin-top: 36px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-54 {
    margin-bottom: 54px !important;
}

.mb-58 {
    margin-bottom: 58px;
}

.ml-12 {
    margin-left: 12px;
}

@media (max-width: 767.5px) {
    .sm-w-100 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .sm-mb-10 {
        margin-bottom: 10px;
    }
    .sm-mb-20 {
        margin-bottom: 20px;
    }
}




.form-inline label {
    color: #6D7F8A;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8.77px;
    width: 100%;
    -ms-flex-align: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
   /*  align-items: flex-start moest van Michel */
}

.form-inline .form-group {
    padding: 0 7px;
    width: 100%;
}

.form-inline > .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(100% + 14px);
    margin: 0 -7px;
}

.form-group {
    margin-bottom: 0;
}

@media (max-width: 767.5px) {
    body:not(.dashboard) .form-inline > .row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


@media (max-width: 767.5px) {
    .button-bar {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 470px) {
    .button-bar {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .button-bar .btn {
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 576px) {
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 0;
    }
}

.documents {
    margin-bottom: 43px;
}

.document {
    position: relative;

    width: 100%;
}

    .document > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 14px 25px;
        border: 1px solid #EAEDF3;
        border-radius: 4px;
    }

    .document input[type="checkbox"],
    .document a {
        /*position: absolute;*/
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        z-index: 2;
        /*cursor: pointer;*/

        width: 100%;
        height: 100%;

        /*opacity: 0;*/
    }

        .document input[type="checkbox"]:checked + div,
        .document a:hover + div {
            border-color: #0A9BE9;
        }

    .document + .document {
        margin-top: 10px;
    }




.document-image {
    padding-right: 16px;
}

.document-image img {
    width: 20px;
    height: 20px;
}

.document-title {
    color: #3E3F42;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    word-break: break-all;

    padding-right: 16px;
}

.document-size {
    color: #9EA0A5;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;

    margin-left: auto;
}



label {
    color: #6D7F8A;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8.77px;
    display: inline-block;
}


.card {
    border: 1px solid #EAEDF3;

    -webkit-box-shadow: 0px 1px 3px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 3px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 3px -3px rgba(0,0,0,0.75);
}

.card-login {
    border: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.card-header {
    min-height: 79px;
    padding: 20px 30px;
    background-color: #ffffff;
    border-bottom: 1px solid #EAEDF3;
}

.card-body {
    padding: 24px 30px;
}

.card-search-bar input {
    padding-left: 42px;
    background-image: url(../svg/search_icon.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 12px center;
    min-width: 299px;
}

@media (max-width: 830px) {
    .card-search-bar {
        margin-top: 15px !important;
    }

        .card-search-bar input {
            min-width: unset;
        }
}

@media (max-width: 600px) {
    .card-search-bar {
        display: block !important;
    }

        .card-search-bar button {
            margin-top: 15px !important;
        }

        .card-search-bar input {
            width: 100%;
        }
}

.card-header-divider {
    width: 0;
    border-right: 1px solid #EAEDF3;
    height: 37px;
    margin: auto 30px;
}

.card-header-count {
    color: #9EA0A5;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
}


@media (max-width: 400px) {
    .card-header-count {
        font-size: 11px;
        line-height: 21px;
    }

    .card-header-divider {
        margin: auto 15px;
    }
}

.card-login-left {
    width: calc(100% - 206px);
    max-width: 489px;
    height: 100%;
    padding: 80px 117px 80px 89px;
    box-sizing: content-box;
}

.card-login-left > div {
    width: 100%;
}

.card-copyright {
    border-top: 1px solid #DADFE2;
    width: 100%;
}

    .card-copyright div {
        width: calc(100% - 206px);
        max-width: 489px;
        padding: 42px 117px 42px 89px;
        box-sizing: content-box;
    }

    .card-copyright p {
        color: #657884;
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;

        margin-bottom: 0;
    }

        .card-copyright a {
            color: #657884;
        }


@media (max-width: 991.5px) {
    .card-login-left {
        width: 100%;
        max-width: calc(100% - 30px);
        padding: 30px 15px;
        margin: 0 auto;
    }

    .card-copyright {
        margin: 0 auto;
    }

        .card-copyright div {
            width: 100%;
            max-width: 100%;
            padding: 20px 15px;
        }
}

.bg-login-image {
    position: relative;
    background: url(../img/backgroundimage.jpg);
    background-position: center;
    background-size: cover;
}

.bg-login-image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    z-index: 1;

    background: -moz-linear-gradient(-45deg,  rgba(10,155,233,0.7) 0%, rgba(2,164,250,0.7) 79%, rgba(0,166,254,1) 96%, rgba(0,166,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(10,155,233,0.7) 0%,rgba(2,164,250,0.7) 79%,rgba(0,166,254,1) 96%,rgba(0,166,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(10,155,233,0.7) 0%,rgba(2,164,250,0.7) 79%,rgba(0,166,254,1) 96%,rgba(0,166,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30a9be9', endColorstr='#00a6ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



.contact-popup {
    position: fixed;
    right: 30px;
    bottom: 30px;

    z-index: 3;
}

.contact-popup > div {
    position: relative;

    display: none;

    max-width: 350px;
    margin-left: auto;

    background-color: #ffffff;
    border-radius: 4px;

    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
}

    .contact-popup > div::after {
        content: " ";

        position: absolute;
        top: 100%;
        right: 23px;

        border-width: 5px;
        border-style: solid;
        border-color: #ffffff transparent transparent transparent;
    }

.contact-popup > span {
    cursor: pointer;

    width: 54px;
    height: 54px;
    margin-top: 14px;
    margin-left: auto;

    background-color: #ffffff;
    border-radius: 100%;

    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
}

    .contact-popup > span > img {
        width: 20px;
        height: 20px;
    }

.contact-popup-text {
    padding: 30px 31px;
}

.contact-popup-info {
    padding: 30px 31px;
    border-top: 1px solid #EAEDF3;
}

.contact-popup-info address {
    width: 100%;
    margin: 0;
}

    .contact-popup-info address i {
        width: 20px;
        height: 20px;
        margin-right: 17px;

        line-height: 0;
        text-align: center;
    }

    .contact-popup-info address span + span {
        margin-top: 10px;
    }

    .contact-popup-info address a {
        color: #9EA0A5;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }

@media (max-width: 991.5px) {
    .contact-popup {
        right: 15px;
        bottom: 15px;
    }

        .contact-popup > div {
            display: none;
            max-width: 290px;
        }

        .contact-popup > div::after {
            display: none;
        }
}

.table {
    border: 0;
}


    .table th {
        border: 0;
        border-bottom: 1px solid #EAEDF3 !important;
        padding: 10px 30px;
        vertical-align: middle;
        color: #6D7F8A;
        font-size: 12px;
        font-weight: 600;
        line-height: 22px;
    }

    .table th button {
        border: 0;
        padding: 0;
        padding-right: 12px;
        background-image: url(../svg/dropdown_icon_single.svg);
        background-repeat: no-repeat;
        background-size: 6px 3px;
        background-position: right center;
        color: #6D7F8A;
        font-size: 12px;
        font-weight: 600;
        line-height: 22px;
        background-color: transparent;
    }

        .table th button:focus {
            outline: none;
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        }

        .table td {
            border: 0;
            border-bottom: 1px solid #EAEDF3;
            padding: 20px 30px;
            vertical-align: middle;
            transition: padding 0.4s;
        }

    .table tbody tr {
        font-size: 12px;
        line-height: 22px;
        color: #3E3F42;
        font-weight: 400;
        position: relative;
        background-color: #ffffff;
        border-left: 3px solid transparent;
        transition: background-color 0.4s, border-color 0.4s;
    }

    .table tbody a {
        color: #0A9BE9;
    }

    .table tbody tr b {
        font-weight: 600;
    }

        .table tbody tr:hover {
            background-color: rgba(10, 155, 233, 0.05);
            border-color: #0A9BE9;
        }

        .table tbody tr td:first-of-type {
            padding-left: 27px;
        }


    .table .color-label {
        margin-bottom: 0;
        border-radius: 4px;
        background-color: #3E3F42;
        color: #ffffff;
        padding: 1px 8px;
    }






.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background: rgb(10,155,233); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(10,155,233,1) 0%, rgba(10,155,233,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(10,155,233,1) 0%,rgba(10,155,233,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(10,155,233,1) 0%,rgba(10,155,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9be9', endColorstr='#0a9be9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.filters input,
.filters select {
    min-width: 140px !important;
}


@media (max-width: 1175px) {
    .filters .form-group {
        width: auto;
        -ms-flex: 1 1 auto;
        flex: 0 1 auto;
    }

    .filters > .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }
}


@media (max-width: 991.5px) {
    .filters .form-group {
        width: 50%;
    }
}


@media (max-width: 830px) {
    .filters-btn {
        margin-top: 15px;
    }
}

@media (max-width: 550px) {
    .filters .form-group {
        width: 100%;
    }
}


@media (max-width:830px) {
    .dashboard .card-header {
        display: block !important;
    }
}



.message-bar {
    background-color: #0A9BE9;
    padding: 12px 15px;
}

.message-bar p {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}

    .message-bar span {
        text-align: center;
        height: 24px;
        width: 24px;
        margin-right: -7px;
        cursor: pointer;
    }

        .message-bar > div > img {
            margin-right: 15px;
        }
