﻿@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans/Light/OpenSans-Light.eot') format('embedded-opentype'), url('../fonts/OpenSans/Light/OpenSans-Light.svg') format('svg'), url('../fonts/OpenSans/Light/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans/Light/OpenSans-Light.woff') format('woff');
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans/Regular/OpenSans-Regular.eot') format('embedded-opentype'), url('../fonts/OpenSans/Regular/OpenSans-Regular.svg') format('svg'), url('../fonts/OpenSans/Regular/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans/Regular/OpenSans-Regular.woff') format('woff');
}
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url('../fonts/OpenSans/Semibold/OpenSans-Semibold.eot') format('embedded-opentype'), url('../fonts/OpenSans/Semibold/OpenSans-Semibold.svg') format('svg'), url('../fonts/OpenSans/Semibold/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans/Semibold/OpenSans-Semibold.woff') format('woff');
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans/Bold/OpenSans-Bold.eot') format('embedded-opentype'), url('../fonts/OpenSans/Bold/OpenSans-Bold.svg') format('svg'), url('../fonts/OpenSans/Bold/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans/Bold/OpenSans-Bold.woff') format('woff');
}
/*CENTER SCREEN*/
.wrapper {
  height: 500px;
}
.wrapper .center {
  display: flex;
  top: 50%;
  width: 100%;
  position: relative;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
.wrapper .center button {
  width: 300px;
}
.line-height-38 {
  line-height: 38px;
}
/*SLIDER*/
/*SLIDER*/
.switch {
  position: relative;
  display: inline-block;
  width: 57px;
  height: 30px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ebedf3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 28px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:after {
  position: absolute;
  content: '';
  right: 14px;
  top: 8px;
  width: 5px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  background-color: #3699ff;
}
.switch input:checked + .slider:after {
  opacity: 1;
}
.slider.isDisabled {
  cursor: default;
}
.slider.isChecked::before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  background-color: #3699ff;
}
.slider.isChecked::after {
  opacity: 1;
}
.ui-slider {
  width: 200px;
  float: right;
  margin-right: 15px;
  margin-top: 12px;
}
.ui-slider .ui-slider-handle {
  width: 25px;
  height: 20px;
  text-align: center;
  padding-top: 0px;
  background-color: #2c77f4;
  color: white;
  outline: none;
  line-height: 19px;
  font-size: 11px;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.ui-slider .ui-slider-handle:hover {
  background-color: #0c61ed;
  border-color: #0c5ce1;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle {
  top: -6px;
}
.ui-slider .ui-state-default,
.ui-slider .ui-widget-content .ui-state-default,
.ui-slider .ui-widget-header .ui-state-default,
.ui-slider .ui-button,
.ui-slider html .ui-button.ui-state-disabled:hover,
.ui-slider html .ui-button.ui-state-disabled:active {
  border: 1px solid #2c77f4;
}
@media (min-width: 1440px) {
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.33333333%;
  }
}
.nkl-comment-box {
  overflow-y: scroll;
  height: 150px;
  background-color: wheat;
  padding: 10px;
  margin-bottom: 20px;
}
.nkl-comment-box .comment {
  position: relative;
  padding-left: 75px;
  margin-bottom: 10px;
}
.nkl-comment-box .comment .lblDate {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  text-align: center;
}
.lblNoData {
  padding: 20px;
  text-align: center;
  display: block;
}
.obj-info {
  font-family: 'OpenSans-SemiBold';
  font-style: italic;
}
.tblRowHeader {
  font-family: 'OpenSans-Bold';
  font-size: 13px;
  padding-bottom: 8px;
}
.tblRowTotal {
  border-top: 1px solid #eff0f6;
  padding-top: 5px;
  margin-top: 5px;
}
.tblRowTotal .total-info,
.tblRowContent .total-info {
  font-family: 'OpenSans-SemiBold';
  padding-right: 15px;
}
.tblRowTotal .total-number,
.tblRowContent .total-number {
  font-family: 'OpenSans-Bold';
  color: white;
  padding: 0 5px;
}
.tblRowTotal .total-number.c-green,
.tblRowContent .total-number.c-green {
  background-color: #4CAF50;
}
.tblRowTotal .total-number.c-red,
.tblRowContent .total-number.c-red {
  background-color: #dc3545;
}
.tblRowTotal .total-number.c-blue,
.tblRowContent .total-number.c-blue {
  background-color: #2c77f4;
}
.form-control {
  font-size: 12px;
}
.spacer {
  height: 5px;
  display: block;
  width: 100%;
}
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  color: #1e1e2d;
  font-size: 12px;
  font-family: 'OpenSans-Regular';
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}
.blue-color {
  color: #0c61ed;
}
body.inside-app {
  background-color: #eef0f8;
}
body.external-app {
  background-color: #eef0f8;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}
body.inside-app .body-content {
  padding-left: 70px;
  padding-top: 70px;
  padding-right: 0;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}
body.inside-app.menu-closed .body-content {
  padding-left: 85px;
  padding-top: 70px;
  padding-right: 10px;
  padding-bottom: 10px;
}
body.inside-app.menu-closed .header {
  padding-left: 125px;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
@media (max-width: 767px) {
  body.modal-open,
  .modal-open .navbar-fixed-top,
  .modal-open .navbar-fixed-bottom {
    overflow-y: hidden;
  }
}
body.modal-open {
  overflow: visible;
}
.googleMap {
  height: 700px;
}
.googleMap.small {
  height: 400px;
}
@media (max-width: 1199px) {
  .googleMap.small {
    height: 300px;
  }
}
.divOverlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.jqyContentPopUp {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
.jqyContentPopUp label {
  cursor: pointer;
}
.jqyContentPopUp:hover {
  opacity: 1;
}
.pnlToHideShow.pad-btm {
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .pnlToHideShow.pad-btm {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pnlToHideShow.pad-btm {
    padding-bottom: 10px;
  }
}
.f-right {
  float: right;
}
.badge {
  font-size: 10px;
  font-weight: 100;
  border-radius: 3px;
}
.badge-info {
  background-color: #0c61ed;
}
.badge-initials {
  background-color: #f18e00;
}
.badge-warning {
  background-color: #f18e00;
}
.badge-initials.tinyRightMargin {
  margin-right: 2px;
  background-color: #525f7f;
}
.badge-dark {
  background-color: #555;
}
.timeline {
  position: relative;
  width: 100%;
}
.timeline:after {
  content: '';
  position: absolute;
  width: 5px;
  top: 0;
  margin-top: 0.1rem;
  bottom: 40px;
  left: 50%;
  margin-left: -2.5px;
  background-color: #e6eaf5;
}
.timeline .timeline-items {
  padding-bottom: 78px;
  position: relative;
}
.timeline .timeline-start,
.timeline .timeline-end {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.timeline .timeline-start {
  bottom: 0;
}
.timeline .timeline-end {
  top: 0;
}
.timeline .timeline-start .badge,
.timeline .timeline-end .badge {
  font-family: 'OpenSans-SemiBold';
  padding: 0 15px;
  line-height: 35px;
}
.timeline .timeline-marker {
  width: 20px;
  height: 5px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  background-color: #e6eaf5;
}
.timeline .timeline-marker.end {
  bottom: 40px;
}
.timeline .timeline-item {
  position: relative;
  margin-left: 0;
  width: 50%;
  min-height: 3rem;
}
.timeline .timeline-item .timeline-time {
  position: absolute;
  display: inline-block;
  margin-top: -23px;
  font-family: 'OpenSans-Bold';
  color: #2c77f4;
}
.timeline .timeline-title {
  color: #1e1e2d;
  font-family: 'OpenSans-SemiBold';
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.timeline .timeline-title i {
  margin-right: 5px;
}
.timeline .timeline-title .timeline-title-info {
  color: #5867dd;
  position: absolute;
  right: 0;
  top: 0;
}
.timeline .timeline-body {
  color: #646c9a;
  font-family: 'OpenSans-Regular';
  display: block;
  position: relative;
  overflow: hidden;
}
.timeline .timeline-body .line {
  display: block;
  width: 100%;
  margin: 15px 0 10px;
  background-color: #d7d7e0;
  height: 1px;
}
.timeline .timeline-body i {
  color: #1e1e2d;
  font-size: 15px;
  margin-right: 10px;
}
.timeline .timeline-body .with-badge {
  display: inline-block;
  float: right;
}
.timeline .item-left {
  left: 0;
  padding-right: 2.85rem;
  position: relative;
}
.timeline .item-left:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 15px;
  left: 100%;
  margin-left: -3rem;
  border-left: solid 10px #f2f3f7;
  border-bottom: solid 17px transparent;
  border-right: solid 17px transparent;
  border-top: solid 17px transparent;
}
.timeline .item-right {
  top: -10px;
  left: 50%;
  padding-left: 2.86rem;
}
.timeline .item-right:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 15px;
  right: 100%;
  margin-right: -3rem;
  border-right: solid 10px #f2f3f7;
  border-bottom: solid 17px transparent;
  border-left: solid 17px transparent;
  border-top: solid 17px transparent;
}
.timeline .item-first {
  top: 3.5rem;
}
.timeline-count {
  font-size: 10px;
  padding-left: 5px;
}
.timeline .timeline-circle {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
}
.timeline .timeline-circle i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.timeline .timeline-circle i.red {
  color: #dc3545;
}
.timeline .timeline-circle i.green {
  color: #4CAF50;
}
.timeline .timeline-circle i.blue {
  color: #2c77f4;
}
.timeline .item-left .timeline-circle {
  right: -10px;
  top: 20px;
}
.timeline .item-right .timeline-circle {
  top: 20px;
  left: -10px;
}
.timeline .item-left .timeline-time {
  right: 38px;
}
.timeline .item-right .timeline-time {
  left: 35.7px;
}
.timeline .timeline-content {
  position: relative;
  border-radius: 3px;
  padding: 20px;
  background: #f1f1f1;
  border-color: #ebedf2;
}
.timeline .timeline-content.is-disabled {
  background: #e2e7f1;
}
.timeline .timeline-item.is-disabled .timeline-content {
  background: #e2e7f1;
}
.timeline .timeline-item.is-disabled.item-left:after {
  border-left: solid 10px #e2e7f1;
}
.timeline .timeline-item.is-disabled.item-right:after {
  border-right: solid 10px #e2e7f1;
}
.timeline.with-ending .timeline-items {
  padding-top: 78px;
}
.timeline.with-ending .timeline-marker.start {
  top: 40px;
}
.timeline.with-ending:after {
  top: 40px;
}
.timeline .timeline-load-more {
  text-align: center;
}
.badge-success {
  background-color: #4CAF50;
}
.badge-danger {
  background-color: #dc3545;
}
.info-lbl {
  font-family: 'OpenSans-SemiBold';
}
.custom-alert,
.comment-block {
  position: relative;
  border: 1px solid #eff0f6;
  background-color: white;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px 0 rgba(82, 63, 105, 0.08);
  box-shadow: 0 0 20px 0 rgba(82, 63, 105, 0.08);
  padding: 15px 20px 15px 50px;
}
.custom-alert .initials-block,
.comment-block .initials-block {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #2f86eb;
  padding: 10px;
  text-align: center;
  width: 50px;
}
.custom-alert .initials-block label,
.comment-block .initials-block label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: white;
}
.custom-alert i,
.comment-block i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 20px;
}
.custom-alert.is-warning,
.comment-block.is-warning {
  border-left: 4px solid #ffc321;
}
.custom-alert.is-warning i,
.comment-block.is-warning i {
  color: #ffc321;
}
.custom-alert.is-info,
.comment-block.is-info {
  border-left: 4px solid #2f86eb;
}
.custom-alert.is-info i,
.comment-block.is-info i {
  color: #2f86eb;
}
.custom-alert.is-success,
.comment-block.is-success {
  border-left: 4px solid #47d764;
}
.custom-alert.is-success i,
.comment-block.is-success i {
  color: #47d764;
}
.comment-block {
  padding: 15px 10px 15px 60px;
  display: block;
  min-height: 65px;
}
.comment-block .btns {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.comment-block .btns .custom-btn {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: transparent;
  color: #f18e00;
}
.comment-block .btns .custom-btn:hover {
  background-color: transparent;
  color: #f18e00;
}
.comment-block .btns .custom-btn i {
  font-size: 12px;
}
label {
  margin-bottom: 0;
  font-weight: normal;
}
.additional-info {
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 600px;
}
.full-chart {
  display: block;
  width: 770px;
  height: 385px;
}
.form-group .lblInfo {
  display: block;
  color: #595d6e;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
}
.setBold {
  font-family: 'OpenSans-SemiBold';
}
.tTip {
  position: relative;
  float: left;
  height: 50px;
  width: 50px;
  cursor: pointer;
  border: none;
  outline: none;
}
.tTip svg {
  width: 13px;
  height: 13px;
  position: absolute;
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tTip svg path {
  fill: white;
}
.w-Ttip {
  float: left;
}
body .ui-tooltip {
  border: 1px solid rgba(0, 0, 0, 0.03) !important;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.35) !important;
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.35) !important;
  color: #f18e00;
  background-color: #1e1e2d;
  padding: 5px;
  font-size: 10px;
  opacity: 1;
  white-space: pre-wrap;
}
.product-picture {
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 15px;
}
.d-block {
  display: block;
}
.d-block b {
  display: block;
}
.ajax-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99999;
  cursor: wait;
  display: none;
}
.ajax-overlay.is-shown {
  display: block;
}
.ajax-overlay .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #595d6e;
  background-color: white;
  border-radius: 3px;
  padding: 10px 20px;
  line-height: 30px;
  -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.25);
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.25);
}
.ajax-overlay .inner span {
  display: inline-block;
  margin-right: 10px;
}
.ajax-overlay .spinner {
  display: inline-block;
}
.form-group .lblHeadInfo {
  display: block;
  font-family: 'OpenSans-SemiBold';
}
.custom-chk {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  height: 18px;
  width: 18px;
  margin: 0 auto;
}
/* Hide the browser's default checkbox */
.custom-chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
/* Create a custom checkbox */
.custom-chk .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  background-color: white;
  border: 1px solid #e2e5ec;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
/* On mouse-over, add a grey background color */
.custom-chk:hover input ~ .checkmark {
  background-color: #ebebeb;
}
/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.custom-chk .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.custom-chk input:checked ~ .checkmark:after,
.custom-chk.checked .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.custom-chk .checkmark:after {
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #787b89;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-chk.with-text {
  margin-top: 0;
  padding: 0 0 0 30px;
  line-height: 25px;
}
.custom-chk.not-allow {
  cursor: not-allowed;
}
.custom-chk.not-allow .checkmark {
  background-color: #f2f3f7;
}
.custom-chk.btn-look {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 38px;
}
.custom-chk.btn-look .lblInfo {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 38px;
  text-align: center;
  font-size: 13px;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  border-radius: 3px;
  border: 1px solid #e2e5ec;
}
.custom-chk.btn-look:hover .lblInfo {
  color: white;
  background-color: #1e1e2d;
}
.custom-chk.btn-look input:checked ~ .lblInfo {
  color: white;
  background-color: #1e1e2d;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: auto;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
  }
}
.modal-dialog.for-search,
.modal-dialog.biggy {
  width: 1100px;
}
.modal-dialog.for-search .search-form.big-inputs .custom-f-input .c-input,
.modal-dialog.biggy .search-form.big-inputs .custom-f-input .c-input,
.modal-dialog.for-search .search-form.big-inputs .div-pick-date .c-input,
.modal-dialog.biggy .search-form.big-inputs .div-pick-date .c-input,
.modal-dialog.for-search .search-form.big-inputs .custom-f-input .ddl-choice,
.modal-dialog.biggy .search-form.big-inputs .custom-f-input .ddl-choice,
.modal-dialog.for-search .search-form.big-inputs .div-pick-date .ddl-choice,
.modal-dialog.biggy .search-form.big-inputs .div-pick-date .ddl-choice,
.modal-dialog.for-search .search-form.big-inputs .custom-f-input .input-group.date,
.modal-dialog.biggy .search-form.big-inputs .custom-f-input .input-group.date,
.modal-dialog.for-search .search-form.big-inputs .div-pick-date .input-group.date,
.modal-dialog.biggy .search-form.big-inputs .div-pick-date .input-group.date {
  width: 800px;
}
@media (max-width: 1199px) {
  .modal-dialog.for-search,
  .modal-dialog.biggy {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .modal-dialog.for-search,
  .modal-dialog.biggy {
    width: 755px;
  }
}
@media (max-width: 767px) {
  .modal-dialog.for-search,
  .modal-dialog.biggy {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .modal-dialog.for-search .modal-content,
  .modal-dialog.biggy .modal-content {
    height: 100%;
    border-radius: 0px;
    background-color: white;
  }
}
.modal-dialog.for-search .modal-body,
.modal-dialog.biggy .modal-body {
  padding: 0;
}
@media (max-width: 767px) {
  .modal-dialog.for-search .modal-body,
  .modal-dialog.biggy .modal-body {
    border-radius: 0px;
    position: relative;
    top: auto;
    padding-bottom: 0;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.modal-dialog.for-search .modal-body .table,
.modal-dialog.biggy .modal-body .table {
  margin-bottom: 0;
}
.modal-dialog.for-search .modal-body .table .dataTables_wrapper .dataTables_info,
.modal-dialog.biggy .modal-body .table .dataTables_wrapper .dataTables_info {
  padding-right: 75px;
}
.modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal-header {
  background-color: #F4F5F7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0 20px;
  border-bottom: none;
  position: relative;
  border-bottom: 1px solid #ebedf3 !important;
  border-top: 1px solid #ebedf3;
}
@media (max-width: 767px) {
  .modal-header {
    border-radius: 0;
  }
}
.modal-header .close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  outline: none;
  border: none;
}
.modal-header .close:hover {
  opacity: 1;
}
.modal-title {
  text-align: left;
  font-size: 13px;
  font-family: 'OpenSans-SemiBold';
  text-transform: uppercase;
  line-height: 45px;
}
@media (max-width: 1199px) {
  .modal-title {
    font-size: 14px;
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .modal-title {
    line-height: 48px;
    font-size: 12px;
  }
}
.modal-body {
  background-color: white;
  color: #646c9a;
  padding: 20px;
}
.modal-body.with-table {
  padding: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 1024px) {
  .modal-body {
    padding: 20px 15px;
  }
  .modal-body.with-table {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .modal-body {
    padding: 15px;
  }
  .modal-body.with-table {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .modal-body {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 58px;
    padding-bottom: 150px;
    overflow-y: scroll;
  }
  .modal-body.with-table {
    bottom: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.modal-footer {
  background-color: white;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #ebedf2;
  padding: 13px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .modal-footer {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 58px;
    border-radius: 0;
  }
}
.modal-footer .accept-btn,
.modal-body .search-btn {
  background: 0 0;
  color: #fff;
  background-color: #3797fc;
  border-color: #3797fb;
  outline: none;
  line-height: 35px;
  box-shadow: none;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  font-size: 12px;
  padding: 0 12px;
}
.modal-body .search-btn {
  position: absolute;
  right: 13px;
  bottom: 13px;
}
.modal-footer .accept-btn:hover,
.modal-body .search-btn:hover {
  background-color: #187de4;
  border-color: #187de4;
}
.modal-footer .decline-btn {
  border-color: transparent;
  background: 0 0;
  color: #93a2dd;
  box-shadow: none;
  outline: none;
  line-height: 35px;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  padding: 0 12px;
  font-size: 12px;
}
.modal-footer .decline-btn:hover {
  color: #2c77f4;
  background: #f0f3ff;
}
a.add-link,
a.add-link:link,
a.add-link:active,
a.add-link:visited,
.add-btn,
.save-btn,
.new-btn,
.fc-add-button,
.tbl-ddl {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #2fa0e0;
  box-shadow: none;
  border-radius: 0;
  display: inline-block;
  cursor: pointer !important;
  text-decoration: none;
  opacity: 0.8;
  outline: none;
  border: none;
}
.tbl-ddl {
  z-index: 5;
}
.tbl-ddl .dropdown-toggle {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
}
.tbl-ddl .dropdown-menu li:hover {
  background-color: #e1e5ef;
}
.new-btn {
  right: 50px;
  border-right: 1px solid #525f7f;
}
.new-btn.setRight {
  right: 0px;
  border-right: none;
  border-top-right-radius: 5px;
}
a.add-link svg,
.add-btn svg,
.save-btn svg,
.new-btn svg,
.fc-add-button svg,
.tbl-ddl svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
}
a.add-link svg path,
.add-btn svg path,
.save-btn svg path,
.new-btn svg path,
.fc-add-button svg path,
.tbl-ddl svg path {
  fill: white;
}
a.add-link:hover,
.add-btn:hover,
.save-btn:hover,
.new-btn:hover,
.fc-add-button:hover,
.tbl-ddl:hover {
  opacity: 1;
}
.form-group .form-control {
  height: 38px;
  margin-top: 5px;
  display: block;
  border-radius: 3px;
  background-color: #ecf0f1;
  border: 1px solid #adadad;
  border-radius: 0;
}
.is-hidden {
  display: none !important;
}
a,
a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}
a.for-mail,
a.for-mail:link,
a.for-mail:active,
a.for-mail:visited,
a.for-phone,
a.for-phone:link,
a.for-phone:active,
a.for-phone:visited {
  text-decoration: none;
  color: #5867dd;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
a.for-mail .lblInfo,
a.for-phone .lblInfo {
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
a.for-mail:hover,
a.for-phone:hover {
  color: #f18e00;
}
.div-text.btn-beneath {
  margin-bottom: 30px;
}
.padding-top-10 {
  padding-top: 10px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.noPadding {
  padding: 0;
}
.noLeftPadding {
  padding-left: 0;
}
.noRightPadding {
  padding-right: 0;
}
.noMargin {
  margin: 0;
}
.setSmallerRow {
  margin-left: -10px;
  margin-right: -10px;
}
.setSmallerColPadding {
  padding-left: 10px;
  padding-right: 10px;
}
.row-look-a-like {
  margin-left: -15px;
  margin-right: -15px;
}
.look-a-like {
  background-color: #f3f6f9 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #495057 !important;
}
.btn-load {
  position: relative;
}
.btn-load i {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}
.btn-load.loading {
  padding-right: 40px;
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-load.loading i {
  display: block;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.25);
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.25);
  max-height: 300px;
  min-width: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dropdown-menu .set-search-margin {
  margin: 0 5px;
}
.dropdown-menu .no-icon .set-pos {
  display: none;
}
.dropdown-menu .search-input {
  line-height: 38px;
  height: 38px;
  font-size: 12px;
  border: none;
  outline: none;
  border: 1px solid #eff0f6;
  width: 100%;
  background-color: #ebedf3;
  margin-bottom: 5px;
  padding: 0 10px;
}
.dropdown-menu .search-input:focus {
  box-shadow: none;
  border: 1px solid #669cf7;
}
.dropDownBtn,
.fc .dropDownBtn,
.dropdown-menu > li > a {
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none !important;
  text-align: left;
  padding: 0px 20px 0 15px;
  height: 35px;
  clear: both;
  font-weight: 400;
  color: #595d6e;
  cursor: pointer;
  text-decoration: none;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  position: relative;
}
.dropDownBtn:hover,
.dropDownBtn.active,
.fc .dropDownBtn:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a.active {
  text-decoration: none;
  background-color: #f0f3ff;
  color: #2c77f4;
}
.dropDownBtn i {
  margin-right: 10px;
}
.dropDownBtn .badge {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dropDownBtn[disabled] {
  cursor: not-allowed;
}
.dropDownBtn.ddlMultiLoader {
  padding-left: 40px;
}
.dropDownBtn.ddlMultiLoader .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 15px;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  background-color: white;
  border: 1px solid #e2e5ec;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.dropDownBtn.ddlMultiLoader .checkmark:after {
  content: '';
  display: none;
  position: absolute;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #787b89;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropDownBtn.active .checkmark::after {
  display: block;
}
.ddl-choice {
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 600px;
}
.ddl-choice.top-margin {
  margin-top: 15px;
}
.ddl-choice .dropdown-menu {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
}
.ddl-choice .dropdown-menu.multi {
  overflow-y: hidden;
  padding: 0;
}
.ddl-choice .dropdown-menu.multi .custom-btn.multi-toggler {
  width: 100%;
  border-radius: 0px;
  background-color: #3797fc;
  border-color: #3797fb;
  color: white;
  font-family: 'OpenSans-Regular';
}
.ddl-choice .dropdown-menu.multi .custom-btn.multi-toggler:hover {
  background-color: #0c61ed;
  border-color: #0c5ce1;
}
.ddl-choice .dropdown-menu .inner {
  width: 100%;
  max-height: 265px;
  overflow-y: auto;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .ddl-choice .dropdown-menu .inner {
    max-height: 150px;
  }
}
.ddl-choice .dropdown-menu .inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ddl-choice .dropdown-toggle {
  text-align: left;
  height: 38px;
  padding: 0 40px 0 14px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  line-height: 38px;
  color: #495057 !important;
  border-radius: 3px;
  border: 1px solid #e2e5ec;
  background-color: transparent;
  outline: 0;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ddl-choice .dropdown-toggle.is-hidden {
  display: none;
}
.ddl-choice .dropdown-toggle:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid gray;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  z-index: 2;
}
.ddl-choice .dropdown-toggle svg {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  left: auto;
  right: 20px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ddl-choice .dropdown-toggle svg path {
  fill: #ada8a2;
}
.ddl-choice .dropdown-toggle:focus {
  box-shadow: none;
  border: 1px solid #669cf7;
}
.ddl-choice .dropdown-toggle:focus svg path {
  fill: #e52218;
}
.ddl-choice .dropdown-toggle.look-a-like {
  border: 1px solid #e2e5ec;
  cursor: not-allowed;
  background: #f2f3f7;
}
/* Set padding to keep content from hitting the edges */
.actual-content {
  padding: 20px;
  padding-bottom: 100px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.table-loader {
  position: relative;
  height: 300px;
}
.table-loader .table-to-load {
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.table-loader .ajax-overlay {
  display: block;
  position: absolute;
  background-color: transparent;
}
.table-loader.loaded {
  height: auto;
}
.table-loader.loaded .table-to-load {
  opacity: 1;
}
.table-loader.loaded .ajax-overlay {
  display: none;
}
.page-with-header {
  margin-top: 55px;
}
.page-with-header.page-with-fixed-panel {
  padding-left: 50px;
}
.page-for-loading,
.table-for-loading {
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}
.page-for-loading.loaded,
.table-for-loading.loaded {
  opacity: 1;
}
.datepicker .table-condensed .prev,
.datepicker .table-condensed .next {
  font-size: 10px;
  padding-top: 8px;
  color: #2c77f4;
}
.datepicker .table-condensed .picker-switch {
  color: #525f7f;
}
.bootstrap-datetimepicker-widget {
  width: 100% !important;
}
.bootstrap-datetimepicker-widget table td span {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.bootstrap-datetimepicker-widget table td span.glyphicon {
  font-size: 10px;
  color: #2c77f4;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #e1e5ef;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.day.disabled,
.bootstrap-datetimepicker-widget table td.hour.disabled,
.bootstrap-datetimepicker-widget table td.minute.disabled,
.bootstrap-datetimepicker-widget table td.second.disabled {
  cursor: not-allowed;
  background: lightgray;
  opacity: 0.6;
}
.bootstrap-datetimepicker-widget table td.day,
.bootstrap-datetimepicker-widget table td span {
  color: #777;
}
.bootstrap-datetimepicker-widget table td.day.old,
.bootstrap-datetimepicker-widget table td.day.new {
  opacity: 0.6;
}
.bootstrap-datetimepicker-widget table td.day.active,
.bootstrap-datetimepicker-widget table td span.active {
  color: white;
  background-color: #2c77f4;
}
.btnPin {
  position: absolute;
  top: -15px;
  right: 0;
  background-color: #000000;
  border-radius: 5px;
  outline: none;
  border: none;
  color: #f18e00;
  font-size: 13px;
  width: 40px;
  height: 40px;
  z-index: 5;
}
.btnPin i {
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.btnPin.unPinned i {
  transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
}
#transportReservationID #transportActionPanelID {
  background-color: #f18e00;
  height: 750px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
}
#transportReservationID #transportActionPanelID .lbl-header {
  color: #000000;
  font-family: 'OpenSans-Regular';
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #ff6100;
  line-height: 50px;
  display: block;
  text-align: center;
  margin-right: -20px;
}
#transportReservationID #transportActionPanelID #transportCalendarShowID {
  cursor: pointer;
}
#transportReservationID #transportActionPanelID.static-page {
  height: 100%;
  overflow-y: auto;
  overflow-x: auto;
}
#transportReservationID .work-panel {
  height: 750px;
  background-color: #f18e00;
}
#transportReservationID .prev-day,
#transportReservationID .next-day {
  position: absolute;
  top: 0;
  line-height: 50px;
  width: 100px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #000000;
}
#transportReservationID .prev-day:hover,
#transportReservationID .next-day:hover {
  color: white;
}
#transportReservationID .prev-day {
  left: 0;
}
#transportReservationID .next-day {
  right: 0;
}
#transportReservationID .transportDatetimepicker {
  background-color: #f18e00;
  border-top-left-radius: 4px;
}
#transportReservationID .transportDatetimepicker .bootstrap-datetimepicker-widget table th,
#transportReservationID .transportDatetimepicker .bootstrap-datetimepicker-widget table td.day {
  height: 75px;
  line-height: 75px;
}
#transportReservationID .transportDatetimepicker .bootstrap-datetimepicker-widget table td.day,
#transportReservationID .transportDatetimepicker .bootstrap-datetimepicker-widget table td span {
  color: white;
}
#transportReservationID .transportDatetimepicker .bootstrap-datetimepicker-widget table td,
#transportReservationID .transportDatetimepicker .bootstrap-datetimepicker-widget table th {
  border-radius: 0;
  color: #000000;
}
#transportReservationID .transportDatetimepicker .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f18e00;
  color: white;
}
#transportReservationID .transportDatetimepicker .bootstrap-datetimepicker-widget table td span:hover,
#transportReservationID .transportDatetimepicker .bootstrap-datetimepicker-widget table td.day:hover,
#transportReservationID .transportDatetimepicker .bootstrap-datetimepicker-widget table td.hour:hover,
#transportReservationID .transportDatetimepicker .bootstrap-datetimepicker-widget table td.minute:hover,
#transportReservationID .transportDatetimepicker .bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9f1fe;
  color: black;
  cursor: pointer;
}
#transportReservationID .transportDatetimepicker .bootstrap-datetimepicker-widget table td span {
  width: 75px;
  height: 75px;
  line-height: 75px;
}
#transportReservationID .transportDatetimepicker .bootstrap-datetimepicker-widget .picker-switch {
  cursor: default;
  pointer-events: none;
}
#transportReservationID .loading-dock {
  color: #000000;
  font-size: 12px;
  font-family: 'OpenSans-Regular';
  display: inline-block;
}
#transportReservationID .loading-dock.fixedWidth {
  width: 245px;
}
#transportReservationID .loading-dock .lbl-title {
  color: #000000;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  display: block;
  border-bottom: 1px solid #ff6100;
}
#transportReservationID .loading-dock .div-slot {
  line-height: 90px;
  padding: 0 5px;
  border-bottom: 1px solid #ff6100;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  overflow: hidden;
  position: relative;
}
#transportReservationID .loading-dock .div-slot.isStaticInfo {
  line-height: 220px;
}
#transportReservationID .loading-dock .div-slot.isStaticInfo .loading-text {
  font-size: 18px;
}
#transportReservationID .loading-dock .div-slot .btnPopUp {
  padding: 0;
  margin: 0;
  text-decoration: underline;
  color: #f18e00;
  background-color: transparent;
  outline: none;
  border: none;
}
#transportReservationID .loading-dock .div-slot.is-picking {
  background-color: #ffbd5b;
}
#transportReservationID .loading-dock .div-slot.is-picking.isStaticInfo .custom-btn {
  color: black;
}
#transportReservationID .loading-dock .div-slot.is-purchaseorder {
  background-color: #ff6100;
}
#transportReservationID .loading-dock .div-slot.is-purchaseorder.isStaticInfo .custom-btn {
  color: black;
}
#transportReservationID .loading-dock .div-slot.is-info {
  background-color: darkgray;
}
#transportReservationID .loading-dock .div-slot.is-locked {
  background-color: red;
}
#transportReservationID .loading-dock .div-slot.has-arrived {
  background-color: green;
}
#transportReservationID .loading-dock .div-slot.has-arrived.isStaticInfo {
  color: white;
}
#transportReservationID .loading-dock .div-slot.has-arrived.isStaticInfo .custom-btn {
  color: white;
}
#transportReservationID .loading-dock .div-slot label {
  display: block;
  float: left;
}
#transportReservationID .loading-dock .div-slot label.no-float {
  float: none;
}
#transportReservationID .loading-dock .div-slot .loading-info {
  position: absolute;
  left: 5px;
  bottom: 5px;
  line-height: normal;
}
#transportReservationID .loading-dock .div-slot .loading-info i {
  margin-right: 3px;
}
#transportReservationID .loading-dock .div-slot span {
  display: block;
  text-align: left;
  line-height: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 45px;
  right: 30px;
}
#transportReservationID .loading-dock .div-slot span .loadingGroundPlacesInfo i {
  margin-right: 5px;
}
#transportReservationID .loading-dock .div-slot .button-group {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}
#transportReservationID .loading-dock .div-slot .custom-btn {
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  padding: 0 10px;
  color: white;
  display: block;
}
#transportReservationID .loading-dock .div-slot .custom-btn.line-height-initial {
  line-height: normal;
  height: initial;
}
#transportReservationID .loading-dock .div-slot .custom-btn.planningID {
  padding: 0;
  position: absolute;
  left: 5px;
  top: 5px;
  line-height: normal;
}
#transportReservationID .loading-dock .div-slot .custom-btn.for-add {
  line-height: 70px;
  margin: 0 auto;
}
#transportReservationID .loading-dock .div-slot .custom-btn:hover {
  color: #f18e00;
}
#transportReservationID .loading-dock .div-slot:not(.no-hover):hover {
  background-color: orangered;
  cursor: pointer;
}
#transportReservationID .loading-dock .div-slot:not(.no-hover):hover.is-info {
  background-color: gray;
}
#transportReservationID .loading-dock .div-slot:not(.no-hover):hover.is-locked {
  background-color: red;
}
#transportReservationID .loading-dock .div-slot:not(.no-hover):hover.has-arrived {
  background-color: green;
}
#transportReservationID .loading-dock .div-slot.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
#transportReservationID .loading-dock .div-slot.disabled:hover.is-picking {
  background-color: #ffbd5b;
}
#transportReservationID .loading-dock .div-slot.disabled:hover.is-purchaseorder {
  background-color: #ff6100;
}
#transportReservationID .loading-dock .div-slot.disabled:hover.is-info {
  background-color: gray;
}
#transportReservationID .loading-dock .div-slot.disabled:hover.is-locked {
  background-color: red;
}
#transportReservationID .loading-dock .div-slot.disabled:hover.has-arrived {
  background-color: green;
}
#transportReservationID .div-data-for-transport .nav-tabs {
  background-color: white;
}
#transportReservationID .div-data-for-transport .nav-tabs > li > a {
  color: #000000;
}
#transportReservationID .div-data-for-transport .nav-tabs > li.active > a,
#transportReservationID .div-data-for-transport .nav-tabs > li.active > a:hover,
#transportReservationID .div-data-for-transport .nav-tabs > li.active > a:focus {
  background-color: whitesmoke;
}
#transportReservationID .div-data-for-transport .lbl-title {
  color: #000000;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  display: block;
}
#transportReservationID .div-data-for-transport .div-input-search {
  padding-bottom: 0;
}
#transportReservationID .div-data-for-transport .div-input-search .div-search {
  padding-right: 0;
  margin-bottom: 0;
}
#transportReservationID .div-data-for-transport .div-input-search .f-focus-input {
  display: none;
}
#transportReservationID .div-data-for-transport .div-input-search input {
  border-radius: 0 !important;
  background-color: white;
}
#transportReservationID .div-data-for-transport .div-input-search .btn-input-search {
  display: none;
}
#transportReservationID .div-data-for-transport .div-input-search .input-group-addon {
  top: 0;
  background-color: #000000;
  border: 1px solid #000000;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
#transportReservationID .div-data-for-transport .div-input-search .input-group-addon svg path {
  fill: #f18e00;
}
#transportReservationID .div-data-for-transport .data {
  padding: 0px 15px 0px;
  height: 623px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
  border-bottom-right-radius: 4px;
}
#transportReservationID .div-data-for-transport .data .transport-to-drag {
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  cursor: pointer;
}
#transportReservationID .div-data-for-transport .data .transport-to-drag span {
  line-height: 30px;
}
#transportReservationID .div-data-for-transport .data .transport-to-drag .btnPopUp {
  padding: 0;
  margin: 0;
  line-height: 30px;
  text-decoration: underline;
  color: black;
  background-color: transparent;
  outline: none;
  border: none;
}
#transportReservationID .div-data-for-transport .data .transport-to-drag:hover {
  background-color: #e9f1fe;
}
.div-bp-search {
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 10px;
}
.noInnerPadding .div-bp-search {
  padding-bottom: 0px;
}
.div-input-search {
  padding-bottom: 15px;
}
.div-search {
  margin: 0 auto;
  height: 38px;
  width: 100%;
  padding-right: 50px;
  margin-bottom: 15px;
}
.div-input-saver {
  margin: 0 auto;
  height: 38px;
  width: 100%;
  padding-right: 50px;
}
.div-pick-date {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.div-pick-date.noMarginBottom {
  margin-bottom: 0;
}
.div-pick-date .date {
  width: 100%;
}
.div-pick-date input,
.div-search input,
.div-input-saver input {
  line-height: 38px;
  width: 100%;
  outline: none;
  border: none;
  height: 38px;
  padding: 0 10px;
  background-color: transparent;
  border-radius: 3px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: block;
  border: 1px solid #e2e5ec;
  border-right: none;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  box-shadow: none;
  cursor: default !important;
  color: #495057 !important;
}
.div-pick-date input:focus,
.div-search input:focus,
.div-input-saver input:focus {
  box-shadow: none;
  border: 1px solid #669cf7;
}
.input-group {
  width: 100%;
}
.input-group input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-group .input-group-addon {
  width: 50px;
  background-color: #e2e5ec;
  border: 1px solid #e2e5ec;
  color: white;
  border-radius: 0;
  padding-top: 9px;
  outline: none;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
@media (max-width: 767px) {
  .input-group .input-group-addon {
    width: 45px;
  }
}
.input-group a.input-group-addon {
  background-color: #f5b16e;
  border-color: #f5b16e;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.input-group a.input-group-addon i {
  color: #fff;
}
.input-group a.input-group-addon:hover {
  background-color: #f18e00;
  border-color: #f18e00;
}
.div-pick-date .input-group-addon,
.div-search .input-group-addon,
.div-input-saver .input-group-addon {
  width: 50px;
  background-color: #e2e5ec;
  border: 1px solid #e2e5ec;
  color: white;
  border-radius: 0;
  padding-top: 9px;
  outline: none;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.div-input-saver .input-group-addon {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.div-input-saver .input-group-addon:hover {
  background-color: #2c77f4;
}
.div-input-saver .input-group-addon:hover i {
  color: white;
}
.div-search .input-group-addon {
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 0;
}
.div-input-saver .input-group-addon {
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 0;
}
.input-group .input-group-addon i {
  color: #74788d;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.input-group .input-group-addon svg {
  width: 15px;
  height: 15px;
}
.input-group .input-group-addon svg path {
  fill: #74788d;
}
.div-search .input-group-addon.special {
  top: 5px;
}
.work-panel {
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  position: relative;
}
.work-panel .wp-header {
  background-color: #525f7f;
  color: white;
  text-align: center;
  display: block;
  border-bottom: 1px solid #dde1ed;
  padding: 5px;
  position: relative;
}
.work-panel .wp-header .custom-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  line-height: 25px;
  border-radius: 0;
}
.work-panel .wp-header .wp-table-total {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #2c77f4;
  text-align: center;
  width: 200px;
}
.work-panel .wp-header .wp-table-total span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.dashboard-stats {
  -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  position: relative;
}
.dashboard-stats .b-right {
  border-right: 1px solid #ebedf2;
}
.dashboard-stats .d-stats {
  padding: 25px;
  border-bottom: 1px solid #ebedf2;
}
@media (max-width: 991px) {
  .dashboard-stats .d-stats {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .dashboard-stats .d-stats {
    padding: 15px;
  }
}
a.kpi-lnk,
a.kpi-lnk:link,
a.kpi-lnk:active,
a.kpi-lnk:visited {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: block;
  color: #1e1e2d;
}
a.kpi-lnk:hover .tblContent,
a.kpi-lnk:link:hover .tblContent,
a.kpi-lnk:active:hover .tblContent,
a.kpi-lnk:visited:hover .tblContent {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: rgba(44, 119, 244, 0.1);
}
.dashboard-stats .d-stats .progress {
  background-color: #ebedf2;
  height: 6.5px;
  border-radius: 3.25px;
  display: block;
  margin-top: 26px;
  margin-bottom: 6.5px;
}
.progress .progress-bar.b-color {
  background-color: #2c77f4;
}
.progress .progress-bar.y-color {
  background-color: #ffb822;
}
.progress .progress-bar.r-color {
  background-color: #dc3545;
}
.progress .progress-bar.g-color {
  background-color: #4CAF50;
}
.progress .progress-bar.d-color {
  background-color: #999999;
}
.d-stats .d-details {
  display: block;
  overflow: hidden;
  position: relative;
  padding-right: 75px;
}
.d-stats .d-details .d-info .d-title {
  font-size: 12px;
  font-family: 'OpenSans-SemiBold';
  margin-bottom: 6.5px;
  margin-top: 0;
  color: #48465b;
}
.d-stats .d-details .d-info .d-subInfo {
  font-size: 11px;
}
.d-stats .d-details .d-stat {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 20px;
  font-family: 'OpenSans-SemiBold';
}
@media (max-width: 1199px) {
  .d-stats .d-details .d-stat {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .d-stats .d-details .d-stat {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .d-stats .d-details .d-stat {
    font-size: 14px;
  }
}
.d-stats .d-details .d-stat.b-color {
  color: #0c61ed;
}
.d-stats .d-details .d-stat.y-color {
  color: #ffb822;
}
.d-stats .d-details .d-stat.r-color {
  color: #dc3545;
}
.d-stats .d-details .d-stat.g-color {
  color: #1dc9b7;
}
.d-stats .d-details .d-stat.green-color {
  color: #4CAF50;
}
.d-stats .d-details .d-stat.d-color {
  color: #999999;
}
.d-stats .progress-description {
  display: block;
  overflow: hidden;
  font-size: 11px;
}
.d-stats .progress-description .p-description {
  float: left;
}
.d-stats .progress-description .p-stat {
  float: right;
}
.divSidePanel {
  z-index: 100;
  position: fixed;
  top: 0px;
  bottom: 0;
  right: 0;
  visibility: hidden;
  left: 0;
}
.divSidePanel .innerPnl {
  background-color: #fff;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 500px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow-y: auto;
  padding-bottom: 50px;
}
.divSidePanel .innerPnl.biggy {
  width: 850px;
}
.divSidePanel .innerPnl .divContent {
  padding: 0 20px;
}
.divSidePanel .innerPnl .lblHead {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  height: 70px;
  color: #525f7f;
  font-size: 18px;
  position: relative;
  margin-bottom: 15px;
  font-family: 'OpenSans-SemiBold';
  border-bottom: 1px solid #eff0f6;
}
.divSidePanel .innerPnl .tabs-panel .lblHead {
  margin-bottom: 0px;
}
.divSidePanel .innerPnl .tabs-panel .divContent {
  padding: 0px;
}
.divSidePanel .innerPnl .tabs-panel .nav-tabs {
  border: none;
  border-bottom: 1px solid #eff0f6;
  padding: 0 20px;
}
.divSidePanel .innerPnl .tabs-panel .nav-tabs > li {
  float: left;
  margin-right: 20px;
}
.divSidePanel .innerPnl .tabs-panel .nav-tabs > li > a {
  border: none;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  color: #595d6e;
  font-family: 'OpenSans-SemiBold';
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: 10px 0;
}
.divSidePanel .innerPnl .fixed-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f4f5f7;
  display: block;
  padding: 0 20px;
  line-height: 60px;
  height: 60px;
  font-family: 'OpenSans-SemiBold';
  border-top: 1px solid #eff0f6;
}
.divSidePanel .innerPnl .tabs-panel .nav-tabs > li.active > a,
.divSidePanel .innerPnl .tabs-panel .nav-tabs > li > a:hover {
  color: #2c77f4;
  border-bottom: 1px solid #2c77f4;
  background-color: transparent;
}
.divSidePanel .innerPnl .tabs-panel .tab-content {
  padding: 20px;
}
.notif-task {
  position: relative;
  border-bottom: 1px solid #ebedf2;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.notif-task:last-child {
  border-bottom: none;
}
.notif-task .notif-info {
  font-family: 'OpenSans-SemiBold';
}
.notif-task .notif-info .small {
  font-family: 'OpenSans-Regular';
}
.notif-task .notif-subject {
  color: #5867dd;
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'OpenSans-SemiBold';
}
.notif-task .notif-task-content {
  font-family: 'OpenSans-Regular';
  padding-top: 15px;
}
.notif-task .notif-task-content.noPadding {
  padding: 0;
}
.notif-task .notif-linked-to {
  padding-top: 15px;
}
.pnlCoseBtn {
  background-color: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: none;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 5;
  cursor: pointer;
}
.pnlCoseBtn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  cursor: pointer;
}
.pnlCoseBtn svg path {
  fill: #525f7f;
}
.pnlCoseBtn:hover {
  background-color: #f2f3f7;
}
.pnlCoseBtn:hover svg path {
  fill: #2c77f4;
}
.divSidePanel.open {
  visibility: visible;
}
.divSidePanel.open .innerPnl {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.divSidePanel.open .divOverlay {
  opacity: 1;
}
.table {
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
}
.table.in-panel {
  box-shadow: none;
  margin-bottom: 0;
}
.table .sap-link {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table.with-header {
  margin-top: 55px;
}
.table .dataTables_filter {
  display: none;
}
.table thead {
  background-color: #F4F5F7;
}
.table tbody:before {
  content: "-";
  display: block;
  line-height: 5px;
  color: transparent;
}
.table table.dataTable tbody td.check-cell .custom-chk {
  vertical-align: middle;
}
.table table.dataTable thead th,
.table table.dataTable thead td {
  padding: 10px 0px 10px 20px;
  font-family: 'OpenSans-SemiBold';
  font-weight: 100;
  border-bottom: 1px solid #ebedf3;
  font-size: 12px;
  color: #1e1e2d;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .table table.dataTable thead th,
  .table table.dataTable thead td {
    font-size: 11px;
  }
}
@media (max-width: 500px) {
  .table table.dataTable thead th,
  .table table.dataTable thead td {
    padding: 0px 0px 0px 10px;
  }
}
.table thead:first-child tr th:last-child {
  padding-right: 20px;
}
.table thead:first-child tr th.table-actions {
  padding-right: 40px;
}
.table thead:first-child tr th.table-actions.noPadding {
  padding-right: 0px;
}
.table table.dataTable tbody tr.yelllow {
  background-color: yellow;
}
.table table.dataTable tbody tr.fullRowActionTrigger {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.table table.dataTable tbody tr.fullRowActionTrigger:hover,
.table table.dataTable tbody tr.highlighted {
  background-color: rgba(44, 119, 244, 0.1) !important;
}
.table table.dataTable tbody tr.bg-red {
  background-color: red;
}
.table table.dataTable tbody th,
.table table.dataTable tbody td {
  position: relative;
  padding: 3px 0px 3px 20px;
  border-bottom: 1px solid #f0f3ff;
  border-top: none;
  color: #595d6e;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .table table.dataTable tbody th,
  .table table.dataTable tbody td {
    padding: 3px 0px 3px 10px;
    font-size: 12px;
  }
}
.table table.dataTable tbody td {
  line-height: 40px;
}
.table.small-lines table.dataTable tbody th,
.table.small-lines table.dataTable tbody td {
  padding: 1px 0px 1px 20px;
  line-height: 30px;
}
.table.small-lines table.dataTable tbody th .custom-btn,
.table.small-lines table.dataTable tbody td .custom-btn {
  line-height: 25px;
  padding: 0 10px;
}
.table table.dataTable tbody td .progress {
  height: 30px;
  margin-bottom: 0;
  position: relative;
}
.table table.dataTable tbody td .progress .progress-bar {
  line-height: 30px;
  max-width: 100%;
}
.table table.dataTable tbody td .progress .progress-label {
  position: absolute;
  background-color: transparent;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: none;
  outline: none;
  padding: 0;
  text-align: center;
  line-height: 30px;
  color: #1e1e2d;
  cursor: pointer;
}
.table table.dataTable tbody td.for-total {
  overflow: visible;
}
.table table.dataTable tbody td.for-total:before {
  content: '';
  background-color: #525f7f;
  position: absolute;
  left: 0;
  top: -2px;
  right: 0;
  height: 2px;
}
.table table.dataTable tbody td .switch {
  vertical-align: middle;
  margin-top: -4px;
}
.table table.dataTable tbody td.c-blue {
  color: #2c77f4;
}
.table table.dataTable tbody td.c-green {
  color: #4CAF50;
}
.table table.dataTable tbody td.c-gray {
  color: #0c61ed;
}
.table table.dataTable tbody td.c-red {
  color: #dc3545;
}
.table table.dataTable tbody th .dtr-details,
.table table.dataTable tbody td .dtr-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.table table.dataTable tbody th .dtr-details .dtr-title,
.table table.dataTable tbody td .dtr-details .dtr-title {
  display: block;
  line-height: 20px;
  padding-top: 10px;
  font-family: 'OpenSans-SemiBold';
}
.table table.dataTable tbody th .dtr-details .dtr-title .fa-sort-up,
.table table.dataTable tbody td .dtr-details .dtr-title .fa-sort-up,
.table table.dataTable tbody th .dtr-details .dtr-title .fa-sort-down,
.table table.dataTable tbody td .dtr-details .dtr-title .fa-sort-down {
  display: none !important;
}
.table table.dataTable tbody th .dtr-details .dtr-data,
.table table.dataTable tbody td .dtr-details .dtr-data {
  white-space: normal;
  overflow: visible;
  line-height: 20px;
  display: block;
  padding-bottom: 5px;
}
.table table.dataTable tbody th .dtr-details .dtr-data .table-loader,
.table table.dataTable tbody td .dtr-details .dtr-data .table-loader {
  height: auto;
  padding: 15px;
  padding-bottom: 0;
  background: #e8e9f2;
}
.table table.dataTable tbody th .dtr-details .dtr-data .custom-btn,
.table table.dataTable tbody td .dtr-details .dtr-data .custom-btn {
  background-color: rgba(44, 119, 244, 0.1);
  border-radius: 3px;
  border: none;
  outline: none !important;
  text-align: left;
  text-align: center;
  padding: 0 15px;
  height: 40px;
  clear: both;
  font-weight: 400;
  color: #595d6e;
  text-decoration: none;
  line-height: 40px;
}
.table table.dataTable tbody th .dtr-details .dtr-data .custom-btn span,
.table table.dataTable tbody td .dtr-details .dtr-data .custom-btn span {
  display: none;
}
.table table.dataTable tbody th .dtr-details .dtr-data .dropdown,
.table table.dataTable tbody td .dtr-details .dtr-data .dropdown {
  width: auto;
  float: left;
  margin-bottom: 10px;
  height: auto;
}
.table table.dataTable tbody th .dtr-details .dtr-data .dropdown .dropdown-toggle,
.table table.dataTable tbody td .dtr-details .dtr-data .dropdown .dropdown-toggle {
  display: none;
}
.table table.dataTable tbody th .dtr-details .dtr-data .dropdown .dropdown-menu,
.table table.dataTable tbody td .dtr-details .dtr-data .dropdown .dropdown-menu {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  box-shadow: none;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 1;
}
.table table.dataTable tbody th .dtr-details .dtr-data .dropdown .dropdown-menu li,
.table table.dataTable tbody td .dtr-details .dtr-data .dropdown .dropdown-menu li {
  float: left;
  margin-right: 3px;
  margin-top: 3px;
}
.table table.dataTable tbody th .dtr-details .dtr-data .dropdown .dropdown-menu li .dropDownBtn,
.table table.dataTable tbody td .dtr-details .dtr-data .dropdown .dropdown-menu li .dropDownBtn {
  padding: 0;
  width: 40px;
  text-align: center;
  background-color: rgba(44, 119, 244, 0.1);
  border-radius: 3px;
}
.table table.dataTable tbody th .dtr-details .dtr-data .dropdown .dropdown-menu li .dropDownBtn i,
.table table.dataTable tbody td .dtr-details .dtr-data .dropdown .dropdown-menu li .dropDownBtn i {
  margin-right: 0;
}
.table table.dataTable tbody th .dtr-details .dtr-data .dropdown .dropdown-menu li span,
.table table.dataTable tbody td .dtr-details .dtr-data .dropdown .dropdown-menu li span {
  display: none;
}
.table .details-control i {
  width: 12px;
  color: #2c77f4;
}
.table .details-control.disable i {
  opacity: 0;
}
.table table.dataTable tbody td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table table.dataTable tbody td.ddl-cell {
  white-space: normal;
  overflow: visible;
  margin-bottom: 0;
}
.table table.dataTable tbody td.ddl-cell .ddl-choice {
  margin-bottom: 0;
  height: 40px;
}
.table table.dataTable tbody td.action-cell {
  white-space: normal;
  overflow: visible;
  text-align: right;
}
.table table.dataTable tbody td .custom-f-input {
  margin-bottom: 0;
}
.table table.dataTable tbody td.action-cell .custom-btn {
  background-color: transparent;
  border-radius: 3px;
  border: none;
  outline: none !important;
  text-align: left;
  text-align: center;
  padding: 0;
  height: 40px;
  width: 40px;
  clear: both;
  font-weight: 400;
  color: #595d6e;
  text-decoration: none;
  line-height: 40px;
}
.table table.dataTable tbody td.action-cell .custom-btn.btn-success {
  background-color: lightgreen;
  color: white;
}
.table table.dataTable tbody td.action-cell .custom-btn:hover {
  background-color: rgba(44, 119, 244, 0.1);
}
.table table.dataTable tbody tr.fullRowActionTrigger:hover td.action-cell .custom-btn:hover {
  background-color: transparent;
}
.table table.dataTable tbody td.action-cell .custom-btn span {
  display: none;
}
.table.dataTable tbody tr:last-child td {
  border-bottom: none;
}
.table table.dataTable thead .sorting {
  background: none;
}
.table table.dataTable thead .sorting_asc,
.table table.dataTable thead .sorting_desc {
  color: #3699ff;
  background: none;
}
.table table.dataTable thead .fa-sort-up,
.table table.dataTable thead .fa-sort-down {
  display: none;
  margin-left: 10px;
}
.table table.dataTable thead .fa-sort-down {
  display: inline-block;
  opacity: 0;
}
.table table.dataTable thead .sorting_asc .fa-sort-up {
  display: inline-block;
  opacity: 1;
}
.table table.dataTable thead .sorting_asc .fa-sort-down {
  display: none;
  opacity: 0;
}
.table table.dataTable thead .sorting_desc .fa-sort-down {
  display: inline-block;
  opacity: 1;
}
.table table.dataTable thead .sorting_desc .fa-sort-up {
  display: none;
  opacity: 0;
}
.table table.dataTable thead .fa-long-arrow-alt-up,
.table table.dataTable thead .fa-long-arrow-alt-down {
  display: none;
}
.table table.dataTable thead .sorting_asc .fa-long-arrow-alt-up {
  display: inline-block;
}
.table table.dataTable thead .sorting_desc .fa-long-arrow-alt-down {
  display: inline-block;
}
.table table.dataTable thead .sorting_asc .fa-arrows-alt-v,
.table table.dataTable thead .sorting_desc .fa-arrows-alt-v {
  display: none;
}
.table table.dataTable tbody tr.text-line {
  background-color: #e9f1fe;
  cursor: pointer;
}
.table table.dataTable tbody tr.is-closed {
  background-color: #f2f3f7;
}
.table table.dataTable tbody tr th:last-child,
.table table.dataTable tbody tr td:last-child {
  padding-right: 20px;
}
.table table.dataTable tbody tr th.action-cell,
.table table.dataTable tbody tr td.action-cell {
  padding-right: 40px;
}
.table table.dataTable tbody tr th.action-cell.noPadding,
.table table.dataTable tbody tr td.action-cell.noPadding {
  padding-right: 0px;
}
.table table.dataTable tbody td.action-cell .dropdown {
  line-height: 0px;
  width: 40px;
  float: right;
}
.table table.dataTable tbody td.action-cell .dropdown .dropdown-toggle {
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  outline: none;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.table table.dataTable tbody td.action-cell .dropdown .dropdown-toggle::after {
  display: none;
}
.table table.dataTable tbody td.action-cell .dropdown .dropdown-toggle svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.table table.dataTable tbody td.action-cell .dropdown .dropdown-toggle svg path {
  fill: #525f7f;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.table table.dataTable tbody td.action-cell .dropdown .dropdown-toggle:hover {
  background: #f0f3ff;
}
.table table.dataTable tbody td.action-cell .dropdown .dropdown-toggle:hover svg path {
  color: #2c77f4;
}
.table table.dataTable.no-footer {
  border-bottom: 1px solid #f0f3ff;
}
.table.hide-footer .dataTables_length,
.table.hide-footer .dataTables_info,
.table.hide-footer .dataTables_paginate {
  display: none;
}
.table.hide-footer table.dataTable.no-footer {
  border-bottom: none;
}
.table.no-footer .dataTables_wrapper .dataTables_length,
.table.no-footer .dataTables_wrapper .dataTables_info,
.table.no-footer .dataTables_wrapper .dataTables_paginate {
  display: none;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 2px solid #e1e5ef !important;
}
.table .dataTables_wrapper .dataTables_paginate .paginate_button {
  line-height: 30px;
  background: #f0f3ff;
  outline: none;
  padding: 0px 12px;
  color: #93a2dd !important;
  margin-left: 5px;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  font-family: 'OpenSans-SemiBold';
}
.table .dataTables_wrapper .dataTables_paginate .paginate_button svg {
  width: 10px;
  height: 10px;
}
.table .dataTables_wrapper .dataTables_paginate .paginate_button svg path {
  fill: #93a2dd;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #2c77f4;
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
}
.table .dataTables_wrapper .dataTables_paginate .paginate_button:hover svg path {
  fill: #fff;
}
.table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover svg path {
  fill: #93a2dd;
}
.table .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #2c77f4;
  color: #fff !important;
  border: none;
  outline: none;
  box-shadow: none;
}
.table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  border: none;
  outline: none;
  box-shadow: none;
  color: #93a2dd !important;
  background: #f0f3ff;
  opacity: 0.3;
}
.table .dataTables_wrapper .dataTables_paginate {
  float: left;
  padding: 15px;
  margin: 0;
}
.table .dataTables_wrapper .dataTables_length,
.table .dataTables_wrapper .dataTables_info {
  float: right;
  padding: 15px;
  margin: 0;
  color: #646c9a;
  line-height: 30px;
  clear: none;
  padding-left: 0;
}
.table .dataTables_wrapper .dataTables_length select {
  height: 30px;
  background-color: #f0f3ff;
  border: none;
  outline: none;
  text-align: center;
  padding: 0 10px;
  background-color: #2c77f4;
  color: white;
  font-family: 'OpenSans-SemiBold';
  border-radius: 3px;
  cursor: pointer;
}
.table .dataTables_wrapper .dataTables_length select option {
  background-color: white;
  color: #646c9a;
  height: 30px;
  line-height: 30px;
  padding: 20px 0;
}
.table .table-loader {
  -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  background: #525f7e;
  opacity: 1;
  color: white;
  display: inline-block;
  margin: auto;
  border-radius: 3px;
  z-index: 1;
  line-height: 40px;
  padding: 0 15px;
}
.table .table-loader span {
  margin-right: 15px;
}
i.orange {
  color: #f18e00;
}
.fixed-dashboard .tblSubHeading {
  background-color: #f18e00;
  color: white;
}
.fixed-dashboard .tblSubHeading i.for-shower {
  color: #1e1e2d;
}
.fixed-dashboard .tblSubHeading:hover i.for-shower {
  color: #1b1b28;
}
.td-lbl-Downtime,
.td-lbl-Message {
  text-align: center;
  display: block;
  font-size: 18px;
  white-space: initial;
}
.td-lbl-Downtime {
  color: white;
}
.tblSubHeading {
  margin: 0;
  border-bottom: 1px solid #ebedf3 !important;
  border-top: 1px solid #ebedf3;
  background-color: #F4F5F7;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 45px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0 15px;
  position: relative;
  color: #181c32;
  font-size: 13px;
  font-family: 'OpenSans-SemiBold';
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .tblSubHeading {
    font-size: 14px;
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .tblSubHeading {
    line-height: 40px;
    font-size: 12px;
  }
}
.tblSubHeading i.for-shower {
  color: #b5b5c3;
  position: absolute;
  right: 15px;
  top: 17px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1199px) {
  .tblSubHeading i.for-shower {
    top: 17px;
  }
}
@media (max-width: 767px) {
  .tblSubHeading i.for-shower {
    top: 14px;
  }
}
.tblSubHeading:hover i.for-shower {
  color: #5692f6;
}
.tblSubHeadingBtns {
  position: absolute;
  right: 1px;
  top: 1px;
}
.tblSubHeadingBtns button {
  height: 46px;
  border-radius: 0;
}
.btnHideShowPanel {
  cursor: pointer;
}
.btnHideShowPanel.rotate-it .for-shower {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tblSubHeading .dashCount {
  font-size: 14px;
  float: right;
  font-family: 'OpenSans-SemiBold';
  margin-right: 40px;
}
.for-dashboard .tblSubHeading {
  font-size: 12px;
  line-height: 40px;
}
.for-dashboard .table .dataTables_empty {
  border-bottom: none;
}
.divWithEllipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.setSemiBold {
  font-family: 'OpenSans-SemiBold';
}
.c-blue {
  color: #2c77f4;
}
.c-green {
  color: #4CAF50;
}
.c-gray {
  color: #0c61ed;
}
.c-red {
  color: #dc3545;
}
.padding-15 {
  padding: 15px;
}
.setRelative {
  position: relative;
}
.fixed-panel-next-to-menu {
  position: fixed;
  top: 125px;
  bottom: 0;
  left: 0;
  width: 800px;
  background-color: #fff;
  padding-left: 95px;
  padding-top: 15px;
  padding-right: 50px;
  border-right: 1px solid #eff0f6;
  border-top: 1px solid #eff0f6;
  z-index: 100;
  -webkit-transform: translateX(-680px);
  transform: translateX(-680px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 20px;
}
.fixed-panel-next-to-menu .inner {
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 70px;
  right: 50px;
  bottom: 0;
}
.fixed-panel-next-to-menu .side-fixer {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.fixed-panel-next-to-menu .side-fixer i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.fixed-panel-next-to-menu.fixed,
.fixed-panel-next-to-menu:hover {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.fixed-panel-next-to-menu.fixed .side-fixer i,
.fixed-panel-next-to-menu:hover .side-fixer i {
  font-size: 25px;
}
.fixed-panel-next-to-menu.no-side-padding {
  padding-top: 0px;
  padding-left: 70px;
}
.tblContent {
  background-color: white;
  padding: 25px 30px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1199px) {
  .tblContent {
    padding: 25px 20px 20px;
  }
}
@media (max-width: 500px) {
  .tblContent {
    padding: 15px;
  }
}
.tblContent.with-table {
  padding: 0;
  border-top: 1px solid #e2e5ec;
}
.tblContent.for-agenda {
  padding: 0px 30px 20px;
}
@media (max-width: 1199px) {
  .tblContent.for-agenda {
    padding: 0px 20px 20px;
  }
}
@media (max-width: 500px) {
  .tblContent.for-agenda {
    padding: 0 15px 15px;
  }
}
.tblContent.smaller {
  padding: 20px 30px 20px;
}
@media (max-width: 1199px) {
  .tblContent.smaller {
    padding: 20px 20px 20px;
  }
}
@media (max-width: 500px) {
  .tblContent.smaller {
    padding: 15px;
  }
}
.tblContent .info-row {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  text-align: center;
}
.tblContent.for-dashboard {
  height: 400px;
  overflow-y: auto;
  padding: 10px;
}
.tblContent.for-kpi.set-relative {
  position: relative;
}
.tblContent.for-kpi.set-relative .divNoItems {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tblContent .detail-block {
  padding: 15px;
  border-bottom: 1px solid #dee2e6 !important;
}
.tblContent .detail-block.is-closed {
  opacity: 0.5;
  background-color: lightgray;
}
.tblContent .tblRow {
  margin: 0;
  list-style: none;
  padding: 0;
}
.tblContent .inner {
  line-height: 50px;
  height: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding-left: 5px;
  padding-right: 50px;
}
.tblContent .inner.correct-right-padding {
  padding-right: 0;
}
.tblContent .inner label,
.tblContent .inner a.sap-link {
  display: block;
  height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tblContent.correct-padding .inner {
  padding-right: 0;
  padding-left: 0;
}
.tblContent .inner:hover {
  background-color: #f3f3f3;
}
.tblContent .inner.is-closed {
  opacity: 0.5;
  background-color: lightgray;
}
.tblContent .inner .dropdown {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 50px;
}
.tblContent .inner .dropdown .dropdown-menu li {
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.tblContent .inner .dropdown .dropdown-menu li:hover {
  background-color: #e1e5ef;
}
.tblContent .inner .dropdown button {
  background-color: transparent;
  outline: none;
  border: none;
  height: 100%;
  width: 100%;
}
.tblContent .inner .dropdown button svg {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.tblContent .inner .dropdown button svg path {
  fill: #1e363f;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tblContent .inner .dropdown button:hover svg path {
  fill: #f18e00;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
.result-message {
  display: block;
  color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 50px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 9999;
}
.result-message.show-nok {
  background-color: #d95756;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.result-message.show-ok {
  background-color: #71ce71;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.login-page {
  height: 100%;
  display: flex;
}
.login-image {
  text-align: center;
  padding-bottom: 50px;
}
.login-image img {
  height: 45px;
  margin: 0 auto;
}
.login-page .login-side {
  display: flex;
  width: 40%;
  position: relative;
  background-image: url('../Images/industry.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.login-page .login-side:before {
  background: linear-gradient(to right, #00d2ff, #3a7bd5);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
}
.login-page .login-side .content {
  color: white;
  position: absolute;
  top: 30%;
  padding: 0 100px;
}
.login-page .login-side .content div {
  line-height: 25px;
  margin-top: 30px;
}
.login-page .login-form {
  display: flex;
  width: 60%;
  position: relative;
  padding: 50px;
  align-items: center;
  justify-content: center;
}
.login-page .login-form .made-by {
  position: fixed;
  top: 15px;
  right: 15px;
  font-weight: bold;
}
.login-page .login-form .made-by a {
  color: #f18e00;
}
.login-page .login-form .version {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-weight: bold;
}
.login-page .login-form .content {
  width: 100%;
  max-width: 330px;
  margin: auto 0;
  text-align: left;
}
.f-title {
  display: block;
  font-family: 'OpenSans-Bold';
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 25px;
}
.btn-submit,
.btn-page {
  color: white;
  outline: none;
  border: none;
  background-color: #3699ff;
  border-color: #3699ff;
  padding: 0px 20px;
  line-height: 35px;
  box-shadow: none;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  border-radius: 3px;
  display: inline-block;
}
.btn-submit.huge,
.btn-page.huge {
  width: 300px;
  height: 150px;
}
.btn-submit.huge.purple,
.btn-page.huge.purple {
  background-color: #1f2741;
  border-color: #1f2741;
}
.btn-page {
  line-height: 35px;
}
.btn-submit:hover,
.btn-page:hover {
  background-color: #187de4;
  border-color: #187de4;
}
.btn-submit.red,
.btn-page.red {
  background-color: #d95756;
}
.f-image {
  padding-bottom: 50px;
  text-align: center;
}
.f-image img {
  width: 75px;
}
.f-image span {
  font-size: 20px;
  opacity: 0.6;
  color: #525f7f;
}
.custom-f-input {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.custom-f-input.set-input-next .f-focus-input {
  line-height: 38px;
  margin-bottom: 0;
}
.custom-f-input.set-input-next .switch {
  position: absolute;
  right: 0;
  top: 4px;
  margin: 0;
}
.search-form .div-search .f-focus-input {
  line-height: 38px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .search-form .div-search .f-focus-input {
    line-height: 14px;
    margin-bottom: 5px;
  }
}
.search-form .div-search .InputSearcher {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}
.search-form .div-search .input-group-addon {
  top: 0px;
}
.search-form .custom-f-input,
.search-form .div-pick-date {
  margin-bottom: 10px;
}
.search-form .custom-f-input .f-focus-input,
.search-form .div-pick-date .f-focus-input {
  line-height: 38px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .search-form .custom-f-input .f-focus-input,
  .search-form .div-pick-date .f-focus-input {
    line-height: 14px;
    margin-bottom: 5px;
  }
}
.search-form .custom-f-input .switch,
.search-form .div-pick-date .switch {
  position: absolute;
  right: 0;
  top: 4px;
  margin: 0;
}
@media (max-width: 767px) {
  .search-form .custom-f-input .switch,
  .search-form .div-pick-date .switch {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.search-form .custom-f-input .c-input,
.search-form .div-pick-date .c-input,
.search-form .custom-f-input .ddl-choice,
.search-form .div-pick-date .ddl-choice,
.search-form .custom-f-input .input-group.date,
.search-form .div-pick-date .input-group.date {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}
@media (max-width: 767px) {
  .search-form .custom-f-input .c-input,
  .search-form .div-pick-date .c-input,
  .search-form .custom-f-input .ddl-choice,
  .search-form .div-pick-date .ddl-choice,
  .search-form .custom-f-input .input-group.date,
  .search-form .div-pick-date .input-group.date {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
}
.search-form .custom-f-input .field-validation-error span,
.search-form .div-pick-date .field-validation-error span {
  top: -15px;
}
.search-form .custom-f-input .field-validation-error::after,
.search-form .div-pick-date .field-validation-error::after {
  top: -18px;
}
.search-form.scrollbar {
  height: 350px;
  overflow-y: scroll;
}
.search-form.small-margins .custom-f-input,
.search-form.small-margins .div-pick-date {
  margin-bottom: 2px;
}
.custom-f-input .c-input {
  line-height: 38px;
  width: 100%;
  outline: none;
  border: none;
  height: 38px;
  padding: 0 13px;
  border-radius: 0px;
  display: block;
  border: 1px solid #e4e6ef;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  color: #3f4254 !important;
  background: transparent;
  -webkit-appearance: none;
}
.custom-f-input .badge {
  line-height: 20px;
  height: 26px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 12px;
}
.custom-f-input .switch {
  margin-top: 5px;
  margin-bottom: 5px;
}
.custom-f-input .c-input:focus {
  box-shadow: none;
  border: 1px solid #669cf7;
}
.custom-f-input .c-input.multi {
  min-height: 300px;
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.custom-f-input .c-input.multi.tiny {
  min-height: 55px;
}
.custom-f-input .c-input.multi.small {
  min-height: 110px;
}
.custom-f-input .c-input.multi.for-remarks {
  min-height: 300px;
}
.custom-f-input .c-input.multi.big {
  min-height: 300px;
}
.custom-f-input .field-validation-error span {
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  padding: 0 15px 0 10px;
  top: -2px;
  right: 5px;
  pointer-events: none;
  font-family: 'OpenSans-Regular';
  color: #c80000;
  line-height: 1.4;
  text-align: left;
}
.custom-f-input .field-validation-error::after {
  content: "!";
  font-size: 16px;
  color: #c80000;
  display: block;
  position: absolute;
  right: 5px;
  width: 20px;
  padding-right: 5px;
  text-align: right;
  height: 32px;
  top: -5px;
  background-color: transparent;
}
.f-focus-input {
  line-height: 15px;
  display: block;
  width: 100%;
  padding-left: 0;
  color: #3f4254;
  margin-bottom: 5px;
  font-size: 13px;
  font-family: 'OpenSans-Regular';
}
.f-focus-input .custom-btn {
  padding: 0 5px;
  line-height: 25px;
}
@media (max-width: 1199px) {
  .f-focus-input {
    font-size: 12px;
    line-height: 14px;
  }
}
.f-focus-input.for-settings {
  line-height: 28px;
  margin-bottom: 0px;
}
.divNoItems {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.divNoItems.noPadding {
  padding: 0px;
}
.divNoItems .lblHead {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #293a4e;
  margin-top: 30px;
  margin-bottom: 30px;
}
a.sap-link,
a.sap-link:link,
a.sap-link:active,
a.sap-link:visited,
.sap-link {
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  border-radius: 0;
  text-decoration: none;
  color: #5867dd !important;
  position: relative;
  outline: none;
  background-color: transparent;
  border: none;
  padding-left: 18px;
}
.sap-link:hover {
  color: #f18e00 !important;
}
.sap-link svg {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sap-link svg path {
  fill: #f18e00;
}
a.custom-link,
a.custom-link:link,
a.custom-link:active,
a.custom-link:visited,
.custom-btn {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #e9f1fe;
  color: #2c77f4;
  border: none;
  padding: 0px 20px;
  line-height: 35px;
  box-shadow: none;
  border-radius: 3px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  cursor: pointer !important;
  text-decoration: none;
  letter-spacing: 0px;
  outline: none;
  font-family: 'OpenSans-SemiBold';
}
a.custom-link.back-btn-viewer,
a.custom-link:link.back-btn-viewer,
a.custom-link:active.back-btn-viewer,
a.custom-link:visited.back-btn-viewer,
.custom-btn.back-btn-viewer {
  position: absolute;
  top: 0;
  z-index: 10;
  right: -50px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
a.custom-link.small,
a.custom-link:link.small,
a.custom-link:active.small,
a.custom-link:visited.small,
.custom-btn.small {
  padding: 0 10px;
}
a.custom-link.advanced-search,
a.custom-link:link.advanced-search,
a.custom-link:active.advanced-search,
a.custom-link:visited.advanced-search,
.custom-btn.advanced-search,
a.custom-link.table-overview,
a.custom-link:link.table-overview,
a.custom-link:active.table-overview,
a.custom-link:visited.table-overview,
.custom-btn.table-overview {
  padding: 0px 12px;
  margin-left: 15px;
  line-height: 30px;
}
a.custom-link.table-overview,
a.custom-link:link.table-overview,
a.custom-link:active.table-overview,
a.custom-link:visited.table-overview,
.custom-btn.table-overview {
  margin-left: 2px;
}
a.custom-link.full-screen-btn,
a.custom-link:link.full-screen-btn,
a.custom-link:active.full-screen-btn,
a.custom-link:visited.full-screen-btn,
.custom-btn.full-screen-btn {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 0 15px;
  z-index: 2;
}
a.custom-link.nkl-comment-btn,
a.custom-link:link.nkl-comment-btn,
a.custom-link:active.nkl-comment-btn,
a.custom-link:visited.nkl-comment-btn,
.custom-btn.nkl-comment-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
a.custom-link.full,
a.custom-link:link.full,
a.custom-link:active.full,
a.custom-link:visited.full,
.custom-btn.full {
  display: block;
  width: 100%;
}
a.custom-link:hover,
.custom-btn:hover {
  background-color: #2c77f4;
  color: #fff;
}
a.custom-link.purple,
.custom-btn.purple {
  border: 3px solid #2fa0e0;
  color: #2fa0e0;
}
a.custom-link.purple:hover,
.custom-btn.purple:hover,
a.custom-link.purple.fixed,
.custom-btn.purple.fixed {
  color: #fff;
  background-color: #2fa0e0;
}
a.custom-link.dark,
.custom-btn.dark {
  background-color: #494b74;
  color: #f18e00;
}
a.custom-link.dark:hover,
.custom-btn.dark:hover,
a.custom-link.dark.fixed,
.custom-btn.dark.fixed {
  background-color: #1e1e2d;
}
.custom-btn.on-dashboard {
  margin-left: 10px;
}
.custom-btn.on-dashboard {
  background-color: transparent;
  border-radius: 3px;
  border: none;
  outline: none !important;
  text-align: left;
  text-align: center;
  padding: 0;
  height: 40px;
  width: 40px;
  clear: both;
  font-weight: 400;
  color: #595d6e;
  text-decoration: none;
  line-height: 40px;
}
.custom-btn.on-dashboard:hover {
  background-color: rgba(44, 119, 244, 0.1);
}
.custom-btn.on-dashboard span {
  display: none;
}
.hdnButtonToSubmitForm {
  display: none;
  opacity: 0;
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  background-color: white;
  z-index: 100;
  padding-left: 70px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: 1px solid #eff0f6;
}
.header.for-external-view {
  padding-left: 0;
  line-height: 70px;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .header {
    padding-left: 0;
    background-color: #1e1e2d;
    height: 60px;
    border-bottom: none;
  }
  .header.for-external-view {
    background-color: white;
    line-height: 60px;
    font-size: 26px;
    border-bottom: 1px solid #eff0f6;
  }
}
.header .h-search {
  margin-top: 5px;
  padding-left: 0;
  max-width: 300px;
}
.header .h-search .div-search {
  z-index: 10;
}
.header .h-title {
  color: white;
  line-height: 60px;
  font-size: 20px;
  opacity: 0.5;
  font-family: 'OpenSans-SemiBold';
  letter-spacing: 1px;
}
.header .header-actions-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  right: 0;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  padding-top: 5px;
  padding-right: 5px;
  display: none;
}
.header .header-actions-btn svg {
  width: 20px;
  height: 20px;
}
.header .header-actions-btn svg path {
  fill: #6c7293;
}
.header .header-actions {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header-actions li {
  float: right;
  height: 100%;
  position: relative;
  width: 50px;
}
.header .header-actions li.user-info {
  width: auto;
}
.header .header-actions li.user-info div {
  padding-top: 25px;
  padding-right: 15px;
  color: #494b74;
  font-size: 13px;
}
@media (max-width: 1024px) {
  .header .header-actions li.user-info div {
    padding-top: 20px;
    color: #c7c7de;
  }
}
.header .header-actions li.user-info div i {
  margin-right: 2px;
}
.header .btn-action,
.header .btn-action:link,
.header .btn-action:active,
.header .btn-action:visited {
  height: 45px;
  width: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  outline: none;
  background-color: transparent;
  border: none;
}
.header .btn-action .dropdown-toggle {
  outline: none;
  border: none;
  background-color: transparent;
  display: block;
  height: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}
.header .btn-action i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #c7c7de;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  font-size: 16px;
}
.header .btn-action:hover {
  background-color: #f2f3f7 !important;
}
.header .btn-action:hover i {
  color: #2c77f4;
}
.header .btn-action.has-alerts i {
  color: #2c77f4;
  font-size: 20px;
}
@media (max-width: 991px) {
  .header .btn-action.has-alerts i {
    font-size: 18px;
  }
}
.header .header-menu {
  height: 100%;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .header .header-menu {
    margin-left: 10px;
  }
}
.header .header-menu .divOverlay {
  display: none;
}
.header .header-menu .sub-menu {
  display: block;
}
@media (max-width: 991px) {
  .header .header-menu .sub-menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 250px;
    background-color: white;
    position: fixed;
    z-index: 102;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: auto;
    padding: 50px 0 0 0;
  }
}
@media (max-width: 500px) {
  .header .header-menu .sub-menu {
    width: 100%;
  }
}
.header .header-menu .sub-menu .menu-closer {
  display: none;
}
@media (max-width: 991px) {
  .header .header-menu .sub-menu .menu-closer {
    display: block;
  }
}
.header .header-menu .sub-menu ul.s-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
.header .header-menu .sub-menu ul.s-menu li.sub-link {
  float: left;
  padding-top: 14px;
  margin: 0 5px;
}
@media (max-width: 991px) {
  .header .header-menu .sub-menu ul.s-menu li.sub-link .set-search-margin {
    display: none;
  }
}
.header .header-menu .sub-menu ul.s-menu li.sub-link .dropDownBtn {
  line-height: 40px;
  height: 40px;
  font-size: 12px;
}
.header .header-menu .sub-menu ul.s-menu li.sub-link .divToShowHide {
  display: none;
}
.header .header-menu .sub-menu ul.s-menu li.sub-link.is-active .divToShowHide {
  display: block;
}
.header .header-menu .sub-menu ul.s-menu li.sub-link .divToShowHide ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .header-menu .sub-menu ul.s-menu li.sub-link .dropdown-toggle:hover,
.header .header-menu .sub-menu ul.s-menu li.sub-link.is-active .dropdown-toggle {
  background-color: rgba(44, 119, 244, 0.1);
  color: #2c77f4;
}
.header .header-menu .sub-menu ul.s-menu li.sub-link.is-active .m-lnk {
  color: #f18e00;
}
.header .header-menu .sub-menu ul.s-menu li.sub-link .dropdown-toggle:after {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid #6c7293;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  z-index: 2;
}
.header .header-menu .sub-menu ul.s-menu li.sub-link .dropdown-toggle:hover:after,
.header .header-menu .sub-menu ul.s-menu li.sub-link.is-active .dropdown-toggle:after {
  border-top: 0.4em solid #2c77f4;
}
.header .header-menu .sub-menu ul.s-menu li.sub-link .m-lnk:link,
.header .header-menu .sub-menu ul.s-menu li.sub-link .m-lnk:active,
.header .header-menu .sub-menu ul.s-menu li.sub-link .m-lnk:visited,
.header .header-menu .sub-menu ul.s-menu li.sub-link .m-lnk,
.header .header-menu .sub-menu ul.s-menu li.sub-link .dropdown-toggle {
  border-radius: 3px;
  padding: 0 14px;
  color: #6c7293;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
  font-family: 'OpenSans-SemiBold';
  font-size: 13px;
}
@media (max-width: 991px) {
  .header .header-menu .sub-menu ul.s-menu li.sub-link .m-lnk:link,
  .header .header-menu .sub-menu ul.s-menu li.sub-link .m-lnk:active,
  .header .header-menu .sub-menu ul.s-menu li.sub-link .m-lnk:visited,
  .header .header-menu .sub-menu ul.s-menu li.sub-link .m-lnk,
  .header .header-menu .sub-menu ul.s-menu li.sub-link .dropdown-toggle {
    font-size: 14px;
  }
}
.header .header-menu .sub-menu ul.s-menu li.sub-link .dropdown-toggle {
  padding-right: 30px;
  background-color: transparent;
  color: #6c7293;
}
.header .header-menu .sub-menu ul.s-menu li.sub-link .m-lnk:hover,
.header .header-menu .sub-menu ul.s-menu li.sub-link .m-lnk.active {
  background-color: rgba(44, 119, 244, 0.1);
  color: #2c77f4;
}
.sub-header {
  position: fixed;
  height: 55px;
  top: 70px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgba(82, 63, 105, 0.08);
  box-shadow: 0 10px 30px 0 rgba(82, 63, 105, 0.08);
  margin: 0;
  z-index: 99;
  padding-left: 95px;
  padding-right: 15px;
  padding-top: 10px;
  line-height: 35px;
}
.sub-header h3 {
  margin: 0;
  font-size: 14px;
  font-family: 'OpenSans-Bold';
  display: inline-block;
  float: left;
  line-height: 35px;
}
@media (max-width: 500px) {
  .sub-header h3 {
    font-size: 13px;
  }
}
.sub-header .table-total,
.sub-header .extra-info {
  border-left: 1px solid #e7e8ef;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 19px;
  display: inline-block;
  color: #494b74;
  font-family: 'OpenSans-SemiBold';
  float: left;
  margin-top: 8px;
  font-size: 12px;
}
@media (max-width: 500px) {
  .sub-header .table-total,
  .sub-header .extra-info {
    font-size: 11px;
  }
}
.sub-header .obj-navigation {
  display: inline-block;
  margin-right: 7px;
  border-right: 1px solid #e7e8ef;
  padding-right: 10px;
  float: left;
}
@media (max-width: 767px) {
  .sub-header .obj-navigation {
    display: block;
  }
}
.sub-header .action-bar {
  float: right;
  text-align: right;
}
.sub-header .action-bar .divFilterBtn {
  display: inline-block;
  float: right;
}
.sub-header .action-bar .divFilterBtn .custom-btn {
  margin-left: 5px;
}
.sub-header .action-bar .divFilterBtn .custom-btn span {
  display: none;
}
.sub-header .action-bar .divFilterBtn .custom-btn i {
  margin-right: 0;
}
.sub-header .action-bar .open-bottom {
  display: block;
  float: right;
}
.sub-header .action-bar .open-top {
  display: none;
}
.sub-header .action-bar .custom-btn i {
  margin-right: 10px;
}
.sub-header .action-bar .custom-btn.no-text {
  float: left;
}
.sub-header .action-bar .custom-btn.no-text:last-child {
  margin-left: 5px;
}
.sub-header .action-bar .custom-btn.no-text span {
  display: none;
}
.sub-header .action-bar .custom-btn.no-text i {
  margin-right: 0px;
}
.sub-header .table-search {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  float: left;
}
.sub-header .div-bp-search {
  padding: 0;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  float: left;
}
.sub-header .div-bp-search .div-search {
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
}
.sub-header .div-bp-search .dropdown {
  display: block;
}
.sub-header .table-search .search-input,
.sub-header .div-search .search-input {
  background-color: #f2f3f7;
  border: none;
  outline: none;
  height: 35px;
  border-radius: 3px;
  padding: 0 35px 0 10px;
  line-height: 35px;
  border: 1px solid #e2e5ec;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  width: 250px;
}
.sub-header .table-search .search-input:focus,
.sub-header .div-search .search-input:focus {
  box-shadow: none;
  border: 1px solid #669cf7;
}
.sub-header .table-search svg,
.sub-header .div-search svg {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-header .table-search svg path,
.sub-header .div-search svg path {
  fill: #2c77f4;
}
.sub-header .tTip {
  float: right;
  display: inline-block;
  height: 35px;
  width: 35px;
  background-color: #2c77f4;
  border-radius: 3px;
  margin-left: 5px;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.sub-header .tTip:hover {
  background-color: #0c61ed;
  border-color: #0c5ce1;
}
.sub-header .dropdown {
  display: inline-block;
}
.sub-header .dropdown-toggle {
  padding-right: 40px;
}
.sub-header .dropdown-toggle:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid #2c77f4;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  z-index: 2;
}
.sub-header .dropdown-toggle:hover:after {
  border-top: 0.4em solid white;
}
.full-screen-modus {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: auto;
}
.app-full-screen {
  background-color: #e1e5ef;
  position: relative;
  min-height: 100vh;
  display: none;
  padding: 75px 20px 100px;
}
.app-full-screen .sub-header {
  top: 0;
  padding-left: 15px;
  padding-top: 12px;
}
.app-full-screen .full-screen-closer {
  background-color: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: none;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 5;
  font-size: 18px;
  cursor: pointer;
  color: #525f7f;
}
.app-full-screen .full-screen-closer:hover {
  background-color: #f2f3f7;
  color: #2c77f4;
}
.app-full-screen .full-screen-action-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 -10px 30px 0 rgba(82, 63, 105, 0.08);
  box-shadow: 0 -10px 30px 0 rgba(82, 63, 105, 0.08);
  height: 45px;
  text-align: right;
  padding: 5px 10px 0;
}
.app-full-screen .full-screen-action-bar i {
  margin-right: 10px;
}
.menu-normal .divOverlay {
  display: none;
}
.menu-closer {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: none;
  z-index: 2;
  background-color: transparent;
  outline: none;
  border: none;
}
.menu-closer i {
  font-size: 18px;
  color: #9899ac;
}
.menu-left {
  position: fixed;
  z-index: 102;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #1e1e2d;
  width: 70px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .menu-left {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 250px;
  }
}
@media (max-width: 500px) {
  .menu-left {
    width: 100%;
  }
}
.menu-left .menu-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #494b74;
  display: block;
}
@media (max-width: 1024px) {
  .menu-left .menu-arrow {
    display: none;
  }
}
.menu-left .menu-arrow i {
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.menu-left .menu-closer {
  display: none;
}
@media (max-width: 1024px) {
  .menu-left .menu-closer {
    display: block;
  }
}
.menu-left .menu-logo {
  padding: 20px;
  height: 69px;
  background-color: #1b1b28;
  position: relative;
}
.menu-left .menu-logo img {
  max-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
@media (max-width: 1024px) {
  .menu-left .menu-logo img {
    display: block;
  }
}
.menu-left .menu-logo.full {
  padding: 0;
}
.menu-left .menu-items {
  padding: 0;
  list-style: none;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  padding-bottom: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-left .menu-items li.menu-item:hover .btnHideShowPanel {
  color: white;
  background-color: #1b1b28;
}
.menu-left .menu-items li.menu-item:hover .btnHideShowPanel i.for-icon {
  color: #f18e00;
}
.menu-left .menu-items li.menu-item:hover .btnHideShowPanel i.for-shower {
  color: white;
}
@media (max-width: 1024px) {
  .menu-left .menu-items {
    top: 0;
    margin-top: 100px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.menu-left a.btn-menu,
.menu-left a.btn-menu:link,
.menu-left a.btn-menu:active,
.menu-left a.btn-menu:visited,
.menu-left .btn-menu {
  text-decoration: none;
  display: block;
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  color: #9899ac;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: left;
  height: 50px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .menu-left a.btn-menu,
  .menu-left a.btn-menu:link,
  .menu-left a.btn-menu:active,
  .menu-left a.btn-menu:visited,
  .menu-left .btn-menu {
    height: 45px;
  }
}
.menu-left a.btn-menu .set-pos,
.menu-left a.btn-menu:link .set-pos,
.menu-left a.btn-menu:active .set-pos,
.menu-left a.btn-menu:visited .set-pos,
.menu-left .btn-menu .set-pos {
  width: 70px;
  height: 100%;
  float: left;
  position: relative;
  cursor: pointer;
}
.menu-left a.btn-menu span,
.menu-left a.btn-menu:link span,
.menu-left a.btn-menu:active span,
.menu-left a.btn-menu:visited span,
.menu-left .btn-menu span {
  line-height: 50px;
  font-family: 'OpenSans-Regular';
  font-size: 13px;
  display: none;
  float: left;
}
@media (max-width: 1024px) {
  .menu-left a.btn-menu span,
  .menu-left a.btn-menu:link span,
  .menu-left a.btn-menu:active span,
  .menu-left a.btn-menu:visited span,
  .menu-left .btn-menu span {
    line-height: 45px;
    display: block;
  }
}
.menu-left a.btn-menu i.for-icon,
.menu-left a.btn-menu:link i.for-icon,
.menu-left a.btn-menu:active i.for-icon,
.menu-left a.btn-menu:visited i.for-icon,
.menu-left .btn-menu i.for-icon {
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #494b74;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu-left a.btn-menu i.for-shower,
.menu-left a.btn-menu:link i.for-shower,
.menu-left a.btn-menu:active i.for-shower,
.menu-left a.btn-menu:visited i.for-shower,
.menu-left .btn-menu i.for-shower {
  color: #5c5e81;
  position: absolute;
  right: 15px;
  font-size: 10px;
  top: 17px;
  left: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  opacity: 0;
}
@media (max-width: 1024px) {
  .menu-left a.btn-menu i.for-shower,
  .menu-left a.btn-menu:link i.for-shower,
  .menu-left a.btn-menu:active i.for-shower,
  .menu-left a.btn-menu:visited i.for-shower,
  .menu-left .btn-menu i.for-shower {
    opacity: 1;
  }
}
.menu-left a.btn-menu:hover,
.menu-left a.btn-menu:link:hover,
.menu-left a.btn-menu:active:hover,
.menu-left a.btn-menu:visited:hover,
.menu-left .btn-menu:hover,
.menu-left a.btn-menu.active,
.menu-left a.btn-menu:link.active,
.menu-left a.btn-menu:active.active,
.menu-left a.btn-menu:visited.active,
.menu-left .btn-menu.active {
  color: white;
  background-color: #1b1b28;
}
.menu-left a.btn-menu:hover i.for-icon,
.menu-left a.btn-menu:link:hover i.for-icon,
.menu-left a.btn-menu:active:hover i.for-icon,
.menu-left a.btn-menu:visited:hover i.for-icon,
.menu-left .btn-menu:hover i.for-icon,
.menu-left a.btn-menu.active i.for-icon,
.menu-left a.btn-menu:link.active i.for-icon,
.menu-left a.btn-menu:active.active i.for-icon,
.menu-left a.btn-menu:visited.active i.for-icon,
.menu-left .btn-menu.active i.for-icon {
  color: #f18e00;
}
.menu-left a.btn-menu:hover i.for-shower,
.menu-left a.btn-menu:link:hover i.for-shower,
.menu-left a.btn-menu:active:hover i.for-shower,
.menu-left a.btn-menu:visited:hover i.for-shower,
.menu-left .btn-menu:hover i.for-shower,
.menu-left a.btn-menu.active i.for-shower,
.menu-left a.btn-menu:link.active i.for-shower,
.menu-left a.btn-menu:active.active i.for-shower,
.menu-left a.btn-menu:visited.active i.for-shower,
.menu-left .btn-menu.active i.for-shower {
  color: white;
}
.menu-left a.btn-menu.rotate-it i.for-shower,
.menu-left a.btn-menu:link.rotate-it i.for-shower,
.menu-left a.btn-menu:active.rotate-it i.for-shower,
.menu-left a.btn-menu:visited.rotate-it i.for-shower,
.menu-left .btn-menu.rotate-it i.for-shower {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-left ul.sub-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
@media (max-width: 1024px) {
  .menu-left ul.sub-menu-list {
    display: block;
  }
}
.menu-left ul.sub-menu-list a.btn-menu,
.menu-left ul.sub-menu-list a.btn-menu:link,
.menu-left ul.sub-menu-list a.btn-menu:active,
.menu-left ul.sub-menu-list a.btn-menu:visited,
.menu-left ul.sub-menu-list .btn-menu {
  padding-left: 30px;
  height: 40px;
}
.menu-left ul.sub-menu-list a.btn-menu span,
.menu-left ul.sub-menu-list a.btn-menu:link span,
.menu-left ul.sub-menu-list a.btn-menu:active span,
.menu-left ul.sub-menu-list a.btn-menu:visited span,
.menu-left ul.sub-menu-list .btn-menu span {
  line-height: 40px;
}
.menu-left ul.sub-menu-list a.btn-menu .set-pos,
.menu-left ul.sub-menu-list a.btn-menu:link .set-pos,
.menu-left ul.sub-menu-list a.btn-menu:active .set-pos,
.menu-left ul.sub-menu-list a.btn-menu:visited .set-pos,
.menu-left ul.sub-menu-list .btn-menu .set-pos {
  width: 50px;
}
.menu-left ul.sub-menu-list a.btn-menu i.for-icon,
.menu-left ul.sub-menu-list a.btn-menu:link i.for-icon,
.menu-left ul.sub-menu-list a.btn-menu:active i.for-icon,
.menu-left ul.sub-menu-list a.btn-menu:visited i.for-icon,
.menu-left ul.sub-menu-list .btn-menu i.for-icon {
  font-size: 6px;
}
.menu-left:hover,
.menu-left.open {
  width: 250px;
}
@media (max-width: 500px) {
  .menu-left:hover,
  .menu-left.open {
    width: 100%;
  }
}
.menu-left:hover .menu-arrow,
.menu-left.open .menu-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-left:hover .menu-arrow i,
.menu-left.open .menu-arrow i {
  color: #3699ff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-left:hover a.btn-menu span,
.menu-left.open a.btn-menu span,
.menu-left:hover a.btn-menu:link span,
.menu-left.open a.btn-menu:link span,
.menu-left:hover a.btn-menu:active span,
.menu-left.open a.btn-menu:active span,
.menu-left:hover a.btn-menu:visited span,
.menu-left.open a.btn-menu:visited span,
.menu-left:hover .btn-menu span,
.menu-left.open .btn-menu span {
  display: block;
}
.menu-left:hover a.btn-menu i.for-shower,
.menu-left.open a.btn-menu i.for-shower,
.menu-left:hover a.btn-menu:link i.for-shower,
.menu-left.open a.btn-menu:link i.for-shower,
.menu-left:hover a.btn-menu:active i.for-shower,
.menu-left.open a.btn-menu:active i.for-shower,
.menu-left:hover a.btn-menu:visited i.for-shower,
.menu-left.open a.btn-menu:visited i.for-shower,
.menu-left:hover .btn-menu i.for-shower,
.menu-left.open .btn-menu i.for-shower {
  opacity: 1;
}
.menu-left:hover ul.sub-menu-list,
.menu-left.open ul.sub-menu-list {
  display: block;
}
.menu-left:hover .menu-logo img,
.menu-left.open .menu-logo img {
  display: block;
}
.subMenuHider {
  width: 50px;
  bottom: 0;
  top: 0;
  left: 0px;
  z-index: 4;
  position: absolute;
  cursor: pointer;
  display: none;
  padding-left: 55px;
}
.subMenuHider span {
  display: block;
  line-height: 60px;
  font-family: 'OpenSans-SemiBold';
  color: #9899ac;
  font-size: 12px;
}
.subMenuHider .hamburgerMenu {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.subMenuHider .hamburgerMenu div {
  width: 25px;
  height: 2px;
  margin: 6px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #6c7293;
  cursor: pointer;
}
.subMenuHider .hamburgerMenu div:first-child {
  width: 15px;
}
.subMenuHider .hamburgerMenu div:last-child {
  width: 20px;
}
.menuHider {
  width: 50px;
  bottom: 0;
  top: 0;
  right: 50px;
  z-index: 4;
  position: absolute;
  cursor: pointer;
  display: none;
}
.menuHider .hamburgerMenu {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.menuHider .hamburgerMenu div {
  width: 25px;
  height: 2px;
  margin: 6px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #6c7293;
  cursor: pointer;
}
.page-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 390px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 55px 45px 33px 45px;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.page-alert .pa-title {
  display: block;
  font-family: 'OpenSans-Bold';
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 25px;
}
.page-alert .pa-notification {
  display: block;
  margin-bottom: 20px;
}
.fc button .fc-icon {
  top: -2px;
}
.fc-ltr .fc-axis {
  background: #f2f3f7;
}
.agendaInnerTableHeader {
  border-top: 1px solid #dbdeea;
  margin-top: 10px;
  padding-top: 10px;
}
.fc-title {
  font-family: 'OpenSans-Regular';
  font-size: 14px;
}
.fc-title b {
  font-family: 'OpenSans-SemiBold';
  font-weight: normal;
}
.fc-center {
  float: right;
}
.fc-center h2 {
  height: 38px;
  line-height: 38px;
  text-transform: uppercase;
  color: #646c9a;
  font-family: 'OpenSans-SemiBold';
  letter-spacing: 0;
  margin-right: 5px;
  font-size: 13px;
}
.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  cursor: pointer;
}
.fc-toolbar .fc-left button,
.fc-toolbar .fc-right button {
  color: #74788d;
  background: 0 0;
  border: 1px solid #dbdeea;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 1.25rem;
  font-size: 10px;
  height: 38px;
  width: 45px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.fc-toolbar .fc-left button:hover,
.fc-toolbar .fc-right button:hover {
  color: white;
  background-color: #2c77f4;
}
.fc-toolbar .fc-left button.fc-today-button,
.fc-toolbar .fc-right button.fc-today-button {
  width: auto;
}
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-day-header {
  background: #f2f3f7;
  border-color: #ebedf2;
}
.fc-unthemed .fc-day-header {
  padding: 8px 14px;
  text-transform: uppercase;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #dbdeea;
}
.fc-unthemed .fc-list-view,
.fc-list-table td {
  border-color: #ebedf2;
}
.fc-ltr .fc-list-heading-main {
  color: #595d6e;
  text-transform: uppercase;
}
.fc-ltr .fc-list-heading-main,
.fc-ltr .fc-list-heading-alt {
  color: #74788d;
}
.btnAgendaCloserID {
  display: none;
  opacity: 0;
}
.fc-list-table .fc-list-item:hover td {
  background-color: transparent;
}
.fc-list-table .fc-list-item.closed {
  display: none;
}
.fc-list-table .fc-list-item td {
  color: #646c9a;
  font-family: 'OpenSans-Regular';
  padding: 6px 14px;
}
.fc-list-table .fc-list-item .fc-list-table .fc-list-item td.fc-list-item-title {
  line-height: normal;
  position: relative;
}
.fc-list-table .fc-list-item td.fc-list-item-title a,
.fc-list-table .fc-list-item td.fc-list-item-title a:link,
.fc-list-table .fc-list-item td.fc-list-item-title a:active,
.fc-list-table .fc-list-item td.fc-list-item-title a:visited,
.fc-list-table .fc-list-item td.fc-list-item-title a:hover {
  display: block;
  position: relative;
}
.fc-list-table .fc-list-item td.fc-list-item-title a span.agenda-item {
  line-height: 20px;
}
.fc-list-table .fc-list-item td.fc-list-item-title a span.agenda-item .tblSubHeading {
  font-size: 12px;
  line-height: 30px;
  margin-top: 15px;
  border: 1px solid #ebedf3;
}
.fc-list-table .fc-list-item td.fc-list-item-title a span.agenda-item .tblSubHeading i.for-shower {
  right: 45px;
  top: 10px;
}
.fc-list-table .fc-list-item td.fc-list-item-title a span.agenda-item .tblContent {
  padding: 15px;
}
.fc-list-table .fc-list-item td.fc-list-item-title a span.agenda-item .sap-link {
  float: none;
}
.fc-list-table .fc-list-item td.fc-list-item-title a span.agenda-type {
  display: block;
  float: none;
  line-height: 20px;
  font-family: 'OpenSans-SemiBold';
  overflow: hidden;
}
.fc-list-table .fc-list-item td.fc-list-item-title a span.agenda-type .agenda-subject {
  font-family: 'OpenSans-Regular';
  text-transform: lowercase;
}
.fc-list-table .fc-list-item td.fc-list-item-title a.sap-link,
.fc-list-table .fc-list-item td.fc-list-item-title .sub-info {
  height: 25px;
  line-height: 25px;
  float: left;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.fc-list-table td.for-remove {
  width: 40px;
  padding: 6px 14px;
}
.fc-scroller {
  padding-bottom: 325px;
}
.for-remove {
  position: relative;
}
.for-remove .dropdown {
  height: 40px;
  width: 40px;
}
.for-remove .dropdown .dropdown-toggle {
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  outline: none;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.for-remove .dropdown .dropdown-toggle::after {
  display: none;
}
.for-remove .dropdown .dropdown-toggle svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.for-remove .dropdown .dropdown-toggle svg path {
  fill: #525f7f;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.fc-list-item.open ul.dropdown-menu {
  display: block;
}
#return-to-top.shown {
  opacity: 1;
  visibility: visible;
}
#return-to-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  border-radius: 0px;
  width: 35px;
  height: 35px;
  display: block;
  text-decoration: none;
  visibility: hidden;
  z-index: 8;
  border: none;
  outline: none;
  background-color: #1e1e2d;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0;
  box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.12);
}
#return-to-top i {
  color: #9899ac;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#return-to-top:hover {
  opacity: 1;
}
#return-to-top:hover i {
  color: #f18e00;
  top: 45%;
}
@media (max-width: 1440px) {
  .tblContent.for-kpi {
    height: 400px;
  }
  .pnlToHideShow.for-kpi {
    height: 400px;
  }
}
@media (max-width: 1399px) {
  .timeline:after {
    left: 0;
  }
  .timeline .timeline-marker {
    left: 0;
  }
  .timeline .timeline-item {
    width: 100%;
    left: 0 !important;
    top: 0 !important;
    margin-top: 50px !important;
    padding-left: 2.25rem !important;
    padding-right: 0 !important;
    position: relative;
  }
  .timeline .item-left .timeline-circle,
  .timeline .item-right .timeline-circle {
    left: -10px;
    right: auto;
  }
  .timeline .item-left:after,
  .timeline .item-right:after {
    top: 15px !important;
    left: 0 !important;
    right: auto !important;
    margin-left: -3px !important;
    border-right: solid 10px #f2f3f7;
    border-bottom: solid 17px transparent;
    border-left: solid 17px transparent;
    border-top: solid 17px transparent;
  }
  .timeline .item-left .timeline-time,
  .timeline .item-right .timeline-time {
    left: 3.57rem;
    right: auto;
  }
  .timeline.with-ending .timeline-items {
    padding-top: 40px;
  }
}
@media (max-width: 1280px) {
  .tblContent.for-kpi {
    height: 375px;
  }
  .pnlToHideShow.for-kpi {
    height: 375px;
  }
  .actual-content {
    padding: 15px;
    padding-bottom: 100px;
  }
  .app-full-screen {
    padding: 70px 15px 100px;
  }
}
@media (max-width: 1199px) {
  .tblContent.for-kpi {
    height: 350px;
  }
  .pnlToHideShow.for-kpi {
    height: auto;
  }
  .login-page .login-side .content {
    padding: 0 75px;
  }
}
@media (max-width: 1024px) {
  .menuHider {
    display: block;
  }
  .divSidePanel .innerPnl .lblHead {
    line-height: 60px;
    height: 60px;
  }
  .custom-f-input .field-validation-error span {
    opacity: 1;
  }
  .menu-normal {
    top: 0px;
    bottom: 0;
    right: 0;
    visibility: hidden;
    left: 0;
    z-index: 102;
    position: fixed;
  }
  .menu-normal .divOverlay {
    display: block;
  }
  .menu-normal.open {
    visibility: visible;
  }
  .menu-normal.open .menu-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu-normal.open .divOverlay {
    opacity: 1;
  }
  .header .btn-action svg path {
    fill: #6c7293;
  }
  .header .header-menu .sub-menu ul.s-menu li.sub-link {
    padding-top: 10px;
  }
  .header .header-menu .sub-menu ul.s-menu li.sub-link .m-lnk:hover,
  .header .header-menu .sub-menu ul.s-menu li.sub-link .m-lnk.active {
    background-color: transparent;
    color: #f18e00;
  }
  .header .header-menu .sub-menu ul.s-menu li.sub-link .dropdown-toggle:hover,
  .header .header-menu .sub-menu ul.s-menu li.sub-link.is-active .dropdown-toggle {
    background-color: transparent;
    color: #f18e00;
  }
  .header .header-menu .sub-menu ul.s-menu li.sub-link .dropdown-toggle:hover:after,
  .header .header-menu .sub-menu ul.s-menu li.sub-link.is-active .dropdown-toggle:after {
    border-top: 0.4em solid #f18e00;
  }
  .sub-header {
    padding-left: 15px;
  }
  body.inside-app .body-content {
    padding-left: 0;
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 10px;
  }
  body.inside-app.menu-closed .body-content {
    padding-left: 0;
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .menuHider {
    display: block;
  }
  .header .header-actions {
    right: 40px;
    background-color: #1b1b28;
    z-index: 5;
    left: 0;
    display: none;
  }
  .header .header-actions.open {
    display: block;
  }
  .header .header-actions-btn {
    display: block;
  }
  .header .header-actions-btn.open svg path {
    fill: #f18e00;
  }
  a.btn-menu,
  a.btn-menu:link,
  a.btn-menu:active,
  a.btn-menu:visited {
    text-align: left;
    padding-left: 75px;
  }
  .btn-menu i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 35px;
  }
  .btn-menu span {
    display: inline-block;
  }
  .menu-logo {
    text-align: center;
    padding: 13px;
    height: 59px;
  }
  .menu-closer {
    display: block;
  }
  .sub-header {
    top: 60px;
  }
  .header .btn-action:hover {
    background-color: transparent !important;
  }
  .header .btn-action:hover svg path {
    fill: #c7c7de;
  }
}
@media (max-width: 991px) {
  .custom-f-input {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .header .header-menu .divOverlay {
    display: block;
  }
  .header .header-menu .sub-menu ul.s-menu li.sub-link {
    padding-top: 0;
  }
  .subMenuHider {
    display: block;
  }
  .wrapper .center {
    width: 100%;
    padding: 20px;
  }
  .login-page .login-side {
    width: 0%;
    display: none;
  }
  .login-page .login-form {
    width: 100%;
    padding: 20px;
  }
  body.inside-app.menu-closed .header {
    padding-left: 70px;
  }
  .tTip {
    height: 40px;
    width: 40px;
  }
  .actual-content {
    padding-bottom: 100px;
  }
  .app-full-screen {
    padding: 65px 10px 100px;
  }
  .fc-toolbar.fc-header-toolbar {
    line-height: 40px;
    height: 40px;
  }
  .fc-toolbar .fc-left button,
  .fc-toolbar .fc-right button {
    height: 40px;
    width: 40px;
  }
  .fc-center h2 {
    line-height: 40px;
    height: 40px;
  }
  .divSidePanel .innerPnl {
    width: 500px;
  }
  .divSidePanel .innerPnl.biggy {
    width: 500px;
  }
  .new-btn {
    right: 40px;
  }
  .new-btn.setRight {
    right: 0px;
  }
  a.add-link,
  a.add-link:link,
  a.add-link:active,
  a.add-link:visited,
  .add-btn,
  .save-btn,
  .new-btn,
  .fc-add-button {
    width: 40px;
  }
  a.add-link svg,
  .add-btn svg,
  .save-btn svg,
  .new-btn svg,
  .fc-add-button svg {
    width: 10px;
    height: 10px;
  }
  .tblContent.for-kpi {
    height: 300px;
  }
  .pnlToHideShow.for-kpi {
    height: auto;
  }
  .header-menu {
    top: 0px;
    bottom: 0;
    right: 0;
    visibility: hidden;
    left: 0;
    z-index: 102;
    position: fixed;
  }
  .header .header-menu .sub-menu ul.s-menu li.sub-link {
    float: none;
  }
  .header .header-menu .sub-menu ul.s-menu li.sub-link .m-lnk,
  .header .header-menu .sub-menu ul.s-menu li.sub-link .m-lnk {
    color: #5e6383;
    width: 100%;
  }
  .header-menu.open {
    visibility: visible;
  }
  .header-menu.open .sub-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .header-menu.open .divOverlay {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .custom-btn.on-dashboard {
    background-color: rgba(44, 119, 244, 0.1);
  }
  .fc-list-table td.for-remove {
    width: 40px;
    padding: 6px 6px;
  }
  .timeline .timeline-content {
    padding: 15px;
  }
  .header .header-menu {
    margin-left: 10px;
  }
  .sub-header .table-search,
  .sub-header .div-bp-search {
    float: right;
    margin-left: 0;
    margin-right: 0px;
  }
  .tblSubHeading .dashCount {
    font-size: 12px;
  }
  .tblContent.for-kpi {
    height: 300px;
  }
  .pnlToHideShow.for-kpi {
    height: auto;
  }
  .custom-f-input .c-input.multi.for-remarks {
    min-height: 150px;
  }
  .fc-list-table .fc-list-item td.fc-list-item-marker {
    width: 0;
    padding: 0;
  }
  .fc-list-table .fc-list-item td.fc-list-item-marker .fc-event-dot {
    display: none;
  }
  .fc-list-table .fc-list-item td.fc-list-item-title a.sap-link,
  .fc-list-table .fc-list-item td.fc-list-item-title .sub-info {
    margin-left: 0;
    max-width: 250px;
  }
  .sub-header .action-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 -10px 30px 0 rgba(82, 63, 105, 0.08);
    box-shadow: 0 -10px 30px 0 rgba(82, 63, 105, 0.08);
    height: 45px;
    padding: 5px 10px 0;
  }
  .sub-header .action-bar .open-bottom {
    display: none;
  }
  .sub-header .action-bar .open-top {
    display: block;
  }
  .actual-content {
    padding-bottom: 80px;
  }
  .app-full-screen {
    padding: 65px 10px 80px;
  }
  .table .dataTables_wrapper .dataTables_info {
    display: none;
  }
  .table .dataTables_wrapper .dataTables_paginate .paginate_button {
    display: none;
  }
  .table .dataTables_wrapper .dataTables_paginate .paginate_button.first,
  .table .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
  .table .dataTables_wrapper .dataTables_paginate .paginate_button.next,
  .table .dataTables_wrapper .dataTables_paginate .paginate_button.last {
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .fc-list-table .fc-list-item td.fc-list-item-time {
    display: none;
  }
  .timeline .timeline-title .timeline-title-info {
    display: block;
    position: relative;
    right: auto;
    top: auto;
  }
  .timeline .timeline-body .with-badge {
    display: block;
    float: none;
    margin-top: 5px;
  }
  .table table.dataTable tbody tr th:last-child,
  .table table.dataTable tbody tr td:last-child {
    padding-right: 15px;
  }
  .table table.dataTable tbody th .sap-link,
  .table table.dataTable tbody td .sap-link {
    max-width: 140px;
  }
  .table thead:first-child tr th:last-child {
    padding-right: 15px;
  }
  .header .h-search {
    max-width: 240px;
  }
  .divSidePanel .innerPnl {
    width: 100%;
  }
  .divSidePanel .innerPnl.biggy {
    width: 100%;
  }
  .fc-list-table .fc-list-item td.fc-list-item-title a.sap-link,
  .fc-list-table .fc-list-item td.fc-list-item-title .sub-info {
    max-width: 150px;
  }
  .menu-left.open {
    width: 100%;
  }
  .fc-list-table .fc-list-item td.fc-list-item-title a span.agenda-subject {
    display: none;
  }
}
@media (max-width: 480px) {
  .sub-header .table-search,
  .sub-header .div-bp-search {
    float: none;
    width: 100%;
  }
  .sub-header .div-bp-search .div-search {
    width: 100%;
  }
  .sub-header .table-search .search-input,
  .sub-header .div-search .search-input {
    width: 100%;
  }
  .app-full-screen .sub-header h3 {
    display: block;
  }
}
@media (max-width: 360px) {
  .fc-list-table .fc-list-item td.fc-list-item-title a.sap-link,
  .fc-list-table .fc-list-item td.fc-list-item-title .sub-info {
    max-width: 125px;
  }
}
@media (max-height: 150px) {
  .wrapper {
    height: auto;
  }
}
@-webkit-keyframes loader {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes loader {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}