@import url(https://fonts.googleapis.com/css?family=Didact+Gothic);
.logotextpath1 {
  fill: #058f41; }

.logotextpath2 {
  fill: #ffffff; }

.logotextpath3 {
  fill: #058f41;
  stroke: #058f41; }

.loading-msg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  position: fixed; }

.loading-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loading-text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #058f41;
  padding-top: 10px; }

.loading-element {
  overflow: hidden; }

.dot {
  width: 12px;
  height: 12px;
  border: 2px solid #058f41;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: fx 1500ms ease infinite 0ms;
  animation: fx 1500ms ease infinite 0ms; }

.dot:nth-child(2) {
  -webkit-animation: fx 1500ms ease infinite 450ms;
  animation: fx 1500ms ease infinite 450ms; }

.dot:nth-child(3) {
  -webkit-animation: fx 1500ms ease infinite 900ms;
  animation: fx 1500ms ease infinite 900ms; }

@-webkit-keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

.sidepanel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f7f7f9;
  overflow-y: auto; }

.logo-wrapper a {
  overflow: hidden; }

.greeting-text {
  font-size: 20px;
  color: #058f41;
  margin: 0 -0.9375rem 1rem -0.9375rem;
  font-weight: bold;
  border-bottom: 2px solid #058f41;
  padding: 0 0.9375rem; }

.main-nav {
  margin: 0 -0.9375rem;
  padding-bottom: 1.5rem; }
  .main-nav a {
    display: block;
    padding: 0 0.9375rem;
    line-height: 2;
    font-size: 1rem;
    cursor: pointer; }
  .main-nav li.navtitle {
    padding: .5rem 0.9375rem;
    margin-top: .5rem;
    font-size: 1.2rem;
    border-top: 1px solid #ffffff; }
  .main-nav a.active {
    background-color: #058f41;
    color: #ffffff; }
    .main-nav a.active:hover, .main-nav a.active:focus {
      text-decoration: none; }

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

.module-filters {
  padding: 0 0 1rem 0; }

.editor .note-toolbar {
  background-color: #eceeef; }
  .editor .note-toolbar .dropdown-toggle::after {
    display: none; }
  .editor .note-toolbar .note-btn {
    background-color: #ffffff;
    border-color: #ccc; }
  .editor .note-toolbar .dropdown-menu li:hover {
    background-color: #f5f5f5; }
  .editor .note-toolbar .dropdown-menu li a {
    color: #373a3c;
    text-decoration: none; }
  .editor .note-toolbar .note-para .dropdown-menu {
    min-width: 252px; }

.header {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative; }
  .header .page-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    text-align: center; }
    .header .page-title h2 {
      margin-bottom: 0;
      color: #058f41;
      line-height: 0;
      font-size: 2.56rem; }
  .header .back-btn,
  .header .logout {
    padding: 2px 5px;
    position: relative;
    z-index: 1; }

.sub-title {
  margin-bottom: 10px; }
  .sub-title h3 {
    font-size: 1.5rem;
    color: #058f41; }

html,
body {
  font-family: 'Didact Gothic', sans-serif; }

a {
  color: #058f41; }
  a:hover, a:focus {
    color: #058f41;
    text-decoration: underline; }

.hidden {
  display: none; }

#payment-success p svg {
  fill: #4CAF50;
  width: 60px;
  height: 60px; }

#payment-failure p svg {
  fill: #ff0000;
  width: 60px;
  height: 60px; }

.form-control:focus {
  border-color: #058f41; }

.form-control:disabled:focus,
.form-control[readonly]:focus {
  border-color: #ccc; }

.select-multiple {
  margin-bottom: 1rem; }
  .select-multiple.form-control {
    height: 130px; }

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus {
  background-color: #058f41;
  border-color: #058f41;
  outline: 0 none; }

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:hover,
.btn-secondary:active:focus {
  color: #058f41;
  background-color: transparent;
  border-color: #058f41;
  outline: 0 none; }

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline:active,
.btn-danger-outline:active:focus {
  color: #d9534f;
  background-color: transparent;
  border-color: #d9534f; }

.pagination .page-link {
  color: #058f41; }

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  background-color: #058f41;
  border-color: #058f41; }

.content .table a.btn {
  margin: 0 0 0 5px; }

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #058f41; }

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

.view-entrance table {
  table-layout: fixed; }
  .view-entrance table th:first-child {
    width: 50%; }

.file {
  width: 100%; }

.file-custom {
  white-space: nowrap;
  overflow: hidden; }
  .file-custom:after {
    content: ""; }

.relation-tagging {
  width: 100%;
  padding: .375rem 0;
  height: 108px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .relation-tagging .checkbox {
    margin-bottom: 0; }
    .relation-tagging .checkbox + .checkbox {
      margin-top: 0; }
    .relation-tagging .checkbox input[type="checkbox"] {
      margin-top: 0.45rem;
      margin-left: -1rem; }
    .relation-tagging .checkbox label {
      display: block;
      padding-right: 0.5rem; }
      .relation-tagging .checkbox label:hover {
        background-color: #f5f5f5; }
      .relation-tagging .checkbox label.selected, .relation-tagging .checkbox label.selected:hover {
        background-color: #058f41;
        color: #ffffff; }

.trnxdetail .card-block {
  padding: 10px 1.25rem; }

.trnxdetail h4 {
  margin-bottom: 0;
  color: #058f41; }

.trnxdetail .close-btn {
  background: none;
  border: 0 none;
  outline: 0 none;
  margin: -10px -20px 0 0;
  width: 20px;
  height: 20px;
  font-size: 22px;
  padding: 0;
  line-height: 20px;
  float: right; }

.withclear {
  display: block;
  position: relative;
  width: 100%; }

.clearbtn {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  color: inherit; }

.switch {
  display: block;
  width: 100%; }

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  opacity: 0;
  visibility: hidden; }

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input.cmn-toggle-round + label {
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px; }
  input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: ""; }
  input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s; }
  input.cmn-toggle-round + label:after {
    width: 28px;
    background-color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s; }

input.cmn-toggle-round:checked + label:before {
  background-color: #058f41; }

input.cmn-toggle-round:checked + label:after {
  margin-left: 30px; }

.video-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .video-player iframe,
  .video-player object,
  .video-player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.status-unapproved {
  text-align: center;
  color: #d9534f; }

.status-approved {
  text-align: center;
  color: #058f41; }

tr.tr-unread {
  font-weight: bold;
  font-style: italic; }
