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

body {
    font-family: 'Lato', sans-serif;
    height: 100%;
    margin-bottom: 60px;
    overflow-x: hidden;
    font-size: 14px;
}

label:not(.custom-file-label) {
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

.form-group {
    margin-bottom: 25px;
}

.btn {
    font-size: 14px;
}

.fa-btn {
    margin-right: 6px;
}

.navbar-development {
    background-color: #f05050;
    border-color: #f05050;
    color: white;
    margin-bottom: 0 !important;
    min-height: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-development h5 {
    font-size: 1rem;
    margin-bottom: 0;
    width: 100%;
}

h1.page-title {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 30px;
}

.page-header {
    align-items: center;
    border-bottom: 2px solid #e8e8e8;
    display: flex;
    margin: 40px 0;
    padding-bottom: 5px;
    flex-wrap: wrap;
}

.page-buttons {
    margin-left: auto;
}

ol.breadcrumb {
    /*background-color: #e8e8e8;*/
}

.nav-tabs {
    border-bottom: 2px solid #DDD;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-width: 0;
}

.nav-tabs > li > a {
    border: none;
    color: #666;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    border: none;
    color: #025b85;
    background: transparent;
}

.nav-tabs > li > a::after {
    content: "";
    background: #025b85;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 0 20px;
}

.landing-info .row {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 30px;
}

.landing-info .module {
    display: flex;
    flex-flow: column;
}

.landing-info .module a {
    border-radius: 5px;
    display: flex;
    flex-grow: 1;
    padding: 20px;
    text-decoration: none !important;
}

.landing-info .module a:hover {
    text-decoration: none !important;
}

.landing-info .module .icon {
    color: #8da0be;
    font-size: 20px;
    margin-right: 10px;
    transition: color 0.3s ease;
}

.landing-info .module h3 {
    color: #8da0be;
    margin-top: 0;
    font-weight: 700;
    transition: color 0.3s ease;
}

.landing-info .module p {
    color: #999 !important;
}

.landing-info .module a:hover .icon {
    color: #f26101 !important;
    transition: color 0.3s ease;
}

.landing-info .module a:hover h3 {
    color: #f26101 !important;
    transition: color 0.3s ease;
}

.landing-info h3 {
    font-weight: 700;
}

.btn-secondary {
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    transition: all 0.3s ease;
}

#app-layout {
    margin-bottom: 0;
}

.guest-content {
    width: 100%;
}

.login-wrap {
    align-items: center;
    display: flex;
    height: 100vh;
    padding: 30px;
    width: 100vw;
}

.login-box {
    background: #fff;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 100%;
    padding: 30px;
    position: relative;
    width: 580px;
}

.login-box img {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: -120px;
    width: 330px;
}

.login-box h3 {
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}

.login-box input[type="email"],
.login-box input[type="password"] {
    background-color: #e8e8e8;
    border: 0;
    box-shadow: none;
    width: 100%;
}

.flex-content {
    display: flex;
    height: 100%;
}

.omni-nav {
    height: 100%;
    overflow-y: auto;
    padding: 0 0 20px;
    position: fixed;
    width: 260px;
}

.user-info {
    align-items: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 260px;
    z-index: 2;
}

.user-info .dropdown {
    width: 100%;
}

.user-info .collapse-toggle .fa-chevron-down {
    transition: transform 0.3s ease;
}

.user-info .collapse-toggle[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(-180deg);
    transition: transform 0.3s ease;
}

.user-info .dropdown a {
    align-items: center;
    display: flex;
    text-decoration: none;
    width: 100%;
}

.user-info .dropdown a [class*="fa-"] {
    font-size: 14px;
    margin-top: 2px;
    position: absolute;
    right: 0;
}

.user-info .dropdown #user-info-collapse {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.user-info .dropdown #user-info-collapse li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0;
    width: 49%;
}

.user-info .dropdown #user-info-collapse li a {
    border-radius: 5px;
    display: block;
    padding: 5px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.user-info .dropdown #user-info-collapse li a:hover {
    transition: background-color 0.3s ease;
}

.user-info .user-avatar {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 40px;
    margin: 5px 10px 5px 0;
    width: 40px;
}

.user-info h3 {
    font-size: 18px;
    margin: 0;
    white-space: nowrap;
    width: 100%;
}

.admin-content {
    margin-left: 260px;
    padding-bottom: 40px;
    padding-top: 130px;
    width: calc(100% - 260px);
}

.admin-content .container {
    max-width: 95%;
    width: 95%;
}

.omni-nav .modules {
    margin-top: 92px;
}

.omni-nav .modules ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.omni-nav .modules ul li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.omni-nav .modules ul li a:hover {
    transition: background-color 0.3s ease;
}

.omni-nav .modules ul li a [class*="fa-"] {
    margin-right: 10px;
}

.omni-nav .modules ul li a .fa-chevron-down {
    font-size: 12px;
    margin-right: 0;
    margin-top: 4px;
    position: absolute;
    right: 14px;
}

.omni-nav .modules .dropdown ul li a {
    font-size: 12px;
    padding-left: 50px;
}

.omni-nav .modules .dropdown .collapse-toggle .fa-chevron-down {
    transition: transform 0.3s ease;
}

.omni-nav .modules .dropdown .collapse-toggle[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(-180deg);
    transition: transform 0.3s ease;
}

.omni-navbar {
    align-items: center;
    display: flex;
    height: 92px;
    margin-left: 260px;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    width: calc(100% - 260px);
    z-index: 1000;
}

.omni-navbar .menu-toggle {
    margin-right: 30px;
}

.omni-navbar .menu-toggle a {
    border-radius: 5px;
    display: block;
    font-size: 21px;
    padding: 6px 12px;
    transition: background-color 0.3s ease;
}

.omni-navbar .menu-toggle a:hover {
    transition: background-color 0.3s ease;
}

.omni-navbar .logo img {
    max-height: 65px;
}

.omni-navbar .links {
    margin-left: auto;
}

.omni-nav-toggled .omni-navbar,
.omni-nav-toggled .admin-content {
    margin-left: 80px;
    width: calc(100% - 80px);
}

.omni-nav-toggled .omni-nav {
    width: 80px;
}

.omni-nav-toggled .omni-nav .user-info {
    width: 80px;
    z-index: 1;
}

.user-info,
.user-info h3,
.modules ul li a .link-text,
.omni-navbar,
.omni-nav,
.admin-content {
    transition: all 0.3s ease;
}

.omni-nav-toggled .user-info h3,
.omni-nav-toggled .user-info #user-info-collapse,
.omni-nav-toggled .user-info #user-info-collapse li,
.omni-nav-toggled .modules ul li a .link-text {
    display: inline-block;
    height: 0;
    opacity: 0;
    position: relative;
    width: 0;
    z-index: -1;
}

.omni-nav-toggled .user-info #user-info-collapse {
    display: none !important;
}

.omni-nav-toggled .modules {
    position: relative;
    z-index: 0;
}

.omni-nav-toggled .modules ul li a {
    text-align: center;
}

.omni-nav-toggled .omni-nav .modules .dropdown ul li a {
    padding-left: 20px;
}

.omni-nav-toggled .omni-nav .modules ul li a [class*="fa-"] {
    margin-right: 0;
}

.omni-nav-toggled .admin-content {
    margin-left: 80px;
}

.logout {
    display: none;
}

.omni-nav-toggled .logout {
    display: block;
}

.omni-nav-toggled .fa-chevron-down {
    display: none;
}

@media screen and (max-width: 530px) {
    .omni-navbar .links {
        display: none;
    }

    .omni-navbar .logo img {
        max-width: 100%;
        min-width: 200px;
    }

}

@media screen and (max-width: 735px) {
    .page-buttons {
        margin-left: 0;
        width: 100%;
    }
}

.menu-row > td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.no-margin {
    margin-bottom: 0;
}

.avatar-photo {
    width: 100px;
}

.avatar-upload {
    padding-left: 20px;
    width: calc(100% - 100px);
}

.avatar-photo img {
    max-width: 100px;
    width: 100%;
    border-radius: 50%;
    border: 5px solid white;
    margin-bottom: 10px;
}

.avatar-remove .custom-control-label:before {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.avatar-remove .custom-control-label:after {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.avatar-remove .custom-control-input:checked + .custom-control-label:after {
    background-image: url("/omni-admin/images/remove.png");
    background-size: cover;
}

h2.subtitle {
    border-bottom: 2px solid #e8e8e8;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 5px;
}

.box {
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .05);
}

.pagination {
    margin: 0;
}

.table td, .table th {
    border-top: none;
}

.summernote-area .note-editor.note-frame {
    border: 1px solid #ced4da !important;
}

/*
 * Permission Radio Buttons
 */

.permission {
    background-color: #eee;
    border-radius: .3rem;
}

.permissions-form .custom-control.custom-radio:first-child {
    padding-left: 0;
}

.permissions-form .custom-control-label {
    background-color: #ccc;
    border-radius: 5px;
    color: #999;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.permissions-form .custom-control-label span {
    padding-left: 5px;
}

.permissions-form .custom-control-label:before {
    display: none;
}

.permissions-form .custom-control-label:after {
    display: none;
}

.permissions-form input[type="radio"]:checked + .custom-control-label {
    color: #fff;
}

.permissions-form .form-inline {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.permissions-form .form-inline .custom-control {
    width: 100%;
    padding-left: 10px;
}

ol.breadcrumb {
    background-color: rgba(0, 0, 0, .05);
}

ol.breadcrumb a:hover {
    text-decoration: none !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f054";
    color: #ccc;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: 900;
}

.permissions-table .btn:not(.view-button) {
    cursor: default;
}

.btn-group-justified {
    display: flex;
    width: 100%;
}

.btn-group-justified .btn {
    border: 0;
    flex: 1;
}

.custom-file-name:after {
    content: attr(data-content) !important;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 0.5rem 1rem;
}

#install-module-modal .modal-body {
    padding: 30px;
    font-size: 16px;
}

/* Modal Cropper Fix */
.modal-body img {
    max-width: 100%;
}

/* Help Content */
.help-content img {
    max-width: 100%;
    min-width: 20px;
    min-height: 20px;
    display: inline-block;
    margin-bottom: 30px;
    border: 2px solid #e8e8e8;
    border-radius: 3px;
    padding: 3px;
}

.help-content p > img {
    border: none;
    max-height: 45px;
    min-width: 20px;
    min-height: 20px;
    margin-bottom: 0;
}

.help-content .page-header {
    margin-bottom: 25px;
}

.help-content section {
    margin-top: 50px;
}

.help-modal .modal-dialog {
    max-width: 1200px;
    width: 95%;
}

.help-modal .modal-content {
    overflow: hidden;
    border: none;
}

.help-content .link-target {
    position: relative;
    top: -150px;
}