/**MATERIAL DESIGN**/
* {
  font-family: 'Roboto', sans-serif;
}
/*BUTTONS*/
.m-button {
  background-color: #5c6bc0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 12px 10px;
  text-transform: uppercase;
  outline: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: box-shadow .125s ease-in-out;
  color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 8px;
}
a.m-button {
  background-color: #5c6bc0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 12px 10px;
  text-transform: uppercase;
  outline: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: box-shadow .125s ease-in-out;
  color: #fff;
  display: block;
  text-decoration: none;
  border-radius: 8px;
}
.m-button:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.m-button.white {
  color: #5c6bc0;
  background-color: #fff;
}
.m-button .m-loader {
  
}
.m-button-flat {
  text-decoration: none;
  color: #5c6bc0;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding: 12px 10px;
  background: none;
  border: none;
  font-size: 14px;
  display: block;
}
a.m-button-flat {
  text-decoration: none;
  color: #5c6bc0;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  padding: 12px 10px;
  background: none;
  border: none;
  font-size: 14px;
  display: block;
}
.m-fab {
  background-color: #5c6bc0;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
}
.m-fab i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}


/*INPUT-FIELDS*/
.m-input-field {
  width: 100%;
  height: 25px;
  position: relative;
  padding-top: 14px;
  padding-bottom: 12px;
  margin: 20px 0;
}
.m-input-field input, .m-input-field p.input[contenteditable="true"] {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 0;
  text-align: left;
  outline: none;
  border: none;
  margin: 0;
  width: 100%;
  height: 24px;
  border-bottom: 1px solid #737373;
  background: none;
  padding-bottom: 2px;
}
.m-input-field input:disabled {
  background-color: #dedede;
  cursor: default;
}
.m-input-field textarea, .m-input-field p.textarea[contenteditable="true"] {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 0;
  text-align: left;
  outline: none;
  border: none;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #737373;
  background: none;
  padding-bottom: 2px;
  height: 238px;
  resize: none;
}
.m-input-textarea {
  height: 240px;
}
.m-input-textarea-small {
  height: 60px;
}
.m-input-textarea-small textarea, .m-input-field p.textarea[contenteditable="true"] {
  height: 58px;
}
.m-input-textarea-medium {
  height: 140px;
}.m-input-textarea-medium textarea, .m-input-field p.textarea[contenteditable="true"] {
  height: 138px;
}
.m-input-textarea-popup textarea, .m-input-field p.textarea[contenteditable="true"] {
  height: 78px !important;
}
.m-input-textarea-popup {
  height: 80px;
}
.m-input-field span {
  position: absolute;
  top: 14px;
  left: 0;
  transform: none;
  transform-origin: bottom left;
  color: #737373;
  transition: transform .125s ease-in-out;
}
.m-input-field div {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background-color: #5c6bc0;
  transition: transform .125s ease-in-out;
  z-index: 777;
}
.m-input-field h5 {
  color: #d50000;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  margin-top: 4px;
  text-align: left;
  opacity: 0;
  transition: opacity .125s ease-in-out;
}
.m-input-field.error h5 {
  opacity: 1;
}
.m-input-field.error div {
  transform: scaleX(1);
  background-color: #d50000 !important;
}
.m-input-field.active span, .m-input-field.filled span {
  transform: scale(0.75) translateY(-32px);
  color: #5c6bc0;
}
.m-input-field.error span {
  transform: scale(0.75) translateY(-32px);
  color: #d50000 !important;
}
.m-input-field.active div {
  transform: scaleX(1);
}
.m-input-field span.with-infotip {
  padding-right: 30px;
}
.m-input-field div.pos-field {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  transform: scale(1);
  border: none;
  background: none;
  z-index: 888 !important;
}
.m-input-field .pos-field i {
  transform: translateY(-10%);
}
.m-input-field .pos-field span {
  transform: translate(30px, -50%) !important;
  z-index: 888;
}
.m-input-field.right.active .pos-field span, .m-input-field.right.error .pos-field span, .m-input-field.right.filled .pos-field span {
  transform: translate(30px, -39%) scale(1.25) !important;
  color: #fff !important;
}
.m-input-field.active .pos-field span, .m-input-field.error .pos-field span, .m-input-field.filled .pos-field span {
  color: #fff !important;
}

/**SELECT**/
select {
  background-position: right;
  background-repeat: no-repeat;
  background-image: url('../img/select-arrow.png');
  background-size: 12px;
  -webkit-appearance: none;
  appearance: none;
}
.m-input-select {
  margin: 20px 0;
  position: relative;
  width: 100%;
  padding-top: 12px;
}
.m-input-select span {
  position: absolute;
  top: 14px;
  left: 0;
  transform: none;
  transform-origin: bottom left;
  color: #737373;
  transform: scale(0.75) translateY(-30px);
}
.m-input-select select {
  outline: none;
  width: 100%;
  height: auto;
  background: none;
  border: none;
  border-bottom: 2px solid #737373;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-align: left;
  transition: border .125s ease-in-out;
}
.m-input-select:focus {
  border-bottom-color: #5c6bc0;
}

/*CHECKBOX - called .m-check-field*/
.m-check-field {
  width: 100%;
  margin: 20px 0;
}
.m-check-field input {
  display: none;
}
.m-check-field label {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-check-field label p {
  color: #4f4f4f;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  width: calc(100% - 40px);
  padding-left: 12px;
  margin: 0;
}
.m-check-field label p a {
  color: #5c6bc0;
  text-decoration: none;
  cursor: pointer;
}
.m-check-field label div {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #5c6bc0;
  position: relative;
}
.m-check-field label div i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 3px;
  background-color: #5c6bc0;
  opacity: 0;
  transition: opacity .125s ease-in-out;
  font-size: 22px;
}
.m-check-field input:checked + label div i {
  opacity: 1;
}
.m-check-field h5 {
  color: #d50000;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  margin-top: 4px;
  text-align: left;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  padding-left: 40px;
}
.m-check-field.error div {
  border-color: #d50000;
}
.m-check-field.error h5 {
  opacity: 1;
}

/*RADIO-BUTTON - called .m-radio-field*/
.m-radio-wrapper {
  width: 100%;
  margin: 20px 0;
}
.m-radio-wrapper h3 {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  margin: 0;
  color: rgba(0, 0, 0, 0.54);
}
.m-radio-field {
  width: 100%;
  margin: 12px 0;
}
.m-radio-field input[type="radio"] {
  display: none;
}
.m-radio-field label {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-radio-field label p {
  color: #4f4f4f;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  width: calc(100% - 30px);
  padding-left: 0;
  margin: 0;
}
.m-radio-field label p a {
  color: #5c6bc0;
  text-decoration: none;
  cursor: pointer;
}
.m-radio-field label div {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #5c6bc0;
  position: relative;
}
.m-radio-field label div i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
  background-color: #5c6bc0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0;
  transition: opacity .125s ease-in-out, transform .125s ease-in-out;
}
.m-radio-field .m-radio-content {
  display: none;
}
.m-radio-field input:checked + label div i {
  opacity: 1;
  transform: translate(-50%,-50%) scale(1)
}
.m-radio-field input:checked ~ .m-radio-content {
  display: block;
}
.m-radio-field h5 {
  color: #d50000;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  margin-top: 4px;
  text-align: left;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  padding-left: 40px;
  display: none;
}
.m-radio-field.error div {
  border-color: #d50000;
}
.m-radio-field.error h5 {
  opacity: 1;
}


/**SWITCH called .m-switch**/
.m-switch {
  margin: 20px 0;
  width: 34px;
}
.m-switch input {
  display: none;
}
.m-switch label {
  display: block;
  width: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.38);
  height: 14px;
  position: relative;
  cursor: pointer;
  transition: background .125s ease-in-out;
}
.m-switch label div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #5c6bc0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transition: left .125s ease-in-out;
}
.m-switch input:checked + label {
  background-color: #5c6bc0;
}
.m-switch input:checked + label div {
  left: calc(100% - 20px);
}


/**TABLE called .m-table**/
.m-table {
  width: 100%;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  border-collapse: collapse;
  border-radius: 3px;
  margin: 20px 0;
}
.m-table .numeric {
  text-align: right;
}
.m-table-with-extra-head {
  margin-top: 0 !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.m-table-with-extra-head thead th {
  padding-top: 0 !important;
  height: 35px !important;
}
.m-table-extra-head {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #f5f5f5;
  margin-bottom: 0 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  padding: 12px 0;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: flex !important;
}
.m-table-extra-search-head {
  justify-content: space-between;
}
.m-table-extra-head button {
  margin: 0 25px;
  display: flex;
}
.m-table-extra-head-search {
  display: flex;
  justify-content: flex-start;
  padding-left: 25px;
  width: 50%;
}
.m-table-extra-head-search button {
  color: rgba(0, 0, 0, 0.54);
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.m-table-extra-head-search input {
  margin-left: 20px;
  outline: none;
  background: none;
  border: none;
  font-size: 14px;
  text-align: left;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 400;
  width: 100%;
}
.m-table thead {
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: 3px;
  color: rgba(0, 0, 0, 0.54);
  position: relative;
}
.m-table thead th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  text-align: left;
  font-size: 12px;
  padding: 0 18px;
  padding-bottom: 9px;
  padding-top: 12px;
  height: 48px;
  line-height: 24px;
  vertical-align: bottom;
}
.m-table thead th:first-of-type {
  padding-left: 25px;
}
.m-table tbody {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.m-table tbody a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
}
.m-table-drag i {
  cursor: move;
}
.m-table tbody tr {
  transition: background .125s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.m-table tbody tr:hover {
  background-color: #eee;
}
.m-table tbody tr:hover .options {
  opacity: 1;
}
.m-table tbody td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 18px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
}
.m-table tbody .options {
  opacity: 0;
  transition: opacity .125s ease-in-out;
  cursor: pointer;
  background-color: #eee;
}
.m-table tbody td:first-of-type {
  padding-left: 25px;
}
.m-table tfoot {
  width: 100%;
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.54);
  display: table-footer-group;
  font-size: 12px;
  vertical-align: middle;
}
.m-table tfoot td {
  width: 100%;
  padding: 16px 24px;
  text-align: right;
  background-color: #f5f5f5;
}
.m-table tfoot .m-table-foot-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.m-table tfoot .m-table-foot-buttons {
  display: flex;
  margin-left: 22px;
  align-items: center;
}
.m-table tfoot .m-table-foot-buttons button {
  outline: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
}
.m-table tfoot .m-table-foot-buttons button:first-of-type {
  margin-right: 8px;
}
.m-table tfoot .m-table-foot-buttons button i {
  color: rgba(0, 0, 0, 0.54);
}
.m-table tfoot .m-table-foot-buttons button:disabled i {
  color: rgba(0, 0, 0, 0.26);
  cursor: default;
}
.m-table tfoot span {
  display: flex;
  align-items: center;
  margin-left: 22px;
}
.m-table tfoot .m-table-foot-limet {
  display: flex;
  align-items: center;
}

/**DROP-MENU**/
.drop-menu {
  width: auto;
  max-width: 300px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transition: transform .125s ease-in-out;
  transform: scale(.75);
  transform-origin: 100% 0;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 999;
  display: none;
}
.open-drop-menu {
  position: relative;
  overflow: visible !important;
  cursor: pointer;
}
.open-drop-menu.active {
  opacity: 1 !important;
}
.drop-menu.active {
  transform: scale(1);
}
.drop-menu ul {
  list-style: none;
  padding: 8px 0;
  margin: 0;
}
.drop-menu li {
  width: auto;
  padding: 8px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  transition: background .125s ease-in-out;
}
.drop-menu li a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.drop-menu li:hover {
  background-color: #eee;
}

/**TOAST called as .toast **/
.toast {
  position: fixed;
  bottom: -120px;
  left: 280px;
  max-width: 600px;
  padding: 15px;
  padding-left: 30px;
  background-color: #303030;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transition: bottom .125s ease-in-out;
  max-height: 100px;
  z-index: 99996;
  display: none;
}
.toast.no-icon {
  padding-left: 15px;
}
.toast.no-icon h3 {
  margin: 0 !important;
}
.toast h3 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  margin-left: 16px;
}
.toast i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.toast .toast-error {
  color: #ff5252;
}
.toast .toast-done {
  color: #4caf50;
}


/**INFOTIP**/
.infotip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.infotip i {
  transform: translateY(20%);
  color: #333;
}
.infotip span {
  opacity: 0;
  width: 200px;
  background-color: #242424;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  padding: 18px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  transition: opacity .25s ease-in-out;
  position: absolute;
  z-index: 1;
  visibility: hidden;
}
.infotip:hover span {
  visibility: visible;
  opacity: 1;
}
.infotip.pos-left {
  float: left;
}
.infotip.pos-right {
  float: right;
}
.infotip.pos-inline {
  display: inline-block;
}
.infotip.top span {
  top: -370%;
  left: 50%;
  transform: translateX(-50%);
}
.infotip.top .pos-field span {
  transform: translateX(-50%) scale(1.25) !important;
}
.infotip.top span::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid #242424;
  border-color: #242424 transparent transparent transparent;
}
.infotip.bottom span {
  bottom: -370%;
  left: 50%;
  transform: translateX(-50%) !important;
}
.infotip.bottom span::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid #242424;
  border-color: transparent transparent #242424 transparent;
}
.infotip.left span {
  top: 50%;
  left: -1140%;
  transform: translateY(-50%);
}
.infotip.left span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border: 5px solid #242424;
  border-color: transparent transparent transparent #242424;
}
.infotip.right span {
  top: 50%;
  right: -1010%;
  transform: translateY(-50%);
}
.infotip.right span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border: 5px solid #242424;
  border-color: transparent #242424 transparent transparent;
}


/**LOADER --> .m-loader **/
.m-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-loader svg {
  animation: icon_loader_rotate 2s linear infinite;
  height: 60px;
  transform-origin: center center;
  width: 60px;
  margin: auto;
  margin-top: -5px;
}
.m-loader circle {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: icon_loader_dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #5c6bc0;
}
@keyframes icon_loader_rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes icon_loader_dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

/*DROPDOWN*/
.m-dropdown-trigger:hover .m-dropdown {
  transform: scale(1);
}
.m-dropdown {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  width: 160px;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(0);
  transform-origin: top right;
  transition: transform .125s ease-in-out;
}
.m-dropdown div {
  padding: 6px 10px;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  transition: background .125s ease-in-out;
}
.m-dropdown div:hover {
  background-color: rgba(0, 0, 0, 0.085);
}
.m-dropdown div.seperator {
  background-color: rgba(0, 0, 0, 0.2) !important;
  height: 1px;
  width: 100%;
  padding: 0 !important;
  margin: 6px 0 !important;
}

.m-chip {
  font-size: 14px;
  text-align: left;
  background-color: #e0e0e0;
  border-radius: 30px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.54);
}
.m-chip.without-icon {
  padding: 0 0 0 8px;
}
.m-chip span {
  width: 32px;
  height: 32px;
  background-color: #5c6bc0;
  border-radius: 50%;
  position: relative;
  padding: 0;
  margin: 0 8px 0 0;
  float: left;
}
.m-chip span i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-chip p {
  color: rgba(0, 0, 0, 0.54);
  margin: 0;
  height: 16px;
  padding: 8px 0;
  display: block;
  float: left;
}
.m-chip i.cancel {
  color: rgba(0, 0, 0, 0.54);
  padding: 4px;
  cursor: pointer;
  float: left;
}


.m-picker-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  display: none;
}
/**date picker, called .m-date-picker**/
.m-date-picker {
  width: 350px;
  margin: 0;
  z-index: 99999998;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  transition: transform .125s ease-in-out;
  display: none;
}
.m-date-picker .display {
  width: calc(100% - 40px);
  background-color: #5c6bc0;
  padding: 20px;
}
.m-date-picker .display h5 {
  margin: 0;
  font-size: 18px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.m-date-picker .display h4 {
  margin: 0;
  font-size: 30px;
  text-align: left;
  color: #fff;
  font-weight: 400;
}
.m-date-picker .calendar {
  width: calc(100% - 40px);
  padding: 0 20px;
  background-color: #fff;
}
.m-date-picker .calendar header {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.m-date-picker .calendar header button {
  outline: none;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.m-date-picker .calendar header h3 {
  text-align: center;
  color: rgba(0, 0, 0, 0.82);
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}
.m-date-picker .calendar nav {
  width: 100%;
  padding: 12px 0 20px 0;
  display: flex;
  justify-content: space-between;
}
.m-date-picker .calendar nav span {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0 9px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  width: 25px;
}
.m-date-picker .calendar .dates .week {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.m-date-picker .calendar .dates .week span {
  display: block;
  color: rgba(0, 0, 0, 0.82);
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  width: 25px;
  padding: 12px 9px;
  border-radius: 50%;
  background-color: transparent;
  transition: color .125s ease-in-out, background .125s ease-in-out;
  cursor: pointer;
}
.m-date-picker .calendar .dates .week span.active {
  background-color: #5c6bc0;
  color: #fff;
}
.m-date-picker .buttons {
  width: calc(100% - 40px);
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  margin: -2px 0 0 0;
}
.m-date-picker .buttons .m-button-flat {
  margin: 0 0 0 20px;
  padding: 0;
}


.m-time-picker {
  width: 300px;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  z-index: 99999998;
  background-color: #fff;
  transition: transform .125s ease-in-out;
  display: none;
}
.m-time-picker .display {
  background-color: #5c6bc0;
  padding: 20px 0;
  width: 100%;
}
.m-time-picker .display h4 {
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  margin: 0;
  padding: 0;
  color: #fff;
}
.m-time-picker .display h4 span {
  cursor: default;
}
.m-time-picker .picker {
  width: 100%;
  padding: 20px 0;
}
.m-time-picker .clock {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #ededed;
  position: relative;
  transform: scale(1);
  transition: transform 50ms ease-in-out;
  margin: 0 calc(50% - 125px);
}
.m-time-picker .clock .minutes {
  display: none;
}
.m-time-picker .clock-container {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-time-picker .clock-container-small {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-time-picker .clock button {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  position: absolute;
  color: rgba(0, 0, 0, 0.54);
  transform: translate(-50%, -50%);
  padding: 7px 8px;
  border-radius: 50%;
  transition: color .125s ease-in-out, background .125s ease-in-out;
}
.m-time-picker .clock button.single {
  padding: 7px 12px;
}
.m-time-picker .clock button.active {
  background-color: #5c6bc0;
  color: #fff;
}
.m-time-picker .clock .dot {
  background-color: #999;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.m-time-picker .clock .stick {
  width: 2px;
  height: 100%;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.m-time-picker .clock .stick div {
  height: 110px;
  width: 100%;
  background-color: #5c6bc0;
  position: absolute;
  top: 20px;
  left: 0;
}
.m-time-picker .clock .stick.small div {
  height: 85px;
  width: 100%;
  background-color: #5c6bc0;
  position: absolute;
  top: 45px;
  left: 0;
}

/*deg-classes*/
.m-time-picker .clock .deg-30 {
  top: 6.69872981%;
  left: 75%;
}
.m-time-picker .clock .deg-60 {
  top: 25%;
  left: 93.30127019%;
}
.m-time-picker .clock .deg-90 {
  top: 50%;
  left: 100%;
}
.m-time-picker .clock .deg-120 {
  top: 75%;
  left: 93.30127019%;
}
.m-time-picker .clock .deg-150 {
  top: 93.30127019%;
  left: 75%;
}
.m-time-picker .clock .deg-180 {
  top: 100%;
  left: 50%;
}
.m-time-picker .clock .deg-210 {
  top: 93.30127019%;
  left: 25%;
}
.m-time-picker .clock .deg-240 {
  top: 75%;
  left: 6.69872981%;
}
.m-time-picker .clock .deg-270 {
  top: 50%;
  left: 0%;
}
.m-time-picker .clock .deg-300 {
  top: 25%;
  left: 6.69872981%;
}
.m-time-picker .clock .deg-330 {
  top: 6.69872981%;
  left: 25%;
}
.m-time-picker .clock .deg-360 {
  top: 0%;
  left: 50%;
}

.m-time-picker .buttons {
  width: calc(100% - 40px);
  padding: 0 20px 20px 20px;
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  margin: 0;
}
.m-time-picker .buttons .m-button-flat {
  margin: 0 0 0 20px;
  padding: 0;
}


/* Progress Bar */
.m-progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #b2bdfc;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .m-progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #5c6bc0;
    transition: width .3s linear; }
  .m-progress .indeterminate {
    background-color: #5c6bc0; }
    .m-progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
              animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .m-progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
              animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
              animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

.clear-fix {
  clear: both;
}

/**SECTIONS**/
.sections .sections-header {
  margin: 40px 10px 10px 10px;
  width: calc(100% - 20px);
}
.numeric {
  text-align: right !important;
}
.sections .sections-header span {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
  margin: 0;
  font-size: 14px;
  width: calc(25% - 34px / 4 - 20px);
  padding: 0 10px;
}
.sections .section {
  width: calc(100% - 20px);
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  margin: 0;
  transition: margin .125s ease-in-out;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.sections .section .m-progress {
  margin: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
}
.sections .section.active {
  margin: 50px 0;
}
.sections .section .header {
  transition: padding .125s ease-in-out;
  cursor: pointer;
}
.sections .section.active .header {
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.sections .section .header span {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  width: calc(33.333% - 34px / 3 - 20px);
  padding: 10px;
  height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sections .section .header span a {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}
.sections .section .header .section-table-download {
  width: 24px !important;
  margin: 0 0 0 10px !important;
  padding: 10px 0 !important;
  cursor: pointer;
}
.sections .section .section-content {
  width: calc(100% - 20px);
  padding: 0 10px 0 10px;
  height: 0;
  transition: height .125s ease-in-out, padding .125s ease-in-out;
  overflow: hidden;
}
.sections .section.active .section-content {
  height: auto;
  padding: 20px 10px 10px 10px;
}
.sections .section .section-content-wrapper {
  display: none;
}
.sections .section .section-content h3 {
  font-size: 24px;
  text-align: left;
  margin: 0 0 20px 0;
  color: rgba(0, 0, 0, 0.82);
  font-weight: 400;
}
.sections .invoice.active .section-content .detail {
  width: 250px;
}
.sections .section .section-content h4 {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 0 0;
  text-align: left;
}
.sections .section .section-content p {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0 0 0;
  text-align: left;
}
.sections .section .section-content .detail h5 {
  color: rgba(0, 0, 0, 0.82);
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0 0 0;
  text-align: left;
}
.sections .section:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sections .section:last-of-type {
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.sections-loader {
  width: 60px;
  height: 60px;
  margin: 50px calc(50% - 30px);
  position: relative;
  opacity: 0;
  transition: opacity .125s ease-in-out;
}
.sections-loader.active {
  opacity: 1;
}
.sections-loader .m-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sections-loader .m-loader svg {
  width: 40px;
  height: 40px;
}
