﻿.g-chart-container {
  height: 400px;
  margin-bottom: 15px;
}
.g-chart-header {
  padding: 5px;
  background-color: #f18b00;
  height: 40px;
}
.g-chart-title {
  margin-top: 5px;
  margin-left: 5px;
  font-size: 1rem;
  font-weight: 600;
}
.g-chart-body {
  padding: 10px;
  background-color: white;
  height: 360px;
}
.rz-panel-menu .rz-navigation-item-wrapper-active:before {
  background-color: #ef2e24;
}
.rz-panel-menu .rz-navigation-item-link-active {
  color: #ef2e24;
}
.rz-panel-menu .rz-navigation-item-link-active .rz-navigation-item-icon {
  color: #ef2e24;
}
.nav-menu-group {
  color: #212121;
}
.nav-menu-level-0 {
  font-weight: bold;
  font-size: 12px;
}
.nav-menu-level-1 {
  font-weight: bold;
  font-size: 12px;
}
.nav-menu-level-1 > .rz-navigation-item-wrapper > .rz-navigation-item-link {
  padding-left: 80px !important;
}
.nav-menu-level-2 {
  font-weight: bold;
  font-size: 12px;
}
.nav-menu-level-2 > .rz-navigation-item-wrapper > .rz-navigation-item-link {
  padding-left: 100px !important;
}
.nav-menu-level-3 {
  font-weight: bold;
  font-size: 12px;
}
.nav-menu-level-3 > .rz-navigation-item-wrapper > .rz-navigation-item-link {
  padding-left: 120px !important;
}
.nav-menu-level-4 {
  font-weight: bold;
  font-size: 12px;
}
.nav-menu-level-4 > .rz-navigation-item-wrapper > .rz-navigation-item-link {
  padding-left: 140px !important;
}
.nav-menu-item {
  font-weight: 400;
  font-size: 12px !important;
  color: #212121;
}
.menufilter {
  margin: 0px;
}
.menufilter .material-icons {
  height: 54px;
  padding: 15px 0px 12px 5px;
}
.menufilter > div {
  margin: 0px;
  padding: 0px;
}
.menufilter .form-control {
  background-color: #f5f5f5;
}
.rz-panel-menu .rz-navigation-item {
  border-bottom: none;
}
.rz-navigation-item-wrapper {
  background-color: #f5f5f5 !important;
}
.rz-navigation-item-wrapper:hover {
  color: #212121 !important;
  background-color: #d3d3d3 !important;
}
.divCaptach {
  display: flex;
  flex-wrap: nowrap;
}
.btn-refresh {
  border: none;
  height: 30px;
  align-self: center;
  margin-left: 3px;
  border-radius: 4px;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMDAwIDEwMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMDAgMTAwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz48Zz48ZyBpZD0icmVmcmVzaCI+PHBhdGggZD0iTTg0MywxNTdDNzU3LjIsNjUuMSw2MzQuNywxMCw1MDAsMTBDMjMwLjUsMTAsMTAsMjMwLjUsMTAsNTAwYzAsMjY5LjUsMjIwLjUsNDkwLDQ5MCw0OTBjMjI2LjYsMCw0MTYuNS0xNTkuMyw0NzEuNi0zNjcuNUg4NDNjLTQ5LDE0MC45LTE4My44LDI0NS0zNDMsMjQ1Yy0yMDIuMSwwLTM2Ny41LTE2NS40LTM2Ny41LTM2Ny41YzAtMjAyLjEsMTY1LjQtMzY3LjUsMzY3LjUtMzY3LjVjMTA0LjEsMCwxODkuOSw0Mi45LDI1Ny4yLDExMC4ybC0xOTYsMTk2SDk5MFYxMEw4NDMsMTU3eiIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9nPg0KPC9zdmc+) no-repeat, #cacaca;
  background-position-y: center;
  background-position-x: center;
  background-size: 70%;
  width: 30px;
}
.spinner {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 700ms linear infinite;
  top: 40%;
  left: 55%;
  position: absolute;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hidden-grid-toolbar > div.k-grid > div.k-grid-toolbar {
  display: none;
}
.switch-container {
  padding-left: 5px;
  padding-right: 5px;
}
.load-area {
  position: relative;
  min-height: 100px;
}
.panel {
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
.centered-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.culture-selector {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.culture-selector button {
  display: flex;
}
.invisible {
  display: none;
}
.readable-readonly {
  background-color: white !important;
  color: black !important;
}
.modal-dialog {
  max-width: 1000px;
}
.btn {
  border-radius: 6px !important;
  background-color: #f5f5f5 !important;
  color: #000000 !important;
  border: 1px solid #d2d2d6 !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  height: 30px !important;
  min-height: 30px !important;
  text-align: center !important;
  margin: 0px 10px 0px 0px !important;
}
.btn:hover {
  background-color: #9e9e9e;
}
.btn:focus {
  background-color: #ca2820;
}
.btn.primary,
.k-button.k-primary,
.k-button-solid-primary {
  background-color: #ef2e24 !important;
  color: #ffffff !important;
  border-width: 0px !important;
}
.btn-view {
  font-size: 18px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.k-grid {
  position: unset;
  display: inline-block;
  width: 100%;
  background-color: #f5f5f5;
  /* .k-dropdown-operator .k-dropdown-wrap .k-select {
        height: 25px;
        width: 25px;
        margin: 0px;
    }*/
}
.k-grid tbody tr:hover:not(.k-detail-row) {
  background-color: #f18b00 !important;
}
.k-grid tbody tr:hover:not(.k-detail-row) td {
  background-color: #f18b00 !important;
}
.k-grid tbody tr:hover:not(.k-detail-row).k-state-selected {
  background-color: #f18b00 !important;
}
.k-grid tbody tr:hover:not(.k-detail-row).k-state-selected td {
  background-color: #f18b00 !important;
}
.k-grid .k-grid-header {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.05);
  padding-right: 0 !important;
  width: 100%;
  padding: 0;
  /* .k-textbox {
            font-size: @grid_font_size;
            height: @form_control_height !important;
        }


        .k-picker-wrap .k-dateinput .k-dateinput-wrap {
            border-bottom-width: 1px !important;
            height: calc(@form_control_height - 1px) !important;
        }*/
  /*   .k-filtercell {
            height: @form_control_height !important;


            .k-filtercell-operator {
                display: flex;

                .k-dropdown-wrap {
                    border-radius: @button_border_radius !important;
                    border: @button_border !important;
                    height: @form_control_height !important;
                    width: @form_control_height !important;
                    display: flex !important;
                    align-items: center !important;
                    justify-content: center !important;
                }
            }
        }*/
}
.k-grid .k-grid-header .k-filter-row {
  height: calc(30px + 10px) !important;
}
.k-grid .k-grid-header .k-input {
  font-size: 12px;
  height: 30px !important;
}
.k-grid .k-grid-content {
  min-height: 18px;
  background-color: #ffffff;
}
.k-grid tbody tr {
  font-size: 12px;
  height: 2em;
  background-color: #ffffff;
}
.k-grid tbody tr .k-state-selected {
  background-color: #f18b00 !important;
}
.k-grid td > input[type='checkbox'] {
  margin-top: 0.1em;
}
.k-grid .k-grid-pager {
  font-size: 10px;
  background-color: #ffffff;
}
.k-grid th {
  border: none !important;
  background-color: #ffffff;
  padding: 0.2em 0.75em !important;
  font-size: 12px;
  font-weight: bold;
  color: #616161;
}
.k-grid td {
  padding: 0.2em 0.75em !important;
  line-height: unset;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.k-filter-row td {
  border: none !important;
}
.k-pager-wrap {
  border: none !important;
}
.grid-tool-bar {
  width: 100%;
  min-height: 30px;
  justify-content: space-between;
}
.grid-tool-bar-title {
  font-size: 16px;
  font-weight: 300;
}
.grid-tool-bar-content-left {
  display: flex;
  justify-content: flex-start;
  flex-grow: 2;
  font-size: 16px;
  font-weight: 300;
}
.grid-tool-bar-content-right {
  justify-content: flex-end;
  display: inline-flex;
}
.grid-tool-bar-pager {
  justify-content: flex-end;
}
.grid-container .k-grid {
  border: none;
}
.grid-container .k-toolbar {
  border: none;
  background-color: #ffffff;
}
.k-hierarchy-cell {
  display: none;
}
.form-group {
  margin-top: 2px;
  margin-bottom: 3px;
}
.form-control,
.k-input {
  font-size: 14px;
  color: #616161;
  border-radius: 1px;
  height: 30px;
  margin: 0px 10px 0px 0px;
  padding: 7px 12px;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
}
/*.k-input {
    font-size: @form_font_size;
    color: @font-secondary-color;
    border-radius: @form_border_radius;
    height: 38px;
    margin: 0px;
    padding: 7px 12px;
    border: 1px solid @form-field-border-color;
    border-radius: 4px;
}*/
textarea.form-control {
  height: 3.5em;
}
textarea {
  resize: vertical;
}
label,
.label {
  color: #616161;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
  white-space: nowrap;
}
.checkbox {
  display: inline-flex;
  margin-top: 15px;
  margin-bottom: 5px;
  border-radius: 1px;
}
.checkbox label::after {
  padding-top: 3px;
  padding-left: 3px;
}
input[type=checkbox] {
  margin: 4px 4px 0 0;
  vertical-align: sub;
}
.radio {
  margin-top: 0px;
  margin-bottom: 0px;
}
.k-numerictextbox .k-input-spinner {
  display: none !important;
}
.switch-label {
  font-size: 11px;
}
.k-switch {
  width: 50px !important;
}
.k-switch .k-switch-track {
  height: 25px !important;
  width: 50px !important;
}