
* {
    font-family: 'Manrope', sans-serif;
}

html, body, pre,
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

a {
    opacity: .9;
    text-decoration: none;
}

a:hover {
    opacity: 1;
    text-decoration: none;
}

body {
    height: 100%;
}

.pointer { cursor: pointer; }
.noPointerEvents { pointer-events: none; }

form .row .form-switch {
    padding-left: 0.75rem;
}

form .row .form-switch input.form-check-input {
    margin-left: 0;
}

#navbar_header {
    align-items: center;
    display: flex;
    flex: 1 100%;
    font-size: 18px;
    height: 50px;
    justify-content: space-between;
    padding: 15px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

#navbar_header .navbar_item .btn-group .btn.dropdown-toggle {
    margin: 0;
    opacity: 0.9;
    padding: 0;
}

#navbar_header .navbar_item .btn-group .btn.dropdown-toggle > img {
    border-radius: 5px;
}

#navbar_header .navbar_item .btn-group .dropdown-menu a {
    color: #333;
    font-weight: normal;
    width: 270px;
}

#navbar_header .navbar_item .btn-group .dropdown-menu .nohover :hover {
    background: #FFF;
    cursor: default;
}

#navbar_header a, #navbar_footer a {
    font-weight: bold;
    opacity: 0.9;
    text-decoration: none;
}

#navbar_header .dropdown-menu .dropdown-item span {
    float: left;
    width: 25px;
}

#page_content {
    float: left;
    margin-top: 50px;
    margin-left: 230px;
    padding: 10px 15px 50px;
    width: calc(100% - 230px);
}



#navbar_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}


#navbar_header .navbar_item,
#navbar_footer .navbar_item {
    flex: 1 1 0;
    text-align: center;
}

#navbar_header .navbar_item:first-child,
#navbar_footer .navbar_item:first-child {
    text-align: left;
}

#navbar_header .navbar_item:last-child,
#navbar_footer .navbar_item:last-child {
    text-align: right;
}

.drag-over {
    position: absolute;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.drag-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.drag-text > h1 {
    color: #6c757e;
}

.hoverable > *, .hoverable > *:disabled {
    opacity: 0;
    transition: visibility 200ms, opacity 200ms;
}

tr:hover .hoverable > * {
    opacity: 1;
    transition: visibility 200ms, opacity 200ms;
}

#global-alert, #modal-alert {
    display: none;
}

#modal-alert {
    margin: 1rem;
}

#conunity-confirm {
    z-index: 1060;
}

.conunity_image_gallery {
    display: flex;
    flex-flow: row wrap;
}

.image-drag {
    color: #ccc;
    border-radius: 10px;
    border: 2px dashed #ccc;
    line-height: 200px;
    margin: 15px;
    text-align: center;
    position: relative;
    display: block;
    height: 170px
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hoverBar {
    position: absolute;
    bottom: 20px;
    right: 5px;
    opacity: 0.5;
    transition: 0.3s;
}

.hoverBar:hover {
    opacity: 1;
}

#page_content .CodeMirror {
    z-index: 0;
}


:root {
    --bs-info: #17a2b8;
    --bs-info-rgb: 23, 162, 184;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-check:focus + .btn-info, .btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.25rem rgba(58, 176, 195, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #117a8b;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(58, 176, 195, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #17a2b8;
    background-color: transparent;
}

.link-info {
    color: #17a2b8;
}

.border-info {
    border-color: #17a2b8 !important;
}


div.input-passwd {
    display: flex;
}

div.input-passwd > input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

div.input-passwd > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    margin-left: -1px;
}

div.input-passwd > span > i {
    width: 20px;
}

.dropdown-toggle:after {
    margin-left: 1rem !important;
}
.dropdown-toggle:before {
    margin-right: 1rem !important;
}
.dropdown-toggle-split:after {
    margin-left: 0 !important;
}
.dropdown-toggle-split:before {
    margin-right: 0 !important;
}

.dragOver {
    border: 2px dashed #000;
}