.full-container {
    max-width: 100%;
}
.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;
}
.empty-order {
    display : inline-block;
    width: 20px;
    height: 20px;
}
.cat-image {
    width: 50px;
}
.tooltip {
    border: 0px;
}
.continent-icon {
    height: 30px;
    width: 30px;
}
.btn-sx {
    font-size: 12px;
    padding: 2px 4px;
}
.edit-ad {
    cursor: pointer;
}
