/* CONFIG */
/* PRIMARY COLOR */
/* SECONDARY / ACCENT COLOR */
/* ALERT / DANGER COLOR */
/* SUCCESS COLOR */
/* WARNING COLOR */
/* INFO COLOR */
/* GREY COLORS */
/**
 |-----------------------------------------------------
 | @COLOR PALLETE
 |-----------------------------------------------------
 |
 */
/* COLOR WHITE {BACKGROUND | TEXT} */
.bg-white {
  background-color: #FFFFFF; }

.white {
  color: #FFFFFF; }

/* COLOR BLACK { BACKGROUND | TEXT } */
.bg-black {
  background-color: #212121; }

.black {
  color: #212121; }

/* DARK PRIMARY COLOR {BACKGROUND | COLOR} */
.mdt-bg-dark,
.mdt-bg-d {
  background-color: #1976D2; }

.mdt-dark {
  color: #1976D2; }

/* default background color */
.mdt-bg {
  background: #2196F3; }

.mdt-color,
.mdt-c {
  color: #2196F3; }

.mdt-border-primary,
.mdt-b-primary {
  border-color: #2196F3; }

/* light background color  */
.mdt-bg-light,
.mdt-bg-l {
  background-color: #BBDEFB; }

.mdt-light {
  color: #BBDEFB; }

/* accent (secondary) background color */
.mdt-bg-accent,
.mdt-bg-a {
  background-color: #673AB7; }

.mdt-accent,
.mdt-a {
  color: #673AB7; }

/**
 |-----------------------------------------------------
 | @BOX SHADOW
 |-----------------------------------------------------
 */
/**
 |-----------------------------------------------------
 | @TRANSITION
 |-----------------------------------------------------
 */
/**
 |-----------------------------------------------------
 | @COLORS
 |-----------------------------------------------------
 */
.white {
  color: #FFFFFF !important; }

.mdt-bg {
  background-color: #2196F3 !important; }

.mdt-c {
  color: #2196F3 !important; }

.mdt-bg-a,
.mdt-bg-accent {
  background-color: #673AB7 !important; }

.mdt-c-a {
  color: #673AB7 !important; }

/**
 |-----------------------------------------------------
 | @BUTTONS
 |-----------------------------------------------------
 */
/* button normal */
.btn,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  text-decoration: none;
  outline: 0;
  padding: 0 2rem;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  cursor: pointer;
  font-weight: normal; 
}

/* ACCENT COLOR */
.btn-accent {
  background-color: #673AB7; }

/* BORDERED BUTTONS */
.btn.btn-bordered {
  background-color: #FFFFFF;
  border: 0.1rem solid #2196F3;
  color: #2196F3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn.btn-bordered:hover {
  color: #FFFFFF;
  background-color: #2196F3;
  border-color: #2196F3; }

.btn.btn-accent.btn-bordered {
  border: 0.1rem solid #673AB7;
  color: #673AB7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn.btn-accent.btn-bordered:hover {
  background-color: #673AB7;
  color: #FFFFFF; }

/* BUTTON RAISED */
.btn-raised {
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn-raised:hover {
  -webkit-box-shadow: 0 0.8rem 1.7rem 0 rgba(0, 0, 0, 0.2), 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0.8rem 1.7rem 0 rgba(0, 0, 0, 0.2), 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0.8rem 1.7rem 0 rgba(0, 0, 0, 0.2), 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.19); }

/* FLAT BUTTON */
.btn-flat {
  border: 0;
  color: #1976D2;
  background-color: transparent; }

.btn-flat:hover {
  background-color: transparent;
  color: #2196F3; }

.btn-flat.btn-accent {
  background-color: transparent;
  color: #673AB7; }

/* DISABLED BUTTONS */
.btn-disabled {
  color: #727272;
  background-color: #B6B6B6;
  cursor: not-allowed; }

.btn-disabled:hover {
  color: #727272;
  background-color: #B6B6B6; }

/**
 |-----------------------------------------------------
 | @SHADOWS
 |-----------------------------------------------------
 */
.shadow-1 {
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12); }

.shadow-2 {
  -webkit-box-shadow: 0 0.8rem 1.7rem 0 rgba(0, 0, 0, 0.2), 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0.8rem 1.7rem 0 rgba(0, 0, 0, 0.2), 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0.8rem 1.7rem 0 rgba(0, 0, 0, 0.2), 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.19); }

.shadow-3 {
  -webkit-box-shadow: 0 1.2rem 1.5rem 0 rgba(0, 0, 0, 0.24), 0 1.7rem 5rem 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 1.2rem 1.5rem 0 rgba(0, 0, 0, 0.24), 0 1.7rem 5rem 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 1.2rem 1.5rem 0 rgba(0, 0, 0, 0.24), 0 1.7rem 5rem 0 rgba(0, 0, 0, 0.19); }

.shadow-4 {
  -webkit-box-shadow: 0 1.6rem 2.8rem 0 rgba(0, 0, 0, 0.22), 0 2.5rem 5.5rem 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 1.6rem 2.8rem 0 rgba(0, 0, 0, 0.22), 0 2.5rem 5.5rem 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 1.6rem 2.8rem 0 rgba(0, 0, 0, 0.22), 0 2.5rem 5.5rem 0 rgba(0, 0, 0, 0.21); }

.shadow-5 {
  -webkit-box-shadow: 0 2.7rem 2.4rem 0 rgba(0, 0, 0, 0.2), 0 4rem 7.7rem 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 2.7rem 2.4rem 0 rgba(0, 0, 0, 0.2), 0 4rem 7.7rem 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 2.7rem 2.4rem 0 rgba(0, 0, 0, 0.2), 0 4rem 7.7rem 0 rgba(0, 0, 0, 0.22); }

/**
 |-----------------------------------------------------
 | @PAGINATION
 |-----------------------------------------------------
 */
.qc-pagination {
  overflow: auto;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.qc-pagination.rounded li a {
  border-radius: 50%; }

.qc-pagination.shadow li a {
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12); }

.qc-pagination li a {
  width: 3rem;
  height: 3rem;
  display: block;
  padding: 0 1rem;
  color: #333333;
  line-height: 3rem;
  text-align: center;
  box-sizing: border-box; }

.qc-pagination li.active a,
.qc-pagination li a:hover {
  background-color: #2196F3;
  color: #FFFFFF; }

.qc-pagination li.disabled:hover a {
  background-color: #FFFFFF;
  color: #333333; }

/**
 |-----------------------------------------------------
 | @TAB PANELS
 |-----------------------------------------------------
 */
.qc-tab-panel > ul.tabs {
  box-shadow: inset 0 -2px 0 0 #DDDDDD; }

.qc-tab-panel > ul.tabs > li {
  float: left; }

.qc-tab-panel > ul.tabs:after {
  display: table;
  content: " ";
  clear: both; }

.qc-tab-panel > ul.tabs > li > label {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.qc-tab-panel > ul.tabs > li > label:hover {
  background: transparent; }

.qc-tab-panel > ul.tabs > li label.active {
  box-shadow: inset 0 -2px 0 0 #2196F3;
  background-color: transparent; }

.qc-tab-panel > .tabs-content > .tab-content {
  margin: 0;
  padding: 1rem 0; }

/**
 |-----------------------------------------------------
 | @TAB PANELS
 |-----------------------------------------------------
 */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
textarea,
select {
  border: none;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0;
  outline: none;
  width: 100%;
  margin: 0.5rem 0 0.5rem 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  transition: all .15s;
  border-radius: 0; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
textarea:focus,
select:focus,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
textarea:hover,
select:hover {
  border: none;
  border-bottom: 1px solid #2196F3;
  box-shadow: 0px 2px 1px -1px #2196F3; }

.qc-table-responsive {
  display: table;
  width: 100%; }

.qc-table-responsive label {
  margin-top: 0.5rem;
  font-weight: bold; }

.table-row {
  display: table-row; }

.table-cell {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0.5rem; }

.cell-fill {
  width: 100%; }

table.table-order thead th.order.asc,
table.table-order thead th.order.desc {
  color: #2196F3; }

/**
 |-----------------------------------------------------
 | @ACCORDIONS
 |-----------------------------------------------------
 */
ul.qc-accordion {
  border: none; }

ul.qc-accordion > li > label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 0.2rem solid #E9E9E9; }

ul.qc-accordion > li > label:hover {
  background-color: transparent; }

ul.qc-accordion > li > input[type="radio"]:checked + label {
  background-color: transparent;
  border-bottom: 0.2rem solid #2196F3; }

ul.qc-accordion > li > div.acc-content {
  border-bottom: none;
  margin-top: 0.2rem; }

/**
 |-----------------------------------------------------
 | @SWITCHES
 |-----------------------------------------------------
 */
.qc-switch label {
  display: inline-block;
  position: relative;
  width: 4rem;
  height: 1.6rem;
  border-radius: 8px;
  cursor: pointer; }

.qc-switch label:after {
  content: '';
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: #fafafa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.qc-switch input:checked + label {
  background-color: #BBDEFB; }

.qc-switch input:checked + label:after {
  background-color: #2196F3; }

/**
 |-----------------------------------------------------
 | @BREADCRUMBS
 |-----------------------------------------------------
 */
ul.qc-breadcrumbs li a {
  color: #7c7c7c; }

ul.qc-breadcrumbs li a:hover,
ul.qc-breadcrumbs li a:focus {
  text-decoration: none;
  color: #333333; }

ul.qc-breadcrumbs li.current a {
  color: #333333; }

/**
 |-----------------------------------------------------
 | @BADGE
 |-----------------------------------------------------
 */
.qc-badge {
  color: #2196F3;
  background-color: #FFFFFF; }

/**
 |-----------------------------------------------------
 | @TAGS
 |-----------------------------------------------------
 */
.qc-tags div,
.qc-tags span {
  background-color: #FFFFFF;
  padding: 0.2rem 0.5rem; }

/**
 |-----------------------------------------------------
 | @SHOW MORE
 |-----------------------------------------------------
 */
.qc-show-more-label {
  background-color: #2196F3;
  color: #FFFFFF;
  border: none;
  border-radius: 0.2rem;
  font-weight: normal;
  padding: 0.2rem 0.5rem; }

/**
 |-----------------------------------------------------
 | @CUSTOM DROPDOWN
 |-----------------------------------------------------
 */
.qc-dropdown,
.qs-enum-dd {
  border: none;
  border-bottom: 1px solid #CCCCCC;
  height: 3rem; }

.qc-dropdown:focus,
.qc-dropdown:hover,
.qs-enum-dd:focus,
.qs-enum-dd:hover {
  border: none;
  border-bottom: 1px solid #2196F3;
  box-shadow: 0px 2px 1px -1px #2196F3; }

.qc-dropdown ul.dropdown li input[type="radio"]:checked ~ label,
.qs-enum-dd ul.dropdown li input[type="radio"]:checked ~ label,
.qs-enum-dd ul.dropdown li input[type="checkbox"]:checked ~ label {
  background: #f3f8f8; }

.qc-dropdown ul.dropdown li label:hover,
.qs-enum-dd ul.dropdown li label:hover {
  background: #f3f8f8; }

.qc-dropdown.active ul.dropdown,
.qs-enum-dd.active ul.dropdown {
  display: block;
  pointer-events: auto; }

.qc-dropdown.active:after,
.qs-enum-dd.active:after {
  content: "\f106";
  font-family: "FontAwesome"; }

.qc-dropdown ul.dropdown li a,
.qs-enum-dd ul.dropdown li a {
  padding: 0.5rem 1rem;
  display: block;
  color: #000000;
  color: #2196F3; }

.qc-dropdown ul.dropdown li a:hover,
.qs-enum-dd ul.dropdown li a:hover {
  text-decoration: none;
  background-color: #2196F3;
  color: #FFFFFF; }

/**
 |-----------------------------------------------------
 | @SELECT2
 |-----------------------------------------------------
 */
.select2-container {
  width: 100% !important; }

.select2-container .select2-selection--single {
  height: 3rem;
  border: 0;
  border-bottom: 0.1rem solid #CCCCCC; }

.select2-container .select2-selection--single:hover {
  border: none;
  border-bottom: 1px solid #2196F3;
  box-shadow: 0px 2px 1px -1px #2196F3; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
  padding-right: 2rem; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 1rem;
  padding-left: 2rem; }

.select2-container .select2-selection--multiple {
  min-height: 3rem; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-left: 1rem; }

.select2-container .select2-search--inline .select2-search__field {
  margin: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0; }

.select2-dropdown {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12); }

.select2-results__options {
  color: #2196F3; }

.select2-container--default .select2-selection--single {
  outline: none;
  border-radius: 0; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212121;
  line-height: 3rem; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  height: 0;
  left: 0;
  margin: 0;
  top: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0.2rem;
  margin-right: -1rem;
  font-size: 1.6rem; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #BBDEFB; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: 0; }

.select2-container--default .select2-selection--multiple {
  border: none;
  border-radius: 0;
  cursor: text;
  min-height: 10rem;
  border-bottom: 0.1rem solid #CCCCCC; }

.select2-container--default .select2-selection--multiple:hover,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  border-bottom: 1px solid #2196F3;
  box-shadow: 0px 2px 1px -1px #2196F3; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 0.5rem; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #FFFFFF;
  border-radius: 0;
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  border-color: #2196F3;
  cursor: pointer; }

.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  -webkit-box-shadow: 0 0.8rem 1.7rem 0 rgba(0, 0, 0, 0.2), 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0.8rem 1.7rem 0 rgba(0, 0, 0, 0.2), 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0.8rem 1.7rem 0 rgba(0, 0, 0, 0.2), 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.19); }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  margin-left: 0.2rem;
  color: #00bcd4; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #00bcd4; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #BBDEFB; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2196F3;
  color: #FFFFFF; }

/** 
 |--------------------------------------------------------
 | @BUTTONS GROUP
 |--------------------------------------------------------
 |
 */
.buttons-group > li {
  list-style: none;
  display: inline-block;
  position: relative; }

.buttons-group > li > a {
  background-color: #FFFFFF;
  font-size: 1.6rem;
  padding: 0 1rem;
  text-transform: initial; }

.buttons-group > li > a i {
  margin-right: 0.3rem; }

.buttons-group > li a:hover {
  background-color: #F0F0F0;
  text-decoration: none; }

.buttons-group .dropdown {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  margin-left: 0rem;
  top: 0;
  margin-top: 3.6rem;
  -webkit-box-shadow: 0 0.8rem 1.7rem 0 rgba(0, 0, 0, 0.2), 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0.8rem 1.7rem 0 rgba(0, 0, 0, 0.2), 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0.8rem 1.7rem 0 rgba(0, 0, 0, 0.2), 0 0.6rem 2rem 0 rgba(0, 0, 0, 0.19); }

.buttons-group .dropdown li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 0 1rem;
  font-size: 1.2rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 0.2rem; }

.buttons-group .dropdown li div {
  display: block;
  padding: 0.2rem 1rem;
  border-bottom: 0.1rem solid #CCCCCC;
  border-top: 0.1rem solid #CCCCCC;
  background-color: #FFFFFF; }

.buttons-group .dropdown li a:hover {
  background-color: #F0F0F0; }

.buttons-group .dropdown li {
  list-style: none; }

.buttons-group > li:hover > ul.dropdown {
  display: block; }

.buttons-group span {
  display: inline-block;
  margin-left: 0.5rem; }

.buttons-group .delimiter {
  background-color: #FFFFFF; }

.buttons-group.t-tooltip .delimiter {
  display: none; }

.buttons-group.inline.t-tooltip ul.dropdown li span {
  display: none; }

.buttons-group.t-tooltip span {
  display: none;
  top: 0;
  left: 0;
  margin-left: 5rem;
  background-color: #444444;
  padding: 0 1rem;
  z-index: 99999;
  box-sizing: border-box;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
  line-height: 2.8rem;
  text-transform: initial;
  color: #FFFFFF; }

.buttons-group.t-tooltip span:after {
  content: " ";
  position: absolute;
  border-top: 1rem solid transparent;
  border-right: 1rem solid #444444;
  border-bottom: 1rem solid transparent;
  margin-left: -1rem;
  top: 15%;
  left: 0;
  z-index: 9999999; }

.buttons-group.t-tooltip .dropdown li a:hover span {
  position: absolute;
  display: block; }

/* INLINE */
.buttons-group.inline > li > a {
  display: none; }

.buttons-group.inline ul.dropdown {
  display: block;
  position: relative;
  margin-top: 0;
  border: 0;
  z-index: 0;
  box-shadow: none; }

.buttons-group.inline ul.dropdown li {
  display: inline-block; }

.buttons-group.inline ul.dropdown li a {
  display: inline-block;
  -webkit-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2), 0 0.2rem 2rem 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2), 0 0.2rem 2rem 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2), 0 0.2rem 2rem 0 rgba(0, 0, 0, 0.19); }

.buttons-group.inline ul.dropdown > li.delimiter {
  display: none; }

.buttons-group.inline ul.dropdown li span {
  display: inline-block;
  text-transform: initial; }

/**
 |-----------------------------------------------------
 | @DATEPICKER
 |-----------------------------------------------------
 |
 */
.datepickr-wrapper {
  width: 100%;
  display: inline-block;
  position: relative; }

.datepickr-calendar {
  font-family: "Roboto";
  font-size: 1.4rem;
  background-color: #FFFFFF;
  color: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.4rem;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100; }

.open .datepickr-calendar {
  display: block;
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.16), 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.12); }

.datepickr-calendar .datepickr-months {
  background-color: #2196F3;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  padding: 0.2rem; }

.datepickr-calendar .datepickr-prev-month,
.datepickr-calendar .datepickr-next-month {
  color: #FFFFFF;
  padding: 0 .4em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer; }

.datepickr-calendar .datepickr-prev-month:hover,
.datepickr-calendar .datepickr-next-month:hover {
  background-color: #BBDEFB;
  color: #1976D2; }

.datepickr-calendar table thead tr th {
  color: #727272; }

.datepickr-calendar table tr td {
  border: 0; }

.datepickr-calendar .datepickr-day {
  color: #727272;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  line-height: 2.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.datepickr-calendar .datepickr-day:hover {
  color: #FFFFFF;
  background-color: #2196F3;
  border: 0; }

.datepickr-calendar .today .datepickr-day {
  background-color: #FFFFFF;
  border: 0;
  color: #1976D2; }

.datepickr-calendar .selected .datepickr-day {
  background-color: #673AB7;
  border: 0.1rem solid #673AB7;
  color: #FFFFFF; }

/**
 |-----------------------------------------------------
 | @MATERIALS INPUTS
 |-----------------------------------------------------
 |
 */
.qc-dd:focus,
.qc-dd:hover,
.qc-dd.focused {
  border-bottom: 1px solid #2196F3;
  box-shadow: 0px 2px 1px -1px #2196F3; }

/*# sourceMappingURL=material_theme.css.map */