@import url('reset.css');
@import url('icons.css');
@import url('formalize.css');
@import url('checkboxes.css');
@import url('jquery.qtip.css');
@import url('selectboxes.css');
@import url('960.css');
@import url('jquery.gritter.css');
@import url('jquery.ui.css');
@import url('../js/cloud-fm/css/style.css');
@import url('login.css');

html {
  height: 100%;
  overflow: hidden;
}

body {
  background: url(../img/bg.png);
  color: #666;
  font-family: "Aller", "Lucida Grande", sans-serif;
  font-size: 12px;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  line-height: 1.2;
}

.wrapper {
    min-width: 1000px;
    height: 100%;
    position: relative;
}

.rich-text i {
    font-style: italic;
}

.rich-text ul {
    list-style: disc;
    padding-left: 40px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.rich-text ol {
    list-style: decimal;
    padding-left: 40px;
    margin-top: 1em;
    margin-bottom: 1em;
}

body#login {
  background: #000 url(../img/login_bg.png);
  min-width: 700px;
}
#login-html {
    min-height: 500px;
    overflow: auto;
}

#login table {
    height: 100%;
}
#login table tr,
#login table tr td {
    background: transparent;
    border: none;
}

.inline-icon.icon16 {
    display: inline-block;
    cursor: pointer;
    height: 16px;
    width: 16px;
    position: relative;
    top: 3px;
}

/* Primary navigation */

nav#primary {
  background: url(../img/nav_bg.png);
  float: left;
  height: 100%;
  width: 100px;
  overflow-x: hidden;
  overflow-y: auto;
}

nav#primary ul {
  min-height: 100%;
  /*min-height: 650px;*/
  padding-bottom: 80px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

nav#primary ul li a {
  color: #777;
  display: block;
  font-size: 11px;
  line-height: 32px;
  padding: 7px 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  transition: color .2s linear;
}

nav#primary ul li a span {
  display: block;
  font-size: 32px;
  padding-bottom: 7px;
}

nav#primary ul li a:hover {
  color: #ededed;
}

nav#primary ul li.active a {
  color: #ededed;
}

nav#primary ul li.bottom a {
  bottom: 7px;
  position: absolute;
  width: 100px;
}

nav#primary ul li a .icon32 {
  height: 32px;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: -6px;
  padding: 0;
  width: 32px;
}

nav#primary ul li a:hover .icon32, nav#primary ul li.active a .icon32 {
  background-position: 100%;
}

/* Secondary navigation */

nav.secondary {
  background: url("../img/nav_secondary_bg.png") repeat-y scroll right 0 transparent;
  float: left;
  height: 100%;
  width: 194px;
}

nav.secondary ul {
  border-bottom: 1px solid #fff;
  width: 191px;
}

nav.secondary ul li a {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #fff;
  color: #8a8a8a;
  display: block;
  font-family: "Tahoma", "Lucida Grande", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  padding: 12px 14px;
  text-decoration: none;
  text-transform: uppercase;
}

nav.secondary ul li a:hover {
  background: #fff;
}

nav.secondary ul li.active a {
  background-color: #497eac;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(107, 160, 206)), to(rgb(73, 126, 172)));
  background-image: -webkit-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
  background-image: -moz-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
  background-image: -o-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
  background-image: -ms-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
  background-image: linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6ba0ce', EndColorStr='#497eac');
  border-bottom: 1px solid #467cad;
  border-top: 1px solid #699fd0;
  color: #fff;
  text-shadow: 0 1px 0 #104266;
}

nav.secondary ul li:first-child a {
  border-top: none;
}

nav.secondary ul li a .icon16 {
  float: left;
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 6px;
  padding: 0;
  background-repeat: no-repeat;
}
nav.secondary ul li.active a .icon16 {
  background-position: -16px 0;
}

/* Main section */

section#maincontainer {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#main {
  padding: 16px 0 0 13px;
}

/* Notifications */

#notifications {
  background: #f1f1f1;
  bottom: 0;
  display: none;
  margin-bottom: -1px;
  min-height: 48px;
  overflow: hidden;
  position: absolute;
  text-align: right;
  width: 251px;
}

#notifications > a {
  background: url(../img/notifications_bg.png) repeat-x bottom;
  display: block;
  font-size: 11px;
  padding-bottom: 20px;
  padding-right: 8px;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: 0 1px 0 #fff;
  position: relative;
  z-index: 2;
}

#notifications ul {
  bottom: 0;
  text-align: left;
  padding-bottom: 6px;
  position: absolute;
}

#notifications ul li {
  line-height: 28px;
  margin-bottom: -6px;
  padding-left: 8px;
  position: relative;
}

#notifications ul li.error {
  color: #ad6262;
}

#notifications ul li span {
  margin-right: 4px;
}

#notifications .time {
  color: #bbb;
  font-size: 11px;
  position: absolute;
  right: 4px;
  top: 5px;
}

/* Quick actions */

.quick-actions {
  margin-bottom: 16px;
}

.quick-actions a {
  background-color: #ebebeb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 245, 245)), to(rgb(235, 235, 235)));
  background-image: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(235, 235, 235));
  background-image: -moz-linear-gradient(top, rgb(245, 245, 245), rgb(235, 235, 235));
  background-image: -o-linear-gradient(top, rgb(245, 245, 245), rgb(235, 235, 235));
  background-image: -ms-linear-gradient(top, rgb(245, 245, 245), rgb(235, 235, 235));
  background-image: linear-gradient(top, rgb(245, 245, 245), rgb(235, 235, 235));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#ebebeb');
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  box-shadow: 0 1px 3px #ccc, inset 0 1px 0 #fff;
  color: #666;
  display: inline-block;
  *display: inline;
  font-size: 11px;
  line-height: 32px;
  margin-right: 3px;
  padding: 0 18px;
  text-align: center;
  text-decoration: none;
  zoom: 1;
}

.quick-actions a:hover {
  color: #4f4f4f;
}

.quick-actions a span {
  display: block;
  font-size: 32px;
  padding-bottom: 4px;
  text-shadow: 0 1px 0 #fff;
}

.quick-actions a.disabled {
  color: #cacaca;
  cursor: default;
}

.quick-actions a span.icon32 {
  background-repeat: no-repeat;
  height: 32px;
  margin: 0 auto;
  margin-top: 11px;
  margin-bottom: -11px;
  width: 32px;
}

/* Boxes */

.box {
  background: #f5f5f5;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  margin-bottom: 16px;
}

.box-header {
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(235, 235, 235)), to(rgb(229, 229, 229)));
  background-image: -webkit-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -moz-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -o-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -ms-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#e5e5e5');
  border-top: 1px solid #fafafa;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 40px;
}

.box-header .glyph {
  float: left;
  font-size: 16px;
  line-height: 26px;
  margin-right: -3px;
  padding-left: 14px;
  text-shadow: 0 1px 0 #fff;
}

.box-header .icon16 {
  float: left;
  height: 16px;
  width: 16px;
  margin-left: 14px;
  margin-right: -3px;
  margin-top: 11px;
}

.box-header h1 {
  color: #898989;
  float: left;
  font-family: "Tahoma", "Lucida Grande", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 14px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
}

.box .box-header ul {
  border-left: 1px solid #e1e1e1;
  float: right;
  padding: 0;
  margin: 0;
}

.box .box-header ul li {
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(235, 235, 235)), to(rgb(229, 229, 229)));
  background-image: -webkit-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -moz-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -o-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -ms-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#e5e5e5');
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline;
  margin-left: -3px;
}

.box-header ul li a {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #e1e1e1;
  color: #999;
  display: inline-block;
  *display: inline;
  font-family: "Tahoma", "Lucida Grande", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  zoom: 1;
}

.box-header ul li a:hover {
  background: #eee;
}

.box-header ul li:first-child {
  margin-left: 0;
}

.box-header ul li:last-child a {
  border-right: none;
}

.box-header ul li.active a {
  background: #fafafa;
  border-left: 1px solid #fafafa;
  cursor: default;
}

.box-header-small {
    height: 30px;
}

.box-header-small h1 {
    line-height: 30px;
}

.box-header .action_bar {
    background: none;
}

.box-header .action_bar form {
    display: inline-block;
}

.box-header .action_bar form p {
    display: inline-block;
}

.box-header .action_bar form input {
    height: 26px;
    margin-top: -1px;
}

.box-header .action_bar form .icon {
    top: 5px;
    right: 5px;
}

.box-header-tabs {
    position: relative;
}

.box-header-tabs h1 {
    position: absolute;
    float: none;
}

.box .box-header-tabs ul {
    position: absolute;
    right: 0;
    float: none;
}

.box-content {
  padding: 14px;
  text-overflow: ellipsis;
}

.box-inline {
    display: inline-block;
    float: none;
}

/* Columns */

form > .column-left,
.column-left-border {
  border-right: 1px solid #e1e1e1;
  padding-right: 2%;
}

.column-right-border {
  border-left: 1px solid #e1e1e1;
  padding-left: 2%;
}

.column-left {
  float: left;
  width: 49%;
}

.column-right {
  float: right;
  width: 49%;
}

form .column-left, form .column-right {
  width: 48%;
}

.clear {
  clear: both;
}

/* Forms */

form p {
  margin-bottom: 11px;
  position: relative;
}

form p.table-inside {
  margin-top: -15px;
}

form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="password"],
form textarea,
.wym_box {
  background: url(../img/input_bg.png) repeat-x #fdfdfd;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 0 #fff;
  color: #000;
  font-family: "Aller", "Lucida Grande", sans-serif;
  font-size: 12px;
  height: 30px;
  outline: none;
  padding: 6px 10px;
  resize: none;
  width: 100%;
}

form input[type="text"][readonly],
form input[type="number"][readonly],
form input[type="email"][readonly],
form textarea[readonly] {
    /*color: #9e9e9e;*/
    opacity: 0.5;
    cursor: default;
}

.placeholder {
  color: #bababa;
  font-family: "Aller", "Lucida Grande", sans-serif;
  font-size: 12px;
  padding-left: 11px;
  overflow: hidden;
}

form input::-webkit-input-placeholder {
  color: #bbb !important;
}

form input::-moz-placeholder {
  color: #bbb !important;
}

form textarea {
  height: 112px;
  line-height: 18px;
  margin-bottom: 0;
  padding-top: 8px;
}

form div.combined {
  position: relative;
}

form div.combined p {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

form div.combined p input {
  display: inline;
}

form div.combined p:first-child input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
}

form div.combined p:first-child {
  margin-right: -3px;
}

form div.combined p.last-child {
  position: absolute;
  right: 0;
  top: 0;
}

form div.combined p.last-child input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

form p.small { width: 25% }
form p.medium { width: 51% }
form p.large { width: 76% }

form p .icon {
  position: absolute;
  right: 8px;
  top: 7px;
}

form p .icon.valid {
  display: none;
}

form p input.error,
form p textarea.error,
form input.error ~ .chzn-container .chzn-choices,
form input.error ~ .customfile {
  border: 1px solid #d29797;
  border-top: 1px solid #ae6767;
  color: #ad6262;
}

form input.error ~ .customfile .customfile-button {
    padding-right: 26px;
}

form p span.error,
form p span.error-vertical {
  background: url(../img/error.png) no-repeat center;
  display: block;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 0;
  width: 30px;
  z-index: 99;
}
form p span.error-vertical {
  top: 24px;
}
form p.form-el-single span.error-vertical {
  top: 0px;
}

form p span.error-noicon {
  background: none;
  height: 0;
  width: 0;
}

form p span.error-vertical label,
form p span.error label {
  background: url(../img/tooltip_bg.png);
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  padding: 6px 9px;
  position: absolute;
  text-align: left;
  width: 180px;
  z-index: 9;
  right: -245px;
  top: 0;
  width: 220px;
}
form p span.error-vertical label {
  width: 180px;
  right: -25px;
  bottom: 31px;
  top: auto;
  height: auto;
}

form p span.error .tip {
  background: url(../img/tip_bg-h.png) no-repeat;
  bottom: 8px;
  height: 12px;
  right: 237px;
  width: 6px;
  display: block;
  position: absolute;
  z-index: 9;
}

form p span.error-vertical .tip {
  background: url(../img/tip_bg.png) no-repeat;
  bottom: -6px;
  height: 6px;
  right: 34px;
  width: 12px;
  display: block;
  position: absolute;
  z-index: 9;
}

form p span.error:hover label {
  display: block !important;
}

form p > label {
  color: #666;
  line-height: 19px;
  text-indent: 4px;
}

form p > label.inline {
  margin-right: 20px;
}

form p {
  clear: both;
  color: #999;
  line-height: 24px;
}

form p small {
  font-size: 11px;
  font-style: italic;
  float: right;
  margin-bottom: 14px;
}

form p.short {
  width: 20%;
}

form > div > p:last-child {
  margin: 0;
}

.labels-horizontal label {
    display: inline-block;
    margin: 0 10px 4px 0;
}

.label-select {
    float: left;
    margin-right: 1em;
    height: 33px;
    line-height: 33px;
}

#page-bandwidth-reports label {
  float: left;
  margin-right: 1em;
  height: 33px;
  line-height: 33px;
}

#page-bandwidth-reports-select-wrap {
  float: left;
  width: 250px;
}

.box-content .toolbar {
  float: right;
  height: 36px;
}

/* Charts legend */

.legend table {
  width: auto;
}

.legend table tr, .legend table td {
  border: none;
  font-size: 12px;
  padding: 4px;
}

.chart-wrapper-sysprobe {
    background: white;
    margin-top: 10px;
    padding-bottom: 1px;
    width: 600px;
}

.chart-container {
  width: 543px;
  height: 191px;
  background: url('../img/loader.gif') no-repeat center;
  text-align: center;
  margin: auto;
}

  .chart-container img {
    display: none;
  }

  .chart-container span {
    display: none;
    vertical-align: middle;
    line-height: 191px;
  }

  .chart-container .icon32 {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
  }

.chart-container-dashboard {
    height: 167px;
}

.chart-container-sysprobe {
    height: auto;
    min-height: 290px;
    width: 600px;
    margin: 0;
}

.chart-container-loaded {
  background: none;
}

  .chart-container-loaded img {
    display: inline;
  }

.chart-container-error {
  background: none;
}

  .chart-container-error span {
    display: inline;
  }

.chart-container-error.chart-container-dashboard {
    height: 2em;
}

.chart-container-error.chart-container-dashboard span {
    line-height: 2em;
}

/* Table checkbox fix */

table .prettyCheckbox {
  position: absolute;
}

/* Tables */

table {
  width: 100%;
}

table.fixed-cells {
    table-layout: fixed;
    word-wrap: break-word;
}

table tr {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

thead tr {
  border-top: none;
}

table tbody tr:last-child {
  border-bottom: none !important;
}

table.stripes tbody tr:nth-child(odd) {
  background: #fdfdfd;
}

tbody tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
table.no-border-radius tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}

tbody tr:last-child td:last-child {
  /*border-bottom-right-radius: 3px;*/
}
table.no-border-radius tbody tr:last-child td:first-child {
  border-bottom-right-radius: 0;
}

tbody tr td, thead tr th {
  /*border-left: 1px solid #fff;*/
  /*border-right: 1px solid #f4f4f4;*/
  padding: 12px 14px;
  position: relative;
  text-align: left;
}

tbody tr td.align-right, thead tr th.align-right {
  text-align: right;
}

table.narrow-rows tbody tr td,
table.narrow-rows thead tr th {
    padding: 8px;
}

#calendar table td, #calendar table th {
  position: static;
}

tbody tr td:last-child, thead tr th:last-child {
  border-right: none;
}

tbody tr td:first-child, thead tr th:first-child {
  border-left: none;
}

thead {
  color: #898989;
  font-size: 13px;
  font-weight: bold;
}

table.plain tbody tr:first-child {
  border-top: none;
}

.form-table td {
    vertical-align: middle;
}

tbody tr td.centered {
    text-align: center;
}

/* This class is usefull for tables which couls contain long unbreakable text */
table.static {
  table-layout: fixed;
}

.long-text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dataTables_wrapper {
  position: relative;
}

.dataTables_length {
  display: none;
}

.dataTables_filter {
  position: absolute;
  right: 14px;
  top: -32px;
}

.dataTables_filter label {
}

.dataTables_filter label .icon {
  display: inline-block;
  *display: inline;
  margin-top: 5px;
  zoom: 1;
}

.dataTables_filter input {
  background: none;
  border: none;
  border-radius: 2px;
  color: #666;
  font-family: "Aller", "Lucida Grande", sans-serif;
  margin-top: -13px;
  -webkit-transition: width .3s linear;
  -moz-transition: width .3s linear;
  transition: width .3s linear;
  width: 75px;
}

.dataTables_filter input.nonempty,
.dataTables_filter input:focus {
  width: 250px;
}

.dataTables_filter input::-webkit-input-placeholder {
  color: #999 !important;
}

.dataTables_filter input::-moz-placeholder {
  color: #999 !important;
}

.dataTables_info {
  color: #949494;
  display: inline;
  font-size: 11px;
  line-height: 30px;
  text-shadow: 0 1px 0 #fff;
}

.dataTables_paginate {
  color: #949494;
  float: right;
  line-height: 30px;
  text-shadow: 0 1px 0 #fff;
  font-size: 16px;
  font-weight: bold;

  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dataTables_paginate .paginate_active {
  color: #333;
  padding: 0 5px;
}

.dataTables_paginate .paginate_button {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  line-height: 30px;
  padding: 0 5px;
  margin: 0;
  zoom: 1;
}

.dataTables_paginate .paginate_button.first {
    padding: 0 2px;
    position: relative;
    top: 2px;
}

.dataTables_paginate .paginate_button:hover {
  color: #666;
}

.dataTables_paginate .paginate_button_disabled {
  display: none;
}

.sorting, .sorting_asc, .sorting_desc {
  cursor: pointer;
}

.sorting_asc {
  background: url(../img/sorting_bg.png) no-repeat 90% 0px;
}

.sorting_desc {
  background: url(../img/sorting_bg.png) no-repeat 90% -36px;
}

.datatable-row-clickable tr:hover td {
  background-color: #497eac;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(107, 160, 206)), to(rgb(73, 126, 172)));
  background-image: -webkit-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
  background-image: -moz-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
  background-image: -o-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
  background-image: -ms-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
  background-image: linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6ba0ce', EndColorStr='#497eac');
  /*border-bottom: 1px solid #467cad;*/
  border-top: 1px solid #699fd0;
  color: #fff;
  text-shadow: 0 1px 0 #104266;
  cursor: pointer;
}

.datatable-row-unread {
    font-weight: bold;
}

/* Statistics */

ul.statistics {
  margin: 0 0 6px 0;
}

.box ul.statistics li {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #fff;
  list-style: none;
}

ul.statistics li:last-child {
  border-bottom: none;
}

ul.statistics li a {
  color: #666;
  display: block;
  line-height: 32px;
  text-decoration: none;
}

ul.statistics li a:hover {
  color: #999;
}

ul.statistics li a span {
  display: inline-block;
  *display: inline;
  font-size: 18px;
  font-weight: bold;
  margin-right: 7px;
  text-align: right;
  width: 120px;
  zoom: 1;
}

.dashboard-balance {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    margin-top: 6px;
}

    .dashboard-balance a {
        text-decoration: none;
        font-size: 22px;
        line-height: 32px;
        color: #666;
    }

    .dashboard-balance a:hover {
        color: #999;
    }

        .dashboard-balance a span {
            font-size: 15px;
        }

/* Select boxes */

select {
  width: 100%;
}

/* Modal functionality */

.overlay {
  background: url(../img/overlay_bg.png);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.modalcontainer {
  margin: 100px auto;
  width: 640px;
}

/* File inputs */

.customfile-input {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 100px;
  opacity: 0;
  position: absolute;
  z-index: 999;
}

.customfile {
  background: url(../img/input_bg.png) repeat-x #fdfdfd;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 0 #fff;
  font-family: "Aller", "Lucida Grande", sans-serif;
  font-size: 12px;
  height: 28px;
  outline: none;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
}

.customfile-disabled {
  cursor: default;
  opacity: .5;
}

.customfile-feedback {
  color: #999;
  display: block;
  line-height: 28px;
}

.customfile-feedback-populated {
  color: #666;
}

.customfile-button {
  background: url(../img/file_bg.png) repeat-x;
  border-left: 1px solid #d9d9d9;
  color: #666;
  cursor: pointer;
  float: right;
  line-height: 28px;
  padding: 0 14px;
  text-align: center;
  text-decoration: none;
}

.customfile .error {
  display: none !important;
}

/* Action bar */

.action_bar {
  background: url(../img/action_bar_bg.png) repeat-x #e8e8e8;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 7px 8px 7px 8px;
}

.action_bar .action_right {
    float: right;
}

.action_bar label {
    position: relative;
    top: 4px;
}

.action_bar-fix-chrome-30-bug {
    height: 26px;
}

.action_bar_content {
  margin: -14px;
  margin-top: 14px;
}

/* Buttons */

input.button, .button {
  background: url(../img/buttongray_bg.png) repeat-x #ebebeb;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  box-shadow: 0 1px 3px #ddd;
  color: #757575;
  display: inline-block;
  *display: inline;
  font-family: "Tahoma", sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 31px;
  line-height: 31px;
  margin-right: 4px;
  padding: 0 14px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  zoom: 1;
  white-space: nowrap;
}
input.button[disabled], input.button.disabled,
.button[disabled], .button.disabled {
    opacity: .4;
    cursor: default;
}

.box-content > .button {
  margin-bottom: 7px;
}

input.button {
  height: 33px;
  margin-top: -3px;
}

.button.blue {
  background: url(../img/buttonblue_bg.png) repeat-x #477dae;
  border: 1px solid #477dae;
  color: #fff;
  text-shadow: 0 1px 0 #104266;
}

.button:hover {
  background: #ebebeb;
}
.button[disabled]:hover,
.button.disabled:hover {
  background: url(../img/buttongray_bg.png) repeat-x #ebebeb;
}

.button.blue:hover {
  background: #558bbc;
}
.button.blue[disabled]:hover,
.button.blue.disabled:hover {
  background: url(../img/buttonblue_bg.png) repeat-x #477dae;
}

.button .glyph {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin-right: 8px;
  margin-top: -100%;
}

.button .icon16 {
  float: left;
  height: 16px;
  width: 16px;
  margin-left: -1px;
  margin-right: 8px;
  margin-top: 7px;
}
.button.blue .icon16 {
  background-position: -16px 0;
}

.button.small {
  font-size: 10px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
}

.button.small .icon16 {
  background-size: 28px;
  background-repeat: no-repeat;
  height: 14px;
  margin-top: 5px;
  margin-right: 7px;
  width: 14px;
}

.button.small .glyph {
  font-size: 14px;
}

.button.plain {
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  color: #aaa;
  font-size: 9px;
  height: 22px;
  line-height: 22px;
  margin: -4px 0;
  margin-right: -4px;
}

.button.plain:hover {
  color: #777;
}

.button.plain[disabled]:hover,
.button.plain.disabled:hover {
  color: #aaa;
}

.button.plain .glyph {
  font-size: 12px;
  margin-right: 4px;
}

.button.plain .icon16 {
  background-size: 24px;
  height: 12px;
  margin-left: -3px;
  margin-top: 5px;
  width: 12px;
}

.button.plain:first-child {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.button.plain:last-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.button span.ui-icon {
  float: left;
  margin-right: 8px;
  margin-top: 7px;
  opacity: .7;
}

.button.icon-only {
    padding: 0 0 0 12px
}

/* Sliders */

.ui-slider {
  border: none;
  margin-bottom: 14px;
}

.ui-slider:last-child {
  margin: 0;
}

.ui-slider-range {
  border-radius: 10px
}

.ui-slider-horizontal {
  background: url(../img/slider_bg.png) repeat-x;
  height: 7px;
}

.ui-slider-horizontal .ui-slider-handle {
  background: url(../img/slider_handle.png) no-repeat;
  border: none;
  cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle.ui-state-active {
  background-position: 0 -16px;
}

.ui-slider-horizontal .ui-slider-range {
  background: url(../img/slider_active_bg.png) repeat-x;
}

.ui-slider-vertical {
  background: url(../img/slider_vert_bg.png);
  height: 100px;
  margin-right: 14px;
  margin-bottom: 0;
  width: 7px;
}

.ui-slider-vertical:last-child {
  margin: 0;
}

.ui-slider-vertical .ui-slider-handle {
  background: url(../img/slider_handle.png) no-repeat;
  border: none;
  cursor: pointer;
  margin-left: -1px;
}

.ui-slider-vertical .ui-slider-handle.ui-state-active {
  background-position: 0 -15px;
}

.ui-slider-vertical .ui-slider-range {
  background: url(../img/slider_vert_active_bg.png);
}

.slider-vertical {
  float: left;
}

/* Calendar */

table.fc-header {
  display: block;
  height: 40px;
  margin-top: -40px;
}

table.fc-header .fc-header-title h2 {
  color: #898989;
  line-height: 40px;
  font-family: 'Verdana', sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
}

table.fc-header tr {
  border: none;
}

table.fc-header tr td {
  background: none;
  border: none;
}

table.fc-header .fc-header-right {
  padding-right: 8px;
  padding-top: 7px;
}

table.fc-header .fc-button {
  background: none;
  border: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

table.fc-header .fc-button .fc-button-inner {
  background: url(../img/buttongray_bg.png) repeat-x #ebebeb;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  color: #757575;
  display: inline-block;
  *display: inline;
  font-family: "Tahoma", sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 0 4px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  zoom: 1;
  -khtml-user-select: none;
  -moz-user-select: none;
}

table.fc-header .fc-button .fc-button-inner:hover {
  background: #f7f7f7;
}

table.fc-header .fc-button.fc-state-disabled .fc-button-inner {
  color: #ccc;
}

table.fc-header .fc-button.fc-state-active .fc-button-inner {
  background: url(../img/buttonblue_bg.png) repeat-x #477dae;
  border: 1px solid #477dae;
  color: #fff;
  text-shadow: 0 1px 0 #104266;
}

table.fc-header .fc-button-month .fc-button-inner, table.fc-header .fc-button-prev .fc-button-inner {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

table.fc-header .fc-button-basicDay .fc-button-inner, table.fc-header .fc-button-next .fc-button-inner {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

table.fc-header .fc-button-basicWeek .fc-button-inner, table.fc-header .fc-button-today .fc-button-inner {
  border-radius: 0;
}

table.fc-header .fc-button .fc-button-inner .fc-button-content {
  height: 24px;
  line-height: 24px;
}

table.fc-header .fc-button .fc-button-inner .fc-button-effect {
  display: none;
}

table.fc-header .fc-button-prev .fc-button-inner, table.fc-header .fc-button-next .fc-button-inner {
  font-size: 12px;
  font-weight: normal;
}

table.fc-header .fc-button-prev .fc-button-inner .fc-button-content, table.fc-header .fc-button-next .fc-button-inner .fc-button-content {
  line-height: 14px;
}

table.fc-content .fc-event .fc-event-skin {
  background: red !important;
}

.fc-content table tbody tr td, .fc-content table thead tr th {
  border-color: #ddd;
}

.fc-content table thead tr th {
  font-size: 12px;
  padding: 7px;
}

.fc-content .fc-event .fc-event-title {
  display: block;
  font-size: 11px;
  line-height: 16px;
  padding: 2px 4px;
}

.fc-content .fc-event .fc-event-time {
  display: block;
  padding: 2px 4px;
}

/* Styles */

a {
  color: #999;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

p {
  line-height: 20px;
  margin-bottom: 14px;
}

blockquote {
  border-left: 4px solid #ddd;
  color: #888;
  line-height: 20px;
  margin-bottom: 14px;
  padding-left: 14px;
}

p.warning {
  background: url(../img/warning.png) no-repeat;
  font-style: italic;
  line-height: 16px;
  padding-left: 25px;
  margin-left: 1px;
}

input {
  outline: none;
}

.nomargin {
  margin: 0;
}

strong {
  font-weight: bold;
}

.red {
  color: #ad6262 !important;
}

.box-content h1, .box-content h2, .box-content h3, .box-content h4, .box-content h5, .box-content h6 {
  margin-bottom: 14px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.box-content ul li {
  line-height: 20px;
  list-style: disc;
  margin-left: 14px;
}

.box-content ol li {
  line-height: 20px;
  list-style: decimal;
  margin-left: 14px;
}

.box-content ol li ol li {
  list-style: lower-alpha;
}

/* Login page */

#container {
  margin: 0 auto;
  padding-top: 100px;
  position: relative;
  width: 620px;
  text-align: center;
}

#logo {
  text-align: center;
  padding-bottom: 30px;
}

#login_footer {
  width: 100%;
  min-width: 700px;
  color: #999999;
  text-align: center;
}
#login_footer-wrap {
  margin: 0 auto;
}
#login_footer p {
  padding: 20px 0 0 0;
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px #000, 0 0;
}
.simple-link a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.simple-link a:hover {
  border-bottom: none;
}

#form {
  background: #f9f9f9;
  border-radius: 2px;
  box-shadow: 0 1px 5px black;
  margin: 0 auto;
  padding: 8px;
  zoom: 1;
  display: inline-block;
}

#login .login_error,
#login .login_notice {
    display: inline-block;
    background: #CD0A0A;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 5px black;
    margin: 50px auto;
    padding: 8px 18px;
    zoom: 1;
    height: auto;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
}

#login .login_error .icon32,
#login .login_notice .icon32{
  display: inline-block;
  height: 32px;
  width: 32px;
  margin: 0px 5px 0 0;
  background-position: -32px 0;
  vertical-align: middle;
}

#login .login_error .error_message,
#login .login_notice .notice_message {
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
}

#login .login_error {
    background: #CD0A0A;
}

#login .login_notice {
    background: #008800;
}

#form p {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-right: 4px;
  width: 240px;
  zoom: 1;
}

#form button {
  line-height: 30px;
  margin: 0;
}

.form-additional-links {
    margin-top: 10px;
    text-align: center;
}

.form-main-message {
    font-size: 120%;
    color: white;
}

.form-simple-checkbox label {
  padding-left: 4px;
}

.form-simple-checkbox-title {
  padding-left: 4px;
}

/* Icons */

.icon {
  background: url(../img/icons.png);
  display: block;
  height: 16px;
  width: 16px;
}

.icon.tick {
  background-position: 0 0;
}

.icon.info {
  background-position: 0 -16px;
}

.icon.warning {
  background-position: 0 -32px;
}

.icon.search {
  background-position: 0 -48px;
}

.icon.calendar {
  background-position: 0 -64px;
}

.icon.remove {
  background-image: url(../img/icons/cross_32_16.png);
  background-position: 0 0;
  cursor: pointer;
}


/* Tablet orientation */

#rotatedevice {
  display: none;
}


/*webzilla styles*/
form p.form-el-single {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

form table td {
    vertical-align: top;
}

.contact-card-wrap {
  float: left;
  width: 295px;
}
.contact-card {
  width: 279px;
}

.contact-card h1 {
  float: left;
  width: 120px;
}

.contact-card table tbody tr td,
.contact-card table tbody tr th {
  padding: 3px 4px 2px 4px;
}
.contact-card-body {
  width:279px;
  height: 110px;
  background: white;
  overflow:hidden;
}

.contact-card-body table,
.contact-card-body table tr,
.contact-card-body table tr td {
  border: 0;
  text-align: center;
  vertical-align: middle;
  height: 110px;
}

.contact-card-body .icon12 {
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}

.contact-card-body .icon12-im1 .icon12 {
    background: url(../img/icons/12-icq.png) no-repeat;
}
.contact-card-body .icon12-im2 .icon12 {
    background: url(../img/icons/12-msn.png) no-repeat;
}
.contact-card-body .icon12-im3 .icon12 {
    background: url(../img/icons/12-yahoo.png) no-repeat;
}
.contact-card-body .icon12-im4 .icon12 {
    background: url(../img/icons/12-skype.png) no-repeat;
}
.contact-card-body .icon12-im5 .icon12 {
    background: url(../img/icons/12-jabber.png) no-repeat;
}
.contact-card-body .icon12-im6 .icon12 {
    background: url(../img/icons/12-gtalk.png) no-repeat;
}

.contact-card table td {
  white-space: nowrap;
}
.contact-card table td p {
  text-overflow: ellipsis;
  white-space:nowrap;
  overflow:hidden;
  line-height: 20px;
  width: 270px;
  display: block;
  padding: 0;
  margin: 0;
}

.validationMessage {
  color: #D8000C;
}

img.link {
  cursor: pointer;
}

#main {
  max-width: 920px;
}

.box-header h1 a {
  text-decoration: none;
  border-bottom: 1px solid #999;
}

.contact_view {
  background: #fff;
}

.contact_view table td.left {
    width: 100px;
}

table.table-nobg tbody tr td {
    background: transparent;
}

.contact_view table.table-nobg td {
    font-weight: bold;
    line-height: 18px;
}
.contact_view table.table-nobg td.left {
    font-weight: normal;
}

.contact_view table td.left {
  width: 15%;
}

.contact_view table.no-topborder tbody tr:first-child {
  border-top: none;
}

.box .box-header .contacts-flag-filter {
    float: none;
    display: inline-block;
    vertical-align: middle;
    border: none;
    margin-right: 10px;
}

.box .box-header .contacts-flag-filter li {
    display: inline-block;
    border-radius: 3px;
}

.box .box-header .contacts-flag-filter li a {
    line-height: 16px;
    border: none;
    padding: 5px;
    border-radius: 2px;
    color: #8a8a8a;
    vertical-align: middle;
}

.box .box-header .contacts-flag-filter li.active a {
    background: rgb(107, 160, 206);
    background: -webkit-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
    background: -moz-linear-gradient(top, rgb(107, 160, 206), rgb(73, 126, 172));
    color: white;
    font-weight: bold;
}

.box .box-header .contacts-flag-filter li.active .icon16 {
    background-position: -16px 0;
}

.box .box-header .contacts-flag-filter .icon16 {
    margin: 0;
}

.loader {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 5px 10px;
  background: #fff;
  border: 1px #f4f4f4;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-weight: bold;
}

.wysihtml5-toolbar {
    border-bottom: 1px solid #d9d9d9;
}

    .wysihtml5-toolbar a {
        background-image: url(../img/wymeditor/skins/default/icons.png);
        background-repeat: no-repeat;
        text-indent: -9999px;
        display: inline-block;
        width: 22px;
        height: 22px;
        margin: 2px;
        overflow: hidden;
    }
    .wysihtml5-toolbar-bold { background-position: 0 -382px; }
    .wysihtml5-toolbar-underline { background-position: 0 -662px; }
    .wysihtml5-toolbar-italic { background-position: 0 -22px; }
    .wysihtml5-toolbar-insertOrderedList { background-position: 0 -48px; }
    .wysihtml5-toolbar-insertUnorderedList { background-position: 0 -72px; }

.wysihtml5-command-active {
    background-color: #f5f5f5;
}

.wysihtml5-sandbox {
    height: 200px;
    width: 100%;
}

.wym_box {
    height: auto;
    padding: 2px;
}
.wym_box .wym_skin_default .wym_buttons {
    margin: 0;
}
.wym_box div ul {
    padding: 0;
}

.box-header {
    overflow:hidden;
    text-overflow: ellipsis;
}
.contact-header {
    margin-bottom:0 !important;
    width:260px;
    white-space:nowrap;
    display:block;
    overflow:hidden;
    text-overflow: ellipsis;
}
.box-header .contact-header .icon16 {
  margin: 11px 5px 0 0;
  padding: 0;
}
.box-header .contact-header a {
  margin-left: 10px;
  float: left;
  width: 150px;
}
.contact-viewmore {
    text-align: center;
    background: #F5F5F5;
}
.contact-viewmore a {
    display: block;
    text-decoration: none;
    font-size: 10px;
    font-weight:bold;
    line-height: 18px;
}

.role-long-list-item {
    margin-right: 20px;
}

    .role-long-list-item .icon {
        display: inline-block;
        vertical-align: middle;
    }

#ui-locker {
    position: absolute;
    z-index: 10;
    top:0;
    left:0;
}

.report table tbody tr th,
.report table tbody tr td,
.report .report-total {
    width: 50%;
}

.report .report-total {
  display: block;
  width: auto;
  float: right;
  text-align: right;
}

.report .td-right {
    text-align: right;
}
.report .report-items {
  display: none;
}

.box-content ul {
    list-style-type: disc;
    padding: 10px 0 10px 16px;
}
.box-content ol {
    list-style-type: decimal;
    padding: 10px 0 10px 20px;
}
.box-content ol li,
.box-content ul li {
    line-height: 18px;
}

h5.box-loader {
  padding:60px;
}
h5.box-loader span {
  display: block;
  margin:0 auto;
  width: 120px;
  padding: 0 0 0 25px;
  line-height: 20px;
  vertical-align: middle;
  height: 20px;
  background: url('../img/loader.gif') 0 5px no-repeat;
}

h5.box-loader-long span {
  padding-bottom: 50px;
  width: 300px;
}

h5.box-error {
  padding:60px;
  text-align: center;
}

h6.graph-header {
    margin: auto;
    margin-bottom: 0;
    width: 543px;
}

.box-dashboard-graphs-item {
    padding: 10px;
    border-top: 1px solid #EBEBEB;
}

.box-dashboard-graphs-item:first-child {
    border-top: none;
}

.box .box-header .box-steps {
  padding: 10px 0 0 0;
}

.box .box-header .box-steps ul,
.box .box-header .box-steps ul li {
  list-style-type: none;
}

.box .box-header .box-steps ul li {
  float: left;
  padding-right: 10px;
  color: #898989;
  font-family: "Tahoma","Lucida Grande",sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 0 1px 0 #FFFFFF;
  text-transform: uppercase;
}
.box .box-header .box-steps ul li.active {
  color: #588DBB;
}

.form-el-nolabel {
  padding-top: 12px !important;
}

hr {
  display: block;
  margin: 20px 0;
  border: none;
  border-bottom: 2px solid #E1E1E1;
}

.block-with-bg {
  background: url(../img/input_bg.png) repeat-x #fdfdfd;
  outline: none;
}

.block-with-bg tbody tr td {
  background: #fff;
}
.block-with-bg tbody tr:nth-child(2n+1) td {
  background: #F5F5F5;
}
.block-with-bg tbody tr:hover td {
  background: #6BA0CE;
  color: #fff;
}

#maincontainer b {
  font-weight: bold;
}

#maincontainer i {
  font-style: italic;
}

div.sticky-queue {
  z-index: 10001;
}

.form-help-info {
  font-style: italic;
}

.link-show-more {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;

  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(235, 235, 235)), to(rgb(229, 229, 229)));
  background-image: -webkit-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -moz-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -o-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -ms-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#e5e5e5');
  border-top: 1px solid #fafafa;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.nowrap {
  white-space: nowrap;
}

.inline-loader {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url('../img/loader.gif') 0 5px no-repeat;
}

.disclaimer {
    font-size: 80%;
    line-height: 12px;
    padding: 0 10px 10px 10px;
    font-style: italic;
}

.sysprobe-panel {
    margin: auto;
    width: 600px;
}

.sysprobe-panel h3 {
    margin: 20px 0 0 0;
    border-bottom: 1px solid;
}

.sysprobe-panel ul {
    margin: 5px;
    padding: 5px;
}

.sysprobe-panel ul li {
    list-style: none;
    margin: 0;
}

.host-remote-panel h3 {
    margin: 0 0 10px 0;
}

.host-remote-panel table {
    width: 326px;
    margin-bottom: 10px
}

.host-remote-panel select {
    width: 200px;
}

.host-remote-panel form > a.button-refresh {
    margin-left: 20px;
}

.host-remote-panel form > a, .host-remote-panel form > select {
    display: inline-block;
}

.power-state-marker {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 6px;
    line-height: 12px;
    position: relative;
    top: 1px;
}

.power-state-marker-up {
    background-color: #67d532;
}

.power-state-marker-down {
    background-color: #ed1b24;
}

/* use a media query to limit the CSS to only print devices, like a printer */
@media only print
{
  #primary,
  nav.secondary { display: none !important; }
}

.request-messages {
    margin: 12px;
}

.request-messages-message-others {
    background: white;
}

.request-messages-message .action_bar {
    display: none;
}

.request-messages-message-others .action_bar {
    display: block;
}

.request-messages-message-content {
    white-space: pre-wrap;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}

.request-related-equipment-list b {
    white-space: nowrap;
}

.graphs-list em {
    font-style: italic;
}

.cloud-region-grid table {
    table-layout: fixed;
}

.cloud-storage-sync-message {
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cloud-storage-sync-actions {
    text-align: center;
    margin-bottom: 10px;
}

.power-feeds-command div, .power-feeds-command a {
    vertical-align: middle;
    display: inline-block;
}

.wz-iframe-container {
    width: 920px;
    height: 400px;
    position: relative;
}
.wz-iframe-container.wz-loading:before, .iframe-container.wz-loading:after {
    display: block;
    position: absolute;
    opacity: .9
}
.wz-iframe-container.wz-loading:before {
    content: "";
    background: url(../img/bg.png);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.wz-iframe-container.wz-loading:after {
    content: "Loading...";
    width: 120px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -60px;
    padding: 0 0 0 25px;

    font-family: Aller, 'Lucida Grande', sans-serif;
    font-size: 16px;
    line-height: 20px;

    vertical-align: middle;
    background: url('../img/loader.gif') 0 5px no-repeat;
}

.wz-iframe-container iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: none;
}

.wz-payment-card {}
.wz-payment-card.expired {}
.wz-payment-card.expired .data {
    text-decoration: line-through;
}
.wz-payment-card.expired .marker {
    color: #ad6262;
}
.wz-payment-card.expired:hover .marker {
    color: #fff;
}

.wz-payment-confirmation {
    padding-left: 100px;
    background: url(../img/credit-card-icon.png) no-repeat 0 5px;
}
.wz-payment-confirmation header {
    font-size: 14px;
    margin: 0;
}
.wz-public-key {
    word-wrap: break-word;
}

.wz-flavors {
    margin: 0 0 15px;
}
.wz-flavors:after {
    display: block;
    content: '';
    clear: both;
}
.wz-flavors-label {
    display: block;
    margin: 0 0 5px;
}
.wz-flavor {
    display: block;
    width: 13%;
    position: relative;
    padding: 10px 1%;
    margin: 0 1% 10px;
    float: left;
    border-radius: 3px;
    cursor: pointer;
}
.wz-flavor:first-child, .wz-flavor:nth-child(6n + 1) {
    margin-left: 0;
}
.wz-flavor:last-child, .wz-flavor:nth-child(6n) {
    margin-right: 0;
}
.wz-flavor:hover {
    background: #e8e8e8;
}
.wz-flavor.active, .wz-flavor.active:hover {
    background: #d8d8d8;
}
.wz-flavor.disabled, .wz-flavor.disabled:hover {
    cursor: default;
    background: #f8f8f8;
    opacity: .5;
}

.wz-flavor-name {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 120%;
    margin: 0 0 5px;
}
.wz-flavor-price {
    display: block;
    margin: 5px 0 0;
    font-weight: bold;
    font-size: 110%;
}
.wz-flavor-param {
    display: block;
}
.wz-flavor-selector {
    display: none;
}

.wz-vm-status {
    color: #015ECB;
}
.datatable-row-clickable tr:hover td .wz-vm-status {
    color: #fff;
}
.wz-vm-status.active {
    color: #21B60A;
}
.wz-vm-status.error,
.wz-vm-status.deleted,
.wz-vm-status.deleting {
    color: #D5161E;
}
.wz-vm-status.awaiting_upgrade_confirm {
    color: #FA784A;
}
.wz-vm-status.switched_off {
    color: #1F2527;
}

.wz-snapshot-status {
    color: #015ECB;
}
.datatable-row-clickable tr:hover td .wz-snapshot-status {
    color: #fff;
}
.wz-snapshot-status.active {
    color: #21B60A;
}
.wz-snapshot-status.error,
.wz-snapshot-status.deleted,
.wz-snapshot-status.deleting {
    color: #D5161E;
}

.wz-radio-button > input[type="radio"] {
    display: none;
}
.wz-radio-button > input[type="radio"] ~ span {
    display: inline-block;
    position: relative;
    height: 18px;
    padding-left: 20px;
    background: url(../img/radio.png) no-repeat 0 1px;
}
.wz-radio-button > input[type="radio"] ~ span:hover {
    background-position: 0 -18px;
}
.wz-radio-button > input[type="radio"]:checked ~ span,
.wz-radio-button > input[type="radio"]:checked ~ span:hover {
    background-position: 0 -37px;
}

.wz-box-footer {
    padding: 12px 14px;
    position: relative;
    text-align: left;
    line-height: 150%;
    border-top: 1px solid #ebebeb;
}
.wz-box-footer strong, .wz-grid-footer b {
    font-size: 110%;
}
.select-expiration-container  span.error-vertical{
	position: relative;
	/* margin-left: -40px; */
	right: 0px;
	background: none;
}
.select-expiration-container  label.error{
	bottom: 16px !important;
}

.select-expiration-yy-container  span.error{
	position: relative;
	/* margin-left: -40px; */
	right: 0px;
	top: -6px !important;
	background: none;
}

div.box-content > div.row {
  display: flex;
}

div.box-content > div.row > div.column {
  flex: 1;
}
