.cell-center {
    text-align: center;
    vertical-align: middle;
}
.home-logo {
    margin: auto;
    display: block;
    max-width: 200px;
}
.container-left {
    float: left;
}
h1 {
    margin: auto;
    display: block;
    text-align: center;
    font-size: 1.5em;
}

.nav-item a.active {
    font-weight: bold
}

a {
    color: #127da2;
}
.right-float {
    float: right;
}
.left-m {
    margin-left: 12px;
}
.account-search {
    display: inline-block;
    float: right;
    width: 40%;
}

.data-table-row {
    margin-bottom: 8px;
}
.data-table-elements {
    float: left;
}
.data-table-elements label,
.data-table-elements select {
    float: left;
    margin-right: 12px;
}
.data-table-elements select.elements {
    width: auto;
}
.data-table-elements input.query {
    max-width: 200px;
}

tr.active-subscription {
    background-color: #94efa3;
}
tr.cancel-subscription {
    background-color: #fa9f6d;
}
tr.subscription-row {
    cursor: pointer;
}
tr.subscription-periods {
    display: none;
}
.table-small thead tr th,
.table-small tbody tr td {
    padding: 4px;
    font-size: 12px;
}
.full-container {
    max-width: 100%;
}
.email-editor {
    display: none;
}
.sidebar .nav-dropdown-items .nav-item a {
    padding-left: 30px;
}

.event-info {
    border: 1px solid #cecece;
    width: 100%;
    height: 500px;
}
.small-user {
    display: none;
}
.long-user {
    display: block;
}
@media only screen and (max-width: 1024px) {
    .app-header.navbar .navbar-brand {
        display: none;
    }
    .long-user {
        display: none;
    }
    .small-user {
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    .app-header.navbar {
        height: 90px;
    }
    .header-fixed .app-body {
        margin-top:90px;
    }
    .app-header .ml-auto {
        margin: 0px 0px 0px 10px !important;
    }
}

.m-s  {
    display: none;
}
.s-s  {
}
.bor-left {
    border-left: 1px solid #000;
}

.cyp-tooltip {
    display: inline;
}
