/* .form-type-checkbox,
.form-type-select{
  position: relative;
  display: inline-block;
  margin-right:10px;
}

form .buttons-wrapper input[type=submit]{
  max-width: 250px;
}


.clause-matrix-box{
  padding: 15px;
  margin-top: 10px;
  font-size: 12px;
  border-spacing:0.75em;
  color: #0D3C55;
  border:1px solid #ccc;
  border-radius:5px;
  box-shadow:2px 2px 2px #bbb;
  background:#ffffff;
  background:-moz-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  background:-ms-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  background:-o-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  background:linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 )
}

.clause-matrix-box label {
  text-decoration: none;
  color: #27324B;
  min-width: 100px;
  font-size: 14px;
  font-weight: bold;
}

form.far-clause-matrix{
  margin:10px;
}


#clause-matrix-far-view_filter {
  float: left;
}

#clause-matrix-far-view_filter input{
  border: 1px solid #ccc;
  padding: 5px;
}


#clause-matrix-far-view_wrapper .dt-buttons{
  float: right;
}


#legend-usage{
  border-bottom: #eff4f6 solid;
}

.legend-row {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  border-top: #eff4f6 solid;
  border-left: #eff4f6 solid;
  border-right: #eff4f6 solid;

  font-size: 90%
}

.legend-row > div {
  justify-content: space-between;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.legend-row span:first-child{
  width: 100px;
  min-width: 100px;
  padding-left: 10px;
}

.legend-row span:last-child{
  padding-left: 10px;
}


.legend-row a{
  color: #0f4e86;
  text-decoration: underline;
}

.legend-heading{
  border-top: #eff4f6 solid;
  border-left: #eff4f6 solid;
  border-right: #eff4f6 solid;
  text-align: left;
  padding-left: 10px;
}

div.dataTables_wrapper {
  width: 100%;
  margin: 20px auto;
}

.dataTables_scrollBody {
  max-height: 100% !important;
}

.clause-matrix-box select {
  border: 1px solid #27324b;
  border-radius: 10px;
  padding: 7px 10px;
  min-width: 100px;
  max-width: 100px;
  width: 100%;
}

caption {
  margin-bottom: 5px;
}

@media screen and (min-width: 760px) {
  .legend-row > div {
    width: 50%;
  }
} */
/* f9f9f9 */

