/* colors.less
 * Defines basic colors.
 */
body {
  margin: 0;
  height: 100%;
}
.margin-top-content {
  margin-top: 50px;
}
.content-bg {
  background-image: url('../../img/microchip_black_30.jpg');
}
.width-100 {
  width: 100%;
}
.margin-top-025em {
  margin-top: 0.25em;
}
.margin-top-05em {
  margin-top: 0.5em;
}
.margin-top-1em {
  margin-top: 1em;
}
.margin-top-2em {
  margin-top: 2em;
}
.margin-top-3em {
  margin-top: 3em;
}
.margin-top-4em {
  margin-top: 4em;
}
.margin-top-6em {
  margin-top: 6em;
}
.margin-left-02em {
  margin-left: 0.2em;
}
.margin-left-05em {
  margin-left: 0.5em;
}
.margin-left-1em {
  margin-left: 1em;
}
.margin-left-1_5em {
  margin-left: 1.5em;
}
.margin-left-2em {
  margin-left: 2em;
}
.margin-left-4em {
  margin-left: 4em;
}
.margin-left-6em {
  margin-left: 6em;
}
.margin-bottom-1em {
  margin-bottom: 1em;
}
.margin-bottom-2em {
  margin-bottom: 2em;
}
.margin-bottom-3em {
  margin-bottom: 3em;
}
.margin-bottom-4em {
  margin-bottom: 4em;
}
.margin-horizontal-0 {
  margin-left: 0;
  margin-right: 0;
}
.padding-top-1em {
  padding-top: 1em;
}
.padding-bottom-1em {
  padding-bottom: 1em;
}
.padding-right-1em {
  padding-right: 1em;
}
.padding-left-1em {
  padding-left: 1em;
}
.padding-1em {
  padding: 1em;
}
.float-right {
  float: right;
}
.app-content {
  margin-left: 22%;
  margin-right: 2%;
  margin-top: 65px;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  font-size: 1em;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fix-height {
  height: 25em;
}
.label-title {
  font-size: 1.5em;
}
.text-red {
  color: #FF0000;
}
.bg-red {
  background-color: #F16565;
}
.bg-orange {
  background-color: #FFA500;
}
.badge-red {
  background-color: #ff0000;
}
.min-height-100 {
  min-height: 100%;
}
.eu-box {
  position: absolute;
  bottom: 60px;
  left: 36%;
}
.horizon-box {
  position: absolute;
  bottom: 10px;
  left: 10%;
}
.horizon-box img {
  width: 90%;
}

/* colors.less
 * Defines basic colors.
 */
#toast-container {
  margin-top: 4em;
}
.close {
  line-height: 1;
  text-shadow: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}

/* colors.less
 * Defines basic colors.
 */
h1 {
  color: #555;
}
.box-info {
  display: block;
  min-height: 70px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.box-info .box-info-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: 70px;
  width: 70px;
  text-align: center;
  font-size: 3em;
  line-height: 70px;
  background: rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
}
.box-info .bg-green {
  background-color: green;
}
.box-info .bg-red {
  background-color: #F16565;
}
.box-info .bg-blue {
  background-color: #39397c;
}
.box-info .bg-black {
  background-color: #000000;
}
.box-info .bg-yellow {
  background-color: #ecec25;
}
.box-info .bg-orange {
  background-color: orange;
}
.box-info .bg-pink {
  background-color: pink;
}
.box-info .bg-grey {
  background-color: #4d4d4d;
}
.box-info .info-box-content {
  padding: 5px 10px;
  margin-left: 100px;
}
.box-info .info-box-content .title {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-info .info-box-content .value {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.bg-white {
  background-color: #FFFFFF;
}
.col-container {
  display: table;
  /* Make the container element behave like a table */
  width: 100%;
  /* Set full-width to expand the whole page */
}
.col {
  display: table-cell;
  /* Make elements inside the container behave like table cells */
}
.paddingTop15Px {
  padding-top: 15px;
}

/* colors.less
 * Defines basic colors.
 */
.navbar {
  border-radius: 0 !important;
  margin-bottom: 0;
  border-bottom: 1px solid black;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #F16565;
}
.navbar li a {
  color: #000000;
  font-size: 1.1rem;
}
.navbar li a span {
  text-transform: lowercase;
}
.navbar li a:hover,
.navbar li a:focus {
  color: #000000;
  text-shadow: 0 1px 0 whitesmoke;
  text-decoration: none;
  background-color: whitesmoke;
}
.navbar .dropdown-menu li a {
  color: #000000;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a:focus {
  color: #FFFFFF;
  background-color: #4d4d4d;
}
.navbar-color {
  background-color: #021e31;
}
.navbar-brand {
  padding: 0px;
  height: 51px;
}
.navbar-brand > img {
  height: 100%;
  width: auto;
  margin-left: 25px;
}
.border-navbar-item {
  border: 0px solid white;
}

/* colors.less
 * Defines basic colors.
 */
.sidebar {
  top: 51px;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 20%;
  background-color: #021e31;
  overflow-y: auto;
  border-right: solid 1px black;
  border-top: solid 1px black;
}
.sidebar ul {
  height: 80%;
  overflow: auto;
}
.sidebar p {
  margin: 0 0 2px;
}
.sidebar li {
  border-bottom: 1px solid #FFFFFF;
  text-align: right;
}
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
  text-decoration: none;
  background-color: whitesmoke;
}
.sidebar .active {
  background-color: #e7e7e7;
  color: #000000;
  font-weight: bold;
}
.sidebar .active .name {
  color: #000000;
}
.sidebar .active .lea {
  color: #000000;
}
.sidebar .active .data {
  color: #000000;
}
.sidebar .name {
  font-size: 1.3em;
  color: #FFFFFF;
}
.sidebar .date {
  font-size: 1em;
  color: #6a6969;
}
.sidebar .lea {
  font-size: 1.1em;
  color: #6a6969;
}
.sidebar .data {
  color: #FFFFFF;
}
