@import url('https://fonts.googleapis.com/css?family=Catamaran:400,700&display=swap');

body {
  font-size: 16px;
  padding: 0;
  position: relative;
  min-height: 100%;
  background: rgba(11, 89, 125, .05);
  line-height: 1.0;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
  overflow: hidden;
}

#container {
  min-height: 100%;
  position: relative;
  margin-top: 0px;
}

.container-fluid-full {
  padding-left: 0px;
  padding-right: 0px;
}

.scroll {
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}

.footer {
  position: absolute;
  text-align: center;
  font-size: .875rem;
  padding: 5px;
  width: 100%;
  bottom: 0;
  background: #f5b918;
  color: #000;
}

.header {
  background: #0B597D;
  padding: 0 !important;
}

.navbar-brand {
  background: #F5B918;
  padding: 5px 20px;
  position: relative;
}

.navbar-brand img {
  width: 150px
}

.navbar-brand:after {
  content: "";
  position: absolute;
  right: -70px;
  top: 0;
  border-left: 70px solid #F5B918;
  border-top: 48px solid transparent;
  border-bottom: 0px solid transparent;
}

.wrapper {
  padding-top: 48px;
  padding-bottom: 24px;
  box-sizing: border-box;
}

.btn .fas {
  font-size: 12px;
}

.btn-primary {
  background: #0B597D;
  border-color: #0B597D;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #063e56;
  border-color: #063e56;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background: #063e56;
  border-color: #063e56;
}


.btn-submit {
  background: #F5B919;
  border-color: #F5B919;
  font-weight: bold;
}

.btn-submit:hover {
  background: rgb(187, 145, 29);
  border-color: rgb(187, 145, 29);
  font-weight: bold;
}

.btn-submit:not(:disabled):not(.disabled).active,
.btn-submit:not(:disabled):not(.disabled):active,
.show>.btn-submit.dropdown-toggle {
  background: #F5B919;
  border-color: #F5B919;
  font-weight: bold;
}

.btn-submit-sm {
  background: #F5B919;
  border-color: #F5B919;
  font-weight: bold;
  border: none;
  color: #0C597D;
  vertical-align: middle;
  margin-left: 5px;
}

.go-btn {
  z-index: 1001;
}

.btn-submit-sm:hover {
  background: rgb(187, 145, 29);
  border-color: rgb(187, 145, 29);
  font-weight: bold;
}

.btn-submit-sm:not(:disabled):not(.disabled).active,
.btn-submit-sm:not(:disabled):not(.disabled):active,
.show>.btn-submit-sm.dropdown-toggle {
  background: #F5B919;
  border-color: #F5B919;
  font-weight: bold;
}



.btn-default {
  background: #fff;
  border-color: #ccc;
}

.app-name {
  padding-right: 5px;
  color: #fff;
  font-size: 1.6rem;
}

.app-version {
  padding-right: 20px;
  color: #fff;
  font-size: 0.8rem;
}

.env-name {
  padding-right: 5px;
  color: #fff;
  font-size: 1.2rem;
}

.card {
  border-radius: 8px;
  box-shadow: 1px 2px 4px rgba(11, 89, 125, .3);
  overflow: hidden;
  border-color: rgb(212, 204, 204);
}

.card.no-title .card-body {
  padding: 0.5rem !important;
}

.form-group label.mandet {
  font-weight: 700;
}

.form-control::placeholder {
  font-style: italic;
}

.mandatory-input.form-control::placeholder {
  font-style: italic !important;
  font-weight: bold !important;
}

.card-body {
  position: relative;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  position: absolute;
  background: #F5B918;
  left: -1px;
  top: -1px;
  padding: 10px 20px;
}

.card-title:after {
  content: "";
  position: absolute;
  right: -55px;
  top: 0;
  border-top: 44px solid #F5B918;
  border-right: 55px solid transparent;
}

.card-footer {
  background: none;
  border: none;
}

.card-subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #666;
  margin-bottom: 10px;
}

.card-subtitle.dark-bg {
  color: #fff;
  background: rgba(11, 89, 125, .4);
  padding: 5px 10px;
  border: 1px solid rgba(11, 89, 125, .4)
}

ul.content-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 1px;
}

.content-list li span {
  font-weight: 700;
}

.div-content-list {
  padding: 0;
}

.div-content-list-Final {
  padding: 0;
}

.preview-section {
  max-height: 350px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.preview-content {
  padding-bottom: 1px;
  padding-top: 1px;
  position: relative;
}

.preview-content:after {
  content: '';
  width: 50%;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #eee;
}

.preview-content:first-child {
  padding-top: 0;
}

.preview-content:last-child {
  padding-bottom: 0;
}

.preview-content:last-child:after {
  content: '';
  border-top: 0 solid #eee;
}



.table td {
  border-top: 0px;
  border-spacing: 0px;
}

.rowSelected {
  background: rgb(243, 215, 140) !important;
  font-weight: bold;
}


.table {
  margin: 5px 0 10px;
}

.table thead {
  background: #25597D;
  color: #fff;
}

.table thead th {
  white-space: normal;
}

.table tr:hover {
  background: rgb(243, 215, 140) !important;
}

/* .table-scrollable .table tbody td:nth-child(1){white-space: nowrap;} */
.mandet-preview {
  font-weight: 700;
  color: rgb(128, 129, 129)
}


.suitable.table thead {
  background: rgb(12, 141, 40);
  color: #fff;
}

.suitable.table thead th {
  white-space: normal;
}

.suitable-nr.table thead {
  background: rgb(107, 65, 117);
  color: #fff;
}

.suitable-nr.table thead th {
  white-space: normal;
}

.na-nr.table thead {
  background: rgb(216, 119, 119);
  color: #fff;
}

.na-nr.table thead th {
  white-space: normal;
}

.my-custom-scrollbar {
  position: relative;
  min-width: 200px;
  overflow: auto;
}

.table-wrapper-scroll {
  display: block;
}

.preview-content-final {
  padding-bottom: 10px;
  padding-top: 50px;
  position: relative;
}

.preview-content-final:after {
  content: '';
  width: 50%;
  position: absolute;
  bottom: 0;
}

.preview-content-final:first-child {
  padding-top: 0;
}

.preview-content-final:last-child {
  padding-bottom: 0;
}

.preview-content-final:last-child:after {
  content: '';
  border-top: 0 solid #eee;
}

.invalid-data {
  border: 1px solid red;
  box-shadow: 0 0 5px #fa4c4c;
}

.text-monospace {
  font-family: Menlo, Monaco, 'Courier New', monospace;
}

.invalid-text {
  color: red;
}

.small-select {
  width: 48px;
  padding: 0;
}

.text-large {
  font-size: 18px;
  padding: 0;
}

.large-select {
  font-size: 18px;
  width: 60px;
  padding: 0;
}

.text-heading-font {
  font-size: 20px;
}

.text-font-large {
  font-size: 18px;
}

.text-input-small {
  width: 140px;
  height: 30px;
}

.price {
  display: inline-block;
}

.price::first-letter {
  padding-right: 0.3em;
}

.spinnerStyle {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5000 !important;
  background: url('/assets/images/loaderTrans.gif') 50% 50% no-repeat rgb(249, 249, 249, .1);
}

.spinnerStyleGraph {
  display: block;
  position: absolute;
  left: inherit;
  top: inherit;
  width: 100%;
  height: 100%;
  z-index: 5000 !important;
  background: url('/assets/images/graphLoader.gif') 50% 50% no-repeat rgba(249, 249, 249, 0.479);
}


.hideDiv {
  display: none;
}

.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #F5B919;
  color: #0C597D;
  top: 5px;
  height: 18px;
  width: 18px;
  border-radius: 30px;
  border: 1px solid #0C597D;
  cursor: pointer;
  outline: none;
}

.form-radio:checked::before {
  position: absolute;
  font: 13px/1 'Open Sans', sans-serif;
  font-weight: bold;
  left: 4px;
  top: 0px;
  content: '\02143';
  transform: rotate(40deg);
}

.form-radio:hover {
  background-color: #0C597D;
  border: 1px solid #F5B919;
}

.form-radio:checked {
  background-color: #0C597D;
  border: 1px solid #F5B919;
  color: #F5B919;
}

/*  */
.div-content-list label {
  margin-bottom: 0;
}

.table-verticle-wrapper {
  padding-left: 28%;
}

.table-verticle-container {
  width: 49.5%;
  padding-right: .5%
}

.table-verticle tr td:first-child {
  background: #44536A;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}


.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

#popup div.card-body {
  padding: 0px;
}

.form-control-new {
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-slim {
  height: calc(1em + .75rem + 2px);
  width: 100%;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background-color: #e9ecef;
  opacity: 1;
}


/*==================*/

ul.nav.side-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
}

.fa {
  width: 26px;
  opacity: .99;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

.fa-hover a:hover {
  background-color: #ddd;
  color: #fff;
  text-decoration: none;
}

.fa-hover a {
  display: block;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  border-radius: 4px;
}

.fa-hover a:hover .fa {
  font-size: 28px;
  vertical-align: -6px;
}

.fa-hover a .fa {
  width: 32px;
  font-size: 16px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

.left_panel {
  width: 232px;
  background-color: #0b597d;
  margin-left: 0px;
  margin-top: 0px;
  padding-left: 0px;
  padding-top: 0px;
  min-height: calc(100vh - 72px);
  line-height: 1.2;
  float: left;
  position: relative;
  transition: all ease-in-out .2s;
}

.menu-text {
  cursor: pointer;
  white-space: nowrap;
}

.menu-text-blue {
  cursor: pointer;
  color: blue;
}

.main_menu_side {
  padding: 0;
}

#sidebar-menu span.fa {
  float: right;
  text-align: center;
  margin-top: 5px;
  font-size: 10px !important;
  min-width: inherit;
  color: #C4CFDA;
}

#sidebar-menu .fa {
  width: 25px;
  opacity: .99;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.menu_section {
  margin-bottom: 35px;
}

.menu_section h3 {
  padding-left: 23px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: 1px 1px #000;
}

.menu_section>ul {
  margin-top: 10px;
}

.nav-sm .menu_section {
  margin: 0;
}

.nav-sm .menu_section h3 {
  display: none !important;
}

.nav-sm .nav.side-menu li a {
  text-align: center !important;
  font-weight: 400;
  font-size: 7px;
  padding: 10px 5px;
}

.nav-sm .nav.side-menu li.active-sm {
  border-right: 5px solid #1ABB9C;
}

.nav-sm>.nav.side-menu>li.active-sm>a {
  color: white !important;
}

.nav-sm .nav.side-menu li a i.toggle-up {
  display: none !important;
}

.nav-sm .nav.side-menu li a i {
  font-size: 25px !important;
  text-align: center;
  width: 100% !important;
  margin-bottom: 5px;
}

.nav.side-menu>li {
  position: relative;
  display: block;
}

.nav.side-menu>li>a {
  margin-bottom: 6px;
  color: #fff;
}

.nav.side-menu>li>a:hover {
  color: #fff !important;
}

.nav.side-menu>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background: transparent !Important;
}

.nav.side-menu>li>a,
.nav.child_menu>li>a {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.nav.side-menu>li.current-page,
.nav.side-menu>li.active {
  color: #f5b918;
}

.nav.side-menu>li.active>a {
  color: #f5b918;
}

.li-active {
  color: #f5b918 !important;
}

.nav.side-menu>li>a:hover,
.nav>li>a:focus {
  color: #f5b918 !important;
  background: none !important;
}


.clearfix:after,
form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


.user-profile.dropdown-toggle img {
  vertical-align: top;
}

.nav-sm .profile {
  display: none;
}

.profile_pic {
  width: 100%;
  float: none;
  text-align: center;
  margin-top: 15px;
}

.img-circle.profile_img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: top;
  background: #fff;
  z-index: 1;
  position: relative;
  margin-top: 10px;
  border: 1px solid rgba(52, 73, 94, 0.44);
  padding: 4px;
}

.profile_info {
  padding: 10px;
  width: 100%;
  float: none;
  text-align: center;
}

.profile_info span {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.profile_info h2 {
  font-size: 14px;
  color: #fff;
  margin: 0;
  font-weight: 300;
}

.profile.img_2 {
  text-align: center;
}

.profile.img_2 .profile_pic {
  width: 100%;
}

.profile.img_2 .profile_pic .img-circle.profile_img {
  width: 50%;
  margin: 10px 0 0;
}

.profile.img_2 .profile_info {
  padding: 15px 10px 0;
  width: 100%;
  margin-bottom: 10px;
  float: left;
}

.img-circle {
  border-radius: 50%;
}

/* ==== Added on 23/11/2019 === */

.right_panel {
  padding: 15px;
  min-width: 50%;
  overflow-y: auto;
  max-height: calc(100vh - 72px);
  min-height: calc(100vh - 72px);
}

.left_panel.slim {
  width: 0;
  position: relative;
  transition: all ease-in-out .2s;
}

.left_panel.slim .side-menu {
  width: 0;
}

.left_panel.slim .side-menu li {
  width: 100%;
}

.left_panel.slim .side-menu li a {
  display: none;
}

.left_panel.slim .side-menu li a span {
  display: none;
}

.left_panel.slim #sidebar-menu .fa {
  margin: 0;
  display: none;
}

.left_panel.slim .profile {
  display: none;
}

.left_panel.slim .menu_section {
  margin-top: 35px;
}

/* .toggle-sidebar{
  position: absolute;
  right:0;
  top:10px;
  border: none;
  background: #F5B918;
  height: 25px;
  width:17px;
  border-radius: 5px 0 0 5px;
} */
.toggle-sidebar {
  position: absolute;
  right: 0;
  top: 16px;
  border: none;
  background: #F5B918;
  height: 25px;
  width: 17px;
  border-radius: 5px 0 0 5px;
  z-index: 999;
}

.toggle-sidebar.open {
  right: -17px;
  border-radius: 0 5px 5px 0;
}

.toggle-sidebar.open:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0B597D;
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
}

.toggle-sidebar.closed:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #0B597D;
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  cursor: pointer;
}

.full-height {
  position: absolute;
  height: calc(100% - 72px);
  width: 100%;
}

.sidebar {
  background: #0B597D;
}

.rightsidecontainer {
  max-width: 100% !important;
  min-width: 0;
  flex-grow: 1;
}

@media (max-width:767px) {
  .left_panel {
    width: 70px;
    position: fixed;
    transition: all ease-in-out .2s;
    left: 0;
    top: 37px;
    background: #0B597D;
    height: 100%;
  }

  .left_panel .side-menu {
    width: 70px;
  }

  .left_panel .side-menu li {
    width: 100%;
  }

  .left_panel .side-menu li a {
    padding: 5px;
    display: block;
    text-align: center;
  }

  .left_panel .side-menu li a span {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
  }

  .left_panel #sidebar-menu .fa {
    margin: 0;
    font-size: 30px;
  }

  .left_panel .profile {
    display: none;
  }

  .left_panel .menu_section {
    margin-top: 35px;
  }

  .toggle-sidebar {
    display: none;
  }

  .right_panel {
    margin-left: 70px;
  }

  .full-height {
    position: relative;
  }
}

@media (max-width: 441px) {
  #container {
    min-height: 100%;
    position: relative;
  }

  .small-select {
    font-size: 14px;
    width: 50px;
    padding: 0;
  }

  .wrapper {
    padding-top: 72px;
  }
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.text-center {
  text-align: center;
}

.g-recaptcha {
  display: inline-block;
}

.accordion-button {
  color: #25597D !important;
}

.card-header {
  padding: 0;
}

.scroll-activate-user {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: none;
}

.scroll-deactivate-user {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: none;
}

.scroll-reactivate-user {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: none;
}

.scroll-companies {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: none;
}

.accordion-button {
  color: #25597D !important;
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: bold !important;
  /* width: 100% !important; */
  text-align: left;
}

.accordion-button.collapsed {
  color: #25597D !important;
  font-weight: normal !important;
  /* width: 100% !important; */
  text-align: left;
}

.accordion-button.focus,
.accordion-button:focus {
  text-decoration: none !important;
  box-shadow: none !important;
  /* width: 100% !important; */
  text-align: left;
}

.accordion-button:hover {
  color: #0056b3 !important;
  text-decoration: none !important;
  /* width: 100% !important; */
  text-align: left;
}

.resetBtn {
  margin-left: 3px;
  margin-bottom: 8px;
}

.text-primary {
  padding-left: 15px !important;
  padding-right: 10px !important;
}

/* .afu-progress-bar{
  width : 30% !important;
} */

.afu-constraints-info {
  display: none !important;
}

/* Asdded on 30/01/2020 */
.div-content-list label {
  margin-bottom: 0;
}

.table-verticle-wrapper {
  padding-left: 28%;
}

.table-verticle-container {
  width: 49.5%;
  padding-right: .5%
}

.table-verticle tr td:first-child {
  background: #44536A;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.tri-col label {
  margin-bottom: 0;
  /* width: 260px;
  padding-right: 10px;*/
}

.tri-col div[class^='col'] {
  margin-bottom: 3px;
}

textarea.form-control.quote-descrip {
  height: 87px;
}

textarea.form-control.comments {
  height: 130px;
}

textarea.form-control.comments-sm {
  height: 70px;
}

textarea.form-control.popupText {
  height: 200px;
}

textarea.form-control.appLog {
  min-height: 350px;
}

textarea.form-control.roles {
  height: 65px;
}

textarea.form-control.comment-45 {
  height: 45px;
}

textarea.form-control.roles-sm {
  height: 35px;
}

.fit-page .form-control,
.fit-page .custom-select {
  /* height: 30px; */
  padding: 0 5px;
  font-size: 15px;
}

.fit-page .input-group .input-group-text {
  padding: 0 5px;
  line-height: 20px;
  font-size: 15px;
}

.full-page {
  height: 100%;
}

.dropdown.submit-form .dropdown-menu {

  right: 0 !important;
  left: inherit !important;
}

/* Responsive css */
@media (max-width: 1199px) {
  .container-fluid {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .tri-col label {
    width: 130px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .tri-col label {
    width: 250px;
  }
}

@media (max-width: 441px) {
  #container {
    min-height: 100%;
    position: relative;
    margin-top: 30px;
  }

  .small-select {
    font-size: 14px;
    width: 50px;
    padding: 0;
  }
}

@media (max-width: 375px) {
  .tri-col label {
    width: 110px;
  }

  textarea.form-control.quote-descrip,
  textarea.form-control.comments {
    height: 115px;
  }

  textarea.form-control.roles {
    height: 55px;
  }
}

/* Asdded on 30/01/2020 */

/* The doc-view-card */
.doc-view-card {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
  padding: 2px;
}

.card-img-top {
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
  width: 200px !important;
  height: 202px !important;
}

.card-img-sample {
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
  width: 200px !important;
  height: 205px !important;
}


/* The doc-view-card */

.eye-icon {
  position: absolute;
  right: 20px;
  top: 11px;
  font-size: 16px;
  cursor: pointer;
}

.image-qrc-icon-temp {
  position: absolute;
  left: 10px;
  top: 1px;
}

.image-qrc-icon {
  position: absolute;
  right: 56px;
  top: 1px;
}

.image-edit-icon {
  position: absolute;
  right: 30px;
  top: 1px;
}

.image-delete-icon {
  position: absolute;
  right: 22px;
  top: 1px;
}

.accordion-table-td-label {
  font-size: 16px !important;
  font-weight: bold !important;
}

.accordion-table-td-value {
  font-size: 16px !important;
  color: black !important;
  width: 100%;
}

.accordion-table-td-value-red {
  font-size: 16px !important;
  color: red !important;
  width: 100%;
}

.linkText {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.sub-menu-arrow {
  padding-left: 25px;
}

.sub-menu-arrow-a {
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
}

input[type="radio"] {
  margin: 0 5px 0 30px;
}

/* label+label {
  margin-left: 0;
  margin-right: 30px;
} */

label.warning {
  color: #ff0000;
}

input[type="text"].warning-border {
  border: 2px solid #ff0000;
}

.p-accordionpanel:first-child {
  border-top: 1px solid var(--p-accordion-panel-border-color) !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.p-accordionpanel:last-child {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.p-accordionpanel {
  border-left: 1px solid var(--p-accordion-panel-border-color) !important;
  border-right: 1px solid var(--p-accordion-panel-border-color) !important;
}

.p-accordionheader {
  background-color: rgba(0,0,0,0.03) !important;
  color: #25597D !important
}

.p-accordionpanel-active .p-accordionheader {
  font-weight: bold !important;
  border-bottom: 1px solid var(--p-accordion-panel-border-color) !important;
}

.p-accordioncontent-content {
  padding: 0.5rem !important;
}

body .p-panelmenu {
  gap: 0 !important;
}

body .p-panelmenu-panel {
  border: 0;
  background-color: #0b597d;
  padding: 0;
}

body .p-panelmenu .p-panelmenu-header.p-highlight>a:hover {
  color: #f5b918 !important;
  background-color: #0b597d !important;
  border: 0 !important;
}

.p-panelmenu .p-panelmenu-header.p-highlight>a {
  color: #f5b918 !important;
  background-color: #0b597d !important;
  border: 0 !important;
}

.p-panelmenu .p-panelmenu-header.p-highlight>a:hover {
  color: #f5b918 !important;
  background-color: #0b597d !important;
  border: 0 !important;
}

body .p-panelmenu .p-panelmenu-header>a {
  border: 0 !important;
  background-color: #0b597d !important;
  color: white !important;
  padding: 0.714em 0.857em !important;
  font-weight: normal !important;
  position: static !important;
  font-size: 15px !important;
  transition: background-color 0.2s !important;
}

body .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
  border: 0 !important;
}

body .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content>a {
  background-color: #0b597d !important;
  color: white !important;
  padding: 0.714em 0.857em !important;
  font-weight: normal !important;
  position: static !important;
  font-size: 15px !important;
  transition: background-color 0.2s !important;
}

body .p-panelmenu .p-panelmenu-content .p-panelmenu-item .p-panelmenu-item-link {
  padding: 0.6em 0em !important;
  color: white !important;
  background-color: #0c3e52 !important;
  border: 0 !important;
  font-weight: 300 !important;
}

body .p-panelmenu .p-panelmenu-content .p-panelmenu-item .p-panelmenu-item-link.p-panelmenu-item-link-active>span {
  color: #f5b507 !important;
}

body .p-panelmenu .p-panelmenu-content .p-panelmenu-item .p-panelmenu-item-link.p-panelmenu-item-link-active>span:hover {
  color: #f5b507 !important;
}

body .p-panelmenu .p-panelmenu-content .p-panelmenu-item .p-panelmenu-item-link>span:hover {
  color: #f5b507 !important;
}

body .p-panelmenu .p-panelmenu-root-list {
  padding: 0;
  margin: 0;
}

.p-panelmenu .p-panelmenu-header-label {
  font-size: 15px !important;
  color: white !important;
  font-weight: 600 !important;
  vertical-align: middle !important;
  padding-left: 0.25em !important;
}

.p-panelmenu .p-panelmenu-item-label {
  font-size: 15px !important;
  color: white !important;
  font-weight: 350 !important;
  vertical-align: middle !important;
  padding-left: 0.25em !important;
}

.p-panelmenu ul {
  margin-bottom: 0 !important;
}

body .p-panelmenu .p-panelmenu-content .p-panelmenu-item .p-panelmenu-item-link:hover .p-panelmenu-item-label,
body .p-panelmenu .p-panelmenu-content .p-panelmenu-item .p-panelmenu-item-link.p-state-active {
  color: #f5b507 !important;
}

.p-panelmenu .p-panelmenu-header-action {
  padding: .5em !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}

.p-panelmenu .p-panelmenu-header-link {
  padding: .25em !important;
  display: block !important;
  text-decoration: none !important;
}

.p-panelmenu .p-panelmenu-item-link {
  padding: .25em !important;
  display: block !important;
  text-decoration: none !important;
}

body .p-panelmenu .p-panelmenu-content {
  padding: 0;
  background-color: #0c3e52 !important;
  border: 0 !important;
  margin-top: 0;
  position: static;
  border-top: 0 none;
}

body .p-panelmenu .p-panelmenu-header>a .p-icon {
  color: white !important;
  /* padding-left: 0.5em !important; */
}

.p-panelmenu .p-icon {
  vertical-align: middle !important;
  color: white !important;
  /* padding-left: 0.5em !important; */
}

.p-panelmenu .p-panelmenu-submenu-icon {
  color: white !important;
  margin: 0;
}

li a {
  display: block;
  color: #C4CFDA;
  padding: 8px 16px;
  text-decoration: none;
}

body .p-corner-all {
  border-radius: 0 !important;
}

.job-task-number {
  color: #007ad9;
}

.job-task-number:hover {
  text-decoration: underline;
  color: #007ad9;
  cursor: pointer;
}

.cm-number-input {
  min-width: 120px !important;
  max-width: 180px !important;
}

body .p-datatable {
  display: inline;
}

body .p-datatable .p-datatable-tbody>tr.p-state-highlight {
  background-color: #F3D78C !important;
  font-weight: normal !important;
  color: black !important;
}

body .p-datatable .p-datatable-tbody>tr:nth-child(even).p-state-highlight {
  background-color: #F3D78C !important;
  font-weight: normal !important;
  color: black !important;
}

.p-datatable-tbody > tr > td {
	padding: 0.4rem 0.75rem !important;
}

.inner-label {
  width: 50px;
}

dl {
  margin-bottom: 0px;
}

dt {
  font-weight: normal;
  margin-bottom: 10px;
}

dd {
  margin-bottom: 10px;
}

.redFontStyleInTable {
  color: red;
  font-weight: bold;
  font-size: 20px;
}

.orangeFontStyleInTable {
  color: orange;
  font-weight: bold;
  font-size: 20px;
}

.greenFontStyleInTable {
  color: green;
  font-weight: bold;
  font-size: 20px;
}

.magentaFontStyleInTable {
  color: magenta;
  font-weight: bold;
  font-size: 20px;
}

.blueFontStyleInTable {
  color: blue;
  font-weight: bold;
  font-size: 20px;
}

.blueFont {
  color: blue;
}

.blackFont {
  color: black;
}

.redFont {
  color: red;
}

.greenFont {
  color: green;
}

.magentaFont {
  color: rgb(215, 6, 240);
}

.midnightblueFont {
  color: midnightblue;
}

.blackFontNormalBold {
  color: black;
  font-weight: bold;
}

.redFontBold {
  color: red;
  font-weight: bold;
}

.greenFontBold {
  color: green;
  font-weight: bold;
}

.blackFontBold {
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.action-icon-btn {
  background-color: white;
  color: black;
  border: none;
  padding: 1px 1px;
  font-size: 20px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.action-icon-btn:hover {
  background-color: #007ad9;
  color: white;
}

.popup-img {
  border: 1px solid #007ad9;
  border-radius: 4px;
  padding: 1px;
  width: 300px;
  cursor: pointer;
}

.popup-img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

body .p-fileupload .p-fileupload-content {
  padding: 0 !important;
}

.p-fileupload-content {
  padding: 0 !important;
  gap: 0;
}

.p-fileupload-row {
  display: flex;
  align-content: center;
}

.p-fileupload-row>div {
  padding: .5em !important;
  display: flex;
  align-content: center;
}

.p-fileupload-row span {
  align-content: center;
}

.action-icon-btn {
  background-color: white;
  color: black;
  border: none;
  padding: 1px 1px;
  font-size: 20px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.action-icon-btn:hover {
  background-color: #007ad9;
  color: white;
}

.btn-submit-sm1 {
  background: #F5B919;
  border-color: #F5B919;
  font-weight: bold;
  border: none;
  color: #0C597D;
  vertical-align: middle;
}

.btn-submit-sm1:hover {
  background: rgb(187, 145, 29);
  border-color: rgb(187, 145, 29);
  font-weight: bold;
}

.btn-submit-sm1:not(:disabled):not(.disabled).active,
.btn-submit-sm1:not(:disabled):not(.disabled):active,
.show>.btn-submit-sm1.dropdown-toggle {
  background: #F5B919;
  border-color: #F5B919;
  font-weight: bold;
}

.gridGreenCheckmark {
  color: rgb(29, 230, 29);
  font-weight: bold;
  font-size: 30px !important;
}

.popoverClassDisplay {
  min-width: 450px;
  /* max-height: 240px; */
  white-space: nowrap;
  background: rgb(245, 235, 210);
}

.moreClassDisplay {
  min-width: 200px;
  background: rgb(241, 223, 174);
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #F5B919;
  color: white;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.popoverHelpDisplay {
  min-width: 600px;
  background: #f1db9f;
  margin-right: 10px;
}

.popoverGridCommentDisplay {
  min-width: 400px;
  background: #bfdef7;
  margin-right: 10px;
}

body .p-rating a .p-rating-icon {
  font-size: 25px !important;
  color: #fa9806 !important;
}

body .large-rating .p-rating a .p-rating-icon {
  font-size: 80px !important;
  color: #fa9806 !important;
}

.emoji-yellow {
  font-size: 50px !important;
  color: #fa9806 !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 2px;
}

::-webkit-scrollbar-track {
  border-top: none;
  border-bottom: none;
  background-color: transparent;

}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: #c9c9c9;
  margin-top: 10px;
}

.extDocEditButton {
  font-size: 20px !important;
  width: 15px !important;
  background-color: transparent !important;
}

.calenderControl .p-datepicker .p-inputtext {
  width: 90px !important;
}

.timer-box {
  border: 1px solid #E9ECEF;
  display: inline-block;
  width: 70px;
  height: 30px;
  border-radius: 5px;
  background-color: #E9ECEF;
  margin-right: 10px;
  padding: 6px;
}

.timer-section {
  display: flex;
}