*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.knma-cont {
  margin: 1em 1em 1em 0em;
}

.knma-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5em;
  width: 100%;
}

.knma-row.typeSelector {
  -webkit-box-shadow: 10px 20px 15px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 20px 15px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 20px 15px -20px rgba(0, 0, 0, 0.75);
}

.knma-col {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.knma-space {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.knma-justRight {
  flex: 1;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.knma-justLeft {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.knma-justCenter {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.knma-justTop {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.knma-margauto {
  margin: auto;
}

.knma-field-success {
  color: #4bca81;
  padding: 1rem 0.3rem 0rem 0.3rem;
  font-weight: bold;
}

.knma-field-error {
  color: red;
  padding: 1rem 0.3rem 0rem 0.3rem;
  font-weight: bold;
}



/* HEADERS MENUS */
.knma_header_menu_cont {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.knma_header_menu_cont>div {
  flex: 33%;
}

.knma_header_head_menu_cont {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
}

.knma-admin-page-title {
  font-size: 1.5em;
  font-weight: bold;
}


/* ACTION MENU */
.knma_header_action_menu_cont {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.knma_header_action_menu_cont>div {
  flex: 33%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  padding: .5em 2em .5em 0em;
}

.knma_header_action_menu_cont>div:first-child {
  justify-content: flex-start;
}

.knma_header_action_menu_cont>div:last-child {
  justify-content: flex-end;
}



.knma-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  height: 100%;
  padding: 1rem;
  background-color: #039be5;
  color: white;
  cursor: pointer;
  min-height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.knma-btn:hover {
  background-color: #2d6e87;
  color: white;
}

.knma-btn.selected {
  background-color: #4d8ea7;
  color: white;
}

.knma-btn.disabled {
  background-color: snow;
  color: gray;
  cursor: auto;
}

.knma-btn.btnDelete {
  background-color: #f44336 !important;
  border: 1px solid #f44336;
}

.knma-btn.btnDelete:hover {
  background-color: transparent !important;
  border: 1px solid #f44336;
  color: #f44336;
}






.boxed {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  height: 100%;
  padding: 1rem;
  background-color: #f0f0f0;
  cursor: pointer;
  min-height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.boxed:hover {
  background-color: #2d6e87;
  color: white;
}

.boxed.selected {
  background-color: #4d8ea7;
  color: white;
}


/* ITEMS TABLE */

.knma-itemsTable {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 1em;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.knma-itemsTable>div:nth-child(even) {
  background-color: rgba(222, 222, 222, 0.5);
}

.knma-itemsTable>div:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.5);
}

.knma-itemsTable .knma-itemTable {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 2.5rem;
  padding: 1rem;
  margin-top: 0.2rem;
}

.knma-itemsTable .knma-itemTable.hoverable:hover {
  -webkit-box-shadow: 0px 0px 35px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 35px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 35px -15px rgba(0, 0, 0, 0.75);
  background-color: #2d6e87;
  color: white;
  cursor: pointer;
}

.knma-itemsTable .knma-itemTable.title {
  background-color: #4d8ea7;
  color: white;
}

/* LOADER */
.knma-precargador {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}


.knma-formcont {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.knma-form-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b0b0b0;
  background-color: white;
  border-radius: 5px;
  height: 100%;
  padding: 0 0.5em 0 0.5em;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0.5em 0 0.5em 0;
}

.knma-form-item>label {
  padding-right: 1em;
  font-weight: bold;
  min-width: 8em;
}

input:not([type]),
input[type="text"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="url"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="date"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="search"]:not(.browser-default),
textarea.materialize-textarea {
  height: 3em;
  margin: 0 0 5px 0;
}

.divider {
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}














ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default)>li {
  list-style-type: none;
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}


.pagination li.active {
  background-color: #ee6e73;
}

.pagination li.active a {
  color: #fff;
}

.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v128/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}