@import url("https://fonts.googleapis.com/css?family=Lato:700,900");
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*"Roboto", sans-serif;*/
/* Colour Schemes */
/*  1.0 - GENERAL STYLES  */
html, body {
  height: 100% !important;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-style: normal;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143 !important;
  color: #172b4d;
  background-color: #fff;
  letter-spacing: -.005em; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -37px; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  letter-spacing: -.015em;
  font-weight: 600; }

.h1, h1 {
  font-size: 2em;
  margin: 0.67em 0; }

.h2, h2 {
  font-size: 1.5em;
  margin: 0.75em 0; }

.h3, h3 {
  font-size: 1.17em;
  margin: 0.83em 0; }

.h4, h4 {
  font-size: 1em;
  margin: 1.15em 0; }

.h5, h5 {
  font-size: .87em;
  margin: 1.5em 0; }

.h6, h6 {
  font-size: .75em;
  margin: 1.67em 0; }

a {
  color: #123; }
  a:hover:focus {
    color: #456; }

.label {
  font-size: 60%;
  vertical-align: top;
  padding: .2em .5em;
  border-radius: .2em;
  margin-left: 5px; }

.swal-overlay {
  overflow: hidden; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 380px;
    margin: 60px auto; } }
.modal-content {
  background-color: transparent;
  border: none; }

.modal-header {
  background-color: #4F6D7A;
  color: #FFF;
  border-bottom: 0;
  padding: 10px 15px;
  border-radius: 3px 3px 0 0; }

.modal-body {
  background-color: #FFF; }

.modal-footer {
  padding: 5px 15px;
  border-radius: 0 0 3px 3px;
  background-color: #FFF; }

.form-inline > span {
  display: inline-block;
  margin-right: 10px; }

.secondary-input {
  display: inline-block;
  margin-bottom: 18px; }

.secondary-input > span > .tt-menu {
  left: 0px !important;
  width: calc(100% - 1px);
  padding: 5px 12px; }

.dt-buttons {
  float: right;
  margin: 20px 0px; }

.dt-button {
  border-width: 0;
  background-color: transparent;
  height: 48px;
  width: 48px;
  background-repeat: no-repeat;
  margin-left: 10px; }

.dt-button > span {
  display: none; }

.buttons-excel {
  background-image: url("../images/excel-xls-icon.png"); }

.buttons-csv {
  background-image: url("../images/csv-icon.png"); }

.buttons-print {
  background-image: url("../images/Printer-icon.png"); }

.buttons-pdf {
  background-image: url("../images/pdf-icon.png"); }

.caret {
  display: inline-block !important; }

.footer-wrap, .push {
  height: 37px; }

footer {
  height: 37px;
  /* width: $footer-height * -1; */
  padding-top: 9px;
  position: absolute;
  left: 0;
  right: 0; }

footer p {
  text-align: center;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.12); }

/* TABLE DESIGNS */
/* Version 1.0 */
/* Generic Table Design */
/* TABLES / LISTS */
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #F4F4F4; }

.table-hover > tbody > tr > td:first-child {
  padding-left: 10px; }

.table-hover > tbody > tr:active > td:first-child {
  padding-left: 7px;
  border-left: 5px solid #19aa8d; }

.mat-list thead {
  background-color: #F9F9F9;
  border-top: 3px solid #DBDBDB; }

.mat-list > thead > tr > th {
  border-bottom: none;
  padding-bottom: 10px; }

.mat-list th {
  font-weight: 600;
  color: #777;
  height: 40px; }

.mat-list tr {
  padding: 16px 0;
  cursor: pointer; }

.mat-list tr:last-child {
  border-bottom: 1px solid #DDD; }

.matlist td:first {
  padding: 16px 0; }

.mat-list a {
  text-decoration: none;
  font-size: 14px; }

.mat-list .single-line {
  padding: 14px 0 13px 0; }

.list-title, .list-title a {
  color: #292929 !important; }

.list-subtitle {
  display: block;
  font-size: 12px;
  color: #8E8E8E !important; }

#short-sub {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 45%; }

@media (max-width: 768px) {
  #subtitle {
    display: none; }

  .list-title {
    display: inline-block;
    padding: 9px 0 8px; } }
@media screen and (max-width: 767px) {
  .table-responsive {
    border: none; }

  .mobile-hide {
    display: none; } }
/* Used on the tickets list page */
span.status-indicator {
  display: block;
  font-size: 12px;
  color: #8E8E8E; }

.status-indicator::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid;
  margin-right: 5px;
  content: " "; }

/* BUTTON DESIGNS */
/* Version 1.0 */
/* General Use Buttons */
/*

3 types - floating action, raised, flat


*/
.bttn {
  display: inline-block;
  height: 32px;
  padding: 0px 16px;
  border-radius: 2px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.bttn.flat {
  height: 36px; }

.bttn.left {
  float: left;
  margin-right: 8px; }

.bttn.right {
  float: right;
  margin-left: 8px; }

.bttn:focus {
  outline: none;
  outline-offset: 0px; }

.bttn.primary {
  color: #FFF;
  background-color: #2196F3; }

.bttn.primary:hover {
  background-color: #1976D2; }

.bttn.primary:focus {
  background-color: #90CAF9; }

.bttn.default {
  color: #000;
  background-color: #FFF; }

.bttn.default:hover {
  color: #2196F3;
  background-color: #FFF; }

.bttn.default:focus {
  background-color: #CCC; }

.bttn.success {
  color: #FFF;
  background-color: #36B37E; }

.bttn.success:hover {
  background-color: #00875A; }

.bttn.success:focus {
  background-color: #57D9A3; }

.bttn.danger {
  color: #FFF;
  background-color: #F44336; }

.bttn.danger:hover {
  background-color: #B71C1C; }

.bttn.danger:focus {
  background-color: #EF9A9A; }

.bttn.text-only {
  color: #2196F3;
  background-color: transparent;
  box-shadow: none;
  padding: 0; }

.bttn.text-only:hover {
  color: #1976D2;
  background-color: transparent;
  box-shadow: none; }

.bttn.text-only:focus {
  color: #1976D2;
  background-color: transparent;
  box-shadow: none; }

/* Pagination styles */
a.paginate_button {
  padding: 0 5px;
  cursor: pointer;
  text-decoration: none; }

/* PROGRESS BAR DESIGNS */
/* Version 1.0 */
div .progress-container {
  width: 100%;
  display: inline-block;
  float: right;
  padding: 0px 0px 20px 0px; }

@media (max-width: 1199px) {
  div .progress-container {
    padding: 20px 0px 20px 0px; } }
.progressbar li {
  list-style-type: none;
  float: left;
  width: 25%;
  /* Look into making this dynamic based off number of steps */
  position: relative;
  text-align: center; }

.progressbar li:before {
  content: '';
  position: relative;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: 1px solid #ccc;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #fff;
  z-index: 100; }

.progressbar li:after {
  content: '';
  position: absolute;
  width: 100%;
  border: 0.5px dashed #CCC;
  top: 7.5px;
  left: -50%;
  z-index: 10; }

.progressbar li:first-child:after {
  content: none; }

.progressbar li.completed:before {
  background-color: #20ce20;
  border: 2px solid #FFF; }

.progressbar li.active:before {
  border-color: #20ce20; }

.progressbar li.completed:after, li.active:after {
  /* background-color: green; */
  border: 0.5px solid #20ce20; }

/*
.progressbar li.active:after {
	background-color: green;
}
*/
.loader {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.spinner {
  width: 56px;
  height: 56px;
  border: 8px solid rgba(0, 0, 0, 0.25);
  border-top-color: #FFF;
  border-radius: 50%;
  display: none;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  top: 50%;
  margin: -28px auto 0; }
@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
/* CSS Document */
.svg-italics {
  font-style: italic; }

/* This is currently used on the Personnel page */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  /*border: none;*/ }

.nav > li > a {
  /*border: none;*/ }

/* PANEL DESIGNS */
/* Version 1.0 */
/* Generic Panel Design */
.panel {
  clear: both;
  margin-bottom: 20px;
  border-color: #FFF;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.panel-heading {
  padding: 15px;
  cursor: move; }

.panel-title > small {
  margin-left: 5px; }

.heading-elements {
  background-color: inherit;
  position: absolute;
  top: 50%;
  right: 10px;
  height: 36px;
  margin-top: -18px; }

.icons-list {
  margin: 10px 0 0 20px;
  padding: 0;
  float: left;
  line-height: 1; }

.icons-list > li {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  font-size: 13px; }

.icons-list > li:first-child {
  margin-left: 0; }

.icons-list > li > a {
  color: inherit;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer !important; }

.icons-list > li > a:focus, .icons-list > li > a:hover {
  opacity: .75;
  filter: alpha(opacity=75);
  cursor: pointer !important; }

.icons-list > li > a > i {
  top: 0; }

.panel-heading > .panel-title {
  margin: 2px 0; }

.panel-body, .panel-heading, .panel-title {
  position: relative; }

.panel-body {
  padding: 0px 16px 16px; }

.strong-title {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.04rem;
  margin: 0;
  width: 85%;
  height: 20px;
  overflow: hidden; }

.secondary-text {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.97rem;
  margin: 0;
  width: 92%; }

.pull-right {
  color: rgba(0, 0, 0, 0.38);
  font-weight: 600; }

/* Upcoming Events */
.panel-body > .list-row {
  background-color: #ffffff;
  padding: 11px 0px;
  height: 60px; }

.panel-body > .list-row:hover {
  background-color: #f5f5f5;
  margin-left: -17px;
  margin-right: -17px;
  padding: 11px 17px; }

.content {
  cursor: pointer; }

#link {
  text-decoration: none;
  color: inherit; }

#link:hover {
  text-decoration: none;
  color: inherit; }

.feed-element:first-child {
  margin-top: 0; }

.feed-activity-list .feed-element {
  border-bottom: 1px solid #e7eaec; }

.feed-element:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.feed-element, .media-body {
  overflow: hidden; }

.feed-element, .feed-element .media {
  margin-top: 15px; }

.feed-element {
  padding-bottom: 15px; }

.feed-element > .pull-left {
  margin-right: 10px; }

.pull-left {
  float: left; }

.list-avatar {
  display: inline-block;
  float: left;
  margin-right: 16px; }

@media (max-width 1400px) {
  .list-avatar {
    display: none; } }
.list-avatar img.img-circle {
  width: 32px;
  height: 32px; }

.panel.table {
  padding: 0; }

/* DASHBOARD STYLING */
/* Version 1.0 */
div.dash-widget {
  margin: 16px 8px; }

h5.metric-value {
  margin: 0;
  font-size: 17px;
  font-weight: 500; }

.delta-up:before, .delta-even:before, .delta-down:before {
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px; }

/*
<div class="dash-widget">
	<h5 class="metric-value" id="yoy-ty">
		<small class="text-success text-size-base" id="session-ytd"><i class="fa fa-arrow-up"></i> (+16.2%)</small>
	</h5>
	<div class="stat-percent font-bold" id="yoy-p"></div>
	<small>Sessions</small>
</div>


<div class="media-left">
	<h5 class="text-semibold no-margin">38,289 <small class="text-success text-size-base"><i class="icon-arrow-up12"></i> (+16.2%)</small></h5>
	<ul class="list-inline list-inline-condensed no-margin">
		<li>
			<span class="status-mark border-success"></span>
		</li>
		<li>
			<span class="text-muted">May 12, 12:30 am</span>
		</li>
	</ul>
</div>
*/
/* WIDGET */
.text-success {
  color: #1c84c6; }

.font-bold {
  font-weight: 500; }

.stat-percent {
  /*float: right;*/
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 16px; }

.delta-pos {
  color: #1ab394; }

.delta-even {
  color: #23c6c8; }

.delta-neg {
  color: #ed5565; }

.delta-up:before {
  content: "\f106\0020"; }

.delta-even:before {
  content: "\f068\0020"; }

.delta-down:before {
  content: "\f107\0020"; }

.delta-posr {
  color: #1ab394; }

.delta-posr:after {
  font-family: FontAwesome;
  content: " \f0d7"; }

.delta-negr {
  color: #ed5565; }

.delta-negr:after {
  font-family: FontAwesome;
  content: " \f0d8"; }
