﻿@import 'https://fonts.googleapis.com/css?family=Ubuntu';
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';
body {
  font-family: 'Ubuntu';
  font-size: 16px;
  padding-top: 50px;
  padding-bottom: 20px;
  margin: 0;
  background-color: #ebebeb; }

.body-content {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 600px; }

.head-section {
  padding-top: 20px;
  background-color: #ebebeb; }

.form-wrapper {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  border: black aliceblue;
  border: 1px solid #c8c8d3;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }

.form-section-title {
  color: #003366;
  border-bottom: 1px solid #c8c8d3;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .form-section-title.bold {
    font-weight: bold; }

.error-message {
  display: block;
  color: red;
  font-weight: bold; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-left-30 {
  margin-left: 30px; }

.border-left {
  border-left: 1px #ebebeb solid; }

.border-right {
  border-right: 1px #ebebeb solid; }

.border-top {
  border-top: 1px #ebebeb solid; }

.border-bottom {
  border-bottom: 1px #ebebeb solid; }

.border-full {
  border: 1px #ebebeb solid; }

.border-rounded {
  border-radius: 5px; }

.btn-iica-green {
  color: #FFF;
  background-color: #007934;
  border-color: #669933;
  left: 0; }
  .btn-iica-green:hover, .btn-iica-green:focus {
    color: white;
    text-decoration: underline;
    background-color: #007934;
    background-color: #669933; }
  .btn-iica-green .badge {
    background-color: white;
    color: #007934; }

.btn-iica-blue-light {
  color: #FFF;
  background-color: #006699;
  border-color: #003366; }
  .btn-iica-blue-light:hover, .btn-iica-blue-light:focus {
    color: white;
    font-weight: bold;
    background-color: #003366; }
  .btn-iica-blue-light .badge {
    background-color: white;
    color: #006699; }

.search-bar .input-group-btn .btn {
  border-left-width: 0;
  left: -2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .search-bar .input-group-btn .btn > .material-icons {
    display: block; }

.search-bar .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #cccccc; }

.float-input {
  position: relative;
  margin-top: 16px; }
  .float-input input, .float-input select, .float-input textarea {
    background: none;
    z-index: 1; }
    .float-input input.focused + label, .float-input input.filled + label, .float-input select.focused + label, .float-input select.filled + label, .float-input textarea.focused + label, .float-input textarea.filled + label {
      font-size: 0.9em;
      top: -8px;
      z-index: 2;
      background: white;
      padding: 0 5px; }
  .float-input label {
    position: absolute;
    top: 6px;
    left: 12px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    color: #006699; }

.label-input, .label-input-top {
  position: relative;
  margin-top: 16px; }
  .label-input label, .label-input-top label {
    position: absolute;
    color: #006699;
    font-size: 0.9em;
    top: -10px;
    left: 12px;
    z-index: 2;
    background: white;
    padding: 0 5px;
    z-index: 3; }
  .label-input .select2-container, .label-input-top .select2-container {
    display: block; }
  .label-input .select2-container--default .select2-selection--single, .label-input-top .select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    padding: 6px 12px;
    height: 34px; }
    .label-input .select2-container--default .select2-selection--single .select2-selection__arrow, .label-input-top .select2-container--default .select2-selection--single .select2-selection__arrow {
      margin-top: 3px; }

.label-input-top label {
  top: -18px; }

.checkbox {
  padding-top: 6px; }
  .checkbox label {
    font-weight: bold; }

select.valid {
  background-position: right 22px center !important; }

select.error {
  background-position: right 22px center !important; }

.glyphicons-iica {
  font-size: 20px;
  color: #009666; }

.glyphicons-danger {
  font-size: 20px;
  color: #cc0033; }

.gv-buttons {
  width: 6%;
  text-align: center; }

.navbar-iica {
  background-color: #003366;
  padding-right: 15px; }
  .navbar-iica .navbar-brand > img {
    width: 50%; }
  .navbar-iica li > a {
    color: white; }
    .navbar-iica li > a:hover {
      background-color: #006699; }
  .navbar-iica .nav .open > a:hover, .navbar-iica .nav .open > a:focus {
    font-weight: bold;
    background-color: #006699; }
  .navbar-iica .dropdown-menu {
    background-color: #006699; }
    .navbar-iica .dropdown-menu a:hover {
      font-weight: bold;
      color: white; }

.nav-tabs {
  margin-top: 20px; }

.tab-content {
  padding-top: 20px; }
