.footer-margins > *{
    margin: 0.25rem;
}

.div-margins > *{
    margin: 0.25rem;
}

.background-login{
    background-color: #a2d4f8;
}

.background-login-card{
    background-color: #f3f3f3;
}

.body-type{
    height: 100%;
    overflow-x: hidden;
    width: 100%;
}

.checkbox-padd{
    padding-right: 35px;
    white-space:nowrap;
}

.m-space{
    margin-top: 10px;
}

.ml-space{
    margin-top: 20px !important;
}

.centerlogin{
    max-width: 500px;
    margin: auto;
}

.right-margin-xs{
    margin-right: 5px;
}

.right-margin-s{
    margin-right: 10px;
}

.right-margin-m{
    margin-right: 15px;
}

.right-margin-xl{
    margin-right: 30px;
}

.top-margin-s{
    margin-top: 10px;
}

.top-margin-m{
    margin-top: 20px;
}

.top-margin-l{
    margin-top: 30px;
}

.top-margin-xl{
    margin-top: 40px;
}

.bottom-margin-l{
    margin-bottom: 30px;
}

.top-margin-form{
    margin-top: 20px;
    margin-bottom: 7px;
}

.start-margin-form{
    margin-bottom: 7px;
}

.center-text{
    text-align: center
}

.icon-size-m{
    font-size: 1.3rem;
}

.icon-size-l{
    font-size: 2rem;
}

.modal-mg {
    max-width: 900px !important;
}

.modal-lg {
    max-width: 1200px !important;
}

.modal-xlg {
    max-width: 1300px !important;
}

.row-t {
    display: flex;
}

.column-t {
    flex: 50%;
    padding: 10px;
}

.room-panel-showcase{
    max-height: 120px
}

.service-tag{
    margin-right: 5px;
    margin-bottom: 5px;
}

.pointer-cursor{
    cursor: pointer;
}

.no-link-style{
    color: rgb(33, 37, 41);
}

.no-link-style-comp{
    color: rgb(33, 37, 41);
}

.no-link-style-comp:link{
    color: rgb(33, 37, 41);
}

.no-link-style-comp:visited{
    color: rgb(33, 37, 41);
}

.no-link-style-comp:active{
    color: rgb(33, 37, 41);
}

.no-link-style-comp:hover{
    color: rgb(33, 37, 41);
}

.left-margin-xs{
    margin-left: 5px;
}

.left-margin-s{
    margin-left: 10px;
}

.left-margin-m{
    margin-left: 15px;
}

.left-margin-l{
    margin-left: 20px;
}

.full-width{
    width: 100%;
}

.full-size-font{
    font-size: 1rem;
}

.input-inline-select{
    width: 100%;
    max-width: 200px;
    display: inline-block;
}

.input-width-medium{
    max-width: 250px;
}

.input-width-long{
    max-width: 400px;
}

.button-submit-style{
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.hidden-element{
    display: none;
}

.bold-text{
    font-weight: bold;
}

.input-hint-label{
    margin-bottom: 7px;
    font-weight: bold;
}

.editor-style{
    width: 100%;
    height: 500px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #dddddd;
    padding: 10px;
}

.note-group-select-from-files {
    display: none;
}

.sn-checkbox-use-protocol
{
    display: none;
}

.list-l2{
    margin-left: 15px;
}

.menu-open > .nav-link:not(.active){
    background-color: transparent !important;
    color: #c2c7d0 !important;
}

.has-treeview > .nav-link:not(.active):focus{
    background-color: transparent !important;
    color: #c2c7d0 !important;
}

.has-treeview > .nav-link:not(.active):hover{
    color: white !important;
    background-color: rgba(255,255,255,0.1) !important;
}

.center-header-margin{
    margin-top: 6px;
}

.icon-min-width{
    min-width: 16px;
}

.archive-cell{
    height: auto;
    width: 100%;
    margin-bottom: 15px;
    transition: transform 0.2s;
    cursor: pointer;
}

.archive-cell:hover {
    z-index: 10;
    transform: scale(0.95);
}

.archive-cell .inner-archive-cell:hover{
    box-shadow: 2px 2px 3px #888888;
}

.inner-archive-cell{
    background-color: #dfe4ea;
    padding: 10px 10px 5px 10px;
    border-radius: 5px;
    text-align: center;
}

.archive-cell-img{
    max-width: 100%;
    object-fit: cover;
}

.img-wrapper {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
    width: 100%;
}
.img-wrapper img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.archive-name{
    font-size: 1.1rem;
    text-align: center;
    color: #57606f;
}

.archive-content-text{
    font-size: 1.2rem;
}

.editable-cell:hover{
    text-decoration: underline dashed #007bff;
}

.editing-cell{
    min-width: 300px;
    text-decoration: none !important;
}

.login-icon-logo{
    width: 46px;
}

.text-vertical-align{
    vertical-align: middle;
}

.no-wrap-space{
    white-space: nowrap;
}

.display-inline-block{
    display: inline-block;
}

.search-small-input{
    max-width: 200px;
    margin: 5px;
}

.vertical-align-bottom{
    vertical-align: bottom;
}

.element-panel{
    background-color: #ecf0f1;
    padding: 16px;
    margin-top: 8px;
    font-size: 1.2rem;
}

.small-identify-text{
    color: #7f8c8d;
    font-size: 0.8rem;
    vertical-align: middle;
}

.color-selector{
    max-width: 50px;
    padding: 0.3rem 0.3rem;
}

.no-card{
    box-shadow: none;
    margin-bottom: 0.2rem;
}

.same-row{
    display: flex;
    flex-direction: row;
}

.paging-numbers{
    vertical-align: middle;
    font-size: 1.3rem;
}

.message-text-show{
    background-color: #f2f4f5;
    padding: 10px;
    margin-bottom: 5px;
}

.page-number-box{
    max-width: 75px;
    display: inline;
}

.larger-size-font{
    font-size: 1.3rem;
}

.space-between-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.black-color{
    color: rgb(33, 37, 41);
}

.black-color:hover{
    color: rgb(33, 37, 41);
}

.admin-back-color{
    background: #f4f6f9;
}

.center-admin-screen{
    width: 80%;
    margin: auto !important;
}

@media (max-width: 767.98px) {

    .center-admin-screen{
        width: 95%;
        margin: auto !important;
    }
}