﻿a > .info-box {
  color: #000;
}
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box:hover {
  background: #f1f1f1;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
body {
  /*prevent modal background jumping*/
  padding-right: 0 !important;
  margin-right: 0 !important;
}
/*prevent modal background jumping*/
body.modal-open {
  overflow: auto;
}
.bg-aqua {
  background-color: #00c0ef !important;
  color: #fff !important;
}
.bg-red {
  background-color: #dd4b39 !important;
  color: #fff !important;
}
.bg-yellow {
  background-color: #f39c12 !important;
  color: #fff !important;
}
.bg-yellow {
  background-color: #f39c12 !important;
  color: #fff !important;
}
.bg-teal {
  background-color: #39cccc !important;
  color: #fff !important;
}
a.decoration-none:hover {
  text-decoration: none;
}
.navbar-user-info {
  padding-right: 10px;
}
.navbar-user-info > a {
  color: #fff;
}
.elm-sign-in-as-diff-user,
.elm-session-timeout {
  margin-top: -11px;
  margin-bottom: -11px;
  padding: 11px 8px 11px 8px;
}
.elm-sign-in-as-diff-user {
  background-color: #f0ad4e;
}
.elm-session-timeout {
  background-color: #5cb85c;
}
.elm-sign-in-as-diff-user a,
.elm-session-timeout a {
  color: #fff;
}
.main {
  min-height: 500px;
  margin-top: 50px;
}
.copyright {
  margin-top: 15px;
}
h2.form-header-text {
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}
.form-head-detail-tab {
  margin-top: 7px;
}
.input-sm {
  padding-top: 2px;
  padding-bottom: 2px;
}
input:invalid,
select:invalid {
  outline-color: transparent;
}
/*# sourceMappingURL=smartwork.css.map */