.user-logged-in.path-user {
  background: none;
}
.user-logged-in.path-user:before {
  display: none;
}
.path-not-authorized .main-container,
.path-not-found .main-container {
  text-align: center;
  padding-top: 120px;
}
.path-user,
.path-not-authorized,
.path-not-found {
  background: url(../../images/background.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.path-user:before,
.path-not-authorized:before,
.path-not-found:before {
  background-color: rgba(255, 255, 255, 0.7);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.path-user .page-header,
.path-not-authorized .page-header,
.path-not-found .page-header {
  border: none;
}
.main-logo .block-title {
  -webkit-text-stroke: 0.5px #887f7f;
  font-size: 20px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.88);
}
.user-login-form .form-item,
.user-pass .form-item {
  position: relative;
}
.user-login-form .form-item:before,
.user-pass .form-item:before {
  left: 5px;
  top: 12px;
  color: #fff;
  background: #65a2e8;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  content: "\f007";
  font-size: 18.5px;
  font-family: FontAwesome;
}
.user-login-form .form-item-pass:before,
.user-pass .form-item-pass:before {
  content: "\f13e";
}
.user-login-form .form-control,
.user-pass .form-control {
  border-radius: 10px;
  border: solid 3px #65a2e8;
  background: none;
  padding: 20px 35px;
}
.user-login-form ::placeholder,
.user-pass ::placeholder {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
.user-login-form .help-block,
.user-pass .help-block {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
.user-login-form .form-submit,
.user-pass .form-submit {
  margin-right: 0;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 10px;
  background-color: #65a2e8;
  border-color: #65a2e8;
  padding: 10px 0px;
  width: 100%;
}
.user-login-form .form-submit:hover,
.user-pass .form-submit:hover,
.user-login-form .form-submit:focus,
.user-pass .form-submit:focus {
  background: #b12711;
  border-color: #b12711;
}
.user-login-form .form-submit span,
.user-pass .form-submit span {
  display: none;
}
.password-link span,
.login-link span {
  display: none;
}
.password-link a,
.login-link a {
  font-size: 13px;
  color: #000;
  text-decoration: none;
}
.password-link a:hover,
.login-link a:hover,
.password-link a:focus,
.login-link a:focus {
  color: #b12711;
}
#bottom-part {
  padding: 0;
}
.language-switcher-language-url ul {
  padding: 0;
}
.language-switcher-language-url ul li {
  list-style-type: none;
}
.language-switcher-language-url ul li a {
  color: #b12711;
  font-size: 14px;
}
.language-switcher-language-url ul li a.is-active {
  display: none;
}
.menu--dashboard {
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .menu--dashboard {
    margin-top: 50px;
  }
}
.menu--dashboard li {
  display: inline-block;
  width: 33%;
  margin-bottom: 150px;
  position: relative;
}
.menu--dashboard li:before {
  content: " ";
  border-right: 1px solid #000;
  height: 60px;
  width: 16px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
@media (max-width: 480px) {
  .menu--dashboard li:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu--dashboard li {
    width: 50%;
    float: left;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .menu--dashboard li {
    width: 100%;
    float: left;
  }
}
.menu--dashboard li a {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 0;
  font-size: 22px;
  font-weight: normal;
  color: #000;
}
@media (max-width: 991px) {
  .menu--dashboard li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .menu--dashboard li a {
    font-size: 16px;
  }
}
.menu--dashboard li a:hover,
.menu--dashboard li a:focus {
  background: none;
  color: #ad2815;
}
.menu--dashboard li a:hover:before {
  /*background-color: #aca9a97a;*/
}
.menu--dashboard li a:before {
  content: " ";
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  background-position: center;
  width: auto;
  min-height: 190px;
  /* border: solid 3px #707070; */
  /* border-radius: 100%; */
  background-image: url(../../images/default.png);
  height: 100%;
}
.menu--dashboard li a.client:before {
  background-image: url(../../images/client.png);
}
.menu--dashboard li a.delivery:before {
  background-image: url(../../images/delivery.png);
}
.menu--dashboard li a.item:before {
  background-image: url(../../images/items.png);
}
.menu--dashboard li a.maintenance:before {
  background-image: url(../../images/maintenance.png);
}
.menu--dashboard li a.quotation:before {
  background-image: url(../../images/quotation.png);
}
.menu--dashboard li a.spare-part:before {
  background-image: url(../../images/spare-part.png);
}
.menu--dashboard li a.tasks:before {
  background-image: url(../../images/tasks.png);
}
.menu--dashboard li a.order:before {
  background-image: url(../../images/order.png);
}
.menu--dashboard .first:before {
  display: none;
}
.menu--dashboard li:nth-child(4):before,
.menu--dashboard li:nth-child(7):before,
.menu--dashboard li:nth-child(10):before {
  display: none;
}
@media (max-width: 767px) {
  .menu--dashboard li:nth-child(4):before,
  .menu--dashboard li:nth-child(7):before,
  .menu--dashboard li:nth-child(10):before {
    display: block;
  }
}
@media (max-width: 480px) {
  .menu--dashboard li:nth-child(4):before,
  .menu--dashboard li:nth-child(7):before,
  .menu--dashboard li:nth-child(10):before {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu--dashboard li:nth-child(3):before,
  .menu--dashboard li:nth-child(5):before,
  .menu--dashboard li:nth-child(7):before,
  .menu--dashboard li:nth-child(9):before {
    display: none;
  }
}
.path-user .field--name-field-user-name,
.path-user .field--name-user-picture {
  padding-top: 20px;
}
.path-user .form-type-item h4.label {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  margin: 0;
  padding: 0;
}
.main-logo .field--name-body {
  padding: 20px 0px 0px;
}
