@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);.auth_page {
  background: -webkit-gradient(linear, left top, right bottom, from(#365e8d), to(#b0dafb)) no-repeat;
  background: linear-gradient(to bottom right, #365e8d, #b0dafb) no-repeat;
  height: 100vh;
}

.card-poscloud {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */

.card-poscloud:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* On mouse-over, add a deeper shadow */

.panel:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-poscloud > .panel-heading {
  color: #0D498D;
  border: 1px #fcfcfc solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-poscloud > .panel-heading {
  color: #0D498D;
  background: #fcfcfc;
  border: 1px #fcfcfc solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.dataTables_wrapper .dataTables_filter {
  margin-bottom: 15px;
}

input[type=search] {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 34px;
}

.sidebar {
  margin-top: 57px;
}

.navbar-poscloud {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(25, 110, 171, 0.55)), to(rgba(174, 207, 253, 0.28))) no-repeat;
  background: linear-gradient(to bottom right, rgba(25, 110, 171, 0.55), rgba(174, 207, 253, 0.28)) no-repeat;
  border-radius: 0;
  margin: 0;
}

.poscloud-icon {
  color: rgba(25, 24, 50, 0.9);
}

a {
  color: #516678;
}

