﻿/*#region Shared Font Sizes */
/*#endregion */
/*#region Function */
/*#endregion */
.font-xxxs {
  font-size: 0.65rem;
}
.font-xs {
  font-size: 0.8rem;
}
.font-sm {
  font-size: 0.9rem;
}
.font-default {
  font-size: 1rem;
}
.font-lg {
  font-size: 1.2rem;
}
.magic-checkbox.mini-checkbox + input + label:before {
  height: 12px !important;
  width: 12px !important;
  margin-right: 0.2rem;
}
.magic-checkbox.mini-checkbox + input + label:after {
  top: 7px !important;
  left: 4px !important;
  width: 4px !important;
  height: 6px !important;
}
@media  (max-width: 767px) {
  .magic-checkbox.mini-checkbox + input + label:after {
    top: 4px !important;
  }
}
.magic-checkbox + input + label + label.m-height {
  position: absolute;
  cursor: pointer;
  margin-top: 0.4rem;
  margin-left: 0.6rem;
}
@keyframes hover-color {
  from {
    border-color: #c0c0c0;
  }
  to {
    border-color: #3e97eb;
  }
}
.magic-radio,
.magic-checkbox {
  position: absolute;
  opacity: 0;
}
.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed;
}
.magic-radio + input + label,
.magic-checkbox + input + label {
  position: relative;
  margin-top: 0.2rem;
  /*display: block;

  cursor: pointer;
  vertical-align: middle;
  padding-left: 30px;**/
  margin-bottom: 0px !important;
  cursor: pointer;
}
.magic-radio + input + label:hover:before,
.magic-checkbox + input + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}
.magic-radio + input + label:before,
.magic-checkbox + input + label:before {
  /*position: absolute;*/
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  border: 1px solid #c0c0c0;
  margin-right: 10px;
  margin-top: 4px;
}
.magic-radio + input + label:after,
.magic-checkbox + input + label:after {
  position: absolute;
  display: none;
  content: '';
}
.magic-radio[disabled] + input + label,
.magic-checkbox[disabled] + input + label {
  cursor: not-allowed;
  color: #e4e4e4;
}
.magic-radio[disabled] + input + label:hover,
.magic-radio[disabled] + input + label:before,
.magic-radio[disabled] + input + label:after,
.magic-checkbox[disabled] + input + label:hover,
.magic-checkbox[disabled] + input + label:before,
.magic-checkbox[disabled] + input + label:after {
  cursor: not-allowed;
}
.magic-radio[disabled] + input + label:hover:before,
.magic-checkbox[disabled] + input + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}
.magic-radio[disabled] + input + label:before,
.magic-checkbox[disabled] + input + label:before {
  border-color: #e4e4e4;
}
.magic-radio:checked + input + label:before,
.magic-checkbox:checked + input + label:before {
  animation-name: none;
  border: #1b263b;
  background: #1b263b;
}
.magic-radio:checked + input + label:after,
.magic-checkbox:checked + input + label:after {
  display: block;
}
.magic-radio + input + label:before {
  border-radius: 50%;
}
.magic-radio + input + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e97eb;
}
.magic-radio:checked + input + label:before {
  border: 1px solid #3e97eb;
}
.magic-radio:checked[disabled] + input + label:before {
  border: 1px solid #c9e2f9;
}
.magic-radio:checked[disabled] + input + label:after {
  background: #c9e2f9;
}
.magic-checkbox + input + label:before {
  border-radius: 3px;
  border: 1px solid #959595;
}
.magic-checkbox + input + label:after {
  top: 6px;
  left: 6px;
  box-sizing: border-box;
  width: 4px;
  height: 10px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}
 + input + label .magic-checkbox:checked + input + label:before {
  border: #3e97eb;
  background: #3e97eb;
}
.magic-checkbox:checked[disabled] + input + label:before {
  border: #c9e2f9;
  background: #1b263b;
}
/*#region General*/
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, FontAwesome, "Material Design Icons";
  font-size: 0.9rem !important;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media  (min-width: 768px) and (max-width: 992px) {
  html,
  body {
    font-size: 0.85rem !important;
  }
}
@media  (max-width: 767px) {
  html,
  body {
    font-size: 0.8rem !important;
  }
}
@media  (max-width: 479px) {
  html,
  body {
    font-size: 0.8rem !important;
  }
}
@media  (max-width: 379px) {
  html,
  body {
    font-size: 0.8rem !important;
  }
}
.main-container {
  flex: 1;
}
i {
  font-style: unset;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
}
.icon-input-group {
  text-align: center;
}
.icon-input-group .form-control {
  padding: 0.8rem 0.8rem !important;
  display: inline-block;
  border-color: #dcdfe4 !important;
  border-left: none;
  background-color: white !important;
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.icon-input-group .input-icon {
  background-color: white !important;
  border-color: #dcdfe4 !important;
  border-right: none;
}
.input-container {
  margin-bottom: 0.8rem;
}
.action-input-container {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.form-control.datetime-picker,
.form-control.date-picker,
.form-control.month-picker {
  cursor: pointer;
}
.btn {
  min-width: 10rem;
  display: inline-block;
  padding: 0.6rem 0.6rem !important;
  line-height: 1.2rem;
  cursor: pointer;
}
@media  (max-width: 479px) {
  .btn {
    min-width: 9rem;
  }
}
.btn.fa {
  min-width: unset;
}
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  background-color: #2b2d42;
}
.btn-primary:hover {
  background-color: #415a77;
}
.btn-warning,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:visited {
  background-color: #ef233c;
  color: white !important;
}
.btn-warning:hover {
  background-color: #ff435c;
}
.btn-confirm,
.btn-confirm:active,
.btn-confirm:focus,
.btn-confirm:visited {
  background-color: #FFA500;
}
.btn-confirm:hover {
  background-color: yellow;
}
.display-inline {
  display: inline-block;
}
.cursor-pointer {
  cursor: pointer;
}
.content-header {
  font-size: 24px !important;
  color: #415a77;
  display: inline;
  font-weight: bold;
}
@media  (max-width: 767px) {
  .content-header {
    font-size: 24px !important;
  }
}
@media  (max-width: 479px) {
  .content-header {
    font-size: 24px !important;
  }
}
.content-sub-header {
  font-size: 17px !important;
  color: #415a77 /*@colorE-2*/;
  display: inline;
  font-weight: bold;
}
@media  (max-width: 767px) {
  .content-sub-header {
    font-size: 17px !important;
  }
}
@media  (max-width: 479px) {
  .content-sub-header {
    font-size: 17px !important;
  }
}
.content-box-small {
  margin: 1rem;
  /*box-shadow: 0 2px 10px 0px @colorB-3;*/
  max-width: 40rem;
  padding: 30px 0px;
  display: inline-block;
  border: 1px solid #e9ecef;
  border-radius: 6px;
}
.content-box-small .box-body {
  background-color: white;
  padding: 0.6rem 2rem;
  color: #495057;
  overflow-y: auto;
}
@media  (max-width: 479px) {
  .content-box-small .box-body {
    padding: 0.6rem 1rem;
  }
}
.content-box {
  margin-top: 0.5rem;
  box-shadow: 0 2px 10px 0px #a9a9a9;
}
.content-box .box-header {
  background-color: #415a77;
  padding: 0.6rem 1rem;
  color: #f7f7f7;
  font-weight: bold;
}
.content-box .box-body {
  background-color: white;
  padding: 0.6rem 2rem;
  color: #495057;
  overflow-y: auto;
}
@media  (max-width: 479px) {
  .content-box .box-body {
    padding: 0.6rem 1rem;
  }
}
.list-box {
  margin-top: 3rem;
  box-shadow: 0 2px 10px 0px #a9a9a9;
}
.list-box .box-header {
  background-color: #415a77;
  padding: 0.6rem 1rem;
  color: #f7f7f7;
  font-weight: bold;
}
.list-box .box-body {
  background-color: white;
  padding: 0.6rem 2rem;
  color: #495057;
  overflow-y: auto;
}
@media  (max-width: 479px) {
  .list-box .box-body {
    padding: 0.6rem 1rem;
  }
}
.box-list {
  padding: 0px !important;
  background-color: #415a77;
  overflow: auto;
}
.box-list > .box-header-title {
  background-color: #415a77;
  padding: 0.6rem 1rem;
  color: #f7f7f7;
  display: inline-block;
  width: 60%;
  float: left;
}
.box-list > .box-header-action {
  background-color: #415a77;
  width: 40%;
  float: left;
  display: inline-block;
  text-align: right;
}
.box-list > .box-header-action > .wall-button {
  padding: 0.6rem 2rem;
  background-color: #1b263b;
  display: inline-block;
  cursor: pointer;
  color: white;
}
.box-list > .box-header-action > .no-button {
  padding: 0.6rem 2rem;
}
.form-container {
  margin-top: 1.2rem;
}
.form-container .form-control {
  max-width: 30rem;
  padding: 0.5rem 0.75rem !important;
  font-size: 12px !important;
}
@media  (max-width: 767px) {
  .form-container .form-control {
    font-size: 12px !important;
  }
}
@media  (max-width: 479px) {
  .form-container .form-control {
    font-size: 12px !important;
  }
}
@media  (max-width: 479px) {
  .form-container .form-control {
    width: 100%;
    max-width: unset;
  }
}
.form-container .form-control[readonly] {
  background-color: white !important;
}
.form-container .form-control-medium {
  width: 16rem;
  max-width: 16rem;
  padding: 0.5rem 0.75rem !important;
  display: inline-block !important;
  font-size: 12px !important;
}
@media  (max-width: 767px) {
  .form-container .form-control-medium {
    font-size: 12px !important;
  }
}
@media  (max-width: 479px) {
  .form-container .form-control-medium {
    font-size: 12px !important;
  }
}
@media  (max-width: 479px) {
  .form-container .form-control-medium {
    width: 100%;
    max-width: 100%;
  }
}
.form-container .form-control-mini {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0.5rem 0.75rem !important;
  display: inline-block !important;
  font-size: 12px !important;
  /*@media @x-small {
            width: 40%;
            max-width: unset;
        }*/
}
@media  (max-width: 767px) {
  .form-container .form-control-mini {
    font-size: 12px !important;
  }
}
@media  (max-width: 479px) {
  .form-container .form-control-mini {
    font-size: 12px !important;
  }
}
.form-row {
  margin-bottom: 1.2rem;
  white-space: nowrap;
}
@media  (max-width: 479px) {
  .form-row {
    margin: 0 !important;
    margin-bottom: 1rem !important;
  }
}
.form-row-lb {
  margin-bottom: 0.5rem;
}
.form-right-ba {
  margin-bottom: 0.5rem;
}
.nested-form-row {
  background-color: #1b263b;
  padding: 1rem 1.5rem 0.6rem;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  max-width: 30rem;
}
@media  (max-width: 479px) {
  .nested-form-row {
    width: 100%;
    max-width: unset;
  }
}
.nested-form-row .form-left {
  min-width: 25%;
  text-align: left;
}
.nested-form-row .form-right {
  min-width: 75%;
  text-align: left;
}
.nested-form-row .form-right .form-control {
  width: 100%;
  max-width: 100%;
}
.form-left-mini {
  min-width: 3rem;
  padding-right: 1rem;
  display: inline-block;
  vertical-align: middle;
  padding-top: 0.3rem;
}
@media  (max-width: 479px) {
  .form-left-mini {
    text-align: left;
    padding-bottom: 0.6rem;
    padding-top: 0rem;
  }
}
.form-left-mini > div {
  vertical-align: middle;
}
.form-left-short {
  min-width: 8rem;
  padding-right: 1rem;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  padding-top: 0.3rem;
}
@media  (max-width: 479px) {
  .form-left-short {
    text-align: left;
    padding-top: 0rem;
  }
}
.form-left-short > div {
  vertical-align: middle;
}
.form-left {
  min-width: 10rem;
  padding-right: 1rem;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  padding-top: 0.3rem;
}
@media  (max-width: 479px) {
  .form-left {
    text-align: left;
    padding-bottom: 0.6rem;
    padding-top: 0rem;
  }
}
.form-left > div {
  vertical-align: middle;
}
.form-left-long {
  min-width: 15rem;
  padding-right: 1rem;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  padding-top: 0.3rem;
}
@media  (max-width: 479px) {
  .form-left-long {
    text-align: left;
    padding-bottom: 0.6rem;
    padding-top: 0rem;
  }
}
.form-left-long > div {
  vertical-align: middle;
}
.form-right-short {
  display: inline-block;
  min-width: 10rem;
  max-width: 10rem;
  vertical-align: top;
  white-space: normal;
  padding-right: 0.5rem;
  padding-top: 0.3rem;
}
@media  (max-width: 479px) {
  .form-right-short {
    min-width: unset;
    max-width: unset;
    width: 100%;
    padding-right: 0rem;
  }
}
.form-right {
  display: inline-block;
  min-width: 10rem;
  max-width: 50rem;
  vertical-align: top;
  white-space: normal;
  padding-right: 0.5rem;
}
@media  (max-width: 479px) {
  .form-right {
    min-width: unset;
    max-width: unset;
    width: 100%;
    padding-right: 0rem;
  }
}
.form-group-title {
  display: inline-block;
  background-color: none !important;
  color: #1b263b;
  /*padding: 0.2rem 0.8rem;*/
  /*border-radius: 3px;*/
  text-align: left !important;
  font-size: 20px;
  font-weight: bold;
}
.form-right-wd .input-textbox-small {
  width: 5.5rem;
  display: inline-block;
}
.form-right-wd .input-textbox {
  width: 10.3rem;
  display: inline-block;
}
.form-right-wd .input-textbox-long {
  width: 17rem;
  display: inline-block;
}
.form-right-wd .input-label-long {
  width: 22rem;
}
.form-right-wd .input-btn {
  width: 2.5rem;
  display: inline-block;
}
.form-right-wd .input-text {
  text-align: center;
  width: 1rem;
  display: inline-block;
}
.form-right-wd .btn-add {
  padding-left: 0 !important;
  padding-right: 0 !important;
  cursor: pointer;
  background-color: #415a77;
  color: white;
}
.form-right-wd .input-textbox-addtionalgroup {
  width: 3rem;
  display: inline-block;
}
.form-right-wd .input-textbox-short {
  width: 3rem;
  display: inline-block;
}
@media  (max-width: 479px) {
  .form-right-wd .input-textbox-small {
    width: 35%;
    display: inline-block;
  }
  .form-right-wd .input-textbox {
    width: 45%;
    display: inline-block;
  }
  .form-right-wd .input-textbox-long {
    width: 85%;
    display: inline-block;
  }
  .form-right-wd .input-btn {
    width: 10%;
    display: inline-block;
  }
  .form-right-wd .input-text {
    text-align: center;
    width: 5%;
    display: inline-block;
  }
}
.form-right-img > div:first-child {
  padding: 1rem;
  text-align: center;
  /*border: 1px solid @colorE-2;*/
  width: 100%;
}
.form-right-img > div:first-child > div {
  width: 18rem;
}
@media  (max-width: 479px) {
  .form-right-img > div:first-child > div {
    width: 100%;
  }
}
.form-right-img img {
  width: 18rem;
}
@media  (max-width: 479px) {
  .form-right-img img {
    width: 100%;
  }
}
.fileUpload {
  position: relative;
  overflow: hidden;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
}
.field-validation-error,
.field-validation-valid2 {
  color: #ef233c;
  font-size: 12px !important;
}
@media  (max-width: 767px) {
  .field-validation-error,
  .field-validation-valid2 {
    font-size: 12px !important;
  }
}
@media  (max-width: 479px) {
  .field-validation-error,
  .field-validation-valid2 {
    font-size: 12px !important;
  }
}
.field-validation-error-long {
  width: 20rem;
  color: #ef233c;
  font-size: 12px !important;
}
@media  (max-width: 767px) {
  .field-validation-error-long {
    font-size: 12px !important;
  }
}
@media  (max-width: 479px) {
  .field-validation-error-long {
    font-size: 12px !important;
  }
}
.form-action {
  margin: 1.5rem 0 1rem;
}
@media  (max-width: 479px) {
  .form-action {
    text-align: center;
  }
}
.form-action > input,
.form-action > a {
  padding: 0.6rem 0.6rem !important;
  font-size: 12px !important;
  margin-right: 0.5rem;
}
@media  (max-width: 767px) {
  .form-action > input,
  .form-action > a {
    font-size: 12px !important;
  }
}
@media  (max-width: 479px) {
  .form-action > input,
  .form-action > a {
    font-size: 12px !important;
  }
}
.search-container .form-control {
  width: 16rem;
  max-width: 16rem;
  padding: 0.5rem 0.75rem !important;
  margin-top: 0.25rem;
}
@media  (max-width: 479px) {
  .search-container .form-control {
    width: 100%;
    max-width: unset;
  }
}
.search-container .form-control.multi-input {
  width: 8rem;
  max-width: 8rem;
  padding: 0.5rem 0.75rem !important;
  margin-top: 0.25rem;
  display: inline;
}
@media  (max-width: 479px) {
  .search-container .form-control.multi-input {
    width: 48%;
    max-width: unset;
  }
}
.search-container > ul {
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 0 !important;
}
.search-container > ul > li {
  min-width: 24%;
  min-height: 30px;
  display: inline-block;
  text-align: left;
  margin-bottom: 1rem;
}
@media  (max-width: 479px) {
  .search-container > ul > li {
    min-width: 100%;
  }
}
.search-container > ul > li > label {
  text-align: left;
  padding-right: 0;
  display: block;
  width: 235px;
  height: 20px;
  font-weight: normal;
  margin-bottom: 0 !important;
}
.list-action-container {
  margin-top: 1.5rem;
}
.list-action-container > div {
  vertical-align: top;
}
.list-action-container .form-control {
  width: unset !important;
  min-height: 2.5rem;
  font-size: 12px !important;
}
@media  (max-width: 767px) {
  .list-action-container .form-control {
    font-size: 12px !important;
  }
}
@media  (max-width: 479px) {
  .list-action-container .form-control {
    font-size: 12px !important;
  }
}
.list-action-container .dropdown-toggle::after {
  display: inline-block !important;
}
.list-action-container .visibility-option {
  padding: 0.5rem 1rem !important;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.list-action-container .visibility-option input {
  margin-bottom: 0.5rem;
}
.list-action-container .visibility-option > div {
  white-space: nowrap;
}
.listing-container {
  margin-top: 1rem;
}
.listing-container .listing-info {
  margin-bottom: 1rem;
}
.listing-container .form-control {
  width: 15rem !important;
  padding: 0.35rem 0.75rem !important;
  font-size: 0.9rem;
}
.listing-container select.form-control {
  width: 11rem !important;
  padding: 0.35rem 0.75rem !important;
  font-size: 0.9rem;
}
.listing-cu-container {
  margin-top: 1.5rem;
  border: 1px solid #959595;
  padding: 1rem 1.5rem;
  overflow-y: auto;
}
#data-container .box-body {
  min-height: 25rem;
}
.form-right-table {
  width: 40rem;
  overflow-y: auto;
}
.table-border {
  width: 100%;
}
.table-border > thead > tr > th {
  border: 1px solid #959595;
  border-top: 1px solid #959595 !important;
  white-space: nowrap;
}
.table-border > tbody > tr > td {
  border: 1px solid #959595;
  white-space: nowrap;
}
.table-style > thead > tr > th {
  border-bottom: 1px solid #959595;
  border-top: none;
  white-space: nowrap;
}
.table-style > tbody > tr > td {
  border-bottom: 1px solid #959595;
  white-space: nowrap;
}
.table-style > tbody > tr > td .fa {
  font-size: 20px;
}
.table-style > tbody > tr.thick-border > td {
  border-bottom: 3px solid #959595;
}
.table-style .col-action {
  width: 5rem;
}
.table-style .col-max-w {
  width: 8rem;
}
.table-style .col-no {
  width: 4rem;
}
.table-style .header-link,
.table-style .action-link {
  color: #495057 !important;
  text-decoration: none !important;
}
.table-style .header-link:hover,
.table-style .action-link:hover,
.table-style .header-link :focus,
.table-style .action-link :focus,
.table-style .header-link :active,
.table-style .action-link :active {
  color: #495057 !important;
  text-decoration: none !important;
}
.table-row-highlight {
  background-color: #e9ecef !important;
}
.hundred {
  width: 100%;
}
.eighty {
  width: 80%;
}
.twenty {
  width: 20%;
}
.m-hide {
  display: block;
}
@media  (max-width: 767px) {
  .m-hide {
    display: none;
  }
}
.d-hide {
  display: none;
}
@media  (max-width: 767px) {
  .d-hide {
    display: block;
  }
}
.menu-control {
  font-size: 1.5rem;
  margin-top: -0.3rem;
  color: white;
}
.menu-control:hover,
.menu-control :active,
.menu-control :focus {
  color: white !important;
  text-decoration: none !important;
}
.display-none {
  display: none;
}
/*#endregion*/
/*#region Default Master*/
.default-body {
  background-color: #2b2d42;
}
.middle-container {
  width: 28rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 5rem;
}
@media  (max-width: 479px) {
  .middle-container {
    width: 100%;
    top: 0;
    padding: 0 1.5rem;
    margin-top: 3rem;
  }
}
.default-container {
  background-color: white;
  padding: 2rem 6rem;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 2px 7px #a9a9a9;
  margin-bottom: 5rem;
}
@media  (max-width: 479px) {
  .default-container {
    padding: 2rem 2rem;
  }
}
.default-container-title {
  color: #495057;
  font-size: 30px !important;
  text-align: center;
  padding-bottom: 1.5rem;
  font-weight: bold;
}
@media  (max-width: 767px) {
  .default-container-title {
    font-size: 30px !important;
  }
}
@media  (max-width: 479px) {
  .default-container-title {
    font-size: 26px !important;
  }
}
.logo-container {
  text-align: center;
  margin-bottom: 2rem;
}
.img-logo {
  height: 12rem;
}
/*#endregion*/
/*#region User Master*/
.user-body {
  background-color: #2b2d42;
}
.page-head-container {
  background-color: #2b2d42;
  padding: 0.8rem 2rem;
  margin: 0 !important;
  box-shadow: 5px 0px 5px 0px #a9a9a9;
}
.header-icon-container {
  color: #f7f7f7;
}
.header-icon-container .fa-sync-alert {
  animation: blink 0.5s ease infinite;
}
@keyframes blink {
  0% {
    color: white;
  }
  50% {
    color: yellow;
  }
  100% {
    color: white;
  }
}
.header-icon-container i {
  margin-left: 0.5rem;
  font-size: 1.5rem;
  vertical-align: middle;
  line-height: 2rem;
  cursor: pointer;
}
.header-icon-container .dropdown-menu {
  top: 0.65rem !important;
  border-radius: 0;
}
.header-icon-container .dropdown-fix-h {
  max-height: 22rem;
  overflow: auto;
}
@media  (max-width: 479px) {
  .header-icon-container .dropdown-fix-h {
    max-width: 300px;
  }
}
.header-icon-container .selected-timezone {
  background-color: #2b2d42 !important;
  color: white !important;
}
.header-icon-container .selected-timezone i {
  margin-left: 0rem !important;
  margin-right: 0.3rem !important;
  font-size: 0.8rem !important;
  vertical-align: middle !important;
  line-height: 1.5rem !important;
  cursor: pointer;
}
.img-head-logo {
  height: 30px;
  position: relative;
}
@media  (max-width: 767px) {
  .img-head-logo {
    height: 20px;
  }
}
.dropdown-toggle::after {
  display: none;
}
.body-container {
  background-color: #2b2d42;
  margin: 0 !important;
}
.body-container > div > div:first-child {
  float: left;
  width: 7rem;
  color: #f7f7f7;
}
.body-container > div > div:nth-child(2) {
  min-height: 95rem;
}
@media  (max-width: 767px) {
  .body-container > div > div:nth-child(2) {
    margin-left: 0rem;
  }
}
.content-container {
  background-color: #f5f5f5;
  padding: 1.5rem;
  margin-top: 3.5rem;
}
.user-content-container {
  width: calc(100% - 7rem);
}
@media  (max-width: 767px) {
  .user-content-container {
    width: 100%;
  }
}
.menu-parent-item {
  text-align: center;
  padding: 1.4rem 0;
  cursor: pointer;
}
.menu-parent-item:hover {
  background-color: #415a77;
}
.menu-parent-item .dropdown-menu {
  border-radius: 0;
  /*top: 46px !important;*/
  left: 100px !important;
}
.sub-menu {
  position: absolute;
  background-color: #2b2d42;
  display: none;
  text-align: left;
  z-index: 999;
  left: 7rem;
  top: 0px;
}
.sub-menu.show {
  display: block;
}
.sub-menu > a {
  padding: 0.825rem 1.5rem;
  color: white;
  min-width: 15rem;
  /*@media @small{
               position: fixed;
                min-width: 11rem;
                max-width: 11rem;
           }*/
}
.sub-menu > a:hover,
.sub-menu > a :active,
.sub-menu > a :focus {
  background-color: #415a77;
  color: white;
}
.menu-container {
  display: block;
  float: left;
  background-color: #2b2d42;
  /*overflow-x:auto;*/
}
@media  (max-width: 767px) {
  .menu-container {
    display: none;
    /*top: 0px;
        display:none;
        width: 0px;
        position: fixed;
        transition: 0.1s;
        overflow-x: hidden;*/
    /*box-shadow:  12px 0px 40px -4px @colorB;*/
  }
}
.menu-logo {
  background-color: #2b2d42;
  padding: 0.7rem 0.5rem;
}
@media  (max-width: 767px) {
  .menu-logo {
    background-color: #2b2d42;
    padding: 1.5rem 0.5rem;
  }
}
.menu-logo .fa {
  position: absolute;
  top: 30px;
  left: 118px;
  font-size: 16px;
  color: black;
}
@media  (max-width: 767px) {
  .menu-logo .fa {
    left: 80px;
    font-size: 12px;
  }
}
.page-content {
  color: white;
  border: 1px solid #f7f7f7;
  padding: 2rem;
  margin-top: 5rem;
}
.page-content .page-title {
  font-size: 19px !important;
  margin-bottom: 1rem;
}
@media  (max-width: 767px) {
  .page-content .page-title {
    font-size: 19px !important;
  }
}
@media  (max-width: 479px) {
  .page-content .page-title {
    font-size: 19px !important;
  }
}
.page-no-permission {
  color: #495057;
  padding: 1rem;
}
.page-no-permission .page-title {
  font-size: 19px !important;
  margin-bottom: 0.5rem;
}
@media  (max-width: 767px) {
  .page-no-permission .page-title {
    font-size: 19px !important;
  }
}
@media  (max-width: 479px) {
  .page-no-permission .page-title {
    font-size: 19px !important;
  }
}
.page-no-permission .note-container {
  margin-bottom: 1.5rem;
}
.signature-pad > canvas {
  display: block;
  height: 10rem;
  margin-bottom: 0px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.signature-pad > canvas.disabled {
  background-color: #e9ecef;
}
.signature-pad > button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-top: -0.2rem;
  color: white !important;
}
/*#endregion*/
.fsp-filter .form-control {
  max-width: 16rem;
  padding: 0.5rem 0.75rem !important;
  margin-top: 0.25rem;
  font-size: 12px !important;
}
@media  (max-width: 767px) {
  .fsp-filter .form-control {
    font-size: 12px !important;
  }
}
@media  (max-width: 479px) {
  .fsp-filter .form-control {
    font-size: 12px !important;
  }
}
@media  (max-width: 479px) {
  .fsp-filter .form-control {
    width: 100%;
    max-width: unset;
  }
}
.fsp-filter .form-control[readonly] {
  background-color: white !important;
}
.fsp-filter .form-control.multi-input {
  width: 48.5%;
  max-width: 7.85rem;
  padding: 0.5rem 0.75rem !important;
  margin-top: 0.25rem;
  display: inline;
}
@media  (max-width: 479px) {
  .fsp-filter .form-control.multi-input {
    width: 48.5%;
    max-width: unset;
  }
}
.panel-default {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  box-shadow: 0 2px 10px 0px #a9a9a9;
}
.panel-default .panel-heading {
  background-color: #415a77;
  padding: 0.6rem 1rem;
  color: #f7f7f7;
  font-weight: bold;
}
.panel-default .panel-body {
  background-color: white;
  padding: 0.6rem 2rem;
  color: #495057;
  display: flex;
  flex-wrap: wrap;
}
@media  (max-width: 479px) {
  .panel-default .panel-body {
    padding: 0.6rem 1rem;
  }
}
.panel-default .panel-body > div {
  margin-bottom: 1rem;
}
.panel-default .panel-body > div label {
  margin-bottom: 0 !important;
}
.btn-pagination {
  background-color: white !important;
  border: 1px solid #959595 !important;
  color: #959595 !important;
  height: 30px;
  width: 30px;
  font-size: 1em;
  font-weight: 600;
  border-radius: 3px !important;
  vertical-align: bottom;
  cursor: pointer;
}
.btn-pagination.disabled {
  background-color: #8d99ae !important;
  color: white !important;
}
.btn-pagination.transparent {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: transparent !important;
  cursor: default;
}
.dragToScrollX {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 1rem;
}
.form-horizontal {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0.25rem;
  /*.form-control[readonly] {
            //background-color: @colorA;
            background-color: #ddd; //For Those not editable fields
        }*/
}
.form-horizontal .form-group > .col-md-2 {
  text-align: left;
  padding-top: 0.3rem;
}
@media  (max-width: 767px) {
  .form-horizontal .form-group > .col-md-2 {
    text-align: left;
    padding-bottom: 0.5rem;
  }
}
.form-horizontal .form-group > div {
  vertical-align: top;
}
.form-horizontal .form-group > div .form-control {
  max-width: 30rem;
  font-size: 12px !important;
}
@media  (max-width: 767px) {
  .form-horizontal .form-group > div .form-control {
    font-size: 12px !important;
  }
}
@media  (max-width: 479px) {
  .form-horizontal .form-group > div .form-control {
    font-size: 12px !important;
  }
}
@media  (max-width: 479px) {
  .form-horizontal .form-group > div .form-control {
    width: 100%;
  }
}
.form-horizontal .form-group .input-group {
  vertical-align: top;
}
.form-horizontal .form-group .input-group .form-control {
  max-width: 25rem;
  font-size: 12px !important;
}
@media  (max-width: 767px) {
  .form-horizontal .form-group .input-group .form-control {
    font-size: 12px !important;
  }
}
@media  (max-width: 479px) {
  .form-horizontal .form-group .input-group .form-control {
    font-size: 12px !important;
  }
}
@media  (max-width: 479px) {
  .form-horizontal .form-group .input-group .form-control {
    width: 100%;
  }
}
.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.15);
  border-right-color: rgba(0, 0, 0, 0.15);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-left-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.bootstrap-datetimepicker-widget .btn {
  min-width: 1rem;
}
#map {
  height: 60vh;
  margin-bottom: 10px;
  display: none;
}
#map2 {
  height: 60vh;
  margin-bottom: 10px;
  display: none;
}
#locationList .card {
  padding: 10px;
}
#toast-container {
  top: 50%;
  bottom: unset;
}
.toast {
  background-color: rgba(0, 0, 0, 0.8);
}
.msg-notify-bell {
  animation: shake 1s infinite;
}
@keyframes shake {
  0% {
    -webkit-transform-origin: top center;
    -webkit-transform: rotate(10deg);
  }
  50% {
    -webkit-transform-origin: top center;
    -webkit-transform: rotate(-10deg);
  }
  100% {
    -webkit-transform-origin: top center;
    -webkit-transform: rotate(10deg);
  }
}
.msg-notify-count {
  position: absolute;
  margin-left: -8px;
  text-align: center;
  z-index: 2;
  width: 14px;
  height: 14px;
  font-size: 9px;
  color: white;
  background-color: red;
  border-radius: 10em;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
input[readonly] {
  background-color: var(--bs-secondary-bg);
}
.line-break {
  white-space: pre-line !important;
}