.page-content {
  min-height: 88vh !important; }

.navbar-fixed-top {
  z-index: 100 !important; }

#toast-container > div {
  width: 500px; }

:not(.no-leave)#toast-container > div.ng-leave {
  opacity: 0; }

.form-group {
  margin-bottom: 3px; }

.form-control {
  padding-left: 5px;
  padding-right: 5px;
  height: 24px;
  font-size: 13px; }

.panel-title {
  font-size: 14px; }

.panel-heading {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px; }

.panel-body {
  padding: 10px; }

.input-group-btn button {
  font-size: 16px;
  margin-bottom: 0;
  line-height: initial;
  padding-top: 2px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 2px !important;
  box-shadow: none !important;
  min-height: 24px; }

hr {
  margin-top: 7px;
  margin-bottom: 7px; }

.page-bar .page-breadcrumb > li > a {
  font-size: 12px; }

.page-breadcrumb {
  padding: 5px 0 !important; }

.nav-tabs > li > a {
  padding: 10px; }

.overflow-x-auto {
  overflow-x: auto; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-left-right {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 992px) {
  .no-padding-left-md {
    padding-left: 0; } }

@media (min-width: 992px) {
  .no-padding-right-md {
    padding-right: 0; } }

.padding-top-15 {
  padding-top: 15px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-left-5 {
  padding-left: 5px; }

.padding-left-10 {
  padding-left: 10px; }

.padding-right-20 {
  padding-right: 20px; }

.padding-left-right-12 {
  padding-left: 12px;
  padding-right: 12px; }

@media (min-width: 992px) {
  .col-md-list-6 {
    width: 31.83%; } }

@media (min-width: 992px) {
  .col-list-gap {
    width: 3%;
    float: left;
    text-align: center; } }

@media (max-width: 991px) {
  .col-list-gap {
    padding-left: 15px !important; } }

.text-align-center {
  text-align: center !important; }

.text-align-right {
  text-align: right; }

.text-align-left {
  text-align: left !important; }

.inline-block {
  display: inline-block; }

.float-left {
  float: left; }

fieldset.fence {
  border: 1px dotted grey;
  padding-top: 0;
  padding-bottom: 1em;
  padding-left: 1.4em;
  padding-right: 1.4em; }

fieldset.fence > legend {
  font-size: 14px;
  text-align: left;
  width: inherit;
  padding: 0 5px;
  border-bottom: none; }

.header-logo-title {
  height: 50px;
  display: table; }

.header-logo-title > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px; }

.logo-default {
  padding: 5px 5px 5px 5px; }

.page-header.navbar .page-logo {
  padding-left: 0; }

.page-header.navbar .menu-toggler.sidebar-toggler {
  float: right;
  margin: 15.5px -42px 0; }

.scroll-to-top {
  display: block; }

.sector-multiselect {
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid lightgrey; }

.chosen-container {
  width: 100% !important;
  max-width: 100%; }

.chosen-container.chosen-container-single .chosen-single.chosen-single-with-deselect > span {
  padding-right: 12px; }

.chosen-container.chosen-container-single .chosen-single, .chosen-drop, .chosen-search > input {
  min-height: 24px;
  line-height: 21px; }

.chosen-container .chosen-single {
  padding: 0; }

.chosen-container-single .chosen-single span {
  white-space: normal;
  padding-left: 5px;
  padding-top: 1px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: -1px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 7px !important; }

.chosen-container {
  font-size: 13px; }

.chosen-disabled {
  opacity: 1 !important;
  background-color: #eef1f5; }

/**
 * Dropup
 */
.chosen-container-dropup .chosen-drop {
  border-bottom: 0;
  border-top: 1px solid #aaa;
  top: auto;
  bottom: 40px; }

.chosen-container-dropup.chosen-with-drop .chosen-single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: none; }

.chosen-container-dropup.chosen-with-drop .chosen-drop {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: none;
  margin-bottom: -16px; }

label.toitsu-checkbox {
  margin-bottom: 0;
  margin-top: 6px;
  cursor: pointer; }

label.toitsu-checkbox input[type="checkbox"] {
  display: none; }

label.toitsu-checkbox span {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  position: relative; }

label.toitsu-checkbox :checked + span:after {
  content: '\2714';
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: 1px;
  color: #00bbd3;
  font-weight: bold; }

.toitsu-radio {
  margin-bottom: 0;
  margin-top: 6px; }

label input[type=radio].radiobox:checked + span:before {
  content: "\f111";
  color: #00bbd3; }

label input[type=radio].radiobox + span:before {
  content: "\a0";
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.2); }

label input[type=checkbox].checkbox + span:before, label input[type=radio].radiobox + span:before {
  font-family: FontAwesome;
  font-size: 16px;
  border-radius: 100%;
  content: "\a0";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  border: 1px solid #bfbfbf;
  background-color: #f4f4f4;
  font-weight: 400;
  margin-top: -1px;
  height: 18px;
  width: 18px; }

label input[type=radio].radiobox:checked + span {
  font-weight: bold; }

label input[type=checkbox].checkbox + span, label input[type=radio].radiobox + span {
  position: relative;
  z-index: 19;
  display: inline-block;
  margin: 0;
  line-height: 17px;
  min-height: 14px;
  min-width: 14px;
  margin-right: 5px; }

input[type=checkbox].checkbox, input[type=radio].radiobox {
  visibility: hidden;
  position: absolute;
  z-index: 20;
  width: 18px;
  height: 18px; }

textarea {
  resize: none; }

.modal-dialog {
  margin: 30px auto; }

.modal-40percent .modal-dialog {
  width: 40%; }

.modal-60percent .modal-dialog {
  width: 60%; }

.modal-80percent .modal-dialog {
  width: 80%; }

.modal-90percent .modal-dialog {
  width: 90%; }

.modal-fixed-width-500 .modal-dialog {
  width: 500px; }

.modal-fixed-width-600 .modal-dialog {
  width: 600px; }

.modal-fixed-width-700 .modal-dialog {
  width: 700px; }

.modal-fixed-width-800 .modal-dialog {
  width: 800px; }

.close-modal {
  float: right !important;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  color: darkslategray; }

.ui-jqgrid .ui-jqgrid-view {
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  font-size: 11px; }

.ui-jqgrid .ui-jqgrid-caption {
  text-align: left; }

.ui-jqgrid .ui-jqgrid-titlebar-close {
  position: absolute;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  right: 10px !important;
  cursor: pointer; }

.ui-jqgrid .ui-jqgrid-titlebar-close span {
  display: block;
  margin: 1px; }

.ui-jqgrid .ui-jqgrid-titlebar-close:hover {
  padding: 0; }

.ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important; }

.ui-jqgrid .ui-jqgrid-hbox {
  float: left;
  padding-right: 20px; }

.ui-jqgrid .ui-jqgrid-htable {
  table-layout: fixed;
  margin: 0; }

.ui-jqgrid .ui-jqgrid-htable th {
  padding: 0 2px; }

.ui-jqgrid .ui-jqgrid-htable th div {
  overflow: hidden;
  position: relative; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: 0 0;
  border: none; }

tr.ui-jqgrid-labels {
  background-color: white;
  font-size: 12px; }

.ui-jqgrid .ui-jqgrid-htable th.ui-th-column, .ui-th-column {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  border-top: 0 none;
  border-bottom: 0 none; }

.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, .ui-th-ltr {
  border-left: 0 none; }

.ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl, .ui-th-rtl {
  border-right: 0 none; }

.ui-first-th-ltr {
  border-right: 1px solid; }

.ui-first-th-rtl {
  border-left: 1px solid; }

.ui-jqgrid .ui-th-div-ie {
  white-space: nowrap;
  zoom: 1; }

.ui-jqgrid .ui-jqgrid-resize {
  height: 20px !important;
  position: relative;
  cursor: e-resize;
  display: inline;
  overflow: hidden; }

.ui-jqgrid .ui-grid-ico-sort {
  overflow: hidden;
  position: absolute;
  display: inline;
  cursor: pointer !important;
  right: 0; }

.ui-jqgrid .ui-icon-asc {
  margin-top: -4px;
  right: -1px; }

.ui-jqgrid .ui-icon-desc {
  margin-top: 3px;
  height: 12px; }

.ui-jqgrid .ui-i-asc {
  margin-top: 0;
  height: 16px; }

.ui-jqgrid .ui-i-desc {
  margin-top: 0;
  margin-left: 13px;
  height: 16px; }

.ui-jqgrid .ui-jqgrid-sortable {
  cursor: pointer; }

.ui-jqgrid tr.ui-search-toolbar th {
  border-top-width: 1px !important;
  border-top-color: inherit !important;
  border-top-style: ridge !important; }

tr.ui-search-toolbar input, tr.ui-search-toolbar select {
  margin: 1px 0 0; }

.ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: auto;
  text-align: left; }

.ui-jqgrid .ui-jqgrid-btable {
  table-layout: fixed;
  margin: 0;
  outline-style: none; }

.ui-jqgrid tr.jqgroup, .ui-jqgrid tr.jqgrow {
  outline-style: none; }

.ui-jqgrid tr.jqgrow td {
  font-weight: 400;
  overflow: hidden;
  white-space: pre; }

.ui-jqgrid tr.jqgfirstrow td {
  padding: 0 2px;
  border-right-width: 1px;
  border-right-style: solid; }

.ui-jqgrid tr.jqgroup td {
  font-weight: 400;
  overflow: hidden;
  white-space: pre; }

.ui-jqgrid tr.jqfoot td {
  font-weight: 700;
  overflow: hidden;
  white-space: pre; }

.ui-jqgrid tr.ui-row-ltr td {
  text-align: left; }

.ui-jqgrid tr.ui-row-rtl td {
  text-align: right; }

.ui-jqgrid td.jqgrid-rownum {
  padding: 0 2px;
  margin: 0;
  border: 0 none; }

.ui-jqgrid .ui-jqgrid-resize-mark {
  width: 2px;
  left: 0;
  background-color: #777;
  cursor: e-resize;
  cursor: col-resize;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  display: none;
  border: 0 none;
  z-index: 99999; }

.ui-jqgrid .ui-jqgrid-sdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important; }

.ui-jqgrid .ui-jqgrid-ftable {
  table-layout: fixed;
  margin-bottom: 0; }

.ui-jqgrid tr.footrow td {
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  height: 21px;
  padding: 0 2px; }

.ui-jqgrid tr.footrow-ltr td {
  text-align: left;
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid; }

.ui-jqgrid tr.footrow-rtl td {
  text-align: right;
  border-left-width: 1px;
  border-left-color: inherit;
  border-left-style: solid; }

.ui-jqgrid .ui-jqgrid-pager {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-bottom: 0 none !important;
  margin: 0 !important;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  border-top: 1px solid #D3D3D3; }

.ui-jqgrid .ui-pager-control {
  position: relative; }

.ui-jqgrid .ui-pg-table {
  position: relative;
  padding-bottom: 2px;
  width: auto;
  margin: 0; }

.ui-jqgrid .ui-pg-table td {
  font-weight: 400;
  vertical-align: middle;
  padding: 1px; }

.ui-jqgrid .ui-pg-button span {
  display: block;
  margin: 1px;
  float: left; }

.ui-jqgrid .ui-state-disabled:hover {
  padding: 1px; }

.ui-jqgrid .ui-pg-input {
  margin: 0; }

.ui-jqgrid .ui-pg-selbox {
  line-height: 18px;
  display: block;
  margin: 0; }

.ui-jqgrid .ui-separator {
  height: 18px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 1px;
  float: right; }

.ui-jqgrid .ui-paging-info {
  font-weight: 400;
  height: 19px;
  margin-top: 3px;
  margin-right: 4px; }

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
  padding: 1px 0;
  float: left;
  position: relative; }

.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
  cursor: pointer; }

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
  float: left;
  margin: 0 2px; }

.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea {
  margin: 0; }

.ui-jqgrid td textarea {
  width: auto;
  height: auto; }

.ui-jqgrid .ui-jqgrid-toppager {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-top: 0 none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  height: 25px !important;
  white-space: nowrap;
  overflow: hidden; }

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
  padding: 1px 0;
  float: left;
  position: relative; }

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button {
  cursor: pointer; }

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
  float: left;
  margin: 0 2px; }

.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
  display: block; }

.ui-jqgrid .ui-subgrid {
  margin: 0;
  padding: 0;
  width: 100%; }

.ui-jqgrid .ui-subgrid table {
  table-layout: fixed; }

.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
  height: 18px;
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
  border-bottom-style: solid; }

.ui-jqgrid .ui-subgrid td.subgrid-data {
  border-top: 0 none !important; }

.ui-jqgrid .ui-subgrid td.subgrid-cell {
  border-width: 0 0 1px; }

.ui-jqgrid .ui-th-subgrid {
  height: 20px; }

.ui-jqgrid .ui-th-subgrid {
  height: 20px; }

.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: 700;
  display: none;
  border-style: groove;
  border-width: 2px !important;
  font-size: 11px;
  background-color: white; }

.ui-jqgrid .jqgrid-overlay {
  display: none;
  z-index: 100; }

* .jqgrid-overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.ui-jqgrid .ui-userdata {
  border-left: 0 none;
  border-right: 0 none;
  height: 21px;
  overflow: hidden; }

.ui-jqdialog {
  display: none;
  width: 300px;
  position: absolute;
  padding: .2em;
  font-size: 11px;
  overflow: visible; }

.ui-jqdialog .ui-jqdialog-titlebar {
  padding: .3em .2em;
  position: relative; }

.ui-jqdialog .ui-jqdialog-title {
  margin: .1em 0 .2em; }

.ui-jqdialog .ui-jqdialog-titlebar-close {
  position: absolute;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
  cursor: pointer; }

.ui-jqdialog .ui-jqdialog-titlebar-close span {
  display: block;
  margin: 1px; }

.ui-jqdialog .ui-jqdialog-titlebar-close:focus, .ui-jqdialog .ui-jqdialog-titlebar-close:hover {
  padding: 0; }

.ui-jqdialog .ui-jqdialog-content, .ui-jqdialog-content {
  border: 0;
  background: 0 0;
  height: auto; }

.ui-jqdialog .ui-jqconfirm {
  padding: .4em 1em;
  border-width: 3px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  overflow: visible;
  display: none;
  height: 80px;
  width: 220px;
  text-align: center; }

.ui-jqdialog > .ui-resizable-se, .ui-jqgrid > .ui-resizable-se {
  bottom: -3px;
  right: -3px; }

.ui-jqdialog-content .FormGrid {
  margin: 0; }

.ui-jqdialog-content .DelTable, .ui-jqdialog-content .EditTable {
  width: 100%;
  margin-bottom: 0; }

.EditTable td input, .EditTable td select, .EditTable td textarea {
  margin: 0; }

.EditTable td textarea {
  width: auto;
  height: auto; }

.ui-jqdialog-content td.EditButton {
  text-align: right;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  padding-bottom: 5px;
  padding-top: 5px; }

.ui-jqdialog-content td.navButton {
  text-align: center;
  border-left: 0 none;
  border-top: 0 none;
  border-right: 0 none;
  padding-bottom: 5px;
  padding-top: 5px; }

.ui-jqdialog-content input.FormElement, .ui-jqdialog-content select.FormElement {
  padding: .3em; }

.ui-jqdialog-content .data-line {
  padding-top: .1em;
  border: 0 none; }

.ui-jqdialog-content .CaptionTD {
  vertical-align: middle;
  border: 0 none;
  padding: 2px;
  white-space: nowrap; }

.ui-jqdialog-content .DataTD {
  padding: 2px;
  border: 0 none;
  vertical-align: top; }

.ui-jqdialog-content .form-view-data {
  white-space: pre; }

.fm-button {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: .4em .5em;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  text-align: center;
  zoom: 1; }

.fm-button-icon-left {
  padding-left: 1.9em; }

.fm-button-icon-right {
  padding-right: 1.9em; }

.fm-button-icon-left .ui-icon {
  right: auto;
  left: .2em;
  margin-left: 0;
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.fm-button-icon-right .ui-icon {
  left: auto;
  right: .2em;
  margin-left: 0;
  position: absolute;
  top: 50%;
  margin-top: -8px; }

#nData, #pData {
  float: left;
  margin: 3px;
  padding: 0;
  width: 15px; }

.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {
  font-style: normal;
  border-left: 0 none; }

.ui-inline-cancel.ui-state-hover span, .ui-inline-del.ui-state-hover span, .ui-inline-edit.ui-state-hover span, .ui-inline-save.ui-state-hover span {
  margin: -1px; }

.ui-jqgrid .tree-wrap {
  float: left;
  position: relative;
  height: 18px;
  white-space: nowrap;
  overflow: hidden; }

.ui-jqgrid .tree-leaf, .ui-jqgrid .tree-minus, .ui-jqgrid .tree-plus {
  position: absolute;
  height: 18px;
  width: 18px;
  overflow: hidden; }

.ui-jqgrid .treeclick {
  cursor: pointer; }

* iframe.jqm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.ui-jqgrid-dnd tr td {
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
  height: 20px; }

.ui-jqgrid .ui-jqgrid-caption-rtl {
  text-align: right; }

.ui-jqgrid .ui-jqgrid-hbox-rtl {
  float: right;
  padding-left: 20px; }

.ui-jqgrid .ui-jqgrid-resize-ltr {
  float: right;
  margin: -2px -2px -2px 0; }

.ui-jqgrid .ui-jqgrid-resize-rtl {
  float: left;
  margin: -2px 0 -1px -3px; }

.ui-jqgrid .ui-sort-rtl {
  left: 0; }

.ui-jqgrid .tree-wrap-ltr {
  float: left; }

.ui-jqgrid .tree-wrap-rtl {
  float: right; }

.ui-jqgrid .ui-ellipsis {
  -moz-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.ui-search-menu {
  position: absolute;
  padding: 2px 5px; }

.ui-jqgrid .ui-search-table {
  padding: 0;
  border: 0 none;
  height: 20px;
  width: 100%; }

.ui-jqgrid .ui-search-table .ui-search-oper {
  width: 20px; }

a.clearsearchclass, a.g-menu-item, a.soptclass {
  cursor: pointer; }

.ui-jqgrid .ui-search-table .ui-search-input > input, .ui-jqgrid .ui-search-table .ui-search-input > select {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ui-jqgrid .ui-jqgrid-view button, .ui-jqgrid .ui-jqgrid-view input, .ui-jqgrid .ui-jqgrid-view select, .ui-jqgrid .ui-jqgrid-view textarea {
  font-size: 11px; }

.ui-jqgrid {
  position: relative;
  border: 1px solid #ccc !important;
  margin: 0;
  overflow: hidden; }

.ui-jqgrid table, .ui-jqgrid tr.ui-row-ltr, .ui-jqgrid tr.ui-row-ltr td {
  border-left: none !important; }

.ui-jqgrid tr.ui-row-ltr td {
  padding: 6px 4px;
  font-size: 13px !important; }

.ui-jqgrid .ui-jqgrid-titlebar {
  border-bottom: 1px solid #BEBEBE; }

.ui-jqgrid .ui-jqgrid-view input {
  margin: 0 !important; }

.ui-jqgrid .ui-jqgrid-htable th {
  background-color: white; }

.ui-jqgrid .ui-jqgrid-htable th div {
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  background: 0 0; }

.ui-jqgrid .ui-jqgrid-pager {
  font-size: 12px;
  height: auto;
  padding: 4px !important; }

.ui-jqgrid tr.jqgrow {
  height: 30px;
  font-size: 12px; }

.jqgrid-new-row {
  color: #1B641B !important;
  background-color: #A8E798 !important;
  border-color: #7E9E64 !important; }

.ui-jqdialog-content .DataTD {
  padding-bottom: 5px; }

.ui-jqdialog-content .DataTD:last-child {
  padding-bottom: 10px; }

.ui-jqgrid .ui-jqgrid-bdiv {
  background: #fff; }

.ui-jqgrid .ui-state-hover td {
  background: #ecf3f8 !important; }

.ui-jqgrid .ui-pg-button {
  height: auto !important; }

.ui-jqgrid .ui-pg-input, .ui-jqgrid .ui-pg-selbox {
  height: auto;
  font-size: inherit; }

.ui-jqgrid .ui-state-highlight td {
  color: #3a87ad !important;
  background-color: #d9edf7 !important;
  border-color: #bce8f1 !important; }

.ui-jqgrid .ui-state-highlight + .ui-widget-content > td {
  border-top-color: #bce8f1; }

.ui-jqgrid-titlebar {
  background-image: none !important;
  min-height: 24px !important;
  border-radius: 0;
  border-bottom: 0;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  font-size: 14px !important;
  background-color: #f5f5f5; }

.ui-jqgrid .ui-jqgrid-hdiv {
  background: rgba(214, 223, 255, 0.2); }

.ui-jqgrid .ui-jqgrid-bdiv {
  max-height: 400px;
  position: relative;
  margin: 0em;
  padding: 0;
  /*overflow: auto;*/
  overflow-x: auto;
  overflow-y: auto;
  text-align: left;
  background: rgba(214, 223, 255, 0.2); }

.ui-jqgrid td.jqgrid-rownum {
  border: 1px solid #e7ecf1; }

.ui-jqgrid .ui-jqgrid-htable th div, .ui-jqgrid-sortable {
  height: auto;
  overflow: hidden;
  white-space: normal !important; }

.ui-jqgrid tr.jqgrow td {
  white-space: normal !important;
  height: auto;
  padding-top: 2px;
  vertical-align: middle; }

.ui-jqgrid .ui-jqgrid-htable th {
  vertical-align: middle;
  text-align: center; }

.jqgrid-rownum {
  background-color: transparent !important; }

td[id$='pager_left'] {
  width: auto !important; }

td[role="gridcell"] input {
  font-size: 13px !important;
  width: 100% !important;
  border-top-color: initial !important;
  border-left-color: initial !important;
  border-bottom-color: initial !important;
  border-right-color: initial !important;
  -webkit-box-shadow: inset 0 0px 0 #d6d6d6 !important;
  -moz-box-shadow: inset 0 0px 0 #d6d6d6 !important;
  box-shadow: none !important;
  color: initial !important; }

.ui-jqgrid .ui-jqgrid-bdiv-grammar {
  max-height: 200px !important;
  position: relative;
  margin: 0em;
  padding: 0;
  /*overflow: auto;*/
  /*overflow-x: hidden;*/
  overflow-x: hidden !important;
  overflow-y: auto;
  text-align: left;
  background: rgba(214, 223, 255, 0.2); }

.ui-jqgrid-pager-custom-btn {
  width: 26px !important;
  height: 26px !important; }

.ui-jqgrid-custom-icon {
  font-size: 120%; }

.light-grey-bg-color {
  background-color: darkgrey !important; }

tr.light-grey-bg-color.ui-state-hover > td {
  background-color: darkgray !important;
  color: white !important; }

tr.light-grey-bg-color.ui-state-highlight > td {
  background-color: grey !important;
  color: white !important; }

tr.lightGreyBgColor.ui-state-hover > td {
  background-color: darkgrey !important; }

tr.lightGreyBgColor.ui-state-highlight > td {
  background-color: grey !important;
  color: white !important; }

.ui-jqgrid-shrinked {
  overflow-x: hidden !important; }

.ui-jqgrid .ui-jqgrid-htable th {
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  font-size: 12px; }

.ui-pg-selbox {
  height: 24px !important; }

.ui-pg-button.ui-state-hover {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none; }

.ui-pg-input {
  width: 40px;
  text-align: center;
  border-color: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

td[id$='pager_center'] {
  width: 270px !important; }

.loading {
  position: absolute;
  float: right;
  top: 50%;
  left: 50%; }

.loading-text {
  font-size: 14px !important;
  font-weight: 400;
  float: inherit;
  color: black; }

.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite; }

.loading-bar:nth-child(1) {
  margin-right: 3px;
  background-color: #3498db;
  animation-delay: 0s; }

.loading-bar:nth-child(2) {
  margin-right: 3px;
  background-color: #c0392b;
  animation-delay: 0.09s; }

.loading-bar:nth-child(3) {
  margin-right: 3px;
  background-color: #f1c40f;
  animation-delay: .18s; }

.loading-bar:nth-child(4) {
  margin-right: 10px;
  background-color: #27ae60;
  animation-delay: .27s; }

@keyframes loading {
  0% {
    transform: scale(1); }
  20% {
    transform: scale(1, 2.2); }
  40% {
    transform: scale(1); } }

.ui-jqgrid a {
  box-shadow: none !important; }

.jqgrid-link {
  padding: 0 !important;
  font-size: 18px !important;
  margin-right: 0 !important; }

.btn {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-left: 8px !important;
  padding-right: 8px !important; }

.btn-rounded {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid;
  color: #ffffff;
  background-color: transparent;
  border-color: #7f94a8; }

.btn-rounded:hover, .btn-rounded:focus, .btn-rounded:active, .btn-rounded.active, .open .dropdown-toggle.btn-rounded {
  color: #ffffff;
  background-color: #a4c2d6;
  border-color: #7f94a8; }

.btn-rounded:active, .btn-rounded.active, .open .dropdown-toggle.btn-rounded {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  transform: translate(1px, 1px); }

.btn-head {
  padding: 0 !important;
  line-height: inherit !important;
  font-size: 13px !important;
  float: right;
  margin-left: 5px;
  margin-top: -1px;
  top: 2px; }

.btn-head:hover {
  box-shadow: none !important; }

.btn-head:active {
  left: 1px; }

.tooltip-130 {
  min-width: 130px; }

.font-bold {
  font-weight: bold; }

.color-green {
  color: green; }

.color-blue {
  color: blue; }

.color-steelblue {
  color: steelblue; }

.color-red {
  color: red; }

.flex-container-wrap {
  display: flex;
  flex-wrap: wrap; }

.flex-item-col-2-1 {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px; }
  @media (max-width: 1199px) {
    .flex-item-col-2-1 {
      width: 100%; } }
  @media (min-width: 1200px) {
    .flex-item-col-2-1 {
      width: 50%; } }

.display-flex {
  display: flex; }

.cke_combo_text {
  width: 100% !important; }

.cke_combopanel {
  width: auto !important;
  height: 300px !important; }

.mandatory {
  color: #2222d9; }

.simple-border {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 5px; }

.cr-progress-container.ng-enter {
  opacity: 0;
  transition: all 1s ease; }

.cr-progress-container.ng-enter-active {
  opacity: 1; }

.cr-progress {
  text-align: center;
  margin-bottom: 0;
  margin-top: 3px;
  border-radius: 5px;
  height: 20px !important; }

.cr-progress-bar {
  position: absolute;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0px 3px 2px rgba(31, 54, 87, 0.5);
  -moz-box-shadow: inset 1px 0px 3px 2px rgba(31, 54, 87, 0.5);
  box-shadow: inset 1px 0px 3px 2px rgba(31, 54, 87, 0.5); }

.cr-progress-span {
  position: absolute;
  white-space: nowrap; }

.progress-started {
  background-color: blue !important; }

.progress-completed {
  background-color: green !important; }

.progress-failed {
  background-color: darkred !important; }

.index-indicator {
  float: right !important;
  margin-right: 10px;
  font-size: 13px !important; }

.index-indicator-icon {
  vertical-align: text-top; }

.black-color {
  color: black; }

.white-color {
  color: white; }

.gis-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.gis-map {
  padding: 10px;
  flex-basis: 45vw;
  height: 50vh;
  position: relative; }

.map-popup {
  width: 300px;
  margin-left: -50%;
  margin-top: 10px;
  position: relative;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
  padding: 10px; }

.map-arrow-up {
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: calc(50% - 9px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff; }
