/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/

.img-responsive.max-height-100 {
    max-height: 100px;
}

.img-responsive.max-height-200 {
    max-height: 200px;
}

.img-responsive.max-height-300 {
    max-height: 300px;
}

.img-responsive.max-height-400 {
    max-height: 400px;
}

.img-responsive.max-height-500 {
    max-height: 500px;
}

@media (max-width: 480px) {
    .login .content {
        width: unset;
    }
}

.page-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    height: unset;
}

a:not(.transition-none), .transition, button {
    transition: all 0.3s ease-in-out;
}

.text-decoration-none {
    text-decoration: none !important;
}

@media (max-width: 991px) {
    .page-container .page-content-wrapper > .container {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .page-sidebar-wrapper .page-sidebar {
        margin: 0 !important;
    }

    .page-header-fixed .pace .pace-progress {
        top: 44px;
    }

    .page-header.navbar .top-menu {
        clear: none;
    }

    .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
        padding-left: 10px;
        padding-right: 12px;
    }
}

@media all {
    .page-header.navbar .page-logo {
        padding-top: 9px;
        width: unset;
    }
}

.dash {
    border-top: 1px solid #29487d;
}

.container .page-footer {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .page-header.navbar.navbar-dashed-bottom {
        border-bottom: 1px solid #29487d;
    }
}

@media (min-width: 992px) {
    .page-bar {
        height: 42px;
    }
}

.page-sidebar .page-sidebar-menu .sub-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu {
    margin: 0;
}

.profile-userpic img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
    width: 29px;
    height: 29px;
    object-fit: cover;
}

.equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.equal-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.equal-height .portlet {
    height: 100%;
}

.equal-height .portlet-body {
    height: calc(100% - 41px)
}

.img-responsive-container.square {
    position: relative;
}

.img-responsive-container.square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.img-responsive-container.square > .img-responsive {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
    font-weight: 600;
    text-decoration: none;
}

.profile-checked {
    color: green;
}

.full-width {
    width: 100%;
}

#changelist .btn.tooltips {
    border-radius: 5px !important;
}