/* here you can put your own css to customize and override the theme */
.text-area {
	width: 100%;
}

.text-align-right {
	text-align: right;
}

.form-body-margin-top {
	margin-top: -4%;
}

.radioButtonSpace table tbody td {
	padding-right: 50px;
}

.image-cross-and-tick-width {
	width: 15px;
}

.section input[type="radio"] {
	float: none !important;
	margin-left: 0 !important;
}

.label-font-gray{
	 color: darkgray !important;
}
.custom-tiles-font-size{
    margin-top: 9.5px;
    text-align: center;
}

.text-email-top-margin{
	margin-top: 11%;
}
.checkbox-width{
	width: 18px !important;
}

#centerOfChart {
    width: 90px;
    height: 45px;
    position: absolute;
    top: 350px;
    left: 540px;
    text-align: center;
    cursor: default;
	z-index: 10;
}

#centerOfChart p {
  line-height: 0.5;
  padding:0;
  margin: 8px;
}

#centerOfChart p.donutCenter {
  line-height: 0.5;
  color: black;
  font-size: 15px;
}

.grid td {
	display: block;
	float: left;
	white-space: nowrap;
	width: 55%;
	box-sizing: border-box;
}
.grid td:nth-child(8n+9) {
	clear: left;
}

.logo-opinion-letter-size {
	object-fit: cover;
	width: 25px; 
	height: 25px;
}
.text-red{
	color: red;
}

.checkboxSpace label {
   padding-left: 0.4em;
}

.chevrons {
  list-style-type:none;
  margin:0 auto;
  }
  .chevrons li {
    box-sizing: border-box; 
    float: left;
    background: #0000CD;
    height: 42px;
    text-align: center;
	color: white;
    padding: 12px 22px 0px 50px;
    position: relative;
    margin-left: 10px
    }
    .chevrons li:after {
      content: '';
      position: absolute;
      border: 21px solid transparent;
      border-left-color: #fff;
      top:0px;
      left: 0px;
    }
    .chevrons li:before {
      content: '';
      position: absolute;
      border: 21px solid transparent;
      border-left-color: #0000CD;
      top:0px;
      right: -42px;
    }
    .chevrons li:nth-child(1) {
      z-index:600;
      margin-left: 0;
    }
    .chevrons li:nth-child(2) {
      z-index:500;
    }
    .chevrons li:nth-child(3) {
      z-index:400;
    }
    .chevrons li:nth-child(4) {
      z-index:300;
    }
    .chevrons li:nth-child(5) {
      z-index:200;      
    }
    .chevrons li:nth-child(6) {
      z-index:100;
    }

.chevrons li.complete {
  background: #008000;
  color: white;
}
.chevrons li.complete:before {
  border-left-color: #008000;
}
.chevrons li.complete:after {
  border-left-color: #fff;
}
.heading {
	font-weight: 500 !important;
	color: #686868;
	font-size: 190%;
	font-family: serif;
}

.scroll-margin{
	margin-left: 15px !important; 
	margin-right: 15px !important;
}

.form-actions-whitebg_1 {
  padding: 20px 10px;
  margin-top: 20px;
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}