/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
main {
	position: relative;
}

*, body {
	box-sizing: border-box;
	font-family: Roboto,Arial,sans-serif;
}
*, :after, :before {
    border: 0 solid var(--black);
}





/*
	------------------------------ Homezone CSS ----------------------------

	Primary Colour: #1db878;

	------------------------------------------------------------------------

*/

:root {
  --transparent: transparent;
  --black: #22292f;
  --white: white;
  --white-50: rgba(255, 255, 255, 0.5);
  --danger: #e74444;
  --success: #21b978;
  --success-hover: #079a5a;
  --warning: #ffeb3b;
  --alertwarning: #fff3cd;
  --alertsuccess: #d1f2ce;
  --warningtext: #856404;
  --alertdanger: #ffbcbc;
  --info: #03a9f4;
  --body: #e2e7ed;
  --primary: #926dde;
  --primary-dark: #7e5cc4;
  --primary-70: rgba(126, 92, 196,0.7);
  --primary-50: rgba(126, 92, 196,0.5);
  --primary-30: rgba(126, 92, 196,0.3);
  --primary-10: rgba(126, 92, 196,0.1);
  --logo: #252d37;
  --sidebar-icon: #b3c1d1;
  --20: #f6fbff;
  --30: #f4f7fa;
  --40: #eef1f4;
  --42: #eff1f2;
  --45: #e8ebee;
  --50: #e3e7eb;
  --52: #d9dde0;
  --55: #c5d1db;
  --60: #bacad6;
  --70: #b3b9bf;
  --75: #aaafb5;
  --80: #7c858e;
  --85: #575d63;
  --90: #252d37;
  --90-half: rgba(40, 54, 61, 0.5);
  --blue-20: #edeff2;
  --blue-50: #d7dee8;
  --blue-70: #c5cdd8;
  --bluegray: #A8B9C5;
  --bluegray-dark: #91a3af;
  --red: #f7786a;
  --blue: #6aa2fc;
  --green: #71c450;
  --green2: #8bcb7b;
  --lightblue: #B2DEF7;
  --alertblue: #eaf2ff;
  --lightorange: #ffb773;
  --paleblue: #D2E5FF;
  --lightpink: #EFB3E6;
  --lightteal: #78DCC8;
  --lightyellow: #FFDF7C;
  --brightred: #f6534e;
  --lightgreen: #d9f3d4;
  --lightergreen: #ebf7e9;
}

a {
  color: var(--primary);
}
a:hover {
  color: var(--primary);
  text-decoration: none;
}
body {
	padding-left:75px;
	background:#e2e7ed;
}
h1, h2, h3 {
	font-family: "Nunito", "Roboto", Arial, sans-serif;
}
h1 {

}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 34px;
	line-height: 72px;
  font-weight: 700;
}
h4.title {
  font-family: "Nunito", "Roboto", Arial, sans-serif;
  font-size: 26px;
  line-height: 48px;
  font-weight: 700;
}
.subtitle {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.subtitle .px-6 {
  padding: 0 !important;
}
.subtitle .size13 {
  font-size: 1.1rem !important;
}
.sidebar-navigation {
  background-image: -webkit-gradient(linear,left bottom,left top,from(#7e8ea1),to(#3c4655));
  background-image: linear-gradient(0deg,#7e8ea1,#3c4655);
}
.menu-submenu-no-hover {
  padding-bottom: 1rem;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.sidebar .menu > .menu-item:hover > .menu-link {
    background-color: transparent !important;
}
.menu-item:hover .title, .menu-item:hover .icon {
  opacity: 0.6 !important;
}
.menu-item:hover .menu-submenu-no-hover .menu-item .title, .menu-item:hover .menu-submenu-no-hover .menu-item .icon {
  opacity: 1 !important;
}
.menu-item:hover .menu-submenu .menu-item .title, .menu-item:hover .menu-submenu .menu-item .icon {
  opacity: 1 !important;
}
.menu-item .icon {
  color: #b3c1d1 !important;
  font-size: 22px !important;
}
.menu-item .icon .svg-inline--fa {
  text-shadow: 1px 1px rgba(0,0,0,0.8);
}
.sidebar-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: var(--sidebar-icon);
}
.menu-top .title {
  font-family: "Nunito";
  font-size: 16px;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  -webkit-font-smoothing: antialiased;
}
.menu-submenu-no-hover .menu-item .title, .menu-submenu .menu-item .title {
  font-family: "Nunito";
  font-size: 14px;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  -webkit-font-smoothing: antialiased;
}
.menu-item .dot::after {
  width: 6px;
  height: 6px;
}

.menu-submenu-no-hover .menu-link, .menu-submenu .menu-link {
  height: 32px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  opacity: 1;
  -webkit-transition: 0s linear;
  transition: 0s linear;
}
.menu-submenu-no-hover .menu-link:hover, .menu-submenu .menu-link:hover {
  opacity: 0.7 !important;
}

.menu-submenu-no-hover .menu-link .icon {
  font-size: 10px;
  font-weight: 400;
}
.menu-submenu-no-hover .menu-link .icon {
  font-size: 10px;
  font-weight: 400;
}

.menu-submenu-no-hover .menu-link .arrow::before {
  font-size: .5rem;
}
.container-90 {
  max-width: 90%;
  margin: 0 auto;
}
.container-full {
  width: 100%;
}
.container-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.breadcrumbs {
  padding-top: 40px;
}
.resources .card {
  background: transparent !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
}
.resources .card-title {
  background: transparent !important;
}
.card {
    background-color: var(--white);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    border-radius: .5rem;
}
.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.noflex {
  display: block;
}

.flex-no-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.w-full {
    width: 100%;
}
.w-800 {
  max-width: 800px;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.size08 {
  font-size: 0.8rem !important;
}
.size11 {
  font-size: 1.1rem !important;
}
.size12 {
  font-size: 1.2rem !important;
}
.size13 {
  font-size: 1.3rem !important;
}
.size14 {
  font-size: 1.4rem !important;
}
.size15 {
  font-size: 1.5rem !important;
}
.size16 {
  font-size: 1.6rem !important;
}
.size18 {
  font-size: 1.8rem !important;
}
.size20 {
  font-size: 2.0rem !important;
}
.size25 {
  font-size: 2.5rem !important;
}
.size2 {
  font-size: 2em !important;
}
.size4 {
  font-size: 4em !important;
}
.size8 {
  font-size: 8em !important;
}
.text-80 {
  color: var(--80) !important;
}
.text-70 {
  color: var(--70) !important;
}
.text-60 {
  color: var(--60) !important;
}
.text-40 {
  color: var(--40) !important;
}
.badge-yellow{
  color: var(--lightyellow);
}
.badge-success{
  background: var(--success);
  color: var(--white);
}
.text-danger {
  color: var(--danger) !important;
}
.text-brightred {
  color: var(--brightred) !important;
}
.text-bluegray {
  color: var(--bluegray);
}
.text-no-shadow {
  text-shadow: none !important;
}
.text-primary {
    color: var(--primary) !important;
}
.text-base {
    font-size: 1rem;
}
a.text-primary:hover {
    color: var(--primary) !important;
}
.hover\:text-primary:hover {
    color: var(--primary) !important;
}
a.hover\:text-70:hover {
    color: var(--70) !important;
}
.badge-fam {
  color: var(--white) !important;
  background: #6991fd;
}
.badge-ed {
  background: #fdf569;
  color: var(--90) !important;
}
.ed-hover {
  transition: all 0.2s ease-in-out;
}
.ed-hover:hover {
  color: var(--90);
}
.text-upper {
  text-transform: uppercase;
}
.dim:hover {
  opacity: 0.5;
}
.dim-icon:hover {
  color: var(--70);
}
.disabled {
  cursor: not-allowed;
  text-decoration: none;
}
.text-white {
  color: #fff !important;
}
.alert-info {
  color: #2e5594;
  background-color: var(--alertblue) !important;
  border-color: #93a8c9;
}
.bg-lightblue {
  background-color:  var(--lightblue) !important;
}
.bg-lightgreen {
  background-color:  var(--lightgreen) !important;
}
.bg-lightergreen {
  background-color:  var(--lightergreen) !important;
}
.bg-paleblue {
  background-color:  var(--paleblue) !important;
}
.bg-alertblue {
  background-color: var(--alertblue) !important;
}
.bg-lightpink {
  background-color:  var(--lightpink) !important;
} 
.bg-lightorange {
  background-color:  var(--lightorange) !important;
} 
.bg-lightteal {
  background-color:  var(--lightteal) !important;
}
.bg-lightyellow {
  background-color:  var(--lightyellow) !important;
}
.bg-green {
  background-color: var(--green2) !important;
}
.bg-primary {
  color: #fff;
  background-color: var(--primary) !important;
}
.bg-blue {
  color: #fff;
  background-color: var(--blue) !important;
}
.bg-orange {
  color: #fff !important;
  background-color: var(--orange) !important;
}
.bg-white {
  background: var(--white) !important;
}
.bg40 {
  background-color: var(--40) !important;
}
.bg45 {
  background-color: var(--45) !important;
}
.bg-50 {
  background-color: var(--50) !important;
}
.bg-52 {
  background-color: var(--52) !important;
}
.bg-60 {
  background-color: var(--60) !important;
}
.bg-warning {
  background-color: #fff3cd !important;
}
.hover-color-primary:hover {
  color: var(--primary) !important;
}
.hover-color-90:hover {
  color: var(--90) !important;
}
.hover-color-lightblue:hover {
  color: var(--lightblue) !important;
}
.hover-color-paleblue:hover {
  color: var(--paleblue) !important;
}
.hover-color-alertblue:hover {
  color: var(--alertblue) !important;
}
.hover-color-lightteal:hover {
  color: var(--lightteal) !important;
}
.hover-color-lightpink:hover {
  color: var(--lightpink) !important;
}
.hover-color-lightyellow:hover {
  color: var(--lightyellow) !important;
}
.hover-color-yellow:hover {
  color: var(--yellow) !important;
}
.hover-color-green:hover {
  color: var(--green) !important;
}
.hover-color-blue:hover {
  color: var(--blue) !important;
}
.hover-color-orange:hover {
  color: var(--orange) !important;
}
.hover-color-warning:hover {
  color: var(--warning) !important;
}
.hover-color-danger:hover {
  color: var(--danger) !important;
}
.hover-color-brightred:hover {
  color: var(--brightred) !important;
}
.hover-color-bluegray:hover {
  color: var(--bluegray) !important;
}
.dot-queued {
  background-color: #c2c3d0 !important;
}
.border-b {
	border: 0 solid var(--black);
    border-bottom-width: 1px;
}
.border-error {
  border: 2px solid var(--danger);
}
.border-t {
    border: 0 solid var(--black);
    border-top-width: 1px;
}
.bg-trans {
  background: transparent !important;
}

.border-40 {
    border-color: var(--40);
}
.border-45 {
    border-color: var(--45);
}
.border-50 {
    border-color: var(--50);
}
.border-55 {
    border-color: var(--55);
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-align {
  text-align: left;
}
.left {
  float: left;
}
.right {
  float: right;
}

.max1200 {
  max-width: 1200px;
}
.max800 {
  max-width: 800px;
}
.hidden {
  display: none;
}
.show {
  display: block;
}
.block {
  display: block;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-72 {
  margin-top: 72px !important;
}
.height-65 {
  height: 65px !important;
}
.w-1\/2 {
    width: 50%;
}
.w-1\/4 {
    width: 25%;
}
.w-3\/4 {
    width: 75%;
}
.w-1\/3 {
    width: 33.3%;
}
.w-2\/3 {
    width: 66.6%;
}
.w-1\/5 {
    width: 20%;
}
.w-2\/5 {
    width: 40%;
}
.w-3\/5 {
    width: 60%;
}
.w-4\/5 {
    width: 80%;
}
.br-50 {
  border-right: 1px solid var( --50);
}
.p-2 {
  padding: 0.25rem !important;
}
.p-3 {
  padding: 0.5rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-8 {
  padding: 2rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.p20 {
  padding: 20px;
}
.p40 {
  padding: 40px;
}
.py-3 {
    padding-top: .8rem !important;
    padding-bottom: .8rem !important;
}
.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.pb-3 {
    padding-bottom: .8rem !important;
}
.pb-4 {
    padding-bottom: 1rem !important;
}
.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
.px-view {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}
.py-view {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}
.p-30t-10b {
    padding-top: 30px;
    padding-bottom: 10px;
}
.mb-9 {
    margin-bottom: 2.5rem !important;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-3 {
    margin-bottom: .75rem;
}
.mt-3 {
    margin-top: .75rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-9 {
    margin-top: 2.5rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.ml-auto {
    margin-left: auto;
}
.ml-3 {
    margin-left: .75rem;
}
.mr-auto {
    margin-right: auto;
}
.mr-1 {
    margin-right: .25rem;
}
.mr-3 {
  margin-right: .75rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-0 {
  margin-right: 0;
}
.ml-0 {
  margin-left: 0;
}
.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.lh-16 {
  line-height: 16px;
}
.lh-20 {
  line-height: 20px;
}
.lh-24 {
  line-height: 24px;
}
.lh-30 {
  line-height: 30px;
}
.lh-40 {
  line-height: 40px;
}
.lh-36 {
  line-height: 36px;
}
.valign-5 {
  vertical-align: -5px;
}
.valign5 {
  vertical-align: 5px;
}
.rounded-lg {
    border-radius: .5rem;
}
.box-shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05) !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05) !important;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nunito {
   font-family: "Nunito", "Roboto", Arial, sans-serif;
}
strong {
  font-weight: 700;
}
.strong-link {
  color: var(--primary);
  font-size: 1.2em;
  font-weight: 700;
}
.link-primary {
  color: var(--primary);
}
.link-primary:hover {
  color: var(--primary-50);
}
.font-bold {
  font-weight: 800 !important;
}
.font-italic {
  font-style: italic;
}
.font-600 {
  font-weight: 600;
}
.font-300 {
  font-weight: 300;
}
.no-underline {
  text-decoration: none;
}
.no-underline:hover {
  text-decoration: none;
}
.rounded-full {
    border-radius: 9999px;
}
.w-2 {
    width: .5rem;
}
.h-2 {
    height: .5rem;
}
.inline-block {
  display: inline-block;
}
.file-download {
  color: var(--80);
  border-width: 2px;
  background: var(--white);
  white-space: nowrap;
  font-weight: 400 !important;
  font-size: 14px;
}
.file-download:hover {
  color: var(--80);
  background: var(--40);
}
/* Step Progress */

.progress-container{
  width: 100%;
  z-index: 1;
  position: relative;
}
.progressbar li{
  width: 25%;
  text-align: center;
  position: relative;
}

.progressbar{
  counter-reset: step;
}
.progressbar li:before{
  content:counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  border: 2px solid #bebebe;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 27px;
  background: white;
  color: #bebebe;
  text-align: center;
  font-weight: bold;
}

.progressbar li:after{
  content: '';
  position: absolute;
  width:100%;
  height: 3px;
  background: #bebebe;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after{
  content: none;
}

.progressbar li.active:before {
  background: var(--success);
  border-color: var(--success);
  color: var(--white);
}

.progressbar li.active + li:after{
 background:  var(--success);
}

/* Activity Log Table */

.activity-user p {
  font-family: "Nunito";
  font-weight: 600;
  font-size: 0.9em;
  color: var(--80);
}
.activity-user span {
  font-weight: 300;
  font-size: 0.7em;
  font-style: italic;
  color: var(--80);
}

/* Fields */

.fieldswrap {

}
.fieldswrap .col-md-6:first-child {
  padding-left: 0;
  padding-right: 15px;
}
.fieldswrap .col-md-6:last-child {
  padding-left: 15px;
  padding-right: 0;
}
.detail-component .indent-detail {
  background: var(--30);
  border-left: 3px solid var(--paleblue);
}
.fieldswrap .detail-component:first-child .field-label {
  border-top-left-radius: .5rem;
}
.fieldswrap .detail-component:last-child .field-label {
  border-bottom-left-radius: .5rem;
}
.fieldswrap .col-md-6 .detail-component:first-child .field-label {
  border-top-left-radius: .5rem;
}
.fieldswrap .col-md-6 .detail-component:last-child .field-label {
  border-bottom-left-radius: .5rem;
}
.fieldswrap .col-md-6 .detail-component:last-child .border-b {
  border-bottom:none;
}
.panel-fields .detail-component:last-child .border-b {
  border-bottom:none;
}
.fieldswrap.full .detail-component:last-child .border-b {
  border-bottom: 1px solid var(--45) !important;
}

.showcase-left {
  width: 60%;
}
.showcase-right {
  width: 40%;
  float: right;
}
.showcase-title {
  text-align: center;
  font-weight: 700;
}
.showcase-inner {
  background: transparent !important;
  border: none !important;
}
.showcase-inner .py-3 {
  padding-top: .4rem !important;
  padding-bottom: .4rem !important;
}
.showcase-inner .px-8 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.showcase-inner .w-2\/3 {
  margin: 0 auto !important;
}
.showcase-inner .text-80 {
  color: var(--70) !important;
}
.showcase-inner-label {
  margin-left: auto;
  width: 140px !important;
}
.showcase-icon {
  font-size: 180px;
  color: var(--80);
  text-align: center;
  margin: 0 auto;
}
.queueContainer {
  padding: 30px;
  max-height: 600px;
  overflow-y:scroll;
  width: 800px;
  margin: 30px auto;
  background: var(--50);
  -webkit-box-shadow: inset 6px 6px 15px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: inset 6px 6px 15px 0px rgba(0,0,0,0.16);
  box-shadow: inset 6px 6px 15px 0px rgba(0,0,0,0.16);
}

.queueContainer ul li {
  line-height: 36px;
}

/* Panel Fields */

.boxed-panel-fields .boxed-wrap {
  background: var(--42);
  border-radius: .7rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
}
.boxed-panel-fields .boxed-wrap .card, .boxed-panel-fields .boxed-wrap .resource-table th, .roles th {
  background: transparent !important;
}
.roles th {
  padding-top: 25px;
}

/* Xero Invoices */

.invoice-details {
  line-height: 30px;
}
.invoice-table thead th {
  border-bottom-width: 2px;
}
.invoice-table tfoot tr:first-child td {
  border-top: 1px solid #ebebeb;
}
.invoice-table tfoot td {
  border: none;
}
.invoice-table tfoot tr:first-child td {
  padding-top: 40px;
}
.border-none {
  border: none !important;
}

/* Resource Tables */

.relationship-title {
  font-size: 1.3em;
}
.period-title {
  font-size: 1.1em;
}

.resource-index {

}
.absence-table tr td {
  padding: 0.3rem;
  font-size: 13px;
  vertical-align: middle;
}
.daysheader {
  font-size: 13px;
  font-weight: bold !important;
  text-align: center;
  padding: 0.3rem !important;
}
.card-text {
  line-height: 25px;
}
.text-warning {
  text-align: center !important;
}
.abbrev {
  font-weight: bold;
  margin: 0 auto;
  font-size: 13px !important;
  text-align: center !important;
}
.abbrevname {
  color: #333;
  margin: 0 auto;
  font-size: 11px !important;
  text-align: center !important;
}
.days {
  font-size: 11px;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.absence-table tr td.table-success {
  color: #2d9b46 !important;
}
.absence-table tr td.table-danger {
  color: #d85945 !important;
}
.absence-table tr td.table-warning {
  color: #b39331 !important;
}
.table-weekday {
  background: #e6edf1 !important;
}
.daysheader .abbrev {
  font-size: 11px;
  font-weight: 400;
}
.bold-table, .bold-table-no-borders {
  width: 100%;
  font-weight: bold;
}
.bold-table tr td, .bold-table-no-borders tr td {
  color: var(--85);
  padding-left: .75rem;
  padding-right: .75rem;
  height: 3.8125rem;
  line-height: 3.8125rem;
  border-left: 1px solid #eaeaf1;
  text-align: center;
}
.bold-table-no-borders tr td {
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-left: none !important;
}
.bold-table tr th, .bold-table-no-borders tr th {
  color: var(--85);
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: 1rem;
  height: 3.8125rem;
  border-left: 1px solid #eaeaf1;
  border-bottom: 1px solid #eaeaf1;
  text-align: center;
}
.bold-table-no-borders tr th {
  border-left: none !important;
  border-bottom: none !important;
}
.bold-table tr td:first-child {
  border-left: none;
}
.bold-table tr th:first-child {
  border-left: none;
}

.resource-table-header td {
  border: none;
}
.resource-table td {
    font-weight: 400;
    font-family: "Nunito";
    color: var(--90);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: var(--50);
    padding-left: .75rem;
    padding-right: .75rem;
    height: 3.8125rem;
}
.table-bookings-graph td {
    height: auto !important;
}

.resource-table td, .resource-table th {
    vertical-align: middle;
}
.resource-table th {
    background-color: var(--30);
    font-family: "Nunito";
    font-weight: 800;
    font-size: 0.75em;
    color: var(--80);
    text-transform: uppercase;
    border-bottom-width: 2px !important;
    border-color: var(--50);
    letter-spacing: .05em;
    vertical-align: middle;
}

.resource-table.yellow th {
    background-color: #f9f6e0;
}
.resource-table.yellow td {
    background-color: #f9f6e0;
}

.resource-table.blue th {
    background-color: #e5f1fc;
}
.resource-table.blue td {
    background-color: #e5f1fc;
}

.resource-table.green th {
    background-color: #ebfce5;
}
.resource-table.green td {
    background-color: #ebfce5;
}
.resource-table.grey th {
    background-color: var(--40);
}
.resource-table.grey td {
    background-color: var(--40);
}

.resource-table.orange th {
    background-color: #fcf0e5;
}
.resource-table.orange td {
    background-color: #fcf0e5;
}
.td-bg-warning {
  background: var(--alertwarning);
}
.td-bg-success {
  background: var(--alertsuccess);
}
.td-bg-danger {
  background: var(--alertdanger);
}

/* Timetable Box */

.timetable-box {
  background: var(--40);
}

.timetable td, .timetable th {
  padding: .25rem .75rem !important;
  vertical-align: middle !important;
}

.timetable td.py-3, .timetable th.py-3 {
  padding: .75rem .75rem !important;
  vertical-align: middle !important;
}

.timetable {
  margin-bottom: 0 !important;
}

.timetable .form-control:disabled {
  background: var(--white) !important;
}

.disabled-trans {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Rs7 Table */

.rs7-table th {
    background-color: var(--50);
    font-family: "Nunito";
    font-weight: 800;
    font-size: 1em;
    /* color: var(--white); */
    text-transform: uppercase;
    border-bottom-width: 1px !important;
    border-color: var(--50);
    letter-spacing: .05em;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #c1c1c1;
}

.rs7-table td, .rs7-table th {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #c1c1c1;
    padding: 0;
    height: 2.5rem;
}

/* Timesheet Table */

.timesheet-table td {
  font-family: "Nunito";
  font-weight: 700;
  height: inherit;
  color: var(--85);
}

.cursor-pointer {
    cursor: pointer;
}
.pointer-events-none {
  pointer-events: none;
}
.select-icon {
  pointer-events: none;
}


.fill-60 {
    fill: var(--60);
}
.fill-80 {
    fill: var(--80);
}
.fill-70 {
  fill: var(--70);
  transition: all 0.3s ease-in-out;
}
.fill-bluegray {
  fill: var(--bluegray);
  transition: all 0.3s ease-in-out;
}
.fill-primary {
  fill: var(--primary);
  transition: all 0.3s ease-in-out;
}
.fill-success {
  fill: #15c377;
  transition: all 0.3s ease-in-out;
}
.fill-bluegray {
  fill: var(--bluegray);
  transition: all 0.3s ease-in-out;
}
.fill-danger {
  fill: #f96868;
  transition: all 0.3s ease-in-out;
}
.fill-warning {
  fill: #faa64b;
  transition: all 0.3s ease-in-out;
}
.fill-transparent {
  fill: transparent;
}

.stroke-70 {
  stroke: var(--70);
}
.stroke-success {
  stroke: var(--success);
}
.btn-success {
    color: #fff;
    background-color: var(--success);
    border-color: var(--success);
}
.btn-success:hover {
    color: #fff;
    background-color: var(--success-hover);
    border-color: var(--success-hover);
}
.boolean-wrap {
  width: 115px;
}
.boolean-button {
  height: 40px;
  border: 2px solid var(--primary);
  color: var(--primary);
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 36px;
  cursor: pointer;
}
.boolean-no {
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.boolean-yes {
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.boolean-selected {
  background: var(--primary);
  color: var(--white);
}

.nav.flex-column .nav-item {
  justify-content: left !important;
}

.nobg {
  background: transparent !important;  
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% {  transform: rotate(359deg); }
}

.spinner-icon {
    animation: spin 2s linear infinite;
}
.layered-icon {
    position: relative;
    display: inline-block;
    width: auto;
}
.layered-icon-circle {
    color: #fff;
    position: absolute;
    top: 0;
    right: -10px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 23px;
    border: 2px solid #fff;
}



/* Buttons */




.btn {
    display: inline-block;
    text-decoration: none;
    font-weight: 800;
    font-size: 100%;
    border:none;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    font-family: "Nunito", "Roboto", Arial, sans-serif;
}
.btn-close {
  position: absolute;
  top: 3px;
  right: 3px;
}
.btn-border {
  border: 2px solid;
}
.btn-border-60 {
  border: 2px solid var(--60);
}
.no-shadow {
  text-shadow: none !important;
}
.button-padding {
    display: inline-block;
    padding: 10px 8px;
    background: transparent;
}
.btn-colorpicker {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 2px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ededed;
}
.btn-colorpicker .colorpicker-inner {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.btn-colorpicker .colorpicker-inner.btn-none {
  width: 28px;
  height: 2px;
  margin-top: 9px;
  margin-left: -4px;
  border-radius: 0;
  background: red;
  transform: rotate(-45deg);
}
.btn-colorpicker:hover {
  background: #ddd;
}
.colorpicker-selected {
  background: #bbb;
}
.btn-pure {
  background: transparent !important;
  border-color: transparent !important;
}
.btn-pure.btn-danger {
  color: var(--danger);
}
.btn-pure:hover, .btn-pure:not([disabled]):not(.disabled).active, .btn-pure:not([disabled]):not(.disabled):active,
.show > .btn-pure.dropdown-toggle {
  color: #333 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.card:hover .card-settings-button, .card:hover .card-close-button, .card:hover .card-add-button {
  opacity: 1;
}
.card-settings-button, .card-close-button, .card-add-button {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.card-close-button {
  top: 8px;
  right: 40px;
}
.btn-default {
    height: 2.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: .5rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.btn-outline {
    background: transparent;
    border: 2px solid var(--primary-30);
    border-radius: .25rem;
    padding-left: .75rem;
    padding-right: .75rem;
    color: var(--primary);
    font-weight: 600;
}
.btn-outline:hover {
    background: var(--primary);
    color: var(--white);
}
.btn-link {
    text-decoration: none;
}
.btn-link:hover {
    text-decoration: none;
}

.btn-icon {
    padding-left: 1rem;
    padding-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3rem;
    border: none;
}
.btn-icon-delete-body {
    padding-left: 1rem;
    padding-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3rem;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    background: #eaeaea;
}
.btn-icon-delete-body:hover {
    background: #ddd;
}

.btn-icon:hover {
    opacity: .75;
}
.icon-beside-text {
  font-size: 1em;
  transition: 0.1s linear;
}
.icon-beside-text span {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-indent: 10px;
}

button:focus {
    outline: none !important;
}
.btn-filters {
    padding: 8px 6px;
    width: 55px;
    display: block;
    font-size: 1.3rem;
    border: none;
    cursor: pointer;
    color: var(--80) !important;
    background: transparent;
}
.btn-filters:hover {
    color: var(--90) !important;
    border-radius: .25em;
    background: #efefef;
}
.btn-filters i {
  vertical-align: middle;
}
span.filter-icon {
    display: block;
}
span.filter-arrow {
    float: right;
    line-height: 24px;
    font-size: 0.9rem;
}

.btn-enrolments {
    display: inline-block;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    background: transparent !important;
}
.btn-enrolments i {
  vertical-align: middle;
}
.btn-enrolments span.filter-arrow {
    float: right;
    margin-left: 10px;
    line-height: inherit;
    font-size: 0.9rem;
}
.enrolment-dropdown .dropdown-item {
  cursor: pointer; 
}

.btn-help {
    width: 1.75em;
    height: 1.75em;
    text-align: center;
    line-height: 1.5em;
    padding: 3px;
    color: var(--60);
    font-size: 1.25em;
    background: transparent;
}
.btn-help:hover {
    opacity: .75;
}
.btn-help:focus, .btn-help.focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.notEmpty .btn-help{
    color: var(--primary);
}

.icon-text {
  display: inline-block;
  text-align: center;
}
.icon-text:hover .fill-70 {
  fill: var(--primary);
}
.icon-text span {
  font-size: 0.4em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.limitbutton {
    width: 100%;
    font-family: "Nunito";
    font-weight: 700;
    color: var(--80);
    text-align: center;
    line-height: 40px;
    border-radius: .5rem;
    padding: 15px;
    background: #fff;
    cursor: pointer;
}
.limitbutton i {
  vertical-align: -7px;
}

/* Button Colours */

.btn-white {
    background-color: var(--white);
}

.btn-primary {
    background-color: var(--primary);
}
.btn-gray {
    color: #fff;
    background-color: var(--70);
}
.btn-light {
    background-color: var(--40);
}
.btn-file {
  height: 2.4rem;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.btn-file:hover {
  height: 2.4rem;
  background-color: var(--40);
}
.btn-file:focus {
  -webkit-box-shadow: 0 0 8px var(--70) !important;
  box-shadow: 0 0 8px var(--70) !important;
}

.btn-bluegray {
    color: #fff !important;
    background-color: var(--bluegray);
}
.btn-bluegray:hover {
    background-color: var(--bluegray-dark);
}

.btn-primary:hover {
    background-color: var(--primary-dark);
}
.btn-primary.btn-icon:hover {
    background-color: var(--primary);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.btn-primary:focus, .btn-primary.focus, .btn-default:active, .btn-default:focus {
    outline: none;
    -webkit-box-shadow: 0 0 8px var(--primary);
    box-shadow: 0 0 8px var(--primary);
}



/* Sweet Alert */

.swal2-popup .swal2-styled.swal2-confirm {
    font-family: "Nunito" !important;
    font-weight: 700 !important;
    font-size: 1.1em !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    border-radius: .5rem !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05) !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05) !important;
    background-color: var(--primary) !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2) !important;
}

.swal2-popup .swal2-styled.swal2-cancel {
    background-color: #aaa;
    font-family: "Nunito" !important;
    font-weight: 700 !important;
    font-size: 1.1em !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    border-radius: .5rem !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05) !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05) !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2) !important;
}

.swal2-popup #swal2-content {
    text-align: center;
    font-size: 1em;
    line-height: 2em;
    color: var(--80);
}

.swal2-popup .swal2-title {
    font-family: "Nunito" !important;
}

/* Toasted */

.toasted-container .toasted {
    padding: 6px 40px !important;
    background: var( --primary) !important;
}

.toasted-container .success {
    background: var( --primary) !important;
}
.toasted-container .warning {
    color: #856404 !important;
    background: #fff3cd !important;
}

.toasted.bubble.warning .action {
    color: #856404 !important;
}
.toasted.bubble .action {
    color: var(--50) !important;
}
.toasted.bubble .action:hover {
  color: var(--10) !important;
  text-decoration: none !important;
}

/* Notifications */

.statusbar {
  background: var(--40);
}
.notify-success ul li p, .notify-warning ul li p {
  line-height: 24px;
}

/* Icons */

.empty-icon {
  font-size: 60px;
  color: #A8B9C5;
}

.index-title-icon {
  margin-right: 15px;
  vertical-align: -0.5em;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: var( --white);
  border-radius: 50%;
  background: var( --primary);
}
.index-title-icon .svg-inline--fa {
  vertical-align: 0.6em;
}

/* Dropdown */

.dropdown-header {
  color: var(--primary);
  font-family: "Nunito";
  font-weight: 700;
  font-size: 13px;
  text-transform: none;
  opacity: 1 !important;
}
.dropdown-item {
  padding: 10px 12px;
  font-size: 13px;
  font-family:"Nunito";

}
.dropdown-item i {
  font-size: 11px;
}
.dropdown-item svg {
    margin-right: 0.5rem;
}
.dropdown-divider {
  display: block;
}
.select-all-menu {
  width: 300px;
  font-size: 15px;
  line-height: 25px;
}
.select-all-menu .dropdown-header {
  padding: 0;
  padding-bottom: 15px;
}
.dropdown-menu {
  z-index: 999;
  border: 1px solid var( --blue-50);
  border-radius: .6rem;
}
.dropdown-menu .dropdown-item:hover {
  background: var( --40);
}

.dropdown-menu-index {
  max-height: 350px;
  overflow: auto;
}

.media-list h4 {
    padding: 12px 25px;
    color: var(--70);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Year Dropdown */
.year-title {
  line-height: 40px;
}
.year-dropdown {
  display: inline-block;  
}
.year-dropdown .filter-icon {
  font-weight: 600;
  color: var(--primary);
}
.year-dropdown .filter-arrow {
  line-height: inherit;
}

.year-dropdown .btn-filters {
    padding: 8px 6px;
    width: 90px;
    display: inline-block;
    font-size: 1.3rem;
    border: none;
    cursor: pointer;
    color: var(--80) !important;
    background: transparent;
}
.year-dropdown .btn-filters:hover {
    color: var(--90) !important;
    border-radius: .25em;
    background: #efefef;
}
.year-dropdown .dropdown-menu {
  max-height: 350px !important;
  overflow-y: scroll !important;
}
.no-overflow .dropdown-menu {
  max-height: 350px !important;
  overflow-y: auto !important;
}
.year-dropdown .dropdown-menu .dropdown-item {
    padding: 3px 15px;
}

/* Lenses */

.lensesbox {
  padding: 30px 0;
}
.lensesbox h4 {
  font-size: 21px;
  color: var( --80);
}
.lensesbox h4 a {
  color: var( --primary);
}

/* Modal */

.modal-content {
  border-radius: .5rem;
}
.modal-dialog {
  margin-top: 15vh;
}
.hide-modal-headers .modal-header {
  display: none;
}
.hide-modal-headers .modal-footer {
  display: none;
}
.modal-xl {
    width: 70% !important;
    max-width: 1000px !important;
    transform: translateX(160px);
}

.email-preview-modal .modal-content {
  background: #eee !important;
}

.swal2-container.swal2-shown {
  background: rgba(0,0,0,.65) !important;
}

/* Filters */

.filters {

}
.filters .dropdown-header {
  padding: 15px;
  background: var(--50);
  font-size: 16px;
  font-weight: 700;
  color: var(--90);
}
.filters .dropdown-header:first-child {
  border-radius: .6rem .6rem 0 0;
  -moz-border-radius: .6rem .6rem 0 0;
  -webkit-border-radius:.6rem .6rem 0 0;
}
.filters {
  background: var( --white);
}
.filters .form-group {
  padding: 15px;
}


/* Tool Tip */

.vox-tooltip {
  position:relative;
  transition: all 0.3s ease-in-out;
}
.vox-tooltip:hover .tooltip-bubble {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}
.tooltip-bubble {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 18px;
  line-height: 20px;
  text-align: center;
  z-index: 1;
  padding: 12px;
  white-space: nowrap;
  color: var(--80);
  transform: translate(-50%, -115%);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.15);
  background-color: transparent;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.tooltip-bubble-medium {
  width: 400px;
  white-space:normal;
}
.tooltip-bubble-large {
  width: 700px;
  white-space:normal;
}
.tooltip-bubble div {
  position: relative;
  z-index: 1;
  font-size: 12px;
}
.tooltip-bubble::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1;
}
.tooltip-bubble .arrow {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: translate(-50%, 0);
  -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.15);
}
.tooltip-bubble .arrow.up {
  top: -10px;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.tooltip-bubble .arrow.down {
  border: 5px solid #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 0 0;
  z-index: 0;
}
.tooltip-norel {
  top: 0;
  left: 25px;
  transform: translate(-50%, -120%);
}

.search-help {
  position: absolute;
  right: -40px;
  top: 0;
}
.enrolment-help {
  position: absolute;
  left: -40px;
  top: 0;
}
.enrolment-help .tooltip-bubble, .search-help .tooltip-bubble {

}

/* Notifications */

.avatar .count {
    font-size: 8px;
    font-weight: 900;
    background: #b1b1b1;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
}

/* Media Form */

.file-box {
  height: 60px;
  background: var(--white);
  text-align: center;
  border-radius: .5rem;
  border: 2px solid var(--primary);
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 1px 1px 4px rgba(0,0,0,.20);
}
.file-box-preview {
  height: auto;
}
.uploading-box {
}
.file-box .file-progress {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  margin-left: 10px;
}
.file-box .file-name {
  color: var( --primary);
}
.file-thumb {
  width: 45px;
  height: 45px;
}
.file-box .file-date {
  color: #333;
  line-height: 26px;
  opacity: 0.6;
  width: 130px;
  font-size: 11px;
}
.file-box .file-size {
   color: #333;
  font-weight: 300;
  font-size: 11px;
  opacity: 0.6;
}
.file-buttons {
  position: absolute;
  right: 0;
  height: 100%;
}
.file-box-overlay {
  height: 100%;
  text-align: left;
  font-size: 13px;
  -webkit-border-top-left-radius: .5rem;
  -webkit-border-bottom-left-radius: .5rem;
  -moz-border-radius-topleft: .5rem;
  -moz-border-radius-bottomleft: .5rem;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  font-weight: 700;
  color: #fff;
  padding: 13px;
  font-family: "Nunito";
  /*background: -moz-linear-gradient(left, var(--55) 0%, rgba(34,34,34,0) 100%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(left, var(--55) 0%, rgba(34,34,34,0) 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to right, var(--55) 0%, rgba(34,34,34,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.uploading-box .file-box-overlay {
  background: -moz-linear-gradient(left, rgba(54,151,99,1) 0%, rgba(54,151,99,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(54,151,99,1) 0%, rgba(54,151,99,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(54,151,99,1) 0%, rgba(54,151,99,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.uploading-error .file-box-overlay {
  background: -moz-linear-gradient(left, var(--danger) 0%, rgba(54,151,99,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, var(--danger) 0%, rgba(54,151,99,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, var(--danger) 0%, rgba(54,151,99,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.file-value {
  border: none !important;
}
.file-group-bar {
  background-color: var(--white);
  border-width: 1px;
  border-color: var(--60) !important;
  border: 1px solid;
  color: var(--80);
  border-radius: .5rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}

.lity {
    background: #0b0b0b;
    background: rgba(0,0,0,0.75) !important;
}

/* Form Touchups */

.field-label {
  background: var(--42);
}
.panel-fields .field-label {
  background: #fff;
}
.form-input {
    background-color: var(--white);
    border-width: 1px;
    border-color: var(--white);
    padding-left: .75rem;
    padding-right: .75rem;
    color: var(--80);
    border-radius: .5rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    line-height: 1.5rem;
}

.form-input-bordered, .form-select {
    background-color: var(--white);
    border-width: 1px;
    border-color: var(--60);
    padding-left: .75rem;
    color: var(--80);
    border-radius: .5rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.silent-border .form-input-bordered, .silent-border .form-select {
  font-family: "Nunito";
  font-weight: 700;
  border-color: transparent;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.07);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.07);
}
.silent-border p {
  color: var(--80) !important;
}

.form-input-bordered {
    padding-right: .75rem;
}

.form-control-focus, .form-input:active, .form-input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 8px var(--primary);
    box-shadow: 0 0 8px var(--primary);
    border-color: var(--primary);
}

.email-address-close {
  background: transparent;
}

.email-address-form {
  background: var(--30);
  border: 1px solid var(--40);
  border-radius: 0.2em;
  padding: 3px;
}

.pl-search {
    padding-left: 2.75rem;
    font-size: 1em;
    font-family: "Nunito", "Roboto";
}
.tabs-parent .pl-search {
    border-color: var(--50);
}
.pl-search::placeholder { 
    color: var(--80);
    opacity: 0.65;    
}
.w-search {
    width: 18.75rem;
}
.search-icon-center {
    top: 10px;
}
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}
input[type=search]::-webkit-clear-button, input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.belongs-to-search .form-control-focus, .belongs-to-search .form-input:active, .belongs-to-search .form-input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 8px var(--primary);
    box-shadow: none;
    border-color: transparent;
    -webkit-appearance: none;
}
.error-message-box {
    color: #721c24;
    border: 3px solid var(--danger);
    background: #f7e8e9 !important;
}
.success-message-box {
    color: #155724;
    border: 3px solid var(--success);
    background: #d4edda !important;
}

.warning-message-box {
    color: #856404;
    border: 3px solid #faa64b;
    background: #fff3cd !important;
}


.input-error .form-input-bordered, .input-error .form-select {
    border-color: var( --red);
    border-width: 2px;
}
.input-error .form-control-focus, .input-error .form-input:active, .input-error .form-input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 8px var( --red);
    box-shadow: 0 0 8px var( --red);
    border-color: var( --red);
}
.input-error-message {
    padding-top: 10px;
    font-size: 0.9em;
    color: var( --red);
    font-weight: 700;
}
.input-description {
    padding-top: 10px;
    font-size: 0.9em;
    color: var( --70);
    font-weight: 500;
}

.input-confirm .form-input-bordered, .input-confirm .form-select {
    border-color: var( --blue);
    border-width: 2px;
}
.input-confirm .form-control-focus, .input-confirm .form-input:active, .input-confirm .form-input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 8px var( --blue);
    box-shadow: 0 0 8px var( --blue);
    border-color: var( --blue);
}
.input-confirm-message {
    padding-top: 10px;
    font-size: 0.9em;
    color: var( --blue);
    font-weight: 700;
}
.input-confirm-message .button-padding {
    color: var(--blue);
    padding: 6px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid var(--blue);
}
.input-confirm-message .button-padding:hover {
    color: var(--green);
    border: 2px solid var(--green);
}

.input-confirmed .form-input-bordered, .input-confirmed .form-select {
    border-color: var( --green);
}
.input-confirmed .form-control-focus, .input-confirmed .form-input:active, .input-confirmed .form-input:focus {
    -webkit-box-shadow: 0 0 8px var( --green);
    box-shadow: 0 0 8px var( --green);
    border-color: var( --green);
}
.input-confirmed .input-confirm-message {
    color: var( --green);
}
.input-confirmed .input-confirm-message .button-padding {
    color: var(--green);
    border: 2px solid var(--green);
}
.input-confirmed .input-confirm-message .button-padding:hover {
    color: var(--green);
    border: 2px solid var(--green);
}



.form-select{
  padding-right:2rem;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-repeat:no-repeat;
  background-size:10px 6px;
  background-position:center right .75rem;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path fill="#35393C" fill-rule="nonzero" d="M8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4A1 1 0 0 1 1.707.293L5 3.586 8.293.293z"/></svg>')
}

.form-select option {
    color: var(--90);
}

/* Belongs to Dropdown */

.belongs-to-ajax {
  padding: 50px;
  font-size: 16px;
  white-space: normal;
  line-height: 24px;
}
.belongs-to-ajax p {
  padding-top: 25px;
}
.belongs-to-menu {
  max-height: 355px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 45px;
}
.belongs-to-menu-no-search {
  max-height: 430px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 0;
}
.belongs-to-wrapper {
  position: absolute;
  min-width: 470px;
  max-height: 430px;
  background: #fff;
  border-radius: .5rem;
  z-index: 200;
}
.hover-email {
  background: #fff;
}
.hover-email:hover {
  background: #fff;
  color: var(--80);
}
.hover-email:hover svg.svg-inline--fa {
  color: var(--success);
}
.activeonly {
  background: var(--40);
  height: 28px;
  text-indent: 45px;
  line-height: 28px;
  border-top: 1px solid var(--60);
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}
.belongs-to-search {
  height: 39px;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--50);
}
.belongs-to-input {
  cursor: pointer;
}
.belongs-to-search-icon {
  position: absolute;
  top: 10px;
  left: 15px;
}
.belongs-to-menu a.dropdown-item {
  font-weight: 700;
  font-size: 15px;
  transition: 0s;
}
.belongs-to-menu .dropdown-item:hover {
  background: var( --45);
}

.dropdown-select {
  position: relative;
}
.dropdown-select input {
  width: 100%;
}
.dropdown-select select {
  cursor: pointer;
}
.dropdown-select .select-icon {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 13px;
  color: var(--80);
}



/* Date Picker */
.mx-datepicker {
    position: relative;
    display: inline-block;
    width: 100% !important;
    color: #73879c;
    font: inherit !important;    
}
.mx-datepicker-popup {
    border: none !important;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 0.5em !important;
    left: 0 !important;
}
.mx-input {
    height: 37px !important;
    background-color: var(--white) !important;
    border-width: 1px !important;
    border-color: var(--60) !important;
    padding-left: .75rem !important;
    color: var(--80) !important;
    border-radius: .5rem !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05) !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05) !important;
}
.mx-calendar-header {
    height: 50px !important;
}
.mx-calendar-header > a {
    font-family: "Nunito", "Roboto", Arial, sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.15rem !important;
    color: var(--90) !important;
}
.mx-calendar-content {
    width: 285px !important;
    height: 285px !important;
}
.mx-panel-date td, .mx-panel-date th {
    width: 40px !important;
    height: 40px !important;
    font-size: 14px !important;
}
.mx-panel-date th {
    font-weight: 800 !important;
    font-family: "Nunito", "Roboto", Arial, sans-serif !important;
}
.mx-calendar-content .cell:hover {
    background-color: var(--50) !important;
}
.mx-calendar-header a.mx-current-year {
    font-weight: 400 !important;
}
.mx-calendar-header a.mx-icon-next-month, .mx-calendar-header a.mx-icon-next-year, .mx-calendar-header a.mx-icon-last-month, .mx-calendar-header a.mx-icon-last-year {
  font-size: 1.5rem !important;
  width: 30px !important;
  margin: 0 5px;
  border: 1px solid var(--50) !important;
  border-radius: 0.25em !important;
  font-family: "Roboto", Arial, sans-serif !important;
}
.mx-calendar-header a.mx-icon-next-year, .mx-calendar-header a.mx-icon-last-year {

}
.mx-calendar-content .cell.actived {
    background-color: var(--primary) !important;
}
.mx-panel-date td.today {
    color: var(--primary) !important;
}

.mx-calendar-content .cell.actived.today {
    color: #fff !important;
}
.mx-datepicker-popup {
  top: 38px !important;
}

.header-picker {
  background-color: var(--primary) !important;
}

.custom-button-content {
  color: var(--primary) !important;
  fill: var(--primary) !important;
}

.custom-button-effect {
  background-color: var(--primary) !important;
}

.datepicker-day-effect {
  background-color: var(--primary) !important;
}

.datepicker-button-effect {
  background: var(--primary) !important;
}

.datepicker-button-content {
  color: var(--primary) !important;
}

.date-time-picker .field-input {
  border-radius: .5rem !important;
  border-color: var(--60) !important;
}

.date-time-picker .field.is-focused .field-input {
  border-color: var(--primary) !important;
}

/* Theme a Date Picker */

.datepicker table tr td {
    line-height: 24px;
    vertical-align: middle;
}

/* Checkbox/Toggle */

.toggle {
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  line-height: 1.15em;
  padding: 3px;
  color: var(--60);
  font-size: 0.9em;
  background: transparent;
  background-color: var(--white) !important;
  color: transparent !important;
  border: 1px solid var(--70) !important;
}

.checked-toggle {  
  background-color: var(--primary) !important;
  color: var(--white) !important;
  border: 1px solid transparent !important;
}



/* ---------------------- Template ------------------------------- */

  .sidebar-header {
    position: relative;
    padding: 0 !important;
  }
  .sidebar-header > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sidebar-header .logo-icon {
    position: absolute;
    left: 60px;
  }
  .sidebar-header .logo-icon:hover {
    color: #fff;
  }
  .sidebar-header .logo-button {
    position: absolute;
    left: 15px;
  }
  .logo-switcher-wrap {
    width: 100%;
    height: 100%;
    padding: 12px;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
  }
  .logo-switcher-wrap:hover {
    background: rgba(0,0,0,0.2);
  }
  .logo-switcher {
    padding: 4px;
    background: transparent;
    z-index: 999;
    line-height: 30px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.72);
  }
  .logo-switcher img {
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
  }
  .logo-switcher .logo-title {
    transition: all 0.2s ease-in-out;
  }
  .logo-switcher .filter-arrow {
    float: none;
  }
  .sidebar-folded .sidebar .logo-switcher .logo-title {
    opacity: 0;
  }
  .sidebar-folded .sidebar:hover .logo-switcher .logo-title {
    opacity: 1;
  }
  .sidebar-folded .sidebar .logo-symbol-main {
    margin-left: 8px;
  }
  .sidebar-folded .sidebar:hover .logo-symbol-main {
    margin-left: 0;
  }

  .dropdown-menu-logo {
    width: 92%;
    position: absolute;
    left: 5px!important;
    top: 5px!important;
    border: none!important;
    border-radius: 0.3rem!important;
  }

  .dropdown-menu-logo a {
    color: var(--80);
    padding: 20px!important;
    display: block;
    border-top: 1px solid var(--40);
  }
  .dropdown-menu-logo a:hover {
    color: var(--90);
  }
  .dropdown-menu-logo :first-child {
    border-top: none;
  }
  .dropdown-menu .logo-symbol {
    border: 1px solid var(--60);
    padding: 5px 10px;
    border-radius: 0.3rem;
    margin-left: -5px;
    transition: background 0.2s ease-in-out;
  }
  .dropdown-menu a:hover .logo-symbol {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
  }

  .logo-symbol-main {    
    background: var(--white);    
    padding: 0 8px;
    border-radius: 0.3rem;
    font-size: 20px;
    color: var(--primary);
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    text-shadow: none;
    display: inline-block;
  }
  .logo-symbol-main span {    
    line-height: 30px;
  }
  .sidebar-header:hover .logo-symbol-main {    
    color: var(--primary-dark);
  }

  /* Topbar */

  .topbar-btn img {
      vertical-align: middle;
  }
  .topbar-settings-button {
    position: fixed;
    top: 100px;
    right: -2px;
    padding: 12px;
    padding-top: 14px;
    transition: 0.2s ease-in-out;
    color: var(--bluegray-dark);
    background: var(--40);
    cursor: pointer;
    z-index: 2;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 3px 3px 9px -4px rgba(0,0,0,0.14);
    -moz-box-shadow: 3px 3px 9px -4px rgba(0,0,0,0.14);
    box-shadow: 3px 3px 9px -4px rgba(0,0,0,0.14);
  }
  .topbar-settings-button:hover {
    background: #fff;
    top: 100px;
    right: 0;
    color: inherit !important;
  }
  .topbar-settings-panel {
    position: absolute;
    top: 0;
    right: 0;
  }
  .topbar-settings-show {
    transform: translateY(64px);
  }
  .topbar-settings-hide {
    transform: translateY(-100%);
  }

  span.dropdown-item:hover {
      color: var(--primary);
      text-decoration: none;
      background-color: transparent;
  }

.quickview .media-body p {
  font-size: 12px;
  line-height: 20px;
}



	/* Panels */
  :focus {
    outline: none !important;
  }

  .tab-content:focus {
    outline: none !important;
  }

	.panel {

	}

	.panel-header {
	}

	.panel-title {
		font-size: 1.5rem;
	}

	.panel-buttons .btn {
		margin-left: 10px;
	}
	.panel-buttons .btn .fa-edit {
		margin-right: -4px;
	}

	.panel-body {
		background: #fff;
		-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
	    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
	    border-radius: .5rem;
	}

  .card-header {
      font-family: "Roboto",sans-serif;
      font-weight: 700;
      font-size: 15px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #33363b;
      margin: 0;
      height: 64px;
      line-height: 40px;
      border-bottom: 1px solid #dde1e7;
      position: relative;
      border-radius: 3px;
  }

  .nav-tabs {
    background: #edeff1;
    -webkit-border-top-left-radius: .5rem;
    -webkit-border-top-right-radius:.5rem;
    -moz-border-radius-topleft: .5rem;
    -moz-border-radius-topright: .5rem;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    height: 55px;
  }
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    font-family: "Nunito";
    font-weight: 700;
    font-size: 1.05rem;
    height: 55px;
    margin-top:0;
    border-color: transparent;
    -webkit-border-top-left-radius: .5rem;
    -webkit-border-top-right-radius:.5rem;
    -moz-border-radius-topleft: .5rem;
    -moz-border-radius-topright: .5rem;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }
  .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.show .nav-link:hover {
    border-color: transparent;
    background: #fff;
  }
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    border-color: transparent;
    background: #fff;
  }
  .nav-tabs .nav-link {
    font-family: "Nunito";
    font-weight: 400;
    font-size: 0.9rem;
    height: 48px;
    margin-top: 7px;
    margin-right: 5px;
  }
  .nav-tabs .nav-link:hover {
    background-color: transparent;
    border-bottom: none;
    border-color: #ddd;
  }
  .nav-reports li {
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .nav-reports li a.nav-active {
    font-weight: bold;
    color: var(--90);
    background: var(--40);
  }
  .nav-reports li a {
    display: block;
  }
  .nav-reports li a:hover {
    font-weight: bold;
    color: var(--90);
  }
  .nav-reports li a:hover span.badge-grey, .nav-reports li a.nav-active span.badge-grey {
    background: var(--primary) !important;
  }
  .nav-reports li.nav-subheader {
    font-size: 12px;
    text-transform: uppercase;
  }
  .badge-grey {
    background-color: var(--50) !important;
  }
  .badge-blue {
    background-color: #acd8e8;
  }
  .badge-orange {
    background-color: #f0d4a5;
  }
  .tabs-parent .card {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .tabs-parent #resource {
    padding: 20px;
  }
  .tabs-parent .resource-topbar .mb-6 {
    margin-bottom: 10px;
  }

/* Timesheets */
.family-timesheet-table {

}
.familybatch-wrap {
  position: relative;
}
.week-label {
  position: absolute;
  top: 65px;
  left: -90px;
  width: 50px;
  padding-top: 75px;
  text-align: center;
  font-variant: italic;
  height: 150px;
  font-style: italic;
  color: var(--70);
  background: var( --40);
  z-index: -1;

  -webkit-border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-box-shadow: -3px 0px 3px -2px rgba(0,0,0,0.05);
  -moz-box-shadow: -3px 0px 3px -2px rgba(0,0,0,0.05);
  box-shadow: -3px 0px 3px -2px rgba(0,0,0,0.05);
}
.week-label p {
  white-space: nowrap;
  transform: rotate(-90deg);
}
.family-timesheet-table .p-3 {
  padding: 0.2rem !important;
}
.family-timesheet-table .form-control {
  padding: 4px 5px !important;
}
.family-timesheet-table .form-input-bordered {
  padding-right: .5rem !important;
}
.family-timesheet-table input[type='number'] {
  width: 50px !important;
  text-align: center;
  font-weight: 700;
}
.family-timesheet-table thead th {
  text-align: center;
  line-height: 36px;
  font-weight: 400;
  color: var(--80);
}
.family-timesheet-table .border-right {
  border-right: 1px solid var(--80);
}
.family-timesheet-table th {
  text-align: center;
  font-weight: 700;
  background: var(--white);
  line-height: 36px;
}
.confirmation-table {
    background: #eee;
}
.family-timesheet-subheader {
  border-bottom: 2px solid #000;
}
.timesheet-field .form-input-bordered {
  padding: .25rem !important;
  padding-right: .5rem !important;
}
/* FamilyBatches */
.familybatch {

}
.familybatch .badge-pill {
  font-size: 10px;
}

/* Email Preview */
.email-preview {
  background: #d9e0e3;
  border-radius: .5rem;
  padding: 20px;
  text-align: left;
  margin-top: 30px;
}
.email-preview h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
.email-preview .message, .email-message {
  padding: 18px;
  background: #fff;
  border-radius: .5rem;
  height: 300px;
  line-height: 24px;
  overflow-y: scroll;
  border-color: var(--60);
  font-size: 13px;
  margin-top: 15px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.email-preview .headers {
  position: relative;
}
.email-preview span.to-bar {
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 36px;
  -webkit-border-top-left-radius: .5rem;
  -webkit-border-bottom-left-radius: .5rem;
  -moz-border-radius-topleft: .5rem;
  -moz-border-radius-bottomleft: .5rem;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  background: rgba(142,151,156,0.2);
}
.email-preview .form-input {
  text-indent: 50px;
}
.email-preview .form-control:disabled {
  background: #fff !important;
}

.email-preview .attachments {

}
.email-preview .email-preview-pdf {
  margin-bottom: 7px;
  display: inline-block;
  font-size: 24px;
  color: var( --red);
  line-height: 24px;
  padding: 3px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
}
.email-preview .email-preview-pdf span {
  font-size: 10px;
  color: var(--80);
  font-weight: bold;
}
.email-preview .email-preview-pdf:hover {
  border: 2px solid var( --red);
}
.email-preview .email-preview-pdf:hover span {
  color: var( --red);  
}

/* Login */

.max-w-login {
    max-width: 25rem;
}

/* Welcome Page */
.welcome-background {
  padding-left: 0;
  width: 100%;
  height: 100vh !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/backgrounds/ray-hennessy-KWuZE4lnEVw-unsplash.jpg");
}
.welcome-logo {
  max-width: 25rem;
  text-align: center;
  color: #fff;
  line-height: 64px;
  margin-top: 5rem !important;
}
.welcome-logo h3 {
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
  text-indent: 15px;
}

/* Stats and Graphs */

.mini-graph h4, .mid-graph h4, .full-graph h4 {
  font-family: "Nunito";
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.stats {
  text-align: center;
}
.stats h4 {
  font-weight: 300;
}
.stats span {
  font-size: 12px;
}
.large-count {
  margin-left: 15px;
  text-align: left;
  padding-bottom: 1.5rem;
}
.large-count h3 {
  font-size: 42px;
}
.mini-graph .chart-container {
  height: 185px;
}
.mini-graph .stats-chart-container {
  height: 100px;
}
.mid-graph .chart-container, .mid-graph .stats-chart-container {
  height: 350px;
}
.full-graph .chart-container, .full-graph .stats-chart-container {
  height: 500px;
}
.card-stats-title {
  font-size: 16px !important;
  color: var(--70);
}
/* Accordion */
.accordion-content {
  padding: 0;
  height: auto;
  max-height: 3000px;
  overflow-y: scroll;
  transition: 0.3s ease all;
  background: var(--40);
}
.accordion-reports {
  overflow: inherit;
  transition: none;
  background: var(--white);
}
.accordion-reports.accordion-content-hide {
  display: none;
}
.accordion-exports {
  overflow: inherit;
  transition: none;
  background: var(--white);
}
.accordion-exports.accordion-content-hide {
  display: none;
}
.accordion-transmission {
  max-height: 3000px;
  overflow:auto;
}
.accordion-content-hide {
  max-height: 0;
}
.accordion-header {
  border: 1px solid var(--50);
}
.resource-table td.accordion-td {
  height: 0px !important;
  padding: 0 !important;
  border: none !important;
  border-image-width: 0 !important;
}
.table tbody+tbody {
  border: none;
}
.rotate-svg-180 .svg-inline--fa {
  transform: rotate(180deg);
}
.dynamic-report h4.title {
  padding: 12px 0;
  color: var(--80);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.dynamic-report h4.accordion-title {
  padding: 12px 0;
  color: var(--80);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.dynamic-report h4 {
  padding: 12px 0;
  color: var(--70);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.dynamic-report-title-bar {
  padding: 12px 30px;
  background: #d8e2f2;
}
.dynamic-report-title-bar h4 {
  font-weight: bold;
  color: var(--80);
  letter-spacing: 2px;
  font-size: 12px;
  font-family: 'nunito';
}

/* Laravel Excel Column Selector */

.column-selector {
  max-height: 400px;
  overflow-y: scroll;
  background: var(--50);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var( --primary) !important;
    padding: 14px;
}
.custom-control-info.custom-checkbox .custom-control-label::after {
    color: #fff;
}
.custom-control-label::before {
    top: .125rem;
    width: 36px;
    height: 36px;
    background-color: var(--60);
}
.col-label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
}
.custom-checkbox {
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-indent: 24px;
}

.custom-checkbox .custom-control-label::after {
  padding-left: 0px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: var( --primary);
}
.custom-checkbox-fixed {
  width: 220px;
  height: 50px;
  display: inline-block;  
}
.custom-checkbox-fixed:hover {
  opacity: 0.7;
}
.custom-control-label-fixed {
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  padding-top: 7px;
  text-indent: 10px;
}
.custom-control-label-fixed::before {
    top: .125rem;
    width: 25px;
    height: 25px;
    background-color: var(--60);
    pointer-events: initial;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label-fixed::before {
    padding: 0;
}
.custom-checkbox .custom-control-label-fixed::after {
    padding-left: 0px;
    font-size: 12px;
    margin-top: 8px;
    margin-left: 9px;
    font-weight: bold;
    text-align: center;
    color: var( --primary);
}
.column-boolean-wrap {
}

.custom-control-label::after {
    left: -2.3rem;
}
.custom-control-label {
  cursor:pointer;
}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem !important;
}

/* Notifications */

.notifications-body {
  font-size: 13px;
  line-height: 19px !important;
}
.notifications-time {
  font-size: 12px;
}

/* Announcements */

.announcement-box {
  padding: 7px;
  font-size: 14px;
  border-radius: 2em;
  background: var(--alertblue);
}
.announcement-box p span {
  margin-right: 10px;
  margin-left: 10px;
}



/* Timesheet Fields */


.timesheet-fields .form-input-bordered {
  box-shadow: none;
  font-weight: 400;
}
.timesheet-fields .hour-field, .timesheet-fields .text-70 {
  font-size: 14px;
  font-weight: 400;
  color: var(--70) !important;
}
.familybatch-family {
  background: none);
  padding: 20px;
  border-radius: .4rem;
}

.family-timesheet-table .form-control:disabled {
  background: transparent;
  border: none !important;
}

.family-timesheet-table .select-form-control:disabled {
  background: #eee !important;
  border: 1px solid var(--60) !important;
}

.code-box {
  max-width: 450px;
}
.vjs-tree .vjs-value__string {
  color: #73ab7d !important;
}

.vjs-tree.is-root {
  line-height: 30px;
  background: rgba(238, 238, 238, 0.35);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}
.vjs-key {
  font-weight: bold !important;
}

.map-hero-wrap {
  background: #fff;
  border-radius: 1rem;
  position: absolute;
  top: 100px;
  left: 80px;
  width: 400px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.map-hero {
  max-height: 70vh;  
  overflow-y: scroll;
}
.map-hero h4 {
  font-size: 20px;
  font-weight: bold;
}
.map-hero h5 {
  font-size: 11px;
  line-height: 19px;
  text-transform: uppercase;
  color: var(--bluegray-dark);
}
.map-hero p {
  line-height: 22px;
}

.enquiry-form-panel {
  box-shadow: 0 1px 40px 4px rgba(0,0,0,.09) !important;
}

.enquiry-form-panel .btn-primary {
  background-color: #f06461 !important;
}
.KAH-enquiry-form-panel .btn-primary {
  background-color: #00a6ed !important;
}


.enquiry-form-panel .progressbar li.active:before {
  background: #f2bf68 !important;
  border-color: #f2bf68 !important;
}
.KAH-enquiry-form-panel .progressbar li.active:before {
  background: #76BC43 !important;
  border-color: #76BC43 !important;
}


.enquiry-form-panel .progressbar li.active + li:after {
    background: #f2bf68 !important;
}
.KAH-enquiry-form-panel .progressbar li.active + li:after {
    background: #76BC43 !important;
}

.enquiry-form-panel .boolean-button {
  border-color: #f2bf68 !important;
  color: #f2bf68 !important;
}
.KAH-enquiry-form-panel .boolean-button {
  border-color: #76BC43 !important;
  color: #76BC43 !important;
}

.enquiry-form-panel .boolean-selected {
    background: #f2bf68 !important;
    color: var(--white) !important;
}
.KAH-enquiry-form-panel .boolean-selected {
    background: #76BC43 !important;
    color: var(--white) !important;
}

.enquiry-form-panel a {
  color: #f2bf68 !important;
}
.KAH-enquiry-form-panel a {
  color: #76BC43 !important;
}

.enquiry-form-panel .form-control-focus, .form-input:active, .form-input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 8px #f2bf68;
    box-shadow: 0 0 8px #f2bf68;
    border-color: #f2bf68;
}
.KAH-enquiry-form-panel .form-control-focus, .form-input:active, .form-input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 8px #76BC43;
    box-shadow: 0 0 8px #76BC43;
    border-color: #76BC43;
}
.enquiry-form-panel .text-primary {
  color: #f2bf68 !important;
}
.KAH-enquiry-form-panel .text-primary {
  color: #00a6ed !important;
}

.enquiry-form-panel .checked-toggle {
    background-color: #f2bf68 !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
}
.KAH-enquiry-form-panel .checked-toggle {
    background-color: #00a6ed !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
}

/* -----------------------------------------------------------------------------

      // Responsive

----------------------------------------------------------------------------- */

.minwidth180 {
  min-width: 180px;
}

@media (max-width: 991px) {

  body {
    padding-left: 30px;
  }

  .row .w-2\/3, .row .w-1\/3, .row .w-1\/2, .row .w-1\/4, .row .w-2\/4, .row .w-3\/4 {
    width: 100%;
  }

  .px-4-responsive {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .hideresponsive {
    display: none;
  }

  .resource-table td {
    max-width: 200px;
  }

  .form-responsive-wrap {
    position: absolute;
    right: 0;
    top: 0;
    justify-content: flex-end;
    padding-right: 1.5rem !important;
  }

  .enquiry-form-panel {
    box-shadow: none !important;
    background: #f3f3f3 !important;
  }

  
}
