/*!
* ProductionHero Styles
* Version 4.10.23
*/
/*---- Variables ----*/
/*----*/
/* .dinotable-mylvRequirementItemRow .col-2.dinotable-mylvRequirementNeedCol div,
.dinotable-mylvRequirementRow .col-2.dinotable-mylvRequirementNeedCol div:nth-of-type(2),
.dinotable-mylvRequirementRow .col-2.dinotable-mylvRequirementNeedCol div:nth-of-type(3) {
    display: none;
} */
/* .col-1.d-flex.align-items-center.justify-content-end.dinotable-mylvRequirementButtonCol i {
    pointer-events: none;
} */
/*---- GENERAL ----*/
html, body {
  color: #000 !important;
  background: #F9F6EE !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 20px !important;
}

#top hr {
  margin: 0.5rem 0;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0;
}

a.button {
  border: 1px solid;
  text-transform: uppercase;
  background: #000;
  padding: 0.2em 0.4em;
  font-size: 0.6rem;
}

.bottom-border {
  border-bottom: 1px solid #888888 !important;
}

.fas,
a {
  color: #fff;
  text-decoration: none !important;
}

.fas:hover,
.fas:active,
.fas:focus,
a:hover,
a:active,
a:focus {
  color: #D7B04B !important;
}

#top select {
  background: #1a1a1a !important;
  color: #ffffff !important;
  border: 1px solid #888888 !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
  -webkit-appearance: none !important;
  border-radius: 3px !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC) !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  padding: 0.7em !important;
}

#top input,
#top textarea {
  background: #1a1a1a !important;
  color: #000 !important;
  border: 1px solid #888888 !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
  font-size: 1em;
}

#top select:focus,
#top input:focus,
#top textarea:focus {
  outline: 1px solid #D7B04B !important;
  outline-offset: 0px;
  background: #000 !important;
  color: #fff !important;
}

input[type=date] {
  color-scheme: dark;
  padding: 0.7em !important;
}

form#dinotable-mylvProjectForm {
  margin: 0;
}

#top .container-fluid {
  padding: 0 !important;
}

.col-sm-12 > .row,
#container-fluid\ d-flex\ flex-column > .row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.row.border-top {
  padding-top: 0.5rem !important;
}

/*----- HEADER -----*/
.row.dinotable-mylvHeader {
  background: 0 0 !important;
  border-bottom: 1px solid #000;
}

.hdr-username {
  font-size: 0.8em;
  word-break: break-word;
}

/*----- NAVIGATION -----*/
.header-logo {
  flex: 25%;
}

.header-logo img {
  max-width: 200px;
  padding: 1em 0em;
  width: 100%;
}

.mylv-nav-column {
  border-right: 1px solid #000;
}

.navbar-nav .nav-link {
  color: #fff;
  text-decoration: none !important;
}

#navbarNav {
  font-size: 1rem;
  position: sticky;
}

ul.navbar-nav {
  margin: 0;
}

/*----- MOBILE NAV ----*/
button.navbar-toggler {
  background: none;
  transition: all 0.3s ease-in-out;
  z-index: 1500;
  border-radius: 0;
}

button.navbar-toggler[aria-expanded=true] {
  background: #3a3a3a;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  border-top: 1px solid #888888;
  border-bottom: 0;
  transition: all 0.3s ease-in-out;
}

button.navbar-toggler .navbar-toggler-icon {
  background-image: url(https://secretweapon.studio/images/hamburger-sprite-thin.png);
  background-position-y: 100%;
  transition: background-position 0.4s ease-in-out;
  width: 30px;
  height: 23px;
}

button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-position-y: 0%;
  transition: background-position 0.4s ease-in-out;
}

.navbar-toggler:focus {
  text-decoration: none;
  box-shadow: none;
}

div#navbarHeader {
  background: #002349;
  border: 1px solid #888888;
  border-radius: 0;
  z-index: 1000;
  margin-top: -1.5px;
  min-width: 280px;
  position: absolute;
  top: 44px;
}

/*----*/
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus {
  color: #D7B04B !important;
}

.dinotable-mylvText,
.dinotable-mylvTextCell {
  color: #000 !important;
  word-break: break-word;
}

.dinotable-mylvTextCell {
  padding: 6px;
}

.navbar-nav .nav-link {
  color: #fff !important;
  text-decoration: none !important;
}

.dinotable-mylvContentLink {
  color: #000 !important;
  text-decoration: none !important;
}

.dinotable-mylvContentLink:hover {
  color: #D7B04B !important;
}

footer#mylv-footer {
  position: relative;
  background-color: #002349;
}

footer#mylv-footer .text-center .p-3 {
  background-color: #F9F6EE !important;
}

footer#mylv-footer .text-center.p-3 a {
  text-decoration: none;
}

/* form#dinotable-mylvProjectForm #divDinotable-mylvProjectView div.flex-column,
form#dinotable-mylvProjectForm  #divDinotable-mylvJobView div.flex-column {
    padding: 8px !important;
    margin-top: 0 !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
} */
/* form#dinotable-mylvProjectForm .d-flex.align-items-center.justify-content-center {
    height: auto !important;
    align-items: stretch !important;
    margin: 0;
} */
.dinotable-mylvRequirementStatusCol {
  align-items: start;
}

.dinotable-mylv-min-content-height {
  min-height: calc(100vh - 10em);
}

.dinotable-mylv-min-content-height {
  font-size: 1rem;
  background: none !important;
}

.col-sm-2.d-none.d-md-block.p-5.dinotable-mylv-min-content-height {
  border-right: 1px solid #000;
  padding: 1rem !important;
}

.col-sm-2.d-none.d-md-block.p-5.dinotable-mylv-min-content-height h4 {
  color: #000 !important;
}

.dinotable-mylvHeaderBackgroundColor {
  background-color: #002349 !important;
  color: #fff;
  border-bottom: 3px solid #D4af37;
}

.dinotable-mylv-NavHeader {
  color: #fff;
}

#mylv-footer .text-center.p-3 {
  border-top: 1px solid #D4af37;
  background: #002349 !important;
  color: #fff;
}

#mylv-footer .text-center.p-3 a strong {
  color: #fff !important;
  font-weight: 400 !important;
}

#mylv-footer .text-center.p-3 a:hover strong {
  color: #D7B04B !important;
}

.dinotable-mylvBorderColor {
  border-color: 1px solid #888888 !important;
}

textarea[disabled=true] {
  border-color: 1px solid #888888 !important;
}

.dinotable-mylvPageTitle {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem !important;
  font-weight: normal !important;
  color: #000 !important;
  padding: 10px 0 !important;
  text-align: center !important;
}

.dinotable-mylvHeaderCell {
  border-style: none !important;
  color: #000 !important;
  font-weight: normal !important;
  font-size: 1.15rem !important;
}

.dinotable-mylvLabelCell {
  border-style: none !important;
  color: #000 !important;
  font-weight: normal !important;
  font-size: 0.8rem !important;
  padding: 6px 0;
}

.dinotable-mylvTextInput {
  text-align: left !important;
  border-width: thin !important;
  font-size: 0.8rem !important;
  border-radius: 3px !important;
  border: 1px solid #888888 !important;
  padding: 0.7em 1em !important;
  width: 100% !important;
  min-width: 150px !important;
  max-height: 50px !important;
  background: #fff !important;
  color: #000 !important;
}

.dinotable-mylvTextInput[type=file] {
  font-size: 1em !important;
  padding: 0.4em 1em !important;
}

.dinotable-mylvTextareaInput {
  text-align: left !important;
  border-width: thin !important;
  font-size: 0.8rem !important;
  border-radius: 3px !important;
  border-color: #959595;
  padding: 0.7em 1em !important;
  width: 100% !important;
  min-width: 150px !important;
  min-height: 5em;
  background: #fff !important;
  color: #000 !important;
}

.dinotable-mylvCheckboxInput {
  border-width: thin !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  margin-top: 0.3em;
  border-radius: 3px !important;
  border-color: #D7B04B !important;
  padding: 0.7em 1em !important;
  background: #F9F6EE !important;
  color: #000 !important;
  margin: auto;
}

.dinotable-mylvDateInput {
  text-align: left !important;
  border-width: thin !important;
  font-size: 0.8rem !important;
  border-radius: 3px !important;
  border-color: #959595 !important;
  padding: 5px !important;
  background: #F9F6EE !important;
  color: #000 !important;
}

.dinotable-mylvSelectInput {
  text-align: left !important;
  border-width: thin !important;
  font-size: 0.8rem !important;
  border-radius: 3px !important;
  border-color: #959595 !important;
  padding: 0em 1em !important;
  background: #fff !important;
  color: #000 !important;
  width: 100%;
  min-height: 49px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC) !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

.dinotable-mylvMultiSelectInput {
  text-align: left !important;
  border-width: thin !important;
  font-size: 0.8rem !important;
  border-radius: 3px !important;
  border-color: #959595 !important;
  padding: 5px !important;
  background: #F9F6EE !important;
  color: #000 !important;
}

.dinotable-mylvIntegerInput {
  text-align: left !important;
  border-width: thin !important;
  font-size: 0.8rem !important;
  border-radius: 3px !important;
  border-color: #959595 !important;
  padding: 5px !important;
  max-width: 5em !important;
}

.dinotable-mylvFloatInput {
  text-align: left !important;
  border-width: thin !important;
  font-size: 0.8rem !important;
  border-radius: 3px !important;
  border-color: #959595 !important;
  padding: 5px !important;
  max-width: 6em !important;
}

.dinotable-mylvPercentInput {
  text-align: left !important;
  border-width: thin !important;
  font-size: 0.8rem !important;
  border-radius: 3px !important;
  border-color: #959595 !important;
  padding: 5px !important;
  max-width: 5em !important;
}

.dinotable-mylvCurrencyInput {
  text-align: left !important;
  border-width: thin !important;
  font-size: 0.8rem !important;
  border-radius: 3px !important;
  border-color: #959595 !important;
  padding: 5px !important;
  max-width: 7em !important;
}

.dinotable-mylvHR {
  height: 1px;
  border-top: 1px dashed #cd7444;
}

.dinotable-mylvRow {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.dinotable-mylvWideCell {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  text-align: center;
  margin-top: 0;
  position: relative;
  vertical-align: top;
}

.dinotable-mylvCell {
  display: inline-block;
  margin-top: 5px;
  position: relative;
  vertical-align: top;
}

.dinotable-mylvClientFormTable {
  max-width: 100%;
  width: 100%;
  border-style: dashed;
  display: inline-table;
}

.dinotable-mylvClientFormTable td {
  padding-bottom: 0em;
  padding-top: 0em;
}

.dinotable-mylvClientQuestionTable {
  max-width: 100%;
  width: 100%;
  border-style: none;
  background-color: #F5F5F5;
  display: inline-table;
}

.dinotable-mylvClientQuestionTable tr {
  height: 14px;
}

.dinotable-mylvClientQuestionTable td {
  padding-bottom: 0em;
  padding-top: 0em;
}

.dinotable-mylvTitleTable {
  max-width: 100%;
  width: 100%;
  border-style: none;
  display: inline-table;
}

.dinotable-mylvSolidTable {
  max-width: 100%;
  width: 100%;
  display: inline-table;
  border-top: solid;
  border-width: thin;
  border-color: #cd7444;
}

.dinotable-mylvDashedTable {
  max-width: 100%;
  width: 100%;
  display: inline-table;
  border-top: dashed;
  border-width: thin;
  border-color: #cd7444;
}

.dinotable-mylvPageTable {
  max-width: 100%;
  width: 100%;
  border-style: none;
  display: inline-table;
}

.dinotable-mylvDetailTable {
  max-width: 100%;
  width: 100%;
  border-style: none;
  display: inline-table;
  line-height: 5px;
}

.dinotable-mylvBodyTable {
  max-width: 100%;
  width: 100%;
  display: inline-table;
}

.dinotable-mylvHeaderRow {
  background-color: #002349;
  border-bottom: 2px solid #D4af37;
  align-items: center;
  padding: 0em 2em;
}

.dinotable-mylvBodyRow {
  background-color: #d5ffff;
}

.dinotable-mylvUserCell {
  border-style: none;
  font-weight: bold;
  text-align: left;
  width: 20%;
}

.dinotable-mylvNavigationCol {
  background-color: #3A4F7A;
  min-height: 90vh;
  border-right: 2px solid #d4af37;
}

.dinotable-mylvNavigationCol .dinotable-mylv-navbar {
  max-height: 100vh;
  overflow-y: scroll;
  display: block;
  position: sticky;
  top: 6em;
}

/* width */
.dinotable-mylvNavigationCol .dinotable-mylv-navbar::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.dinotable-mylvNavigationCol .dinotable-mylv-navbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

/* Handle */
.dinotable-mylvNavigationCol .dinotable-mylv-navbar::-webkit-scrollbar-thumb {
  background: #d4af37;
  border-radius: 5px;
}

/* Handle on hover */
.dinotable-mylvNavigationCol .dinotable-mylv-navbar::-webkit-scrollbar-thumb:hover {
  background: #d4af37;
}

.dinotable-mylvNavigationCell {
  border-style: none;
  font-weight: bold;
  text-align: left;
  width: 15%;
  padding-left: 20px;
  vertical-align: top;
  border-right: 4px double #cd7444 !important;
}

.dinotable-mylvNavigationTitle {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem !important;
  color: #000 !important;
  padding-bottom: 30px;
  text-align: center;
}

.dinotable-mylvHeaderTitle {
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem !important;
  color: #000 !important;
  font-weight: normal !important;
  padding-bottom: 10px;
  text-align: center;
}

.dinotable-mylvColumnTitle {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  color: #000;
  padding-bottom: 10px;
  text-align: center;
}

.dinotable-mylvColumnTitleSmall {
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  color: #000;
  padding-bottom: 10px;
  text-align: center;
}

.dinotable-mylvColumnMessage {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  color: #000;
  padding: 10px;
  background-color: grey;
  text-align: center;
}

.dinotable-mylvNavigationLink {
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  color: black;
  padding-left: 10px;
}

.dinotable-mylvContentCell {
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  color: #000 !important;
  border-style: none;
  font-weight: normal;
  text-align: center;
  vertical-align: top;
}

.dinotable-mylvButtonCell {
  border-style: none;
  font-weight: bold;
  text-align: center;
}

.dinotable-mylvTitleCell {
  border-style: none;
  font-weight: bold;
  text-align: center;
}

.dinotable-mylvClientLabelCell {
  border-style: none;
  text-align: right;
  padding-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  color: #000 !important;
  font-size: 1rem;
}

.dinotable-mylvCenterLabelCell {
  border-style: none;
  text-align: center;
  padding-right: 10px;
  color: #000 !important;
  font-size: 0.8rem !important;
}

.dinotable-mylvTextCell {
  border-style: none;
  font-weight: 400;
  text-align: left;
  color: #fff;
  font-size: 0.7rem;
  padding: 8px;
  word-break: break-word;
}

/* .dinotable-mylvTextCell.small {
    font-size: 0.8em !important;
} */
.dinotable-mylvClientTextCell {
  border-style: none;
  font-weight: normal;
  text-align: left;
  color: #000 !important;
  font-size: 1rem;
}

.dinotable-mylvCenterTextCell {
  border-style: none;
  font-weight: normal;
  text-align: center;
  color: #000 !important;
  font-size: 0.7rem;
}

i.dinotable-mylvControlIcon,
i.dinotable-mylvControlIcon {
  font-size: 1rem;
  border: 0;
  background: none;
  margin-left: 14px !important;
  color: #000;
}

i.dinotable-mylvControlIcon:hover,
i.dinotable-mylvControlIcon:hover {
  color: #D7B04B !important;
}

.dinotable-mylvForm {
  text-align: left;
  margin: auto;
  padding: 0px;
}

.dinotable-mylvProductSelect {
  width: 400px;
  text-align: left;
  border-style: none;
}

.dinotable-mylvSelect {
  width: 50%;
  min-width: 150px;
  text-align: left;
  border-width: thin !important;
  font-size: 0.8rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px !important;
  border-width: thin !important;
  border-color: 1px solid #888888 !important;
}

.dinotable-mylvFilterSelect {
  width: 90%;
  text-align: left;
  border-width: thin !important;
  font-size: 0.8rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px !important;
  border-width: thin !important;
  border-color: 1px solid #888888 !important;
}

.dinotable-mylvFilterMultiSelect {
  width: 90%;
  text-align: left;
  border-width: thin !important;
  font-size: 0.8rem;
  border-color: 1px solid #888888 !important;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px !important;
  border-width: thin !important;
  border-color: 1px solid #888888 !important;
}

.dinotable-mylvStructureSelect {
  width: 100px;
  text-align: left;
  border-style: none;
}

.dinotable-mylvSerialnumberSelect {
  width: 125px;
  text-align: left;
  border-style: none;
}

.dinotable-mylvInput {
  text-align: left;
  border-width: thin !important;
  font-size: 0.8rem;
  border-radius: 10px !important;
  border-color: 1px solid #888888 !important;
  padding: 0px;
  height: 30px;
  width: 50%;
  min-width: 150px;
}

.dinotable-mylvCheckInput {
  text-align: left;
  border-width: thin !important;
  font-size: 0.8rem;
  border-radius: 10px !important;
  border-color: 1px solid #888888 !important;
  padding: 0px;
  height: 30px;
}

.dinotable-mylvNumericInput {
  text-align: left;
  border-width: thin !important;
  border-radius: 10px !important;
  border-color: 1px solid #888888 !important;
  font-size: 0.8rem;
  padding: 0px;
  height: 30px;
  width: 100px;
}

.dinotable-mylvFilterInput {
  text-align: left;
  border-width: thin !important;
  border-radius: 10px !important;
  border-color: 1px solid #888888 !important;
  padding: 0px;
  height: 30px;
  width: 50%;
}

.dinotable-mylvLocationInfo {
  float: left;
  background-color: #d5ffff;
  padding-left: 10px;
  padding-right: 10px;
}

.dinotable-mylvTabs {
  border: none;
  padding: 1px 1px;
  text-align: left;
  width: 90%;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
}

.dinotable-mylvTabs2 {
  border: none;
  padding: 1px 1px;
  text-align: left;
  width: 90%;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
}

.dinotable-mylvTab {
  border: none;
  text-align: left;
  width: 90%;
  text-decoration: none;
  display: none;
  font-size: 1.5rem;
}

.dinotable-mylvTab2 {
  border: none;
  text-align: left;
  width: 90%;
  text-decoration: none;
  display: none;
  font-size: 1.5rem;
}

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

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

.dinotable-mylvTabButton {
  background-color: #add8e6 !important;
  border: none;
  color: #000 !important;
  padding: 5px 5px;
  text-align: center;
  width: 20%;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8rem;
}

.dinotable-mylvTabButton2 {
  background-color: light #000 !important;
  border: none;
  color: #000 !important;
  padding: 5px 5px;
  text-align: center;
  width: 20%;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8rem;
}

.dinotable-mylvTabButton:hover {
  background-color: #cd7444 !important;
  color: white !important;
}

.dinotable-mylvTabButton2:hover {
  background-color: #000 !important;
  color: light #000 !important;
}

.dinotable-mylvTabButtonSelected {
  background-color: #cd7444 !important;
  color: white !important;
}

.dinotable-mylvTabButtonSelected2 {
  background-color: #000 !important;
  color: light #000 !important;
}

input.form-control-lg {
  font-size: 1rem;
}

.dinotable-mylvTabArea {
  border: thin;
  padding: 15px 32px;
  text-align: left;
  margin-left: 30px;
  margin-right: 10px;
  width: 85%;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
}

.dinotable-mylvTabArea2 {
  border: thin;
  padding: 15px 32px;
  text-align: left;
  margin-left: 30px;
  margin-right: 10px;
  width: 85%;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
}

.dinotable-mylvDisplayText {
  font-size: 0.8rem;
  color: dark #000;
}

.dinotable-mylvTextarea {
  text-align: left;
  border-width: thin !important;
  border-radius: 10px !important;
  border-color: #156374 !important;
  width: 90%;
  height: 100px;
  align-content: left;
  padding: 10px;
  font-size: 0.8rem;
  color: dark #000;
}

.dinotable-mylvFlexParent {
  display: flex;
}

.without_ampm::-webkit-datetime-edit-ampm-field {
  display: none;
}

input[type=time]::-webkit-clear-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: -10px;
}

/*---- cjw ----*/
.row.below_grid .col-6.flex-column {
  padding: 2rem;
}

.row.below_grid .col-6.flex-column a.button,
button.btn.btn-primary {
  border: 1px solid #d4af37 !important;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: #fff !important;
  background: #d4af37 !important;
}

.row.below_grid .col-6.flex-column a.button:hover,
button.btn.btn-primary:hover {
  border-color: #D7B04B !important;
  background: #D7B04B !important;
  color: #F9F6EE !important;
}

.row.below_grid .col-6.flex-column.left {
  text-align: right;
}

button.btn.btn-primary {
  border-color: #000;
}

/*---- View Profile ---*/
.row.w-100 .col-md-3:nth-of-type(odd) {
  text-align: right;
}

/*---- Member P/J/R Views ---*/
.dinotable-mylvProjectJob {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  flex: 1 0 15%;
  max-width: 200px;
}

div#divDinotable-mylvProjectView span.dinotable-mylvTextCell,
div#divDinotable-mylvJobView span.dinotable-mylvTextCell {
  font-size: 0.8rem !important;
}

div#project-details {
  margin-bottom: 10px;
}

#divDinotable-mylvProjectView {
  /*     padding: 15px; */
  /*     border: $border; */
  /*     background: $bg2; */
}

#divDinotable-mylvJobView {
  margin-top: -1px;
}

.dinotable-mylvProjectJobTitle {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  height: 57px;
  line-height: 1.3;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom-file input::file-selector-button {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 0.15em 0.5em !important;
  border-radius: 4px;
}

.dinotable-mylvSelectedJob .dinotable-mylvProjectJobTitle {
  cursor: default;
  pointer-events: none;
}

.elementLeftArticleContent {
  background-color: #d7d7d7;
  border-radius: 1em;
  padding: 1em 0em;
}

.dinotable-mylvProjectJobTitle:hover {
  opacity: 0.7;
}

.dinotable-mylvJobActive {
  background: #D7B04B;
}

.dinotable-mylvJobPrep {
  background: #D7B04B;
}

.dinotable-mylvJobBooked {
  background: #fff;
}

.dinotable-mylvJobOverdue {
  background: #c80808;
}

.dinotable-mylvJobWrapped {
  background: #008000;
}

.dinotable-mylvJobClosed {
  background: #008000;
}

.dinotable-mylvJobArchived {
  background: #F7F7F7;
}

.dinotable-mylvProjectJobStatus {
  font-size: 13px;
  margin-top: 5px;
  text-align: center;
}

.dinotable-mylvSelectedJob {
  border: 1px solid #888;
  background: #1a1a1a;
}

.progress-block {
  width: 100%;
  text-align: center;
}

.progress-block:hover {
  opacity: 0.8;
  cursor: pointer;
}

.progress-block span.dinotable-mylvTextCell {
  text-align: center !important;
  font-size: 1rem !important;
  text-transform: uppercase;
  color: #000 !important;
  font-weight: 500;
}

.job-details .dinotable-mylvTextCell,
.job-basics .dinotable-mylvTextCell {
  padding: 5px;
}

.job-basics .dinotable-mylvTextCell.job-title {
  font-size: 1rem;
}
.job-basics .dinotable-mylvTextCell.job-address {
  font-size: 0.8rem;
}

.dinotable-mylvRequirement {
  margin-bottom: 25px;
  border-bottom: 1px solid #888888;
  /*     .dinotable-mylvRequirementItemRow:last-of-type>.d-flex {
          border-bottom: $border;

      } */
  /*     .dinotable-mylvRequirementItemRow>.col-2.last,
      .dinotable-mylvRequirementRow>.col-2.last{
          border-right: $border;
          border-top: $border;
      } */
  /*     .dinotable-mylvRequirementItemRow+.dinotable-mylvRequirementItemRow .first {
          border-top: 0;
      } */
}
.dinotable-mylvRequirement .row {
  padding: 0;
}
.dinotable-mylvRequirement div {
  overflow: hidden;
}
.dinotable-mylvRequirement i.dinotable-mylvControlIcon {
  font-size: 0.8rem;
  margin-left: 10px !important;
  margin-top: 3px !important;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementRow > .mylvRequirementCell {
  border-left: 1px solid #888888;
  border-top: 1px solid #888888;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  height: 100%;
  background-color: #3a3a3a;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementItemRow > .mylvRequirementItemSubDetail {
  border-left: 1px solid #888888;
  border-top: 1px solid #888888;
  padding: 5px;
  font-size: 0.7em;
  text-align: center;
  height: 100%;
  background-color: #5a5a5a;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementItemRow > .mylvRequirementItemSubDetail:last-of-type {
  border-right: 1px solid #888888;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementNeedCol {
  padding: 0.1em 0.6em;
  border-left: 1px solid #888888;
  font-size: 0.65em;
  border-top: 1px solid #888888;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementItemRow .dinotable-mylvRequirementNeedCol {
  border-top: 0px;
}
.dinotable-mylvRequirement .mylvRequirementActions {
  align-items: center;
  display: flex;
  justify-content: end;
  border-right: 1px solid #888888;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementRow > .dinotable-mylvRequirementNeedCol:last-of-type,
.dinotable-mylvRequirement .dinotable-mylvRequirementItemRow > .dinotable-mylvRequirementNeedCol:last-of-type {
  border-right: 1px solid #888888;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementRow {
  border-left: 0 !important;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementRow {
  border-bottom: 0;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementRow > .dinotable-mylvRequirementNeedCol,
.dinotable-mylvRequirement .dinotable-mylvRequirementItemRow > .dinotable-mylvRequirementNeedCol:first-of-type {
  background: #3a3a3a;
  border-bottom: 0 !important;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementItemRow > .dinotable-mylvRequirementNeedCol {
  border-bottom: 0 !important;
  background: #5a5a5a;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementItemRow {
  background: none;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementItemRow > .dinotable-mylvRequirementNeedCol:first-of-type {
  padding-bottom: 0.6em;
  padding-top: 0.5em;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementItemRow:last-of-type {
  margin-bottom: 0px;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementNeedCol .dinotable-mylvTextCell.booked,
.dinotable-mylvRequirement .dinotable-mylvRequirementNeedCol .dinotable-mylvTextCell.complete {
  background: green;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementNeedCol .dinotable-mylvTextCell.holding,
.dinotable-mylvRequirement .dinotable-mylvRequirementNeedCol .dinotable-mylvTextCell.hold-1,
.dinotable-mylvRequirement .dinotable-mylvRequirementNeedCol .dinotable-mylvTextCell.remind {
  background: #ffa500;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementNeedCol .dinotable-mylvTextCell.hold-2 {
  background: #ff6f02;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementNeedCol .dinotable-mylvTextCell.no-holds,
.dinotable-mylvRequirement .dinotable-mylvRequirementNeedCol .dinotable-mylvTextCell.held.send {
  background: #c80808;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementNeedCol .dinotable-mylvTextCell.send span,
.dinotable-mylvRequirement .dinotable-mylvRequirementNeedCol .dinotable-mylvTextCell.request span {
  color: #D7B04B !important;
}
.dinotable-mylvRequirement .dinotable-mylvRequirementNeedCol .dinotable-mylvTextCell.held.send span {
  color: #fff !important;
}
.dinotable-mylvRequirement .collapse, .dinotable-mylvRequirement .collapsing, .dinotable-mylvRequirement .show {
  background: #5a5a5a;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
}

#divDinotable-mylvJobView,
#divDinotable-mylvJobNotes,
#divDinotable-mylvRequirementView {
  padding: 20px 25px 0;
  border: 1px solid #888888;
  background: #1a1a1a;
  margin-bottom: 1rem;
  padding: 10px;
}

#top a.expander {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
}

/*  CrewHero v2 */
#job-notes-container #divDinotable-mylvJobNotes {
  height: 100%;
}
#job-notes-container .new-note {
  padding-top: 0.5rem;
}

#divDinotable-mylvJobView,
#divDinotable-mylvProjectView {
  /*     div#jobnotes {
          margin: 15px 0;
      } */
}
#divDinotable-mylvJobView #large-crewhero,
#divDinotable-mylvProjectView #large-crewhero {
  background: url(/wp-content/plugins/DinoTable/public/images/CrewHero-sprite-400-request.png) no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  aspect-ratio: 1;
  cursor: pointer;
}
#divDinotable-mylvJobView #large-crewhero:hover,
#divDinotable-mylvProjectView #large-crewhero:hover {
  background-position-y: 100%;
}
#divDinotable-mylvJobView .view-hdr h5,
#divDinotable-mylvProjectView .view-hdr h5 {
  display: block;
  border: 0;
  margin: 0;
  color: #fff;
  width: auto;
}
#divDinotable-mylvJobView h5,
#divDinotable-mylvProjectView h5 {
  color: #fff;
}
#divDinotable-mylvJobView h6,
#divDinotable-mylvProjectView h6 {
  margin: 0 0 0.25em;
}
#divDinotable-mylvJobView .dinotable-mylvNote::-webkit-scrollbar,
#divDinotable-mylvProjectView .dinotable-mylvNote::-webkit-scrollbar {
  -webkit-appearance: none;
}
#divDinotable-mylvJobView .dinotable-mylvNote::-webkit-scrollbar:vertical,
#divDinotable-mylvProjectView .dinotable-mylvNote::-webkit-scrollbar:vertical {
  width: 10px;
}
#divDinotable-mylvJobView .dinotable-mylvNote::-webkit-scrollbar-thumb,
#divDinotable-mylvProjectView .dinotable-mylvNote::-webkit-scrollbar-thumb {
  /*             border-top: $border;
          border-left: $border;
          border-bottom: $border; */
  background: #F9F6EE;
}
#divDinotable-mylvJobView .dinotable-mylvNote,
#divDinotable-mylvProjectView .dinotable-mylvNote {
  border: 1px solid #888;
  padding: 0.5rem;
  max-height: 300px !important;
  color: #fff;
  background: #3a3a3a;
  margin: 20px 0 !important;
}
#divDinotable-mylvJobView .dinotable-mylvNoteHeader,
#divDinotable-mylvProjectView .dinotable-mylvNoteHeader {
  color: #ffa500;
  font-size: 0.7rem;
  font-weight: 400 !important;
  margin-top: 0.25rem;
}
#divDinotable-mylvJobView .dinotable-mylvNoteContent,
#divDinotable-mylvProjectView .dinotable-mylvNoteContent {
  margin: 0 0 0.25rem 1rem;
  font-size: 0.8rem;
}
#divDinotable-mylvJobView div.new-note,
#divDinotable-mylvProjectView div.new-note {
  padding: 0.5rem 0;
}
#divDinotable-mylvJobView .dinotable-mylvNote,
#divDinotable-mylvProjectView .dinotable-mylvNote {
  margin: 0em !important;
}

#divDinotable-mylvJobView .dinotable-mylvRequirement .dinotable-mylvNote {
  margin: 15px 0 !important;
}

div#divDinotable-mylvRequirementView .dinotable-mylvNoteHeader {
  color: #ffa500;
  font-size: 0.7rem;
}
div#divDinotable-mylvRequirementView .dinotable-mylvNoteContent {
  margin: 0 0 0.5rem 0.5rem;
  font-size: 0.7rem;
}
div#divDinotable-mylvRequirementView .dinotable-mylvNoteContent:last-of-type {
  margin-bottom: 0;
}
div#divDinotable-mylvRequirementView div.new-note {
  padding: 0.5rem 0;
}
div#divDinotable-mylvRequirementView button.screener {
  background: none;
  border: none;
  color: #fff;
}
div#divDinotable-mylvRequirementView button.screener:hover {
  color: #D7B04B !important;
}

a.crewhero {
  background: url(/images/CrewHero-sprite-100.png) no-repeat;
  text-indent: -9999px;
  float: right;
  height: 30px;
  aspect-ratio: 1;
  background-size: cover;
}

a.crewhero:hover {
  background-position-y: 100%;
}

a.hero-button {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}

a.hero-button.crewhero {
  background: url(/images/CrewHero-sprite-400.png) no-repeat;
  background-size: cover;
  float: none;
  margin-left: 0 !important;
}

a.hero-button.castinghero {
  background: url(/images/CastingHero-sprite-400.png) no-repeat;
  background-size: cover;
}

a.hero-button.locationhero {
  background: url(/images/LocationHero-sprite-400.png) no-repeat;
  background-size: cover;
}

a.hero-button.prophero {
  background: url(/images/PropHero-sprite-400.png) no-repeat;
  background-size: cover;
}

a.hero-button.wardrobehero {
  background: url(/images/WardrobeHero-sprite-400.png) no-repeat;
  background-size: cover;
}

a.hero-button.posthero {
  background: url(/images/PostHero-sprite-400.png) no-repeat;
  background-size: cover;
}

a.hero-button:hover {
  background-position-y: 100%;
}

.row.dinotable-mylvRequirement .row:last-child {
  border-bottom: 1px solid #888888 !important;
}

.row.user.posthero {
  background: #3a3a3a;
}

.modal.fade.show {
  background: rgba(0, 0, 0, 0.7);
}

.modal-body {
  padding: 0;
}

.modal-content {
  background: none;
}

.modal-header {
  border: 0;
  padding: 0 0 1rem;
}

button.close {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 2rem;
  border-radius: 100px;
  line-height: 1;
  width: 40px;
  transition: all 0.5s;
}

button.close:hover {
  background: #D7B04B;
  rotate: 180deg;
}

a.open_intercom.chat-icon {
  float: left;
  width: 20px;
  height: 20px;
  background: url(/images/chat-icon-sprite.png) no-repeat;
  background-size: 100% auto;
  margin-left: 1rem;
}

h6 a.open_intercom.chat-icon {
  margin-top: 5px;
}

a.open_intercom.chat-icon:hover {
  background-position-y: -20px;
}

a.dinotable-mylvTextCell.davinci.button {
  width: 200px;
  text-align: center;
  background: #000;
  line-height: 2;
  font-size: 1rem !important;
}

#timeline .row.timeline:first-of-type {
  border-top: 1px solid #888888;
}
#timeline .row.timeline {
  background: #3a3a3a;
}
#timeline .row.timeline .flex-column.dinotable-mylvTextCell {
  border-left: 1px solid #888888;
  border-bottom: 1px solid #888888;
}
#timeline .row.timeline .flex-column.dinotable-mylvTextCell:last-of-type {
  border-right: 1px solid #888888;
}

#timeline.row > * {
  padding: 0;
}

#top .image-overlay .image-overlay-inside,
#top .image-overlay.overlay-type-extern {
  display: none !important;
}

/*----------- FOOTER ------------*/
#top #footer {
  padding-bottom: 0;
  border-top: 1px solid #eaeaea;
}
#top #footer p#socials {
  display: none !important;
}
#top #footer p#hub {
  display: block !important;
}
#top #footer p#hub img {
  width: 200px;
  height: auto;
}

/*----------- MEDIA QUERIES ------------*/
@media only screen and (min-width: 1300px) {
  .modal-lg {
    --bs-modal-width:1280px;
  }
}
@media only screen and (max-width: 768px) {
  .dinotable-mylvRow {
    margin-top: 0px;
  }
}
/*********** Vasu CSS ************/
body #top h2 {
  font-size: 1.4rem;
  line-height: 1em;
}

body #top h3 {
  font-size: 1.2rem;
  line-height: 1em;
}

#top textarea {
  margin: 0em;
}

.dinotable-mylvBrandPrimaryColor {
  color: #D7B04B !important;
}

.dinotable-mylvAlertStatus {
  background-color: #D7B04B;
  color: #000000 !important;
  padding: 0.2em 1em !important;
  border-radius: 0px;
  border-style: none !important;
  font-weight: normal !important;
  font-size: 0.8rem !important;
  margin: 0px auto;
  text-align: left;
  max-width: 500px;
  display: block;
  position: fixed !important;
  left: auto;
  right: -100%;
  opacity: 1;
  transition: 0.5s all ease-in-out;
  top: 3%;
  width: auto;
}

.dinotable-mylvAlertStatus.active {
  right: 5%;
}

.dinotable-mylvCustomFontSize1 {
  font-size: 0.8rem;
}

.dinotable-mylvCustomWidth-35 {
  width: 35%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.dinotable-mylvCustomWidth-70 {
  width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.dinotable-mylvCustomWidth-55 {
  width: 55%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.dinotable-mylvElementColumn {
  border-style: none;
  font-weight: 400;
  text-align: left;
  color: #000;
  font-size: 0.9rem;
  padding: 8px;
  word-break: break-word;
  display: flex;
  align-items: baseline;
  flex-direction: column;
}

.dinotable-mylvElementColumn-center {
  border-style: none;
  font-weight: 400;
  text-align: left;
  color: #000;
  font-size: 0.7rem;
  padding: 8px;
  word-break: break-word;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
}

.dinotable-mylvElementTitle {
  text-align: center;
  font-size: 1.5rem;
  margin: 0px auto;
}

.dinotable-mylvElementSubTitle {
  text-align: center;
}

.dinotable-mylvElementSubTitle h3 {
  margin: 8px 0 15px !important;
}

.dinotable-mylvElementTitle h2 {
  font-size: 1.5rem;
}

.dinotable-mylvElementTitle h2,
.dinotable-mylvElementSubTitle h3 {
  margin: 8px auto 15px !important;
}

.dinotable-mylvElementSubTitle h3 {
  font-size: 1.3em;
  margin-bottom: 0em !important;
}

.dinotable-mylvElementActionIcons {
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 0em;
}

.dinotable-mylvElementBackNavigation {
  text-align: left;
}

.dinotable-mylvElementDivider {
  margin: 0.5rem 0;
}

.dinotable-mylvElementSelectFilter {
  flex-direction: row;
  justify-content: center;
  padding: 0;
  align-items: center;
  display: flex;
  font-size: 0.8em;
  color: #fff;
}

.dinotable-mylvElementSelectFilter .dinotable-mylvText {
  color: #fff !important;
}

.dinotable-mylvElementButtons {
  margin-top: 1em;
}

.dinotable-mylvElementButtons button {
  display: inherit;
  margin: 0.5em auto;
  border-radius: 5px !important;
}

.dinotable-mylvElementAddOther .dinotable-mylvTextInput {
  margin-top: 0.65em;
}

.dinotable-mylvElementButtons button:not(.cancel-button) {
  background-color: #D7B04B !important;
  color: #fff !important;
  border-radius: 3px;
  border: 2px solid #D7B04B !important;
  padding: 0.5em 1em;
  font-weight: 400;
}

.dinotable-mylvElementButtons button:not(.cancel-button):hover {
  background-color: transparent !important;
  color: #000 !important;
  border-radius: 3px;
  border: 2px solid #D7B04B !important;
}

.dinotable-mylvElementButtons .cancel-button {
  background-color: transparent !important;
  border: none;
  color: #000 !important;
  margin-top: -0.5em;
  font-weight: 600;
}

.dinotable-mylvElementButtons .cancel-button:hover {
  color: #D7B04B;
}

.btn-primary .spinner-border {
  display: none;
  margin-right: 5px;
}

.dinotable-mylvElementButtons .spinner-border {
  display: none;
  margin-right: 5px;
}

.active .spinner-border {
  display: inline-block;
}

.dinotable-mylvElementSection {
  border-radius: 1px;
  margin: 0em auto;
  padding: 1em 2em;
}

.dinotable-mylvheader {
  background-color: #3a3a3a;
  position: relative;
  top: 0.05em;
  margin: 0em !important;
  padding: 0.7em 1em;
  display: inline-block;
  border: 1px solid #fff;
  border-bottom: 0px;
}

#divDinotable-mylvLogin, #divDinotable-mylvNewMember, #divDinotable-mylvForgotPassword {
  width: 50%;
}

.dinotable-mylvProjectJobRow {
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: 10px;
  cursor: ew-resize;
  -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
/* Hide scrollbar for IE, Edge and Firefox */
.dinotable-mylvProjectJobRow {
  -ms-overflow-style: none;
}

.dinotable-mylvProjectJobRow::-webkit-scrollbar-track {
  background-color: #000000;
}

.dinotable-mylvProjectJobRow::-webkit-scrollbar {
  height: 4px;
}

.dinotable-mylvProjectJobRow::-webkit-scrollbar-thumb {
  background-color: #D7B04B;
}

.dinotable-mylvRecordID {
  margin-top: -1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #575555;
  padding-bottom: 1em;
}

.dinotable-mylvToggle {
  display: flex;
  overflow: hidden;
  justify-content: center;
}

.dinotable-mylvToggle input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.dinotable-mylvToggle label {
  color: #000;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  font-weight: 600;
  margin-right: -1px;
  border: 1px solid #000;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
}

.dinotable-mylvToggle label:hover {
  cursor: pointer;
  transition: 0.1s all ease-in-out;
}

.dinotable-mylvToggle input:checked + label {
  background-color: #D7B04B;
  box-shadow: none;
  color: #F9F6EE;
  transition: 0.1s all ease-in-out;
}

#dinotable-mylvIsCrew .dinotable-mylvToggle {
  justify-content: center;
}

#dinotable-mylvIsCrew .dinotable-mylvToggle label {
  font-size: 1.1em;
}

.dinotable-mylvToggle label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.dinotable-mylvToggle label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.dinotable-mylvSubContent {
  font-size: 0.8em !important;
}

.dinotable-mylvIsCrewContent {
  display: none;
}

.dinotable-mylvFpocContent {
  display: none;
}

.dinotable-mylvAddOtherButton .dinotable-mylvElementButtons button {
  font-size: 1em;
}

.dinotable-mylvElementWhatsApp {
  flex-direction: row;
  margin-top: 1.5em;
  width: 25%;
}

.dinotable-mylvElementWhatsApp input {
  margin: 0em 1em;
}

.dinotable-mylvCustomCheckbox {
  flex-direction: row-reverse;
  justify-content: center;
}

.dinotable-mylvCustomCheckbox input {
  margin: 0em 0.5em;
}

.dinotable-mylvElementColumn > span:first-child {
  color: #4a4a4a;
  font-size: 0.8em;
}

.dinotable-mylvAfflicationContent {
  display: none;
}

.dinotable-mylvElementColumn > span.dinotable-mylvText:last-child {
  padding-left: 5px;
}

.dinotable-mylvElementAddOther {
  border: 1px solid #888888;
  border: 1px solid #002349;
  background-color: #446e9b;
}

.dinotable-mylvAddOtherButton .dinotable-mylvElementButtons button {
  background-color: #000000 !important;
  color: #fff !important;
  border-radius: 0px !important;
  width: 97%;
  margin: 0em auto;
  padding: 0.9em 0.4em;
  text-transform: uppercase;
  font-size: 0.8em;
  border-color: #000000 !important;
}

.dinotable-mylvAddOtherButton .dinotable-mylvElementButtons button .spinner-border.spinner-border-sm {
  display: none !important;
}

.dinotable-mylvAddOtherButton .dinotable-mylvElementButtons button:hover {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #000000 !important;
}

.dinotable-mylvAssetAddOtherButton {
  padding: 1em 0.7em 2em;
  margin-top: 0em;
}

.dinotable-mylvAssetAddOtherButton .dinotable-mylvElementButtons {
  margin-top: 0em;
}

.dinotable-mylvElementColumn .dinotable-mylvCheckboxInput {
  margin-left: 8px;
  padding: 0em 0em !important;
  background-color: #fff !important;
  height: 21px !important;
  width: 21px;
}

.dinotable-mylvElementColumn.newSelectContainer {
  flex-direction: column;
  align-items: initial;
}

/********** User Page ***********/
.nav.ph-tabs.nav-tabs {
  border: 0px;
  margin: 0px;
}

.nav.ph-tabs.nav-tabs li.nav-item {
  border: 0px !important;
}

.nav.ph-tabs li a {
  background-color: #1a1a1a;
  border: 1px solid #5a5a5a;
  border-radius: 0px;
  color: #000;
  font-size: 0.7em;
  border-bottom-color: #000 !important;
  border-bottom-width: 1px !important;
  margin: 0px;
  padding: 0.6em 0.5em;
}

.nav.ph-tabs li a.active {
  background-color: #3a3a3a;
  color: #000;
  border-width: 1px 1px 0px 1px !important;
  margin-top: 0px;
  padding-bottom: 0.7em;
}

.nav.ph-tabs li a[disabled=""] {
  opacity: 0.5;
  pointer-events: none;
}

.ph-content.tab-content {
  background-color: #3a3a3a;
  border: 1px solid #000;
  border-top-width: 0px;
  padding: 1em 1em 1em;
}

#chkDinotable-mylvEditWhatsApp, #chkDinotable-mylvViewWhatsApp, #chkDinotable-mylvInsertWhatsApp {
  margin-left: 1em !important;
}

.ph-content.tab-content .tab-pane .d-block.d-sm-none.text-center h3 {
  color: #D7B04B;
}

.custom-file #fleDinotable-mylvEditResume {
  font-size: 1em;
  width: 100%;
}

.accordion-item {
  color: inherit;
  background-color: transparent;
  border: 0px;
}

.accordion-button {
  background-color: #3a3a3a !important;
  color: #fff !important;
}

.accordion-button:not(.collapsed)::after, .accordion-button::after {
  filter: invert(100) brightness(100);
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.dinotable-mylvTextCell ul {
  padding-left: 0px;
}

.dinotable-mylvRequirement a.fas,
.dinotable-mylvRequirement a.fa-brands,
.dinotable-mylvRequirement i.fas {
  font-size: 1.25em;
  margin: 0.5em 0.25em 0;
}

.dinotable-mylvTextCell li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}

.dinotable-mylvControlIcons {
  display: flex;
  justify-content: right;
}

.dinotable-mylvBackIcons {
  display: flex;
  justify-content: left;
}

/* the important stuff */
.tooltip,
.arrow:after {
  background: #3a3a3a;
  border: 1px solid white;
}

.tooltip {
  pointer-events: none;
  opacity: 0;
  display: inline-block;
  position: absolute;
  padding: 10px 20px;
  color: white;
  border-radius: 3px;
  margin-top: 20px;
  text-align: center;
  font: 16px "Poppins", Sans-Serif;
  /*   font-stretch: condensed;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 0 7px black; */
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
}

.tooltip.active {
  opacity: 1;
  margin-top: 5px;
  transition: all 0.2s ease;
}

.tooltip.out {
  opacity: 0;
  margin-top: -20px;
}

.select2-dropdown {
  background-color: #a6a6a6;
  border: 1px solid #aaa;
  font-size: 0.9em;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #333;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #333;
}

.select2-container--default .select2-selection--single {
  background-color: #e3e3e3;
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: #000;
}

.select2-container.select2-container--default {
  position: relative !important;
  width: auto !important;
  top: 0 !important;
  left: 0 !important;
}

.select2-container.select2-container--default > .select2-dropdown.select2-dropdown--below {
  width: 100% !important;
}

.select2-dropdown {
  position: unset !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #aaa !important;
}

#top .newSelectContainer .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline input {
  background-color: transparent !important;
  border: none !important;
  width: 100% !important;
}

#top .select2-search.select2-search--inline input:focus {
  outline: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #cecece;
  max-width: 95%;
  overflow: clip;
}

.select2-search__field:focus {
  outline: none !important;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
  color: #000;
  white-space: nowrap;
  overflow: clip;
  text-overflow: ellipsis;
}

.select2-results__options[aria-multiselectable=true] .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #1a1a1a;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}

.select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #1a1a1a;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #446e9b;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #446e9b;
  color: #fff;
}

.select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #D7B04B;
  border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
  border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 0.2em 1em;
}

/* width */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

/* Handle */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #d4af37;
  border-radius: 5px;
}

.select2-container .select2-search--inline {
  width: 100%;
}

/* Handle on hover */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #d4af37;
}

input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.tox-mbtn {
  background-color: initial !important;
  color: #000 !important;
}

.tox-tbtn {
  background-color: initial !important;
  color: #000 !important;
}

.tox-listbox {
  color: #000 !important;
  background-color: initial !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dinotable-mylvAlertStatus {
    top: 4%;
  }
  .dinotable-mylvAlertStatus.active {
    right: 12%;
  }
  .nav.ph-tabs li a {
    padding: 0.5em 0em;
    font-size: 0.7em;
  }
  .nav.ph-tabs li a.active {
    padding-bottom: 0.6em;
  }
}
@media only screen and (max-width: 1024px) {
  .dinotable-mylvCustomWidth-70 {
    width: 100%;
  }
  .dinotable-mylvCustomWidth-55 {
    width: 100%;
  }
  .w-25 {
    width: 100% !important;
  }
  .dinotable-mylvCustomWidth-35 {
    width: 100%;
  }
  .dinotable-mylvHeaderTitle {
    font-size: 0.95rem !important;
  }
  .navbar-toggler {
    background-color: transparent !important;
  }
  #divDinotable-mylvLogin, #divDinotable-mylvNewMember, #divDinotable-mylvForgotPassword {
    width: 100%;
  }
  .dinotable-mylvElementSection {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .row.dinotable-mylvHeader {
    margin-bottom: 2em;
  }
  .dinotable-mylvHeaderRow {
    padding: 0em 0em;
  }
  .ph-content.tab-content {
    border: 0px;
    background-color: transparent;
    margin: 0px;
  }
  .ph-content.tab-content .tab-pane {
    border-top: 1px solid #000;
    margin-top: 2em;
    display: block;
    opacity: 1;
  }
  #gear .fs-6 {
    font-size: 1em !important;
  }
  .dinotable-mylvElementWhatsApp {
    margin-top: 0.5em;
    width: 100%;
  }
  .dinotable-mylvElementSection {
    padding: 1em 0em;
  }
  .dinotable-mylvAlertStatus {
    top: 15%;
    text-align: center;
  }
  .dinotable-mylvAlertStatus.active {
    right: 50%;
    transform: translateX(50%);
  }
}/*# sourceMappingURL=mylv.css.map */