body{background:#F4F6F9;overflow-y: scroll;margin-bottom: 200px;}
.no-margin{margin: 0 !important;}
.header-bar{
    color:#fff;
    background:#26293A;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
                                }
.logo{margin:0 10px;}
@media screen and (max-width: 1400px) {
    .logo span {
        display: none;
    }
    .container, .container-sm {
        max-width: 100%;
    }
}

.logo .icon-vm {position:relative;top:1px;left:2px;}
#taskbar .icon-vm {position:relative;top:2px;font-size:18px;}
.bg-menu{background: #2C3144;}
.bg-primary{background-color: #26293A !important;}
.user-box {color:#ffffff;background:#26293A;border-bottom: 2px solid #26293A;}

h1, h2, h3, h4, h5{color:#000;padding: 10px 0 0 0;font-family: 'Roboto', sans-serif;font-weight: 300;}

a {color: #2C3144;background-color: transparent;text-decoration:underline;}
a:hover {color: #000;background-color: transparent;}
.btn-group-xs > .btn, .btn-xs {
    line-height  : .5;
    border-radius : .2rem;
}

.btn-primary {color: #ffffff;background-color: #26293A;border-color: #26293A;}
.btn-primary:hover {color: #ffffff;background-color: #33384C;border-color: #333logo: #20BAEA;}
.btn-outline-secondary {color: #26293A;background-color: transparent;background-image: none;border-color: #26293A;}
.btn-outline-secondary:hover {color: #fff;background-color: #26293A;background-image: none;border-color: #26293A;}
.bg-primary {color: #fff;background-color: #26293A;}
.bg-secondary {color: #fff;background-color: #26293A;}
.progress {border:1px solid #000;}
.progress > span {background:transparent;}
.progress-overlay {
position:absolute;
width: 100%;
display: inline-flex;
height: 20px;
padding: 0;
margin-top: 3px;
}
.progress-overlay > span {
position: absolute;
left: 5px;
top: -5px;
width: 100%;
text-align: center;
font-weight: 900;
text-shadow:
    1px  1px 1px #26293A,
    1px -1px 1px #26293A,
   -1px  1px 1px #26293A,
   -1px -1px 1px #26293A;
font-family: monospace;
color: white;
}
.vm-title {
    margin-bottom: 8px;
}
.vm-resources {
    position:relative;
    max-width: 330px;
    line-height: 1.625em;
    min-height: 103px;
}
.vm-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: min-content;
}
span.details-offset {
    position: absolute;
    left: 150px;
    margin: 3px 0 0 0;
}
sup.details-offset {
    position: absolute;
    left: 148px;
    margin: 3px 0 0 0;
}
.icon-bg {color: #fff;background:#26293A;}
.nav-tabs {border-bottom: 2px solid #dee2e6; margin-bottom: 5px;}
/*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {color:#373737;background-color: #fff;border-bottom: 2px solid #26293A;}*/
.nav-tabs .nav-link {padding-top: 20px;font-size:.8em;color:#373737;border: 0px solid transparent;}
.nav-tabs .nav-link > span {font-size: 3em;}
.nav-tabs .nav-link.active {border-radius: 15px 15px 0 0; border-bottom: 4px solid #26293A}
.nav-tabs-vm {
    margin-bottom:0;
}
.nav-tabs-vm .nav-link {
    padding: 0 6px 0 6px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(51,195,240,1);
    box-shadow: 0 1px 1px rgba(51,195,240,1) inset, 0 0 8px rgba(51,195,240,1);
    outline: 0 none;
}
.btn-icons{color:#ffffff;background:#26293A;}
.btn-icons:hover{background:#4CC7ED;}
.btn-icons a{color:#ffffff;}
.btn-bottom{
    margin:5px;
}
.alert-danger {color: #fff;background-color: #C31F46;border-color: #C31F46;}
.alert-danger a{color: #fff;}


.footer{padding:10px;}
#footer-recent-tasks {
    display:none;
}

body {overflow-x: hidden;font-family: 'Roboto', sans-serif;}
.logo{display:inline;font-size:19px;font-family: 'Roboto', sans-serif;font-weight: 300;}
#wrapper {padding-left: 0;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}

.topbar {max-width:1320px;margin:auto}
.topbar ul {display:flex;align-items: center;list-style-type: none;margin: 0;padding: 0;overflow-y: hidden;overflow-x:auto;white-space: nowrap;width:100%;}
.topbar li {border-right: 1px solid #000;max-width:70px}
.topbar li:last-child {border-right: none}
.topbar li.logo {border-right: none;max-width:none}
.topbar li a {color:#fff;display: block;text-align: center;padding: 4px 0 2px 0;text-decoration: none;margin:0 5px;}
.menuLinkActive {border-bottom:2px green;}
.menuLink {
    font-size:.7em;
}
.menuLink span:not([id^="headerSysLogsCount"]) {
    font-size:3em;
}


.box{color:#373737;background:#ffffff;border: 2px solid #EAEDF3;border-bottom: 2px solid #26293A;padding: 0;margin-bottom:20px;width:100%;}
.box-title{padding:15px 20px 15px 20px;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.box-align{padding: 5px;}

.box a{text-decoration: none;-webkit-text-decoration-skip: objects;}
.box a:hover{text-decoration: underline;}

.row.no-gutters {margin-right: 0;margin-left: 0;}
.row.no-gutters > [class^="col-"],.row.no-gutters > [class*=" col-"] {padding-right: 0;padding-left: 0;}
.icon-bg {border-radius:20px;}
.nav-tabs .nav-link {border: 0px solid transparent;border-radius: 0px;}
.table{border-bottom: 0px;}
.os-img-width{max-width:100px;}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0 none;
}
.btn-icons{text-decoration:none;display:inline-block;padding:15px 15px 15px 15px;margin:0px;}
.btn-icons:hover{text-decoration:none;}
.alerts-btn-position{margin-top:-8px;}
table.table-horizontal-headings tr td:first-child{width:250px;overflow:hide;font-size:1.2em;vertical-align:middle;}
.table{margin-bottom:0}
.table-striped tbody tr:nth-of-type(odd) {background-color: #ffffff;}
.table-striped tbody tr:last-child td {border-bottom: none;}
.table-striped > tbody > tr {
    border-color: #26293A26;
}
.icon16{font-size:16px;}
.icon24{font-size:24px;}
.icon32{font-size:32px;}
.icon48{font-size:48px;}
.icon-box{float:left;  font-family: 'Roboto', sans-serif;}
.icon-text-box{float:left;  font-family: 'Roboto', sans-serif;}
.alert-danger {border-radius:0px;}
.icon-container {z-index: 0;}

.footer{padding:10px;}
.noVNC{padding: 0;margin: auto;display: block;}
.modal-header-danger { background:#dc3545; }
.modal-header-danger h5 { color:#fff; }
.modal-backdrop {
    z-index: 2147483633;
}
.modal {
    overflow-y: auto;
    z-index: 2147483634;
}
.modal-lg{
    max-width:800px;
}
#modal-error {
    z-index: 2147483635;
}

.progress-bar {display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;-ms-flex-pack: center;justify-content: center;text-align: center;white-space: nowrap;}

.progress-bar {
    color: #fff;
    background-color: #26293A;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

/* Recent Tasks */
/*
.recent-tasks-container{position:fixed;height:80px;width:100%;background:none}
.box-header-recent-tasks{padding:5px 10px 2px 5px}

#tasks-table > div:nth-of-type(2n){background:#eee}
#tasks-table > div > div{padding:0;margin:0;height:20px;padding:0 4px 0 4px}
#toggleTasksBtn{position:relative;top:-1px;margin:0;padding:0 5px 0 0}
[id^='task-'] div{overflow:hidden}
*/
#tasks-table {
    margin: 0;
    padding: 0
}
#tasks-table .progress-th{width:100px;}
#tasks-table td, #tasks-table th{padding:2px 5px 2px 5px;margin:0;height:20px}
#tasks-table .progress{position:relative;padding:0;margin:3px 0;height:20px;background:#6a6a6a}
#tasks-table .progress-bar{position:absolute;top:0;height:20px;padding:1px 0 0;margin:0;color:#000}
#tasks-table .progress-pc{position:relative;margin:auto;color:#fff}
#tasks-table tr:hover td {background: #acacac;}
.footer{padding:10px;}
.footer-scroll{overflow-y: scroll; height:150px;}

.btn {
  outline: 0 !important;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-offset: 0  !important;
  background-image: none  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}

.user_usage_report td {
    vertical-align: middle;
}
.user_usage_report .progress {
    height:0.75rem;
}

.container {
	position:relative;
}

/* Nav Buttons */
button.nav-link{
	background:none;
	cursor:pointer;
}
button.nav-link:focus {
	outline:0;
}

/* Pagination */
.pagination {
	height:40px;
    padding:8px;
}
.page-item.active .page-link {
    z-index: auto;
    color: #fff;
    background-color: #26293A;
    border-color: #26293A;
}
.top-button-group {
    padding: 8px;
	float:right;
}


/* Graphs */
canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/* Serial Console */
#terminal {
    position: relative;
    width: 100%;
}

/* Operating System Selection */
.os-labl {
    display: block;
    width: 50%;
	float:left;
}
.os-labl > input{
    visibility: hidden;
    position: absolute;
}
.os-labl > input + div{
    cursor:pointer;
    border:1px solid transparent;
	padding:10px;
	border-radius: 25px;
}
.os-labl > input:checked + div{
    background-color: #26293A;
	color: #fff;
    border: 1px solid #000;
	padding:10px;
	border-radius: 10px;
}

/* Table -> Div */
.row {
    clear:both;
}
.col-th {
    margin-right: 0;
    margin-left: 0;
    padding: 5px 2px 5px 2px;
    font-weight: bold;
    text-decoration: underline;
}
.col-td {
    padding: 5px 2px 5px 2px;
}
.col-td-pad {
    padding: 10px;
}
.row-tr {
    border-bottom: 1px solid #919BA5;
}
.row-tr:last-child {
    border-bottom: none;
}

.col-td > sup {
display:block;
top:auto;
margin-top: 3px;
text-transform: uppercase;
font-size: .5em;
font-weight: bold;
right: 2px;
}

/* Table list selection */
.table-list > tbody > tr{
    cursor:pointer;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.table-list > tbody > tr > th{
    cursor:default;
    font-size: 1.05em;
    border: 0;
    border-bottom: 2px solid #2C3144;
    padding: 4px 0 4px 8px;
}
.table-list > tbody > tr > th:first-child {
    border-radius: 10px 0 0 0;
}
.table-list > tbody > tr > th:last-child {
    border-radius: 0 10px 0 0;
}
.table-list > tbody > tr.active{
    border-left: 4px solid #000;
	border-right: 4px solid #000;
	background: #c9c9cc;
	color: #000;
}
@media screen and (max-width: 576px) {
    .row-th {
        display: none;
    }
}
.row-tr, .row-th{
    cursor:pointer;
    margin-right: 0;
    margin-left: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.row-tr.active{
    border-left: 4px solid #000;
	border-right: 4px solid #000;
	background: #c9c9cc;
	color: #000;
}

input[type="text"], input[type="password"], input[type="number"], input[type="file"], select, textarea, .select2-container {
    display: inline-block;
    color: #000 !important;
    width: 300px;
    font-size: 1rem;
    height: 1.5em;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container {
    z-index: 2147483635;
}
.input200 {
    width: 200px;
}
.novnc-screen {
    position:relative;
    background-color: #101010;
    width:1280px;
    height:800px;
}
input[type="text"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled, input[type="file"]:disabled, select:disabled, textarea:disabled {
    color: #a4a4a4 !important;
}
input[type="number"] {
    width: 100px;
}
select, textarea {
    background-color: #fff;
    background-clip: padding-box;
    padding-right: 20px;
}
select[multiple] {
    height: 200px;
}
input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="file"]::placeholder {
    color: #636363;
}
#template-json {
    width: 100%;
    height: 50px;
    color: #636363;
}
.input-with-unit {
    position:absolute;
    padding:5px 0 0 280px;
}
.input-with-unit input {
    max-width: 250px;
    padding-right: 45px;
    text-align: right;
    position: absolute;
    left:0;
    top:0;
}
.input-with-unit > input[type="checkbox"] {
    position:absolute;
    top: 9px;
    left: 260px;
}
.input-with-unit > span {
    position: absolute;
}
.input-with-unit span > span {
    position: relative;
    left: -70px;
    top: -6px;
    font-size: 0.8em;
}

.td200 {
    width: 200px;
}
.td200pad {
    padding-left: 208px !important;
}

/* Loader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483636;
    display: none;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #373737;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #26293A;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #373737;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* RangeSlider */
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#428bca}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#000}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#428bca;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#428bca}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}

/* LOGIN */
.login-wrapper, .twofactor-wrapper, .forgotpass-wrapper {
position:fixed;
z-index:2000;
background-color:#33384C;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  height: 100vh;
}
#login-content {
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 100%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  -webkit-border-radius: 10px 10px 10px 10px;
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}
#login-footer {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
/*
a {
  color: #33384C;
  display:inline-block;
  text-decoration: none;
  font-weight: 400;
}
*/
.vm-login-logo {
color: #26293A;
font-size: 96px;
}
#login-content button {
  background-color: #33384C;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#login-content button:hover {
  background-color: #2E3242;
}
#login-content button:active {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
#login-content input[type=text], #login-content input[type=password	] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
#login-content input[type=text]:focus, #login-content input[type=password]:focus {
  background-color: #fff;
  border-bottom: 2px solid #26293A;
  box-shadow: none !important;
}
#login-content input[type=text]:placeholder, #login-content input[type=password]:placeholder {
  color: #cccccc;
}
#login-content a:hover {
	color: #33384C;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}
.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.progress-server-stats {
    padding: 2px;
    height: 12px;
    margin: 4px 0px 4px 20px;
}
.progress-server-stats .progress {
    height:8px !important;
}

.icon-14 {
    font-size:14px;
}
table#server-ssh-keys-list {
    width:100%;
}
table#server-ssh-keys-list tr td:first-child{
    width:98%;
}
table#server-ssh-keys-list tr td:first-child input{
    width:100%;
    max-width: 100%;
}
table#server-ssh-keys-list input:disabled{
    cursor:help;
}

.vm-task {
	padding: 8px;
}
.vm-task-progress {
	margin-top: auto;
	margin-bottom: auto;
}

.window {
position: fixed;
width:700px;
box-shadow: 0 0 5px #88888888;
}

.window-vnc {
width: auto;
min-width: 800px;
min-height: 600px;
background: #000;
}

.window-vm {
width: auto;
min-height:480px;
min-width:702px;
}

.window-task {
    width:auto;
    min-width: 250px;
    width: 750px;
}

.window .card-header {
cursor: move;
}

.window .card-header .icon-Close-Window {
cursor: pointer;
}

.window .card-header .icon-Close-Window:hover {
color: red;
}
.window .card-header button {
position: relative;
bottom: 6px;
right: 25px;
padding: .1rem .5rem;
font-size: .86rem;
}
.window .card-header > span {
cursor: text;
}

.window .card-body {
    padding: 0;
    overflow-x: auto;
    overflow-y: auto;
}

.window-vm-settings .card-body {
    max-height: 600px;
    padding: 5px;
}


.window .card-body .row {
padding: 5px 5px 5px 5px;
}

.window .card-body .nav-tabs {
margin-bottom: 5px;
}
.window .card-body .nav-tabs {
margin-bottom: 10px;
}

.window .card-body .resources-small .icon24 {
float: left;
padding-right: 5px;
}

.window .card-body .resources-small h5 {
    font-size: 1em;
}

.window .card-footer {
display:none;
}

.input-group .input-group-text {
    vertical-align: middle;
}

.radio-list-item {
    cursor: pointer;
}

.vm-status {
    text-transform: capitalize;
}

.vm-status-icon{
    font-size: 1.5rem;
    line-height: 1rem;
    vertical-align: middle;
    position:relative;
    bottom: 3px;
}

.vm-status-legend {
    font-size:0.8rem;
    text-align:center;
    font-style: italic;
}
.vm-status-legend .vm-status-icon {
    font-size:1.2rem;
}

#search {
position: absolute;
top: 7px;
right: 20px;
font-size: 18px;
padding: 5px;
font-family: monospace;
}
.input-group-append {
    position:relative;
    top: 4px;
}

.statbox {
    text-align: center;
    padding: 10px;
}

.tab-content {
    display: inline-block;
    width:100%;
}

.card-header i {
    font-size: 2em;
}

#taskbar {
    height: 30px;
}

#modal-title {
    padding:0;
}
.modal-body {
    max-height: 80vh;
    overflow-y: scroll;
}

p {
    text-align: justify;text-justify: inter-word;
}

.infoHover {
    font-weight: bold;
    border-bottom: 2px blue dashed;
    cursor: help;
}

.info-complete {
    border-bottom: 2px green dashed;
}

.info-failed {
    border-bottom: 2px red dashed;
}

.select2-results img {
    width: 24px;
    height: 24px;
}

#install-template-icon {
    float:left;width:24px;height:24px;margin: 4px 4px 0 0;
}

.task-console {
    height: 250px;
    background: #26293A;
    color: #f0f0f0;
    font-family: monospace;
    font-size: 0.8em;
    white-space: pre;
    padding: 0 5px 0 5px !important;
}

#settings-license .box-body {
    padding:25px;
    text-align: center;
}

#setup-wizard {
    display: none;
}
#setup-wizard .completed {
    text-decoration: line-through;
}

#setup-wizard .completed::after {
    display: inline-block;
    padding-left:5px;
    text-decoration: none;
    font-weight: bold;
    content: "\2713  Done!";
    color:#18891d;
}

.licenseKey {
    display: inline;
    width: 100px !important;
    text-align: center;
    font-family:monospace;
    font-size: 18px !important;
}

#vmgenie-status.good {
    color: green;
}

#vmgenie-status.alert {
    color: orange;
    animation: blinker 1s linear infinite;
}

#vmgenie-status.fail {
    color: red;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.center-focus {
    text-align: center;
    padding: 20px;
}

#partition-detection-log {
    margin-top:20px;
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.graphLoader {
    background: url(/theme/graph-loader.svg) no-repeat center;
    background-size: 64px;
}