body {
    color: #1a1a1a;
    background: #1a1a1a;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 {
    margin-top: 4px;
    font-size: 30px;
}
button, a {
    color: #1a1a1a;
}
button:hover,
a:hover {
    color: #383838;
}
.page-size select {
    width: 75px;
    display: inline-block;
}
.pagination-container {
    text-align: right;
    white-space: nowrap;
}
.pagination-container .pagination {
    display: inline-block;
    margin: 0;
}
.pagination-container .page-size {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.sort-link span {
    color: #fd6b2b;
}
.sort-link span:hover {
    color: #fe8a58;
}
.nav_title,
.left_col {
    background: #1a1a1a;
}
.nav.side-menu {
    padding: 0;
}
.nav.side-menu > li > a {
    margin-bottom: 0;
    font-size: 15px;
}

.nav.side-menu > li:hover > a ,
.nav.side-menu > li.active > a {
    background: #383838;
}
.nav.side-menu > li:hover, .nav.side-menu > li:hover,
.nav.side-menu > li.active, .nav.side-menu > li.current-page {
    border-right: 5px solid #fd6b2b;
}
.site_title {
    background: url("../images/logo-small.png") 50% 50% no-repeat;
    height: 50px;
}

em.cplogos {
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    display: block;
}

.cplogos.cpanel {
    background-image: url("../images/cpanel-logo.png");
}

.tabs-style-topline nav a:hover .cplogos.cpanel,
.tabs-style-topline nav li.tab-current .cplogos.cpanel {
    background-position: 50% -20px;
}

.cplogos.whm {
    background-image: url("../images/whm-logo.png");
}

.tabs-style-topline nav a:hover .cplogos.whm,
.tabs-style-topline nav li.tab-current .cplogos.whm {
    background-position: 50% -20px;
}

.trialLicenseWarning, .developerLicenseWarning, .pageTitle {
    display: none;
}
#contentContainer {
    padding: 0;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 0!important;
}

.color-green {
    color: #59bb4d;
}

.color-red {
    color: #c33131;
}
.actions-cell {
    padding: 0px !important;
}

.action-icons {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.action-icons li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.action-icons li button,
.action-icons li > a {
    text-align: center;
    width: 95px;
    height: 95px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 13px 10px;
    background: #fff;
    font-size: 11px;
}

.action-icons li button em,
.action-icons li > a em {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
}

.tile-stats h3 {
    color: #6E6C6C;
}
.tile-stats .icon em {
    color: #6E6C6C;
    margin: 0;
    font-size: 40px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0;
}

.timeline .tag {
    font-size: 12px;
}
td span {
    line-height: normal;
}

.filter select {
    display: table-cell;
}

.filter label {
    display: table-cell;
    padding-right: 5px;
}

.filter .form-group {
    display: table;
}

.filter-input {
    display: table;
    height: 35px;
}

.filter-input .input-group,
.filter-input .form-group {
    margin-bottom: 0;
}
.filter-input .field-holder {
    display: table-cell;
}

.filter-input label {
    display: table-cell;
    padding-right: 5px;
    vertical-align: middle;
}
.pagination-container .filter {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.text-status {
    font-weight: bold;
}
.text-green {
    color: #056702 !important;
}
.text-yellow {
    color: #ff6c2c !important;
}
.text-red {
    color: #CC0000 !important;
}
.alert-message {
    color: #ffffff;
}

.loader-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.loader-box .text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -220px;
    z-index: 999;
    color: #000000;
    font-size: 40px;
}

.loader-box .model {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    background: #fff;
    opacity: 0.6;
    width: 100%;
    height: 100%;
}
.right_col {
    position: relative;
    min-height: calc(100vh - 53px);
}

#loading-bar-container {
    margin: -10px 0 0 -20px;
}

#loading-bar-spinner {
    margin: 14px 0 0 7px;
}

#loading-bar .bar {
    border-width: 7px !important;
    height: 7px !important;
    background: #fd6b2b;
}

#loading-bar .peg {
    -moz-box-shadow: #fd6b2b 1px 0 6px 1px;
    -ms-box-shadow: #fd6b2b 1px 0 6px 1px;
    -webkit-box-shadow: #fd6b2b 1px 0 6px 1px;
    box-shadow: #fd6b2b 1px 0 6px 1px;
}

#loading-bar-spinner .spinner-icon {
    border-top-color:  #fd6b2b;
    border-left-color: #fd6b2b;
}

.swal-footer {
    background-color: rgb(245, 248, 250);
    margin-top: 32px;
    border-top: 1px solid #E9EEF1;
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

.btn {
    transition: all linear 0.2s;
}
.btn.ng-hide {
    opacity: 0;
}

.input-group-btn select {
    border: 1px solid #ccc;
    height: 34px;
}

.form-horizontal .control-label {
    padding-top: 0px;
}

.include-btns {
    padding-top: 5px;
}

.include-btns .btn {
    margin-bottom: 3px;
}
.schedule-btns {
    font-size: 16px;
}
.schedule-btns a {
    margin-left: 5px;
    vertical-align: top;
}

.tag.disabled {
    background-color: #eee;
}

.tag.disabled::after {
    border-left-color: #eee;
}
.tag.disabled span {
    color: #ccc;
}
.timeline .tag span span {
    display: inline;
}

#jobSelection,
#packageSelection,
#resellerSelection,
#tagSelection {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.md-whiteframe-z1 {
    box-shadow: none !important;
}

md-autocomplete md-autocomplete-wrap {
    height: auto !important;
}

.md-virtual-repeat-container {
    z-index: 9999999 !important;
}
.md-virtual-repeat-container .md-virtual-repeat-scroller {
    border: 1px solid #ccc;
}

.md-autocomplete-suggestions li {
    line-height: normal !important;
    padding: 5px 10px !important;
    /*height: auto !important;*/
}

.md-autocomplete-suggestions li:first-child,
.md-autocomplete-suggestions li:nth-child(2n+3) {
    background: #eee
}

.job-tooltip .tooltip-inner {
    width: 300px;
    max-width: inherit;
}

.progress {
    margin: 0;
}

.schedules.timeline h2.title::before {
    background: transparent;
    position: inherit;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    border: none;
}

.alert-info {
    color: #ffffff;
    background-color: #fd6b2b;
    border-color: #fd6b2b;
}

.label-primary,
.bg-primary,
.btn-primary {
    color: #fff;
    background-color: #fd6b2b;
    border-color: #ec6327;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fe8a58;
    border-color: #fd6b2b;
}

.pretty input:checked ~ .state.p-primary label::after, .pretty.p-toggle .state.p-primary label::after {
    background-color: #fd6b2b !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #fe8a58;
    border-color: #fd6b2b;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #fe8a58;
}
.pagination > li > a, .pagination > li > span {
    color: #fe8a58;
}

.tiles, .top_tiles {
    margin-top: 20px;
}
.swal-button {
    background-color: #fd6b2b;
    border-color: #ec6327;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none !important;
}

.swal-button:hover {
    background-color: #fe8a58;
    border-color: #fd6b2b;
    color: #ffffff;
}

.swal-button--cancel:hover,
.swal-button--cancel {
    color: #555;
    border-color: #efefef;
    background-color: #efefef;
}

.rating .glyphicon-star {
    color: #ffd200;
    text-shadow: 0 0 1px #000000;
}

.rating .glyphicon-star-empty {
    color: #cccccc;
}

.ng-dirty .ng-dirty.ng-valid:not(.no-validation-border) {
    border-color: inherit;
}




/* Default tab style */

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
    margin-bottom: 30px;
}

/* Nav */
.tabs nav {
    text-align: center;
}

.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 3.5;
    color: #fd6b2b;
    font-size: 18px;
}

.tabs nav a span {
    vertical-align: middle;
    font-size: 0.75em;
}

.tabs nav li.tab-current a {
    color: #74777b;
}

.tabs nav a:focus {
    outline: none;
}

/* Content */
.content-wrap {
    position: relative;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: center;
}

.content-wrap section.content-current {
    display: block;
}

.content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(40,44,42,0.05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
}

/* Fallback */
.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
    display: block;
}

.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}

@media screen and (max-width: 58em) {
    .tabs nav a span {
        display: none;
    }
    .tabs nav a:before {
        margin-right: 0;
    }
}

.tabs-style-topline {
    max-width: 1200px;
}

.tabs-style-topline nav li {
    border: 1px solid rgba(40,44,42,0.1);
}

.tabs-style-topline nav li:not(:last-child) {
    border-right: none;
}

.tabs-style-topline nav li.tab-current {
    border-top-color: #fd6b2b;
    border-bottom: none;
}

.tabs-style-topline nav a {
    padding: 0.65em 0 0.5em;
    background: rgba(40,44,42,0.05);
    color: #74777b;
    line-height: 1;
    /*
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    */
}

.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
    color: #fd6b2b;
}

.tabs-style-topline nav li.tab-current a {
    background: none;
    box-shadow: inset 0 3px 0 #fd6b2b;
    color: #fd6b2b;
}

.tabs-style-topline em {
    display: block;
    margin: 0;
    font-size: 20px;
}

.tabs-style-topline nav a span {
    font-weight: 700;
}

table.content-table {
    border: 1px solid #ddd !important;
    border-collapse: initial !important;
}

table.content-table thead {
    background-color: #ecebec;
    color:#ECF0F1
}

table.content-table tbody tr {
    background-color: #ffffff !important;
}

table.content-table tbody tr td {
    border-top: 1px solid #ddd !important;
}

table.content-table tbody tr:hover td {
    background-color: #ffeae1 !important;
    border-top: 1px solid #ddd !important;
}

table.content-table tbody tr td.actions-cell {
    background-color: #ffffff !important;
    border: 0 none !important;
}

table.content-table tbody tr:hover td.actions-cell {
    background-color: #ffffff !important;
}

table.content-table thead th.column-title {
    color: #000;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #ffba9c;
    border-color: #ffac87;
}

#chart {
    height: 100px;
}

.main_menu em {
    width: 23px;
    text-align: center;
    opacity: .99;
    display: inline-block;
    font-style: normal;
    font-size: 18px;
}

.permission-option {
    background: #999999;
    display: block;
    width: 100px;
    padding: 5px 0;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
}
.permission-yes.active, .permission-yes:hover {
    background: #006700;
}
.permission-no.active, .permission-no:hover {
    background: #cc0000;
}
.permission-never.active, .permission-never:hover {
    background: #5f0000;
}

.permissions-btns > span,
.permissions-btns button {
    width: 80px;
    font-weight: bold;
}
.permissions-btns > span {
    cursor: default;
}
.permissions-btns .btn-success {
    color: #ffffff;
    background: #006700;
    border-color: #006700;
}

.permissions-btns .btn-danger {
    color: #ffffff;
    background: #cc0000;
    border-color: #cc0000;
}

.permissions-btns .btn-danger-dark {
    color: #ffffff;
    background: #5f0000;
    border-color: #5f0000;
}

.tabs nav ul.permissions-tabs {
    max-width: 600px;
}

.editable {
    padding: 5px 3px;
    border-bottom: 1px dashed #CCCCCC;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

footer .pull-left {
    color: #ffffff;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #e9e9e9;
    padding: 10px;
    height: 50px;
}
.main_container .top_nav {
    margin: -10px -20px 0;
}

.toggle {
    padding: 14px 0;
}

.text-bold {
    font-weight: bold;
}

.text-orange {
    color: #fd6b2b;
}

.btn, .buttons, .modal-footer .btn + .btn, button {
    margin-right: 0px;
}

.include-btns .btn {
    margin-right: 5px;
}

.full-screen .right_col,
.full-screen footer {
    margin: 0 !important;
}

.full-screen .left_col {
    display: none !important;
}

.full-screen.menu-collapsed .left_col,
.full-screen.menu-expanded .left_col {
    display: block !important;
}

.full-screen.menu-expanded footer,
.full-screen.menu-expanded .right_col,
.menu-expanded footer,
.menu-expanded .right_col {
    margin-left: 230px !important;
}

.full-screen.menu-collapsed footer,
.full-screen.menu-collapsed .right_col {
    margin-left: 60px !important;
}

.license-logo {
    background: url("../images/logo.png") 50% 0 no-repeat;
    height: 70px;
}

.dr-selection-item em {
    font-size: 50px;
}
.dr-selection-item {
    display: inline-block;
    width: 25%;
    border: 1px solid #000;
    font-size: 20px;
    text-align: center;
    padding: 50px 30px;
    margin-right: 10px;
}

.dashboard table {
    margin-bottom: 0 !important;
}

.tags.critical .tag { background: #d9534f; }
.tags.critical .tag::after { border-left: 11px solid #d9534f; }
.tags.warning .tag { background: #f0ad4e; }
.tags.warning .tag::after { border-left: 11px solid #f0ad4e; }
.tags.information .tag { background: #5bc0de; }
.tags.information .tag::after { border-left: 11px solid #5bc0de; }

div.filter-separator {
    height: 34px;
    position: relative;
    padding: 0 20px;
}

div.filter-separator select {
    position: absolute;
    z-index: 2;
}
div.filter-separator:after {
    content: '';
    top: 17px;
    position: absolute;
    z-index: 1;
    border-top: 1px #ccc solid;
    height: 1px;
    margin: 0 -20px;
    width: 100%;
    /*transform: translateY(-50%);*/
}

span.required {
    color: #CC0000;
}

tr.row-fade {
    opacity: 0.3;
}

.filter-sort.disabled em {
    color: #cccccc;
}
.filter-sort.disabled {
    cursor: default;
}



.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1500px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-pull-11 {
        right: 91.66666667%;
    }
    .col-xl-pull-10 {
        right: 83.33333333%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-8 {
        right: 66.66666667%;
    }
    .col-xl-pull-7 {
        right: 58.33333333%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-5 {
        right: 41.66666667%;
    }
    .col-xl-pull-4 {
        right: 33.33333333%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-2 {
        right: 16.66666667%;
    }
    .col-xl-pull-1 {
        right: 8.33333333%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-push-11 {
        left: 91.66666667%;
    }
    .col-xl-push-10 {
        left: 83.33333333%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-8 {
        left: 66.66666667%;
    }
    .col-xl-push-7 {
        left: 58.33333333%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-5 {
        left: 41.66666667%;
    }
    .col-xl-push-4 {
        left: 33.33333333%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-2 {
        left: 16.66666667%;
    }
    .col-xl-push-1 {
        left: 8.33333333%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
}

.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1700px) {
    .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
        float: left;
    }
    .col-xxl-12 {
        width: 100%;
    }
    .col-xxl-11 {
        width: 91.66666667%;
    }
    .col-xxl-10 {
        width: 83.33333333%;
    }
    .col-xxl-9 {
        width: 75%;
    }
    .col-xxl-8 {
        width: 66.66666667%;
    }
    .col-xxl-7 {
        width: 58.33333333%;
    }
    .col-xxl-6 {
        width: 50%;
    }
    .col-xxl-5 {
        width: 41.66666667%;
    }
    .col-xxl-4 {
        width: 33.33333333%;
    }
    .col-xxl-3 {
        width: 25%;
    }
    .col-xxl-2 {
        width: 16.66666667%;
    }
    .col-xxl-1 {
        width: 8.33333333%;
    }
    .col-xxl-pull-12 {
        right: 100%;
    }
    .col-xxl-pull-11 {
        right: 91.66666667%;
    }
    .col-xxl-pull-10 {
        right: 83.33333333%;
    }
    .col-xxl-pull-9 {
        right: 75%;
    }
    .col-xxl-pull-8 {
        right: 66.66666667%;
    }
    .col-xxl-pull-7 {
        right: 58.33333333%;
    }
    .col-xxl-pull-6 {
        right: 50%;
    }
    .col-xxl-pull-5 {
        right: 41.66666667%;
    }
    .col-xxl-pull-4 {
        right: 33.33333333%;
    }
    .col-xxl-pull-3 {
        right: 25%;
    }
    .col-xxl-pull-2 {
        right: 16.66666667%;
    }
    .col-xxl-pull-1 {
        right: 8.33333333%;
    }
    .col-xxl-pull-0 {
        right: auto;
    }
    .col-xxl-push-12 {
        left: 100%;
    }
    .col-xxl-push-11 {
        left: 91.66666667%;
    }
    .col-xxl-push-10 {
        left: 83.33333333%;
    }
    .col-xxl-push-9 {
        left: 75%;
    }
    .col-xxl-push-8 {
        left: 66.66666667%;
    }
    .col-xxl-push-7 {
        left: 58.33333333%;
    }
    .col-xxl-push-6 {
        left: 50%;
    }
    .col-xxl-push-5 {
        left: 41.66666667%;
    }
    .col-xxl-push-4 {
        left: 33.33333333%;
    }
    .col-xxl-push-3 {
        left: 25%;
    }
    .col-xxl-push-2 {
        left: 16.66666667%;
    }
    .col-xxl-push-1 {
        left: 8.33333333%;
    }
    .col-xxl-push-0 {
        left: auto;
    }
    .col-xxl-offset-12 {
        margin-left: 100%;
    }
    .col-xxl-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xxl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xxl-offset-9 {
        margin-left: 75%;
    }
    .col-xxl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xxl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xxl-offset-6 {
        margin-left: 50%;
    }
    .col-xxl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xxl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xxl-offset-3 {
        margin-left: 25%;
    }
    .col-xxl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xxl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xxl-offset-0 {
        margin-left: 0;
    }
}


ul.side-menu li a span {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.swal-html-content {
    text-align: left;
    line-height: 18px;
}

ul.side-menu li a span {
    display: none;
}



.menu-expanded .nav_title,
.menu-expanded .left_col {
    width: 230px !important;
}


.left_col, .right_col, footer, .nav_title {
    transition: margin 200ms, width 200ms, height 200ms, transform 200ms;
}

.menu-expanded ul.side-menu li a span {
    display: inline;
}

.menu-expanded .main_menu em {
    width: 26px;
    text-align: left;
}

.menu-expanded .site_title {
    background: url("../images/logo.png") 50% 50% no-repeat;
}

.menu-button {
    position: absolute;
    top: 4px;
    font-size: 28px;
    cursor: pointer;
}

.menu-button-expand {
    right: -3px;
    color: #e9e9e9;
}

.menu-button-collapse {
    right: -12px;
    color: #1a1a1a;
}

.controller-box {
    padding-top: 15px;
}

.showcase-box .x_content a {
    color: #fd6b2b;
}

.page404 a:visited,
.page404 a:focus,
.page404 a:hover,
.page404 a:link {
    color: #fd6b2b;
}

table.content-table tbody tr.suspended td,
table.content-table tbody tr.suspended:hover td {
    background: #ffcacc !important;
}

.legend-box {
    padding: 20px 0;
}

.legend-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 13px;
    vertical-align: middle;
}
.legend-box strong {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
}
.legend {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 3px;
    border: 1px solid #ccc;
}

.legend-danger {
    background: #ffcacc;
}

.filemanager.pretty {
    margin: 0;
}

.form-signin {
    margin: 0 auto;
    max-width: 350px;
    padding: 15px;
}

.signin-logo {
    background: url("../images/logo.png") 50% 0 no-repeat;
    height: 70px;
}

.login-input {
    position: relative;
    margin-bottom: 20px;
}

.login-input em {
    position: absolute;
    bottom: 11px;
    left: 10px;
}

.login-input input {
    padding-left: 30px;
}

.nav_title {
    height: 50px;
}

.menu_section > ul {
    margin-top: 0;
}

.global-view {
    padding-top: 50px;
}

.form-signin .info {
    font-size: 11px;
    margin-bottom: 20px;
    margin-top: -15px;
}
.form-signin .info a {
    color: #fd6b2b;
}

body, html {
    height: inherit;
}

.otplogin .col-md-2 {
    padding: 0 3px;
}
.otplogin input[type=text] {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    font-size: 40px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.dashboard .table-responsive {
    min-height: auto;
    overflow-x: hidden;
}

.search-page-container {
    margin-top: 10px;
}

.networks > div {
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

.networks > div:last-child {
    margin-bottom: 0;
    border-bottom: 0 none;
    padding-bottom: 0;
}





ul[dnd-list],
ul[dnd-list] > li {
    position: relative;
}

ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

ul[dnd-list] .dndDraggingSource {
    display: none;
}

ul[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #ddd;
    padding: 10px 15px;
    min-height: 42px;
}

ul[dnd-list] > li {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;

    /* Disable text selection if item is not draggable */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul[dnd-list] > li dnd-nodrag {
    display: block;
    padding: 10px 15px;
}

.handle {
    cursor: move;
    display: inline-block;
    margin-right: 10px;
}

.name {
    margin-left: 20px;
}

.table-header {
    background-color: #ecebec;
    color: #ECF0F1;
    margin: 0;
    font-weight: bold;
}
.table-header > div {
    color: #000;
    border-bottom: 2px solid #ddd;
    vertical-align: middle;
    padding: 8px;
    line-height: 1.42857143;
}

.table-header > div:first-child {
    border-top: 0;
}

/*Custom css for label*/
.label-jb5 {
    background-color: #509051;
}