/** Custom metro design **/

.page-header.navbar .page-logo .logo-default {
  margin-top: 10px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user a.dropdown-toggle {
  background-color: #1f1f1f;
}
.page-header.navbar .top-menu .navbar-nav > li.language a.dropdown-toggle {
  padding-bottom: 12px;
}
.portlet-body.form form {
  padding: 10px 0;
}
.tabbable-custom > .nav-tabs.nav > li.active {
  border-color: #4b8df8;
}
li.dropdown-user.user .dropdown-toggle > img {
  height: 29px;
}
ul.breadcrumb > li + li:before {
  content: none;
  padding: 0;
}
ul.breadcrumb .filter.label {
  padding: 10px 18px;
  margin-right: -18px;
  color: black;
}
.label-inverse {
  background-color: black;
  color: white
}
.alert td {
  color: black;
}
.alert-sort.table > tbody > tr > td {
  padding: 8px 6px;
}
.login .content {
  background-color: white;
}
.btn.bigicn-only,
.btn.bigicn-only i {
  font-size: 34px;
}
.btn.bigicn-only {
  margin: -20px 0px 20px 0px;
}
.select2-container.col-md-9 {
  padding-right: 0px;
  padding-left: 0px;
}
.btn-more a {
  padding: 5px 10px;
}
.btn-more a.btn {
  margin-right: 0px;
}
@media (max-width: 480px) {
  .page-header.navbar .top-menu .navbar-nav > li.dropdown-user a.dropdown-toggle {
      background-color: transparent;
  }
  .flip-scroll table tr,
  .flip-scroll table tr.alert {
      padding: 0px;
  }
  .flip-scroll table tr td.nb_alerts,
  .flip-scroll table tr td.priority_0,
  .flip-scroll table tr td.priority,
  .flip-scroll table tr.alert td.nb_alerts,
  .flip-scroll table tr.alert td.priority_0,
  .flip-scroll table tr.alert td.priority {
      width: 100%;
      text-align: center;
      content: "0";
      color: transparent;
  }
  .flip-scroll table tr td div.pull-right,
  .flip-scroll table tr.alert td div.pull-right {
      float: none !important;
      text-align: center;
  }
  table tr td.nb_alerts,
  table tr td.priority_0,
  table tr td.priority,
  table tr.alert td.nb_alerts,
  table tr.alert td.priority_0,
  table tr.alert td.priority {
      width: 15%;
  }
  .table > tbody > tr > td {
      min-height: 35px;
      border-top: 1px solid #ddd !important;
  }
  #alerting .table th {
      padding-bottom: 15px;
  }
  #alerting .table th:first-child {
      padding: 8px 5px;
  }
  #alerting .table tbody td {
      border: none !important;
  }
  .checkbox-list > label.checkbox-inline {
      margin-bottom: 15px;
  }
  ul.breadcrumb .pull-right {
      margin: 20px 0px 15px 0;
  }
}
@media (max-width: 960px) and (min-width: 480px) {
  .alert-sort.table > tbody > tr > td {
      padding: 8px 4px;
  }
  .flip-scroll table tr,
  .flip-scroll table tr.alert {
      padding: 0px;
  }
  .flip-scroll table tr td.nb_alerts,
  .flip-scroll table tr td.priority_0,
  .flip-scroll table tr td.priority,
  .flip-scroll table tr.alert td.nb_alerts,
  .flip-scroll table tr.alert td.priority_0,
  .flip-scroll table tr.alert td.priority {
      width: 100%;
      text-align: center;
      content: "0";
      color: transparent;
  }
  .flip-scroll table tr td div.pull-right,
  .flip-scroll table tr.alert td div.pull-right {
      float: none !important;
      text-align: center;
  }
  .checkbox-list > label.checkbox-inline {
      margin-bottom: 15px;
  }
  table tr td.nb_alerts,
  table tr td.priority_0,
  table tr td.priority,
  table tr.alert td.nb_alerts,
  table tr.alert td.priority_0,
  table tr.alert td.priority {
      width: 15%;
  }
  .table tbody tr.error > td {
      max-width: 100% !important;
  }
  .table > tbody > tr > td {
      min-height: 35px;
      border-top: 1px solid #ddd !important;
  }
}
/** Hack for Firefox **/

body:empty .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px 5px;
}
@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
      display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
  }
  tr {
      margin-bottom: 10px;
  }
  tr:hover {
      background-color: white !important;
  }
  td {
      /* Behave  like a "row" */
      border: none;
      position: relative;
      padding-left: 50% !important;
      white-space: normal;
      width: 100% !important;
      text-align: left;
  }
  #globalDashboard tbody tr td{
    text-align: right !important;
    font-size: 12px;
  }
  .flip-scroll table.flip-content td{
    padding-left: 10px !important;
  }
  td:nth-child(odd) {
      background: #eee;
  }
  td:last-of-type:not([data-title]) {
      padding: 0 !important;
  }
  td.nb_alerts {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
  }
  td.nb_alerts:before {
      content: '\f0e7';
  }
  td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      text-align: left;
      font-weight: bold;
  }
  #globalDashboard tbody tr td:before{
    font-size: 12px;
  }
  /*
Label the data
*/
  td:before {
      content: attr(data-title);
  }
}
.login {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-attachment: fixed;
}
.login .content {
  background-color: #fff;
  width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
}
.login .content .login-form {
  padding: 0px;
  margin: 0px;
}
.login .content .input-icon {
  border-left: 2px solid #35aa47 !important;
}
.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 10px 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.login .logo {
  margin: 0 auto;
  /* margin-top: 60px; */
  padding: 15px;
  text-align: center;
}
.login .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #FFFFFF;
  font-size: 13px;
}
.login-center{
  position: relative;
  top: 25%;
}
/*# sourceMappingURL=custom-metro.css.map */