.navbar-collapse {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.container {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

body {
  margin: 0;
}

.bg {
  background-image: url('../img/body_background.png');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter:alpha(opacity=15);
  height:100%;
  width:100%;
}

.scroll {
  overflow: auto;
  margin: 0px 0px -50px 0px;
    }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 60px 0px 0px 0px;
  border-radius: 4px;
  position:relative;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: middle;
  border-top: 1px solid #0d747c;
}

.table thead > tr > th {
  vertical-align: middle;
  border-bottom: 2px solid #0d747c;
	text-align: center;
	padding: 15px 0;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #0d747c;
}

.table .table {
  background-color: #108a93;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #d6e9c6;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d6e9c6;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th {
  background: #dff0d8; /*d9edf7*/
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #e6ede8;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #0d747c;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #48ca3b;
  border-color: #55b932;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #3eb932;
  border-color: #4ca52d;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #df6e1e;
  border-color: #d2491c;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #c9631b;
  border-color: #bb4119;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #debb27;
  border-color: #d59521;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #ccab1f;
  border-color: #bf851d;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #0d747c;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.btn-okay {
  color: #ffffff;
  background-color: #ca3bc8;
  border-color: #ca3bc8;
}

.btn-okay:hover,
.btn-okay:focus,
.btn-okay:active,
.btn-okay.active,
.open .dropdown-toggle.btn-okay {
  color: #ffffff;
  background-color: #a827a6;
  border-color: #871c85;
}

.btn-okay:active,
.btn-okay.active,
.open .dropdown-toggle.btn-okay {
  background-image: none;
}

.btn-okay.disabled,
.btn-okay[disabled],
fieldset[disabled] .btn-okay,
.btn-okay.disabled:hover,
.btn-okay[disabled]:hover,
fieldset[disabled] .btn-okay:hover,
.btn-okay.disabled:focus,
.btn-okay[disabled]:focus,
fieldset[disabled] .btn-okay:focus,
.btn-okay.disabled:active,
.btn-okay[disabled]:active,
fieldset[disabled] .btn-okay:active,
.btn-okay.disabled.active,
.btn-okay[disabled].active,
fieldset[disabled] .btn-okay.active {
  background-color: #ca3bc8;
  border-color: #ca3bc8;
}


.btn-return {
  color: #ffffff;
  background-color: #3b42ca;
  border-color: #3b42ca;
}

.btn-return:hover,
.btn-return:focus,
.btn-return:active,
.btn-return.active,
.open .dropdown-toggle.btn-return {
  color: #ffffff;
  background-color: #2d33a8;
  border-color: #1b207d;
}

.btn-return:active,
.btn-return.active,
.open .dropdown-toggle.btn-return {
  background-image: none;
}

.btn-return.disabled,
.btn-return[disabled],
fieldset[disabled] .btn-return,
.btn-return.disabled:hover,
.btn-return[disabled]:hover,
fieldset[disabled] .btn-return:hover,
.btn-return.disabled:focus,
.btn-return[disabled]:focus,
fieldset[disabled] .btn-return:focus,
.btn-return.disabled:active,
.btn-return[disabled]:active,
fieldset[disabled] .btn-return:active,
.btn-return.disabled.active,
.btn-return[disabled].active,
fieldset[disabled] .btn-return.active {
  background-color: #3b42ca;
  border-color: #3b42ca;
}


.btn-see {
  color: #ffffff;
  background-color: #3ac991;
  border-color: #3ac991;
}

.btn-see:hover,
.btn-see:focus,
.btn-see:active,
.btn-see.active,
.open .dropdown-toggle.btn-see {
  color: #ffffff;
  background-color: #26a674;
  border-color: #1b875d;
}

.btn-see:active,
.btn-see.active,
.open .dropdown-toggle.btn-see {
  background-image: none;
}

.btn-see.disabled,
.btn-see[disabled],
fieldset[disabled] .btn-see,
.btn-see.disabled:hover,
.btn-see[disabled]:hover,
fieldset[disabled] .btn-see:hover,
.btn-see.disabled:focus,
.btn-see[disabled]:focus,
fieldset[disabled] .btn-see:focus,
.btn-see.disabled:active,
.btn-see[disabled]:active,
fieldset[disabled] .btn-see:active,
.btn-see.disabled.active,
.btn-see[disabled].active,
fieldset[disabled] .btn-see.active {
  background-color: #3ac991;
  border-color: #3ac991;
}


.btn-okay1 {
  color: #ffffff;
  background-color: #ca3bc8;
  border-color: #ca3bc8;
}

.btn-okay1:hover,
.btn-okay1:focus,
.btn-okay1:active,
.btn-okay1.active,
.open .dropdown-toggle.btn-okay1 {
  color: #ffffff;
  background-color: #a827a6;
  border-color: #871c85;
}

.btn-okay1:active,
.btn-okay1.active,
.open .dropdown-toggle.btn-okay1 {
  background-image: none;
}

.btn-okay1.disabled,
.btn-okay1[disabled],
fieldset[disabled] .btn-okay1,
.btn-okay1.disabled:hover,
.btn-okay1[disabled]:hover,
fieldset[disabled] .btn-okay1:hover,
.btn-okay1.disabled:focus,
.btn-okay1[disabled]:focus,
fieldset[disabled] .btn-okay1:focus,
.btn-okay1.disabled:active,
.btn-okay1[disabled]:active,
fieldset[disabled] .btn-okay1:active,
.btn-okay1.disabled.active,
.btn-okay1[disabled].active,
fieldset[disabled] .btn-okay1.active {
  background-color: #ca3bc8;
  border-color: #ca3bc8;
}


.btn-return1 {
  color: #ffffff;
  background-color: #3b42ca;
  border-color: #3b42ca;
}

.btn-return1:hover,
.btn-return1:focus,
.btn-return1:active,
.btn-return1.active,
.open .dropdown-toggle.btn-return1 {
  color: #ffffff;
  background-color: #2d33a8;
  border-color: #1b207d;
}

.btn-return1:active,
.btn-return1.active,
.open .dropdown-toggle.btn-return1 {
  background-image: none;
}

.btn-return1.disabled,
.btn-return1[disabled],
fieldset[disabled] .btn-return1,
.btn-return1.disabled:hover,
.btn-return1[disabled]:hover,
fieldset[disabled] .btn-return1:hover,
.btn-return1.disabled:focus,
.btn-return1[disabled]:focus,
fieldset[disabled] .btn-return1:focus,
.btn-return1.disabled:active,
.btn-return1[disabled]:active,
fieldset[disabled] .btn-return1:active,
.btn-return1.disabled.active,
.btn-return1[disabled].active,
fieldset[disabled] .btn-return1.active {
  background-color: #3b42ca;
  border-color: #3b42ca;
}


.btn-see1 {
  color: #ffffff;
  background-color: #3ac991;
  border-color: #3ac991;
}

.btn-see1:hover,
.btn-see1:focus,
.btn-see1:active,
.btn-see1.active,
.open .dropdown-toggle.btn-see1 {
  color: #ffffff;
  background-color: #26a674;
  border-color: #1b875d;
}

.btn-see:active,
.btn-see.active,
.open .dropdown-toggle.btn-see1 {
  background-image: none;
}

.btn-see1.disabled,
.btn-see1[disabled],
fieldset[disabled] .btn-see1,
.btn-see1.disabled:hover,
.btn-see1[disabled]:hover,
fieldset[disabled] .btn-see1:hover,
.btn-see1.disabled:focus,
.btn-see1[disabled]:focus,
fieldset[disabled] .btn-see1:focus,
.btn-see1.disabled:active,
.btn-see1[disabled]:active,
fieldset[disabled] .btn-see1:active,
.btn-see1.disabled.active,
.btn-see1[disabled].active,
fieldset[disabled] .btn-see1.active {
  background-color: #3ac991;
  border-color: #3ac991;
}

.label-okay {
  background-color: #ca3bc8;
}

.label-okay[href]:hover,
.label-okay[href]:focus {
  background-color: #a827a6;
}


.label-return {
  background-color: #3b42ca;
}

.label-return[href]:hover,
.label-return[href]:focus {
  background-color: #2d33a8;
}


.label-nourut {
  background-color: #ab3853;
}

.label-nourut[href]:hover,
.label-nourut[href]:focus {
  background-color: #942942;
}

textarea {
  resize: none;
}

.label-selesai {
  /*background: linear-gradient(to left, #ff0000 50%, #0000ff 50%);*/
  background-color: #d9f7ea;
  border: 1px solid #d9f7ea;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.label-penerima {
  background-color: #f5f7d9;
  border: 1px solid #f5f7d9;
}

.label-disposisi {
  background-color: #dbd9f7;
  border: 1px solid #dbd9f7;
}

.label-tembusan {
  background-color: #f7d9d9;
  border: 1px solid #f7d9d9;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.well1 {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #003a0d;
  border: 1px solid #5AA1A7;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-sm1 {
  padding: 9px;
  border-radius: 10px;
}


/* Checkbox and Radio Button */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #1d5585;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #337ab7;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #a12d2a;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #d9534f;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #277d96;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #5bc0de;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #a87225;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #f0ad4e;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #379137;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #5cb85c;
}

.checkbox.checkbox-sm label::before {
  width: 30px;
  height: 30px;
  top: -13px;
}
.checkbox.checkbox-sm label::after {
  width: 30px;
  height: 30px;
  padding-left: 4px;
  font-size: 20px;
  left: 1px;
  top: -13px;
}
.checkbox.checkbox-sm label {
  padding-left: 18px;
  top: 13px;
}
.checkbox.checkbox-md label::before {
  width: 34px;
  height: 34px;
  top: -17px;
}
.checkbox.checkbox-md label::after {
  width: 34px;
  height: 34px;
  padding-left: 4px;
  font-size: 24px;
  left: 1px;
  top: -18px;
}
.checkbox.checkbox-md label {
  padding-left: 22px;
  top: 17px;
}
.checkbox.checkbox-lg label::before {
  width: 46px;
  height: 46px;
  top: -28px;
}
.checkbox.checkbox-lg label::after {
  width: 46px;
  height: 46px;
  padding-left: 4px;
  font-size: 36px;
  left: 1px;
  top: -31px;
}
.checkbox.checkbox-lg label {
  padding-left: 34px;
  top: 32px;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

input[type="checkbox"].styled1:checked + label:after,
input[type="radio"].styled1:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled1:checked + label::before,
input[type="radio"] .styled1:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled1:checked + label::after,
input[type="radio"] .styled1:checked + label::after {
  color: #fff;
}

.radio.radio-sm label::before {
  width: 30px;
  height: 30px;
  top: -13px;
}
.radio.radio-sm label::after {
  width: 22px;
  height: 22px;
  padding-left: 4px;
  font-size: 20px;
  left: 4px;
  top: -9px;
}
.radio.radio-sm label {
  padding-left: 18px;
  top: 13px;
}
.radio.radio-md label::before {
  width: 34px;
  height: 34px;
  top: -17px;
}
.radio.radio-md label::after {
  width: 26px;
  height: 26px;
  padding-left: 4px;
  font-size: 24px;
  left: 4px;
  top: -13px;
}
.radio.radio-md label {
  padding-left: 22px;
  top: 17px;
}
.radio.radio-lg label::before {
  width: 46px;
  height: 46px;
  top: -28px;
}
.radio.radio-lg label::after {
  width: 36px;
  height: 36px;
  padding-left: 4px;
  font-size: 36px;
  left: 5px;
  top: -23px;
}
.radio.radio-lg label {
  padding-left: 34px;
  top: 32px;
}
