#ads-doku {
    /* background: #f4f4f4; */
    overflow-x: hidden;
	font-size: 16px;
}

#ads-doku ol, ul {
    list-style: none outside none;
    padding: 0;
    margin: auto;
}

.default-width {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 12px #f2f2f2;
    margin: 0 auto;
    width: 500px;
}
.padd-default {
    padding: 20px;
    position: relative;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}
.color-two {
    color: #5d5d5d;
}
.text-totalpay {
    font-size: 11px;
    text-align: right;
}

.color-one, .detail-result ul li .fright.color-one, #dw-channel .nav li a:hover, #dw-channel .nav li a:focus, #dw-channel li a.current, #dw-channel li a.current:hover, #dw-channel .resp-tablist li.resp-tablistItem__active, #dw-channel .resp-tablist li:hover {
    color: #b90a29;
}

.amount {
    font-size: 34px;
}

.clear {
    clear: both;
}

.color-border {
    border-color: #f4f4f4 !important;
}
.select-payment-channel {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 12px 20px;
	font-size: 16px;
}

.content-payment-channel {
    padding-bottom: 30px;
}
.right-paychan {
    position: absolute;
    right: 20px;
    top: -40px;
}

.logo-payment-channel {
    background: url(../img/logo-payment.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    display: inline-block;
}

.cc {
    background-position: 0 0;
    width: 110px;
}

.content-payment-channel ul li {
    margin: 5px 0 0;
	font-size: 16px;
}

.styled-input {
    position: relative;
    margin-bottom: 15px;
}
.width60 {
    width: 68%;
}

.width30 {
    width: 30%;
}

.styled-input input, .styled-input select, .styled-input input.identified.valid, .styled-input input.valid {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 40px;
    padding: 0 3%;
    width: 93%;
    font-size: 15px;
}

.styled-input label {
    color: #999;
    position: absolute;
    top: 13px;
    left: 10px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    pointer-events: none;
    font-size: 14px;
	font-weight: 300;
}

#ads-doku .tooltip {
    display: inline;
    position: relative;
}

#ads-doku .tolltips-cc {
    right: 30px;
    position: absolute;
    top: 35px;
}

#ads-doku .tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0;
    bottom: 35px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

#ads-doku .tooltip:hover:after {
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 40px;
    color: #fff;
    content: attr(title);
    left: -180px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 200px;
    font-size: 12px;
}

#ads-doku input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

#ads-doku .footer {
    color: #a0a0a0;
    font-size: 13px;
    margin-top: 25px;
    text-align: center;
}

.default-btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b90a29;
    border-radius: 3px;
    color: #b90a29;
    font-size: 18px;
    margin-top: 20px;
    padding: 14px 10px;
    width: 100%;
    cursor: pointer;
}

a.default-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    width: auto;
}

#ads-doku .fail {
    color: #b70000;
}

#ads-doku .fancybox-overlay{
	top: 50px !important;
}

#ads-doku .loading {
    font-size: 18px;
    text-align: center;
    padding-bottom: 25px;
}

.text-notif-result {
    font-size: 18px;
    margin: 6px 0 6px 10px;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #bf0227;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce_doku 2s infinite ease-in-out;
    animation: bounce_doku 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

#ads-doku .spinner {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto 25px;
}

#ads-doku .success {
    color: #11a88a;
}

.detail-result ul li, .show-points ul li, .option-codevoucher ul li {
    border-bottom: 1px solid #f4f4f4;
    font-size: 16px;
    padding: 13px 0;
}

.detail-result ul li:first-child {
    padding-top: 0;
}

.detail-result ul li .fleft, .text-titledw-promo {
    color: #6a6a6a;
    font-size: 16px;
}

.detail-result ul li .fright {
    color: #8e8e8e;
}

.detail-result ul li, .show-points ul li, .option-codevoucher ul li {
    border-bottom: 1px solid #f4f4f4;
    font-size: 16px;
    padding: 13px 0;
}

.detail-result ul li:last-of-type {
    border: none;
}

.detail-result ul li .fright.color-one {
    font-size: 20px;
}

.styled-input label.focus{
	font-size: 12px;
	top: -13px;
	color: #b90a29;
}

@media screen and (max-width: 650px){
	.default-width {
		width: 100%;
	}

	.padd-default {
		padding: 10px;
	}
	
	.left-head img {
		width: 100px;
	}
	
	.text-totalpay {
		font-size: 10px;
	}
	
	#ads-doku .amount {
		font-size: 25px;
	}
	
	.right-paychan {
		position: relative;
		right: 0;
		top: 0;
		margin: 5px 0 10px;
	}
	
	.styled-input input, .styled-input select, .styled-input input.identified.valid, .styled-input input.valid {
		border: none;
		border-bottom: 1px solid #ccc;
		border-radius: 0;
	}
	
	.styled-input label {
		left: 5px;
	}
	
	#ads-doku .tolltips-cc {
		top: 27%;
		right: 11px;
	}
}

@keyframes bounce_doku {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}