body {
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 16px;
  color: #263c4a
}

input,
textarea,
select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #263c4a;
  outline: none !important;
}

.mozagim,
.mozag {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  padding-left: 55px;
  padding-right: 55px;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .mozagim,
.mozag {
  padding-left: unset;
  padding-right: unset;
  margin-top: 20px;
  }
}

.details span {
  padding: 5px;
  background: none !important;
}

.mat-expansion-panel-header {
  height: auto !important;
  ;
}

.search {
  margin-left: auto;
  margin-right: auto;
}

li {
  list-style: none;
}

.mat-expansion-indicator {
  position: absolute;
  float: right;
  background-image: url("assets/img/plus.png");
  background-repeat: no-repeat;
  border: none;
}

.mat-expansion-panel {
  box-shadow: none !important;
}

.detailsProp .rowDetails {
  display: block;
}

.detailsProp .rowDetails .name {
  font-weight: bold;
}

.mat-content {
  display: block !important;
}

select {
  width: 50%;
  padding: 5px;
}

article {
  margin-bottom: 25px;
  min-height: 350px;
}

.DataField a {
  font-size: 14px;
}

.sendBtn .btn-primary {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #285c7e;
  border-color: #285c7e;
}

.right {
  border-left: lightgrey 1px solid;
}

.allMozagim .col-md-1,
.allMozagim .col-md-2,
.allMozagim .col-md-3,
.allMozagim .col-md-4,
.allMozagim .col-md-5 {
  padding: 5px;
}

.allMozagim .titleDiv span {
  font-weight: bold;
  background: none !important;
}

.left button {
  color: #337AB7;
  background: none;
  border: none;
  text-decoration: underline;
  float: left;
}

.imgPlus {
  width: 29px;
  left: 0;
  bottom: 0;
  position: absolute;
}

.allMozagim .mozagHeder {
  padding-right: 0;
  padding-left: 0;
  background: #F4F5F6;
  margin-bottom: 5px;
  min-height: 80px;
}

.left .constText {
  color: #A8B1B6;
  margin-bottom: 30px;
}

.right,
.left {
  margin-bottom: 50px;
}

.details span .DataField {
  text-align: left;
  padding-left: 20px;
}

.breadcrumbs-gov li {
  display: inline;
}

.breadcrumbs-gov li:not(:last-child):after {
  content: '';
  border: solid #000;
  border-width: 0 0 1px 1px;
  display: inline-block;
  margin: 2px 3px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.breadcrumbs-gov li a {
  color: #285c7e !important;
}

@media (min-width: 992px) {
  .h1 {
    font-size: 55px;
    line-height: 1
  }
}