@CHARSET "UTF-8";
/* MIXINS */
hr {
  margin: 11px 0;
  border-top: 1px solid #c2c7ca; }

.help-block {
  margin: 0 0 5.5px 0; }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f4f5f6; }

.table-bordered {
  border-color: #c2c7ca; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #c2c7ca; }

.table-hover > tbody > tr:hover {
  background-color: #e3f2fc; }

.dropdown-menu {
  border-color: #aeb4b8;
  box-shadow: 0 6px 11px rgba(39, 47, 51, 0.2); }
  .dropdown-menu ul li a:hover {
    background-color: #269cee;
    color: #fff; }
    .dropdown-menu ul li a:hover .icon {
      background-position: 0 50%; }
  .dropdown-menu ul li.selected {
    background-color: #269cee;
    color: #fff; }
    .dropdown-menu ul li.selected a {
      background-color: transparent;
      color: #fff; }
    .dropdown-menu ul li.selected .icon {
      background-position: 0 50%; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #269cee; }

.modal-dialog {
  margin: 11px; }
  .modal-dialog.modal-sm {
    margin: 11px auto;
    width: 436px; }
  .modal-dialog .modal-content {
    border-radius: 3px; }
    .modal-dialog .modal-content .modal-footer {
      border-color: #c2c7ca; }

@media screen and (min-width: 768px) {
  .form-inline .input-group > .form-control {
    width: auto; }

  .modal-dialog {
    width: auto;
    margin: 11px; } }
@media screen and (min-width: 1280px) {
  .modal-dialog {
    width: 1236px;
    margin: 11px auto; } }
.bootstrap-select.btn-group button {
  padding-top: 0;
  padding-bottom: 0; }
  .bootstrap-select.btn-group button .filter-option {
    line-height: 30px; }
  .bootstrap-select.btn-group button:hover {
    border-color: transparent; }
    .bootstrap-select.btn-group button:hover .filter-option i {
      background-position: 0 50%; }
  .bootstrap-select.btn-group button .glyphicon {
    top: 0; }
.bootstrap-select.btn-group .dropdown-menu li a span.icon + span.text {
  line-height: 32px; }
.bootstrap-select.open .btn-group button {
  background-color: transparent; }
.bootstrap-select.form-control:not([class*="col-"]) {
  width: auto; }
  .bootstrap-select.form-control:not([class*="col-"]).width-50 {
    width: 50%; }
  .bootstrap-select.form-control:not([class*="col-"]).width-100 {
    width: 100%; }

/*
 * TYPOGRAPHY
 *
 */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(../fonts/ptsans-regular-v8.woff2) format("woff"); }
@font-face {
  font-family: 'PT Mono';
  font-style: normal;
  font-weight: 400;
  src: local("PT Mono"), local("PTMono-Regular"), url(../fonts/ptmono-v4.woff2) format("woff"); }
/*
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
	src: local('PT Serif'), local('PTSerif-Regular'), url(../fonts/ptserif-regular-v1.woff) format('woff');
}
*/
body {
  font-family: "PT Sans", arial, sans-serif; }

.text-monospace,
input[type="number"] {
  font-family: "PT Mono", monospace, sans-serif; }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 11px;
  background-color: #171c1f;
  background-image: url(/css/images/backgrounds/page-dk.png);
  background-position: 50% 50%;
  background-size: cover;
  font-family: "PT Sans", arial, sans-serif !important;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff; }

#pg {
  height: 100%; }

#pg-hdr {
  height: 44px;
  line-height: 44px; }
  #pg-hdr > a {
    vertical-align: inherit;
    color: #444d54; }
    #pg-hdr > a:hover {
      color: #fff; }

#pg-ftr {
  text-align: center;
  font-size: 0.8em;
  color: #b7b7b7; }

.container-fluid#main {
  padding-left: 11px;
  padding-right: 11px; }

.vr {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em;
  border-left: 1px solid #ccc;
  height: 2.25em;
  width: 1px; }

a:hover {
  text-decoration: none; }

.width-100 {
  width: 100%; }

.width-50 {
  width: 50%; }

.width-25 {
  width: 25%; }

.inConstruction {
  min-height: 400px;
  background: #f4e400;
  border: 1px solid #000; }

.align-left {
  float: left; }

.align-right {
  float: right; }

.spinner *,
.spinner *:before,
.spinner *:after {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.spinner {
  margin: 11px auto;
  width: 64px;
  height: 24px; }

.spinner > div {
  float: left;
  display: inline-block;
  margin: 0 2px 0 0;
  border-radius: 2px;
  height: 100%;
  width: 2px;
  background: #269bee; }
  .spinner > div:last-of-type {
    margin-right: 0; }

.spinner .spinner-shaft1 {
  animation-delay: 0.06s;
  -o-animation-delay: 0.06s;
  -ms-animation-delay: 0.06s;
  -webkit-animation-delay: 0.06s;
  -moz-animation-delay: 0.06s; }

.spinner .spinner-shaft2 {
  animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  -ms-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s; }

.spinner .spinner-shaft3 {
  animation-delay: 0.17s;
  -o-animation-delay: 0.17s;
  -ms-animation-delay: 0.17s;
  -webkit-animation-delay: 0.17s;
  -moz-animation-delay: 0.17s; }

.spinner .spinner-shaft4 {
  animation-delay: 0.23s;
  -o-animation-delay: 0.23s;
  -ms-animation-delay: 0.23s;
  -webkit-animation-delay: 0.23s;
  -moz-animation-delay: 0.23s; }

.spinner .spinner-shaft5 {
  animation-delay: 0.29s;
  -o-animation-delay: 0.29s;
  -ms-animation-delay: 0.29s;
  -webkit-animation-delay: 0.29s;
  -moz-animation-delay: 0.29s; }

.spinner .spinner-shaft6 {
  animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s; }

.spinner .spinner-shaft7 {
  animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s; }

.spinner .spinner-shaft8 {
  animation-delay: 0.46s;
  -o-animation-delay: 0.46s;
  -ms-animation-delay: 0.46s;
  -webkit-animation-delay: 0.46s;
  -moz-animation-delay: 0.46s; }

.spinner .spinner-shaft9 {
  animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -moz-animation-delay: 0.52s; }

.spinner .spinner-shaft10 {
  animation-delay: 0.58s;
  -o-animation-delay: 0.58s;
  -ms-animation-delay: 0.58s;
  -webkit-animation-delay: 0.58s;
  -moz-animation-delay: 0.58s; }

.spinner > div {
  animation: spinner-loading 1.73s infinite ease-in-out;
  -o-animation: spinner-loading 1.73s infinite ease-in-out;
  -ms-animation: spinner-loading 1.73s infinite ease-in-out;
  -webkit-animation: spinner-loading 1.73s infinite ease-in-out;
  -moz-animation: spinner-loading 1.73s infinite ease-in-out;
  transform: scaleY(0.05) translateX(-10px);
  -o-transform: scaleY(0.05) translateX(-10px);
  -ms-transform: scaleY(0.05) translateX(-10px);
  -webkit-transform: scaleY(0.05) translateX(-10px);
  -moz-transform: scaleY(0.05) translateX(-10px); }

@keyframes spinner-loading {
  50% {
    transform: scaleY(1.2) translateX(10px);
    background: #30d3d8; } }
@-o-keyframes spinner-loading {
  50% {
    -o-transform: scaleY(1.2) translateX(10px);
    background: #30d3d8; } }
@-ms-keyframes spinner-loading {
  50% {
    -ms-transform: scaleY(1.2) translateX(10px);
    background: #30d3d8; } }
@-webkit-keyframes spinner-loading {
  50% {
    -webkit-transform: scaleY(1.2) translateX(10px);
    background: #30d3d8; } }
@-moz-keyframes spinner-loading {
  50% {
    -moz-transform: scaleY(1.2) translateX(10px);
    background: #30d3d8; } }
.btn {
  padding: 5px;
  border: 1px solid #aeb4b8;
  border-radius: 0;
  min-height: 32px;
  font-size: inherit;
  color: #000; }
  .btn > .icon {
    /* float: left;
    margin: 0;
    */
    display: inline-block; }
  .btn > .text {
    margin: 0 6px 0 0.5em;
    line-height: 32px;
    height: 32px; }
  .btn:focus, .btn:active {
    border-radius: 0 !important;
    outline: 0 !important; }
  .btn:disabled {
    background: transparent;
    color: rgba(0, 0, 0, 0.5);
    cursor: not-allowed; }
    .btn:disabled .icon {
      background-color: transparent;
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .btn:hover {
    border-color: #000;
    background-color: #000;
    color: #fff; }
  .btn.no-border {
    border-color: transparent; }
  .btn.no-text > .text {
    display: none; }
  .btn.no-background {
    background-color: transparent; }
  .btn.btn-primary, .btn.showhide-active, .btn:hover {
    color: #fff; }
    .btn.btn-primary > .icon, .btn.showhide-active > .icon, .btn:hover > .icon {
      background-position: 0 50%; }
  .btn.showhide-active {
    box-shadow: inset 0 5.5px 11px rgba(0, 0, 0, 0.125);
    background-color: #5d6972; }

/* a.btn, */
button.btn {
  background-color: #fff; }

.open > .dropdown-toggle.btn-default {
  background-color: #eaeced;
  border-color: #c2c7ca;
  color: #000; }
  .open > .dropdown-toggle.btn-default .btn-default:hover,
  .open > .dropdown-toggle.btn-default .btn-default:focus,
  .open > .dropdown-toggle.btn-default .btn-default.focus,
  .open > .dropdown-toggle.btn-default .btn-default:active,
  .open > .dropdown-toggle.btn-default .btn-default.active,
  .open > .dropdown-toggle.btn-default .open > .dropdown-toggle.btn-default:hover {
    background-color: #269cee;
    color: #fff; }

.btn[data-hoverbgcolor="blue"]:hover {
  border-color: #269cee;
  background-color: #269cee; }
.btn[data-hoverbgcolor="blue"].btn-primary {
  border-color: #269cee;
  background-color: #269cee; }
  .btn[data-hoverbgcolor="blue"].btn-primary:hover {
    border-color: #1082d1;
    background-color: #1082d1; }
.btn[data-hoverbgcolor="cyan"]:hover {
  border-color: #18bdc2;
  background-color: #18bdc2; }
.btn[data-hoverbgcolor="cyan"].btn-primary {
  border-color: #18bdc2;
  background-color: #18bdc2; }
  .btn[data-hoverbgcolor="cyan"].btn-primary:hover {
    border-color: #129195;
    background-color: #129195; }
.btn[data-hoverbgcolor="green"]:hover {
  border-color: #94ba00;
  background-color: #94ba00; }
.btn[data-hoverbgcolor="green"].btn-primary {
  border-color: #94ba00;
  background-color: #94ba00; }
  .btn[data-hoverbgcolor="green"].btn-primary:hover {
    border-color: #6b8700;
    background-color: #6b8700; }
.btn[data-hoverbgcolor="orange"]:hover {
  border-color: #fea21b;
  background-color: #fea21b; }
.btn[data-hoverbgcolor="orange"].btn-primary, .btn[data-hoverbgcolor="orange"].showhide-active {
  border-color: #fea016;
  background-color: #fea016; }
  .btn[data-hoverbgcolor="orange"].btn-primary:hover, .btn[data-hoverbgcolor="orange"].showhide-active:hover {
    border-color: #e58901;
    background-color: #e58901; }
.btn[data-hoverbgcolor="red"]:hover {
  border-color: #b40000;
  background-color: #b40000; }
.btn[data-hoverbgcolor="red"].btn-primary {
  border-color: #b40000;
  background-color: #b40000; }
  .btn[data-hoverbgcolor="red"].btn-primary:hover {
    border-color: #810000;
    background-color: #810000; }

@media screen and (max-width: 1023px) {
  .btn.btn-primary > .icon + .text,
  .btn.force-text > .icon + .text {
    display: inline; } }
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 50% 50%; }
  .icon[data-icon-bgcolor] {
    background-position: 0 50%; }
  .icon[data-icon-bgcolor="none"] {
    background-position: 50% 50%; }
  .icon[data-icon-bgcolor="white"] {
    background-position: 50% 50%;
    background-color: #fff; }
  .icon.color {
    background-position: 100% 50%; }
  .icon + .text {
    margin-left: 6px; }

[data-icon="cancel"] .icon {
  background-image: url(../images/sprites/sx2-icons-cancel.png); }

[data-icon="ok"] .icon {
  background-image: url(../images/sprites/sx2-icons-ok.png); }

[data-icon="save"] .icon {
  background-image: url(../images/sprites/sx2-icons-save.png); }

[data-icon="delete"] .icon {
  background-image: url(../images/sprites/sx2-icons-delete.png); }

[data-icon="add"] .icon {
  background-image: url(../images/sprites/sx2-icons-plus.png); }

[data-icon="search"] .icon {
  background-image: url(../images/sprites/sx2-icons-search.png); }

[data-icon="view"] .icon {
  background-image: url(../images/sprites/sx2-icons-view.png); }

[data-icon="edit"] .icon {
  background-image: url(../images/sprites/sx2-icons-edit.png); }

[data-icon="select"] .icon,
[data-icon="configure"] .icon {
  background-image: url(../images/sprites/sx2-icons-configure.png); }

[data-icon="selectall"] .icon {
  background-image: url(../images/sprites/sx2-icons-selectall.png); }

[data-icon="reload"] .icon {
  background-image: url(../images/sprites/sx2-icons-reload.png); }

[data-icon="start"] .icon {
  background-image: url(../images/sprites/sx2-icons-start.png); }
  
  
[data-icon=pause] .icon {
  background-image: url(../images/sprites/sx2-icons-pause.png);
}

[data-icon="stop"] .icon {
  background-image: url(../images/sprites/sx2-icons-stop.png); }

[data-icon="migrate"] .icon {
  background-image: url(../images/sprites/sx2-icons-migrate.png); }

[data-icon="left"] .icon {
  background-image: url(../images/sprites/sx2-icons-arrow-left.png); }

[data-icon="right"] .icon {
  background-image: url(../images/sprites/sx2-icons-arrow-right.png); }

[data-icon="up"] .icon {
  background-image: url(../images/sprites/sx2-icons-arrow-up.png); }

[data-icon="down"] .icon {
  background-image: url(../images/sprites/sx2-icons-arrow-down.png); }

[data-icon="collapse"] .icon {
  background-image: url(../images/sprites/sx2-icons-arrow-up.png); }
[data-icon="collapse"].collapsed .icon {
  background-image: url(../images/sprites/sx2-icons-arrow-down.png); }

[data-icon="alert-resolution-done"] .icon {
  background-image: url(../images/sprites/sx2-icons-alert-resolution-done.png); }

[data-icon="alert-resolution-pending"] .icon {
  background-image: url(../images/sprites/sx2-icons-alert-resolution-pending.png); }

[data-icon="alert-acknowledge-ok"] .icon {
  background-image: url(../images/sprites/sx2-icons-alert-status-acknowledged.png); }

[data-icon="alert-acknowledge-nok"] .icon {
  background-image: url(../images/sprites/sx2-icons-alert-status-notacknowledged.png); }

[data-icon="alert-status-choose"] .icon {
  background-image: url(../images/sprites/sx2-icons-alert-status-choose.png); }

[data-icon="alert-status-acknowledged"] .icon {
  background-image: url(../images/sprites/sx2-icons-alert-status-acknowledged.png); }

[data-icon="alert-status-notacknowledged"] .icon {
  background-image: url(../images/sprites/sx2-icons-alert-status-notacknowledged.png); }

[data-icon="alert-status-npc"] .icon {
  background-image: url(../images/sprites/sx2-icons-alert-status-npc.png); }

[data-icon="alert-status-pec"] .icon {
  background-image: url(../images/sprites/sx2-icons-alert-status-pec.png); }

[data-icon="alert-status-ign"] .icon {
  background-image: url(../images/sprites/sx2-icons-alert-status-ign.png); }

[data-icon="alert-level-info"] .icon {
  background-image: url(../images/sprites/sx2-icons-alert-level-info.png); }

[data-icon="alert-level-warning"] .icon {
  background-image: url(../images/sprites/sx2-icons-alert-level-warning.png); }

[data-icon="alert-level-critical"] .icon {
  background-image: url(../images/sprites/sx2-icons-alert-level-critical.png); }

[data-icon="rss"] .icon {
  background-image: url(../images/sprites/sx2-icons-rss.png); }

[data-icon="file-excel"] .icon {
  background-image: url(../images/sprites/sx2-icons-file-excel.png); }

[data-icon="module-mibmonitor"] .icon {
  background-image: url(../images/icons/sx2-mainnav-modules-mibmonitor.png); }

[data-icon="module-alerts"] .icon {
  background-image: url(../images/icons/sx2-mainnav-modules-gestion-alertes.png); }

[data-icon="header-stats"] .icon {
  background-image: url(../images/icons/sx2-header-stats.png); }
  [data-icon="header-stats"] .icon + .text .counter {
    background-color: #94ba00; }

[data-icon="header-alerts"] .icon {
  background-image: url(../images/icons/sx2-header-alerts.png); }
  [data-icon="header-alerts"] .icon + .text .counter {
    background-color: #18bdc2; }

[data-icon="header-alerts-nutanix"] .icon {
  background-image: url(../images/icons/sx2-header-alerts-nutanix.png); }
  [data-icon="header-alerts-nutanix"] .icon + .text .counter {
    background-color: #18bdc2; }

[data-icon="header-vm"] .icon {
  background-image: url(../images/icons/sx2-header-vm.png); }
  [data-icon="header-vm"] .icon + .text .counter {
    background-color: #18bdc2; }

[data-icon="header-host"] .icon {
  background-image: url(../images/icons/sx2-header-host.png); }
  [data-icon="header-host"] .icon + .text .counter {
    background-color: #269cee; }

[data-icon="header-network"] .icon {
  background-image: url(../images/icons/sx2-header-network.png); }
  [data-icon="header-network"] .icon + .text .counter {
    background-color: #a2256e; }

[data-icon="header-hardware-harddrive"] .icon {
  background-image: url(../images/icons/sx2-header-hardware-harddrive.png); }
  [data-icon="header-hardware-harddrive"] .icon + .text .counter {
    background-color: #269cee; }

[data-icon="header-hardware-cpu"] .icon {
  background-image: url(../images/icons/sx2-header-hardware-cpu.png); }
  [data-icon="header-hardware-cpu"] .icon + .text .counter {
    background-color: #269cee; }

[data-icon="header-hardware-ram"] .icon {
  background-image: url(../images/icons/sx2-header-hardware-ram.png); }
  [data-icon="header-hardware-ram"] .icon + .text .counter {
    background-color: #269cee; }

.icon.sx2status {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .icon.sx2status[data-sx2status="ok"] {
    background-image: url(../images/icons/sx2-list-alert-level-ok.png);
    background-color: #7ca300; }
  .icon.sx2status[data-sx2status="low"], .icon.sx2status[data-sx2status="info"] {
    background-image: url(../images/icons/sx2-list-alert-level-info.png);
    background-color: #017bc7; }
  .icon.sx2status[data-sx2status="medium"] {
    background-image: url(../images/icons/sx2-list-alert-level-warning.png);
    background-color: #ff9000; }
  .icon.sx2status[data-sx2status="high"] {
    background-image: url(../images/icons/sx2-list-alert-level-critical.png);
    background-color: #ff0000; }
  .icon.sx2status[data-sx2status="unknown"] {
    background-image: url(../images/icons/sx2-list-alert-level-unknown.png);
    background-color: #868f95; }

/*
 * SX2 MODULE
 * Common
 *
 */
@CHARSET "UTF-8";
/* MIXINS */
/*
 * TYPOGRAPHY
 *
 */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url(../fonts/ptsans-regular-v8.woff2) format("woff"); }
@font-face {
  font-family: 'PT Mono';
  font-style: normal;
  font-weight: 400;
  src: local("PT Mono"), local("PTMono-Regular"), url(../fonts/ptmono-v4.woff2) format("woff"); }
/*
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
	src: local('PT Serif'), local('PTSerif-Regular'), url(../fonts/ptserif-regular-v1.woff) format('woff');
}
*/
body {
  font-family: "PT Sans", arial, sans-serif; }

.text-monospace,
input[type="number"] {
  font-family: "PT Mono", monospace, sans-serif; }

.align-left {
  float: left; }

.align-right {
  float: right; }

.align-text-left {
  text-align: left; }

.align-text-right {
  text-align: right; }

th {
  /*
	font-family:'PT Sans', arial, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#5d6972;
	*/ }

td {
  /*
	font-family:'PT Sans', arial, sans-serif;
	font-size:1em;
	color:#021e2f;
	*/ }

.box {
  margin: 0 0 22px 0;
  border: 1px solid #000;
  box-shadow: 0 6px 11px rgba(0, 0, 0, 0.25);
  background: #9eddff;
  font-family: "PT Sans", arial, sans-serif; }
  .box .box-header {
    padding: 11px 16px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.25);
    background: #eaeced;
    color: #000; }
    .box .box-header h2 {
      margin: 0;
      line-height: 1.25em;
      font-weight: normal;
      font-size: 1.8em; }
      .box .box-header h2 .group {
        color: rgba(0, 0, 0, 0.65); }
        .box .box-header h2 .group:after {
          content: " / "; }
      .box .box-header h2 a {
        text-decoration: none;
        color: #000; }
      .box .box-header h2[data-icon] .span {
        display: inline-block; }
      .box .box-header h2[data-icon] .icon {
        vertical-align: top;
        width: 32px;
        height: 32px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover; }
      .box .box-header h2[data-icon] .text {
        margin-left: 11px; }
    .box .box-header nav.tabs {
      margin: 0;
      padding: 0; }
      .box .box-header nav.tabs ul {
        margin: 11px 0 -12px 0;
        padding: 0;
        list-style-type: none; }
        .box .box-header nav.tabs ul li {
          display: inline-block;
          margin: 0 0 -1px 0;
          padding: 0; }
          .box .box-header nav.tabs ul li a {
            display: block;
            border: 1px solid transparent;
            padding: 0 11px;
            line-height: 32px;
            text-decoration: none;
            color: #000; }
            .box .box-header nav.tabs ul li a:hover {
              background: #000;
              color: #fff; }
          .box .box-header nav.tabs ul li.active a {
            border-color: #aeb4b8;
            border-bottom-color: #9eddff;
            background: #9eddff;
            background: -moz-linear-gradient(top, #c0e7ff 0%, #9eddff 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0e7ff), color-stop(100%, #9eddff));
            background: -webkit-linear-gradient(top, #c0e7ff 0%, #9eddff 100%);
            background: -o-linear-gradient(top, #c0e7ff 0%, #9eddff 100%);
            background: -ms-linear-gradient(top, #c0e7ff 0%, #9eddff 100%);
            background: linear-gradient(to bottom, #c0e7ff 0%, #9eddff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e7ff', endColorstr='#9eddff',GradientType=0 );
            border-bottom-color: #fff;
            background: #fff;
            color: #000; }
  .box .box-content {
    clear: both;
    padding: 24px;
    background: #fff;
    color: #000; }
    .box .box-content section {
      clear: both;
      margin: 0 0 44px 0; }
      .box .box-content section.sx2-module {
        padding: 0; }
      .box .box-content section:last-child {
        margin-bottom: 0; }
      .box .box-content section h3 {
        margin: 0 0 0.35em 0;
        padding: 0 0 0.35em 0;
        border-bottom: 1px solid #c2c7ca;
        font-weight: normal;
        font-size: 1.35em;
        color: #000; }

a.btn,
input.btn,
button.btn,
button[type="submit"] {
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #aeb4b8;
  border-radius: 0;
  padding: 3px 11px;
  min-height: 32px;
  background: #dddddd;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 75%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(75%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 75%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 75%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 75%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background: #fff;
  text-decoration: none;
  font-family: 'PT Sans', arial, sans-serif;
  font-size: inherit;
  line-height: 24px;
  font-size: 1em;
  color: #000;
  white-space: nowrap;
  cursor: pointer; }
  a.btn.no-text .icon + .text,
  input.btn.no-text .icon + .text,
  button.btn.no-text .icon + .text,
  button[type="submit"].no-text .icon + .text {
    display: none; }
  a.btn[data-icon],
  input.btn[data-icon],
  button.btn[data-icon],
  button[type="submit"][data-icon] {
    padding-right: 11px; }
    a.btn[data-icon].no-text,
    input.btn[data-icon].no-text,
    button.btn[data-icon].no-text,
    button[type="submit"][data-icon].no-text {
      padding-right: 6px;
      padding-left: 6px; }
  a.btn .icon,
  a.btn .text,
  input.btn .icon,
  input.btn .text,
  button.btn .icon,
  button.btn .text,
  button[type="submit"] .icon,
  button[type="submit"] .text {
    vertical-align: middle;
    display: inline-block; }
  a.btn.btn-sm, a.btn.btn-sml,
  input.btn.btn-sm,
  input.btn.btn-sml,
  button.btn.btn-sm,
  button.btn.btn-sml,
  button[type="submit"].btn-sm,
  button[type="submit"].btn-sml {
    min-height: 24px;
    line-height: 16px;
    font-size: 0.9em; }
    a.btn.btn-sm .icon, a.btn.btn-sml .icon,
    input.btn.btn-sm .icon,
    input.btn.btn-sml .icon,
    button.btn.btn-sm .icon,
    button.btn.btn-sml .icon,
    button[type="submit"].btn-sm .icon,
    button[type="submit"].btn-sml .icon {
      width: 16px;
      height: 16px; }
  a.btn.btn-trans,
  input.btn.btn-trans,
  button.btn.btn-trans,
  button[type="submit"].btn-trans {
    border-color: #c2c7ca;
    background: rgba(255, 255, 255, 0.25);
    color: #596b74; }
  a.btn.btn-success, a.btn.btn-primary,
  input.btn.btn-success,
  input.btn.btn-primary,
  button.btn.btn-success,
  button.btn.btn-primary,
  button[type="submit"].btn-success,
  button[type="submit"].btn-primary {
    padding: 3px 11px;
    border-color: #017bc7;
    background: #017bc7;
    color: #fff; }
    a.btn.btn-success .icon, a.btn.btn-primary .icon,
    input.btn.btn-success .icon,
    input.btn.btn-primary .icon,
    button.btn.btn-success .icon,
    button.btn.btn-primary .icon,
    button[type="submit"].btn-success .icon,
    button[type="submit"].btn-primary .icon {
      background-position: 0 0; }
  a.btn:hover, a.btn:active,
  input.btn:hover,
  input.btn:active,
  button.btn:hover,
  button.btn:active,
  button[type="submit"]:hover,
  button[type="submit"]:active {
    border-color: #000;
    background: #000;
    color: #fff !important; }
    a.btn:hover .icon, a.btn:active .icon,
    input.btn:hover .icon,
    input.btn:active .icon,
    button.btn:hover .icon,
    button.btn:active .icon,
    button[type="submit"]:hover .icon,
    button[type="submit"]:active .icon {
      background-position: 0 0; }
    a.btn:hover .glyphicon, a.btn:active .glyphicon,
    input.btn:hover .glyphicon,
    input.btn:active .glyphicon,
    button.btn:hover .glyphicon,
    button.btn:active .glyphicon,
    button[type="submit"]:hover .glyphicon,
    button[type="submit"]:active .glyphicon {
      background-color: transparent; }
    a.btn:hover[data-activebg="red"], a.btn:active[data-activebg="red"],
    input.btn:hover[data-activebg="red"],
    input.btn:active[data-activebg="red"],
    button.btn:hover[data-activebg="red"],
    button.btn:active[data-activebg="red"],
    button[type="submit"]:hover[data-activebg="red"],
    button[type="submit"]:active[data-activebg="red"] {
      border-color: #ff0000;
      background-color: #ff0000; }
    a.btn:hover[data-activebg="orange"], a.btn:active[data-activebg="orange"],
    input.btn:hover[data-activebg="orange"],
    input.btn:active[data-activebg="orange"],
    button.btn:hover[data-activebg="orange"],
    button.btn:active[data-activebg="orange"],
    button[type="submit"]:hover[data-activebg="orange"],
    button[type="submit"]:active[data-activebg="orange"] {
      border-color: #ff9000;
      background-color: #ff9000; }
    a.btn:hover[data-activebg="green"], a.btn:active[data-activebg="green"],
    input.btn:hover[data-activebg="green"],
    input.btn:active[data-activebg="green"],
    button.btn:hover[data-activebg="green"],
    button.btn:active[data-activebg="green"],
    button[type="submit"]:hover[data-activebg="green"],
    button[type="submit"]:active[data-activebg="green"] {
      border-color: #7ca300;
      background-color: #7ca300; }
    a.btn:hover[data-activebg="blue"], a.btn:active[data-activebg="blue"],
    input.btn:hover[data-activebg="blue"],
    input.btn:active[data-activebg="blue"],
    button.btn:hover[data-activebg="blue"],
    button.btn:active[data-activebg="blue"],
    button[type="submit"]:hover[data-activebg="blue"],
    button[type="submit"]:active[data-activebg="blue"] {
      border-color: #017bc7;
      background-color: #017bc7; }
    a.btn:hover[data-activebg="grey"], a.btn:active[data-activebg="grey"],
    input.btn:hover[data-activebg="grey"],
    input.btn:active[data-activebg="grey"],
    button.btn:hover[data-activebg="grey"],
    button.btn:active[data-activebg="grey"],
    button[type="submit"]:hover[data-activebg="grey"],
    button[type="submit"]:active[data-activebg="grey"] {
      border-color: #aeb4b8;
      background-color: #aeb4b8; }
    a.btn:hover[data-activebg="purple"], a.btn:active[data-activebg="purple"],
    input.btn:hover[data-activebg="purple"],
    input.btn:active[data-activebg="purple"],
    button.btn:hover[data-activebg="purple"],
    button.btn:active[data-activebg="purple"],
    button[type="submit"]:hover[data-activebg="purple"],
    button[type="submit"]:active[data-activebg="purple"] {
      border-color: #161676;
      background-color: #161676; }
  a.btn:focus,
  input.btn:focus,
  button.btn:focus,
  button[type="submit"]:focus {
    outline: 0 !important; }

.sx2-module {
  margin: 0 0 11px 0;
  padding: 11px;
  font-family: 'PT Sans', arial, sans-serif;
  font-size: 14px;
  line-height: 1.25em;
  color: #000; }
  .sx2-module:last-child {
    margin-bottom: 0; }
  .sx2-module h3 {
    margin: 0 0 0.35em 0;
    padding: 0 0 0.35em 0;
    border-bottom: 1px solid #aeb4b8;
    font-weight: normal;
    font-size: 1.35em;
    color: #021e2f; }
    .sx2-module h3 .icon {
      float: left;
      margin: 0;
      width: 40px;
      height: 40px;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .sx2-module h3 .counter {
      float: left;
      padding: 0 6px;
      min-width: 40px;
      height: 40px;
      line-height: 40px;
      background: #5d6972;
      text-align: center;
      font-weight: bold;
      color: #fff; }
  .sx2-module > header {
    *zoom: 1;
    margin: 0 0 6px 0;
    border-bottom: 1px solid #aeb4b8;
    padding: 0 0 6px 0; }
    .sx2-module > header:before, .sx2-module > header:after {
      display: table;
      content: ""; }
    .sx2-module > header:after {
      clear: both; }
    .sx2-module > header h3 {
      float: left;
      margin: 0;
      padding: 0;
      border: 0;
      line-height: 40px; }
      .sx2-module > header h3 .icon {
        vertical-align: top;
        margin: 0 4px 0 0;
        /* margin: 4px; */ }
  .sx2-module hr {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #aeb4b8; }
  .sx2-module form fieldset {
    margin: 0 0 22px 0;
    padding: 0;
    border: 0; }
    .sx2-module form fieldset legend {
      margin: 0 0 22px 0;
      padding: 0;
      border-bottom: 1px solid #aeb4b8;
      line-height: 32px; }
  .sx2-module form.frame {
    padding: 11px;
    background-color: #f4f5f6; }
  .sx2-module form.horizontal-label label {
    box-sizing: border-box;
    float: left;
    margin: 0 11px 0 0;
    width: 20%;
    min-height: 32px;
    text-align: right;
    line-height: 32px;
    white-space: nowrap; }
  .sx2-module form .form-group {
    clear: both;
    margin: 0 0 11px 0; }
    .sx2-module form .form-group input.w50, .sx2-module form .form-group textarea.w50, .sx2-module form .form-group select.w50 {
      width: 25%; }
    .sx2-module form .form-group input.w66, .sx2-module form .form-group textarea.w66, .sx2-module form .form-group select.w66 {
      width: 33.333%; }
    .sx2-module form .form-group input.w75, .sx2-module form .form-group textarea.w75, .sx2-module form .form-group select.w75 {
      width: 50%; }
    .sx2-module form .form-group input.w100, .sx2-module form .form-group textarea.w100, .sx2-module form .form-group select.w100 {
      width: 75%; }
    .sx2-module form .form-group h6 {
      margin: 0;
      font-size: 1em;
      font-weight: normal; }
    .sx2-module form .form-group .check-bar {
      box-sizing: border-box;
      white-space: nowrap;
      border: 1px solid #aeb4b8;
      height: 34px;
      background: rgba(255, 255, 255, 0.35);
      line-height: 32px; }
      .sx2-module form .form-group .check-bar input.check {
        display: none;
        margin: 0;
        border: 0;
        padding: 0; }
        .sx2-module form .form-group .check-bar input.check + label {
          float: left;
          margin: 0;
          border-right: 1px solid #aeb4b8;
          width: 54px;
          background: #fff; }
          .sx2-module form .form-group .check-bar input.check + label:hover {
            background: #000; }
            .sx2-module form .form-group .check-bar input.check + label:hover .icon {
              background-position: 0 50%; }
          .sx2-module form .form-group .check-bar input.check + label:after {
            margin: 0;
            content: ""; }
          .sx2-module form .form-group .check-bar input.check + label .icon {
            float: left;
            margin: 0 11px;
            padding: 0;
            width: 32px;
            height: 32px; }
          .sx2-module form .form-group .check-bar input.check + label .text {
            display: none;
            margin: 0; }
        .sx2-module form .form-group .check-bar input.check:checked + label {
          background: #868f95; }
          .sx2-module form .form-group .check-bar input.check:checked + label .icon {
            background-position: 0 50%; }
          .sx2-module form .form-group .check-bar input.check:checked + label[data-activebg="orange"] {
            background: #ff9000; }
          .sx2-module form .form-group .check-bar input.check:checked + label[data-activebg="red"] {
            background: #ff0000; }
          .sx2-module form .form-group .check-bar input.check:checked + label[data-activebg="green"] {
            background: #7ca300; }
          .sx2-module form .form-group .check-bar input.check:checked + label[data-activebg="blue"] {
            background: #017bc7; }
          .sx2-module form .form-group .check-bar input.check:checked + label[data-activebg="grey"] {
            background: #aeb4b8; }
          .sx2-module form .form-group .check-bar input.check:checked + label[data-activebg="purple"] {
            background: #161676; }
        .sx2-module form .form-group .check-bar input.check:last-of-type + label {
          border-right: 0; }
  .sx2-module form .form-submit {
    margin: 11px 0 0 0;
    padding: 11px 0 0 0;
    border-top: 1px solid #aeb4b8;
    text-align: right; }
  .sx2-module label {
    display: inline-block; }
    .sx2-module label:after {
      margin: 0 0 0 0.35em;
      content: ":"; }
  .sx2-module .form-control {
    height: auto; }
  .sx2-module input,
  .sx2-module textarea,
  .sx2-module select {
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #aeb4b8;
    border-radius: 0;
    padding: 3px 6px;
    min-height: 32px;
    line-height: 24px;
    box-shadow: inset 0 0.125em 0.25em rgba(0, 0, 0, 0.125);
    font-family: 'PT Sans', arial, sans-serif;
    font-size: inherit;
    color: #000; }
  .sx2-module input[type="date"], .sx2-module input[type="time"] {
    width: 165px; }
  .sx2-module input[type="file"] {
    background: #f4f5f6; }
  .sx2-module input[type="checkbox"],
  .sx2-module input[type="radio"] {
    display: inline;
    margin: 0;
    border: 0;
    padding: 0;
    width: auto;
    min-height: auto;
    box-shadow: none; }
    .sx2-module input[type="checkbox"] + label,
    .sx2-module input[type="radio"] + label {
      cursor: pointer; }
      .sx2-module input[type="checkbox"] + label:after,
      .sx2-module input[type="radio"] + label:after {
        content: ""; }
  .sx2-module .radio-group {
    *zoom: 1;
    line-height: 32px; }
    .sx2-module .radio-group:before, .sx2-module .radio-group:after {
      display: table;
      content: ""; }
    .sx2-module .radio-group:after {
      clear: both; }
    .sx2-module .radio-group label {
      float: left;
      border: 1px solid #aeb4b8;
      border-right: 0;
      padding: 0 11px;
      background: #f4f5f6;
      font-weight: normal;
      color: #868f95;
      cursor: pointer; }
      .sx2-module .radio-group label:after {
        content: ""; }
      .sx2-module .radio-group label:last-child {
        border-right: 1px solid #aeb4b8; }
    .sx2-module .radio-group input[type="radio"] {
      display: none; }
      .sx2-module .radio-group input[type="radio"]:checked + label {
        background: #017bc7;
        box-shadow: inset 0 0.125em 0.5em rgba(0, 0, 0, 0.25);
        color: #fff; }
  .sx2-module .filters {
    *zoom: 1;
    margin: 0 0 11px 0;
    border-bottom: 1px solid #c2c7ca;
    padding: 0 0 11px 0; }
    .sx2-module .filters:before, .sx2-module .filters:after {
      display: table;
      content: ""; }
    .sx2-module .filters:after {
      clear: both; }
    .sx2-module .filters .form-group {
      display: inline-block; }
    .sx2-module .filters .form-submit {
      margin: 0;
      padding: 0;
      border-top: 0; }
  .sx2-module .table-selectactions {
    clear: both;
    float: left;
    margin: 6px 0 0 0;
    padding: 0 0 0 34px;
    background-image: url(../images/backgrounds/sx2-table-selectactions.png);
    background-position: 2px 50%;
    background-repeat: no-repeat; }
  .sx2-module .btn.table-reload {
    float: right;
    margin: 0 0 6px 0; }
  .sx2-module table {
    clear: both;
    margin: 0 0 6px 0;
    border-collapse: collapse;
    border: 1px solid #aeb4b8;
    width: 100%; }
    .sx2-module table thead {
      background: #aeb4b8; }
      .sx2-module table thead tr th, .sx2-module table thead tr td {
        border: 1px solid #d6d9db;
        border-bottom: 0;
        padding: 3px 11px;
        font-family: 'PT Sans', arial, sans-serif;
        text-align: left;
        font-weight: normal;
        color: #fff; }
    .sx2-module table tbody tr {
      background-color: rgba(255, 255, 255, 0.5); }
      .sx2-module table tbody tr th, .sx2-module table tbody tr td {
        vertical-align: top;
        border: 1px solid #aeb4b8;
        padding: 6px 11px;
        text-align: left;
        font-family: 'PT Sans', arial, sans-serif; }
        .sx2-module table tbody tr th input,
        .sx2-module table tbody tr th textarea,
        .sx2-module table tbody tr th select, .sx2-module table tbody tr td input,
        .sx2-module table tbody tr td textarea,
        .sx2-module table tbody tr td select {
          display: block;
          width: 100%; }
        .sx2-module table tbody tr th.no-content, .sx2-module table tbody tr td.no-content {
          background-color: rgba(221, 221, 221, 0.5);
          color: #aeb4b8; }
      .sx2-module table tbody tr:hover {
        background-color: #e3f2fc; }
      .sx2-module table tbody tr.selected {
        background-color: #f9f17f !important; }
      .sx2-module table tbody tr:nth-child(even) {
        background-color: #f4f5f6; }
        .sx2-module table tbody tr:nth-child(even):hover {
          background-color: #e3f2fc; }
        .sx2-module table tbody tr:nth-child(even).selected {
          background-color: #f8f3a7 !important; }
  .sx2-module table.list {
    clear: both;
    margin: 0 0 6px 0;
    border-collapse: collapse;
    border: 1px solid #aeb4b8;
    width: 100%; }
    .sx2-module table.list thead {
      background: #aeb4b8; }
      .sx2-module table.list thead tr {
        border-top: 2px solid #aeb4b8; }
        .sx2-module table.list thead tr th, .sx2-module table.list thead tr td {
          vertical-align: bottom;
          border: 2px solid #d6d9db;
          border-bottom: 0;
          padding: 3px 11px;
          font-family: 'PT Sans', arial, sans-serif;
          text-align: left;
          font-weight: normal;
          color: #fff; }
          .sx2-module table.list thead tr th:first-of-type, .sx2-module table.list thead tr td:first-of-type {
            border-left: 0; }
          .sx2-module table.list thead tr th:last-of-type, .sx2-module table.list thead tr td:last-of-type {
            border-right: 0; }
          .sx2-module table.list thead tr th.tablesorter-header, .sx2-module table.list thead tr td.tablesorter-header {
            position: relative;
            cursor: pointer;
            padding-right: 24px; }
            .sx2-module table.list thead tr th.tablesorter-header.sorter-false, .sx2-module table.list thead tr td.tablesorter-header.sorter-false {
              padding-right: 11px;
              cursor: not-allowed; }
              .sx2-module table.list thead tr th.tablesorter-header.sorter-false .tablesorter-header-inner .tablesorter-icon, .sx2-module table.list thead tr td.tablesorter-header.sorter-false .tablesorter-header-inner .tablesorter-icon {
                display: none; }
            .sx2-module table.list thead tr th.tablesorter-header .tablesorter-header-inner, .sx2-module table.list thead tr td.tablesorter-header .tablesorter-header-inner {
              white-space: nowrap; }
              .sx2-module table.list thead tr th.tablesorter-header .tablesorter-header-inner .tablesorter-icon, .sx2-module table.list thead tr td.tablesorter-header .tablesorter-header-inner .tablesorter-icon {
                position: absolute;
                top: 5px;
                right: 6px;
                width: 16px;
                height: 16px;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-image: url(../images/sprites/sx2-tablesorter-header.png); }
            .sx2-module table.list thead tr th.tablesorter-header.tablesorter-headerUnSorted .tablesorter-header-inner .tablesorter-icon, .sx2-module table.list thead tr td.tablesorter-header.tablesorter-headerUnSorted .tablesorter-header-inner .tablesorter-icon {
              background-position: 0 50%; }
            .sx2-module table.list thead tr th.tablesorter-header.tablesorter-headerUnSorted:hover, .sx2-module table.list thead tr td.tablesorter-header.tablesorter-headerUnSorted:hover {
              background-color: #9aa1a6; }
            .sx2-module table.list thead tr th.tablesorter-header.tablesorter-headerUnSorted.sorter-false:hover, .sx2-module table.list thead tr td.tablesorter-header.tablesorter-headerUnSorted.sorter-false:hover {
              background-color: transparent; }
            .sx2-module table.list thead tr th.tablesorter-header.tablesorter-headerDesc, .sx2-module table.list thead tr td.tablesorter-header.tablesorter-headerDesc {
              border-top: 2px solid #017bc7; }
              .sx2-module table.list thead tr th.tablesorter-header.tablesorter-headerDesc .tablesorter-header-inner .tablesorter-icon, .sx2-module table.list thead tr td.tablesorter-header.tablesorter-headerDesc .tablesorter-header-inner .tablesorter-icon {
                background-position: 50% 50%; }
              .sx2-module table.list thead tr th.tablesorter-header.tablesorter-headerDesc:hover, .sx2-module table.list thead tr td.tablesorter-header.tablesorter-headerDesc:hover {
                background-color: #9aa1a6; }
            .sx2-module table.list thead tr th.tablesorter-header.tablesorter-headerAsc, .sx2-module table.list thead tr td.tablesorter-header.tablesorter-headerAsc {
              border-top: 2px solid #017bc7; }
              .sx2-module table.list thead tr th.tablesorter-header.tablesorter-headerAsc .tablesorter-header-inner .tablesorter-icon, .sx2-module table.list thead tr td.tablesorter-header.tablesorter-headerAsc .tablesorter-header-inner .tablesorter-icon {
                background-position: 100% 50%; }
              .sx2-module table.list thead tr th.tablesorter-header.tablesorter-headerAsc:hover, .sx2-module table.list thead tr td.tablesorter-header.tablesorter-headerAsc:hover {
                background-color: #9aa1a6; }
    .sx2-module table.list tbody tr {
      background-color: rgba(255, 255, 255, 0.5); }
      .sx2-module table.list tbody tr th, .sx2-module table.list tbody tr td {
        vertical-align: top;
        border: 1px solid #aeb4b8;
        padding: 6px 11px;
        text-align: left;
        font-family: 'PT Sans', arial, sans-serif; }
        .sx2-module table.list tbody tr th input,
        .sx2-module table.list tbody tr th textarea,
        .sx2-module table.list tbody tr th select, .sx2-module table.list tbody tr td input,
        .sx2-module table.list tbody tr td textarea,
        .sx2-module table.list tbody tr td select {
          display: block;
          width: 100%; }
        .sx2-module table.list tbody tr th.no-content, .sx2-module table.list tbody tr td.no-content {
          background-color: rgba(221, 221, 221, 0.5);
          color: #aeb4b8; }
      .sx2-module table.list tbody tr:hover {
        background-color: #e3f2fc; }
      .sx2-module table.list tbody tr.selected {
        background-color: #f9f17f !important; }
      .sx2-module table.list tbody tr:nth-child(even) {
        background-color: #f4f5f6; }
        .sx2-module table.list tbody tr:nth-child(even):hover {
          background-color: #e3f2fc; }
        .sx2-module table.list tbody tr:nth-child(even).selected {
          background-color: #f8f3a7 !important; }
  .sx2-module nav.tabs {
    *zoom: 1;
    margin: 0 0 11px 0;
    padding: 0; }
    .sx2-module nav.tabs:before, .sx2-module nav.tabs:after {
      display: table;
      content: ""; }
    .sx2-module nav.tabs:after {
      clear: both; }
    .sx2-module nav.tabs ul {
      margin: 0;
      border-bottom: 1px solid #aeb4b8;
      padding: 0;
      list-style-type: none; }
      .sx2-module nav.tabs ul li {
        display: inline-block;
        margin: 0 0 -1px 0;
        padding: 0; }
        .sx2-module nav.tabs ul li a {
          display: block;
          border: 1px solid transparent;
          padding: 0 11px;
          line-height: 32px;
          text-decoration: none;
          color: #000; }
          .sx2-module nav.tabs ul li a:hover {
            background: #000;
            color: #fff; }
        .sx2-module nav.tabs ul li.active a {
          border-color: #aeb4b8;
          border-bottom-color: #9eddff;
          background: #9eddff;
          background: -moz-linear-gradient(top, #c0e7ff 0%, #9eddff 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0e7ff), color-stop(100%, #9eddff));
          background: -webkit-linear-gradient(top, #c0e7ff 0%, #9eddff 100%);
          background: -o-linear-gradient(top, #c0e7ff 0%, #9eddff 100%);
          background: -ms-linear-gradient(top, #c0e7ff 0%, #9eddff 100%);
          background: linear-gradient(to bottom, #c0e7ff 0%, #9eddff 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e7ff', endColorstr='#9eddff',GradientType=0 );
          color: #000; }
  .sx2-module .nav.nav-tabs {
    border-color: #aeb4b8; }
    .sx2-module .nav.nav-tabs > li > a {
      color: #868f95; }
    .sx2-module .nav.nav-tabs > li > a:hover,
    .sx2-module .nav.nav-tabs > li > a:focus {
      border-color: #017bc7;
      border-bottom-color: #aeb4b8;
      background: #017bc7;
      color: #fff; }
    .sx2-module .nav.nav-tabs > li.active > a,
    .sx2-module .nav.nav-tabs > li.active > a:hover,
    .sx2-module .nav.nav-tabs > li.active > a:focus {
      border-color: #aeb4b8;
      border-bottom-color: #fff;
      background: #9eddff;
      background: -moz-linear-gradient(top, #c0e7ff 0%, #9eddff 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0e7ff), color-stop(100%, #9eddff));
      background: -webkit-linear-gradient(top, #c0e7ff 0%, #9eddff 100%);
      background: -o-linear-gradient(top, #c0e7ff 0%, #9eddff 100%);
      background: -ms-linear-gradient(top, #c0e7ff 0%, #9eddff 100%);
      background: linear-gradient(to bottom, #c0e7ff 0%, #9eddff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e7ff', endColorstr='#9eddff',GradientType=0 );
      background: #fff;
      color: #000; }
  .sx2-module nav.pagination {
    margin: 0;
    width: 100%; }
    .sx2-module nav.pagination ul.pager {
      clear: both;
      margin: 0;
      padding: 0;
      text-align: center; }
      .sx2-module nav.pagination ul.pager > li {
        vertical-align: top;
        display: inline-block;
        height: 32px; }
        .sx2-module nav.pagination ul.pager > li.previous > a > .icon {
          float: left;
          background-image: url(../images/sprites/sx2-icons-arrow-left.png);
          background-position: 50% 50%; }
        .sx2-module nav.pagination ul.pager > li.previous > a > .text {
          display: none; }
        .sx2-module nav.pagination ul.pager > li.next > a > .icon {
          float: right;
          background-image: url(../images/sprites/sx2-icons-arrow-right.png);
          background-position: 50% 50%; }
        .sx2-module nav.pagination ul.pager > li.next > a > .text {
          display: none; }
        .sx2-module nav.pagination ul.pager > li.sep {
          padding: 0 11px;
          line-height: 32px;
          color: #d6d9db; }
        .sx2-module nav.pagination ul.pager > li.current {
          margin: 0;
          padding: 0 0 0 11px;
          height: 32px;
          line-height: 32px;
          background: #eaeced; }
          .sx2-module nav.pagination ul.pager > li.current input[type="number"] {
            vertical-align: top;
            margin: 0 0 0 0.375em;
            padding: 0;
            text-align: center;
            width: 44px;
            height: 32px; }
        .sx2-module nav.pagination ul.pager > li > a {
          float: none;
          display: inline-block;
          border-color: transparent;
          border-radius: 0;
          padding: 0 11px;
          height: 32px;
          background: #eaeced;
          line-height: 32px;
          color: #272f33; }
          .sx2-module nav.pagination ul.pager > li > a .icon {
            margin: 4px 0;
            height: 24px;
            width: 24px;
            background-size: cover;
            background-repeat: no-repeat; }
          .sx2-module nav.pagination ul.pager > li > a:hover {
            background: #000;
            color: #fff; }
            .sx2-module nav.pagination ul.pager > li > a:hover .icon {
              background-position: 0 50%; }

.modal {
  margin-bottom: 0;
  color: #000; }
  .modal .modal-header {
    background: #0162a5;
    border-color: #024c7b;
    color: #fff; }
    .modal .modal-header .modal-title .icon {
      display: inline-block;
      width: 24px;
      height: 24px; }
    .modal .modal-header .modal-title .text {
      margin: 0 0 0 11px; }
    .modal .modal-header button.close {
      color: #fff; }
  .modal .modal-content {
    border-radius: 0; }
  .modal .modal-footer {
    background: #fff; }
    .modal .modal-footer button {
      height: 44px; }
      .modal .modal-footer button.btn-primary {
        padding: 0 22px;
        font-weight: bold; }

/* MODALS */
.modal .modal-dialog.modal-lg {
  max-width: 1024px;
  min-width: 640px; }
.modal .modal-body {
  min-height: 320px; }
  .modal .modal-body .modal-loading {
    padding: 99px 0 0 0; }
    .modal .modal-body .modal-loading .spinner {
      margin-bottom: 32px; }
    .modal .modal-body .modal-loading p {
      text-align: center;
      color: #868f95; }

/* --- VIRTUAL MACHINES --------- */
.modal#sx2-vm-detail dl dd.vm-name {
  font-weight: bold; }
.modal#sx2-vm-detail dl dd.vm-sx2status .icon {
  margin: 0 6px 0 0; }
.modal#sx2-vm-detail dl dd.vm-status .icon {
  margin: 0 6px 0 0;
  background-image: url(../images/icons/sx2-vms-power-off.png); }
.modal#sx2-vm-detail dl dd.vm-status[data-status="on"] {
  color: #7ca300; }
  .modal#sx2-vm-detail dl dd.vm-status[data-status="on"] .icon {
    background-image: url(../images/icons/sx2-vms-power-on.png); }
.modal#sx2-vm-detail dl dd.vm-protectiondomain .icon {
  margin: 0 6px 0 0;
  background-image: url(../images/icons/sx2-vms-protectiondomain-off.png); }
.modal#sx2-vm-detail dl dd.vm-protectiondomain[data-protectiondomain="on"] .icon {
  background-image: url(../images/icons/sx2-vms-protectiondomain-on.png); }
.modal#sx2-vm-detail dl dd.vm-protectiondomain ul {
  margin-left: 30px; }
.modal#sx2-vm-detail dl dd.vm-remotesite .icon {
  margin: 0 6px 0 0;
  background-image: url(../images/icons/sx2-vms-remotesite-off.png); }
.modal#sx2-vm-detail dl dd.vm-remotesite[data-remotesite="on"] .icon {
  background-image: url(../images/icons/sx2-vms-remotesite-on.png); }
.modal#sx2-vm-detail dl dd.vm-remotesite ul {
  margin-left: 30px; }

.modal#sx2-vm-hosts dl dd.host-name {
  font-weight: bold; }
.modal#sx2-vm-hosts dl dd.link {
  float: right;
  margin: 0;
  width: auto; }

.modal#sx2-vm-disks dl dd.disk-id {
  font-weight: bold; }
.modal#sx2-vm-disks dl dd.link {
  float: right;
  margin: 0;
  width: auto; }

.modal#sx2-vm-networks dl dd.network-name {
  font-weight: bold; }

/* --- ALERTES --------- */
.modal#sx2-alert-detail dl.alert-data {
  background: url(../images/icons/sx2-header-alerts.png) 0 0 no-repeat;
  background-size: 32px 32px; }
  .modal#sx2-alert-detail dl.alert-data dd.alert-id {
    font-weight: bold; }
.modal#sx2-alert-detail dl.alert-machine {
  background: url(../images/icons/sx2-header-host.png) 0 0 no-repeat;
  background-size: 32px 32px; }
  .modal#sx2-alert-detail dl.alert-machine dd.alert-machine-name {
    font-weight: bold; }
    .modal#sx2-alert-detail dl.alert-machine dd.alert-machine-name a {
      text-decoration: underline;
      color: #000; }
  .modal#sx2-alert-detail dl.alert-machine dd.alert-machine-description-short {
    font-weight: bold; }
.modal#sx2-alert-detail dl.alert-content {
  background: url(../images/icons/sx2-header-ticket-info.png) 0 0 no-repeat;
  background-size: 32px 32px; }
  .modal#sx2-alert-detail dl.alert-content dd.alert-title {
    font-weight: bold; }
.modal#sx2-alert-detail dl.alert-status {
  background: url(../images/icons/sx2-header-ticket.png) 0 0 no-repeat;
  background-size: 32px 32px; }
  .modal#sx2-alert-detail dl.alert-status dd.alert-status-level {
    text-transform: uppercase;
    font-weight: bold; }
    .modal#sx2-alert-detail dl.alert-status dd.alert-status-level .icon {
      display: inline-block;
      vertical-align: middle;
      margin: 0 4px 0 0;
      background-size: 24px 24px; }
  .modal#sx2-alert-detail dl.alert-status dd.alert-status-acknowledge .icon {
    display: inline-block;
    margin: 0 4px 0 0; }
  .modal#sx2-alert-detail dl.alert-status dd.alert-status-acknowledge[data-acknowledge="0"] {
    color: #ff0000; }
    .modal#sx2-alert-detail dl.alert-status dd.alert-status-acknowledge[data-acknowledge="0"] .icon {
      background-image: url(../images/icons/sx2-alert-acknowledge-nok.png); }
  .modal#sx2-alert-detail dl.alert-status dd.alert-status-acknowledge[data-acknowledge="1"] {
    color: #7ca300; }
    .modal#sx2-alert-detail dl.alert-status dd.alert-status-acknowledge[data-acknowledge="1"] .icon {
      background-image: url(../images/icons/sx2-alert-acknowledge-ok.png); }
  .modal#sx2-alert-detail dl.alert-status dd.alert-status-acknowledge .acknowledged-by {
    color: #5d6972; }
  .modal#sx2-alert-detail dl.alert-status dd.alert-status-resolution .icon {
    display: inline-block;
    margin: 0 4px 0 0; }
  .modal#sx2-alert-detail dl.alert-status dd.alert-status-resolution[data-resolution="0"] {
    color: #ff0000; }
    .modal#sx2-alert-detail dl.alert-status dd.alert-status-resolution[data-resolution="0"] .icon {
      background-image: url(../images/icons/sx2-alert-resolution-pending.png); }
  .modal#sx2-alert-detail dl.alert-status dd.alert-status-resolution[data-resolution="1"] {
    color: #7ca300; }
    .modal#sx2-alert-detail dl.alert-status dd.alert-status-resolution[data-resolution="1"] .icon {
      background-image: url(../images/icons/sx2-alert-resolution-done.png); }
  .modal#sx2-alert-detail dl.alert-status dd.alert-status-status input[type="radio"] {
    display: none; }
    .modal#sx2-alert-detail dl.alert-status dd.alert-status-status input[type="radio"] + label {
      float: left;
      margin-right: 2px;
      padding: 11px 22px;
      background: #eaeced;
      user-select: none;
      cursor: pointer; }
      .modal#sx2-alert-detail dl.alert-status dd.alert-status-status input[type="radio"] + label:hover {
        background: #d6d9db; }
    .modal#sx2-alert-detail dl.alert-status dd.alert-status-status input[type="radio"]:checked + label {
      color: #fff; }
    .modal#sx2-alert-detail dl.alert-status dd.alert-status-status input[type="radio"]#alert-status-status-choice-PEC:checked + label {
      background: #7ca300; }
    .modal#sx2-alert-detail dl.alert-status dd.alert-status-status input[type="radio"]#alert-status-status-choice-IGN:checked + label {
      background: #161676; }
  .modal#sx2-alert-detail dl.alert-status dd.alert-status-status .notice {
    float: right;
    margin: 0 0 0 2em;
    border-left: 1px dotted #d6d9db;
    padding: 0 0 0 1em;
    width: 160px;
    line-height: 1.2em;
    font-size: 0.75em;
    color: #aeb4b8; }
  .modal#sx2-alert-detail dl.alert-status dd.alert-status-ticket #alert-status-ticket-create {
    vertical-align: top;
    margin: 0 0 1em 0;
    border: 0;
    padding: 0.85em 1em 0.85em 64px;
    height: 44px;
    background-image: url(../images/icons/supervisionAlertes-alerte-detail-status-ticket-create.jpg);
    background-position: 16px 50%;
    background-repeat: no-repeat;
    background-color: #7ca300;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
    cursor: pointer; }
    .modal#sx2-alert-detail dl.alert-status dd.alert-status-ticket #alert-status-ticket-create:hover {
      background-color: #94ba00; }
  .modal#sx2-alert-detail dl.alert-status dd.alert-status-ticket .alert-status-ticket-existing {
    display: inline-block;
    margin: 0 0 0 1.5em; }
    .modal#sx2-alert-detail dl.alert-status dd.alert-status-ticket .alert-status-ticket-existing > label {
      display: block;
      margin: 0;
      line-height: 16px;
      font-weight: normal;
      font-size: 0.8em;
      color: #5d6972; }
      .modal#sx2-alert-detail dl.alert-status dd.alert-status-ticket .alert-status-ticket-existing > label > a {
        padding: 0 16px 0 0;
        background: url(../images/icons/sx2-alerts-detail-status-ticket-existing-view.jpg) 100% 50% no-repeat;
        color: #444d54; }
    .modal#sx2-alert-detail dl.alert-status dd.alert-status-ticket .alert-status-ticket-existing > input {
      padding: 3px 6px;
      border: 1px solid #c2c7ca;
      border-radius: 0;
      height: auto; }
.modal#sx2-alert-detail[data-status-level="high"] dl.alert-status dd.alert-status-level {
  color: #ff0000; }
  .modal#sx2-alert-detail[data-status-level="high"] dl.alert-status dd.alert-status-level .icon {
    background-image: url(../images/icons/sx2-list-alert-level-critical.png);
    background-color: #ff0000; }
.modal#sx2-alert-detail[data-status-level="high"] dl.alert-status dd.alert-status-status input[type="radio"]:checked + label {
  background: #ff0000; }
.modal#sx2-alert-detail[data-status-level="medium"] dl.alert-status dd.alert-status-level {
  color: #ff9000; }
  .modal#sx2-alert-detail[data-status-level="medium"] dl.alert-status dd.alert-status-level .icon {
    background-image: url(../images/icons/sx2-list-alert-level-warning.png);
    background-color: #ff9000; }
.modal#sx2-alert-detail[data-status-level="medium"] dl.alert-status dd.alert-status-status input[type="radio"]:checked + label {
  background: #ff9000; }
.modal#sx2-alert-detail[data-status-level="low"] dl.alert-status dd.alert-status-level {
  color: #017bc7; }
  .modal#sx2-alert-detail[data-status-level="low"] dl.alert-status dd.alert-status-level .icon {
    background-image: url(../images/icons/sx2-list-alert-level-info.png);
    background-color: #017bc7; }
.modal#sx2-alert-detail[data-status-level="low"] dl.alert-status dd.alert-status-status input[type="radio"]:checked + label {
  background: #017bc7; }

/* NAV ELEMENTS */
.nav.nav-tabs > li {
  position: relative;
  display: inline-block; }
  .nav.nav-tabs > li a {
    display: block;
    border: 1px solid #e0e3e4;
    border-radius: 0;
    border-bottom: none;
    padding: 0 11px;
    background: #e0e3e4;
    line-height: 32px;
    color: #5d6972; }
    .nav.nav-tabs > li a:hover {
      background: #000;
      color: #fff; }
  .nav.nav-tabs > li.active {
    z-index: 1; }
    .nav.nav-tabs > li.active a {
      border: 1px solid #aeb4b8;
      border-bottom-color: #fff;
      background: #fff;
      color: #000; }
      .nav.nav-tabs > li.active a:hover {
        background: #fff;
        color: #000; }

.tab-content .tab-pane.active {
  position: relative;
  margin: -1px 0 0 0;
  border-top: 1px solid #aeb4b8;
  padding: 11px 0;
  background-color: #fff;
  color: #000; }

/* CONTENT */
span.gauge {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #868f95;
  width: 34px;
  height: 18px;
  background: rgba(39, 47, 51, 0.1);
  background: #fff; }
  span.gauge > span.bar {
    float: left;
    height: 16px;
    background: #0c4469; }

span.pgauge {
  display: inline-block;
  border: 1px solid #d6d9db;
  padding: 1px;
  height: 22px;
  white-space: nowrap;
  background: #eaeced;
  line-height: 18px; }
  span.pgauge > span.p {
    display: inline-block;
    vertical-align: top;
    padding: 0 11px 0 5px;
    width: 77px;
    line-height: 18px;
    text-align: right;
    font-weight: bold; }
  span.pgauge > span.gauge {
    vertical-align: top;
    width: 44px;
    border-color: #fff;
    background: #fff; }
    span.pgauge > span.gauge > span.bar {
      background: #269cee; }

/* TABLE LISTS */
table.list {
  border: 1px solid #aeb4b8;
  /* --- VIRTUAL MACHINES --------- */
  /* --- HOSTS --------- */
  /* --- DISKS --------- */
  /* --- NETWORKS --------- */
  /* --- ALERTS --------- */ }
  table.list thead {
    background: #aeb4b8; }
    table.list thead tr th {
      border: 2px solid #d6d9db;
      border-bottom: 0;
      padding: 3px 11px;
      font-family: 'PT Sans', arial, sans-serif;
      text-align: left;
      font-weight: normal;
      color: #fff;
      vertical-align: top !important; }
      table.list thead tr th:first-of-type {
        border-left: 0; }
      table.list thead tr th:last-of-type {
        border-right: 0; }
      table.list thead tr th.main {
        padding-left: 28px !important;
        background-position: 0 0;
        background-repeat: no-repeat; }
        table.list thead tr th.main.ram {
          background-image: url(../images/icons/sx2-list-head-ram.png); }
        table.list thead tr th.main.cpu {
          background-image: url(../images/icons/sx2-list-head-cpu.png); }
        table.list thead tr th.main.disk {
          background-image: url(../images/icons/sx2-list-head-disk.png); }
  table.list tbody tr[data-sx2status="high"] td.sx2status, table.list tbody tr[data-sx2status="critical"] td.sx2status {
    background: #ff0000; }
    table.list tbody tr[data-sx2status="high"] td.sx2status .icon, table.list tbody tr[data-sx2status="critical"] td.sx2status .icon {
      background-image: url(../images/icons/sx2-list-alert-level-critical.png); }
    table.list tbody tr[data-sx2status="high"] td.sx2status .text, table.list tbody tr[data-sx2status="critical"] td.sx2status .text {
      color: #b40000; }
    table.list tbody tr[data-sx2status="high"] td.sx2status a:hover, table.list tbody tr[data-sx2status="critical"] td.sx2status a:hover {
      background: #cc0000; }
  table.list tbody tr[data-sx2status="medium"] td.sx2status, table.list tbody tr[data-sx2status="warning"] td.sx2status {
    background: #ff9000; }
    table.list tbody tr[data-sx2status="medium"] td.sx2status .icon, table.list tbody tr[data-sx2status="warning"] td.sx2status .icon {
      background-image: url(../images/icons/sx2-list-alert-level-warning.png); }
    table.list tbody tr[data-sx2status="medium"] td.sx2status .text, table.list tbody tr[data-sx2status="warning"] td.sx2status .text {
      color: #e38b00; }
    table.list tbody tr[data-sx2status="medium"] td.sx2status a:hover, table.list tbody tr[data-sx2status="warning"] td.sx2status a:hover {
      background: #b06c00; }
  table.list tbody tr[data-sx2status="low"] td.sx2status, table.list tbody tr[data-sx2status="info"] td.sx2status {
    background: #017bc7; }
    table.list tbody tr[data-sx2status="low"] td.sx2status .icon, table.list tbody tr[data-sx2status="info"] td.sx2status .icon {
      background-image: url(../images/icons/sx2-list-alert-level-info.png); }
    table.list tbody tr[data-sx2status="low"] td.sx2status .text, table.list tbody tr[data-sx2status="info"] td.sx2status .text {
      color: #017bc7; }
    table.list tbody tr[data-sx2status="low"] td.sx2status a:hover, table.list tbody tr[data-sx2status="info"] td.sx2status a:hover {
      background: #015c94; }
  table.list tbody tr[data-sx2status="ok"] td.sx2status {
    background: #7ca300; }
    table.list tbody tr[data-sx2status="ok"] td.sx2status .icon {
      background-image: url(../images/icons/sx2-list-alert-level-ok.png); }
    table.list tbody tr[data-sx2status="ok"] td.sx2status .text {
      color: #7ca300; }
    table.list tbody tr[data-sx2status="ok"] td.sx2status a:hover {
      background: #557000; }
  table.list tbody tr[data-sx2status="unknown"] td.sx2status {
    background: #868f95; }
    table.list tbody tr[data-sx2status="unknown"] td.sx2status .icon {
      background-image: url(../images/icons/sx2-list-alert-level-unknown.png); }
    table.list tbody tr[data-sx2status="unknown"] td.sx2status .text {
      color: #868f95; }
    table.list tbody tr[data-sx2status="unknown"] td.sx2status a:hover {
      background: #6c767c; }
  table.list tbody tr td {
    vertical-align: top;
    border: 1px solid #aeb4b8;
    padding: 6px 11px;
    text-align: left;
    font-family: 'PT Sans', arial, sans-serif; }
    table.list tbody tr td > a {
      display: block;
      margin: -6px -11px;
      padding: 6px 11px;
      min-height: 48px;
      color: #000; }
      table.list tbody tr td > a:hover {
        background: #000;
        text-decoration: none;
        color: #fff !important; }
      table.list tbody tr td > a.btn {
        margin: 0;
        padding: 3px 11px;
        min-height: auto; }
    table.list tbody tr td.sx2status {
      padding-left: 0;
      padding-right: 0;
      width: 24px;
      text-align: center !important; }
      table.list tbody tr td.sx2status .icon {
        display: inline-block; }
      table.list tbody tr td.sx2status a {
        text-align: center; }
    table.list tbody tr td.cores, table.list tbody tr td.cpu, table.list tbody tr td.ram, table.list tbody tr td.disk {
      width: 7.5%;
      text-align: right !important;
      white-space: nowrap; }
    table.list tbody tr td.cores {
      width: 5%; }
    table.list tbody tr td.gauge {
      width: 32px; }
    table.list tbody tr td.cpu.usage, table.list tbody tr td.ram.usage, table.list tbody tr td.disk.usage {
      border-left-width: 2px; }
    table.list tbody tr td.cpu.capacity, table.list tbody tr td.ram.capacity, table.list tbody tr td.disk.capacity {
      border-right-width: 2px; }
    table.list tbody tr td.cpu.gauge, table.list tbody tr td.ram.gauge, table.list tbody tr td.disk.gauge {
      border-left-width: 1px; }
    table.list tbody tr td.cores, table.list tbody tr td.cpu {
      background-color: rgba(48, 211, 216, 0.05); }
    table.list tbody tr td.ram {
      background-color: rgba(172, 208, 0, 0.05); }
    table.list tbody tr td.disk {
      background-color: rgba(38, 156, 238, 0.05); }
    table.list tbody tr td.actions {
      border-left-width: 2px !important;
      width: 32px;
      text-align: right !important; }
      table.list tbody tr td.actions .btn[data-icon="view"] {
        padding-left: 11px;
        padding-right: 11px; }
  table.list.vms tbody tr td.name {
    border-right-width: 2px;
    text-transform: capitalize; }
  table.list.vms tbody tr td.protectiondomain, table.list.vms tbody tr td.remotesite, table.list.vms tbody tr td.status {
    width: 32px;
    text-align: center; }
    table.list.vms tbody tr td.protectiondomain .icon, table.list.vms tbody tr td.remotesite .icon, table.list.vms tbody tr td.status .icon {
      display: block;
      width: 24px;
      height: 24px;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
  table.list.vms tbody tr td.protectiondomain .icon {
    background-image: url(../images/icons/sx2-vms-protectiondomain-off.png); }
  table.list.vms tbody tr td.protectiondomain[data-protectiondomain="on"] .icon {
    background-image: url(../images/icons/sx2-vms-protectiondomain-on.png); }
  table.list.vms tbody tr td.remotesite .icon {
    background-image: url(../images/icons/sx2-vms-remotesite-off.png); }
  table.list.vms tbody tr td.remotesite[data-remotesite="on"] .icon {
    background-image: url(../images/icons/sx2-vms-remotesite-on.png); }
  table.list.vms tbody tr td.status .icon {
    background-image: url(../images/icons/sx2-vms-power-off.png); }
  table.list.vms tbody tr td.status[data-status="1"] .icon {
    background-image: url(../images/icons/sx2-vms-power-on.png); }
  table.list.vms tbody tr td.cores, table.list.vms tbody tr td.ram {
    border-left-width: 2px; }
  table.list.vms tbody tr td.actions {
    width: 143px;
    white-space: nowrap; }
    table.list.vms tbody tr td.actions .btn[data-icon="stop"]:hover {
      border-color: #b40000;
      background-color: #b40000; }
    table.list.vms tbody tr td.actions .btn[data-icon="start"]:hover {
      border-color: #94ba00;
      background-color: #94ba00; }
  table.list.hosts tbody tr td.ip {
    width: 10%; }
  table.list.disks tbody tr td.id {
    width: 5%;
    text-align: right; }
  table.list.disks tbody tr td.host {
    border-left-width: 2px;
    border-right-width: 2px; }
  table.list.networks tbody tr td.vlanid {
    width: 7.5%;
    text-align: right; }
  table.list.alerts tr[data-level="high"] td.level, table.list.alerts tr[data-level="critical"] td.level {
    background: #ff0000; }
    table.list.alerts tr[data-level="high"] td.level .icon, table.list.alerts tr[data-level="critical"] td.level .icon {
      background-image: url(../images/icons/sx2-list-alert-level-critical.png); }
    table.list.alerts tr[data-level="high"] td.level .text, table.list.alerts tr[data-level="critical"] td.level .text {
      color: #b40000; }
  table.list.alerts tr[data-level="medium"] td.level, table.list.alerts tr[data-level="warning"] td.level {
    background: #ff9000; }
    table.list.alerts tr[data-level="medium"] td.level .icon, table.list.alerts tr[data-level="warning"] td.level .icon {
      background-image: url(../images/icons/sx2-list-alert-level-warning.png); }
    table.list.alerts tr[data-level="medium"] td.level .text, table.list.alerts tr[data-level="warning"] td.level .text {
      color: #e38b00; }
  table.list.alerts tr[data-level="low"] td.level, table.list.alerts tr[data-level="info"] td.level {
    background: #017bc7; }
    table.list.alerts tr[data-level="low"] td.level .icon, table.list.alerts tr[data-level="info"] td.level .icon {
      background-image: url(../images/icons/sx2-list-alert-level-info.png); }
    table.list.alerts tr[data-level="low"] td.level .text, table.list.alerts tr[data-level="info"] td.level .text {
      color: #017bc7; }
  table.list.alerts tr th.select, table.list.alerts tr td.select {
    width: 16px; }
  table.list.alerts tr th.level, table.list.alerts tr td.level {
    width: 24px; }
  table.list.alerts tr th.timestamp, table.list.alerts tr th.duration, table.list.alerts tr th.machine, table.list.alerts tr td.timestamp, table.list.alerts tr td.duration, table.list.alerts tr td.machine {
    width: 5%; }
  table.list.alerts tr th.status, table.list.alerts tr th.acknowledge, table.list.alerts tr th.resolution, table.list.alerts tr td.status, table.list.alerts tr td.acknowledge, table.list.alerts tr td.resolution {
    width: 32px; }
  table.list.alerts tr th.ticket, table.list.alerts tr td.ticket {
    width: 48px; }
  table.list.alerts tr th.actions, table.list.alerts tr td.actions {
    width: 64px; }
  table.list.alerts tr td.select {
    border-right-width: 2px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center; }
  table.list.alerts tr td.level {
    text-align: center;
    white-space: nowrap; }
    table.list.alerts tr td.level .text {
      display: none;
      line-height: 24px; }
  table.list.alerts tr td.timestamp {
    line-height: 18px; }
    table.list.alerts tr td.timestamp.recent {
      font-weight: bold; }
  table.list.alerts tr td.duration {
    text-align: right;
    white-space: nowrap; }
  table.list.alerts tr td.status {
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
    table.list.alerts tr td.status .icon {
      display: inline-block;
      width: 32px;
      height: 32px; }
    table.list.alerts tr td.status[data-status="0"] .icon {
      background-image: url(../images/icons/sx2-alert-status-npc.png); }
    table.list.alerts tr td.status[data-status="1"] .icon {
      background-image: url(../images/icons/sx2-alert-status-pec.png); }
    table.list.alerts tr td.status[data-status="2"] .icon {
      background-image: url(../images/icons/sx2-alert-status-ign.png); }
  table.list.alerts tr td.acknowledge {
    padding-left: 0;
    padding-right: 0;
    border-left-width: 2px;
    text-align: center; }
    table.list.alerts tr td.acknowledge .icon {
      width: 32px;
      height: 32px;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
    table.list.alerts tr td.acknowledge[data-acknowledge="0"] .icon {
      background-image: url(../images/icons/sx2-alert-acknowledge-nok.png); }
    table.list.alerts tr td.acknowledge[data-acknowledge="1"] .icon {
      background-image: url(../images/icons/sx2-alert-acknowledge-ok.png); }
  table.list.alerts tr td.resolution {
    padding-left: 0;
    padding-right: 0;
    border-right-width: 2px;
    text-align: center; }
    table.list.alerts tr td.resolution .icon {
      width: 32px;
      height: 32px;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: cover; }
    table.list.alerts tr td.resolution[data-resolution="0"] .icon {
      background-image: url(../images/icons/sx2-alert-resolution-pending.png); }
    table.list.alerts tr td.resolution[data-resolution="1"] .icon {
      background-image: url(../images/icons/sx2-alert-resolution-done.png); }
  table.list.alerts tr td.machine {
    font-weight: bold; }
  table.list.alerts tr td.issue {
    border-right-width: 2px; }
  table.list.alerts tr td.machine a, table.list.alerts tr td.issue a {
    display: block;
    margin: -6px -11px;
    padding: 6px 11px;
    min-height: 48px;
    display: block;
    text-decoration: none;
    color: #000; }
    table.list.alerts tr td.machine a:hover, table.list.alerts tr td.issue a:hover {
      color: #017bc7; }
  table.list.alerts tr td.ticket {
    text-align: center; }
    table.list.alerts tr td.ticket > a {
      width: 48px; }
  table.list.alerts tr td.actions {
    text-align: center; }
    table.list.alerts tr td.actions > button {
      padding-left: 11px;
      padding-right: 11px;
      /* width: 64px;  */ }
  table.list.alerts tr span.timestamp .date {
    display: block; }
  table.list.alerts tr span.timestamp .time {
    display: block;
    color: #868f95; }
  table.list.alerts thead tr th {
    height: 24px;
    vertical-align: middle; }

/* DEFINITION LISTS */
h4.dl-title {
  margin: 0 66px; }

dl {
  *zoom: 1;
  margin: 0 66px 11px 66px;
  border-bottom: 1px solid #c2c7ca;
  padding: 0 0 11px 0; }
  dl:before, dl:after {
    display: table;
    content: ""; }
  dl:after {
    clear: both; }
  dl:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; }
  dl dt {
    clear: both;
    float: left;
    width: 33%;
    padding: 0 22px 0 0;
    text-align: right;
    font-weight: normal;
    color: #727c84; }
  dl dd {
    *zoom: 1;
    margin: 0 0 6px 33%;
    width: 66%; }
    dl dd:before, dl dd:after {
      display: table;
      content: ""; }
    dl dd:after {
      clear: both; }
    dl dd table.list {
      margin-bottom: 0; }
      dl dd table.list thead {
        font-size: 0.8em; }
        dl dd table.list thead tr th {
          padding-top: 0;
          padding-bottom: 0; }
      dl dd table.list tbody tr td a {
        min-height: auto; }
      dl dd table.list tbody tr td.usage, dl dd table.list tbody tr td.capacity {
        width: 33%;
        text-align: right; }
      dl dd table.list tbody tr td.gauge {
        width: 33%;
        background: #eaeced; }
        dl dd table.list tbody tr td.gauge .pgauge {
          margin: -6px -11px;
          border: 0;
          padding: 0 11px; }
          dl dd table.list tbody tr td.gauge .pgauge > span.gauge {
            outline: 1px solid #d6d9db; }
    dl dd ul {
      margin: 0;
      /* border: 1px solid #c2c7ca; */
      padding: 0;
      list-style-type: none; }
      dl dd ul > li {
        margin: 0;
        border-bottom: 1px solid #c2c7ca;
        padding: 3px 0; }
        dl dd ul > li:first-of-type {
          padding-top: 0; }
        dl dd ul > li:last-of-type {
          border-bottom: 0; }
  dl[data-icon] {
    min-height: 48px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 32px 32px; }
  dl[data-icon="vm"] {
    background-image: url(../images/icons/sx2-header-vm.png); }
  dl[data-icon="gear-green"] {
    background-image: url(../images/icons/sx2-header-gear-green.png); }
  dl[data-icon="gear-cyan"] {
    background-image: url(../images/icons/sx2-header-gear-cyan.png); }
  dl[data-icon="host"] {
    background-image: url(../images/icons/sx2-header-host.png); }
  dl[data-icon="hardware"] {
    background-image: url(../images/icons/sx2-header-hardware.png); }
  dl[data-icon="hardware-cpu"] {
    background-image: url(../images/icons/sx2-header-hardware-cpu.png); }
  dl[data-icon="hardware-ram"] {
    background-image: url(../images/icons/sx2-header-hardware-ram.png); }
  dl[data-icon="hardware-harddrive"] {
    background-image: url(../images/icons/sx2-header-hardware-harddrive.png); }
  dl[data-icon="hardware-harddrive-usage"] {
    background-image: url(../images/icons/sx2-header-hardware-harddrive-usage.png); }
  dl[data-icon="network"] {
    background-image: url(../images/icons/sx2-header-network.png); }
  dl[data-icon="alerts"] {
    background-image: url(../images/icons/sx2-header-alerts.png); }
  dl[data-icon="alerts-nutanix"] {
    background-image: url(../images/icons/sx2-header-alerts-nutanix.png); }
  dl[data-icon="stats"] {
    background-image: url(../images/icons/sx2-header-stats.png); }

/*
@import "sx2-original";
@import "sx2-forms";
@import "sx2-module-index";
@import "sx2-module-nav";
@import "sx2-gizmos";
*/

/*# sourceMappingURL=sx2-screen.css.map */
