/* Customized Material Styles start */

.form-group {
  color: #575757;
}
.form-control {
  font-size: 3rem;
  margin-top: 2rem; 
  padding: 30px 0;
 }
 
 .form-group.label-floating:not(.is-empty) label.control-label {
 top:0;
 }
 
.radio .circle, 
label.radio-inline .circle {
  height: 34px;
  width: 34px;
}

.radio .check, label.radio-inline .check {
  height: 34px;
  width: 34px;
  border-radius: 100%;
}

.radio input[type="radio"]:checked ~ .check, 
 label.radio-inline input[type="radio"]:checked ~ .check {
  background-color: #489B4B;
  box-shadow: 0px 2px 3px 0px rgba(60,60,60,.50) !important;
}
.radio input[type="radio"]:checked ~ .circle, 
label.radio-inline input[type="radio"]:checked ~ .circle {
  background-color: white;
  border-color: #489B4B;
  box-shadow: 0px 2px 3px 0px rgba(60,60,60,.50) !important;
}
.radio .circle, label.radio-inline .circle {
  background-color: white;
  box-shadow: 0px 2px 3px 0px rgba(60,60,60,.50) !important;
}
.radio .check, label.radio-inline .check {
  background-color: white;
  box-shadow: 0px 2px 3px 0px rgba(60,60,60,.50) !important;
}

.radio .check::after, label.radio-inline .check::after {
  background-color:transparent;
 }

 .checkbox .checkbox-material:before,
 label.checkbox-inline .checkbox-material:before {
  background-color: transparent;
  }

.table-striped > thead > th:nth-of-type(2n+1),
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #E5E5E5;
}

.edit-icon-block {
max-width: 100%;
}
.edit-icon-img {
  width: 26px;
  height: 26px;
}

/* Login / Forget your pass form styles */

.nav.nav-tabs-transparent {
  border-bottom: solid 5px #BABABA;
}

/* Customized Material Styles end */

/* Form re-usable styles start */

.card > .mhcc-form-header > .mhcc-form-title
{
  font-size: 5rem;
}
.mhcc-form-title--left {
  padding-left: 5.5rem;
}

.mhcc-card-block-form .mhcc-form-group {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  margin-bottom:0;
  margin-top:0; 
}

/* Form re-usable styles end */

/* Sign Up form starts */

.signup-form-wrapper > .signup-form {
  padding-top: 0;
}
@media only screen and (min-width: 698px) { 
  .signup-form-wrapper > .signup-form {
    margin-top: -6rem;
  } 
}
/* Sign Up form ends */

/* Contact Us form starts */

.mhcc-contact-us-wrapper {
  max-width: 1423px;
}

/* Contact Us form ends */

/* Dashboard Login page starts */

.dashboard-login-wrapper
{
  display: block;
  width: 100%;
}
.dashboard-login-form
{
margin: 0;
padding: 0;
line-height: 1.2;
font-size: 3rem;
} 
.dashboard-login-form .card-block a:link,
.dashboard-login-form .card-block a:active,
.dashboard-login-form .card-block a:visited
{
text-decoration: underline;
}
.dashboard-login-form .card-block a:hover,
.dashboard-login-form .card-block a:focus
{
text-decoration: none;
}

.dashboard-form-login-btn-block__btn > .btn {
  font-size: 3rem;
  font-weight: 700;
  }

.dashboard-form-login-btn-block__text {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 468px) { 
  .dashboard-login-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .dashboard-login-form {
  flex:1 1 0;
}
}


@media only screen and (min-width: 698px) {
  .dashboard-login-wrapper {
  justify-content: flex-end;
  }
  .dashboard-login-form {
  padding: 10rem 0;
  line-height: 1.5;
}
.dashboard-form-login-btn-block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  height: 60px;
}

.dashboard-form-login-btn-block__text {
  flex: 1;
  margin-bottom: 0;
}


.dashboard-form-login-btn-block__btn {
padding: 0;
margin-top: 0;
margin-left: auto;
}

}


@media only screen and (min-width: 1012px) {
  .dashboard-login-wrapper { 
    width: 85vw;
  }
  .dashboard-login-form {
    max-width: 900px;
    margin-left: 20rem;
}
}


.dashboard-login-form > .card > .card-header {
  padding: 0;
}
.dashboard-login-form p {
  color: #575757;
}
.dashboard-login-form a, 
.dashboard-login-form a:link, 
.dashboard-login-form a:visited {
  text-decoration: none;
}

.dashboard-login-form--blue a, 
.dashboard-login-form--blue a:link, 
.dashboard-login-form--blue a:visited {
  color:#004483;
}

.dashboard-login-form--green a, 
.dashboard-login-form--green a:link, 
.dashboard-login-form--green a:visited {
  color:#3FAE49;
}

.nav.nav-tabs-transparent.indicator-primary li.active a {
  color: #1180C4!important;
}

.nav.nav-tabs-transparent li a {
  color: #575757 !important;
}

.dashboard-login-form .nav.nav-tabs li a {
  font-weight: 700;
}
.dashboard-login-form legend {
  font-size: 3.5rem;
  margin-top: 0;
  padding-top: 2rem;
}
.dashboard-login-form .form-group {
  padding-bottom: 7px;
  margin: 10px 0 0;
}
.form-group label.control-label {
  font-size: 3rem;
}
.dashboard-login-form .form-group.is-focused .form-control {
  background-image:linear-gradient(#1180C4,#1180C4),linear-gradient(#1180C4,#1180C4);
}
.dashboard-login-form .form-group.is-focused label {
  color:#1180C4;
}
.form-group label.control-label {
  color: inherit !important;
}
.no-account-line {
  color: #575757;
}

/* Dashboard Login page ends */

/* Edit My Info form starts */

.add-department-block__title {

  font-size: 2.6rem;
}

.add-org-column {  
width: 92px;
}

.department-table {
    width: 100%;
    margin-bottom: 20px;
  }
.department-table th {
  font-size: 2rem;
}
.department-table td,
.department-table td > label
{
  font-size: 2.6rem;
  color: #444444;
}

/* Edit My Info form ends */

/* Creqate My Survey for starts */

.mhcc-org-info-wrapper {
  width:100%;
  max-width: 866px;
}
.dashboard-tabs-inner-content {
  font-size: 2.4rem;
  }

  .preview-table-title {
    font-weight: 600;
    font-size: 2.4rem;
    padding-bottom: 50px !important;
}
.preview-table-content td {
  font-size: 2rem;
}
/* Creqate My Survey for ends */

/* .mb-4 {
    margin-bottom: 30px;
} */
.btn-group .dropdown-menu li.dropdown-header {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    color: #424242;
    text-transform: uppercase;
}
/* .ml-form {
    margin-left: 1.5rem!important;
} */
.form-group.label-floating label.control-label, 
.form-group.label-placeholder label.control-label {
    font-size: 3rem;
}

.form-group.label-floating label.control-label, 
.form-group.label-placeholder label.control-label {
    padding-left: 5.5rem;
    left: 0;
}

.btn-width {
  min-width: 150px;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  z-index: 999;
  overflow-y: visible !important;
  font-size: 1.1em;
}

/* Dashboard Home form styles starts */

.survey-form .panel-body .panel .panel-heading .panel-title {
  color: #fff;
  padding: 1rem 2rem 1rem 2rem;
}
.survey-form footer {
  padding-bottom: 1rem;
}

.survey-item-block {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  margin-bottom: 0 !important;
  background-color: white;
}
.survey-item-block:last-child {
  margin-bottom: 2rem !important;
}
.survey-item-block {
  padding-bottom: 0 !important;
  margin-bottom:0;
}
.gmw-active-survey-title {
  padding: 5rem;
  margin: 0 auto;
  text-align: center;
}
.gmw-active-survey-title h3 {
  font-size: 3rem;
  font-weight: 400 !important;
}
.gmw-active-survey-title .get-survey-link {
  font-size: 2rem;
  margin:3rem 0 3rem auto;
  padding: 1.3rem 1rem;
  box-shadow: initial !important;
  width: 100%;
  max-width: 395px;
  min-width: 207px;
}
.survey-form .field-items-container:focus > div:first-of-type {
  color: rgb(73, 81, 73, .6);
}
.survey-form .field-items-container > div:first-of-type {
  line-height: 1.2;
  padding-bottom: 1rem;
}
.survey-form .field-item {
  border: 1px solid #757576;
  padding:.3rem;
  display: inline-block;
  width: 100px;
  text-align: center;
}
.survey-form .icon-item {
  padding:.4rem .3rem .3rem .3rem;
  display: inline-block;
  width: 100px;
  text-align: center;
}
.gmw-active-survey-form .icon-item a {
  color: #757576 !important;
}
.gmw-active-survey-form .icon-item a > img,
.gmw-closed-survey-form .icon-item a > img
{
  width:35px;
  height:22px;
  vertical-align: top !important;
}
.gmw-active-survey-form .icon-item i {
  font-size: 1.5em;
}

.gmw-closed-survey-form .icon-item a {
  color: #757576 !important;
}
.gmw-closed-survey-form .icon-item i {
  font-size: 1.5em;
}

.gmw-active-survey-title h3 {
  line-height: 1.4;
}


/* From 800px up */
@media only screen and (min-width: 800px) {
  .gmw-active-survey-title {
    display: flex;
    align-items: flex-end;
    align-content: center;
    flex-flow: wrap;
    padding: 0 2rem;
    min-height: 44px;
    max-height: 57px;
    margin: 0;
  }
  .gmw-active-survey-title h3 {
    padding: .5rem 1rem .5rem 1rem;
  }
  .gmw-active-survey-title .get-survey-link {
    margin:0 0 0 auto;
    align-self: center;
    /*padding: 1.1rem 1rem .8rem 1rem;*/
    box-shadow: initial !important;
  }
}
.gmw-active-survey-form, .gmw-closed-survey-form, .flex-generic-container {
  display: block;
  margin: 0 auto;
  padding: 0;
  height: auto;
  text-align: center;
  font-size: 1.8rem;
}
.gmw-active-survey-form > div, .gmw-closed-survey-form > div {
  padding: 1rem;
  margin:0 auto;
}
.gmw-active-survey-form > div > div, .gmw-closed-survey-form > div > div {
  text-transform: uppercase;
}
/* From 800px up */
@media only screen and (min-width: 800px) {
  .gmw-active-survey-form {
    display:flex;
    align-content: flex-start;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding:2rem 0 2rem 0;
    margin:0;
    color: #495149 !important;
    font-weight: 400;
    height: auto;
  }
  .gmw-active-survey-form > div {
    flex:1 1 150px;
    /* max-width: 150px; */
    text-align: center;
    padding: 1rem .5rem 0 .5rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 800px) {
  .gmw-closed-survey-form {
    display:flex;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    /* padding:0 0 2rem 0; */
    color: #495149 !important;
    font-weight: 400;
    height: auto;
    /* max-width: 520px; */
    margin: 0;
    padding-top: 2rem;
  }
  .gmw-closed-survey-form > div {
    flex:1 1 180px;
    max-width: 180px;
    text-align: center;
    padding: 1rem .5rem 0 .5rem;
    margin: 0;
  }
}
/* From 800px up */
@media only screen and (min-width: 800px) {
  .flex-generic-container {
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap:wrap;
    margin: 0;
    padding: 0;
  }
}
.flex-generic-container .survey-content-block {
  flex:auto;
  margin-top: 0;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}
@media only screen and (min-width: 800px) {
  .flex-generic-container .survey-content-block {
    flex:1;
    min-width: 1100px;
  }
}
.flex-generic-container .full-height-button {
  display:block;
  padding: 0;
  margin: 0 auto;
  border-radius: 0px;
  box-shadow: initial !important;
}
@media only screen and (min-width: 800px) {
  .flex-generic-container .full-height-button {
    display:flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    border-radius: 0px;
    box-shadow: initial !important;
  }
}
.flex-generic-container .full-height-button a {
  display:flex;
  align-items: stretch;
  font-size: 2rem;
  margin:0 auto;
  padding: 4.3rem 0;
  display: inline-block;
  border-radius: 0px;
  box-shadow: initial !important;
}

.flex-generic-container .full-height-button a:hover,
.flex-generic-container .full-height-button a:focus
{
box-shadow: 0 2px 2px 0 rgb(63, 174, 73),0 3px 1px -2px rgb(63, 174, 73),0 1px 5px 0 rgb(63, 174, 73) !important;
}

.flex-generic-container .full-height-button a span {
  display: inline-block;
  width:50%;
  white-space: normal;
  text-align: center;
  box-shadow: initial !important;
}
/* Dashboard Home form styles ends */

/* Get Survey LInk styles starts */
.copy-link-block {
  display:flex;
  justify-content: center;
  padding:0;
  margin:0 auto 4rem auto;
  color:#1180C4;
  width:100%;
  -webkit-user-select: all;
 /* Chrome all / Safari all */
  -moz-user-select: all;
 /* Firefox all */
  -ms-user-select: all;
 /* IE 10+ */
  user-select: all;
 /* Likely future */
  font-size: 2rem;
}
.copy-link-box {
  display:flex;
  justify-content: center;
  align-items:center;
  padding:0 2rem;
  margin:0;
}
.copy-link-box p {
  padding: 0;
  margin: 0;
}
.copy-link-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:.5rem;
  margin:0;
  background-color:#1180C4;
  color: #fff;
}
.copy-link-icon a, .copy-link-icon a:hover, .copy-link-icon a:focus {
  background-color: inherit !important;
  border: none!important;
  color: inherit !important;
}

.copy-link-desc {
  width: 85vw;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.sample-email-content-wrapper {
margin-left: auto;
margin-right: auto;
width: 85vw;
max-width: 1130px;
}

.sample-email-content footer {
  width:95%;
  margin: 0 auto;
 
}
.color-info--lighter {
color: rgba(17, 128, 196, 0.75);
}
/* .jumbotron.sample-email-content p {
  font-size: 1.8rem;
  font-weight: 400;
} */

.copy-buttons-block {
  display:flex;
  align-items:flex-end;
  flex-direction: column;
}
.copy-text-and-format {
  display:flex;
  flex-direction:row;
  padding:0;
  color:#0055A5;
  font-size: 2rem;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) !important;
}
.copy-text-and-format:nth-child(1) {
  margin-bottom:1rem;
}
/* Get Survey LInk styles ends */
/* Create new survey starts */
.instructions-text p {
  line-height: 3rem;
}

.org-department-add-block {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-flow: wrap;
  margin: 0 auto;
}
.add-department-btn {
  margin-left:auto;
}
.legend-title span {
  font-size: 24px;
}
.org-dept  {
  min-width: 100%;
}
.org-dept thead tr th {
  max-width: 90px;
}
.org-dept th:nth-child(even),
.org-dept td:nth-child(even) {
  background-color: rgba(185, 179, 179, .3);
}
.org-dept .glyphicon.glyphicon-trash {
  color:#f44336;
  top: 6px;
}
.survey-name-form input:first-of-type {
  width:80%;
}
/* Create new survey ends */

/* Styles for a table with striped colours start */
.survey-style-block > .panel-body {
  padding-top: 0;
}
.survey-style-block .table {
  overflow-x: hidden;
 /* to fix IE bug*/
  overflow-y: hidden;
 /* to fix IE bug*/
}

.survey-style-block .table > thead > tr > th {
  line-height: 1.2;
}
.survey-style-block .table-striped>tbody>tr:nth-child(odd)>td, 
.survey-style-block .table-striped>tbody>tr:nth-child(odd)>th {
  background-color:#E5E5E5 !important;
}
.survey-style-block .panel-body {
  padding-left: 0;
  padding-right: 0;
  
}

.survey-style-block .table-striped > tbody > tr  {
min-height: 61px;
max-height: 100%;
}

.survey-style-block .table > tbody > tr > th {
  border-top: none;
  color: #444444;
}
.survey-style-block .table tr td, 
.survey-style-block .table .table tr th {
  border: none !important;
}
.survey-style-block tr:nth-child(2n+1) > td, .survey-style-block tr:nth-child(2n+1) > th {
  background-color: transparent;
  color: inherit;
}
.survey-style-block .table > thead > tr > th {
  /* vertical-align: bottom; */
  border-bottom: none !important;
  border-bottom-color: transparent;
  text-align: center;
}
.survey-style-block .table > thead > tr > th:not(.left-heading) {
  width: 5%;
  font-size: 2.4rem;
  white-space: normal;
  vertical-align: middle;
  color: #444444;
}
.survey-style-block .table > thead > tr > th.left-heading-width {
  min-width:60%;
  max-width: 20px;
}
.survey-style-block .table > thead > tr > th.yes-no-boxes {
  width: auto;
  vertical-align: middle;
}
.survey-style-block .table > tbody > tr > td, 
.survey-style-block .table > tbody > tr > th {
  vertical-align: middle;
  font-weight: normal;
}
.survey-style-block .table > tbody > tr > th {
  padding-left: 4rem !important;
}
.survey-style-block th:nth-child(even), .survey-style-block td:nth-child(even) {
  background-color: rgba(185, 179, 179, .3)!important;
}
.survey-style-block tbody tr:nth-child(odd) td:nth-child(even) {
  background-color: #ccc !important;
}
.survey-style-block label {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  flex:1;
}
.survey-style-block .radio span {
  left:45px;
  top:25px;
}

@media only screen and (min-width: 752px) {
.survey-style-block .radio span {
  top:-5px;
}
}
.survey-style-block .radio {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center !important;
  height: 61px;
  width: 128px;
  padding: 0;
}

.survey-style-block .radio input[type="radio"]:checked ~ .circle, 
.survey-style-block label.radio-inline input[type="radio"]:checked ~ .circle {
  background-color: white;
  border-color: #1180C4;
  box-shadow: 0px 0px 0px 0px rgba(17, 128, 196,.50) !important;
}
.survey-style-block .radio input[type="radio"]:checked ~ .check, 
.survey-style-block label.radio-inline input[type="radio"]:checked ~ .check {
  background-color: #1180C4;
  box-shadow: 0px 0px 0px 0px rgba(17, 128, 196,.50) !important;
}
.survey-style-block .radio .circle, 
.survey-style-block label.radio-inline .circle {
  background-color: white;
  box-shadow: 0px 0px 0px 0px rgba(17, 128, 196,.50) !important;
}

.survey-style-block .table > thead > tr > th.left-heading {
  text-align: left;
  padding-left: 4rem !important;
  min-width:100px;
 /*width:83%;
 */
}
.survey-style-block .table > thead > tr > th.left-heading > span {
  font-size: 2.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .survey-style-block .table > tbody > tr > th {
    max-width: 100%;
    white-space: normal !important;
  }
}
/* Styles for a table with striped colours end */

/* Survey progress bar starts */
.progress-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background-color: #1180C4;
  min-height: 84px;
}
.progress-bar-title {
  display: inline-block;
  font-size: 4rem;

}

.progress-block .progress {
  border-radius: 5px;
  flex: 1;
}
.progress {
  margin-bottom: 0;
  margin-right: 2rem;
}
.progress .progress-bar {
  width:10%;
}
/* Survey progress bar ends */


/* Survey Org Review styles start  */

.survey-org-review-wrapper {
  max-width: 1482px;
  }
  
  .survey-org-review-header
  {
      margin-top: 0;
      padding-top: 0;
      border: 1px transparent solid;
  }
  .survey-org-review-block .table {
      overflow-x: hidden;
     /* to fix IE bug*/
      overflow-y: hidden;
     /* to fix IE bug*/
     margin-bottom: 0;
    }
  
    .survey-org-review-block .table > thead > tr > th {
      border-bottom: none !important;
      border-bottom-color: transparent;
    }
    .survey-org-review-block .table > thead > tr > td {
      border-bottom: none !important;
      border-bottom-color: transparent;
    }

    .survey-org-review-header > .survey-org-review-title {
      margin: 0;
      font-weight: 700;
      }
      
      .survey-org-review-tr > .survey-org-review-th  {
          display: flex;
          align-items: center;
          justify-content: center;
          max-width: 909px;
          width: 50vw;
          min-height: 103px;
          max-height: 174px;
      }
      
      .survey-org-review-th > .survey-org-review-heading {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      margin-bottom: 0;
      max-width: 909px;
      min-width: 100%;
      font-weight: 400;
      }
    .survey-org-review-block .table-striped>tbody>tr:nth-child(odd)>td, 
    .survey-org-review-block .table-striped>tbody>tr:nth-child(odd)>th
    {
      background-color:#E5E5E5 !important;
    }
  
    .survey-org-review-block  th:nth-child(even), .survey-org-review-block td:nth-child(even) {
      background-color: rgba(185, 179, 179, .3)!important;
    }
    .survey-org-review-block tbody tr:nth-child(odd) td:nth-child(even) {
      background-color: #ccc !important;
    }
  
    .survey-org-review-block .table > thead > tr > th:not(.survey-org-review-th) 
    {
      width: 8vw;
      max-width: 128px;
      font-size: 2.4rem;
      white-space: normal;
      vertical-align: middle; 
    }
  
  .survey-org-review-block > .table > tbody > tr > td {
  vertical-align: middle;
  }
  
  .survey-org-review-block .radio input[type="radio"]:checked ~ .circle {
    border-color: #004483;
  }
  .survey-org-review-block .radio input[type="radio"]:checked ~ .check {
    background-color: #004483;
  }
  .survey-org-review-block .radio .circle {
    background-color: white;
  }
  
  .survey-org-review-block .radio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .survey-org-review-block label {
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .survey-org-review-block .radio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .survey-org-review-block .radio span {
    left:35%;
    top:-5px;
  }
   
  /* Survey Org Review styles end */

@media only screen and (min-width: 800px) {
  .form-holder .col-md-offset-3 {
    width:60vw;
    margin-left: 20vw;
    margin-right: 20vw;
  }
}
/* For Employee Surveys tables - with numbers */
.header-with-number-block {
  display: flex;
  padding: 0;
  margin:0;
  font-weight:bold;
  text-align: left !important;
  font-size: 2.4rem;
}
.header-with-number-block > span.number {
  flex:1;
  padding:0 4rem 0 0;
  margin:0;
  max-width: 3.4rem;
  font-weight:bold;
  align-self: flex-start;
}
.header-with-number-block > span {
    flex:1;
    /* padding-right: .5rem; */
}
   
/* Label container for checkboxes starts */
.label-wrapper {
  display: flex;
  padding: 0;
  margin:0;
}
.label-wrapper > input {
  flex:1;
  padding:0;
  margin:0;
  align-self: flex-start;
}
.label-wrapper > p {
 padding-top: 2px;
 font-size: 100%;
 line-height: 1.5;
}
/* Label container for checkboxes ends */