.btn {
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.btn:focus,
.btn:active,
.btn:hover {
  box-shadow: none;
}
.btn-link {
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
}

input {
  border: 1px solid #eaeaea;
  border-top-color: #ccc;
}
input[required],
select[required],
.input-wrapper.required > input {
  border: 1px solid #eaeaea;
  border-top-color: #ccc;
  border-left: 3px solid #c62f2f !important;
}
input[required].valid,
select[required].valid,
.input-wrapper.required.valid > input {
  border: 1px solid #eaeaea;
  border-top-color: #ccc;
  border-left: 3px solid #8a8a8a !important;
}
label {
  font-weight: normal;
  color: #777;
  font-size: 14px;
}

textarea {
  border: 1px solid #eaeaea;
  border-top-color: #ccc;
}
textarea[required],
.textarea-wrapper.required > textarea {
  border: 1px solid #eaeaea;
  border-top-color: #ccc;
  border-left: 3px solid #c62f2f !important;
}
textarea[required].valid,
.textarea-wrapper.required.valid > textarea {
  border: 1px solid #eaeaea;
  border-top-color: #ccc;
  border-left: 3px solid #8a8a8a !important;
}

nav.navbar.navbar-fixed-top {
  border-bottom: 2px solid #355995;
}

.navbar-nav {
  margin: 0px -15px;
}

.navbar.navbar-default .nav > li {
  display: inline-block;
}

.field-history-popover {
  max-width: 400px;
}

@media (max-width: 767px) {
  .navbar.navbar-default .navbar-nav .open .dropdown-menu {
    position: fixed;
    top: 34px;
    height: calc(100% - 34px);
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
  }
}

.nav-tabs {
  padding-left: 20px;
}
.app-header .nav-tabs > li > a {
  outline: none !important;
  padding: 5px 10px 2px 10px !important;
  border-radius: 3px 3px 0px 0px !important;
  font-size: 12px !important;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: none !important;
  border: 1px solid transparent !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff !important;
  background-color: #355995 !important;
  border: 1px solid #355995 !important;
}

.modal-footer {
  text-align: center;
}

.rbc-event {
  height: auto !important;
  padding-bottom: 32px !important;
}

.rbc-time-header {
  margin-right: 0px !important;
}

.rbc-time-content {
  overflow-y: visible !important;
}
