html {
    /*     font-size: 100%; */
}

body {
    font-size: 0.875rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    color: #383838;
}


/* TYPO */
a {
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

.alert {

    border-radius: 0;
}

/* BUTTONS */
.btn {
    border-radius: 0;
}

.btn-link {
    color: #333;
}

.btn-link:hover, .btn-link:focus, .btn-link:active {
    color: #333;
}

.btn i + span {
    padding-left: .5rem
}

/* INPUTS */

.form-control::-webkit-input-placeholder {
    color: #bbb
}

::-webkit-input-placeholder {
    color: #bbb
}

.form-control::-moz-placeholder {
    color: #bbb
}

::-moz-placeholder {
    color: #bbb
}

.form-control:-ms-input-placeholder {
    color: #bbb
}

:-ms-input-placeholder {
    color: #bbb
}

.form-control:-moz-placeholder {
    color: #bbb
}

:-moz-placeholder {
    color: #bbb
}

.form-control {
    font-size: 0.875rem;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

.form-subgroup + .form-subgroup {
    margin-top: 3rem;
}

.check-group {
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0;
    margin-bottom: 1rem;
}

.table-layout-fixed {
    table-layout: fixed;
}

/* ICONS */

.icon-blue i {
    color: #fff;
    background: #0084ff !important;
}

.icon-red i {
    color: #fff;
    background: #dc3545 !important;
}

.icon-yellow i {
    color: #fff;
    background: #ffc107 !important;
}

.icon-green i {
    color: #fff;
    background: #28a745 !important;
}

.icon-purple i {
    color: #fff;
    background: #886cff !important;
}

/* PACE */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #dc3545;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

/* SCROLLBARS */

::-webkit-scrollbar {
    width: .5rem;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #d2d2d2;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* TITLES */

.display-subtitle {
    position: relative;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.display-subtitle span {
    background: #f5f5f5;
    z-index: 1;
    position: relative;
    padding-right: 1rem;
}

.display-subtitle:after {
    content: '';
    background: rgba(0, 0, 0, 0.125);
    width: 100%;
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 0;
}

/* DASHBOARD */

.d-progress-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-progress-label {
    display: flex;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    color: #000;
    font-size: 0.75rem;
    padding: 0 0.25rem 0 0;
    flex-flow: row-reverse;
}

.d-progress {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    border-radius: 0;
}

.d-progress .progress-bar {
    background-color: #ffc107;
    border-radius: 0;
    transition: 1s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.progress-limits {
    width: 60%;
    float: right;
    height: 20px;
    pointer-events: none;
}

.progress-limits-lines, .progress-limits-rates {
    position: relative;
    height: 7px;
}

.progress-limits-lines span {
    display: block;
    height: 7px;
    width: 1px;
    background: #e1e1e1;
    position: absolute;
}

.progress-limits-lines span:nth-child(0) {
    right: 100%
}

.progress-limits-lines span:nth-child(1) {
    right: 75%
}

.progress-limits-lines span:nth-child(2) {
    right: 50%
}

.progress-limits-lines span:nth-child(3) {
    right: 25%
}

.progress-limits-lines span:nth-child(4) {
    right: 0%
}

.progress-limits-rates span {
    display: block;
    height: 7px;
    width: 1rem;
    position: absolute;
    font-size: 0.625rem;
    color: #adadad;
    white-space: nowrap;
}

.progress-limits-rates span:nth-child(1) {
    left: 0;
    text-align: left;
}

.progress-limits-rates span:nth-child(2) {
    right: 50%;
    transform: translateX(50%);
    text-align: center;
}

.progress-limits-rates span:nth-child(3) {
    right: 0%
}

.d-progress .success.progress-bar {
    background-color: #28a745;
}

.d-progress .warning.progress-bar {
    background-color: #ffc107;
}

.d-progress .danger.progress-bar {
    background-color: #dc3545;
}


/* .d-progress .progress-bar {
    height: 2px;
    background-color: #000 !important;
}
.d-progress.progress {
    height: 2px;
    margin-top: 7px;
} */


/* HEADER */

#header {
    -webkit-box-shadow: 0 0.125rem 0.0625rem rgba(0, 0, 0, .15);
    background-color: #fff;
    box-shadow: 0 0.125rem 0.0625rem rgba(0, 0, 0, .15);
    height: 4rem;
    left: 0;
    padding: 0 1.625rem;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 999;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.h-logo-link {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    color: #383838;
}

.h-logo-link:hover, .h-logo-link:focus, .h-logo-link:active {
    color: #000;
    text-decoration: none;
}

.h-view-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    white-space: nowrap;
}

.h-top_bar-right {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    padding-left: 2.5rem;
}

.h-logo-img {
    height: 3.8rem;
    margin-right: 0.8rem;
    z-index: 2;
}

.h-top-divider {
    border-right: 0.1rem solid #e0e0e0;
    height: 2rem;
    margin: 0 1rem 0 0;
}

.h-top-dropdown a i {
    font-size: 1.25rem;
    line-height: 2rem;
}

.h-top-dropdown a {
    color: #383838;
}

.h-top-dropdown a:hover {
    color: #000;
}


/* ASIDE */

.main-nav {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-shadow: 0.125rem 0 0.0625rem rgba(0, 0, 0, .15);
    -webkit-transition: width .15s;
    background-color: #fff;
    box-shadow: 0.125rem 0 0.0625rem rgba(0, 0, 0, .15);
    color: #383838;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: calc(100% - 4rem);
    left: 0;
    margin-top: 4rem;
    overflow: scroll;
    position: fixed;
    top: 0;
    transition: width .15s;
    width: 4rem;
    z-index: 1040;
}
.main-nav::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.main-nav > ul > li .sub_block {
    display: none;
}

.main-nav > ul > li {
    width: 100%;
    position: relative;
    height: 2.8rem;
}

.main-nav__link {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #383838;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 2.8rem;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.main-nav > ul > li.submenu-open .main-nav__link,
.main-nav > ul > li:hover .main-nav__link {
    background: #eeeeee;
    color: #333;
    cursor: pointer;
}

.main-nav > ul > li:hover .main-nav__link:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0.5rem;
    background: rgba(220, 53, 69, 1);
    left: 0;
    top: 0;
}

.main-nav__text {
    -webkit-transition: opacity .15s;
    opacity: 0;
    margin-right: 2rem;
    white-space: nowrap;
    transition: opacity .15s;
    visibility: hidden;
}

.main-nav__icon {
    white-space: nowrap;
    line-height: 1;
    text-align: center;
}

.main-nav__link i {
    font-size: 1.25rem;
    width: 4rem;
}

.main-nav.pinned, .main-nav:hover {
    width: 18rem;
    /*max-width: fit-content;*/
}

.main-nav.pinned .main-nav__text, .main-nav:hover .main-nav__text {
    opacity: 1;
    visibility: visible;
}

.main-nav__bottom {
    border-top: 0.0625rem solid #e0e0e0;
    margin-top: auto;
}

.main-nav__bottom a.main-nav__pin {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    color: #383838;
    justify-content: center;
    z-index: 1;
}

.main-nav .main-nav__pin i {
    -webkit-transition: transform .15s;
    transition: transform .15s;
    width: auto;
}

.main-nav.pinned .main-nav__pin i {
    transform: rotate(90deg);
}


/* CONTENT */

.main-content {
    padding-left: 4rem;
    transition: padding .15s;
}

.has-top-bar {
    padding-top: 4rem;
}

.aside--pinned .has-top-bar {
    padding-left: 18rem;
}

.content {
    background-color: var(--color-background);
    display: grid;
    grid-column-gap: 2rem;
    grid-template-areas: ". page-content .";
    grid-template-columns: auto minmax(1px, 100%) auto;
    min-height: calc(100vh - 4rem);
    max-width: 110rem;
    margin: 0 auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.wrapper {
    grid-area: page-content;
}


/* MINI SIDEBAR */

.mini-sidebar {
    max-width: max-content;
    max-width: -moz-max-content;
    margin-right: 1rem;
}

.mini-sidebar ul + ul {
    margin-top: 2rem;
}

.mini-sidebar ul li .nav-link {
    color: #666666;
    padding: 0;
    line-height: 1.875rem;
}

.mini-sidebar ul li .nav-title {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    padding-bottom: 0.375rem;
    display: block;
}

.mini-sidebar ul li .nav-link:hover,
.mini-sidebar ul li .nav-link:focus,
.mini-sidebar ul li .nav-link:active {
    color: #dc3545;
}

.mini-sidebar ul li .nav-link.active {
    color: #dc3545;
    font-weight: 700;
}

@media (min-width: 1451px) {
    .main-col.with-mini-sidebar {
        max-width: 85%;
    }

    .mini-sidebar {
        min-width: calc(15% - 1rem);
    }
}


/* DROPDOWNS */
.dropdown-item {
    padding: 0.1875rem 1rem;
}

.dropdown-menu {
    font-size: 0.9375rem;
    border-radius: 0;
    margin-top: 0;
}

.dropdown-sm .dropdown-menu {
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    min-width: 8rem;
    border-radius: 0;
}

.dropdown-sm .dropdown-item {
    padding: 0.1875rem 0.8125rem;
    font-size: 0.8125rem;
}

.btn-link.table-toggle {
    text-decoration: none;
    padding: 0;
}

.dropdown-toggle.table-toggle:before {
    content: "\f141";
    font-family: "Font Awesome 5 Pro";
    border: 0 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
}

.sub_row .table-toggle:after {
    content: "\f107";
    border: 0;
}

table.dataTable.table-sm > thead > tr > th:last-child {
    padding-right: 0;
}
table.dataTable.table-sm>thead>tr>th.sorting_disabled {
    padding-right: 0.3rem;
}

table .dropdown-menu {
    border-color: #a1a1a1;
    background-color: #e2e2e2;
}


/* LOGIN */

.loginBody {
    height: 100%;
}

.login-slider .h-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 9;
    pointer-events: none;
}

.login-slider span.h-top-divider {
    border-color: #fff;
}

.login-slider span.h-view-name {
    color: #fff;
}

.login-slider img.h-logo-img {
    height: 2.1rem;
}

.public_wrap {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#publicSlider {
    position: relative;
    /* pointer-events: none; */
}

#publicSlider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 10;
}

#publicSlider .swiper-wrapper {
    height: 100% !important;
}

#publicSlider .swiper-slide {
    height: 100%;
}

#publicSlider .swiper-slide-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.public_form_wrap {
    padding: 2rem;
    background: #fff;
}

.public_form_logo {
    padding: 0 1.5rem 0 1.5rem;
    background: #f5f5f5;
    margin-bottom: 1.5rem;
    clear: both;
}

.public_form_logo img {
    height: 12.4rem;
    margin-right: 0;
}

form#login {
    max-width: 28rem;
    min-width: 28rem;
    position: relative;
}

form#login h3 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.0625rem;
}

form#login label {
    font-weight: bold;
}

form#login .input-group-text {
    border-radius: 0;
    background-color: #c2c2c2;
    border-color: #c2c2c2;
}

form#login .separator {
    border-top: solid 1px #c2c2c2;
    width: 100%;
    margin: 1.5rem 0 0.5rem 0;
    height: 2px;
}

form#login p {
    font-size: 0.75rem;
    margin: 0;
}

form#login a {
    font-size: 0.75rem;
    color: #dc3545;
}

form#login a:hover {
    color: #dc3545;
    text-decoration: underline;
}

form#login .btn-danger {
    padding: 0.5625rem 0.75rem;
}

.copyrights {
    font-size: 0.75rem;
    text-align: center;
    color: #666666;
}

.copyrights a {
    color: #666666;
}

.copyrights a:hover {
    color: #666666;
    text-decoration: underline;
}

.copyrights p {
    margin: 0;
}

.copyrights p + ul {
    margin-top: 0.25rem;
}

.copyrights ul li {
    display: inline;
}

.copyrights ul li + li {
    margin-left: 1rem;
    line-height: 1.5rem;
}


/* CARDS */
.card,
.card-default,
.card-img-top {
    border-radius: 0;
}

.card-default + .card-default {
    margin-top: 3rem;
}

.card-default .card-header {
    padding: 1rem 2rem;
    background: none;
    border-radius: 0;
}

.card-default .card-footer {
    padding: 1rem 2rem;
    background: none;
    border-radius: 0;
}

.card-default .card-body {
    padding: 2rem;
}

.card-default .card-header .card-title {
    float: left;
    margin: 1px 0 0 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem;
}

.card-default .card-header .card-link {
    color: #000;
    line-height: 1.5rem;
    font-size: 0.75rem;
}

.card-default .card-header .card-link:hover {
    color: #dc3545;
}

.card-default .card-actions .btn {
    line-height: 2rem;
    border-radius: 0;
    padding: 0 0.5rem;
    font-size: 0.8125rem;
}

.card-default .card-actions .btn i {
    width: 1rem;
    text-align: center;
}

.card-default .card-subtitle {
    position: relative;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.card-default .card-subtitle span {
    background: #fff;
    z-index: 1;
    position: relative;
    padding-right: 1rem;
}

.card-default .card-subtitle:after {
    content: '';
    background: rgba(0, 0, 0, 0.125);
    width: 100%;
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 0;
}

.card-default .card-pretext {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-default .card-body label {
    font-weight: bold;
}

.card-default .card-body .form-check-label {
    font-weight: normal;
}


.card-sm.card-default .card-header .card-title {
    line-height: 1.5rem;
}

.card-sm.card-default .card-header {
    padding: .5rem 1rem;
}

.card-sm.card-default .card-body {
    padding: 1rem;
}

.card-movie {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
}

.card-number {
    min-height: 10rem;
    text-align: center;
    margin-bottom: 1.5rem;
    border-radius: 0;
}

.card-number .card-header {
    border-radius: 0;
    background: none;
    border: 0;
    padding: 1.5rem 0 1.5rem 0;
}

.card-number .card-header i {
    font-size: 1.375rem;
    background: rgba(0, 0, 0, 0.125);
    border-radius: 50%;
    padding: 0rem;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    margin: 0;
}

.card-number .card-body {
    padding: 0rem 1rem 1.5rem 1rem;
}

.card-number .card-big-number {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    height: 2rem;
    white-space: nowrap;
}

.card-number .card-number-text {
    color: #999;
}


.card-episode-subgroup {
    padding: 2rem 0 0 0;
    border: solid 1px rgba(0, 0, 0, 0.125);
}

.card-episode-subgroup .card-subtitle {
    margin-left: 2rem;
}

.card-episode {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: solid 1px rgba(0, 0, 0, 0.125);
    padding: 0.5rem 0;
    background: #fff;
    line-height: 1.5rem;
}

.card-episode:not(.card-episode-head):hover {
    background: rgba(0, 0, 0, 0.05);
    cursor: grab;
}

.card-episode:last-child {
    border-bottom: 0;
}

.card-episode .action-box a {
    width: 1.5rem;
    display: inline-block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-align: center;
    position: relative;
}

.card-episode .action-box a:hover {
    color: #dc3545;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.ui-state-highlight {
    height: 2.25rem;
    border: dashed 2px #efefef;
    background: rgba(0, 0, 0, 0.125);
}

.ui-sortable-helper {
    background: #efefef;
}

.col-auto input[type="radio"],
.col-auto input[type="checkbox"] {
    margin-top: 5px;
}

#clear_quicksearch {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    width: 2rem;
    text-align: center;
    cursor: pointer;
    color: #333;
    display: none;
}

#quicksearch.active + #clear_quicksearch {
    display: block;
}

#clear_quicksearch:hover {
    color: #dc3545;
}

#clear_quicksearch:after {
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
}


.card-over {
    background: #333333;
    color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    padding: 0.875rem;
}

.card-over h3 {
    margin: 0;
    font-size: 1.125rem;
}


/* MOVIE AJAX BOX */

.tooltipster-sidetip.tooltipster-noir .tooltipster-content {
    padding: 0;
}

.movie_box {
    max-width: 35rem;
    float: left;
    padding: 0.5rem;
}

.movie_box_head {
    border: solid 1px #dee2e6;
    padding: .5rem .5rem;
}

.movie_box_head h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.movie_box_middle {
    float: left;
    width: 100%;
    border: solid 1px #dee2e6;
    border-top: 0;
}

.movie_box_image {
    float: left;
    padding: .5rem;
    border-right: solid 1px #dee2e6;
    width: 10rem;
    display: flex;
}

.movie_box_text {
    float: left;
    padding: .5rem;
    width: calc(100% - 10rem);
}

.movie_box_middle_wrap {
    display: flex;
}

.movie_box_image img {
    max-width: 100%;
    display: block;
    height: fit-content;
}

.movie_box_plot {
    float: left;
    width: 100%;
    padding: .5rem;
    border: solid 1px #dee2e6;
    border-top: 0;
}

.movie_box_row {
    float: left;
    width: 100%;
    margin-bottom: 0.5rem;
}

.movie_box_row .title {
    width: 8rem;
    display: block;
    float: left;
    font-size: 0.8125rem;
    font-weight: 600;
}

.movie_box_row .data {
    width: calc(100% - 8rem);
    display: block;
    float: left;
    font-size: 0.8125rem;
}

.movie_box_plot span.title {
    display: block;
    font-weight: 600;
    margin-bottom: .4rem;
    font-size: 0.8125rem;
}

.movie_box_plot span.data {
    font-size: 0.8125rem;
}


.server-stat-list dt,
.server-stat-list dd {
    font-size: 0.75rem;
    line-height: 0.875rem;
    white-space: nowrap;
}

.server-stat-list dl {
    margin-bottom: 0;
}

.amcharts-chart-div > a {
    display: none !important;
}

.amcharts-balloon-div > div {
    font-size: 0.625rem !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}


/* STREAM TABLE */
#stream_table_head,
#stream_table,
#stream_table table {
    table-layout: fixed !important;
}

#stream_table_head {
    margin: 0;
    /*width: auto !important;*/
}

#stream_table_head thead tr th {
    border: 0;
    background: #cecece;
    border-bottom: solid 0.25rem #b3b3b3;
    line-height: 2rem;
    font-size: 0.8125rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#stream_table thead {
    /* display: none; */
}

#stream_table {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    /*width: auto !important;*/
}

#stream_table tbody .odd,
#stream_table tbody .even {
    background: #efefef;
}

#stream_table tbody td input {
    width: 100%;
}

#stream_table tbody .odd.shown + tr > td {
    padding: 0;
}









@media(min-width:1100px){
    #stream_table tbody > tr > td,
    #stream_table thead > tr > th,
    #stream_table_head thead > tr > th,
    #stream_table tbody > tr > td {
        width: 60px;
        min-width: 60px;
        max-width: 60px;
        text-align: center !important;
        box-sizing: border-box;
    }
    #stream_table tbody > tr > td:nth-child(1),
    #stream_table_head thead > tr > th:nth-child(1),
    #stream_table thead > tr > th:nth-child(1),
    #stream_table tbody > tr > td:nth-child(1) {
        width: 30px;
        min-width: 30px;
        max-width: 30px;
        text-align: center !important;
        box-sizing: border-box;
    }
    #stream_table tbody > tr > td:nth-child(2),
    #stream_table_head thead > tr > th:nth-child(2),
    #stream_table thead > tr > th:nth-child(2),
    #stream_table tbody > tr > td:nth-child(2) {
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        text-align: center !important;
        box-sizing: border-box;
    }
    #stream_table tbody > tr > td:nth-child(3),
    #stream_table_head thead > tr > th:nth-child(3),
    #stream_table thead > tr > th:nth-child(3),
    #stream_table tbody > tr > td:nth-child(3) {
        width: 280px;
        min-width: 280px;
        max-width: 280px;
        text-align: left !important;
        box-sizing: border-box;
    }
    #stream_table tbody > tr > td:nth-child(4),
    #stream_table_head thead > tr > th:nth-child(4),
    #stream_table thead > tr > th:nth-child(4),
    #stream_table tbody > tr > td:nth-child(4) {
        width: 120px;
        min-width: 120px;
        max-width: 120px;
        text-align: left !important;
        box-sizing: border-box;
    }
    #stream_table tbody > tr > td:nth-child(11),
    #stream_table_head thead > tr > th:nth-child(11),
    #stream_table thead > tr > th:nth-child(11),
    #stream_table tbody > tr > td:nth-child(11) {
        width: 30px;
        min-width: 30px;
        max-width: 30px;
        text-align: center !important;
        box-sizing: border-box;
    }
}




#stream_table .text-success,
#stream_table .text-danger,
#stream_table .text-warning {
    font-size: 0.75rem;
}

/* MANAGE STREAM TABLE */
#manage_streams .action-box {
    white-space: nowrap;
}

#manage_streams .action-box a {
    width: 1.5rem;
    display: inline-block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-align: center;
    position: relative;
    font-size: 0.875rem;
}

#manage_streams .action-box a:hover {
    color: #dc3545;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}


/* TABLES */
.table-sm,
.dataTables_wrapper {
    font-size: 0.8125rem;
}

.table-sm thead th {
    border-bottom: 0.0625rem solid #dee2e6;
    border-top: 0;
    font-size: 0.75rem;
}

.table-sm thead tr .sorting_disabled:before, .table-sm thead tr .sorting_disabled:after {
    display: none;
}

table.dataTable.table-sm > thead > tr > th.text-center:first-child {
    padding-right: 0.3rem;
}

table.dataTable.table-sm > thead > tr > th.checkbox_inside:before,
table.dataTable.table-sm > thead > tr > th.checkbox_inside:after {
    display: none;
}

.table-sm .con_info,
.table-sm .small {
    font-size: 0.625rem;
    line-height: 0.625rem;
    display: inline-block;
    font-weight: 500;
}

.dataTable.table-sm td {
    vertical-align: middle;
}

.dataTable.table-sm tr:hover td {
    background: #efefef;
}

#stream_table.dataTable.table-sm tr:hover td {
    background: none;
}

#stream_table.dataTable.table-sm .table-sm tr:hover td {
    background: #efefef;
}

.main-col .dataTables_wrapper div.dataTables_processing {
    position: fixed;
    right: 1rem;
    left: unset;
    bottom: 1rem;
    top: unset;
    margin: 0 !important;
    width: 20rem;
    max-width: 100%;
    height: 1.5rem;
    display: block;
    z-index: 9999;
    background: #dc3545;
    color: #fff;
    line-height: 1.5rem;
    padding: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
}

.main-col table.dataTable {
    margin-bottom: 2rem !important;
}

.main-col table.dataTable.nowrap {
    margin-bottom: 0rem !important;
}

.con_info {
    font-size: 0.625rem;
    line-height: 0.625rem;
    display: inline-block;
    margin: 0;
}

.con_info-img {
    display: block;
    float: left;
    padding-top: 0.25rem;
    width: 16px;
}

.con_info-text {
    text-align: left;
    padding: .25rem 0 0 0.25rem;
    display: block;
    float: left;
    width: calc(100% - 16px);
    max-width: 10rem;
    white-space: normal;
}

.bullet {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #dc3545;
    display: inline-block;
}

.bullet.active {
    background: #5dc560;
}

.bullet.standby {
    background: #ff9900;
}

.bullet.stopped {
    background: #bfbfbf;
}


.bullet.disable {
    background: #dc3545;
}

.check {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    color: #dc3545;
    display: inline-block;
}

.check:after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
}

.check-yes {
    color: #5dc560;
}

.check-yes:after {
    content: '\f00c';
}

.check-no {
    color: #dc3545;
}

.check-no:after {
    content: '\f00d';
}

.shown .details-control {
    background-color: #cecece !important;
    border-color: #cecece !important;
    font-size: 0.875rem;
    line-height: 1;
}

.shown .details-control i:before {
    content: '\f146';
}

.empty .details-control i:before {
    content: '';
}


.manage_lines_table {
    font-size: .75rem;
}

.table-inputs .form-control-sm {
    line-height: 1.5rem;
    height: 1.5rem;
}

.table-log {
    font-size: 0.75rem;
}

.table-log .bg-danger,
.table-log .bg-success {
    color: #fff;
    font-weight: bold;
}

.dataTable.table-log .table-danger,
.dataTable.table-log tr:hover .table-danger {
    background: #dc3545;
    color: #fff;
    font-weight: bold;
}

.dataTable.table-log .table-success,
.dataTable.table-log tr:hover .table-success {
    background-color: #28a745;
    color: #fff;
    font-weight: bold;
}
.dataTable.table-log > thead > tr > th {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* SERVER INFO */
.server-card dd {
    text-align: right;
}

.progress-ring__circle {
    transition: 0.35s stroke-dashoffset;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke: #dc3545;
    z-index: 2;
    position: relative;
}

.progress-ring__bg {
    transition: 0.35s stroke-dashoffset;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke: #dadada;
    position: relative;
    z-index: 1;
}

.gauges_wrap {
    margin-bottom: 1rem;
}

.gauges_wrap svg.progress-ring {
    float: left;
    margin-right: 1rem;
}

.gauges_wrap .ring-label {
    font-weight: bold;
}


/* PAGINATION */

.page-link {
    color: #000;
    background-color: #fff;
    border: 0.0625rem solid #dee2e6;
    border-radius: 0;
    margin: 0 0.125rem;
    padding: 0.375rem 0.75rem;
}

.page-link:hover,
.page-link:focus,
.page-link:active {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}


/* SERVER CHART */
.jOrgChart .line {
    height: 20px;
    width: 4px;
}

.jOrgChart .down {
    background-color: black;
    margin: 0px auto;
}

.jOrgChart .top {
    border-top: 3px solid black;
}

.jOrgChart .left {
    border-right: 2px solid black;
}

.jOrgChart .right {
    border-left: 2px solid black;
}

.jOrgChart {
}

.orgChart.col-10 {
    overflow-x: auto;
}

.jOrgChart.chart_list {
    margin-top: 2rem;
}

.jOrgChart table {
    margin: 0 auto;
}

.jOrgChart td {
    text-align: center;
    vertical-align: top;
    padding: 0;
}

.jOrgChart .node {
    background-color: #35363B;
    display: inline-block;
    width: 120px;
    font-size: 0.75rem;
    margin: 0 10px;
    padding: 8px;
    cursor: pointer;
    color: #fff;
    position: relative;
    border: solid 2px #ffffff;
}

#chart .jOrgChart .node {
    cursor: move !important;
}

.jOrgChart.chart_list .node {
    margin-bottom: 0.5rem;
    float: right;
}

.jOrgChart.chart_list .node:hover {
    background: #ffc107;
    color: #000;
}

.jOrgChart .node p.delete {
    position: absolute;
    background: #dc3545;
    font-size: 0 !important;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 50%;
    right: -0.75rem;
    top: -0.75rem;
    z-index: 9;
}

.jOrgChart .node p.delete:after {
    content: '\f00d';
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.75rem;
    font-weight: 100;
    line-height: 1.575rem;
    width: 1.5rem;
    height: 1.5rem;
}

.jOrgChart .node.drag-active {
    border: dashed 2px #ffffff !important;
}

.jOrgChart .node.drop-hover {
    background: #ffc107;
    color: #000;
}


/* MOBILE MENU */
.sub_blocks {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    width: calc(100% - 4rem);
    height: 100%;
    left: 100%;
}

.sub_block {
    transition: transform .15s;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
}

.sub_block-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: right;
    padding-right: 1rem;
}

.sub_block-toggle i {
    width: auto;
    line-height: 2.8rem;
    font-size: 1.5rem;
}

.sub_block.active {
    transform: translateX(-100%);
}

.sub_block li.nav-item {
    line-height: 2rem;
    font-weight: 600;
    padding: 0;
    border-bottom: solid 1px #eee;
}

.sub_block li.nav-item span.nav-title,
.sub_block li.nav-item a.nav-link {
    padding: 0 1.5rem;
    display: block;
}

.sub_block li.nav-item span.nav-title {
    background: #e0e0e0;
    font-weight: bold;
}

.mobile .sub_blocks {
    display: block;
}

.mobile .sub_block-toggle {
    display: block;
}

.mobile .sub_block-toggle i {
    opacity: 0;
}

.mobile #aside-menu .main-nav {
    transform: translateX(-100%);
    transition: transform .15s;
    box-shadow: none;
}

.mobile .h-m-toggle {
    display: block !important;
    padding: 1rem;
}

.mobile #header {
    padding-left: 0;
}

.mobile #aside-menu .main-nav.active {
    transform: translateX(0%);
    width: 40%;
    height: 100%;
    max-width: unset;
    z-index: 9999;
    margin: 0;
}

.mobile .main-nav.active .main-nav__text {
    opacity: 1;
    visibility: visible;
}

.mobile ul.main-nav__bottom {
    display: none;
}

.mobile .nav-toggle {
    display: block;
}

.nav-toggle {
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 0.75rem;
    background: #ececec;
    padding: 0 0 0 1rem;
    cursor: pointer;
    display: none;
}

.nav-toggle > div {
    line-height: 2.8rem;
    width: 3rem;
    float: right;
    text-align: center;
    font-size: 1.25rem;
}

body.m-visible {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.m-visible .main-content {
    position: relative;
}

.m-visible .main-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
}


/* MENU TOGGLER */
#openMenu {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 20px;
    height: 14px;
    margin: 10px 0;
    right: 2rem;
    top: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 999;
    cursor: pointer;
}

#openMenu span {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 2px;
    background: #333;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    display: block;
    width: 100%;
}

#openMenu span:nth-child(1) {
    top: 0;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

#openMenu span:nth-child(2), #openMenu span:nth-child(3) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    top: 6px;
}

#openMenu span:nth-child(4) {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s
}

#openMenu span:nth-child(4) {
    transition-delay: .2s;
    bottom: 0
}

.m-visible #openMenu span:nth-child(1),
.m-visible #openMenu span:nth-child(4) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    top: 6px;
}

.m-visible #openMenu span:nth-child(2) {
    transition-delay: .2s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m-visible #openMenu span:nth-child(3) {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

/* TABLELESS */
.table_less {
    font-size: 0.75rem;
}

.table_less-head .col {
    border-bottom: 0.0625rem solid #dee2e6;
    font-weight: bold;
}

.table_less-footer .col {
    border-top: 0.125rem solid #dee2e6;
    font-weight: bold;
}

.table_less .col {
    padding: 0.3rem 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2rem;
}

.table_less-body .col {
    border-top: 1px solid #dee2e6;
}

.table_less-body .col-auto input[type="checkbox"] {
    margin-top: 0.625rem;
}

.table_less-body .action-box a {
    width: 1.5rem;
    display: inline-block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-align: center;
    position: relative;
}

.table_less-body .action-box a:hover {
    color: #dc3545;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.table_less-body .action-box i {
    font-size: 0.875rem;
}


/* MULTISORT DRAG-N-DROP */
.ui-draggable.ui-draggable-dragging > div.multi_drop {
    border-bottom: solid 1px #fff;
    padding: 3px 10px;
    font-size: 0.8125rem;
}

.form-control.ui-droppable.multi-state-hover {
    background: #fff8e4;
    border: dashed 2px #ccc;
}


/* TREE DIALOG */
.ui-dialog.ui-widget.ui-widget-content {
    z-index: 9999;
    border-radius: 0;
    padding: 1rem;
    font-size: 0.875rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #383838;
    background: #fff;
    border: 0;
    box-shadow: 1px 1px 1rem rgba(0, 0, 0, 0.24);
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar {
    border-radius: 0;
    background: #fff;
    color: #383838;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .75rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-title {
    width: 100%;
    margin: 0;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 700;
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar-close {
    font-size: 0;
    padding: 0;
    margin: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    top: .85rem;
    right: 0.5rem;
    border: 0;
    border-radius: 0;
    background: none;
    line-height: 2rem;
    font-family: 'Montserrat', sans-serif;
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar-close:before {
    content: '';
    display: block;
    height: 2px;
    width: 1rem;
    background: #383838;
    position: absolute;
    top: 1rem;
    left: .5rem;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar-close:after {
    content: '';
    display: block;
    height: 2px;
    width: 1rem;
    background: #383838;
    position: absolute;
    top: 1rem;
    left: .5rem;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari and Chrome */
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar-close span {
    display: none;
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane {
    margin: 0;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane button {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
    margin: 0;
    border-radius: 0;
    font-size: 0.8125rem;
    font-family: 'Montserrat', sans-serif;
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane button:hover,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane button:focus,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane button:active {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

#dialog-explorer {
    border: 0;
    padding: 1rem;
    background: #fff;
    color: #383838;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.ui-widget-overlay {
    background-color: #000;
}

.form-group .list_servers {
    background: #eee;
    padding: 1rem 0px;
    margin: 0 0 1rem 0;
}

#bulkSelectContainer{
	display: none;
	position:fixed;
	right: 2%;
	bottom: 3%;
	z-index:2;
	background-color: #cecece;
    padding: 5px;
	
	line-height: 2rem;
    /*border-radius: 0;
    padding: 0 0.5rem;*/
    font-size: 0.8125rem;

}

@media (max-width: 768px) {
	#bulkSelectContainer{
		right: 0;
		bottom: 0;
		width: 100%;
	}
	
	#bulkSelectContainer button{
		width: 31%;
		margin-right: 1%;
	}
	
	.mb-80{
		margin-bottom: 80px;
	}
}

/* MINI SIDEBAR HANDLE */
.mini-sidebar-head {
    display: none;
}

* TABS */
.tabbable .nav-tabs > li > a {
    background-color: #ffffff;
    color: #666666;
    border-radius: 5px !important;
    padding: 0.625rem;
    font-weight: 600;
    border: 0;
}
.tabbable .nav-tabs {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 0;
    padding: 1rem;
    background: #fff;
}
.tabbable .nav-tabs > li {
    margin: 0;
}
.tabbable .nav-tabs > li + li {
    margin-left: 3px;
}
.tabbable .nav-tabs > li > a:hover {
    background-color: #333;
    color: #fff;
    border: 0 !important;
}
.tabbable .nav-tabs > li > a.active {
    background-color: #dc3545;
    border-color: rgba(0, 0, 0, 0.125) !important;
    color: #fff;
}

@media (max-width: 1600px) {
    .server-stat-list .col-sm-12.col-md-8,
    .server-stat-list .col-sm-12.col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .d-progress-label,
    .d-progress.progress {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        flex-flow: row;
    }

    .d-progress.progress {
        margin-bottom: .25rem
    }

    .progress-limits {
        width: 100%;
    }

    .jOrgChart .node {
        width: 80px;
        font-size: 0.625rem;
        margin: 0 10px;
        padding: 8px 4px;
    }
}

@media (max-width: 1450px) {
    .mini-sidebar {
        width: 100%;
        max-width: 100%;
        clear: both;
        float: left;
        margin-bottom: 2rem;
        margin-right: 0;

    }

    .main-col {
        display: block;
        float: left;
        width: 100%;
        max-width: 100%;
        flex-basis: unset;
        flex-grow: unset;
    }

    .mini-sidebar ul.nav {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        background: #fff;
        background-color: #fff;
        background-clip: border-box;
        margin: 0;
        padding: 2rem 1rem;
    }

    .mini-sidebar-head {
        margin: 1px 0 0 0;
        padding: 1rem 2rem;
        background: none;
        border-radius: 0;
        float: left;
        width: 100%;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-bottom: 0;
        display: block;
    }

    .mini-sidebar-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        padding: 0rem 1rem;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        align-content: center;
    }

    .mini-sidebar ul.nav + ul {
        border-left: 1px solid rgba(0, 0, 0, 0.125);
    }

    .mini-sidebar-head .actions {
        float: right;
        line-height: 1.5rem;
    }

    .mini-sidebar-head h5 {
        float: left;
        margin: 0;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5rem;
    }

    .mini-sidebar.hide_it .mini-sidebar-wrap {
        display: none;
    }

    .mini-sidebar.hide_it .mini-sidebar-head {
        border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    }

    .mini-sidebar.hide_it .mini-sidebar-head .actions .fa-minus:before {
        content: '\f067';
    }
}

@media (max-width: 1300px) {
    .d-progress-wrap {
        margin-bottom: 0.5rem;
    }

    .d-progress-label {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        flex-flow: row;
    }

    .d-progress {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .progress-limits {
        width: 100%;
    }

    .d-progress-wrap:first-child {
        margin-top: 1rem;
    }

    .server-stat-list,
    .server-stat-chart {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 1rem 0;
    }

}

@media (max-width: 1100px) {
    .aside--pinned .has-top-bar,
    .main-content {
        padding-left: 0;
    }

    #aside-menu .main-nav {
        transform: translateX(-100%);
        transition: transform .15s;
        box-shadow: none;
    }

    #aside-menu .main-nav.active {
        transform: translateX(0%);
        width: 40%;
        max-width: unset;
        z-index: 9999;
        margin: 0;
        height: 100%;
    }

    .main-nav.active .main-nav__text {
        opacity: 1;
        visibility: visible;
    }

    ul.main-nav__bottom {
        display: none;
    }

    .content {
        overflow: hidden;
        grid-column-gap: 1rem;
    }

    .main-nav__link {
        border-bottom: solid 1px #eee;
    }

    .nav-toggle {
        display: block;
    }

    .card-default .card-header,
    .card-default .card-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mini-sidebar-head {
        padding: 1rem;
    }

    .mini-sidebar .nav-toggle {
        display: none;
    }

    .mini-sidebar {
        margin-bottom: 1rem;
    }
}


@media (max-width: 993px) {
    .h-logo-link span.h-top-divider,
    .h-logo-link span.h-view-name {
        display: none;
    }

    #header {
        padding-left: 0;
    }

    .h-m-toggle {
        display: block !important;
        padding: 1rem;
    }

    table.dataTable,
    table.dataTable tbody,
    table.dataTable th,
    table.dataTable td,
    table.dataTable tr {
        display: block;
    }

    table.dataTable thead th {
        width: 50% !important;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #dadada;
        border-bottom: 0.0625rem solid #cccccc;
        text-align: left !important;
    }

    table.dataTable thead,
    table.dataTable tfoot {
        display: none;
    }

    table.dataTable tr {
        clear: both;
        width: 100%;
        margin: 0 0 30px 0;
        float: left;
        border-bottom: 0.125rem solid #cccccc;
    }

    table.dataTable tbody td {
        width: 50% !important;
        min-height: 30px;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left !important;
    }

    table.dataTable tbody td:before {
        width: 40%;
        content: attr(data-title);
        display: block;
        float: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0 10px 0 0;
        font-style: italic;
        font-size: 12px;
        text-align: left;
    }

    .dataTable.table-sm tr:hover td {
        background: none;
    }

    .content div.dataTables_wrapper div.dataTables_length,
    .content div.dataTables_wrapper div.dataTables_filter,
    .content div.dataTables_wrapper div.dataTables_info,
    .content div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
        margin: 0 0 10px 0;
    }

    .content div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        white-space: normal;
        display: block;
    }

    .content div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
        display: inline-block;
        margin: 0 0 8px 0;
    }


    .manage_stream #stream_table tbody > tr {
        display: block;
        margin-top: 0 !important;
    }

    .manage_stream #stream_table tbody > tr.odd,
    .manage_stream #stream_table tbody > tr.even {
        padding: .5rem 1rem;
    }
    
    .manage_stream #stream_table tbody > tr.shown {
        margin-bottom: 0;
        padding: .5rem 1rem;
    }
    
    .manage_stream #stream_table tbody > tr.odd > td,
    .manage_stream #stream_table tbody > tr.even > td,
    .manage_stream #stream_table tbody > tr.shown > td {
        padding: 0.3rem !important;
        line-height: 1.5rem;
        text-align: right !important;
    }
    
    .manage_stream #stream_table tbody > tr.shown > td.details-control {
        display: none;
    }
    
    .manage_stream #stream_table tbody > tr.odd > td:nth-child(2),
    .manage_stream #stream_table tbody > tr.even > td:nth-child(2),
    .manage_stream #stream_table tbody > tr.shown > td:nth-child(2) {
        border: 0;
    }

    .manage_stream #stream_table tbody > tr > td {
        display: block;
        width: 100% !important;
        padding: 0 !important;
    }

    .manage_stream #stream_table table {
        padding: 1rem;
        display: block;
        border: 1px solid #dee2e6;
        float: left;
        width: 100%;
    }

    .manage_stream #stream_table table > tbody > tr {
        width: 100%;
        border: 0.125rem solid #cccccc;
    }

    .manage_stream #stream_table table > tbody > tr > td {
        width: 100% !important;
        padding: 0.3rem !important;
        border-top: 1px solid #dee2e6;
    }

    .manage_stream #stream_table.dataTable.table-sm .table-sm tr:hover td {
        background: none;
    }

    .manage_stream table#stream_table_head {
        display: none;
    }

    .manage_stream #stream_table table > tbody > tr:last-child {
        margin-bottom: 0;
    }

    .manage_stream #stream_table tbody > tr.shown > td:nth-child(4):before {
        content: 'Actions';
    }

    .manage_stream #stream_table tbody > tr.shown > td:before {
        width: auto;
    }

    .content div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        clear: both;
        text-align: center;
    }

    #manage_streams_info,
    #stream_table_info {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .content div.dataTables_wrapper div.dataTables_length {
        width: 100%;
        text-align: center;
    }

    .dataTables_wrapper > div > .float-left {
        width: 100%;
        float: none !important;
        clear: both;
        text-align: center;
    }

    form#login {
        max-width: 100%;
        min-width: unset;
        width: 100%;
        padding-left: .5rem;
        padding-right: .5rem;
    }

    form#login h3 {
        font-size: 1.2rem;
        letter-spacing: 0;
    }

    .copyrights ul {
        display: none;
    }

    .copyrights .col-12 {
        text-align: center !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .public_wrap {
        overflow: visible;
    }

    .mini-sidebar {
        display: none;
    }

    .orgChart.col-10 {
        width: calc(100% - 60px);
    }

    .jOrgChart.chart_list {
        width: 60px;
        padding: 0;
    }

    .jOrgChart.chart_list .node {
        width: 60px;
        font-size: 0.625rem;
        margin: 0;
    }

    .jOrgChart .node {
        width: 60px;
        font-size: 0.625rem;
        margin: 0 5px;
        padding: 4px 4px;
    }
}

@media (max-width: 640px) {
    .loginBody {
        background: #fff;
    }

    .public_wrap .cover-container {
        background: #fff;
    }

    .public_form_logo {
        background: none;
        padding: 1.5rem 0;
    }

    .public_form_logo img {
        height: 2.1rem;
    }

    .public_form_wrap {
        padding: 0;
    }

    form#login h3 {
        margin-bottom: 2rem;
    }

    .copyrights {
        margin-top: 2rem;
    }
}

@media (max-width: 576px) {
    .mobile #aside-menu .main-nav.active,
    #aside-menu .main-nav.active {
        width: 80%;
    }

    table.dataTable thead th,
    table.dataTable tbody td {
        width: 100% !important;
        text-align: right !important;
    }
}

.chat_row {
    background: #dedede;
    margin-bottom: 2rem;
    padding: 1rem 1rem;
    border-radius: 1rem 1rem 1rem 0rem;
}

.chat_row-me {
    float: right;
    background: rgb(116, 173, 208);
    color: #fff;
    border-radius: 1rem 0 1rem 1rem;
}

.chat_row-you {
    float: left;
}

.chat_row-message {
    max-width: 40vw;
    margin: 0 0 0.5rem 0;
}

.chat_row-date {
    text-align: right;
    font-size: 0.625rem;
    letter-spacing: 0.02rem;
}

@media (max-width: 1100px) {
    .chat_row-message {
        max-width: 60vw;
    }
}

@media (max-width: 600px) {
    .chat_row-message {
        max-width: unset;
    }

    .chat_row {
        max-width: 90%;
    }
}



/* MOBILE OVERIDE */
@media (min-width: 992px){
    .mobile .main_block > .nav-toggle {
        display: none;
    }
    .sub_block li.nav-item {
        line-height: 1.75rem;
    }
    .sub_block li.nav-item span.nav-title {
        padding: 0 1.125rem;
    }
    .sub_block li.nav-item a.nav-link{
        font-size: 0.8125rem;
        padding: 0 1.125rem;
    }
    .sub_block li.nav-item span.nav-title {
        line-height: 1.75rem;
    }
    .mobile .sub_blocks {
        height: calc(100% - 5rem);
    }
    .mobile ul.main-nav__bottom {
        display: block;
    }
    .mobile .sub_block-toggle {
        cursor: pointer;
    }
}


/* EDIT BOUQUETS */
/* max-height - the only parameter in this file that needs to be edited.
    * Change it to suit your needs. The rest is recommended to leave as is.
    */
.clusterize-scroll {
    max-height: 200px;
    overflow: auto;
}

/**
 * Avoid vertical margins for extra tags
 * Necessary for correct calculations when rows have nonzero vertical margins
 */
.clusterize-extra-row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* By default extra tag .clusterize-keep-parity added to keep parity of rows.
 * Useful when used :nth-child(even/odd)
 */
.clusterize-extra-row.clusterize-keep-parity {
    display: none;
}

/* During initialization clusterize adds tabindex to force the browser to keep focus
 * on the scrolling list, see issue #11
 * Outline removes default browser's borders for focused elements.
 */
.clusterize-content {
    outline: 0;
    counter-reset: clusterize-counter;
}

/* Centering message that appears when no data provided
 */
.clusterize-no-data td {
    text-align: center;
}

#scrollingArea {
    /*overflow-y: scroll !important;*/
}

#search.form-control[size], #search.form-control[multiple],
#search_to.form-control[size], #search_to.form-control[multiple]{
    max-height: 400px !important;
    /*overflow-x: scroll;*/
}


@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    margin: 0 4px;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.loadingTable{
    opacity: 0.3;
}

.categoriesCheckboxes{
    text-align: center;
}

@media (max-width: 993px){
    .categoriesCheckboxes{
        text-align: left;
        margin-left: 0;
    }

    .bouquetMoveButtons{
        max-width: 19% !important;
    }
}
/*/EDIT BOUQUETS*/

/* Anousakis Dimitrios */
.main-nav__bottom a.main-nav__pin {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    color: #383838;
    justify-content: center;
    z-index: 1;
    top: 100px !important;
}

ul.main-nav__bottom {
    border: none;
}

@media only screen and (max-width: 1100px) {
	.main-nav__link {
    		border-bottom: solid 0px #eee;
	}
}
