body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    background: #f9f9f9;
    height: 100%;
}

.page-wrapper {
    width: 100%;
    height: 100%;
    padding-top: 56px;
}

a {
    text-decoration: none;
}

.box {
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 25px;
}

.form-control.is-invalid {
    background-image: none !important;
}

.form-control.is-valid {
    border-color: var(--bs-border-color);
    background-image: none !important;
}

.form-check-input.is-valid:checked {
    background: #0d6efd;
}

.form-check-input.is-valid ~ .form-check-label {
    color: inherit !important;
}

.has-error .help-block {
    color: #f44336;
}

.control-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn {
    font-size: 14px;
}

/* login area */
.login-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.page-signin-container {
    width: 450px;
    padding-bottom: 100px;
}

.page-signin-container .form-control {
    padding: 0.75rem 1rem;
}

.login-panel {
    border: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05);
    padding: 30px !important;
}

/* Bootstrap Ovserwrites*/
.btn-primary {
    color: #fff;
    border-color: #3b9ff3;
    background: #3b9ff3;
}

.btn-primary.btn-outline.focus, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.btn-outline.active.focus, .btn-primary.btn-outline.active:focus, .btn-primary.btn-outline.active:hover, .btn-primary.btn-outline:active.focus, .btn-primary.btn-outline:active:focus, .btn-primary.btn-outline:active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
    border-color: #4e99df;
    background: #4e99df;
}


/* NAVBAR */
.navbar-right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

button.logout {
    border: none;
    text-decoration: none;
    color: var(--bs-nav-link-color);
}

button.logout:hover {
    color: #fff;
}

.nav-link:hover, .nav-link:focus {
    color: #fff;
}

/* LAYOUT */
.content-area {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.sidebar {
    background: #f5f5f5;
    height: 100%;
    width: 210px;
    min-width: 210px;
    padding-top: 35px;
}

.pagecontent {
    padding: 20px;
    border-left: 1px solid #dae3e9;
    border-bottom: 1px solid #dae3e9;
    box-shadow: -3px 3px 3px -2px #f1f1f3;
    width: 100%;
}

ul.nav-sidebar {
    list-style: none;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
    margin-left: 20px;
    flex-direction: column;
    display: flex;
}

ul.nav-sidebar li {
    position: relative;
}

ul.nav-sidebar li a {
    display: flex;
    padding: 19px 14px 15px 14px;
    margin-left: -15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dae1e8;
    box-shadow: 0 2px 1px -1px #FFFFFF;
    color: #6e829b;
    outline: 0px;
    align-items: center;
    line-height: 1;
}

ul.nav-sidebar li a i {
    font-size: 23px;
    position: relative;
    opacity: 0.7;
    transition: opacity .1s ease;
    -moz-transition: opacity .1s ease;
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
}

ul.nav-sidebar li a span {
    margin-left: 13px;
    transition: color .1s linear;
    font-size: 14px;
}

ul.nav-sidebar li.active a, ul.nav-sidebar.active li {
    text-decoration: none;
    color: #33455a;
}

.pointer {
    position: absolute;
    right: 6px;
    top: 16px;
}

.pointer .arrow, .pointer .arrow_border {
    border-color: transparent #f9f9f9 transparent transparent;
    border-width: 11px;
    border-style: solid;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1002;
    left: 0;
    margin-left: 45%;
}

.pointer .arrow_border {
    border-color: transparent #c0d2dd transparent transparent;
    border-width: 11px;
    margin-left: -1px;
    border-style: solid;
    z-index: 1001;
    top: 0px;
}

.page-header {
    margin: -20px -20px 20px -20px;
    padding: 30px 20px;
    background: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header h1 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
}

table.table thead th, table.table thead th a {
    font-weight: normal;
    color: #54698d;
    line-height: 100%;
    font-size: 12px;
    text-transform: uppercase;
}
table.table > tbody > tr > td { vertical-align: middle}
table.table > tbody > tr > td.wrd-brk { word-break: break-word;}
table.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #d8dde6;
}

th.sm {
    width: 75px;
}


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

.ck-editor__editable  {
    min-height: 350px;
}

.svg-data svg {
    height: 30px;
}
