/* resources/sass/app.scss */
.MuiTab-textColorPrimaryCustom {
  font-weight: bold !important;
}
.MuiTab-textColorPrimaryCustom .MuiTab-textColorPrimaryCustom.Mui-selected {
  border-bottom: 3px solid #4aabe6 !important;
}
#logo-container {
  min-height: 45px;
  text-align: left;
  padding-left: 30px;
  width: 80%;
}
#logo-container img {
  width: 80%;
  max-width: 200px;
  padding: 30px 20px;
}
.help-icon {
  position: absolute;
  top: 35%;
  right: -30px;
}
[role=alert] {
  position: fixed;
  z-index: 999999;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#navigation-bar-content {
  padding-left: 20px;
  position: relative;
}
#navigation-bar-content ul {
  padding: 0;
  margin-top: 20px;
}
#navigation-bar-content li {
  margin-left: 30px;
  padding: 10px 0px;
  list-style: none;
  font-size: 14px;
  display: inline-block;
}
#navigation-bar-content li a.active {
  color: #11a9e5;
}
#navigation-bar-content li a {
  color: #747475;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  padding-top: 5px;
}
#navigation-bar-content li a::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#navigation-bar-content li svg {
  display: inline-block;
  float: left;
  padding-right: 5px;
  height: 16px;
  color: #747475;
  font-size: 16px;
}
h4 {
  color: #002f5e;
  font-size: 17px !important;
  font-weight: normal;
}
#app-content {
  padding: 20px 40px 0px 40px;
  margin: 0 auto;
}
.MuiButton-outlinedPrimary {
  color: #11a9e5 !important;
  border: 1px solid rgb(74, 171, 230) !important;
}
#app-wrapper {
  background-color: #fdfdfd;
}
#app-wrapper #app-bar-container {
  border-bottom: 1px solid #e6e6e6;
}
#app-wrapper #app-bar {
  background-color: white;
  display: block;
  min-height: 70px;
  position: relative;
}
#app-wrapper #app-header {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f9f6f6;
  margin-bottom: 25px;
}
#app-wrapper #app-header h1 {
  color: #403e3e;
}
#app-wrapper .card {
  width: 100%;
  margin: 0px 40px 40px 0px;
}
#app-wrapper .card.no-margin {
  margin: 0 !important;
}
#app-wrapper .card .card-button {
  padding: 0px 15px 0px 15px;
}
#app-wrapper .card .card-title {
  padding-left: 20px;
  padding-top: 15px;
}
#app-wrapper .card .card-content {
  margin: 0 auto;
  padding: 20px;
}
#app-wrapper .card {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #f3f1f1;
  box-shadow: 2px 2px 8px 1px #f5f5f5;
  width: 100%;
}
#app-wrapper h3 {
  color: #403e3e;
  font-size: 22px;
}
#app-wrapper .MuiTablePagination-actions button {
  margin: 0 !important;
}
#app-wrapper .MuiButtonGroup-contained,
#app-wrapper .MuiButtonGroup-groupedContainedPrimary {
  box-shadow: none !important;
  margin-top: 0 !important;
}
#app-wrapper .MuiButtonGroup-contained span,
#app-wrapper .MuiButtonGroup-groupedContainedPrimary span {
  font-size: 14px;
}
.WithStyles\(ForwardRef\(MenuItem\)\)-root-6:focus {
  background-color: #3c8bbf !important;
}
#project-add {
  position: absolute;
  top: 30%;
  right: 0;
}
.MuiFab-primary {
  color: #fff;
  background-color: #3c8bbf !important;
}
.MuiFab-primary:hover {
  background-color: #2e6c94 !important;
}
.MuiDropzoneArea-root p {
  font-size: 18px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MuiDropzoneArea-root .MuiDropzonePreviewList-image {
  height: 50px;
}
.MuiDialog-paperWidthSm {
  width: 100%;
}
input:disabled,
.Mui-disabled {
  background-color: #eeeeee;
}
#user-login {
  padding: 10px 0px;
}
#user-login button {
  margin-top: 20px !important;
  font-size: 18px !important;
}
#login-actronselect-bg {
  background-image: url(../../img/login-bg.jpg);
  background-size: cover;
  position: relative;
}
#login-actronselect-bg img {
  position: absolute;
  left: 0;
  top: 42%;
  z-index: 2;
  right: 0;
  margin: 0 auto;
  height: 60px;
}
#login-actronselect-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#login-wrapper {
  max-width: 1000px;
  margin: 0px auto;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  box-shadow: 1px 1px 1px 1px #e6e6e6;
  overflow: hidden;
  background-color: white;
}
.img-responsive {
  width: 100%;
}
.input-wrapper {
  padding: 20px;
  margin: 0 auto;
  width: 100%;
}
#login-welcome {
  width: 100%;
  text-align: center;
  padding-top: 40px;
  min-height: 500px;
  color: #545454;
  background-color: white;
  position: relative;
}
#login-welcome #forgot-password-link {
  text-align: left;
  margin: 7px 0px 0px 5px;
}
#login-welcome h2 {
  margin-bottom: 5px;
}
#login-welcome p#registration-welcome {
  padding: 10px 10px;
}
#login-welcome .MuiFormHelperText-contained {
  margin: 0 5px;
  padding: 5px 0px;
  font-weight: bold;
  color: #e42222;
}
#login-welcome img.logo-welcome {
  max-width: 300px;
}
#register-thank-you {
  padding: 30px;
  min-height: 500px;
  font-size: 18px;
  position: relative;
}
#project-units {
  padding: 20px;
}
#save-and-add-unit {
  margin-right: 10px !important;
}
#search-btn {
  margin-left: 10px !important;
}
#selections {
  margin: 40px auto;
  min-height: 300px;
}
#selections .MuiAccordion-root.Mui-expanded {
  padding: 0 !important;
  margin: 0 !important;
}
#selections p {
  margin: 2px;
  font-size: 13px;
  width: 100%;
}
#selections .selection-title {
  font-weight: bold;
  display: inline-block;
  width: 70%;
}
#selections h2 {
  font-weight: bold;
  color: #002c55;
  font-size: 20px;
  margin-bottom: 25px;
  margin-left: 10px;
  display: inline-block;
  margin-right: 20px;
}
#selections .MuiGrid-item {
  margin: 0px 0px !important;
}
#selections h3 {
  width: 100%;
  font-weight: bold;
  color: #002c55;
  font-size: 16px;
}
#selections h4 {
  font-size: 14px !important;
}
#selections .selection-details-container {
  width: 100%;
}
#selections .selection-details-container.border-right {
  border-right: 1px solid #e6e6e6;
}
#selections #change-inputs {
  text-align: left;
}
#selections #selection-specifications {
  padding: 7px 20px;
  max-width: 250px;
}
#selections #selection-specifications.fixed {
  margin-top: 20px;
  position: fixed;
  top: 0;
  left: 3%;
}
#selections #selection-specifications #project-details-header {
  padding-left: 10px;
}
#selections #selection-specifications .MuiGrid-container {
  height: 100%;
}
#selections #selection-specifications .selection-title {
  width: 155px !important;
}
#selections #selection-specifications #inputs-container {
  margin-top: 20px !important;
  text-align: right;
}
#selections #selection-specifications #inputs-container button {
  margin: 5px 0px !important;
}
#selections .selection {
  padding: 10px;
  border: 1px solid #e6e6e6;
  position: relative;
  box-shadow: 0px 0px 10px 1px #f3f3f3;
  transition: ease-in box-shadow 0.2s;
}
#selections .selection.disabled {
  opacity: 0.1;
}
#selections .selection.disabled button {
  display: none;
}
#selections .selection.disabled * {
  cursor: not-allowed !important;
}
#selections .selection.disabled:hover {
  box-shadow: none;
}
#selections .selection .MuiAccordionSummary-expandIcon {
  position: absolute;
  bottom: -34px;
}
#selections .selection:hover {
  box-shadow: #e2e0e0 1px 6px 15px 5px;
}
#selections .selection .btn-container {
  width: 100%;
}
#selections .selection .btn-container button {
  margin: 25px 0px 0px 0px !important;
}
#selections .selection h3 {
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #002c55;
  font-size: 16px;
  margin-bottom: 30px;
}
#selections .selection h3:after {
  content: " ";
  display: block;
  padding-top: 10px;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  border-bottom: 3px solid #002c55;
}
#selections .selection .selection-image {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  max-height: 200px;
}
#selections .selection .MuiPaper-elevation1 {
  box-shadow: none !important;
}
#selections .selection .match {
  color: #4da6de;
}
#selections .selection .no-match {
  color: #9c2120;
}
#selections .selection-value {
  min-width: 50px;
  display: inline-block;
}
#project-actions button {
  margin: 5px !important;
}
.projects-link:before {
  content: " ";
  background-image: url(/img/svg/projects.svg);
  background-size: cover;
  height: 18px;
  width: 20px;
  color: #747474;
  display: inline-block;
  margin-right: 5px;
}
.products-link:before {
  content: " ";
  background-image: url(/img/svg/products.svg);
  background-size: cover;
  height: 18px;
  width: 20px;
  color: #747474;
  display: inline-block;
  margin-right: 5px;
}
.companies-link:before {
  content: " ";
  background-image: url(/img/svg/companies.svg);
  background-size: cover;
  height: 18px;
  width: 20px;
  color: #747474;
  display: inline-block;
  margin-right: 5px;
}
.profiles-link:before {
  content: " ";
  background-image: url(/img/svg/my-profile.svg);
  background-size: cover;
  height: 18px;
  width: 20px;
  color: #747474;
  display: inline-block;
  margin-right: 5px;
}
.users-link:before {
  content: " ";
  background-image: url(/img/svg/user-account.svg);
  background-size: cover;
  height: 18px;
  width: 20px;
  color: #747474;
  display: inline-block;
  margin-right: 5px;
}
.settings-link:before {
  content: " ";
  background-image: url(/img/svg/settings.svg);
  background-size: cover;
  height: 18px;
  width: 20px;
  color: #747474;
  display: inline-block;
  margin-right: 5px;
}
.user-link {
  cursor: pointer;
  color: #909090;
  position: absolute;
  right: 200px;
  top: 38%;
  font-size: 14px !important;
}
.user-link svg {
  position: absolute;
  left: -30px;
  top: -3px;
}
.logout-link {
  color: #909090;
  text-decoration: none;
  display: block;
  font-size: 14px !important;
  position: absolute;
  right: 80PX;
  top: 37%;
}
.logout-link:hover {
  cursor: pointer;
}
.logout-link:before {
  content: " ";
  background-image: url(/img/svg/log-out.svg);
  background-size: cover;
  height: 17px;
  width: 20px;
  color: #747474;
  display: inline-block;
  margin-right: 5px;
}
#project-units h4 {
  margin-bottom: 5px;
}
#project-units b {
  display: inline-block;
}
#project-units .project-unit-container {
  border: 1px solid #e6e6e6;
  margin: 20px 0px;
  box-shadow: 1px 1px 10px 1px #e6e6e6;
}
#project-units .project-unit-container .project-unit p {
  font-size: 13px;
}
#project-units .project-unit-container .project-unit h4 {
  font-weight: bold;
}
#edit-user h3 {
  font-weight: 500;
}
#splash-page {
  padding: 5px;
  text-align: center;
  box-shadow: 1px 1px 6px 4px #e6e6e6;
  background-color: white;
  max-width: 1000px;
  margin: 20px auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  font-family: Verdana, sans-serif;
}
.text-center {
  text-align: center;
}
.divider {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  display: block;
  margin: 10px 0px;
}
#logged-in-status {
  padding-top: 15px;
  text-align: center;
  color: #909090;
  display: none;
}
h4 {
  color: #002f5e;
  font-size: 20px;
}
a {
  font-weight: bold;
  color: #3682b6;
}
#app {
  overflow: hidden;
}
body {
  background-color: #f9f9f9;
  margin: 0 !important;
}
.app-body {
  width: 100%;
}
.search-bar {
  display: flex;
  padding: 5px 20px;
  border: 1px solid #e6e6e6;
  margin-top: 7px;
}
.search-bar .MuiIconButton-root {
  color: #11a9e5;
}
#loader {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  min-height: 350px;
  position: relative;
}
#loader #loader-content {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
}
#loader img {
  margin: 0 auto;
  max-width: 300px;
  display: block;
  padding-bottom: 40px;
}
#loader p {
  left: 0;
  right: 0;
  font-size: 20px;
  color: #03a4e3;
}
.MuiButton-containedPrimary {
  background-color: #3c8bbf !important;
}
.MuiButton-containedPrimary:hover {
  background-color: #4d80a2 !important;
}
.MuiFormControlLabel-label {
  letter-spacing: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.input-field {
  margin: 0px 0px 10px 0px !important;
}
.alert {
  color: white;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 20px;
}
.alert.red {
  color: #f77e7e;
  border-top: 5px solid #f77e7e;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.alert.green {
  color: #2abf2a;
  border-top: 5px solid #2abf2a;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.alert.blue {
  background-color: #02a3e3;
}
.alert p {
  margin: 0 0px 0px 0px;
  text-align: center;
}
.MuiButton-contained,
.MuiButton-outlined {
  margin: 10px 0px 10px 0px !important;
}
.MuiButton-outlined {
  height: 56px;
}
.MuiDialog-root {
  z-index: 20 !important;
}
.MuiFormControl-fullWidth {
  margin: 0px 0px 12px 0px !important;
}
.fade-enter {
  opacity: 0;
  z-index: 1;
}
.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 250ms ease-in;
}
.MuiFormHelperText-root {
  font-size: 12px !important;
}
#equipment-selection {
  position: relative;
}
#equipment-selection h4 {
  margin-bottom: 0px !important;
  border-bottom: 1px solid #cbd7e2;
  padding-bottom: 10px;
}
#equipment-selection p {
  color: #002f5e;
  padding: 0 !important;
  margin: 0;
  font-size: 16px;
}
#equipment-selection .card-content {
  position: relative;
}
#equipment-selection .MuiFormControl-fullWidth {
  padding: 0 !important;
}
#equipment-selection #equipment-back-btn-top {
  position: absolute;
  top: 20px;
  right: 0;
}
.MuiFormLabel-asterisk {
  color: #ff6464;
}
