﻿/*VARIABLES*/
body .img-full img {
  width: 100%;
  height: auto;
}
body .btn.btn-flat {
  border: none;
  text-transform: uppercase;
  box-shadow: none;
  font-size: 18px;
  border-radius: 0px;
  color: #fff;
  white-space: nowrap;
}
body .btn.btn-flat.btn-gray {
  background-color: #f0f0f0;
  color: #6a6969;
}
body .btn.btn-flat.btn-gray:hover {
  background-color: #929292;
}
body .btn.btn-flat.btn-gray-2 {
  background-color: #cccccc;
  color: #fff;
}
body .btn.btn-flat.btn-gray-2:hover {
  background-color: #6a6969;
}
body .btn.btn-flat.btn-green {
  background-color: #309b42;
}
body .btn.btn-flat.btn-green:hover {
  background-color: #3a7038;
}
body .btn.btn-flat.btn-yellow {
  background-color: #fbbb00;
  color: #000;
}
body .btn.btn-flat.btn-yellow:hover {
  background-color: #c59936;
  color: #FFF;
}
body .btn.btn-flat.btn-red {
  background-color: #cf2e2e;
}
body .btn.btn-flat.btn-red:hover {
  background-color: #ff6900;
}
body .btn.btn-flat.btn-47 {
  width: 47%;
  display: block;
}
body .btn.btn-flat.btn-sm {
  font-size: 16px;
}
body .btn.btn-flat.btn-blue {
  background-color: #0693e3;
}
body .btn.btn-flat.btn-blue:hover {
  background-color: #217fdd;
}
body .form-control:focus {
  background: none !important;
  box-shadow: none !important;
}
body .form-outline .form-control ~ .form-notch div,
body .select-input.focused ~ .form-notch .form-notch-trailing,
body .form-outline .form-control:focus ~ .form-notch .form-notch-trailing,
body .select-input.focused ~ .form-notch .form-notch-leading {
  border: none !important;
}
body .select-wrapper .select-arrow:before {
  content: "";
  display: none;
}
body .select-wrapper .select-arrow {
  background: url(../images/arrow-down.png) center center no-repeat;
  width: 18px;
  height: 11px;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -7px;
  background-size: contain;
}
body .select-wrapper .form-outline .form-control {
  font-size: inherit;
  padding: 0;
}
body .select-wrapper .form-outline .form-control.select-input {
  padding-right: 25px;
}
body .select-wrapper .select-input:disabled + .select-arrow {
  opacity: 0.4;
}
.wrap-item-dashboard {
  padding: 0 6.5vw;
}
.wrap-item-dashboard .item-dashboard-big {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  left: 15px;
  top: 0;
  right: 15px;
  bottom: 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.wrap-item-dashboard .item-dashboard-big h2 {
  font-size: 60px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 60px;
  color: #fff;
  left: 20px;
  top: 20px;
  right: 20px;
}
.wrap-item-dashboard .item-dashboard-big a {
  display: block;
  color: #fff;
}
.wrap-item-dashboard .item-dashboard-big .img-thumb {
  display: none;
}
.wrap-item-dashboard .item-dashboard {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.wrap-item-dashboard .item-dashboard:hover .img-thumb img {
  opacity: 0.8;
}
.wrap-item-dashboard .item-dashboard:hover .content-item p {
  color: #51984e;
}
.wrap-item-dashboard .item-dashboard .header-item {
  background: #fbbb00;
  padding: 10px 20px;
  width: 100%;
}
.wrap-item-dashboard .item-dashboard .header-item h3 {
  font-size: 1.05vw;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.wrap-item-dashboard .item-dashboard .header-item .icon {
  height: 30px;
}
.wrap-item-dashboard .item-dashboard .header-item .icon img {
  height: 30px;
  width: auto;
}
.wrap-item-dashboard .item-dashboard .content-item {
  padding: 10px;
  background: #fff;
  flex-grow: 1;
}
.wrap-item-dashboard .item-dashboard .content-item p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}
.wrap-item-dashboard .item-dashboard.inactive:hover {
  cursor: initial;
}
.wrap-item-dashboard .item-dashboard.inactive:hover .img-thumb img {
  opacity: 1;
}
.wrap-item-dashboard .item-dashboard.inactive:hover .content-item p {
  color: #000;
}
.wrap-item-dashboard .item-dashboard.inactive .header-item {
  background: #E3E3E3;
}
.wrap-item-dashboard .item-dashboard.inactive .content-item {
  background: #E3E3E3;
}
.wrap-item-dashboard .item-dashboard.inactive .btn-launch {
  display: none;
}
.wrap-item-dashboard .item-dashboard.inactive .btn-launch-div {
  display: none;
}
.wrap-item-dashboard .item-dashboard .btn-launch {
  color: white !important;
  background-color: #009E33 !important;
  text-transform: none !important;
}
.wrap-item-dashboard .item-dashboard .btn-launch-disabled {
  color: white !important;
  background-color: #808080 !important;
  text-transform: none !important;
}
/*COMMON FORMAT*/
/*_Clearfix*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*_Float*/
.listh {
  overflow: hidden;
}
.right,
.colr {
  float: right;
}
.left,
.col,
.col1,
.col2,
.col3,
.col4,
.listh li {
  float: left;
}
/*_Inner*/
.noborder {
  border: 0 !important;
}
input[type='submit'],
input[type='button'] {
  cursor: pointer;
}
strong {
  font-weight: 600 !important;
}
.italic {
  font-style: italic !important;
}
.uppercase {
  text-transform: uppercase;
}
.rounded {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pie {
  position: relative;
}
hr {
  margin: 20px 0 20px;
}
select::-ms-expand {
  display: none;
}
.ie select,
.ie9 select {
  background: #fff;
}
a.link-primary {
  color: #309b42 !important;
}
a:hover {
  text-decoration: none;
}
h1 {
  margin: 0 0 35px;
  line-height: 1.3em;
  font-size: 24px;
  font-weight: 400;
}
h2 {
  margin: 0 0 35px;
  line-height: 1.3em;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  margin: 15px 0 15px;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 400;
}
h4 {
  margin: 0 0 10px;
  font-size: 14px;
}
h5 {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 12px;
}
h6 {
  margin: 0 0 10px;
  font-size: 44pt;
}
:focus {
  outline: none;
}
[type="search"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility\9;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Karla', Arial, sans-serif;
  color: #000000;
  background: #ffffff;
}
body .img-thumb img {
  width: 100%;
  height: auto;
}
body .relative {
  position: relative;
}
body .absolute {
  position: absolute;
}
body a {
  color: #309b42;
  text-decoration: none;
}
body a:hover {
  color: #000000;
}
body .pl-5 {
  padding-left: 50px;
}
body .form-select {
  min-height: 2em;
  padding-bottom: 3px;
}
body .form-outline.datepicker .form-control {
  background-color: #fff;
  border: 1px solid #bdbdbd;
}
body .form-outline.datepicker .form-control:disabled {
  background-color: #eee;
}
body .red-color {
  color: #cf2e2e;
}
body .table th {
  text-transform: uppercase;
}
body .table th a {
  color: #ececec;
  padding-left: 5px;
  display: inline-block;
}
body .table th a.active,
body .table th a:hover {
  color: #fbbb00;
}
body .table th,
body .table td {
  font-size: 18px;
  font-weight: 600;
  border: none;
}
body .table.table-striped thead th {
  background: #cccccc;
}
body .table.table-striped tr td {
  border: 0;
}
body .table-gray thead tr th {
  background: #cccccc;
  text-align: left;
}
body .table-gray tbody tr td {
  background: #ececec;
  border-top: 1px solid #fff;
  border-bottom: 0;
}
body .chk-toggle {
  --width: 150px;
  --height: 22px;
  position: relative;
  width: var(--width);
  height: var(--height);
  border-radius: var(--height);
  cursor: pointer;
}
body .chk-toggle input {
  display: none;
}
body .chk-toggle input:checked + .slider::before {
  transform: translateX(0);
}
body .chk-toggle .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--height);
  background-color: #b5d2b6;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  border: 2px solid #b5d2b6;
}
body .chk-toggle .slider::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc((var(--width) / 2) - 4px);
  height: calc(var(--height) - 4px);
  border-radius: calc((var(--height) - 4px) / 2);
  background-color: #309b42;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  transform: translateX(calc(var(--width) / 2));
}
body .chk-toggle input[type="checkbox"]:disabled + .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--height);
  background-color: #cccccc;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  border: 2px solid #cccccc;
}
body .chk-toggle input[type="checkbox"]:disabled + .slider::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc((var(--width) / 2) - 4px);
  height: calc(var(--height) - 4px);
  border-radius: calc((var(--height) - 4px) / 2);
  background-color: #929292;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
body .chk-toggle .label {
  color: #fff;
  font-size: 10px;
  position: relative;
  z-index: 10;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}
body .modal.modal-fx {
  font-size: 18px;
}
body .modal.modal-fx .modal-content {
  position: relative;
  padding: 20px;
}
body .modal.modal-fx .modal-content .btn-close {
  position: absolute;
  right: -10px;
  top: -10px;
}
body .modal.modal-fx h3 {
  font-size: 22px;
  margin: 0 0 30px;
  padding: 0;
}
body .modal.modal-fx label {
  font-size: 18px;
  color: #000;
}
body .link-icon {
  display: inline-block;
  margin: 0 20px 0 0;
}
body .link-icon:hover {
  opacity: 0.5;
}
body .link-icon:last-child {
  margin: 0;
}
body .link-icon i {
  font-size: 25px;
}
body .link-icon.icon-download {
  color: #309b42;
}
body .link-icon.icon-trash {
  color: #cf2e2e;
}
body .pagination-tbl {
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0;
}
body .pagination-tbl .item {
  padding: 5px 8px;
  color: #309b42;
  text-align: center;
}
body .pagination-tbl .item:last-child {
  padding-right: 0;
}
body .pagination-tbl .item:hover {
  color: #fbbb00;
}
body .pagination-tbl .item.no-link {
  color: #cccccc;
}
body .pagination-tbl .item.no-link:hover {
  color: #cccccc;
}
body .pagination-tbl .item.text {
  position: relative;
  top: -2px;
}
body .pagination-tbl .item i {
  font-size: 18px;
}
body .pagination-tbl .item.first,
body .pagination-tbl .item.last {
  position: relative;
  top: -2px;
}
body .pagination-tbl .item.first i,
body .pagination-tbl .item.last i {
  font-size: 15px;
}
body .title-block {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 30px;
  padding: 0;
  display: inline;
}
body .title-block .title-component {
  font-weight: 600;
}
body .bulk-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 200px;
}
body .bulk-actions.w-200 {
  width: 200px;
}
body .bulk-actions.w-200 > li ul {
  width: 200px;
}
body .bulk-actions.bot > li ul {
  bottom: 100%;
}
body .bulk-actions > li {
  position: relative;
}
body .bulk-actions > li a {
  display: block;
  text-align: left;
  margin: 0 !important;
}
body .bulk-actions > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  width: 200px;
  display: none;
  z-index: 99;
}
body .bulk-actions > li ul li a:hover {
  background-color: #fbbb00 !important;
}
body .bulk-actions > li ul.active {
  display: block;
}
body .bulk-actions .has-icon > a {
  padding-right: 30px;
  position: relative;
}
body .bulk-actions .has-icon > a i {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 85%;
}
body .stepper:not(.stepper-vertical) .stepper-step .stepper-head:after,
body .stepper:not(.stepper-vertical) .stepper-step:not(:last-child) .stepper-head:after {
  content: ">";
  background: none;
  height: auto;
  text-align: center;
  margin: 0;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
body .stepper:not(.stepper-vertical) .stepper-step .stepper-head:before,
body .stepper:not(.stepper-vertical) .stepper-step:last-child .stepper-head:after {
  display: none;
}
body .stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head {
  padding: 0;
}
body .stepper:not(.stepper-vertical) .stepper-step {
  flex: auto;
}
body .stepper:not(.stepper-vertical) .stepper-content {
  padding-left: 0;
  padding-right: 0;
  top: 30px;
}
body .stepper-head-text {
  color: #929292;
}
body .stepper-active .stepper-head-text {
  color: #000000 !important;
}
body .stepper-completed .stepper-head-text {
  color: #3a7038;
}
body .stepper-head:hover {
  background: none;
}
body .stepper-mobile-footer,
body .stepper-mobile-head {
  display: none !important;
}
body .stepper.stepper-mobile {
  align-items: flex-start;
}
body .stepper.stepper-mobile .stepper-head-text {
  display: block !important;
}
body .stepper-step > .stepper-content {
  display: none !important;
}
body .stepper-active > .stepper-content {
  display: block !important;
}
body .stepper.stepper-mobile .stepper-step {
  flex: auto;
  height: auto;
  margin: 0;
}
body .stepper .stepper-step {
  display: none;
}
body .stepper .stepper-step.step-middle,
body .stepper .stepper-step.step-next,
body .stepper .stepper-step.stepper-active,
body .stepper .stepper-step.step-prev {
  display: flex;
  width: 33.33%;
}
body .stepper .stepper-step.step-next .stepper-head:after {
  display: none !important;
}
body .stepper .stepper-step .form-control {
  display: inline !important;
}
body .stepper .stepper-step .stepper-head {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  cursor: default;
}
body .stepper .stepper-step:last-child.stepper-active .stepper-head:after {
  display: none !important;
}
body .stepper .stepper-content.animation {
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
body .form-check-input[type=checkbox]:checked,
body .form-check-input[type=checkbox]:checked:focus {
  background-color: #f4bb44;
  border-color: #f4bb44;
}
body .form-check-input[type=radio]:checked:after,
body .form-check-input:checked,
body .form-check-input:checked:focus {
  background-color: #f4bb44;
  border-color: #f4bb44;
}
body .form-check label {
  color: #4f4f4f !important;
}
body .list-sites {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body .list-sites li {
  width: 100%;
  float: left;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  margin: 0px;
}
body .list-sites li a {
  display: block;
  font-weight: 18px;
  font-weight: 600;
  color: #000;
  /*&:hover {
					color: @primary-color;
				}*/
}
body .list-sites li a .name {
  max-width: 70%;
}
body .list-sites li a .logo {
  margin: 0 10px 0;
  min-width: 40px;
  max-width: 30%;
}
body .list-sites li a .logo img {
  height: 25px;
}
body .list-sites li a .site-indicator {
  display: inline-block;
  width: 30px;
}
body .list-sites li.site-item {
  cursor: pointer;
}
body .list-sites li.site-item:hover {
  background: #dfdfdf;
}
body .list-sites li.current-site {
  background: #ddd;
}
body .list-simple a {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
body .list-simple a:hover {
  color: #309b42;
}
body .button-wrap.tight .btn-real {
  margin: 0 10px 0 0;
}
body .button-wrap .btn-real {
  margin: 0 1rem 0 0;
}
body .button-wrap .btn-real.last {
  margin: 0;
}
body .button-wrap .btn.btn-chk {
  background: #f0f0f0;
}
body .button-wrap .btn.btn-chk:hover {
  background: #929292;
}
body .button-wrap .btn.btn-chk.form-check .form-check-input {
  margin-left: 0;
}
body .button-wrap .btn.btn-chk.form-check .form-check-label {
  font-size: 18px;
  font-weight: 600;
  color: #000 !important;
}
body .control-list .left-controls {
  font-size: 18px;
  font-weight: 600;
}
body .frm-search {
  border-bottom: 1px solid #000;
  padding: 0 0 4px 0;
}
body .frm-search .ipt-search {
  width: 200px;
  border: none;
}
body .frm-search .btn-search {
  border: none;
  background: none;
}
body .popmenu {
  position: absolute;
  right: -20px;
  top: 40px;
  min-width: 140px;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: none;
  z-index: 999;
  text-align: center;
}
body .popmenu label {
  display: block;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 7px 0;
  margin: 0 0 7px 0;
}
body .popmenu.active {
  display: block;
}
body .popmenu .arrow {
  width: 24px;
  height: 12px;
  position: absolute;
  bottom: 100%;
  left: 70%;
  overflow: hidden;
}
body .popmenu .arrow::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: translateX(-50%) translateY(50%) rotate(45deg);
  bottom: 0;
  left: 50%;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
body .popmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
body .popmenu ul li {
  margin: 0 0 7px 0 !important;
  border-bottom: 1px solid #cccccc;
  display: block !important;
}
body .popmenu ul li:last-child {
  margin: 0 !important;
  border: none;
  padding: 0;
}
body .popmenu ul li:last-child a {
  padding: 0;
}
body .popmenu ul li a {
  display: block;
  color: #000 !important;
  padding: 0 0 7px 0;
}
body .popmenu ul li a:hover,
body .popmenu ul li a.selected {
  color: #309b42 !important;
}
body header#main-header {
  background: url(../images/bg_header_logo.jpg) bottom left repeat-x;
  border-bottom: 10px solid #fbbb00;
}
body header#main-header .inner {
  background: url(../images/bg_header_green.jpg) bottom right no-repeat;
}
body header#main-header #logo {
  height: 117px;
  padding: 10px 0 0 10px;
}
body header#main-header #logo a {
  display: block;
}
body header#main-header #header-right {
  background: url(../images/bg_header_green.jpg) bottom right repeat-x;
  clear: both;
  position: relative;
}
body header#main-header #header-right .slogan {
  position: absolute;
  color: #fff;
  top: 50px;
  left: 200px;
  font-size: 22px;
  font-weight: 600;
}
body header#main-header #header-right .welcome {
  position: absolute;
  color: #fff;
  top: 10px;
  right: 10px;
  font-size: 14px;
  font-weight: 600;
}
body header#main-header #header-right .inner-right {
  background: url(../images/bg_header_gradient.jpg) bottom left no-repeat;
  height: 117px;
}
body header#main-header #header-right .inner-right .sub-inner {
  padding-top: 45px;
}
body header#main-header #header-right #wrap-icons-header {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}
body header#main-header #header-right #wrap-icons-header li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  z-index: 100;
}
body header#main-header #header-right #wrap-icons-header li a {
  display: block;
  color: #fff;
  text-transform: capitalize;
}
body header#main-header #header-right #wrap-icons-header li a:hover {
  opacity: 0.8;
}
body header#main-header #header-right #wrap-icons-header li a i {
  font-size: 20px;
  position: relative;
  top: 4px;
}
body .search-header .col-auto {
  padding: 0;
}
body .search-header .ipt-search {
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  box-shadow: none;
  background: none;
  font-weight: 300;
  color: #fff;
  width: 260px;
}
body .search-header .ipt-search:focus {
  background: none;
}
body .search-header .ipt-search::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
body .search-header .ipt-search:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
body .search-header .ipt-search::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
body .search-header .ipt-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
body .search-header .ipt-search::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
body .search-header .ipt-search::placeholder {
  /* Most modern browsers support this now. */
  color: #fff;
}
body .search-header .btn-search {
  background-image: url(../images/icon_search.png);
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  outline: none;
  text-indent: -99999px;
  width: 24px;
  height: 24px;
}
body #search-modal .modal-content {
  background-color: #309b42;
}
body #icon-menu-phone {
  display: none;
  position: absolute;
  left: 10px;
  top: 7px;
  width: 45px;
  height: 35px;
  line-height: 45px;
  text-align: center;
  background: #fbbb00;
  border-radius: 4px;
  z-index: 9999;
}
body #icon-menu-phone i {
  font-size: 25px;
}
body #icon-menu-phone .close {
  display: none;
}
body #icon-search-phone {
  color: #fff;
  font-size: 25px;
  display: none;
}
body #left-nav {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
}
body #left-nav .inner {
  height: 100%;
}
body #left-nav .inner .bg-white {
  background-color: #fff;
  position: absolute;
  left: -290px;
  top: 0;
  bottom: 0;
  width: 290px;
  z-index: 1;
}
body #left-nav .inner .bg-yellow {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  /*background: @yellow-color; */
}
body #left-nav .inner .sub-inner {
  position: relative;
  z-index: 10;
  height: 100%;
  background: transparent !important;
}
body #left-nav .inner .sub-inner .e-toolbar {
  background: transparent !important;
}
body #left-nav .inner .sub-inner .e-toolbar .e-toolbar-items {
  background: transparent !important;
}
body #left-nav .inner:hover .bg-white {
  left: 0;
}
body #left-nav .inner:hover .text {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 210px !important;
  font-weight: 600;
  padding: 0 20px !important;
}
body #left-nav #main-left-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
body #left-nav #main-left-nav li {
  display: flex;
  align-items: center;
}
body #left-nav #main-left-nav li a {
  align-items: center;
  height: 45px;
  background-color: rgba(222, 174, 5, 0.9);
  /*opacity: 1 !important;*/
}
body #left-nav #main-left-nav li.menu-dashboard .icon {
  background-image: url(../images/icons/012-house.png);
}
body #left-nav #main-left-nav li.menu-manager .icon {
  background-image: url(../images/icons/015-flanges.png);
}
body #left-nav #main-left-nav li.menu-manager .icon {
  background-image: url(../images/icons/015-flanges.png);
}
body #left-nav #main-left-nav li.menu-workpacks .icon {
  background-image: url(../images/icons/005-dossier.png);
}
body #left-nav #main-left-nav li.menu-product .icon {
  background-image: url(../images/icon_catalog_gray.png);
}
body #left-nav #main-left-nav li.menu-config .icon {
  background-image: url(../images/icon_config_gray.png);
}
body #left-nav #main-left-nav li.menu-gasket .icon {
  background-image: url(../images/icons/001-gasket.png);
}
body #left-nav #main-left-nav li.menu-torque .icon {
  background-image: url(../images/icons/007-calculator.png);
}
body #left-nav #main-left-nav li.menu-knowledge .icon {
  background-image: url(../images/icons/013-brainstorm.png);
}
body #left-nav #main-left-nav li.menu-document .icon {
  background-image: url(../images/icons/010-paper.png);
}
body #left-nav #main-left-nav li.menu-database .icon {
  background-image: url(../images/icons/006-water-pump.png);
}
body #left-nav #main-left-nav li.menu-order .icon {
  background-image: url(../images/icon_history_gray.png);
}
body #left-nav #main-left-nav li.menu-support .icon {
  background-image: url(../images/icons/008-help.png);
}
body #left-nav #main-left-nav li.menu-help {
  margin-top: 1px;
}
body #left-nav #main-left-nav li.menu-help .icon {
  background-image: url(../images/icons/008-help.png);
}
body #left-nav #main-left-nav li.menu-manage-sites .icon {
  background-image: url(../images/icons/004-management-1.png);
}
body #left-nav #main-left-nav li.menu-unit .icon {
  background-image: url(../images/icons/016-unit.png);
}
body #left-nav #main-left-nav li.menu-pid .icon {
  background-image: url(../images/icons/017-pid.png);
}
body #left-nav #main-left-nav li.menu-line .icon {
  background-image: url(../images/icons/018-line.png);
}
body #left-nav #main-left-nav li.menu-piping .icon {
  background-image: url(../images/icons/piping-01.png);
}
body #left-nav #main-left-nav li.menu-tools .icon {
  background-image: url(../images/icons/019-tool.png);
}
body #left-nav #main-left-nav li:hover.menu-product .icon,
body #left-nav #main-left-nav li.active.menu-product .icon {
  background-image: url(../images/icon_catalog_black.png);
}
body #left-nav #main-left-nav li:hover.menu-config .icon,
body #left-nav #main-left-nav li.active.menu-config .icon {
  background-image: url(../images/icon_config_black.png);
}
body #left-nav #main-left-nav li:hover.menu-order .icon,
body #left-nav #main-left-nav li.active.menu-order .icon {
  background-image: url(../images/icon_history_black.png);
}
body #left-nav #main-left-nav li:hover a,
body #left-nav #main-left-nav li.active a {
  background-color: rgba(81, 151, 76, 0.8) !important;
}
body #left-nav #main-left-nav li:hover .text,
body #left-nav #main-left-nav li.active .text {
  background-color: rgba(81, 151, 76, 0.8) !important;
}
body #left-nav #main-left-nav li.active .text {
  padding: 0;
}
body #left-nav #main-left-nav li .icon {
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 45px;
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
}
body #left-nav #main-left-nav li .text {
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  line-height: 30px;
  color: #000;
  /*opacity: 0;*/
  /*visibility: hidden;*/
  white-space: nowrap;
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 210px !important;
  font-weight: 600;
  padding: 0 20px !important;
  background-color: white;
}
body table.table-fx {
  width: 100%;
}
body table.table-fx thead tr th {
  background: #000;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  border: 1px solid #fff;
  padding: 5px 15px;
}
body table.table-fx tr td {
  font-size: 18px;
  border: 1px solid #fff;
  padding: 5px 15px;
}
body table.table-fx tr td:first-child {
  white-space: nowrap;
}
body table.table-fx tr td:nth-child(odd) {
  background: #cccccc;
  font-weight: 600;
  width: 300px;
}
body table.table-fx tr td:nth-child(even) {
  background: #ececec;
}
body table.table-fx tr td.green {
  background-color: #309b42;
}
body table.table-fx tr td.yellow {
  background-color: #fbbb00;
}
body table.table-fx tr td.darkgray {
  background-color: #929292;
  color: #FFFFFF;
}
body table.table-fx tr td.empty {
  background-color: #fff;
}
body table.table-fx tr td.fix-width.w-120 {
  width: 120px;
}
body table.table-fx tr.fullname-row .required-star {
  display: none;
}
body table.table-fx tr.required-row td:nth-child(odd) {
  background: #A3A3A3;
  font-weight: 600;
  width: 300px;
}
body table.table-fx tr.required-row td:nth-child(even) {
  background: #D5D5D5;
}
body table.table-fx tr.required-row .required-star {
  display: inline;
}
body table.table-fx.table-fx-full tr td:nth-child(odd) {
  width: 50%;
}
body table.table-report {
  width: 100%;
}
body table.table-report tr.table-header {
  background: #cccccc;
}
body table.table-report tr td {
  font-size: 18px;
  border: 1px solid #000;
  padding: 5px 15px;
}
body table.table-report tr td.no-border {
  border: 0px;
  background: #fff;
}
body table.table-report tr td:first-child {
  width: 300px;
  background-color: #d3d3d3;
}
body table.table-report.no-border {
  width: auto;
}
body table.table-report.no-border tr td {
  font-size: 18px;
  border: 0px;
  padding: 5px 15px;
}
body table.table-report.no-border tr td:first-child {
  width: auto;
}
body table .status {
  display: block;
  text-align: center;
  padding: 5px;
  margin-top: -5px;
  margin-bottom: -5px;
  color: #fff;
}
body table .status.status-green {
  background: #309b42;
}
body table .status.status-yellow {
  background: #fbbb00;
}
body table .status.status-red {
  background: #cf2e2e;
}
body table .status.status-blue {
  background: #0693e3;
}
body table .status.status-awaiting-tag {
  background: #FBBB00;
}
body table .status.status-tag-complete {
  background: #B4DEF7;
  color: black;
}
body table .status.status-broken {
  background: #005CB7;
}
body table .status.status-assembled {
  background: #D40D24;
}
body table .status.status-tightened {
  background: #F5E502;
  color: #000;
}
body table .status.status-re-tightened {
  background: #F5E502;
}
body table .status.status-leak-test {
  background: #16F502;
}
body table .status.status-leak-test-pass {
  background: #16F502;
}
body table .status.status-leak-test-failed {
  background: #FFA500;
}
body table .status.status-ready-for-service {
  background: #309B42;
}
body table .status.status-awaiting-tag {
  background: #FBBB00;
}
body table .status.status-new {
  color: #000;
}
body table.table-normal {
  width: 100%;
}
body table.table-normal tr td {
  font-size: 18px;
  border: 1px solid #000;
  padding: 5px 15px;
  background: #f0f0f0;
}
body table.table-normal tr td.green {
  background-color: #309b42;
}
body table.table-normal tr td.yellow {
  background-color: #fbbb00;
}
body table.table-normal tr td.gray {
  background: #cccccc;
}
body table.table-normal tr td.empty {
  background-color: #fff;
}
body table.table-normal tr td.no-border {
  border: none;
}
body table.table-normal tr td.font-weight-bold {
  font-weight: 600 !important;
}
body table.table-normal tr td .progress {
  background: #f0f0f0;
  justify-content: space-between;
  align-items: center;
}
body table.table-normal tr td .progress label {
  display: flex;
  font-size: 18px;
}
body table.table-normal tr td .progress .progress-bar {
  height: 100%;
  background: #309b42;
}
body .main-content {
  position: relative;
  min-height: 800px;
}
body .main-content .inner-main-content {
  padding-top: 30px;
  margin-left: 130px;
  margin-right: 50px;
}
body .main-content .inner-main-content.workpack-dashboard {
  padding-top: 15px;
  margin-left: 65px;
  margin-right: 50px;
}
body .main-content.not-auth .inner-main-content {
  margin-left: 50px;
}
body .main-content .header-page,
body .main-content .bottom-page {
  margin: 0 0 30px;
}
body .main-content .header-page .title-page,
body .main-content .bottom-page .title-page {
  position: relative;
}
body .main-content .header-page .title-page .change-sites,
body .main-content .bottom-page .title-page .change-sites {
  display: block;
  padding-left: 50px;
  font-size: 18px;
  text-decoration: underline;
  color: #000;
}
body .main-content .header-page .title-page .change-sites:hover,
body .main-content .bottom-page .title-page .change-sites:hover {
  color: #fbbb00;
}
body .main-content .header-page .title-page .logo-site,
body .main-content .bottom-page .title-page .logo-site {
  /*margin-right: 50px;*/
  max-height: 70px;
  padding-left: 50px;
  padding-right: 50px;
}
body .main-content .header-page .title-page .logo-site img,
body .main-content .bottom-page .title-page .logo-site img {
  max-height: 100px;
  height: 100%;
  margin-top: -20px;
}
body .main-content .header-page .title-page h1,
body .main-content .bottom-page .title-page h1 {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  padding: 0;
}
body .main-content .header-page .title-page h3,
body .main-content .bottom-page .title-page h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
body .main-content .header-page {
  margin-top: 50px;
  margin-right: -50px;
  margin-left: -50px;
  height: 80px;
}
body .main-content .header-page .title-page .wrap-title h1 {
  line-height: 80px;
}
body .main-content .header-page .title-page .change-sites {
  line-height: 80px;
}
body .main-content .header-page .title-page .logo-site {
  height: 100%;
  line-height: 80px;
  padding-left: 50px;
}
body .main-content .header-page .title-page .logo-site img {
  height: 50px;
  margin-top: -15px;
  margin-right: 10px;
}
body .main-content .header-page .button-wrap {
  position: absolute;
  top: 80px;
  right: 50px;
}
body .main-content .title-page .wrap-title h1 {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  padding: 0;
  line-height: 30px;
  text-transform: uppercase;
}
body .main-content .bottom-page {
  margin: 50px 0 0;
}
body .main-content .wrap-dash-count .item {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
body .main-content .wrap-dash-count .item .head-title {
  background: #fbbb00;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
body .main-content .wrap-dash-count .item .content-item {
  text-align: center;
  font-size: 80px;
  line-height: 100px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 0;
}
body .main-content .wrap-dash-count .item .content-item a {
  display: block;
  color: #000;
  font-weight: 500;
}
body .main-content .item-dash-chart {
  margin: 0 0 30px;
}
body .main-content .item-dash-chart .head-title {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 30px;
}
body .main-content #dashboardAccordion .accordion-item {
  border-radius: 0px;
  border: 0px;
}
body .main-content #dashboardAccordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0px;
  background: #F2F2F2;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  padding: 10px;
}
body .main-content #dashboardAccordion .accordion-item .accordion-header .accordion-button .dashboard-hidden {
  display: inline;
}
body .main-content #dashboardAccordion .accordion-item .accordion-header .accordion-button .dashboard-showed {
  display: none;
}
body .main-content #dashboardAccordion .accordion-item .accordion-header .accordion-button.collapsed .dashboard-hidden {
  display: none;
}
body .main-content #dashboardAccordion .accordion-item .accordion-header .accordion-button.collapsed .dashboard-showed {
  display: inline;
}
body .main-content #dashboardAccordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
body .main-content #dashboardAccordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
}
body .main-content #dashboardAccordion .accordion-item .accordion-body {
  padding-left: 0px;
  padding-right: 0px;
}
body .main-content #dashboardAccordion .wrap-dash-count .item {
  height: 140px;
  margin-left: 0px;
  margin-right: 0px;
}
body .main-content #dashboardAccordion .wrap-dash-count .item .left-column {
  background: #666666;
}
body .main-content #dashboardAccordion .wrap-dash-count .item .head-title {
  background: #666666;
  color: #fff;
  padding: 0px;
  padding-top: 25%;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
body .main-content #dashboardAccordion .wrap-dash-count .item .content-item {
  text-align: center;
  font-size: 65px;
  line-height: 100px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 0;
}
body .main-content #dashboardAccordion .wrap-dash-count .item .content-item a {
  display: block;
  color: #000;
  font-weight: 500;
}
body .main-content #dashboardAccordion .item-dash-chart {
  margin: 0 0 30px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}
body .main-content #dashboardAccordion .item-dash-chart .head-title {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0px;
  background: #666666;
  color: #ffffff;
  padding: 10px;
}
body .main-content #dashboardAccordion .item-dash-chart .content-item {
  padding: 15px;
  min-height: 300px;
}
body .main-content #dashboardAccordion .item-dash-chart .content-item.list-item {
  height: 265px;
  min-height: auto;
  position: relative;
}
body .main-content #dashboardAccordion .item-dash-chart .content-item.list-item ul {
  padding: 0;
}
body .main-content #dashboardAccordion .item-dash-chart .content-item.list-item ul li {
  padding: 5px 0px;
  border-bottom: 1px solid #efefef;
}
body .main-content #dashboardAccordion .item-dash-chart .content-item.list-item ul li span {
  float: right;
}
body .main-content #dashboardAccordion .item-dash-chart .content-item.list-item .list-item-nav {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding-right: 30px;
}
body .main-content #dashboardAccordion .item-dash-chart .content-item.list-item.hide ul {
  display: none;
}
body .main-content #dashboardAccordion .item-dash-chart .content-item.list-item.hide .list-item-nav {
  display: none;
}
body .main-content #dashboardAccordion .item-dash-chart .content-item.pie-chart {
  padding-left: 25%;
  padding-right: 25%;
}
body .main-content .content {
  padding-bottom: 100px;
}
body .main-content .content h2 {
  font-size: 20px;
  font-weight: 700;
}
body .main-content .content h2.big {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 50px;
  padding: 0;
}
body .main-content .content .wrap-specs {
  margin: 50px 0 0;
  border: 1px solid #cccccc;
  border-top: 0;
  border-right: 0;
}
body .main-content .content .wrap-specs .nav-justified .nav-item .nav-link {
  width: 100%;
}
body .main-content .content .wrap-specs .tab-content {
  border-right: 1px solid #cccccc;
}
body .main-content .content .wrap-specs .nav-tabs {
  border-bottom: 1px solid #cccccc !important;
  /*background: #f0f0f0;*/
  /*&.nav-justified {
						.nav-item {
							&:last-child {
								.nav-link {
									border-right: 0px;
								}
							}
						}
					}*/
}
body .main-content .content .wrap-specs .nav-tabs .nav-item .nav-link {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  background: #f0f0f0;
  text-transform: none;
  font-size: 18px;
  color: #000;
  white-space: nowrap;
}
body .main-content .content .wrap-specs .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #fff;
  background: #fff;
}
body .main-content .content .wrap-specs #tab-specs-content {
  padding: 50px;
}
body .main-content .content .wrap-login {
  min-height: 500px;
}
body .main-content .content .wrap-login form {
  width: 400px;
}
body .main-content .content .wrap-login form .form-outline .form-control {
  padding: 5px 0px;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
body .main-content .content .wrap-login form .form-outline .form-control ~ .form-label {
  left: 0;
}
body .main-content .content .wrap-login form .form-outline .form-control:focus ~ .form-label {
  color: #3a7038;
}
body footer {
  height: 60px;
  background: #009E33;
  /*border-bottom: 10px solid @yellow-color;*/
  position: relative;
  width: 99%;
}
body footer .poweredby {
  margin: 5px 0px 0px 5px;
  /*position: absolute;
			height: 40px;
			top: 10px;
			left: 230px;
			*/
}
body footer .poweredby img {
  height: 100%;
}
body footer .bottom-links {
  text-align: center;
}
body footer .bottom-links a {
  color: #fff;
  font-size: 0.85em;
  line-height: 60px;
}
body footer .bottom-links a:hover {
  text-decoration: underline;
}
body .form-outline .form-control:focus ~ .form-notch > div {
  box-shadow: none !important;
}
body #pageLoading {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background: #fff;
  opacity: 0.8;
}
body #pageLoading .loading {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  top: 50%;
  position: absolute;
  color: #309b42;
}
.gasket-modal-body {
  padding: 25px 20px 25px 30px;
}
.gasket-wrap {
  font-weight: 500;
}
.contact-support-btn {
  letter-spacing: 1px;
  font-weight: 400;
  padding: 0.375rem 1.5rem;
  margin-top: 30px;
}
.side-header.gasket-side-header {
  padding: 10px 15px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.gasket-input-conn-blk {
  margin-bottom: 50px;
}
.gasket-is-standard {
  position: relative;
  display: block;
  cursor: pointer;
}
.gasket-is-standard input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.gasket-is-standard .btn {
  width: 145px;
}
body table.table-fx tr td.td-bg-yellow {
  background-color: #E8B926;
}
.tr-empty {
  height: 48px;
}
@media (min-width: 576px) {
  .gasket-modal-body {
    padding: 25px 0px;
  }
}
@media (min-width: 992px) {
  .modal-md {
    max-width: 580px;
  }
}
@media (max-width: 580px) {
  .gasket-is-standard {
    display: flex;
  }
  .gasket-is-standard .btn {
    width: 50%;
  }
}
body table.connection tr td:nth-child(odd) {
  background: #cccccc;
  font-weight: 600;
  width: 44% !important;
}
body table.calculator thead tr td {
  background: #000 !important;
  color: #fff;
}
body table.calculator tr td:nth-child(odd) {
  background: #cccccc;
  font-weight: 600;
}
body table.torque tr td.value {
  background: #ececec;
  font-weight: 400;
}
body table.torque tr td:nth-child(odd) {
  width: 44% !important;
}
body table.torque tr td:nth-child(even) {
  width: 44% !important;
}
body table.table-limit tr td:nth-child(odd) {
  width: 44% !important;
}
body table.calculator tr td:nth-child(odd) {
  width: 44% !important;
}
body table.table-fx tr td.empty {
  width: 44%;
  background: white;
  border: none;
}
body table.table-fx tr.title {
  height: 60px;
  color: #000;
}
.pt-3 {
  padding-top: 30px;
}
.text-right {
  text-align: right;
}
.header {
  background: #ccc;
}
.mpa_wrapper,
.psi_wrapper {
  position: relative;
  width: 100%;
}
#target_gasket_stress_target_mpa,
#required_bolt_stress_target_mpa {
  width: 100%;
  font-size: 18px;
  padding: 3px 3px 3px 10px;
  color: black;
}
.units {
  position: absolute;
  top: 0;
  left: 55%;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  padding: 5px 5px 5px 12px;
  opacity: 0.8;
}
.invisible {
  visibility: hidden;
}
.unitsValue {
  white-space: pre;
}
.e-toast-container .e-toast.e-toast-danger {
  background-color: #FF0000 !important;
}
.e-toast-container .e-toast.e-toast-success {
  background-color: #008000 !important;
}
.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-title {
  color: black !important;
}
.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-title {
  color: white !important;
}
.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-content {
  color: black !important;
}
.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-content {
  color: white !important;
}
.e-toast .e-toast-close-icon::before {
  content: "\f057";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro") !important;
  font-weight: 700 !important;
}
.e-toast-container .e-toast.e-toast-danger .e-toast-close-icon {
  color: #000 !important;
}
.e-toast-container .e-toast.e-toast-success .e-toast-close-icon {
  color: white !important;
}
.e-toast-icon.e-icons.e-success::before {
  content: "\f05d";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro") !important;
  font-weight: 700 !important;
}
.e-toast-icon.e-icons.e-error::before {
  content: "\f05e";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro") !important;
  font-weight: 700 !important;
}
.e-toast-container .e-toast.e-toast-success .e-toast-icon {
  color: #ffffff;
}
.e-toast-container .e-toast.e-toast-danger .e-toast-icon {
  color: black;
}
.e-toast-container .e-toast .e-toast-icon {
  left: 22px !important;
  margin-top: 16px !important;
}
.reduced-size-image {
  width: 270px;
  height: auto;
}
#CriticalityDropdown {
  font-weight: 600;
  border: none;
  box-shadow: none;
  background-color: #ececec;
}
#CriticalityDropdown:focus {
  border: none;
  box-shadow: none;
}
#CriticalityDropdown option {
  background-color: #fff;
  color: #000;
  font-weight: 600;
}
#CriticalityDropdown .critical-option {
  background: red;
  color: white;
}
#CriticalityDropdown .high-option {
  background: orange;
  color: black;
}
#CriticalityDropdown .medium-option {
  background: yellow;
  color: black;
}
#CriticalityDropdown .low-option {
  background: green;
  color: white;
}
#CriticalityDropdown .not-critical-option {
  background: lightblue;
  color: black;
}
#CriticalityDropdown option:checked {
  background-color: #ececec;
  color: inherit;
}
.medium-text {
  color: yellow;
}
@media only screen and (min-width: 992px) and (max-width: 1414px) {
  .sign-up-row {
    margin-top: 0px;
  }
  .sign-up-row > * {
    flex-shrink: 0;
    width: 80%;
    max-width: 80%;
    margin: auto;
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1175px) {
  .sign-up-name > * {
    flex-shrink: 0;
    width: 100% !important;
    max-width: 100% !important;
    margin: auto;
  }
  .sign-up-name .row > :first-child {
    width: 25% !important;
  }
  .sign-up-name .row > :nth-child(2) {
    width: 75% !important;
  }
}
@media screen and (min-width: 1175px) {
  .sign-up-name .row > :nth-child(2) {
    padding-left: 18px !important;
  }
}
.modal-body {
  overflow: hidden;
}
.knowledge-hub-header {
  font-size: 30px;
}