.nqv-default-list tbody tr:hover {
    background:#e8e8e8;
}

.nqv-default-list th {
    text-transform:uppercase;
    font-weight:500;
    font-size:.75rem;
}

.nqv-default-list td.name:first-letter,
.nqv-default-list td.lastname:first-letter {
    text-transform:capitalize;
}

.table-container {
    overflow-y:auto;
}

.nqv-default-list td.action.edit:hover {
    background-color:green;
    color:white;
}

.nqv-default-list td.action.delete:hover {
    background-color:red;
    color:white;
}

.nqv-default-list td.action.show:hover {
    background-color:rgb(65, 123, 159);
    color:white;
}

.nqv-default-list.sessions .current pre {
    border:2px solid green;
    padding-top:40px;
}

.nqv-default-list.sessions .current pre::before {
    content: 'current';
    position: absolute;
    top: 0px;
    height: 30px;
    width: 150px;
    background: green;
    padding: 5px;
    text-align: center;
    left: 0;
    text-transform: uppercase;
}

.nqv-default-list.sessions .admin pre::before {
    content:'current admin';
    background: orange;
    color:black;
}

.nqv-default-list.sessions .account pre::before {
    content:'current account';
    background: yellow;
    color:black;
}

table.admin-list td.highlight {
    background-color: #73dde1;
    color: var(--global-color-main);
}

table.admin-list td.highlight.red {
    background-color: rgba(214, 0, 0, 0.61);
    color: white;
}

table.admin-list td.delete {
    width: 60px;
}

table.admin-list th.new {
    background: var(--global-color-main);
    text-align: center;
}

table.admin-list td.status,
table.admin-list th.status {
    text-align: center;
    width: 50px;
}

table.admin-list img {
    max-width: 85px;
}

table.admin-list button a {
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 1px;
}

/*
    Widgets
 */
.widget {
    background-color: white;
    border: 1px solid var(--global-color-main);
    font-size: 10px;
}

.widget h1 {
    font-size: 10px;
    text-transform: uppercase;
}

.label {
    font-weight: bold;
}

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

.button {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 17px;
    border: 1px solid var(--global-color-main-light);
    box-sizing: border-box;
}

.button:hover {
    font-weight: bold;
    border-color: #7e9c9f;
}

.buttons-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap:calc(var(--padding-base) / 4);
}

.status:not(.disabled) .ok:hover {
    background-color:red;
    border-radius:50%;
    height:30px;
    min-width:0;
    width:30px;
    padding-top:5px;
    padding-left:2px;
    text-align: center;
}

.status:not(.disabled) .ok:hover i::before {
    content: '\e81d';
    font-size:20px;
    color:white;
}

.disc-space {
    text-transform:uppercase;
}

.btn a:hover {
    color: inherit;
}

.red {
    color: red;
}

.yellow {
    color: yellow;
}

.green {
    color: green;
}

.orange {
    color: orange;
}

.green-bg {
    background-color: green;
    color: white;
}

.yellow-bg {
    background-color: yellow;
    color: var(--global-color-main);
}

.red-bg {
    background-color: red;
    color: white;
}

.bold {
    font-weight: bold;
}

.navigator {
    min-height: 20px;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 10px 0;
    flex-wrap:wrap;
}

.navigator .navigator-button {
    border: 1px solid black;
    padding: 3px 6px;
    text-align: center;
    margin-right: 3px;
    font-size: 0.8em;
}

.navigator .navigator-number {
    padding: 3px;
    text-align: center;
    margin-right: 3px;
    font-size: 0.8em;
}

.js-notification {
    border-top: 2px solid gray;
    padding: 10px 5px;
    background: whitesmoke;
    border-bottom: gray 1px solid;
}

.js-notification.error {
    border-top-color: red;
}

.js-notification.success {
    border-top-color: green;
}

.film-data-container {
    display: none;
}

.film-info-container {
    display: inline-block;
}

.film-info-data {
    padding-top: 20px;
}

.view-more-inline {
    text-decoration: underline;
    cursor: pointer;
}

.filmedit-container {
    overflow:hidden;
}

#admin-error-inform {
    background-color:white;
}
.tag-editor, .tag-editor li{
    white-space: nowrap;
}

.tag-editor li {
    display:inline-block;
    float:none;
}

.split-inform {
    font-size:0.8em;
}

#privileges-form .description-view {
    padding:20px;
}

#privileges-form #actions-input {
    height:180px;
}

#privileges-form .remove-item {
    width:20px;
    height:20px;
    color:white;
    background:red;
    display:inline-block;
    padding:0;
    padding-left:1.5px;
    border-radius:50%;
    margin:10px;
    text-align:center;
    line-height:20px;
    vertical-align:middle;
    font-weight:bold;
    font-size:18px;
    cursor:pointer;
}

.nqv-default-list .portrait {
    padding-right:calc(var(--padding-base) / 2);
    padding-left:0;
    width:90px;
}

.nqv-default-list .portrait img{
    width:90px;
}

.nqv-default-list .creators-data {
    width:250px;
}

body.caccounts table.caccounts .movies-gallery > div.movies-info-poster-wrap {
    width:75px;
}

.show-db-element .label {
    text-transform:uppercase;
}

div.tr {
    display: flex;
    gap:20px;
}

div.th {
    font-weight:bold;
    text-transform: uppercase;
    font-size: .9em;
    border-bottom-color: currentcolor;
}

div.th,
div.td {
    border-bottom: 1px solid #e9e9e9;
    display:flex;
    flex-basis: 100%;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    overflow:auto;
}

div.th > div,
div.td > div {
    display:flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
}

div.table div.tr.swapper {
    cursor: pointer;
}

div.table div.tr.swap {
    display:none;
}

div.table div.tr.swapper .swapper-arrow:before {
    cursor: pointer;
}

.mail-test-container {
    border:2px solid black;
    display:none;
}

.row.stats {
    min-width:500px;
}

.row.stats > div {
    width:250px;
    position:relative;
}

.row.stats .chart-container {
    width:250px;
    height:250px;
    position:relative;
}

.orderers li a {
    text-transform: uppercase;
    font-size: 0.7em;
}

.user-catalog .hover {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10;
    padding: 5% 10%;
    color: white;
    background: rgba(0,0,0,0.8);
    opacity:0;
}

.user-catalog .movie:hover .hover {
    opacity:1;
}

.user-catalog .poster-container {
    position:relative;
}

.email h1 {
    display:flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.email .text {
    margin-top:10px;
}

.email label {
    border:1px solid #c5c5c5;
    color:#7b7a7a;
    padding: 3px 5px;
    border-radius: 2px;
    margin-left: 0;
    display: inline-block;
    width: auto;  
}

.email .buttons-container {
    border-top:2px solid #bfbfbf;
    padding-top:20px;
    margin-top:40px;
}

.tag-label {
    padding:5px 7px;
    border-radius:5px;
    background: #91afbd;
    display:inline-block;
    width:auto;
    margin:auto 3px;
}

#creators-poster {
    cursor: pointer;
}