.modal-body > .preloader {
    height: 100px;
    background: url('data:image/gif;base64,R0lGODlhLgAqALMHALKysr+/v+/v7+Xl5X9/f8zMzJmZmfT4++rx+AAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAAAHACwAAAAALgAqAAAE//DISau9OOs9R+FgWBGEUQWCqI5kIBXkt84AadvDPMO3ra+CmERgKP1AgwCgKJsUc0dND9opAajR0w17GNwAWUyhCKYUbeXjIE0JEpq8wICre17O0yPANWk5CV09OEdFJoFGB4UHNSVzNk07JAZraGdgTBNEBHw/goIpdIuhInieb10BclFjBgZjaAVzc3h4oyFegqE8j2EDpbYBvGESZ5wYgxfGIT4bjGwTMM+xGI6IGrhoVMEEVEXKiz2GG58T25O+QhWl1hluBACQB7s9KRYe24AbPGC+rZSmG87EsyCQWI8rshiJu4Pswi5DmtJR4NGqFaRSBupVmGdNEUMbC2rXSRQQgJYlCRIrYDNGxJUAbKaszTlki4QtgzHZHShpE4ObmwckYVxCwswXDNs24ErhRlwNKOi2XAB5jdsfYwM0VmnUBqOIpyAepjJJQuuGbz5jDhw2UegNtGzLvdsKN668ZzXW2s2Q8UIEACH5BAkAAAcALAAAAAAuACoAAAT/8MhJq704652B4eAmDJVBEGF6FWdxDMGJqrQ0yDjx1bWZnwIejWUgSUwGQyBgFGoAhOYRt3NiWDNK7FS0rnzZSczg8lpuuPLEJDUXgq8llKCeWwfSG8Ay/wWcMWpIF2A5gCckaFUDSgcyRh50Qmg6PmQHc0EtFQNwIHiePz87BHtWPgCMojltd6KpeAMFYGpmL4YrMrRmfa0TfSemXj61F2kcAp4UjElgHHNtAl0TN1UlOdYYaH/LiBNcGargG4oAagIyS5bk4xqUj1OjHDIcW1zChVSyS3lgvhQ+lB3AUiQWFhxNDra7MGfPuxPcuqWjoEvXBQHASCjM9muTNl21aBTKCCKuGDVvGVZhi1QFpTECES3YUxmziQmTNrgIXCNplihfqjhKUIhz2oEtiTxSIEoIl7sTE1jEvMWKgrQWsZCVWtZmloFUupLgEBYCp7t8C21hsCQWqloNg3JGeZuBzdK5dC/gAREBACH5BAUAAAcALAAAAAAuACoAAAT/8MhJq61C3M17J4QnjtcAFmQ6BiCgvttggIQhDEGAwp5Zz7RgiycCggYTFshAFAmAuwkA1CTNLCxXtRiqZLfcQAW6RW6MUSNBTDSxJQDmVEintu0HE3MJCBhtYHlDB0sXZEQEWoJLQIoFbAVHTXMFkXUGA5ZdhJuIdZ9rE5llQQAFA6gFakyBUktmFXMEsE03qTQdlopNPkFvZ4wGmBYyGh1PQSKaJ4YEUbmFPTS/FD6s0qEi0QeRw9zbApUWqoMd1hQ0cULqNdVC1xyyirKgsxRqkh34O0CYqDjpOFiCh4WGMAMuBJQTxYxDvw2aaCEj6Ioiw1LG8vyRICPIMwoKZmt8PBCynhAJy+xtEPJMCSp8QRpxZEerQkxaozhe0tBxTCKIJ2oWVAniV01LGe+1E/FFAgtqFQZKBCK0BEEDUC+my0Ev64ikFubAPNnqXgAk4foBeOmsbDw8EjK4BWpx7gWFVSdEAAA7') no-repeat 50% 50%;
}
.grid-view .column-control {
    width: 120px;
}

.kv-panel-pager {
    min-height: 34px;
}

.kv-panel-pager .pagination {
    margin: 0 0 -5px 0;
    padding: 0;
}

.kv-panel-before {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.kv-panel-after {
    padding: 10px;
    border-top: 1px solid #ddd;
}

.kv-table-float {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
}

.kv-align-center {
    text-align: center;
}

.kv-align-left {
    text-align: left;
}

.kv-align-right {
    text-align: right;
}

.kv-align-top {
    vertical-align: top !important;
}

.kv-align-bottom {
    vertical-align: bottom !important;
}

.kv-align-middle {
    vertical-align: middle !important;
}

.kv-nowrap {
    white-space: nowrap;
}

.kv-merged-header {
    border-bottom-width: 2px;
}

.kv-page-summary {
    border-top: 4px double #ddd;
    font-weight: bold;
}

.kv-table-footer {
    border-top: 4px double #ddd;
    font-weight: bold;
}

.kv-table-caption {
    font-size: 1.5em;
    padding: 8px;
    border: 1px solid #ddd;
    border-bottom: none;
    text-align: center;
}

.panel .kv-table-caption {
    border: none;
    border-bottom: 1px solid #ddd;
}

.kv-grid-loading {
    position: relative;
    overflow: hidden;
}

.kv-grid-loading .kv-loader-overlay {
    display: block;
}

.kv-loader-overlay {
    background: #fff;
    position: absolute;
    opacity: 0.6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.kv-grid-hide {
    display: none !important;
}

.kv-grid-toolbar .dropdown-menu {
    z-index: 1025;
}

.panel > .floatThead-wrapper > .table,
.panel .table-responsive > .floatThead-wrapper > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .floatThead-wrapper > .table caption,
.panel .table-responsive > .floatThead-wrapper > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel > .floatThead-wrapper > .table:first-child,
.panel > .table-responsive > .floatThead-wrapper:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .floatThead-wrapper > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive > .floatThead-wrapper:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .floatThead-wrapper > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive > .floatThead-wrapper:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .floatThead-wrapper > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive > .floatThead-wrapper:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .floatThead-wrapper > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive > .floatThead-wrapper:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .floatThead-wrapper > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive > .floatThead-wrapper:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .floatThead-wrapper > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive > .floatThead-wrapper:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .floatThead-wrapper > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive > .floatThead-wrapper:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .floatThead-wrapper > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive > .floatThead-wrapper:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .floatThead-wrapper > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive > .floatThead-wrapper:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .floatThead-wrapper > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive > .floatThead-wrapper:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .floatThead-wrapper > .table:last-child,
.panel > .table-responsive > .floatThead-wrapper:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .floatThead-wrapper > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive > .floatThead-wrapper:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .floatThead-wrapper > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive > .floatThead-wrapper:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .floatThead-wrapper > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive > .floatThead-wrapper:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .floatThead-wrapper > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive > .floatThead-wrapper:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .floatThead-wrapper > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive > .floatThead-wrapper:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .floatThead-wrapper > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive > .floatThead-wrapper:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .floatThead-wrapper > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive > .floatThead-wrapper:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .floatThead-wrapper > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive > .floatThead-wrapper:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .floatThead-wrapper > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive > .floatThead-wrapper:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .floatThead-wrapper > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive > .floatThead-wrapper:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .floatThead-wrapper > .table + .panel-body,
.panel > .table-responsive > .floatThead-wrapper + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .floatThead-wrapper > .table > tbody:first-child > tr:first-child th,
.panel > .floatThead-wrapper > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .floatThead-wrapper > .table-bordered,
.panel .table-responsive > .floatThead-wrapper > .table-bordered {
    border: 0;
}

.panel > .floatThead-wrapper > .table-bordered > thead > tr > th:first-child,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > thead > tr > th:first-child,
.panel > .floatThead-wrapper > .table-bordered > tbody > tr > th:first-child,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > tbody > tr > th:first-child,
.panel > .floatThead-wrapper > .table-bordered > tfoot > tr > th:first-child,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > tfoot > tr > th:first-child,
.panel > .floatThead-wrapper > .table-bordered > thead > tr > td:first-child,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > thead > tr > td:first-child,
.panel > .floatThead-wrapper > .table-bordered > tbody > tr > td:first-child,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > tbody > tr > td:first-child,
.panel > .floatThead-wrapper > .table-bordered > tfoot > tr > td:first-child,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .floatThead-wrapper > .table-bordered > thead > tr > th:last-child,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > thead > tr > th:last-child,
.panel > .floatThead-wrapper > .table-bordered > tbody > tr > th:last-child,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > tbody > tr > th:last-child,
.panel > .floatThead-wrapper > .table-bordered > tfoot > tr > th:last-child,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > tfoot > tr > th:last-child,
.panel > .floatThead-wrapper > .table-bordered > thead > tr > td:last-child,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > thead > tr > td:last-child,
.panel > .floatThead-wrapper > .table-bordered > tbody > tr > td:last-child,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > tbody > tr > td:last-child,
.panel > .floatThead-wrapper > .table-bordered > tfoot > tr > td:last-child,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .floatThead-wrapper > .table-bordered > thead > tr:first-child > td,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > thead > tr:first-child > td,
.panel > .floatThead-wrapper > .table-bordered > tbody > tr:first-child > td,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > tbody > tr:first-child > td,
.panel > .floatThead-wrapper > .table-bordered > thead > tr:first-child > th,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > thead > tr:first-child > th,
.panel > .floatThead-wrapper > .table-bordered > tbody > tr:first-child > th,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .floatThead-wrapper > .table-bordered > tbody > tr:last-child > td,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > tbody > tr:last-child > td,
.panel > .floatThead-wrapper > .table-bordered > tfoot > tr:last-child > td,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > tfoot > tr:last-child > td,
.panel > .floatThead-wrapper > .table-bordered > tbody > tr:last-child > th,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > tbody > tr:last-child > th,
.panel > .floatThead-wrapper > .table-bordered > tfoot > tr:last-child > th,
.panel .table-responsive > .floatThead-wrapper > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
    border-radius: 3px;
}
@media screen and (max-width: 480px) {
    .kv-table-wrap th, .kv-table-wrap td {
        display: block;
        width: 100%!important;
        text-align: center;
        font-size: 1.2em;
    }
    .kv-table-wrap tr > td:first-child {
        border-top: 3px double #ccc;
        margin-top: 10px;
        font-size: 2em;
    }
}

.kv-clear-radio {
    float:none;
}
td.kv-group-even {
    background-color: #f0f1ff!important;
}
.table-hover td.kv-group-even:hover {
    background-color: #d7d9ff!important;
}
td.kv-group-odd {
    background-color: #f9fcff!important;
}
.sticky-wrap td[data-summary-col-seq="2"], .sticky-wrap td[data-col-seq="2"] {
    position: sticky;
    left: 0;
    flex: 1 0 300px;
}
.table-hover td.kv-group-odd:hover {
    background-color: #d7ecff!important;
}
.kv-grouped-row {
    background-color: #FFF0F5!important;
    font-size: 1.3em;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.table-hover .kv-grouped-row:hover {
    background-color: #FFE4E1!important;
}
.kv-grid-wrapper {
    position: relative;
    overflow: auto;
    height: 300px;
}
@media (max-width:768px) {
    .hide-resize .rc-handle-container {
        overflow: hidden;
    }
}

.editableform input[type="text"].form-control {
    width: 38px !important;
    height: 20px !important;
    white-space: nowrap;
    font-size: 11px !important;
    font-weight: bold;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.editableform .inline-input input[type="text"], .editableform input[type="text"].inline-input {
    border-top: 0 none !important;
    border-top-color: currentcolor !important;
    border-left: 0 none !important;
    border-left-color: currentcolor !important;
    border-right: 0 none !important;
    border-right-color: currentcolor !important;
    border-bottom: 0 none !important;
    border-bottom-color: currentcolor !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-color: #dee3ea !important;
}

.users-list .header h3 {
    margin-top: 0px;
}
.users-list .header input.search {
    padding: 5px 6px;
    position: relative;
    top: 0px;
}
.users-list .header input.search:focus {
    box-shadow: none;
    border: 1px solid #888;
}
.users-list .header .ui-select {
    margin: 3px 40px 0 0;
}
.users-list .header .ui-dropdown {
    margin-left: 20px;
}
.users-list .header .ui-dropdown input.form-control {
    width: 60px;
    display: inline-block;
    height: 28px;
    margin: 0px 8px;
}
.users-list .header a.btn-flat span {
    font-size: 17px;
    position: relative;
    top: 2px;
    margin-right: 4px;
}
.users-list .table td {
    vertical-align: middle;
    font-size: 13px;
}
.users-list .table img.avatar {
    float: left;
    margin-right: 14px;
    max-width: 45px;
    position: relative;
    top: 8px;
}
.users-list .table a.name {
    color: #3389d1;
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin: 15px 0 0 0;
}
.users-list .table .subtext {
    font-size: 12px;
    margin-left: 0;
    color: #778391;
    font-style: italic;
    margin-top: 0;
}
.users-list .pagination {
    margin-top: 25px;
}

/* responsive */
@media (max-width: 767px) {
    .ui-dropdown .dialog .body {
        width: 250px;
        left: 58%;
        position: relative;
    }

    .users-list .table a.name {
        font-size: 12px;
    }
    .users-list .table td {
        font-size: 12px;
    }
    .users-list .table .avatar {
        display: none;
    }
    .users-list h3 {
        display: block;
        float: none;
        margin-bottom: 30px;
    }
    .users-list .header input.search {
        margin-bottom: 18px;
    }
    .users-list .header .ui-dropdown {
        float: left;
        margin-left: 0;
    }

    .ui-dropdown .dialog .body .form input[type="text"] {
        margin-top: 10px;
    }

    .ui-dropdown .dialog .body .form a {
        margin-top: 10px;
        margin-left: 18px;
    }
}

#main-stats .stat {
    border-bottom: 1px solid #e8e9ee;
}

.text-fatal {
    color: #450605;
}

.vidverto {
    background: url("../img/logo_icon_vidverto.png");
    width: 25px;
    height: 19px;
    position: inherit;
    margin-top: -24px;
    display: inline-block;
}

.vidverto-inlist {
    background: url("../img/logo_icon_vidverto.png");
    width: 25px;
    height: 24px;
    position: inherit;
    display: inline-block;
    margin-top: -24px;
}

.invamia {
    background: url("../img/logo_icon_invamia.png");
    width: 25px;
    height: 20px;
    position: inherit;
    margin-top: -24px;
    display: inline-block;
}

.invamia-inlist {
    background: url("../img/logo_icon_invamia.png");
    width: 25px;
    height: 24px;
    position: inherit;
    display: inline-block;
    margin-top: -24px;
}

.mediawayss {
    background: url("../img/logo_icon_mediawayss.png");
    width: 25px;
    height: 20px;
    position: inherit;
    margin-top: -24px;
    display: inline-block;
}

.mediawayss-inlist {
    background: url("../img/logo_icon_mediawayss.png");
    width: 25px;
    height: 24px;
    position: inherit;
    display: inline-block;
    margin-top: -24px;
}

.block_popover {
    cursor: pointer;
    color: #497DDD;
}

.popover {
    max-width: 900px;
}

.media-body .author {
    display: inline-block;
    color: #000;
    font-weight: 700;
}

.media-body .metadata {
    display: inline-block;
    margin-left: .5rem;
    color: #777;
}

.media-text {
    margin-bottom: 0.25rem;
    margin-top: 6px;
}

.size {
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    max-width: 200px;
}

.size:hover {
    background: #f0f0f0;
    white-space: normal;
}

.user-button-list {
    max-width: 350px;
}

.user-button-list span {
    display: inline-block;
}

.kv-grid-container {
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
}