﻿@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Merriweather");
html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Lato", sans-serif, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 200;
  background-color: #FFFFFF;
  color: #343434;
  margin: 0;
}

.bg-white {
  background-color: #FFFFFF;
}

.form-control:focus {
  box-shadow: none;
}

[contenteditable]:focus {
  outline: 0px solid transparent;
}

.no-outline:focus {
  outline: 0px solid transparent;
}

h1 {
  font-weight: 100;
  font-size: 2.2rem;
  color: #7B8758;
}

h2 {
  font-weight: 100;
  font-size: 2rem;
  color: #343434;
}

h3 {
  font-weight: 100;
  font-size: 1.7rem;
  color: #343434;
}

h4 {
  font-weight: 100;
  font-size: 1.4rem;
  color: #343434;
}

h5 {
  font-weight: 100;
  font-size: 1.2rem;
  color: #343434;
}

h6 {
  font-weight: 100;
  font-size: 1.1rem;
  color: #343434;
}

.small {
  font-weight: 100;
  font-size: 0.8rem;
  color: #343434;
}

.x-small {
  font-weight: 100;
  font-size: 0.7rem;
  color: #343434;
}

.vh-10 {
  height: 10vh;
}

.vh-20 {
  height: 20vh;
}

.vh-25 {
  height: 25vh;
}

.vh-30 {
  height: 30vh;
}

.vh-40 {
  height: 40vh;
}

.vh-50 {
  height: 50vh;
}

.vh-50 {
  height: 50vh;
}

.vh-60 {
  height: 60vh;
}

.vh-70 {
  height: 70vh;
}

.vh-80 {
  height: 80vh;
}

.vh-90 {
  height: 90vh;
}

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

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

.icon-48, .icon-xsmall, .image-48, .image-xsmall {
  height: 48px;
}

.icon-96, .icon-small, .image-96, .image-small {
  height: 96px;
}

.icon-128, .icon-medium, .image-128, .image-medium {
  height: 128px;
}

.icon-256, .icon-large, .image-256, .image-large {
  height: 256px;
}

.text-justify {
  text-align: justify;
}

.req, .required {
  color: #860000;
}

a {
  color: #7B8758;
  text-decoration: none;
}
a:hover {
  color: #003366;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-body .title {
  font-size: 1.2rem;
  color: #7B8758;
  margin-bottom: 5px;
}

.card-body .title {
  font-size: 1.2rem;
  color: #7B8758;
  margin-bottom: 5px;
}

.modal-body .controls {
  margin-top: 10px;
  text-align: right;
}

.card-body .controls {
  margin-top: 10px;
  text-align: right;
}

.clickable:hover {
  background-color: #F8F8Fc;
}

.body-container {
  padding-top: 20px;
  overflow-x: hidden;
  height: 100%;
  min-height: 70vh;
  vertical-align: top;
  padding-bottom: 20px;
}

.logo-large {
  height: 100px;
}

.logo-medium {
  height: 80px;
}

.logo-small {
  height: 60px;
}

.logo-xsmall {
  height: 40px;
}

.avatar {
  height: 80px;
}

.avatar-large {
  height: 256px;
}

.avatar-medium {
  height: 128px;
}

.avatar-small {
  height: 64px;
}

.avatar-xsmall {
  height: 48px;
}

.border-radius-1em {
  border-radius: 1em;
}

.page-title {
  font-size: 1.2em;
  color: #351C75;
}

.section {
  margin-bottom: 1em;
}

.card-section {
  border-radius: 1em;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin-bottom: 1em;
}

.card-section-secondary {
  border-radius: 1em;
  border: 1px solid #F8F8Fc;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  margin-bottom: 1em;
}

.card-section-border-top {
  border-radius: 0.2rem;
  border-bottom: 0.1rem solid #FFFFFF;
  border-top: 0.3rem solid #351C75;
}

.section-controls {
  text-align: right;
  margin-top: 2em;
}

@media print {
  a:link {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  a[href]:after {
    content: none !important;
  }
}
.data-val-required {
  color: #a00000;
  font-size: 0.8em;
}

span.circle {
  background: #B08850;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  line-height: 48px;
  margin-right: 5px;
  text-align: center;
  width: 48px;
}

.user-avatar {
  width: 30px;
  height: 30px;
  background-color: #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}
