/* CSS Document */
*{
	 -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
	.accordion-toggle {
	cursor: pointer;
	}
	body{ padding:20px; }
	.panel-body { padding:0px !important; border-top-color: #FFFFFF !important; }
	.panel { box-shadow: 0 0 0 transparent !important; }
	.panel-default { border-color:#FFFFFF !important; }
	.panel-heading { border-radius: 3px !important; padding:15px !important; color: #FFFFFF !important; text-transform:uppercase; }
	
	.bgone .panel-heading{ background-color: #548dd4 !important; }
	.bgtwo .panel-heading{ background-color: #76923d !important; }
	.bgthree .panel-heading{ background-color: #009180 !important; }
	.bgfour .panel-heading{ background-color: #cd00ff !important; }
	.bgfive .panel-heading{ background-color: #f79647 !important; }
	
	.list { font-size:14px !important; border-top:0px !important; border-bottom:0px !important; }
	.list__item { line-height: 35px !important; min-height: 35px !important; }
	
	.dialog { top: 45% !important; min-height: 70px !important; }
	.dialog .pcontent { font-size:14px !important; font-weight: 500 !important; }
	
	#wrapper{
		height: 100%;
		width: 100%;
		white-space:nowrap;
		text-align: center;
    /*overflow: hidden;*/
	}
	#wrapper:after{
		content:'';
		display:inline-block;
		height:100%; /* the same as min-height */
		width:1px;
		overflow:hidden;
		margin:0 0 0 -5px;
		vertical-align:middle;
	}
	.inner-page{
		width:100%;
		margin:0 auto;
		display: inline-block;
		vertical-align: middle;
		white-space:normal;
	}
	
	#type { margin: 0 auto !important; }
	
	.profile-card {
		padding: 0 15px;
		color: #fff;
	  width: 100%;
	  text-align: center;
	  line-height: 1.4;
	  /*text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;*/
	}
	
	.profile-heading{
	  margin: 0px 0 20px 0;
	  font-weight: 600;
	  font-size: 24px;
	  color: #333;
	}

	.profile-name {
	  margin: 20px 0 5px 0;
	  font-weight: 600;
	  font-size: 20px;
	  color: #333;
	}
	
	.profile-desc {
	  font-size: 16px;
	  /*opacity: 0.6;*/
	  width: 90%;
	  text-align: center;
	  margin: 0 auto;
	  min-height: 90px;
	  color: #333;
	}
	
	.firstindex{ margin-top:20px; }
	
	.toolbar-button--quiet { /*padding: 0 10px 0 18px !important;*/ }


	/*.page__content { background:url(../images/bg-citex.png) no-repeat !important; background-repeat: no-repeat; background-size: cover !important; padding-top: 20px; }*/
#wrapper{ background:url(../images/bg-citex.png) no-repeat !important; background-repeat: no-repeat; background-size: cover !important; /*padding-top: 20px;*/ }
.page__background{ background:url(../images/bg-blck-citex.png) no-repeat !important; background-repeat: no-repeat; background-size: cover !important; /*padding-top: 20px;*/ }

	.popuop-name {
	  margin: 0 0 10px;
	  font-weight: 600;
	  font-size: 17px;	
	}

.transparent{
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  border: 0 none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.profile-card.innerpage{text-align:left;}
.profile-card.innerpage .profile-desc{min-height:20px; text-align:left; width: 100%;}

.pcontent ul { padding-left:15px !important; list-style-type: square !important; }
.pcontent ul li{ margin-bottom: 5px !important; }

.hpopover .popover__content { min-height:84px !important; }

.pullleft { text-align:left !important; }
.pullright { text-align:right !important; }
.pullcenter { text-align:center !important; }


/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/

.radio-button__input {
  position: absolute;
  overflow: hidden;
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  padding: 0;
  border: 0;
  opacity: 0.001;
  z-index: 1;
  vertical-align: top;
  outline: none;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.radio-button__input:active,
.radio-button__input:focus {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.radio-button__input:checked + .radio-button__checkmark:after {
  opacity: 1;
}
.radio-button__input:checked + .radio-button__checkmark:before {
  background: transparent;
  border: none;
}
.radio-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  line-height: 24px;
  text-align: left;
}
.radio-button__checkmark:before {
  content: '';
  position: absolute;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  left: 0;
}
.radio-button__checkmark {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 17px;
  position: relative;
  overflow: hidden;
  position: relative;
  width: 24px;
  height: 24px;
  background: transparent;
  pointer-events: none;
}
.radio-button__input:checked + .radio-button__checkmark {
  background: rgba(0,0,0,0);
}
.radio-button__checkmark:after {
  content: '';
  position: absolute;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 6px;
  left: 5px;
  opacity: 0;
  width: 12px;
  height: 6px;
  background: transparent;
  border: 3px solid rgba(24,103,194,0.81);
  border-width: 2px;
  border-top: none;
  border-right: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.radio-button__input:disabled + .radio-button__checkmark {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.list__item__left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: none!important;
  padding: 12px 14px 12px 0;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  line-height: 1.2em;
  min-height: 44px;
}
.list__item__left:empty {
  width: 0;
  min-width: 0;
  padding: 0;
  margin: 0;
}
.list__item__center {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-left: 0;
  border-bottom: none;
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: -webkit-linear-gradient(90deg, #ccc, #ccc 100%);
  background-image: -moz-linear-gradient(90deg, #ccc, #ccc 100%);
  background-image: -o-linear-gradient(90deg, #ccc, #ccc 100%);
  background-image: linear-gradient(0deg, #ccc, #ccc 100%);
  padding: 12px 6px 12px 0;
  line-height: 1.2em;
  min-height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list__item__center {
    background-image: -webkit-linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%);
    background-image: -moz-linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%);
    background-image: -o-linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%);
    background-image: linear-gradient(0deg, #ccc, #ccc 50%, transparent 50%);
  }
}
.list__item__right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding: 12px 12px 12px 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom: none;
  -webkit-background-size: 100% 1px;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: -webkit-linear-gradient(90deg, #ccc, #ccc 100%);
  background-image: -moz-linear-gradient(90deg, #ccc, #ccc 100%);
  background-image: -o-linear-gradient(90deg, #ccc, #ccc 100%);
  background-image: linear-gradient(0deg, #ccc, #ccc 100%);
  line-height: 1.2em;
  min-height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .list__item__right {
    background-image: -webkit-linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%);
    background-image: -moz-linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%);
    background-image: -o-linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%);
    background-image: linear-gradient(0deg, #ccc, #ccc 50%, transparent 50%);
  }
}
.list__header {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 0 15px;
  font-size: 12px;
  font-weight: 500;
  color: #1f1f21;
  text-shadow: none;
  border-top: none;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
  box-shadow: 0px 1px 0px 0px #fff;
  min-height: 24px;
  line-height: 24px;
  margin-top: -1px;
  text-transform: uppercase;
  position: relative;
}
.list__header:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.list {
  padding: 0;
  margin: 0 auto !important;
  font: inherit;
  color: inherit;
  background: transparent;
  border: none;
  line-height: normal;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 17px;
  list-style-type: none;
  text-align: left;
  overflow: auto;
  display: table;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.list__item {
   padding: 0;
  margin: 0 auto 15px;
  min-width: 260px;
	text-align: center;
  position: relative;
  list-style: none;
	height: 50px;
	line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1f1f21;
  background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 4px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 4px 0 rgba(0,0,0,.1);
	box-shadow: 0 4px 0 rgba(0,0,0,.1);
}
/*.list__item:first-child {
  -webkit-box-shadow: inset 0px 1px 0px 0px #ccc;
  box-shadow: inset 0px 1px 0px 0px #ccc;
  margin-top: 0;
}
.list__item_active:active {
  background-color: #d9d9d9;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}*/
.result-container .btn-draggable {
    background: none;
    color: #fff;
    border: none;
    font-weight: 400;
    padding: 0px;
    font-size: 16px;
}
/*--esp---*/
.main-heading{
  text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0 15px;
    padding: 0;
    position: relative;
    color: #fff;
    font-family:roboto;
    font-size: 20px;
    text-transform: uppercase;
}
/*.btn{
  border-radius: 0;
}*/
.logo-white {
    max-width: 220px;
    margin: 0 auto -30px;
}
.welcome-message,.practice-message{display: block;
    margin: 0 15px 15px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: roboto;;
}
.label-text{
  display: block;
  margin: 0 0 15px;
}
.list li label{
  margin: 0;
	padding: 0;
	line-height: 50px;
	display: block;
  border: none;
	text-align: center;
  background: none !important;
	font-size: 16px;
font-weight: 400;
letter-spacing: 0.06em;
}
.btn-droppable{
  height: auto!important;
  min-height: 30px;
}
.question-info{
      padding: 0 0 15px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: roboto;
}
.final-result{
  padding: 20px 0 0;
  width: 40px;
  margin: 0 auto;
}
.final-result img{
  width: 100%;
  height: auto;
  display: block;
}
.questions-text{
     font-size: 12px;
    line-height: 16px;
    margin: 15px 0;
    padding: 0 15px;
    font-weight: 300;
    color: red;
}
.btn.btn-droppable{
  width: auto;
}
.btn.btn-droppable{min-width: 40px;}
.btn.btn-droppable .btn.btn-draggable{
  min-width: 30px;
}
.punctuations .btn.btn-draggable{
  padding: 1px 8px;
  line-height: 20px;
}
.dragbox{
  display: inline-block;
	margin: 15px 0;
}
.dragbox .btn.btn-droppable{
  float: left;
}
.dragbox .btn.btn-droppable:nth-child(12)+.btn.btn-droppable{
  clear: left;

}
/*------*/

.logo{ text-align:center !important;margin:0px auto; display:table; height: 44px;}
.logo img{ height: 44px; padding: 6px 0;}

.btn-info{
  background: #fff;
    border: 0;
    text-align: left;
    color: #282d33;
    font-size: 18px;
    font-weight: 700;
    font-family: roboto;
    display: table;
    margin: 0 auto 15px;
    padding: 0 0 0 70px;
    border-radius: 4px;
    min-width: 260px;
	position: relative;
	height: 50px;
	line-height: 50px;
	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 4px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 4px 0 rgba(0,0,0,.1);
	box-shadow: 0 4px 0 rgba(0,0,0,.1);
}
.btn-info:hover{ background: #282d33;color: #fff;}
.btn-info i{
	font-size: 24px;
    background: #282d33;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
	text-align: center;
    border-radius: 4px 0 0 4px;
	width:50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
}
.btn-blue{ background: #00acd4; color: #fff;}
.btn-reset{ background-color: #f5821f;
    display: inline-table;
    padding: 0 5px;
    float: left;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
	margin: 0 2px;
}
.btn-check{ background-color: #33d402;
    display: inline-table;
    padding: 0 5px;
    float: left;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
	margin: 0 2px;
}
.btn-reset i, .btn-check i{margin-right: 5px;}
.btn-prev, .btn-next{ background-color: #fff;
    display: inline-table;
	float: left;
    padding: 0 5px;
    color: #00acd4;
    font-size: 30px;
	height: 30px;
    border-radius: 4px;
    line-height: 0;
	margin: 0 2px;
}
.dragbox > div:nth-child(-n+12) div{ background: #ff5400;}
.ftr-buttons{ margin: 15px auto 0; display: table;}


.btn{ padding: 2px 5px;}

	/*span > sup{font-size: 40px; font-weight: 900;}
	
	.scoring{}*/
	
	.score-result span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
	.scoring > div{ display: inline-block;
    margin: 0 auto;
    border-right: 1px solid rgba(255,255,255,0.2);
    padding-right: 30px;
    margin-right: 30px;
	}
	
		@media (max-width:460px){
		.scoring > div{ padding-right: 20px; margin-right: 20px;}
	}
	
	.scoring > div:last-child{ margin-right: 0; padding-right: 0; border: 0;}
	
	.scoring .result-div{    font-size: 38px;
    font-weight: 600;
    color: orange;
    line-height: 1;
    text-align: center;
	}
	.scoring .result-div > div{font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
	margin-top: 2px;}
	
	.scoring .result-div > div span{display: block;
    font-size: 12px;
    padding-top: 3px;
		font-weight: 300;
	}
	
	.score-result{ display: table; margin: 50px auto; }
	
.progress-circle{    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    margin-bottom: 20px;
}
	/*-----------------------------*/


img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
img[usemap], map area {
	outline: none;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent; 
}



.radio-button__input {
                    position: absolute;
                    overflow: hidden;
                    right: 0px;
                    top: 0px;
                    left: 0px;
                    bottom: 0px;
                    padding: 0;
                    border: 0;
                    opacity: 0.001;
                    z-index: 1;
                    vertical-align: top;
                    outline: none;
                    width: 100%;
                    height: 100%;
                    margin: 0;
                    -webkit-appearance: none;
                    appearance: none;
                }
                .radio-button__input:active,
                .radio-button__input:focus {
                    outline: 0;
                    -webkit-tap-highlight-color: rgba(0,0,0,0);
                }
                .radio-button__input:checked + .radio-button__checkmark:after {
                    opacity: 1;
                }
                .radio-button__input:checked + .radio-button__checkmark:before {
                    background: transparent;
                    border: none;
                }
                .radio-button {
                    position: relative;
                    display: inline-block;
                    vertical-align: top;
                    cursor: default;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    position: relative;
                    overflow: hidden;
                    line-height: 24px;
                    text-align: left;
                }
                .radio-button__checkmark:before {
                    content: '';
                    position: absolute;
                    -webkit-border-radius: 100%;
                    border-radius: 100%;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    -webkit-background-clip: padding-box;
                    background-clip: padding-box;
                    width: 24px;
                    height: 24px;
                    background: transparent;
                    border: none;
                    -webkit-border-radius: 16px;
                    border-radius: 16px;
                    left: 0;
                }
                .radio-button__checkmark {
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    -webkit-background-clip: padding-box;
                    background-clip: padding-box;
                    position: relative;
                    display: inline-block;
                    vertical-align: top;
                    cursor: default;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-weight: 400;
                    font-size: 17px;
                    position: relative;
                    overflow: hidden;
                    position: relative;
                    width: 24px;
                    height: 24px;
                    background: transparent;
                    pointer-events: none;
                }
                .radio-button__input:checked + .radio-button__checkmark {
                    background: rgba(0,0,0,0);
                }
                .radio-button__checkmark:after {
                    content: '';
                    position: absolute;
                    -webkit-border-radius: 100%;
                    border-radius: 100%;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    top: 6px;
                    left: 5px;
                    opacity: 0;
                    width: 12px;
                    height: 6px;
                    background: transparent;
                    border: 3px solid rgba(24,103,194,0.81);
                    border-width: 2px;
                    border-top: none;
                    border-right: none;
                    -webkit-border-radius: 0px;
                    border-radius: 0px;
                    -webkit-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }
                .radio-button__input:disabled + .radio-button__checkmark {
                    opacity: 0.3;
                    cursor: default;
                    pointer-events: none;
                }
                .list__item__left {
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    padding: 12px 14px 12px 0;
                    -webkit-box-ordinal-group: 1;
                    -webkit-order: 0;
                    -moz-box-ordinal-group: 1;
                    -ms-flex-order: 0;
                    order: 0;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-align-self: stretch;
                    -ms-flex-item-align: stretch;
                    align-self: stretch;
                    line-height: 1.2em;
                    min-height: 44px;
                }
                .list__item__left:empty {
                    width: 0;
                    min-width: 0;
                    padding: 0;
                    margin: 0;
                }
                .list__item__center {
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-flex: 1;
                    -webkit-flex-grow: 1;
                    -moz-box-flex: 1;
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                    -webkit-flex-wrap: wrap;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -webkit-flex-direction: row;
                    -moz-box-orient: horizontal;
                    -moz-box-direction: normal;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -webkit-box-ordinal-group: 2;
                    -webkit-order: 1;
                    -moz-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                    order: 1;
                    margin-right: auto;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-align-self: stretch;
                    -ms-flex-item-align: stretch;
                    align-self: stretch;
                    margin-left: 0;
                    border-bottom: none;
                    -webkit-background-size: 100% 1px;
                    background-size: 100% 1px;
                    background-repeat: no-repeat;
                    background-position: bottom;
                    background-image: -webkit-linear-gradient(90deg, #ccc, #ccc 100%);
                    background-image: -moz-linear-gradient(90deg, #ccc, #ccc 100%);
                    background-image: -o-linear-gradient(90deg, #ccc, #ccc 100%);
                    background-image: linear-gradient(0deg, #ccc, #ccc 100%);
                    padding: 12px 6px 12px 0;
                    line-height: 1.2em;
                    min-height: 44px;
                }
                @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                    .list__item__center {
                        background-image: -webkit-linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%);
                        background-image: -moz-linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%);
                        background-image: -o-linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%);
                        background-image: linear-gradient(0deg, #ccc, #ccc 50%, transparent 50%);
                    }
                }
                .list__item__right {
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    margin-left: auto;
                    padding: 12px 12px 12px 0;
                    -webkit-box-ordinal-group: 3;
                    -webkit-order: 2;
                    -moz-box-ordinal-group: 3;
                    -ms-flex-order: 2;
                    order: 2;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-align-self: stretch;
                    -ms-flex-item-align: stretch;
                    align-self: stretch;
                    border-bottom: none;
                    -webkit-background-size: 100% 1px;
                    background-size: 100% 1px;
                    background-repeat: no-repeat;
                    background-position: bottom;
                    background-image: -webkit-linear-gradient(90deg, #ccc, #ccc 100%);
                    background-image: -moz-linear-gradient(90deg, #ccc, #ccc 100%);
                    background-image: -o-linear-gradient(90deg, #ccc, #ccc 100%);
                    background-image: linear-gradient(0deg, #ccc, #ccc 100%);
                    line-height: 1.2em;
                    min-height: 44px;
                }
                @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
                    .list__item__right {
                        background-image: -webkit-linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%);
                        background-image: -moz-linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%);
                        background-image: -o-linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%);
                        background-image: linear-gradient(0deg, #ccc, #ccc 50%, transparent 50%);
                    }
                }
                .list__header {
                    list-style: none;
                    text-align: left;
                    display: block;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    padding: 20px 0 0 15px;
                    font-size: 12px;
                    font-weight: 500;
                    color: #1f1f21;
                    text-shadow: none;
                    border-top: none;
                    border-bottom: 1px solid #ccc;
                    -webkit-box-shadow: 0px 1px 0px 0px #fff;
                    box-shadow: 0px 1px 0px 0px #fff;
                    min-height: 24px;
                    line-height: 24px;
                    margin-top: -1px;
                    text-transform: uppercase;
                    position: relative;
                }
                .list__header:not(:first-of-type) {
                    border-top: 1px solid #ccc;
                }
                .list {
                    font: inherit;
                    color: inherit;
                    background: transparent;
                    border: none;
                    line-height: normal;
                    cursor: default;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-weight: 400;
                    font-size: 17px;
                    padding: 0;
                    margin: 0 0 15px !important;
                    list-style-type: none;
                    text-align: left;
                    overflow: auto;
                    display: block;
                    -webkit-overflow-scrolling: touch;
                    border-bottom: 1px solid #ccc;
                    overflow: hidden;
                }
                .list__item {
                    width: 100%;
                    position: relative;
                    list-style: none;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                    -webkit-flex-direction: row;
                    -moz-box-orient: horizontal;
                    -moz-box-direction: normal;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -webkit-box-pack: start;
                    -webkit-justify-content: flex-start;
                    -moz-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    color: #1f1f21;
                    background-color: #fff;
                }
                .list__item:first-child {
                    -webkit-box-shadow: inset 0px 1px 0px 0px #ccc;
                    box-shadow: inset 0px 1px 0px 0px #ccc;
                    margin-top: 0;
                }
                .list__item_active:active {
                    background-color: #d9d9d9;
                    -webkit-transition: none;
                    -moz-transition: none;
                    -o-transition: none;
                    transition: none;
                }