/*------------- #VARIABLES --------------*/
.grid.simple.grid-radius .grid-title {
  background-color: transparent;
  border: none;
  padding: 0;
}
    .grid.simple.grid-radius .grid-title .form-title {
        border-radius: 13px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        float: left;
        font-weight: 700;
        color: #fff;
        padding: 10px 30px;
        background: #27c4b9;
        background: -moz-linear-gradient(left, #27c4b9 0%, #1bb3a8 100%);
        background: -webkit-linear-gradient(left, #27c4b9 0%, #1bb3a8 100%);
        background: linear-gradient(to right, #27c4b9 0%, #1bb3a8 100%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27c4b9', endColorstr='#1bb3a8', GradientType=1);
    }
.grid.simple.grid-radius .grid-title .breadC {
  padding-top: 10px !important;
}
.grid.simple.grid-radius .grid-title .breadC li {
  color: #505458;
  padding: 0 5px;
  font-weight: 400;
}
.grid.simple.grid-radius .grid-title .breadC li:first-child:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #27c4b9;
  border-radius: 5px;
  margin: 0 10px 3px 0;
}
.grid.simple.grid-radius .grid-title .breadC > li + li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 10px;
  color: #27c4b9;
}
.grid.simple.grid-radius .grid-body {
  border-radius: 13px;
  border-top-left-radius: 0;
  box-shadow: 3px 3px 11px 1px #b5b5b5;
}
.grid.simple.grid-radius .checkbox.check-success input[type=checkbox]:checked + label:before {
    background-color: #00589f;
    border: 1px solid #00589f;
}

.btn-success {
  background-color: #27c4b9;
}
.btn-success:hover {
  background-color: #07978c;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success{
  background-color: #27c4b9;
}
.btn-radius {
    border-radius: 20px;
    box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.3)
}
.btn-radius:hover {
  box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.7);
}

table.table-radius {
  border-radius: 13px;
  border-color: #C0C0C0 !important;
  border-collapse: separate !important;
}
table.table-radius tr {
  border-color: #C0C0C0 !important;
}
table.table-radius tr:first-child {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
table.table-radius tr:first-child td:first-child {
  border-top-left-radius: 13px;
}
table.table-radius tr:first-child td:last-child {
  border-top-right-radius: 13px;
}
table.table-radius tr:last-child {
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
table.table-radius tr:last-child td:first-child {
  border-bottom-left-radius: 13px;
}
table.table-radius tr:last-child td:last-child {
  border-bottom-right-radius: 13px;
}
table.table-radius tr td .important-star {
  color: #f44336;
  font-size: 20px;
  padding: 0 5px 0 0;
}
table.table-radius tr td .JdataPicker {
  max-width: 150px;
}
table.table-radius tr td .JdataPicker.input-append.success .add-on {
  background-color: #27c4b9;
}
table.table-radius tr td .JdataPicker.input-append.success .add-on .arrow {
  color: #27c4b9;
}
table.table-radius tr td .checkbox-group {
  margin-top: -8px;
}
table.table-radius tr td .checkbox-group .checkbox-control {
  width: 150px;
}
table.table-radius tr td input.length_postcode {
  max-width: 80px;
  margin: auto;
}
table.table-radius tr td input.length_phone {
  max-width: 116px;
}
table.table-radius tr td input.length_name {
  max-width: 120px;
}
    table.table-radius .table-radius-title {
        background-color: #f0fbfd;
        color: #00589f;
        font-weight: 700;
        text-align: center;
    }
