.now-step {
	border-radius: 10px;
	overflow: hidden;
	border: 0px solid #2f869e;
	background-color: #f4f2ecf1;
	/* background-color: #F4F2EC; */
}
.now-step ul {
	margin: 0;
	overflow: hidden;
	width: 100%;
	display: block;

	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0%;
	display:flex;
}
.now-step ul li {
	list-style: none;
	text-align: center;
	font-size: 15px;
	color: #1889C9;
	outline: 0;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
	flex:1;
}

@media screen and (max-width: 767px) {
    .now-step ul li {
        font-size: 12px;
        font-weight: normal;
    }
}

.now-step ul li  span{
	font-size: 28px;
	display: block;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 10px;
}

.now-step ul li.active{
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1889C9;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
	background-color: #1889C9;
    position: relative;
    border-radius: 10px;
}

.now-step ul li.active:before {
	position: absolute;
	top: 27px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 15px solid transparent;
	content: " ";
}

.now-step ul li.active:after {
	position: absolute;
	top: 28px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #1889C9;
	border-right: 0 solid #1889C9;
	border-bottom: 14px solid transparent;
	content: " ";
}

.radio-tile-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.radio-tile-group .input-container {
	position: relative;
	width: 6.5rem;
	height: 6rem;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
}

.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {

    width: 100%;
    height: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 1rem 0;
	line-height: 0.5;
}

.radio-tile-group .input-container .icon svg {
    fill: #1889C9;
    width: 3rem;
    height: 3rem;
}

.radio-tile-group .input-container .icon i{
	font-size: 36px;
	color: #1889C9;
	font-weight: normal;
	margin-top: 5px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.radio-tile-group .input-container .im{
	padding-top: 8px;
	padding-bottom: 5px;
}

.radio-tile-group .input-container .radio-tile-label {
	text-align: center;
	font-size: 14px;
	color: #1889C9;
    padding-top: 10px;
    line-height: 1;

}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
    background-color: #1889C9;
    border: 2px solid #1889C9;
    color: white;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
    fill: white;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon i {
	color: #fff;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: white;
}

.radio-tile-group2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.radio-tile-group2 .input-container {
	position: relative;
	height:3rem;
	width: 7rem;
	margin-right: 8px;
	margin-bottom: 8px;

}

.radio-tile-group2 .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.radio-tile-group2 .input-container .radio-tile {
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	padding:0.7rem;
	background-color: #F2F4F5;
	border: 1px solid #CCCCCC;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.radio-tile-group2 .input-container .radio-tile-label {
	text-align: center;
	font-size: 15px;
	color: #1889C9;
	font-family: 'Oswald', "Microsoft JhengHei UI", "Microsoft JhengHei", "HeiTi TC", sans-serif!important;
	line-height: 1.6;
	font-weight: bold;
}

.radio-tile-group2 .input-container .other {
		font-size: 14px!important;
}

.radio-tile-group2 .input-container .radio-button:checked + .radio-tile {
    background-color: #1889C9;
    border: 1px solid #1889C9;
    color: white;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}

.radio-tile-group2 .input-container .radio-button:checked + .radio-tile .icon svg {
    fill: white;
}

.radio-tile-group2 .input-container .radio-button:checked + .radio-tile .icon i {
	color: #fff;
}

.radio-tile-group2 .input-container .radio-button:checked + .radio-tile .radio-tile-label {
    color: white;
}

.apply-table {
	width: 100%;
}

.apply-table th {
	border-left-color: #CCCCCC;
	text-align: right;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 25%;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
    .apply-table th {
        width: 85px;
        font-size: 11px;
        font-weight: normal;
    }
}

.apply-table td {
	margin: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
}

.apply-table input{
	background-color: #F2F4F5;
	padding: 20px;
	height: 47px;
	border: 1px solid #D8D8D8;
	border-radius:5px;
	margin-bottom: 10px;
}

.apply-table select {
	background-color: #F2F4F5;
	height: 45px;
	border: 1px solid #D8D8D8;
	border-radius:3px;
	padding: 0 10px;
	margin-bottom: 10px;
}

input.other{
	width: 110px!important;
	font-size: 20px;
	font-family: 'Oswald', "Microsoft JhengHei UI", "Microsoft JhengHei", "HeiTi TC", sans-serif!important;
	font-size: 20px;
	font-weight: bold;
	color: #1889C9;
}

input.other::placeholder{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999;
}

input.money{
	font-weight: bold;
	font-family: 'Oswald', -apple-system, BlinkMacSystemFont, "sourcehansans-tc", "Noto Sans TC", "PingFang TC", "Hiragino Sans GB", "Microsoft Yahei", MyTitleChinese, sans-serif;
	font-size: 20px;
}

.apply-table textarea{
	background-color: #F2F4F5;
	padding: 10px;
	height: 150px;
	border: 1px solid #D8D8D8;
	border-radius:3px;
	width: 100%;
	display: block;
	margin: 20px 0;
}

.radio, .checkbox {
  /*margin-bottom: 0px;*/
  /*margin-top: 0px;*/
  /*padding-left: 0px;*/
}

.radio label,.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px !important;
  margin-right: 15px;
}

.radio label:before,.checkbox label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  background-color: #ffffff;
  border: 1px solid #666;
}

.radio label {
  margin-bottom: 6px;
}

.radio label:before {
  border-radius: 99px;
  -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.radio input[type=radio]:checked + label:before {
  border-width: 5px;
    border-color:#1889C9;
}

.radio input[type=radio] {
  display: none;
}

.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}

.checkbox input[type=radio][disabled] + label:after {
  background-color: #1889C9;
}

.checkbox label {
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  white-space: nowrap;
}

.checkbox label:before {
  top: 0px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 2.2px;
  top: 1px;
  font-size: 14px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

.checkbox label:after {
  border-radius: 3px;
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox.checkbox-circle label:after {
  border-radius: 99px;
}

.checkbox.checkbox-circle label:before {
  border-radius: 99px;
}

.checkbox input[type=checkbox]:checked + label:before {
  border-width: 5px;
  border-color:#1889C9;
}

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

.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}

.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #1889C9;
}

.checkbox.right label {
  margin-right: 35px;
  padding-left: 0 !important;
}

.checkbox.right label:before {
  right: -35px;
  left: auto;
}

.checkbox.right input[type=checkbox]:checked + label {
  position: relative;
}

.checkbox.right input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  position: absolute;
  right: -27px;
  left: auto;
}

.input-group.transparent .input-group-addon {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.07);
}

.donate-box table {
	border-collapse: collapse;
	background-color: #F5F5F5;
	width: 100%;
	border-radius:5px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 10px;
}

.donate-box table b{
	color: #1889C9;
	font-weight: normal;
}

.donate-box table tbody>tr:first-child>td {
	background-color: #1889C9!important;
	border-right-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	font-weight: bold;
}

.donate-box table tbody>tr:first-child>td b{
	color: #ffffff;
}

.donate-box table tbody>tr:nth-child(odd)>td {
	background-color: #EEEEEE;
}

.donate-box table td {
	color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 5px 15px;
}

.donate-box table tr.success td {
	background-color: #d8e7c0;
}

.donate-box table tr.error td {
	background-color: #ffd1cb!important;
}

@media only screen and (max-width: 767px) {
	.donate-box {
		padding: 0px;
	}
	.donate-box table {
		border-radius: 0px;
		border: 0px solid #FFFFFF;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
		font-size:13px;
	}
	.donate-box table th, .donate-box table td {
	padding: 3px 5px;
	}
}

.apply-table ol {
	counter-reset: myCounter;

	list-style-position: inside;
}

.apply-table ol li {
	list-style: none;
}

.apply-table ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	color: #fff;
	background: #A69488;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	width: 22px;
	height: 22px;
	border-radius:3px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: -30px;
}

.step3-table-header {
    max-width:1100px;
    margin:0 auto;
    padding-top:20px;
    padding-bottom:20px;
    font-family:Microsoft Yahei;
}

.step3-table {
    background-color:#1889C9;
    color: #FFFFFF;
    font-size: 18px;
    border-radius:10px 10px 0 0;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 3%;
    text-align: center;
}

.step3-table2 {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.10);
    border-radius:0 0 10px 10px;
    padding-top: 20px;
    padding-right: 3%;
    /*padding-bottom: 20px;*/
    padding-left: 3%;
    background-color: #FFFFFF;
}

.step3-table-title {
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    border:1px solid #ddd;
}

.step3-donate-list {
    border-radius:8px;
    padding:10px;
    /* background-color: #baddfb;
    border: 1px solid #baddfb; */
    margin-top:18px;
    margin-bottom: -60px;
}

.step4-donate-list {
    border-radius:5px;
    padding:25px;
    margin-top:1px;
    margin-bottom: -27px;
}

.btn-customize {
    color: #fff;
    background-color: #bf3030;
    border-color: #bf3030;
}

.btn-customize:hover, .btn-customize:focus, .btn-customize:active:hover{
    color: #fff;
    background-color: #ee3e3e;
    border-color: #ee3e3e;
}

.btn-send {
    color: #fff;
    background-color: #1f7ed0;
    border-color: #1f7ed0;
}

.btn-send:hover, .btn-send:focus, .btn-send:active:hover{
    color: #fff;
    background-color: #399aef;
    border-color: #399aef;
}


/* 實物捐贈 */
.supplies-list {
    width: 105px;
    word-break: break-all;
    word-wrap: break-word;
}

@media (min-width: 576px) and (max-width: 767px) {
    .supplies-list {
        width: 70px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .supplies-list {
        width: 160px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

@media (min-width: 992px) {
    .supplies-list {
        width: 100px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

/* 捐款金額 */
.money-list {
    width: 110px;
    word-break: break-all;
    word-wrap: break-word;
}

@media (min-width: 576px) and (max-width: 767px) {
    .money-list {
        width: 70px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .money-list {
        width: 100px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

@media (min-width: 992px) {
    .money-list {
        width: 50px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

/* 捐贈人/單位名稱 */
.name-list {
    width: 95px;
    word-break: break-all;
    word-wrap: break-word;
}

@media (min-width: 576px) and (max-width: 767px) {
    .name-list {
        width: 40px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .name-list {
        width: 140px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

@media (min-width: 992px) {
    .name-list {
        width: 50px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

/* 捐贈類型 */
.type-list {
    width: 62px;
    word-break: break-all;
    word-wrap: break-word;
}

@media (min-width: 576px) and (max-width: 767px) {
    .type-list {
        width: 50px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .type-list {
        width: 80px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

@media (min-width: 992px) {
    .type-list {
        width: 50px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

/* 捐贈項目 */
.item-list {
    width: 90px;
    word-break: break-all;
    word-wrap: break-word;
}

@media (min-width: 300px) and (max-width: 575px) {
    .item-list {
        width: 80px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .item-list {
        width: 50px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .item-list {
        width: 80px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

@media (min-width: 992px) {
    .item-list {
        width: 110px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

/* 捐贈日期 */
.date-list {
    width: 60px;
    word-break: break-all;
    word-wrap: break-word;
}

@media (min-width: 576px) and (max-width: 767px) {
    .date-list {
        width: 60px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .date-list {
        width: 80px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

@media (min-width: 992px) {
    .date-list {
        width: 60px;
        word-break: break-all;
        word-wrap: break-word;
    }
}

.tooltip-inner{
    background: #1889C9 !important;
    text-align: left !important;
    color:#ffffff !important;
    border:1px solid #dedede;
    max-width: 250px !important;
 }

 .tooltip-arrow{
    opacity: 0;
 }

 .tooltip{
    opacity: 1 !important;
 }
