@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc9.ttf) format('truetype');
}
/* ------------------------------- Main ------------------------------- */
html {
  font-family: 'Roboto', sans-serif;
}
body {
  padding-top: 5rem !important;
  overflow-x: hidden;
}
*::after,
*::before {
  box-sizing: border-box !important;
}
.add_shadow,
add_shadow-top {
  transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -webkit-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e91e63;
}
/* ------------------------------- Login ------------------------------- */
#login_btn {
  border-radius: 50px;
  font-size: 1.25rem;
  text-transform: none;
  background: linear-gradient(140deg, #512da8, #5c6bc0);
}
#login-page-full {
  background: linear-gradient(#c5cae9, #fce4ec);
  /* background: url("../gfx/background_large1.png") no-repeat top center fixed; */
  font-family: 'Roboto', sans-serif;
  height: 100vh;
  background-size: cover !important;
  margin: 0;
}
.login-box-holder {
  width: 320px;
  min-width: 280px;
}
.login-box {
  overflow: hidden;
  background-clip: padding-box;
  border-radius: 10px;
}
.login-header {
  min-height: 150px;
  /*    background-color:@main_color;*/
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: linear-gradient(140deg, #512da8, #5c6bc0);
}
.login-box-inner {
  background-clip: padding-box;
  padding: 20px;
  background-color: #FFF;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  /*    height:300px;*/
}
.login-logo {
  padding: 6px 0;
}
.login-logo > img {
  display: block;
  max-width: 90%;
  height: 80px;
  margin: 24px auto;
}
@media only screen and (max-width: 600px) {
  .login-header {
    min-height: 120px;
  }
  .login-logo > img {
    height: 70px;
  }
  .login-box-holder {
    width: 280px;
  }
  .login-box-inner {
    height: 280px;
  }
}
/* ------------------------------- Top ------------------------------- */
.top {
  height: 5rem;
  left: 0px;
  right: 0px;
  top: 0px;
  min-width: 320px;
  position: fixed;
  background: transparent;
}
.top-background {
  background: linear-gradient(#c5cae9, #c5cae9, #c5cae9e6, #c5cae933);
}
@media screen and (max-width: 992px) {
  .mobile_tabs_height {
    height: 6rem !important;
  }
  .mobile_tabs_padding {
    padding-top: 6rem !important;
  }
}
.click-nav {
  display: none;
}
@media screen and (max-width: 1479px) {
  .top {
    padding-left: 0;
  }
  .click-nav {
    display: none;
  }
  #content {
    padding: 0 !important;
  }
  .header-container {
    padding-left: 0px;
  }
  .my-container {
    padding-left: 0px !important;
  }
  .table-container {
    margin: 1rem 0.5rem 2rem !important;
    width: calc( 100% - 1rem ) !important;
  }
  .my-container {
    margin: 0 1rem !important;
  }
  .filter-section {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
    z-index: 999;
  }
}
/* ------------------------------- Logo ------------------------------ */
.logo-container {
  display: inline-block;
  height: 2em;
  width: 240px;
  position: relative;
}
.logo-container > img {
  display: block;
  height: 2.5em;
  float: left;
  padding: 12px;
}
/* ---------------------------- Top Menu ----------------------------- */
.usertab {
  display: inline-block;
  height: 5rem !important;
  float: right;
  height: inherit;
  position: relative;
  color: #FFF;
}
.user-credentials {
  background-color: rgba(255, 255, 255, 0.75);
}
.flag {
  max-width: 2.35rem;
  max-height: 2.35rem;
  border: solid 2px #e8eaf6 !important;
  border-radius: 50% !important;
  margin: 0 auto;
}
.flag-small {
  max-width: 2rem;
  max-height: 2rem;
  border: solid 2px #e8eaf6 !important;
  border-radius: 50% !important;
  margin: -5px 6px;
}
.flag-x-small {
  max-width: 1.8rem;
  max-height: 1.8rem;
  border: solid 1px #e8eaf6 !important;
  border-radius: 50% !important;
  margin: -4px 12px -6px;
}
.flag-xx-small {
  max-width: 1.5rem;
  max-height: 1.5rem;
  border: solid 1px #e8eaf6 !important;
  border-radius: 50% !important;
  margin: -4px 0px 0px;
}
.image-round {
  max-width: 2.75rem;
  max-height: 2.75rem;
  border-radius: 50%;
  margin: 0 auto;
}
.download-wrapper {
  border: dashed;
  padding: 2rem;
}
.search-field {
  position: fixed !important;
  top: 0;
  left: 25%;
  /*    z-index:1002;*/
  color: #FFF;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .search-field {
    visibility: hidden;
    opacity: 0;
    top: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    left: 0 !important;
    right: 0 !important;
    -webkit-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
  }
}
.search-field i label {
  color: inherit !important;
  transition: none !important;
  background: none !important;
}
.search-field .prefix,
input {
  /*    background-color: rgba(255, 255, 255,0.25) !important;*/
  box-shadow: none !important;
}
.search-field label :focus {
  display: none !important;
}
.search-field input[type="text"]:focus:not([readonly]) + label {
  display: none !important;
}
.search-field input.valid[type="text"] + label::after {
  display: none !important;
  box-shadow: none !important;
}
.search-field input.valid[type="text"] {
  box-shadow: none !important;
}
.search-field input.valid[type="text"] + label {
  display: none !important;
}
.search-field .input-field label.active {
  display: none !important;
}
.search-field input.validate[type="text"] + label::after {
  display: none !important;
}
.search-area input {
  background-color: rgba(255, 255, 255, 0) !important;
}
.search-area i {
  background-color: rgba(255, 255, 255, 0) !important;
}
.search-area {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  background-color: white !important;
}
.search-area-mobile {
  width: calc(100% - 4rem) !important;
}
.search-area-mobile input {
  font-size: 2rem !important;
  margin-left: 0 !important;
}
.search-area-mobile i {
  background-color: transparent !important;
}
.search-area-mobile .prefix {
  color: transparent !important;
}
/* ---------------------------- Content ---------------------------- */
#content {
  display: block;
  min-height: 100%;
  padding: 0;
  padding-left: 240px;
  margin-top: 64px;
  margin-bottom: 1em;
}
#wrapper {
  padding-top: 0.25rem;
  min-height: calc(100vh - 5rem);
}
.content-cover {
  display: none;
  width: 100%;
  /*    height:100%;
*/
  background-color: #333;
  /* rgba(0, 0, 0, 0.5);*/
  opacity: 0.7;
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  top: 0px;
  bottom: 0px;
}
p {
  font-weight: 400;
}
.arrow,
.standalone-submit {
  float: right;
}
div.notifications {
  display: none;
}
a:hover img {
  border-color: #000;
}
a.add_new {
  position: absolute;
  right: 60px;
  top: 54px;
  z-index: 1;
}
.brand {
  max-width: calc(1000px + 1.5rem);
  margin: 0 auto !important;
}
@media only screen and (max-width: 600px) {
  .expand-photo-col {
    padding: 0.25rem !important;
  }
}
.show {
  display: none;
}
.show_btn:hover .show {
  display: block;
}
.show_edit {
  display: none;
}
.show_btn_edit:hover .show_edit {
  display: block;
}
.show_btn_edit:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.covers_wrapper {
  margin-left: 4rem;
  margin-right: 4rem;
}
.filter_section {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
  /*    margin-bottom: 1rem; */
}
.filter_section .select-wrapper ul {
  min-width: 200px;
}
.input-field [type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  margin-top: -10px;
}
.dragdrop {
  position: relative;
  height: 8rem;
  width: 6rem;
  border: 2px dashed grey;
  border-radius: 2px;
  display: inline-block;
}
.issue_pics {
  position: relative;
  height: 0;
  width: auto;
  bottom: 4rem;
  padding: 0 12px;
}
.added_pics img {
  height: 8rem !important;
  width: 6rem;
}
.scrolling-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
}
.scrolling-wrapper .scrollable-card {
  display: inline-block;
  width: 12%;
  min-width: 250px;
  margin: 0.5rem 0.75rem 0.5rem;
  height: calc(100% - 0.75rem) !important;
}
.scroll-btn-wrapper-left {
  width: 5rem;
  height: calc(100% - 6rem);
  z-index: 1;
  position: absolute;
  left: 0;
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
.scroll-btn-wrapper-right {
  width: 5rem;
  height: calc(100% - 6rem);
  z-index: 1;
  position: absolute;
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9), #ffffff);
}
.scrolling-wrapper .btn-floating:not(.flag) {
  background-color: white;
}
.scrolling-wrapper .btn-floating:not(.flag) i {
  color: #585858;
}
th,
td {
  height: 3rem;
  border-radius: 0px;
}
.compact td,
.compact th {
  padding: 0rem 0.5rem;
}
td {
  line-height: 1rem;
}
thead tr th a {
  color: #585858 !important;
}
/*---------------materialize----------------*/
/*
input{
    border-color:transparent !important;
}
*/
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #ffffff2a;
}
.btn,
.btn-large,
.btn-small,
.btn-flat {
  border-radius: 50px;
}
.btn-flat.bordered {
  border: solid 1px #D3D3D3;
  /*    border-radius:4px;*/
  text-transform: none;
}
.btn-flat.bordered:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.chip-wrapper {
  width: 100%;
}
.chip-dashboard {
  min-width: 5.5rem;
  text-align: right;
}
.books_cards {
  margin: 0 -0.75rem;
}
table,
.card {
  border-radius: 10px;
  background-color: #fff !important;
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.card .card-content {
  padding: 0.5rem 0;
}
.card-header {
  height: 2.5rem;
  width: 100%;
  display: flex;
  border-radius: 10px 10px 0 0;
}
.card-header h5 {
  font-size: 1.2em;
  vertical-align: bottom;
  margin: 0.5rem 0;
  padding-left: 0.75rem;
}
.card-header h6 {
  margin: 0.5rem;
}
.card-subheader {
  height: 1.5rem;
  width: 100%;
  display: flex;
}
.card-subheader i {
  font-size: small;
  vertical-align: top;
}
.card-body {
  height: calc(100% - 5rem);
  width: 100%;
  font-weight: normal;
}
.card-body-no-footer {
  height: calc(100% - 2.5rem);
}
.card-footer {
  height: 2.5rem;
  width: 100%;
  bottom: 0;
}
.card-icons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  /*    width:100%;*/
  padding: 0.5rem;
  border-radius: 50px;
  background-color: white;
  z-index: 996;
}
.card-footer > a > span {
  line-height: 2rem;
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
  font-size: 13px;
}
/*.card-body h1{
    .responsive-max-and-min-width-font-padding(1600px, 993px, ~"calc(100vw / 17)");
    .responsive-max-and-min-width-font-padding(992px, 601px, ~"calc(100vw / 12)");
    .responsive-max-and-min-width-font-padding(600px, 0px, ~"calc(100vw / 7)");
}*/
.card-body .table-container {
  height: calc(100% - 2rem);
}
.card-header-title {
  padding-left: 0.5rem;
}
.card.horizontal .card-stacked {
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 992px) {
  .card.horizontal .card-stacked {
    border-radius: 10px;
  }
}
.card-overlay {
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.75;
  position: absolute;
  left: 0;
  border-radius: 10px;
}
.picture-card {
  background-color: rgba(255, 255, 255, 0.5);
}
.strategy-input .collapsible li {
  border-radius: 10px;
}
.collapsible-header {
  background-color: transparent !important;
}
.center-align {
  width: 100%;
}
.collapsible-body {
  padding: 0 !important;
}
.initialized {
  width: auto !important;
}
@media only screen and (max-width: 600px) {
  .fixed-action-btn {
    margin: 0 !important;
  }
}
.help-modal {
  width: 35%;
  min-width: 15rem;
  top: 30% !important;
}
.image-wrapper {
  overflow: hidden;
  margin: 0 auto;
  height: 2.75rem;
  width: 8rem;
}
.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
label {
  font-weight: 500;
}
.material-tooltip {
  background-color: #9fa8da !important;
  /*    color: darkgrey;*/
  border-radius: 4px;
  max-width: 15rem;
}
.modal {
  border-radius: 10px;
  background-color: white;
}
/*.modal-small :not(.modal-small .modal-fixed-footer){
    height:36% !important;
    width:40%;
    min-height:25%;
    top: 30% !important;
}*/
.modal.modal-wide {
  width: calc(100vw - 8rem);
  max-width: 900px;
}
.modal.modal-x-wide {
  width: calc(100vw - 8rem);
  max-width: 1280px;
}
.modal.modal-narrow {
  width: calc(100vw - 8rem);
  max-width: 550px;
}
.modal.modal-semi-narrow {
  width: calc(100vw - 8rem);
  max-width: 700px;
}
.modal-x-small {
  height: 33.33333333% !important;
  min-height: 30%;
  width: 40%;
  top: 33.33333333% !important;
}
.modal-small {
  height: 50% !important;
  min-height: 30%;
  width: 40%;
  top: 25% !important;
}
.modal-large {
  top: 5% !important;
  height: 90% !important;
  max-height: 90%;
}
.modal-large .modal-fixed-footer {
  top: 5%;
  height: 90%;
  max-height: 90%;
}
.modal.modal-fixed-footer .modal-content {
  height: calc(100% - 57px);
}
@media only screen and (max-width: 600px) {
  .modal-small {
    width: 90%;
  }
}
.datepicker-modal {
  min-height: 348px;
  /*    max-height:70% !important;
    width:auto;
    background-color: @main_color;*/
}
.datepicker-container {
  height: 100% !important;
}
.datepicker-calendar-container {
  background-color: white;
}
.datepicker-controls .selects-container {
  padding-top: 0.5rem;
}
.datepicker-controls .select-month input {
  width: 90px;
}
.is-selected button {
  color: inherit !important;
}
@media only screen and (max-width: 600px) {
  .modal:not(.datepicker-modal),
  #edit_user {
    bottom: 0;
    top: inherit !important;
    width: 100%;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #edit_user {
    padding: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 7rem !important;
    height: 930px;
  }
  #edit_user .card-footer {
    background-color: white;
    z-index: 1;
    padding: 10px 0px;
    position: fixed;
    height: 56px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .datepicker-modal {
    min-height: 425px;
  }
  .modal .modal-content {
    /*        padding: 12px;*/
  }
  .modal h4 {
    font-size: 1.5rem;
    line-height: 110%;
    margin: 1.52rem 0 0.912rem 0;
  }
}
.modal-footer {
  z-index: 1;
  background-color: #e8eaf6;
}
button,
input,
optgroup,
select,
textarea {
  font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.sort i {
  padding: 0 5px;
  vertical-align: text-bottom !important;
  font-size: 20px !important;
}
.caret {
  fill: #585858 !important;
}
.filter_section .caret {
  line-height: 46px !important;
  height: 46px;
}
.modal .caret {
  color: #585858 !important;
  /*    top: 6px !important;*/
  line-height: 31px !important;
  height: 31px;
}
/*.pagination {
    font-size: 1.2rem;
    height: 27px;
}

.pagination .caret{
    height: 25px;
}

.pagination .display-list {
    margin-top: 18px;
    padding: 0;
    text-align: right;
    width: 3.2rem;
}

.pagination input{
    font-size: 1.2rem !important;
    height: 25px !important;
}
.pagination .select-wrapper input.select-dropdown, span.caret{
   border: none;
}*/
.material-placeholder {
  height: 100%;
  width: 100%;
}
.materialboxed.active {
  transform: inherit;
  max-width: none !important;
  max-height: none !important;
  margin-top: 2rem !important;
  border-radius: 0 !important;
}
.search-area {
  /*    border: solid 2px #26a69a;*/
  border-radius: 50px;
  /*    color: #26a69a;*/
}
.sidenav li > a > i.material-icons {
  color: #e91e63;
}
/*table {
    background-color: #fff;
    border-radius: 10px;
    background-color: #ffffff7d;
    opacity:0.9;
-webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}*/
.uppercase {
  text-transform: uppercase;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.textfield {
  max-height: 5rem;
  overflow-y: auto;
}
.truncate a {
  line-height: 40px;
}
.logo-holder {
  border-radius: 50%;
  height: 2.75rem;
  width: 2.75rem;
  font-weight: 300;
}
.logo-holder h6 {
  font-weight: 300;
}
.chip-wrapper {
  display: inline-block;
  line-height: 2rem !important;
  margin: 0 0.5rem !important;
}
.chip-wrapper .chip {
  margin-top: 7px !important;
  border: solid 1px #e8eaf6 !important;
  background-color: transparent;
}
.chip > img {
  margin: -1px 8px 0 -14px;
}
.chip > .flag-x-small {
  height: 32px !important;
  width: 32px !important;
  border: solid 1px #e4e4e4 !important;
  border-radius: 50% !important;
  margin: 0 8px 0 0 !important;
}
.clear-all {
  background: #e8eaf6 !important;
}
.light-chip {
  height: 29px !important;
  font-size: 13px;
  padding: 0 12px 0 0;
  line-height: 28px !important;
  background-color: white !important;
  border: solid 1px #e4e4e4;
}
.input-field {
  background-color: transparent;
}
.input-field .prefix {
  padding-top: 0.5rem;
  height: 3rem;
  top: 0 !important;
}
.mobile-footer {
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 4rem;
  background-color: white;
  z-index: 1001;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.mobile-footer i {
  line-height: 0;
  font-weight: 600;
}
.mobile-footer p {
  margin: 0;
  text-transform: capitalize;
  font-stretch: condensed;
  font-size: 12px;
  line-height: 0;
  font-weight: 600;
}
.card .card-reveal .card-title {
  width: 100%;
  height: 1.5rem;
}
.card .card-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.details > h5 {
  margin: 0.75rem 0.75rem 1rem;
  font-size: 1.6rem;
}
.card p {
  font-size: 15px;
  margin: 2px 0 8px 0 !important;
  line-height: 1.15rem;
  /*    padding-bottom:0.5rem;*/
}
.card .magazine_description,
.cm_description p {
  line-height: 1.25rem;
}
.card-content label,
.card-reveal label {
  line-height: 0.75rem;
  padding-top: 0.4rem;
}
.card .card-reveal,
.card-content {
  padding: 1rem 0;
}
.listed {
  font-size: 1.25rem;
  margin: 1rem 0 0.5rem 0;
  color: #c5cae9;
}
td {
  height: 48px;
}
th.truncate,
td.truncate {
  display: table-cell;
  max-width: 0px;
}
div.scrolled {
  height: 100%;
  overflow-y: scroll;
}
.dashboard-container {
  min-width: 320px;
  margin: 0;
}
.instant-input input {
  margin: 0 -3px !important;
  height: 2rem !important;
  line-height: 2rem !important;
  border: none !important;
  text-align: center;
}
.instant-input .caret {
  margin: auto 5px !important;
  line-height: 30px !important;
  color: #585858 !important;
}
.my-container {
  max-width: 1280px;
  min-width: 320px;
  margin: 0 auto 2rem;
}
.mCSB_container {
  height: 100%;
}
.analysis-container {
  max-width: 1480px;
  min-width: 320px;
  margin: 0 auto;
}
.report-container {
  min-width: 300px;
  max-width: 50% !important;
  border-radius: 10px;
}
@media screen and (max-width: 1479px) {
  .report-container {
    max-width: 85% !important;
  }
}
.table-container {
  min-width: 300px;
  margin: 0rem 4.5rem 2rem;
  width: calc( 100% - 9rem);
}
@media screen and (max-width: 1479px) {
  .cards-container {
    margin: 0;
    width: 100%;
  }
}
.tab-wrapper {
  top: 0;
}
@media screen and (max-width: 992px) {
  .tab-wrapper {
    top: 1rem;
  }
}
.tab-wrapper > .tabs {
  margin-top: 3.5rem;
  height: 1.5rem !important;
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  .tab-wrapper > .tabs {
    margin-top: 3rem !important;
    height: 2rem !important;
  }
}
.tabs .indicator {
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px 10px 0 0;
}
.tabs .tab {
  line-height: inherit !important;
}
.tabs .tab i {
  vertical-align: sub;
  font-size: 19px;
  margin-right: 2px;
}
.tabs .tab a {
  font-size: 15px;
}
@media only screen and (max-width: 600px) {
  .tabs .tab a {
    font-size: 13px;
    text-transform: capitalize;
    line-height: 2.25rem;
  }
}
[type="checkbox"] + label {
  padding-left: 25px;
}
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  display: none;
}
.select-dropdown li.filter.disabled,
.select-dropdown li.filter.disabled > span {
  display: inline-block;
}
.select-dropdown li img {
  border-radius: 50%;
  border: solid 2px #e0e0e0;
  width: 30px;
  height: auto;
  margin: 11px 15px;
}
.dropdown-content {
  /*  max-height: 600px;*/
  border-radius: 10px;
}
.page-header {
  color: #585858;
}
.page-title {
  color: white;
  height: inherit;
  margin-top: -3px;
}
.display-list {
  width: 4rem;
  height: inherit;
}
.sidenav {
  z-index: 1003;
  background: linear-gradient(#c5cae9, #ede7f6);
}
.sidenav-overlay {
  z-index: 1002;
  cursor: pointer;
  background-color: white;
  opacity: 0.5 !important;
}
.z-depth-2-top {
  box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.14), 0 -1px 10px 0 rgba(0, 0, 0, 0.12), 0 -2px 4px -1px rgba(0, 0, 0, 0.3);
}
.z-depth-3-top {
  box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.14), 0 -1px 18px 0 rgba(0, 0, 0, 0.12), 0 -3px 5px -1px rgba(0, 0, 0, 0.3);
}
/*----------------Material icons--------------------*/
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: #ffffff;
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
/*-----------------Scrollable table-------------------*/
table.scrollable {
  display: table-caption;
}
.scrollable tbody {
  display: block;
  overflow: auto;
}
.scrollable thead,
.scrollable tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
/*----------------input bordered--------------*/
.input-bordered .input-field input,
.input-bordered .input-field textarea {
  border: 1px solid lightgrey;
  border-radius: 4px;
  padding-left: 0.75rem;
}
.input-bordered .input-field > label {
  padding-left: 0.75rem !important;
}
/*input.select-dropdown.dropdown-trigger{
    padding-left: 0.75rem !important;
}*/
.input-bordered .input-field > label:not(.label-icon).active {
  -webkit-transform: translateX(8px) translateY(-8px) scale(0.8);
  transform: translateX(8px) translateY(-8px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background-color: white;
  width: max-content;
  padding-right: 0.75rem !important;
}
.input-bordered .select-dropdown > label:not(.label-icon).active {
  color: #3f51b5;
}
.input-bordered .select-dropdown li.filter.disabled {
  border: none;
  color: #ff9800 !important;
  border-bottom-color: #ff9800 !important;
}
.input-bordered .select-wrapper + label {
  top: -20px;
  background-color: white;
  z-index: 1;
  left: 1.25rem !important;
  width: fit-content !important;
  padding-right: 0.75rem;
}
.input-bordered .dropdown-content {
  /*    top:48px !important;*/
  border-radius: 4px;
}
.dropdown-limited-2 {
  width: calc(100% - 2rem) !important;
}
.ui-slider {
  position: absolute;
  width: calc(100% - 4rem);
  margin: 1rem 0;
  height: 6px !important;
  border: none !important;
  /*    background-color:@secondary_color !important;*/
  border-radius: 4px !important;
  background: linear-gradient(140deg, #ad1457, #ec407a);
}
.ui-slider-handle {
  border-radius: 50% !important;
  top: -0.4em !important;
  border: none !important;
  background-color: #c2185b !important;
  outline: none;
}
.ui-widget-header {
  background-color: lightgrey;
  border-radius: 4px;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  cursor: ew-resize;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider .ui-slider-range {
  position: absolute;
  /* z-index: 1; */
  /* font-size: .7em; */
  /* display: block; */
  /* border: 0; */
  /* background-position: 0 0; */
}
.value::after {
  content: "%";
}
.ui-slider.disabled {
  background: lightgrey;
  cursor: none;
  pointer-events: none;
}
.ui-slider.disabled .ui-slider-handle {
  background-color: lightgrey !important;
}
/* -------------------------- Card colors -------------------------- */
.show,
.apply-btn,
.btn-floating.secondary_color {
  background: linear-gradient(140deg, #ad1457, #ec407a);
}
.modal-footer .btn:not(.modal-close) {
  z-index: 1;
  background: linear-gradient(140deg, #ad1457, #ec407a);
}
.modal h5 {
  background: linear-gradient(140deg, #283593, #5e35b1, #7c4dff);
  color: white;
}
.background-linear-green {
  background: linear-gradient(140deg, #43a047, #4db6ac);
}
.background-linear-amber {
  background: linear-gradient(140deg, #ef6c00, #fdd835);
}
.background-linear-red {
  background: linear-gradient(140deg, #e91e63, #ee6e73);
}
.modal-overlay {
  background-color: white;
}
.card > :not(.card-content) > h5 {
  color: #3f51b5;
  font-weight: 400;
}
body,
.sidenav,
#login-page-full {
  background: linear-gradient(#c5cae9, #e3f2fd);
}
table,
.card {
  background-color: #ffffff !important;
}
/*----------------------Helpers--------------------*/
.absolute {
  position: absolute;
}
.border-none {
  border: none !important;
}
.border-bottom-none {
  border-bottom: none !important;
}
.border {
  border: solid 1px rgba(0, 0, 0, 0.12) !important;
}
.border-color-inherit {
  border-color: inherit !important;
}
.border-top {
  border-top: solid 1px rgba(0, 0, 0, 0.12) !important;
}
.border-left {
  border-left: solid 1px rgba(0, 0, 0, 0.12) !important;
}
.border-bottom {
  border-bottom: solid 1px rgba(0, 0, 0, 0.12) !important;
}
.border-right {
  border-right: solid 1px rgba(0, 0, 0, 0.12) !important;
}
.border-radius-none {
  border-radius: 0 !important;
}
.border-radius-10p {
  border-radius: 10px !important;
}
.border-radius-top-10p {
  border-radius: 10px 10px 0 0;
}
.border-radius-right-10p {
  border-radius: 0 10px 10px 0;
}
.border-radius-bottom-10p {
  border-radius: 0 0 10px 10px;
}
.border-radius-left-10p {
  border-radius: 10px 0 0 10px;
}
.border-radius-50 {
  border-radius: 50% !important;
}
.bottom-0 {
  bottom: 0;
}
.bottom-0-25 {
  bottom: 0.25rem !important;
}
.bottom-0-5 {
  bottom: 0.5rem !important;
}
.bottom-1 {
  bottom: 1rem;
}
.bottom-3 {
  bottom: 3rem !important;
}
.bottom-4 {
  bottom: 4rem !important;
}
.bottom-10 {
  bottom: 10rem !important;
}
.capitalize {
  text-transform: capitalize;
}
.card {
  margin: 0.5rem 0 1rem 0;
}
.card-1-1,
.card-12-12 {
  height: calc(  100vh   - 5rem - 0.75rem - 1rem );
  min-height: calc(  900px  - 5rem - 0.75rem - 1rem );
  max-height: calc(  1200px  - 5rem - 0.75rem - 1rem );
}
.card-11-12 {
  height: calc((  100vh   * 11/12 ) - ( 5rem * 11/12 ) - ( 0.75rem * 11/12 ) - 1rem ) !important;
  min-height: calc((  900px   * 11/12 ) - ( 5rem * 11/12 ) - ( 0.75rem * 11/12 ) - 1rem ) !important;
  max-height: calc((  1200px   * 11/12 ) - ( 5rem * 11/12 ) - ( 0.75rem * 11/12 ) - 1rem ) !important;
}
.card-10-12 {
  height: calc((  100vh   * 10/12 ) - ( 5rem * 10/12 ) - ( 0.75rem * 10/12 ) - 1rem ) !important;
  min-height: calc((  900px   * 10/12 ) - ( 5rem * 10/12 ) - ( 0.75rem * 10/12 ) - 1rem ) !important;
  max-height: calc((  1200px   * 10/12 ) - ( 5rem * 10/12 ) - ( 0.75rem * 10/12 ) - 1rem ) !important;
}
.card-3-4,
.card-9-12 {
  height: calc((  100vh   * 9/12 ) - ( 5rem * 9/12 ) - ( 0.75rem * 9/12 ) - 1rem ) !important;
  min-height: calc((  900px   * 9/12 ) - ( 5rem * 9/12 ) - ( 0.75rem * 9/12 ) - 1rem ) !important;
  max-height: calc((  1200px   * 9/12 ) - ( 5rem * 9/12 ) - ( 0.75rem * 9/12 ) - 1rem ) !important;
}
.card-2-3,
.card-8-12 {
  height: calc((  100vh   * 8/12 ) - ( 5rem * 8/12 ) - ( 0.75rem * 8/12 ) - 1rem ) !important;
  min-height: calc((  900px   * 8/12 ) - ( 5rem * 8/12 ) - ( 0.75rem * 8/12 ) - 1rem ) !important;
  max-height: calc((  1200px   * 8/12 ) - ( 5rem * 8/12 ) - ( 0.75rem * 8/12 ) - 1rem ) !important;
}
.card-7-12 {
  height: calc((  100vh   * 7/12 ) - ( 5rem * 7/12 ) - ( 0.75rem * 7/12 ) - 1rem ) !important;
  min-height: calc((  900px   * 7/12 ) - ( 5rem * 7/12 ) - ( 0.75rem * 7/12 ) - 1rem ) !important;
  max-height: calc((  1200px   * 7/12 ) - ( 5rem * 7/12 ) - ( 0.75rem * 7/12 ) - 1rem ) !important;
}
.card-1-2,
.card-6-12 {
  height: calc((  100vh   * 6/12 ) - ( 5rem * 6/12 ) - ( 0.75rem * 6/12 ) - 1rem ) !important;
  min-height: calc((  900px   * 6/12 ) - ( 5rem * 6/12 ) - ( 0.75rem * 6/12 ) - 1rem ) !important;
  max-height: calc((  1200px   * 6/12 ) - ( 5rem * 6/12 ) - ( 0.75rem * 6/12 ) - 1rem ) !important;
}
.card-5-12 {
  height: calc((  100vh   * 5/12 ) - ( 5rem * 5/12 ) - ( 0.75rem * 5/12 ) - 1rem ) !important;
  min-height: calc((  900px   * 5/12 ) - ( 5rem * 5/12 ) - ( 0.75rem * 5/12 ) - 1rem ) !important;
  max-height: calc((  1200px   * 5/12 ) - ( 5rem * 5/12 ) - ( 0.75rem * 5/12 ) - 1rem ) !important;
}
.card-1-3,
.card-4-12 {
  height: calc((  100vh   * 4/12 ) - ( 5rem * 4/12 ) - ( 0.75rem * 4/12 ) - 1rem ) !important;
  min-height: calc((  900px   * 4/12 ) - ( 5rem * 4/12 ) - ( 0.75rem * 4/12 ) - 1rem ) !important;
  max-height: calc((  1200px   * 4/12 ) - ( 5rem * 4/12 ) - ( 0.75rem * 4/12 ) - 1rem ) !important;
}
.card-1-4,
.card-3-12 {
  height: calc((  100vh   * 3/12 ) - ( 5rem * 3/12 ) - ( 0.75rem * 3/12 ) - 1rem ) !important;
  min-height: calc((  900px   * 3/12 ) - ( 5rem * 3/12 ) - ( 0.75rem * 3/12 ) - 1rem ) !important;
  max-height: calc((  1200px   * 3/12 ) - ( 5rem * 3/12 ) - ( 0.75rem * 3/12 ) - 1rem ) !important;
}
.card-1-6,
.card-2-12 {
  height: calc((  100vh   * 2/12 ) - ( 5rem * 2/12 ) - ( 0.75rem * 2/12 ) - 1rem ) !important;
  min-height: calc((  900px   * 2/12 ) - ( 5rem * 2/12 ) - ( 0.75rem * 2/12 ) - 1rem ) !important;
  max-height: calc((  1200px   * 2/12 ) - ( 5rem * 2/12 ) - ( 0.75rem * 2/12 ) - 1rem ) !important;
}
.card-1-12 {
  height: calc((  100vh   * 1/12 ) - ( 5rem * 1/12 ) - ( 0.75rem * 1/12 ) - 1rem ) !important;
  min-height: calc((  900px   * 1/12 ) - ( 5rem * 1/12 ) - ( 0.75rem * 1/12 ) - 1rem ) !important;
  max-height: calc((  1200px   * 1/12 ) - ( 5rem * 1/12 ) - ( 0.75rem * 1/12 ) - 1rem ) !important;
}
/*.card-part-max-width-600(@height: 1.1rem; @min-height: 0.5rem) {
    @media only screen and (max-width: 600px) {
        height: @height !important;
        min-height: @height !important;
        max-height: @height;
      }
}

.card-1-1{
    .card-part-max-width-600(~"calc(100vh - 1.5rem - 5rem)" , @min);
}
.card-3-4{
    .card-part-max-width-600(~"calc(75vh - 1.5rem - 3.75rem)" , @min*3/4);
}
.card-1-2{
    .card-part-max-width-600(~"calc(50vh - 1.5rem - 2.5rem)" , @min*1/2);
}
.card-1-4{
    .card-part-max-width-600(~"calc(25vh - 1.5rem - 1.25rem)" , @min*1/4);
}
.card-1-6{
    .card-part-max-width-600(~"calc(16.67vh - 1.5rem - 0.834rem)" , @min*1/6);
}*/
.center-image {
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translate(0%, -50%);
}
.centered_img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.centered_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle-chip {
  max-width: 2.5rem;
  max-height: 2.5rem;
}
.circle-small {
  max-width: 2rem;
  max-height: 2rem;
  margin: 12px 15px !important;
}
.disabled {
  cursor: none;
  pointer-events: none;
}
.display-block {
  display: block;
}
.display-flex {
  display: flex !important;
}
.display-inline {
  display: inline !important;
}
.display-inline-block {
  display: inline-block;
}
.display-none {
  display: none !important;
}
.display-table-cell {
  display: table-cell !important;
}
.fixed {
  position: fixed !important;
}
.float-none {
  float: none !important;
}
.keep_proportions {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.left-0 {
  left: 0 !important;
}
.left-1 {
  left: 1rem !important;
}
.left-align {
  text-align: left !important;
}
.right-align {
  text-align: right !important;
}
.scrollable {
  overflow: auto;
}
.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky !important;
}
.summary-label {
  transform: translate(0%, -100%);
  position: absolute;
}
.right-0 {
  right: 0 !important;
}
.right-0-5 {
  right: 0.5rem !important;
}
.right-1 {
  right: 1rem !important;
}
.right-2 {
  right: 2rem !important;
}
.right-2-5 {
  right: 2.5rem !important;
}
.right-3 {
  right: 3rem !important;
}
.right-4 {
  right: 4rem !important;
}
.right-5 {
  right: 5rem !important;
}
.font-size-inherit {
  font-size: inherit !important;
}
.font-size-initial {
  font-size: initial !important;
}
.font-size-large {
  font-size: large !important;
}
.font-size-medium {
  font-size: medium !important;
}
.font-size-smaller {
  font-size: smaller !important;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.align-flex-end {
  align-items: flex-end !important;
}
.height-auto {
  height: auto !important;
}
.height-inherit {
  height: inherit !important;
}
.height-30 {
  height: 30rem !important;
}
.height-100 {
  height: 100% !important;
}
.height-30vh {
  height: 30vh !important;
}
.height-30p {
  height: 30%;
}
.height-45p {
  height: 45%;
}
.height-100vh {
  height: 100vh !important;
}
.line-height-0 {
  line-height: 0 !important;
}
.line-height-1 {
  line-height: 1rem !important;
}
.line-height-2-5 {
  line-height: 2.5rem !important;
}
.line-height-3 {
  line-height: 3rem !important;
}
.line-height-inherit {
  line-height: inherit !important;
}
.hidden {
  visibility: hidden !important;
}
.margin-0 {
  margin: 0 !important;
}
.margin-0-5 {
  margin: 0.5rem !important;
}
.margin-right--4 {
  margin-right: -4rem !important;
}
.margin-right--3 {
  margin-right: -3rem !important;
}
.margin-right--2 {
  margin-right: -2rem !important;
}
.margin-right--1 {
  margin-right: -1rem !important;
}
.margin-right--0-5 {
  margin-right: -0.5rem !important;
}
.margin-right-0 {
  margin-right: 0rem !important;
}
.margin-right-0-25 {
  margin-right: 0.25rem !important;
}
.margin-right-0-5 {
  margin-right: 0.5rem !important;
}
.margin-right-1 {
  margin-right: 1rem !important;
}
.margin-right-2 {
  margin-right: 2rem !important;
}
.margin-right-3 {
  margin-right: 3rem !important;
}
.margin-right-4 {
  margin-right: 4rem !important;
}
.margin-right-5 {
  margin-right: 5rem !important;
}
.margin-left-auto {
  margin-left: auto;
}
.margin-left-right-auto {
  margin-left: auto;
  margin-right: auto;
}
.margin-left--4 {
  margin-left: -4rem !important;
}
.margin-left-0 {
  margin-left: 0rem !important;
}
.margin-left-0-5 {
  margin-left: 0.5rem !important;
}
.margin-left-1 {
  margin-left: 1rem !important;
}
.margin-left-2 {
  margin-left: 2rem !important;
}
.margin-left-3 {
  margin-left: 3rem !important;
}
.margin-left-4 {
  margin-left: 4rem !important;
}
.margin-left-5 {
  margin-left: 5rem !important;
}
.margin-bottom--5 {
  margin-bottom: -5rem !important;
}
.margin-bottom--2 {
  margin-bottom: -2rem !important;
}
.margin-bottom--1 {
  margin-bottom: -1rem !important;
}
.margin-bottom--0-5 {
  margin-bottom: -0.5rem !important;
}
.margin-bottom-0 {
  margin-bottom: 0rem !important;
}
.margin-bottom-0-25 {
  margin-bottom: 0.25rem !important;
}
.margin-bottom-0-5 {
  margin-bottom: 0.5rem !important;
}
.margin-bottom-0-75 {
  margin-bottom: 0.75rem !important;
}
.margin-bottom-1 {
  margin-bottom: 1rem !important;
}
.margin-bottom-1-5 {
  margin-bottom: 1.5rem !important;
}
.margin-bottom-2 {
  margin-bottom: 2rem !important;
}
.margin-bottom-3 {
  margin-bottom: 3rem !important;
}
.margin-bottom-4 {
  margin-bottom: 4rem !important;
}
.margin-bottom-5 {
  margin-bottom: 5rem !important;
}
.margin-top--5-5 {
  margin-top: -5.5rem !important;
}
.margin-top--5 {
  margin-top: -5rem !important;
}
.margin-top--4-5 {
  margin-top: -4.5rem !important;
}
.margin-top--4 {
  margin-top: -4rem !important;
}
.margin-top--1-5 {
  margin-top: -1.5rem !important;
}
.margin-top--1 {
  margin-top: -1rem !important;
}
.margin-top--0-5 {
  margin-top: -0.5rem !important;
}
.margin-top-0 {
  margin-top: 0rem !important;
}
.margin-top-0-25 {
  margin-top: 0.25rem !important;
}
.margin-top-0-5 {
  margin-top: 0.5rem !important;
}
.margin-top-1 {
  margin-top: 1rem !important;
}
.margin-top-1-5 {
  margin-top: 1.5rem !important;
}
.margin-top-2 {
  margin-top: 2rem !important;
}
.margin-top-3 {
  margin-top: 3rem !important;
}
.margin-top-4 {
  margin-top: 4rem !important;
}
.margin-top-5 {
  margin-top: 5rem !important;
}
.margin-top-6 {
  margin-top: 6rem !important;
}
.opacity-0-15 {
  opacity: 0.15 !important;
}
.opacity-0-25 {
  opacity: 0.25 !important;
}
.opacity-0-5 {
  opacity: 0.5 !important;
}
.opacity-0-75 {
  opacity: 0.75 !important;
}
.opacity-0-85 {
  opacity: 0.85 !important;
}
.overlay {
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.25;
}
.padding-0 {
  padding: 0 !important;
}
.padding-0-5 {
  padding: 0.5rem !important;
}
.padding-1 {
  padding: 1rem !important;
}
.padding-bottom-0 {
  padding-bottom: 0rem !important;
}
.padding-bottom-0-3 {
  padding-bottom: 0.3rem !important;
}
.padding-bottom-0-5 {
  padding-bottom: 0.5rem !important;
}
.padding-bottom-1 {
  padding-bottom: 1rem !important;
}
.padding-bottom-2 {
  padding-bottom: 2rem !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-0-25 {
  padding-left: 0.25rem !important;
}
.padding-left-0-5 {
  padding-left: 0.5rem !important;
}
.padding-left-1 {
  padding-left: 1rem !important;
}
.padding-left-1-5 {
  padding-left: 1.5rem !important;
}
.padding-left-2 {
  padding-left: 2rem !important;
}
.padding-left-4 {
  padding-left: 4rem !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-0-5 {
  padding-right: 0.5rem !important;
}
.padding-right-0-9 {
  padding-right: 0.94rem !important;
}
.padding-right-1 {
  padding-right: 1rem !important;
}
.padding-right-1-5 {
  padding-right: 1.5rem;
}
.padding-right-2 {
  padding-right: 2rem;
}
.padding-right-4 {
  padding-right: 4rem !important;
}
.padding-top-0 {
  padding-top: 0rem !important;
}
.padding-top-0-5 {
  padding-top: 0.5rem !important;
}
.padding-top-1 {
  padding-top: 1rem !important;
}
.padding-top-2 {
  padding-top: 2rem !important;
}
.padding-top-2-5 {
  padding-top: 2.5rem !important;
}
.position-relative {
  position: relative !important;
}
.max-height-2 {
  max-height: 2rem;
}
.max-width-10 {
  max-width: 10rem !important;
}
.max-width-25 {
  max-width: 25rem !important;
}
.max-width-50 {
  max-width: 50% !important;
}
.min-height-0 {
  min-height: 0 !important;
}
.min-height-1 {
  min-height: 1rem !important;
}
.min-height-2 {
  min-height: 2rem !important;
}
.min-height-3 {
  min-height: 3rem !important;
}
.min-height-4 {
  min-height: 4rem !important;
}
.min-height-5 {
  min-height: 5rem !important;
}
.min-height-6 {
  min-height: 6rem !important;
}
.min-height-7 {
  min-height: 7rem !important;
}
.min-height-8 {
  min-height: 8rem !important;
}
.min-height-100 {
  min-height: 100% !important;
}
.help {
  cursor: help;
}
.pointer {
  cursor: pointer;
}
.pointer-events-none {
  pointer-events: none;
}
.zoom-in {
  cursor: zoom-in;
}
.no-padding {
  padding: 0 !important;
}
.rotate--90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.unrotate {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.unrotate180 {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.rotate-x {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.shadow-none {
  box-shadow: none !important;
}
.shorten_table_height {
  height: calc(100% - 2rem - 81px) !important;
}
.top--1 {
  top: -1rem !important;
}
.top-0 {
  top: 0 !important;
}
.top-5 {
  top: 5rem;
}
.uppercase {
  text-transform: uppercase;
}
.transform-up-1-2 {
  transform: translateY(-50%);
}
.transition-padding {
  -webkit-transition: padding 0.35s;
  transition: padding 0.35s;
}
.transparent {
  background-color: transparent !important;
}
.transparent-text {
  opacity: 0 !important;
}
.valign-bottom {
  vertical-align: bottom !important;
}
.vallign-middle {
  vertical-align: middle !important;
}
.min-width-15 {
  min-width: 15rem !important;
}
.width-auto {
  width: auto !important;
}
.width-inherit {
  width: inherit !important;
}
.width-20 {
  width: 20rem !important;
}
.width-19 {
  width: 19rem !important;
}
.width-18 {
  width: 18rem !important;
}
.width-17 {
  width: 17rem !important;
}
.width-16 {
  width: 16rem !important;
}
.width-15 {
  width: 15rem !important;
}
.width-14 {
  width: 14rem !important;
}
.width-13 {
  width: 13rem !important;
}
.width-12 {
  width: 12rem !important;
}
.width-11 {
  width: 11rem !important;
}
.width-10 {
  width: 10rem !important;
}
.width-9 {
  width: 9rem !important;
}
.width-8 {
  width: 8rem !important;
}
.width-7 {
  width: 7rem !important;
}
.width-6 {
  width: 6rem !important;
}
.width-5 {
  width: 5rem !important;
}
.width-4 {
  width: 4rem !important;
}
.width-3 {
  width: 3rem !important;
}
.width-2 {
  width: 2rem !important;
}
.width-1 {
  width: 1rem !important;
}
.width-1-5 {
  width: 1.5rem !important;
}
.width-12-5 {
  width: 12.5rem !important;
}
.width-85 {
  width: 85% !important;
}
.width-100 {
  width: 100% !important;
}
.z-index-996 {
  z-index: 996 !important;
}
.z-index-997 {
  z-index: 997 !important;
}
.z-index-998 {
  z-index: 998 !important;
}
.z-index-999 {
  z-index: 999 !important;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6vw;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
}
#loading,
#waitmessage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6vw;
  background-color: rgba(255, 255, 255, 0.5);
  color: #2dc3e8;
  z-index: 3;
}
#covermounts_select .dropdown-content {
  max-height: 300px !important;
}
#reload-bar {
  display: inline-block;
  position: absolute;
  height: 3px;
  width: 0;
  background-color: #ff5722;
  top: 5rem;
  left: 0;
}
.chart {
  width: 100%;
  min-height: 800px;
}
.hint span,
table.pure-table thead:hover th.hint span {
  display: none;
}
.hint:hover span,
table.pure-table:hover th.hint span,
table.pure-table:hover th.hint:hover span,
table.edit .hint input:focus + span,
table.edit .hint select:focus + span,
table.edit .hint div.flexselect.active + span {
  display: inline;
  position: absolute;
  margin: 25px 0 0 0px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  text-align: center;
  background: #e4e4e4;
  color: #fff;
  font-size: 0.8em;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.hint span img {
  display: block;
  margin: 0 auto;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}
.hint:hover span,
table.pure-table:hover th.hint span,
table.edit .hint span {
  min-height: 150px;
  z-index: 20;
}
#flash-message {
  top: 60px;
  position: absolute;
  right: 50%;
  z-index: 1001;
  animation: flash-message 6s forwards;
}
@keyframes flash-message {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  margin-top: 70px;
}
.dropdown-content li > span > label {
  color: #26a69a !important;
}
.form-standalone {
  /*    background-color:#fff;*/
  padding: 80px;
  width: 75%;
  margin: 0 auto;
}
.height-0 {
  height: 0rem !important;
}
.height-0-5 {
  height: 0.5rem !important;
}
.height-1 {
  height: 1rem !important;
}
.height-1-5 {
  height: 1.5rem !important;
}
.height-2 {
  height: 2rem !important;
}
.height-2-5 {
  height: 2.5rem !important;
}
.height-3 {
  height: 3rem !important;
}
.height-3-5 {
  height: 3.5rem !important;
}
.height-4 {
  height: 4rem !important;
}
.height-4-5 {
  height: 4.5rem !important;
}
.height-5 {
  height: 5rem !important;
}
.height-5-5 {
  height: 5.5rem !important;
}
.height-6 {
  height: 6rem !important;
}
.height-6-5 {
  height: 6.5rem !important;
}
.height-7 {
  height: 7rem !important;
}
.height-7-5 {
  height: 7.5rem !important;
}
.height-8 {
  height: 8rem !important;
}
.height-8-5 {
  height: 8.5rem !important;
}
.height-9 {
  height: 9rem !important;
}
.height-9-5 {
  height: 9.5rem !important;
}
.height-10 {
  height: 10rem !important;
}
.height-10-5 {
  height: 10.5rem !important;
}
.height-11 {
  height: 11rem !important;
}
.height-11-5 {
  height: 11.5rem !important;
}
.height-12 {
  height: 12rem !important;
}
.height-12-5 {
  height: 12.5rem !important;
}
.height-13 {
  height: 13rem !important;
}
.height-13-5 {
  height: 13.5rem !important;
}
.height-14 {
  height: 14rem !important;
}
.height-14-5 {
  height: 14.5rem !important;
}
.height-15 {
  height: 15rem !important;
}
.height-15-5 {
  height: 15.5rem !important;
}
.height-16 {
  height: 16rem !important;
}
.height-16-5 {
  height: 16.5rem !important;
}
.height-17 {
  height: 17rem !important;
}
.height-17-5 {
  height: 17.5rem !important;
}
.height-18 {
  height: 18rem !important;
}
.height-18-5 {
  height: 18.5rem !important;
}
.height-19 {
  height: 19rem !important;
}
.height-19-5 {
  height: 19.5rem !important;
}
.height-20 {
  height: 20rem !important;
}
.height-20-5 {
  height: 20.5rem !important;
}
.height-21 {
  height: 21rem !important;
}
.height-21-5 {
  height: 21.5rem !important;
}
.height-22 {
  height: 22rem !important;
}
.main_color.lighten-5 {
  background-color: #e8eaf6 !important;
}
.main_color.lighten-4 {
  background-color: #c5cae9 !important;
}
.main_color.lighten-3 {
  background-color: #9fa8da !important;
}
.main_color.lighten-2 {
  background-color: #7986cb !important;
}
.main_color.lighten-1 {
  background-color: #5c6bc0 !important;
}
.main_color {
  background-color: #3f51b5 !important;
}
.main_color.darken-1 {
  background-color: #3949ab !important;
}
.main_color.darken-2 {
  background-color: #303f9f !important;
}
.main_color.darken-3 {
  background-color: #283593 !important;
}
.main_color.darken-4 {
  background-color: #1a237e !important;
}
.main_color.accent-1 {
  background-color: #8c9eff !important;
}
.main_color.accent-2 {
  background-color: #536dfe !important;
}
.main_color.accent-3 {
  background-color: #3d5afe !important;
}
.main_color.accent-4 {
  background-color: #304ffe !important;
}
.main_text.text-lighten-5 {
  color: #e8eaf6 !important;
}
.main_text.text-lighten-4 {
  color: #c5cae9 !important;
}
.main_text.text-lighten-3 {
  color: #9fa8da !important;
}
.main_text.text-lighten-2 {
  color: #7986cb !important;
}
.main_text.text-lighten-1 {
  color: #5c6bc0 !important;
}
.main_text {
  color: #3f51b5 !important;
}
.main_text.text-darken-1 {
  color: #3949ab !important;
}
.main_text.text-darken-2 {
  color: #303f9f !important;
}
.main_text.text-darken-3 {
  color: #283593 !important;
}
.main_text.text-darken-4 {
  color: #1a237e !important;
}
.main_text.text-accent-1 {
  color: #8c9eff !important;
}
.main_text.text-accent-2 {
  color: #536dfe !important;
}
.main_text.text-accent-3 {
  color: #3d5afe !important;
}
.main_text.text-accent-4 {
  color: #304ffe !important;
}
.secondary_color.lighten-5 {
  background-color: #fce4ec !important;
}
.secondary_color.lighten-4 {
  background-color: #f8bbd0 !important;
}
.secondary_color.lighten-3 {
  background-color: #f48fb1 !important;
}
.secondary_color.lighten-2 {
  background-color: #f06292 !important;
}
.secondary_color.lighten-1 {
  background-color: #ec407a !important;
}
.secondary_color {
  background-color: #e91e63 !important;
}
.secondary_color.darken-1 {
  background-color: #d81b60 !important;
}
.secondary_color.darken-2 {
  background-color: #c2185b !important;
}
.secondary_color.darken-3 {
  background-color: #ad1457 !important;
}
.secondary_color.darken-4 {
  background-color: #880e4f !important;
}
.secondary_color.accent-1 {
  background-color: #ff80ab !important;
}
.secondary_color.accent-2 {
  background-color: #ff4081 !important;
}
.secondary_color.accent-3 {
  background-color: #f50057 !important;
}
.secondary_color.accent-4 {
  background-color: #c51162 !important;
}
.secondary_text.text-lighten-5 {
  color: #fce4ec !important;
}
.secondary_text.text-lighten-4 {
  color: #f8bbd0 !important;
}
.secondary_text.text-lighten-3 {
  color: #f48fb1 !important;
}
.secondary_text.text-lighten-2 {
  color: #f06292 !important;
}
.secondary_text.text-lighten-1 {
  color: #ec407a !important;
}
.secondary_text {
  color: #e91e63 !important;
}
.secondary_text.text-darken-1 {
  color: #d81b60 !important;
}
.secondary_text.text-darken-2 {
  color: #c2185b !important;
}
.secondary_text.text-darken-3 {
  color: #ad1457 !important;
}
.secondary_text.text-darken-4 {
  color: #880e4f !important;
}
.secondary_text.text-accent-1 {
  color: #ff80ab !important;
}
.secondary_text.text-accent-2 {
  color: #ff4081 !important;
}
.secondary_text.text-accent-3 {
  color: #f50057 !important;
}
.secondary_text.text-accent-4 {
  color: #c51162 !important;
}
.label_color.text-lighten-5 {
  color: #fafafa !important;
}
.label_color.text-lighten-4 {
  color: #f5f5f5 !important;
}
.label_color.text-lighten-3 {
  color: #eeeeee !important;
}
.label_color.text-lighten-2 {
  color: #e0e0e0 !important;
}
.label_color.text-lighten-1 {
  color: #bdbdbd !important;
}
.label_color {
  color: #9e9e9e !important;
}
.label_color.text-darken-1 {
  color: #757575 !important;
}
.label_color.text-darken-2 {
  color: #616161 !important;
}
.label_color.text-darken-3 {
  color: #424242 !important;
}
.label_color.text-darken-4 {
  color: #212121 !important;
}
.highlight1 {
  background-color: #9fa8da !important;
}
html {
  color: #585858 !important;
}
/*html, .top_background, .table {
    background-color: white;
}*/
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #e91e63;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #e91e63;
}
.expand-arrow {
  color: #e91e63 !important;
}
input,
textarea,
select,
button {
  color: #585858 !important;
}
.chip:focus {
  background-color: #e91e63;
}
[type="checkbox"]:checked + span:not(.lever):before {
  border-right-color: #e91e63;
  border-bottom-color: #e91e63;
}
#egmont_comp_section label > span > [type="checkbox"]:checked + span:not(.lever):before {
  border-right-color: white !important;
  border-bottom-color: white !important;
}
.dropdown-content li > span > label {
  color: #3f51b5 !important;
}
.dropdown-content li.selected > span > label {
  color: #e91e63 !important;
}
.dropdown-content li > a,
.dropdown-content li > span {
  color: #3f51b5;
}
.horizontal-content:not(.main_color) label {
  color: #424242 !important;
}
.select-dropdown.dropdown-content li.selected > span {
  background-color: #e8eaf6;
}
.select-dropdown.dropdown-content li.selected > span {
  color: #e91e63;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #f8bbd0 !important;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #e91e63 !important;
}
.forecast-switch label .lever {
  background-color: #ffecb3 !important;
}
.forecast-switch label .lever:after {
  background-color: #ffc107 !important;
}
.forecast-switch label input[type=checkbox]:checked + .lever {
  background-color: #c8e6c9 !important;
}
.forecast-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #4caf50 !important;
}
.red-green-switch label .lever {
  background-color: #ffcdd2 !important;
}
.red-green-switch label .lever:after {
  background-color: #f44336 !important;
}
.red-green-switch label input[type=checkbox]:checked + .lever {
  background-color: #c8e6c9 !important;
}
.red-green-switch label input[type=checkbox]:checked + .lever:after {
  background-color: #4caf50 !important;
}
[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border-color: #585858;
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
  border-color: #e91e63 !important;
  background-color: #e91e63 !important;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  border-color: #585858 !important;
}
.datepicker-date-display {
  background-color: #3f51b5 !important;
}
.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done,
td.is-today {
  color: #e91e63 !important;
}
.datepicker-table td.is-selected {
  background-color: #e91e63 !important;
  color: white !important;
}
.name {
  color: #3f51b5 !important;
}
.select-wrapper input.select-dropdown:focus {
  border-bottom-color: #e91e63;
}
/*label input[type=text]:not(.browser-default) {
    color: @secondary_color ~'!important';
    border-bottom-color: @secondary_color ~'!important';
}*/
/*input[type=text]:not(.browser-default):active {
    border-bottom-color: @secondary_color ~'!important';
}*/
.btn-floating:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
input.materialize-textarea:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom-color: #e91e63;
  -webkit-box-shadow: 0 1px 0 0 #e91e63;
  box-shadow: 0 1px 0 0 #e91e63;
}
.monocolor label .lever {
  background-color: #f8bbd0 !important;
}
.monocolor label .lever:after {
  background-color: #e91e63 !important;
}
.material-tooltip {
  /*    background-color: @main_color ~'!important';*/
}
.tabs .tab a.active {
  color: #e91e63 !important;
  background-color: inherit !important;
}
.tabs .tab a:focus {
  color: #e91e63 !important;
  background-color: transparent !important;
}
.tabs .tab a:hover {
  color: #e91e63 !important;
}
.tabs .indicator {
  background-color: #e91e63 !important;
}
.light-color {
  color: #e8eaf6 !important;
}
#wrapper.green_alert,
.horizontal-content.green {
  background: rgba(76, 175, 80, 0.75) !important;
}
#wrapper.red_alert,
.horizontal-content.red {
  background-color: rgba(244, 67, 54, 0.75) !important;
}
#wrapper.orange_alert,
.horizontal-content.orange {
  background: rgba(255, 152, 0, 0.75) !important;
}
#wrapper.purple_alert,
.horizontal-content.purple {
  background: rgba(156, 39, 176, 0.75) !important;
}
/*---------- input bordered-----------*/
/* label underline focus color */
.input-bordered .input-field input[type=text]:focus,
.input-bordered .input-field textarea:focus,
.input-bordered .select-wrapper input:focus {
  border: 1px solid #e91e63 !important;
  box-shadow: 0 0 0 0 #e91e63 !important;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #3f51b5;
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #e91e63;
  -webkit-box-shadow: 0 0 0 0 #e91e63;
  box-shadow: 0 0 0 0 #e91e63;
}
/* valid color */
.input-bordered .input-field input[type=text].valid,
.input-bordered .input-field input[type=email].valid,
.input-bordered .input-field input[type=number].valid,
.input-bordered textarea.materialize-textarea.valid {
  border: 1px solid #4caf50;
  box-shadow: 0 0 0 0 #3f51b5 !important;
}
/* invalid color */
input.invalid:not([type]),
input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus,
.select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
  border: 1px solid #f44336 !important;
  box-shadow: 0 0 0 0 #3f51b5 !important;
}
/* -------------------------- Datepicker -------------------------- */
.datepicker-modal {
  height: auto;
  /*    max-height:70% !important;*/
  width: auto;
  background-color: #3f51b5;
}
@media only screen and (max-width: 600px) {
  .datepicker-modal {
    height: 464px;
  }
}
.modal.modal-fixed-footer .modal-content.datepicker-container {
  position: relative;
}
.datepicker-container {
  height: 100% !important;
}
.datepicker-calendar-container {
  background-color: white;
}
.datepicker-controls .selects-container {
  /*    padding-top: 0.5rem;*/
}
.datepicker-controls .select-month input {
  width: 90px;
  border: none !important;
}
.datepicker-controls .select-year input {
  border: none !important;
}
.datepicker-date-display {
  max-height: 110px;
}
.datepicker-done {
  display: none;
}
.datepicker-footer {
  /*    position: absolute;
    bottom: 0;*/
}
.is-selected button {
  color: inherit !important;
}
/*-----hide webkit default icon-----*/
input::-webkit-calendar-picker-indicator {
  display: none;
}
input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}
/*-----rise label for datepicker input-----*/
.datepicker + label {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/*-----disable datepicker on disabled input fields-----*/
input:disabled ~ .datepicker {
  pointer-events: none;
  opacity: 0.42;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  padding-right: 1rem;
  height: 40px;
}
.pagination p {
  margin-right: 0.5rem;
}
table .pagination {
  padding-right: 2rem;
}
.pagination ul {
  border-radius: 10px;
}
.pagination li {
  height: 24px;
}
.pagination li i {
  font-size: 24px;
}
.pagination li a {
  line-height: 24px;
  padding: 0 8px;
  font-size: 15px;
}
.pagination .diplay-list input {
  margin: 0;
}
/*.pagination .caret{
    height: 27px;
}*/
/*.pagination .display-list {
    margin-top: 18px;
    padding: 0;
    text-align: right;
    width: 3.2rem;
}*/
.pagination .caret {
  right: -10px;
}
.pagination input {
  margin: 0 !important;
  border: none !important;
  width: 2.5rem !important;
}
/*# sourceMappingURL=layout.css.map */