@charset "utf-8";
/* CSS Document */

.loader {
  position: relative;
  width: 1.5rem;
  margin: .25rem 0 1rem;
  display:inline-block;
}
.loader .circle {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0;
  transform: rotate(225deg);
  animation-iteration-count: infinite;
  animation-name: orbit;
  animation-duration: 5.5s;
}
.loader .circle:after {
  content: '';
  position: absolute;
  width: .2rem;
  height: .2rem;
  border-radius: .2rem;
  background: #369;
  /* Pick a color */
}
.loader .circle:nth-child(2) {
  animation-delay: 240ms;
}
.loader .circle:nth-child(3) {
  animation-delay: 480ms;
}
.loader .circle:nth-child(4) {
  animation-delay: 720ms;
}
.loader .circle:nth-child(5) {
  animation-delay: 960ms;
}
@keyframes orbit {
  0% {
    transform: rotate(225deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  70% {
    transform: rotate(815deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }
  76% {
    transform: rotate(945deg);
    opacity: 0;
  }
  100% {
    transform: rotate(945deg);
    opacity: 0;
  }
}


.epicore-logo img {
	display: inline-block;
	max-width: 155px;
	max-height: 55px;
	padding: 0.5rem 1rem;
	margin-right: 0;
}

/*
https://github.com/mrholek/CoreUI-Free-Bootstrap-Admin-Template/issues/265
*/
.app {
    min-height: 99.920vh;
}

.navbar-toggler:focus {
    outline: 0;
}

.badge {
    color: #fff;
}

.ewPointer {
	cursor:pointer;
}

/* Fix for file uploader */

/*
.fade.in {
  opacity: 1;
}
*/

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog    {
	max-width: 90%;
    margin: 30px auto;
    width: 42rem;
}

.modal-backdrop.in {
  opacity: 0.25;
}

body.modal-open .app-body  {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.hidden {
    display: none;
}

/* hopefully fixed in future CoreUI
*/
.input-group .form-control {
	width: initial;
	min-width: initial;
}

.input-group-addon > .input-group-btn {
    margin: -8px -12px;
}

.input-group-addon, .input-group-btn {
	min-width: initial;
}
 /* Personal prefs */
.input-group-addon, .input-group-btn {
    min-width: 2.4rem;
    max-height: 2.2rem;
}

.ewTemplate { 
	display:none; 
}

.ewListOptionBody {
    margin: 0;
}

.fc-day-grid-event .fc-content {
	cursor:pointer;
	color:#f4f4f4;
}

/* Typeahead */

/***
	TYPEAHEAD for MDB
	by djibe
***/

.typeahead {
    z-index: 1051;
}


/*If using icon span before input, like <i class="fa fa-asterisk prefix"></i>*/

span.twitter-typeahead {
    width: 100%;
}


/* Aspect of the dropdown of results*/

.typeahead.dropdown-menu,
span.twitter-typeahead .tt-menu {
    min-width: 100%;
	background: white;
    /*as large as input*/
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 0;
    font-size: 1.1rem;
}


/*Aspect of results, done*/

span.twitter-typeahead .tt-suggestion {
    color: #4285F4;
    cursor: pointer;
    padding: 0.5rem;
    text-transform: capitalize;
    font-weight: 400;
}


/*Hover a result, done*/

span.twitter-typeahead .active.tt-suggestion,
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .active.tt-suggestion:focus,
span.twitter-typeahead .tt-suggestion.tt-cursor:focus,
span.twitter-typeahead .active.tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
    background-color: #EEEEEE;
    color: #4285F4;
}

label.active {
    color: #4285F4 !important;
}

.navbar .sidebar .active.dropdown-toggle, .sidebar .nav-link.active, .sidebar .navbar .active.dropdown-toggle {
    color: #fff;
    background: #445560;
}

.navbar .sidebar .dropdown-toggle, .sidebar .nav-link, .sidebar .navbar .dropdown-toggle {
    color: #f0f3f5;
}

.sidebar-nav .nav-link.active {
    border-left: 3px solid #1B8EB7;
}

.ewItemTable td {
    vertical-align: top;
    padding-right: 20px;
}

.checkbox-columns {
    padding: 0;
}

.checkbox-columns li {
    list-style: none;
    min-height: 50px;
}

.app-header.navbar .dropdown-menu {
    z-index: 1020;
}

/* // No longer needed
.fc-event {
    background-color: none;
    border: none;
}
*/

.epicore-logo-minimized img {
    max-width: 55px;
    max-height: 55px;
    margin-left: 10px;
}

.ewUploadTable {
    width: 0;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 0;
}

.sidebar .nav-dropdown.open {
    background: rgba(0,0,0,.2);
    border-left: 3px solid #1B8EB7;
}

.no-text-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 1rem;
    width: 13.6rem !important;
}

/* Timeline */

.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}

.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .icon {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Additional Flex Columns */

.card-columns.cols-4 {
	-webkit-column-count: 4;
	column-count: 4;
}
.card-columns.cols-5 {
	-webkit-column-count: 5;
	column-count: 5;
}
.card-columns.cols-6 {
	-webkit-column-count: 6;
	column-count: 6;
}
.card-columns.cols-7 {
	-webkit-column-count: 7;
	column-count: 7;
}
.card-columns.cols-8 {
	-webkit-column-count: 8;
	column-count: 8;
}
.card-columns.cols-9 {
	-webkit-column-count: 9;
	column-count: 9;
}
.card-columns.cols-10 {
	-webkit-column-count: 10;
	column-count: 10;
}
.card-columns.cols-11 {
	-webkit-column-count: 11;
	column-count: 11;
}
.card-columns.cols-12 {
	-webkit-column-count: 12;
	column-count: 12;
}
