@CHARSET "UTF-8";
@font-face {
    font-family: 'ThaiSansNeue';
    
    src: url('/btoc/font/ThaiSansNeue-Regular.otf');
    src:  url('/btoc/font/ThaiSansNeue-Regular.ttf') format('truetype');
}
.changefont{
    font-family: 'ThaiSansNeue';
}
.container{
    background-image: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0.33, #D31145),
    color-stop(0.80, #B80F3C)
    );
    background-image: -o-linear-gradient(bottom, #D31145 33%, #B80F3C 80%);
    background-image: -moz-linear-gradient(bottom, #D31145 33%, #B80F3C 80%);
    background-image: -webkit-linear-gradient(bottom, #D31145 33%, #B80F3C 80%);
    background-image: -ms-linear-gradient(bottom, #D31145 33%, #B80F3C 80%);
    background-image: linear-gradient(to bottom, #D31145 33%, #B80F3C 80%);
}
.center-block {
    float: none;
    margin: auto;
}
.p-font-default{
    font-size: 20px;
}
.p-fix-three-line{
    max-height: 60px;
    overflow: hidden;
}
.h3-fix-three-line{
    max-height: 80px;
    overflow: hidden;
}
.txt-block-header{
    padding: 8px 0px 8px 8px;
    text-align: center;
}
.img-block-header{
    text-align: center;
}
.p-style{
    border-top: 1px solid rgba(255,255,255,0.5);
}
.p-block{
    padding-top: 20px;
}
.p-sm-block{
	padding-top: 18px;
}
.logoHeight{
    margin-bottom: 12px;
}
.login-input-all{
    height: 390px;
}
.setHeight{
    height: 20px;
}
.fontHeader{
    font-family: 'ThaiSansNeue';
    margin: 26px 0 0 0;
    padding: 0;
}
.camera_div{
	margin: 10px 0;
	height: 250px;
	vertical-align: middle;
	text-align: center;
	background: #ededee url(/btoc/Images/benefit/icon_camera.png) 50% no-repeat; 	
    background-size: 64px;
}
.gallery_div{
	margin: 10px 0;
	height: 250px;
	vertical-align: middle;
	text-align: center;
	background: #ededee url(/btoc/Images/benefit/icon_gallery.png) 50% no-repeat; 	
    background-size: 64px;
}
.new-modal-body{
	height: 400px;
}
#new-wrapper {
    position: absolute;
    z-index: 999;
    top: 0px;
    bottom: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.camera_detail{
	  display: block;
	  text-align: center;
	  vertical-align: middle;
	  position: relative;
	  top: 50%;
	  padding: 24px;
}
.no-margin{
    margin:0;
}
.no-margin-bottom{
    margin-bottom: 0 !important;
}
.no-margin-top{
    margin-top: 0 !important;
}
.xs-margin-left{
	margin-left: 5px;
}
.no-padding{
    padding:0;
}
.no-padding-left{
    padding-left: 0 !important;
}
.no-padding-right{
    padding-right: 0 !important;
}
.no-padding-bottom{
    padding-bottom: 0 !important;
}
.no-padding-top{
    padding-top: 0 !important;
}
.chart-margin{
    margin-top: 25px;
}
.chart-content-margin{
    margin-top: 40px;
}
.text-vertical-center{
    vertical-align: middle;
}
.no-border{
    border:0 !important;
}
.no-border-bottom{
    border-bottom:0 !important;
}
.no-border-top{
    border-top:0 !important;
}
.border-box{
    border: 1px solid #d1d3d4;
}
.border-l{
    border-left: 1px solid #d1d3d4 !important;
}
.border-l-white{
    border-left: 1px solid #fff !important;
}
.border-r{
    border-right: 1px solid #d1d3d4 !important;
}
.border-b{
    border-bottom: 1px solid #d1d3d4 !important;
}
.border-b-grey{
	border-bottom: 1px solid #7d7d7d !important;
}
.sm-padding-leftright{
    padding: 0 8px;
}
.padding-leftright{
    padding: 0 5px;
}
.lg-padding-leftright{
    padding: 0 15px;
}
.padding-topbottom{
    padding: 10px 0px;
}

.color-white{
    color: #fff;
}
.color-red-aia{
    color: #d31145;
}
.color-light-green{
    color: #8b9a93;
}
.color-blue{
    color: #2587bc;
}
.color-grey{
    color: #787878;
}
.color-button-grey{
    color: #b7b7b7;
}
.color-light-grey{
    color: #ccc;
}
.color-black{
    color: #000;
}
.color-yellow{
    color: #fcca00;
}
.yellow-bullte{
    display : inline-block;
    background: #fcca00;
    vertical-align: middle;
    width: 15px !important;
    height: 15px !important;
    border : 1px solid #fcca00;
    border-radius: 50px;
}
.newgrey-bullte{
    display : inline-block;
    background: #9e9e9e;
    vertical-align: middle;
    width: 15px !important;
    height: 15px !important;
    border : 1px solid #9e9e9e;
    border-radius: 50px;
}
.grey-bullte{
    display : inline-block;
    background: #d31145;
    vertical-align: middle;
    width: 15px !important;
    height: 15px !important;
    border : 1px solid #d31145;
    border-radius: 50px;
}
.green-bullte{
    display : inline-block;
    background: #6aaf3d;
    vertical-align: middle;
    width: 15px !important;
    height: 15px !important;
    border : 1px solid #6aaf3d;
    border-radius: 50px;
}
.set-font-btn{
    font-size: 24px;
    padding: 5px 0;
}
.under-line{
    text-decoration: underline;
}
.input-text {
    background:#a40e37;
    border:none;
    border-bottom: 1px solid #999;
    outline: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: 45px;
    font-size: 16px;
    color:#fff;
}
.input-text:FOCUS {
    background: #d31145;
    border:none;
    border-bottom: 1px solid #fff;
    outline: 0;
    height: 45px;
    font-size: 16px;
}
.btn-default{
    height: 45px;
    border:none;
    border-radius: 0;
    background: #fff;
    outline: none;
}
.btn-default:HOVER,.btn-default:FOCUS,.btn-default:ACTIVE{
    outline: none;
    border:none;
    background: rgba(255,255,255,0.95);
}
.login{
    font-size: 22px;
    color: #d31145;
    margin-top: 2px;
    padding-right: 20px;
}
.text-padding-top{
    padding-top: 5px;
}
.bold-font{
    font-weight: 600;
}
.link{
	color: #d31145;
	background: #fff;
	text-decoration: underline;
}
.link:HOVER, .link:ACTIVE, .link:FOCUS{
	color: #d31145;
	text-decoration: underline;
}
.login-img{
    margin-top: 2px;
    width: 33px;
    height: 30px;
    background: #d31145;
    -webkit-mask-image: url("/btoc/Images/login/login@2x.png");
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 33px 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.btn-primary{
    height: 45px;
    border:none;
    border-radius: 0;
    background:rgba(61,94,150,1);
}
.btn-primary:HOVER,.btn-primary:FOCUS,.btn-primary:ACTIVE{
    outline: none;
    border:none;
    background: rgba(61,94,150,0.95);
}
.facebook{
    font-size: 22px;
    color: #fff;
    margin-top: 2px;
    padding-right: 20px;
}
.facebook-img{
    margin-top: 2px;
    width: 30px;
    height: 30px;
    background: #fff;
    -webkit-mask-image: url("/btoc/Images/login/facebook@2x.png");
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
a{
    outline: 0;
    color: #fff;
    text-decoration: none;
}
a:HOVER,a:ACTIVE,a:FOCUS {
    outline: 0;
    color: #fff;
    cursor:pointer;
    text-decoration: none;
}
/* forget  */
.container-white{
    background-color:#fff;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-grey{
    background-color:#ededee;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
}
#new-header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: #d31145 !important;
    color: #fff;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 15px;
}
#sub-new-footer{
    position: absolute;
    z-index: 2;
    bottom: 55px;
    left: 0;
    width: 100%;
    height: 45px;
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
}
#new-footer{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
}

#wrapper {
    position: absolute;
    z-index: 1;
    top: 64px;
    bottom: 54px;
    left: 0;
    width: 100%;
    overflow: hidden;
}
#wrapper-detail {
    position: absolute;
    z-index: 1;
    top: 64px;
    bottom: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
}
#wrapper-result{
    position: absolute;
    z-index: 1;
    top: 64px;
    bottom: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
}
#policy_head {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #d31145 !important;
    color: #fff;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 15px;
}
#policy_div{
	position: absolute;
    z-index: 1;
    top: 30px;
    bottom: 40px;
    left: 0;
    width: 100%;
    overflow: hidden;
}
#policy-foot{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
}

#scrolling {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
.defalut-container{
    margin-top: 64px;
}
.defalut-containerDetail{
    margin-top: 84px;
}
.btn-table {
    color: #777;
    background-color: #ededed;
    text-align:left;
    height:55px;
    padding-left:20px;
    line-height: 1.7;
    font-size:26px;
    border-bottom: 1px solid #b2b2b2;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
}
.btn-table:hover,
.btn-table:focus,
.btn-table:active,
.btn-table.active {
    color: #777;
    border-radius: 0;
    background-color: #ededed;
    border-bottom: 1px solid #777;
    border-radius: 0;
    outline: 0;
}
.btn-reset {
    color: #fff;
    background-color: #99c7df;
    border-color: #99c7df;
    height:40px;
    width:100%;
    font-size:20px;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
}
.btn-reset:hover,
.btn-reset:focus,
.btn-reset:active,
.btn-reset.active {
    color: #fff;
    background-color: #99c7df;
    border-color: #99c7df;
    border-radius: 0;
    outline: 0;
}
.btn-reset-otp {
    color: #fff;
    background-color: #0da129 !important;
    border-color: #0da129 !important;
    height:40px;
    width:100%;
    font-size:20px;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
}
.btn-reset-otp:hover,
.btn-reset-otp:focus,
.btn-reset-otp:active,
.btn-reset-otp.active {
    outline: 0;
}
.refresh-img{
    margin-top: 4px;
    width: 20px;
    height: 21px;
    background: url("/btoc/Images/login/refresh@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.detail-info-xs{
    margin-top: 3px;
}
.detail-info{
    margin-top: 5px;
}
.detail-address{
    margin-top: 9px;
}
.media-left-width{
    width: 40%;
}
/* forget - pass */
.fixed-button{
    z-index: 20;
    position: fixed;
    bottom: 0;
    width: 100%;
    min-width: 100%;
}
.btn-cancel {
    color: #fff;
    background-color: rgba(139,155,147,1);
    height:60px;
    line-height: 1.7;
    font-size:24px;
    border-bottom: 1px solid rgba(139,155,147,1);
    border-radius: 0;
    outline: 0;
    text-decoration: none;
}
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel.active {
    color: #fff;
    border-radius: 0;
    background-color: rgba(139,155,147,0.95);
    border-bottom: 1px solid #8b9b93;
    border-radius: 0;
    outline: 0;
}
.btn-submit {
    color: #fff;
    background-color: rgba(211,17,69,1);
    height:60px;
    line-height: 1.7;
    font-size:24px;
    border-bottom: 1px solid rgba(211,17,69,1);
    border-radius: 0;
    outline: 0;
    text-decoration: none;
}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit.active {
    color: #fff;
    border-radius: 0;
    background-color: rgba(211,17,69,0.95);
    border-bottom: 1px solid rgba(211,17,69,1);
    border-radius: 0;
    outline: 0;
}
.row-border{
    border-bottom: 1px solid #d1d3d4;
}
.row-border-light{
    border-bottom: 1px solid #ededee;
}
.input-ID {
    background:#ededed;
    font-family: sans-serif;
    border:none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    outline: 0;
    height: 50px;
    font-size: 18px;
    color:#777 !important;
}
.input-ID:FOCUS {
    background:#ededed;
    font-family: sans-serif;
    border:none;
    border-bottom: 1px solid #777;
    outline: 0;
    height: 50px;
    font-size: 18px;
    color:#777 !important;
}
.input-ID::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.input-ID:-ms-input-placeholder {
    color: #777;
}
.input-ID::-webkit-input-placeholder {
    color: #777;
}
.userID{
    background: #8b9a93;
    height: 52px;
    color:#fff;
    font-size: 24px;
    padding: 10px;
    margin: 0;
    margin-top:10px;
    text-align: center;
}
.step{
    display: inline-block;
    width: 97px;
    height: 24px;
    vertical-align: bottom;
}
.stepEdit{
    display: inline-block;
    width: 165px;
    height: 24px;
    vertical-align: bottom;
}
.step1Forget{
    background: url("/btoc/Images/step1.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.step2Forget{
    background: url("/btoc/Images/step2.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.step3Forget{
    background: url("/btoc/Images/step3.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.step1Edit{
    background: url("/btoc/Images/edit_step1.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.step2Edit{
    background: url("/btoc/Images/edit_step2.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.step3Edit{
    background: url("/btoc/Images/edit_step3.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.step4Edit{
    background: url("/btoc/Images/edit_step4.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.stepHead{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    line-height: 20px;
    vertical-align: middle;
}
.badge.active{
    background: #d31145;
    border: 1px solid #d31145;
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px;
    margin-left:0px;
    font-size: 18px;
    z-index: 1;
}
.last-row{
    margin-bottom: 68px;
}
.h3-margin{
    margin: 8px 0;
}
.h4-size{
    font-size: 16px;
}
.h3-size{
    font-size: 18px;
}
.drop-size{
    font-size: 20px;
}
.p-padding{
    padding-top: 4px;
    padding-left: 15px !important;
}
.ol-list{
    list-style: decimal;
    padding-left: 20px;
}
/* checkbox */
.checkbox-custom:checked,input[type="checkbox"]:checked + label::before {
    content: url("/btoc/Images/login/checkbox@2x.png");
    border:0;
}
.checkbox-custom:checked,input[type="checkbox"]{
    content: url("/btoc/Images/login/checkbox_active@2x.png");
    border:0;
}
input[type="checkbox"]{
    height: 20px;
    width: 20px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border:0;
    background: #fff;
    content: url("/btoc/Images/login/checkbox@2x.png");
    -webkit-appearance: none;
}
/* radio-button */
input[type="radio"]{
    height: 20px;
    width: 20px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border:0;
    background: #fff;
    -webkit-appearance: none;
}
.radio-custom:checked,
input[type="radio"]{
    content: url("/btoc/Images/radio-noselect.png");
    border:0;
}
.radio-custom:checked,input[type="radio"]:checked + label::before {
    content: url("/btoc/Images/radio-select.png");
    border:0;
}
/* arrow */
.menu-header{
    margin: 30px 5px 0 0;
    width: 18px;
    height: 18px;
    background: url("/btoc/Images/menu-header.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.menu-reload{
    position: absolute;
    top: 8px;
    right: 10px;
    width: 18px;
    height: 18px;
    background: url("/btoc/Images/refresh.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.arrow-up{
    width: 18px;
    height: 18px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background: url("/btoc/Images/arrowdown.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.fillter-menu{
    
    display : inline-block;
    width: 22px;
    height: 22px;
    background: url("/btoc/Images/payment/menu-fillter@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.search-menu{
    position: absolute;
    margin-top: 4px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url("/btoc/Images/search/search@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.map-menu{
    position: absolute;
    margin-top: 4px;
    right: 55px;
    width: 20px;
    height: 20px;
    background: url("/btoc/Images/map-icon-white.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.result-menu{
    position: absolute;
    margin-top: 4px;
    right: 55px;
    width: 20px;
    height: 20px;
    background: url("/btoc/Images/search/menu@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.arrow-down{
    width: 18px;
    height: 18px;
    background: url("/btoc/Images/arrowdown.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.arrow-down-white{
    width: 18px;
    height: 18px;
    background: url("/btoc/Images/arrow-down-white.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.arrow-right{
    width: 18px;
    height: 18px;
    background: url("/btoc/Images/arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.arrow-left{
    margin: 30px 5px 0 0;
    width: 18px;
    height: 20px;
    background: url("/btoc/Images/back.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.arrow-left:HOVER,.arrow-left:ACTIVE,.arrow-left:FOCUS{
    opacity: 0.95;
}
/* Profile */
.bgProfile{
    background-color: #8b9b93;
}
.bgDetail{
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 20px;
}
.bgAvatar{
    background-color: #cadad7;
    height: 104px;
    width: 104px;
    border-radius: 80px;
    margin: 10px 0;
}
.imgAvatar{
    height: 102px;
    width: 102px;
    margin: 1px 0 0 1px;
}
.text-detail{
    margin-top: 11px;
}
.text-detail-size{
    font-size: 18px;
}
.btn-edit {
    color: #fff;
    background-color: rgba(153,199,223,1);
    height:40px;
    width: 90px;
    font-size:20px;
    border-bottom: 1px solid #99c7df;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
}
.btn-edit:hover,
.btn-edit:focus,
.btn-edit:active,
.btn-edit.active {
    color: #fff;
    border-radius: 0;
    background-color: rgba(153,199,223,0.95);
    border-bottom: 1px solid #99c7df;
    border-radius: 0;
    outline: 0;
}
.btn-profile {
    color: #d31145;
    background-color: #ededee;
    height:54px;
    line-height: 2;
    font-size:22px;
    border-top: 1px solid #a9b2af;
    border-right: 1px solid #a9b2af;
    border-bottom: 1px solid #a9b2af;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
}
.btn-profile:hover,
.btn-profile:focus,
.btn-profile:active,
.btn-profile.active {
    color: #777;
    border-radius: 0;
    background-color: rgba(237,237,238,0.95);
    border-top: 1px solid #a9b2af;
    border-right: 1px solid #a9b2af;
    border-radius: 0;
    outline: 0;
}
.edit-img{
    margin-top: 2px;
    width: 25px;
    height: 20px;
    background: url("/btoc/Images/login/edit@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
/* edit Address */
.long-header{
    padding-top: 5px;
    margin-left: -40px;
}
.bglightgreen{
    background-color: #8b9b93 !important;
}
.bgdarkgrey{
    background-color: #b0b0b0 !important;
}
.bggrey{
    background-color: #ededee !important;
}
.bglightyellow{
    background-color: #fdfdf1 !important;
}
.bgred{
    background-color: #d31145 !important;
}
.bgwhite{
    background-color: #fff !important;
}
.bggreen{
    background: #6aaf3d !important;
}
.bgyellow{
    background: #fcca00 !important;
    
}
.vertical-center{
    vertical-align: middle !important;
}
.input-edit-lg {
    background:#ededed;
    font-family: sans-serif;
    border:none;
    outline: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: 64px;
    font-size: 14px;
    color:#000 !important;
}
.input-edit-lg:FOCUS {
    background:#ededed;
    font-family: sans-serif;
    border:none;
    outline: 0;
    height: 64px;
    font-size: 14px;
    color:#000 !important;
}
.input-edit-lg::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.input-edit-lg:-ms-input-placeholder {
    color: #000;
}
.input-edit-lg::-webkit-input-placeholder {
    color: #000;
}
.input-edit {
    background:#ededed;
    font-family: sans-serif;
    border:none;
    outline: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: 43px;
    font-size: 14px;
    color:#000 !important;
}
.input-edit:FOCUS {
    background:#ededed;
    font-family: sans-serif;
    border:none;
    outline: 0;
    height: 43px;
    font-size: 14px;
    color:#000 !important;
}

.input-edit::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.input-edit:-ms-input-placeholder {
    color: #000;
}
.input-edit::-webkit-input-placeholder {
    color: #000;
}
.input-newedit {
    background:#fdfdf1;
    border-bottom: 1px solid #7d7d7d !important;
    font-family: sans-serif;
    border:none;
    outline: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: 43px;
    font-size: 14px;
    color:#000 !important;
}
.input-newedit:FOCUS {
    font-family: sans-serif;
    border:none;
    outline: 0;
    height: 43px;
    font-size: 14px;
    color:#000 !important;
}

.input-newedit::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.input-newedit:-ms-input-placeholder {
    color: #000;
}
.input-newedit::-webkit-input-placeholder {
    color: #000;
}
/*edit profile*/
.select-bg{
    background-color: #ededee !important;
}
.white-bg{
    background-color: #fff !important;
}
.select-skin {
    font-size: 16px;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 20px;
    background: no-repeat transparent;
    border: none;
    background-image: url("/btoc/Images/arrowdown.png");
    background-size: 15px 10px;
    background-position:  right 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.select-skin select{
    -webkit-appearance:none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: transparent;
    padding: 3px;
    font-size: 16px;
    height: 30px;
    width: 120%;
    overflow: hidden;
}
.new-select-skin {
    font-size: 16px;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 20px;
    background: no-repeat transparent;
    border: none;
    background-image: url("/btoc/Images/arrowdown.png");
    background-size: 15px 10px;
    background-position:  right 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.new-select-skin select{
    -webkit-appearance:none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: transparent;
    padding: 3px;
    font-size: 16px;
    height: 30px;
    width: 120%;
    overflow: hidden;
}
.search-control{
    display: block;
    width: 100%;
    padding: 6px 0 ;
    color: #555;
    background-color: #fff;
}
.search-control:focus {
    border-color: #66afe9;
    outline: 0;
}
.search-all{
    position: absolute;
    top: 0px;
    padding: 0 10px;
}
.point-center{
    position: block;
    padding-bottom: 15px;
}
.type-image{
    width: 40px;
    height: 40px;
}
/* edit address */
.panel-style{
    margin: 0;
    border: 0;
}
.panel-header-style{
    min-height:55px;
    background-color: #ededee !important;
}
.panel-newheader-style{
    min-height:55px;
    background-color: #fff !important;
    border: 1px solid #ededee;
    border-top: 2px solid #00a34f !important;
    margin-top: 10px;
}
.panel-newheader-style-yellow{
    min-height:55px;
    background-color: #fff !important;
    border: 1px solid #ededee;
    border-top: 2px solid yellow !important;
    margin-top: 10px;
}
.panel-active{
    background-color: #8b9b93 !important;
}
.panel-red-active{
    background-color: #d31145 !important;
}
.panel-darkgrey-active{
    background-color: #8b9b93  !important;
}
.panel-red-noright{
    padding: 8px 0 10px 10px;
}
.panel-text-active{
    color: #fff;
}
.icon-term{
    height: 27px;
}
/* set 4-5*/
.media-detail{
    height: 105px;
}
.detail-text{
    max-height: 32px;
}
.media-margin{
    margin-bottom: 10px;
}
.media-active{
    background-color: #fff;
    border: 1px solid #d4d5d6;
}
.media-nonactive{
    background-color: #ededee;
    border: 1px solid #94a39c;
}
.magin-right{
    margin-right: 10px;
}
.btn-detail {
    color: #fff;
    background-color: #6aaf3d;
    text-align:left;
    height:40px;
    line-height: 1.2;
    font-size:20px;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
}
.btn-detail:hover,
.btn-detail:focus,
.btn-detail:active,
.btn-detail.active {
    color: #fff;
    border-radius: 0;
    background-color: #6aaf3d;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
}
.grey-line{
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
}
.panel-out-style{
    padding: 8px 8px;
    border-bottom: 0px !important;
}
.panel-detail-style{
    padding: 8px 8px;
    background-color: #fff !important;
    border-bottom: 0px !important;
}
.xs-panel-margin{
    margin: 5px 0;
}
.panel-margin{
    margin: 10px 0;
}
.lg-panel-margin{
    margin: 15px 0;
}
.progress-have{
    background-color: #d31145 !important;
    color: #fff !important;
}
.button-number{
    margin-right: 15px;
    height: 25px;
    width: 25px;
}
.row-margin{
    margin: 10px 0;
}
.input-detail {
    background:#ededed;
    font-family: sans-serif;
    border:none;
    outline: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    height: 50px;
    font-size: 14px;
    color:#000 !important;
}
.input-detail:FOCUS {
    background:#ededed;
    font-family: sans-serif;
    border:none;
    outline: 0;
    height: 50px;
    font-size: 14px;
    color:#000 !important;
}
.input-detail::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.input-detail:-ms-input-placeholder {
    color: #000;
}
.input-detail::-webkit-input-placeholder {
    color: #000;
}
.sm-block-padding{
    padding: 0 1px;
}
.xs-block-padding{
    padding: 5px;
}
.block-padding{
    padding: 10px;
}
.lg-block-padding{
    padding: 20px;
}
.ex-lg-block-padding{
    padding: 25px;
}
.xs-left-block-padding{
    padding-left: 5px !important;
}
.right-block-padding{
    padding-right: 15px !important;
}
.media-blue{
    border-top: 4px solid #0073ae;
}
.color-blue{
    color: #0073ae;
}
.media-orange{
    border-top: 4px solid #f89820;
}
.color-orange{
    color: #f89820;
}
.media-green{
    border-top: 4px solid #6aaf3d;
}
.color-green{
    color: #6aaf3d;
}
.media-purple{
    border-top: 4px solid #9c0058;
}
.color-purple{
    color: #9c0058;
}
.media-brown{
    border-top: 4px solid #935933;
}
.color-brown{
    color: #935933;
}
.media-green-light{
    border-top: 4px solid #8b9b93;
}
.color-green-light{
    color: #8b9b93;
}
.media-red{
    border-top: 4px solid #d31145;
}
.last-row-detail{
    margin-bottom: 48px;
}
.table-nobordered  td{
    border: none !important;
}
.btn-life{
    color: #d31145;
    background-color: #ededee;
    height:55px;
    line-height: 2;
    font-size:22px;
    white-space:normal;
    border-top: 1px solid #a9b2af;
    border-right: 1px solid #a9b2af;
    border-bottom: 1px solid #a9b2af;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
}
.btn-newlife{
    line-height: 1.8;
    font-size:24px;
}
.btn-life:hover,
.btn-life:focus,
.btn-life:active,
.btn-life.active {
    color: #777;
    border-radius: 0;
    background-color: rgba(237,237,238,0.95);
    border-top: 1px solid #a9b2af;
    border-right: 1px solid #a9b2af;
    border-radius: 0;
    outline: 0;
}
.btn-red{
    color: #fff;
    background-color: #d31145;
    height:40px;
    line-height: 1.2;
    font-size:22px;
    white-space:normal;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    color: #fff;
    border-radius: 0;
    background-color: #d31145;
    border-radius: 0;
    outline: 0;
}
.progress-height {
    height: 40px;
    margin: 0px 0px 5px 0px;
    overflow: hidden;
    background-color: #ededee;
    border: 2px solid  #c6c6c6;
}
.progress-bar-height {
    float: left;
    width: 0;
    height: 100%;
    font-size: 20px;
    line-height: 2;
    color: #fff;
    text-align: center;
    background-color: #aaa;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-normal {
    height: 30px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #ededee;
    border: 2px solid  #c6c6c6;
}
.progress-bar-normal {
    float: left;
    width: 0;
    height: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    background-color: #aaa;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.detail-margin{
    margin-left: 10px;
}
.pannel-margin-lr{
    margin-left: 8px;
    margin-right: 8px;
}
.xs-pannel-margin-lr{
    margin-left: 0px;
    margin-right: 0px;
}
.pannel-margin{
    margin: 8px;
}
.default-img{
    margin-top: 2px;
    margin-right: 5px;
    width: 20px;
    height: 21px;
    background: url("/btoc/Images/login/check@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.btn-green{
    color: #fff;
    background-color: #6aaf3d;
    height:40px;
    line-height: 1.2;
    font-size:22px;
    white-space:normal;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    color: #fff;
    border-radius: 0;
    background-color: #6aaf3d;
    border-radius: 0;
    outline: 0;
}
/* Set 6-8 */
.new-menu-bar{
    position: absolute;
    z-index: 1;
    top: 64px;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 76px;
    background: #fff;
    border-bottom: 1px solid #ededee;
}
.fillter-menu-bar{
    position: absolute;
    z-index: 1;
    top: 64px;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 48px;
    background: #fff;
    border-bottom: 1px solid #d4d5d6;
}
.fillter-menu-bar a{
    color: #3f3f3f;
}
.fillter-lg-menu-bar{
    height: 90px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.fillter-lg-menu-bar a{
    color: #3f3f3f;
}
.line-grey{
    width: 2px;
    height: 12px;
    background: #d1d3d4;
    margin-left: 30px;
}
.horizon-line-grey{
    width: 100%;
    height: 2px;
    background: #d1d3d4;
    vertical-align: middle;
}
.btn-white {
    color: #d31145;
    margin-bottom: 10px;
    background-color: #fff;
    text-align:center;
    height:50px;
    line-height: 1.7;
    font-size:22px;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
    color: #d31145;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
}
.table-noborder-last tr:LAST-CHILD{
    border: 0;
}
.company-icon{
    width: 40px;
    height: 30px;
    background: url("/btoc/Images/payment/baht@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.card-icon{
    width: 40px;
    height: 30px;
    background: url("/btoc/Images/payment/credit@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.bank-icon{
    width: 40px;
    height: 30px;
    background: url("/btoc/Images/payment/bank@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
#qrcode{
    margin-left: 14%;
}
/* Image Chart*/
.life-icon{
    top: -30px;
    left: 49%;
    margin-left: -14px;
    width: 34px;
    height: 33px;
    position: absolute;
}
.hsplus-icon{
    top: 16%;
    right: 12%;
    width: 60px;
    position: absolute;
}
.ac-icon{
    top: 18%;
    left: 12%;
    width: 60px;
    position: absolute;
}
.cr-icon{
    bottom: 22%;
    left: 16%;
    width: 34px;
    height: 33px;
    position: absolute;
}
.hb-icon{
    bottom: -15px;
    left: 49%;
    margin-left: -10px;
    width: 34px;
    height: 33px;
    position: absolute;
}
.hs-icon{
    bottom: 22%;
    right: 16%;
    width: 33px;
    height: 30px;
    position: absolute;
}
#myChart{
    padding: 15px 0;
}
/* ribbon red LG */
.ribbon-red-wrapper {
    position: relative;
}
.ribbon-red-front {
    background-color: #d31145;
    height: 80px;
    width: 120%;
    position: relative;
    left:-30px;
    z-index: 2;
}
.ribbon-red-back-left,
.ribbon-red-back-right
{
    -moz-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
    -o-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
}

.ribbon-red-edge-topleft,
.ribbon-red-edge-topright,
.ribbon-red-edge-bottomleft,
.ribbon-red-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style:solid;
    height:0px;
    width:0px;
}

.ribbon-red-edge-topleft,
.ribbon-red-edge-topright {
}

.ribbon-red-edge-bottomleft,
.ribbon-red-edge-bottomright {
    top: 80px;
}
.ribbon-red-edge-topleft,
.ribbon-red-edge-bottomleft {
    left: -30px;
    border-color: transparent #7e1834 transparent transparent;
}

.ribbon-red-edge-topleft {
    top: -10px;
    border-width: 10px 20px 0 0;
}
.ribbon-red-edge-bottomleft {
    border-width: 0 20px 0px 0;
}
.ribbon-red-edge-topright,
.ribbon-red-edge-bottomright {
    right: -30px;
    border-color: transparent transparent transparent #7e1834;
}

.ribbon-red-edge-topright {
    top: 0px;
    border-width: 0px 0 0 20px;
}
.ribbon-red-edge-bottomright {
    border-width: 0 0 10px 20px;
}

.ribbon-red-back-left {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 0px;
    height: 40px;
    z-index: 0;
}

.ribbon-red-back-right {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 0px;
    height: 40px;
    z-index: 0;
}
/* ribbon grey LG*/
.ribbon-grey-wrapper {
    position: relative;
}
.ribbon-grey-front {
    background-color: #b0b0b0;
    height: 80px;
    width: 120%;
    position: relative;
    left:-30px;
    z-index: 2;
}
.ribbon-grey-back-left,
.ribbon-grey-back-right
{
    -moz-box-shadow: 0px 0px 4px rgba(176,176,176,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(176,176,176,0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(176,176,176,0.55);
    -o-box-shadow: 0px 0px 4px rgba(176,176,176,0.55);
}

.ribbon-grey-edge-topleft,
.ribbon-grey-edge-topright,
.ribbon-grey-edge-bottomleft,
.ribbon-grey-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style:solid;
    height:0px;
    width:0px;
}

.ribbon-grey-edge-topleft,
.ribbon-grey-edge-topright {
}

.ribbon-grey-edge-bottomleft,
.ribbon-grey-edge-bottomright {
    top: 80px;
}
.ribbon-grey-edge-topleft,
.ribbon-grey-edge-bottomleft {
    left: -30px;
    border-color: transparent #808080 transparent transparent;
}

.ribbon-grey-edge-topleft {
    top: -10px;
    border-width: 10px 20px 0 0;
}
.ribbon-grey-edge-bottomleft {
    border-width: 0 20px 0px 0;
}
.ribbon-grey-edge-topright,
.ribbon-grey-edge-bottomright {
    right: -30px;
    border-color: transparent transparent transparent #808080;
}

.ribbon-grey-edge-topright {
    top: 0px;
    border-width: 0px 0 0 20px;
}
.ribbon-grey-edge-bottomright {
    border-width: 0 0 10px 20px;
}

.ribbon-grey-back-left {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 0px;
    height: 40px;
    z-index: 0;
}

.ribbon-grey-back-right {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 0px;
    height: 40px;
    z-index: 0;
}
/* ribbon left right LG*/
.ribbon-left-content{
    margin-left : 20px;
}
.ribbon-right-content{
    position: absolute;
    right: 5%;
    top: 40px;
}
/* ribbon style */

.ribbon-wrapper {
    position: relative;
}
.ribbon-front {
    background-color: #d31145;
    height: 65px;
    width: 120%;
    position: relative;
    left:-30px;
    z-index: 2;
}

.ribbon-new-front {
    background-color: #d31145;
    height: 65px;
    width: 115%;
    position: relative;
    left:-30px;
    z-index: 2;
}
.ribbon-back-left,
.ribbon-back-right
{
    -moz-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
    -o-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
}

.ribbon-edge-topleft,
.ribbon-edge-topright,
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style:solid;
    height:0px;
    width:0px;
}

.ribbon-edge-topleft,
.ribbon-edge-topright {
}

.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
    top: 65px;
}
.ribbon-edge-topleft,
.ribbon-edge-bottomleft {
    left: -30px;
    border-color: transparent #7e1834 transparent transparent;
}

.ribbon-edge-topleft {
    top: -10px;
    border-width: 10px 20px 0 0;
}
.ribbon-edge-bottomleft {
    border-width: 0 20px 0px 0;
}
.ribbon-edge-topright,
.ribbon-edge-bottomright {
    right: -30px;
    border-color: transparent transparent transparent #7e1834;
}

.ribbon-edge-topright {
    top: 0px;
    border-width: 0px 0 0 20px;
}
.ribbon-edge-bottomright {
    border-width: 0 0 10px 20px;
}

.ribbon-back-left {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 0px;
    height: 40px;
    z-index: 0;
}

.ribbon-back-right {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 0px;
    height: 40px;
    z-index: 0;
}
/* ribbon-lg */
.ribbon-front-lg {
    background-color: #d31145;
    height: 75px;
    width: 120%;
    position: relative;
    left:-30px;
    z-index: 2;
}
.ribbon-back-left-lg,
.ribbon-back-right-lg
{
    -moz-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
    -o-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
}

.ribbon-edge-topleft-lg,
.ribbon-edge-topright-lg,
.ribbon-edge-bottomleft-lg,
.ribbon-edge-bottomright-lg {
    position: absolute;
    z-index: 1;
    border-style:solid;
    height:0px;
    width:0px;
}

.ribbon-edge-topleft-lg,
.ribbon-edge-topright-lg {
}

.ribbon-edge-bottomleft-lg,
.ribbon-edge-bottomright-lg {
    top: 75px;
}
.ribbon-edge-topleft-lg,
.ribbon-edge-bottomleft-lg {
    left: -30px;
    border-color: transparent #7e1834 transparent transparent;
}

.ribbon-edge-topleft-lg {
    top: -10px;
    border-width: 10px 20px 0 0;
}
.ribbon-edge-bottomleft-lg {
    border-width: 0 20px 0px 0;
}
.ribbon-edge-topright-lg,
.ribbon-edge-bottomright-lg {
    right: -30px;
    border-color: transparent transparent transparent #7e1834;
}

.ribbon-edge-topright-lg {
    top: 0px;
    border-width: 0px 0 0 20px;
}
.ribbon-edge-bottomright-lg {
    border-width: 0 0 10px 20px;
}

.ribbon-back-left-lg {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 0px;
    height: 40px;
    z-index: 0;
}

.ribbon-back-right-lg {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 0px;
    height: 40px;
    z-index: 0;
}

/*new-ribbon*/
.new-ribbon-wrapper {
    position: relative;
}
.new-ribbon-new-front {
    background-color: #d31145;
    height: 50px;
    width: 115%;
    position: relative;
    left:-30px;
    z-index: 2;
}
.new-ribbon-back-left,
.new-ribbon-back-right
{
    -moz-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
    -o-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
}

.new-ribbon-edge-topleft,
.new-ribbon-edge-topright,
.new-ribbon-edge-bottomleft,
.new-ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style:solid;
    height:0px;
    width:0px;
}

.new-ribbon-edge-topleft,
.new-ribbon-edge-topright {
}

.new-ribbon-edge-bottomleft,
.new-ribbon-edge-bottomright {
    top: 50px;
}

.new-ribbon-edge-topleft,
.new-ribbon-edge-bottomleft {
    left: -30px;
    border-color: transparent #7e1834 transparent transparent;
}

.new-ribbon-edge-topleft {
    top: -10px;
    border-width: 10px 20px 0 0;
}
.new-ribbon-edge-bottomleft {
    border-width: 0 20px 0px 0;
}

.new-ribbon-edge-topright,
.new-ribbon-edge-bottomright {
    right: -30px;
    border-color: transparent transparent transparent #7e1834;
}

.new-ribbon-edge-topright {
    top: 0px;
    border-width: 0px 0 0 20px;
}
.new-ribbon-edge-bottomright {
    border-width: 0 0 10px 20px;
}

.new-ribbon-back-left {
    position: absolute;
    top: -12px;
    left: 0px;
    width: 0px;
    height: 30px;
    z-index: 0;
}

.new-ribbon-back-right {
    position: absolute;
    top: 12px;
    right: 0px;
    width: 0px;
    height: 30px;
    z-index: 0;
}
.new-icon{
    position: absolute;
    top: 10px;
    left: -5px;
    background: #d31145;
    color: #fff;
    width: 12%;
    padding-right: 5px;
}
.date-icon{
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    color: #fff;
    width: 80%;
}
.detail-icon{
    position: absolute;
    bottom: 50px;
    left: 15px;
    max-height: 100px;
    color: #fff;
    width: 80%;
}
.thumbnail{
    background: rgba(255,255,255,0.5);
}
.date-view{
    position: relative;
    margin-top:-1px;
    background: rgb(211,17,69);
    color: #fff;
    width:100%;
    padding: 5px 12.5px;
}
.view-icon{
    position: relative;
    background: rgba(0,0,0,0.7);
    color: #fff;
    width:100%;
    padding: 5px 12.5px;
}
.view-margin{
    margin-top: -4px;
}
.textarea-form{
    background: #ededee;
    border: none;
    outline: none;
    resize: none;
}
.textarea-form::-moz-placeholder {
    color: #8d8d8d;
    opacity: 1;
}
.textarea-form:-ms-input-placeholder {
    color: #8d8d8d;
}
.textarea-form::-webkit-input-placeholder {
    color: #8d8d8d;
}
.panel-list-style{
    border: 0;
    border-bottom: 1px solid #b2b2b2;
}
.btn-white-header {
    color: #000;
    background-color: transparent;
    text-align:center;
    height:75px;
    line-height: 1.7;
    border-bottom: 1px solid #b0b0b0;
    font-size:22px;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
}
.btn-white-header:focus,
.btn-white-header:active,
.btn-white-header.active {
    color: #000;
    border-radius: 0;
    background-color: #b0b0b0;
    border-radius: 0;
    outline: 0;
}
.btn-new-header {
    color: #000;
    background-color: transparent;
    text-align:center;
    height:75px;
    line-height: 1.7;
    font-size:22px;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
}
.btn-new-header:focus,
.btn-new-header:active,
.btn-new-header.active{
    color: #000;
    border-radius: 0;
    background-color: #ededee;
    border-radius: 0;
    outline: none;
}
.div-new{
    border-bottom: 1px solid #d1d3d4 !important;
}
.div-new-active{
    background-color: #ededee !important;
    border: none !important;
}
.fillter-red{
    position: absolute;
    top: 5px;
    right: 15px;
    width: 20px;
    height: 30px;
    background: url("/btoc/Images/payment/menu-fillter@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.fillter-red-full{
    position: absolute;
    top: 5px;
    right: 15px;
    width: 20px;
    height: 30px;
    background: url("/btoc/Images/payment/menu-fillter-active@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.media-logo{
    min-width: 73px;
}
.media-arrow{
    border-left: 1px solid #ccc;
}
.input-search {
    background:#fff;
    border:none;
    border-bottom: 1px solid #fff;
    outline: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    font-size: 22px;
    color:#000 !important;
}
.input-search:FOCUS {
    background:#fff;
    border:none;
    border-bottom: 1px solid #fff;
    outline: 0;
    color:#000 !important;
}
.input-search::-moz-placeholder {
    color: #8d8d8d;
    opacity: 1;
}
.input-search:-ms-input-placeholder {
    color: #8d8d8d;
}
.input-search::-webkit-input-placeholder {
    color: #8d8d8d;
}
.tel-block-padding{
    border-top: 1px solid #eee;
}
.baht-block-padding{
    text-align: left;
}
.icon-progress-left{
    position: absolute;
    left: 60px;
    padding-left: 25px;
    margin: 0;
}
.icon-left-opd{
    position: absolute;
    right: 2px;
    top:8px;
    padding-left: 6px;
}
.icon-right-opd{
    position: absolute;
    right: 2px;
    top:8px;
    padding-right: 6px;
}
.p-progress{
    font-size: 16px;
}
.icon-progress-right{
    position: absolute;
    right: 5%;
    padding-right: 30px;
    margin: 0;
}
.progress-left{
    position: absolute;
    left: 2px;
    padding-left: 20px;
}
.progress-right{
    position: absolute;
    right: 2px;
    padding-right: 20px;
}
/* Device 320  */
@media (max-width: 320px) {
    body{
        font-size: 12px;
    }
    .icon-term{
        height: 17px;
    }
    .logoHeight{
        height: 151px;
        margin-bottom: 15px;
    }
    .login-input-all{
        height: 300px;
    }
    .setHeight{
        height: 10px;
    }
    .btn-table {
        height:44px;
        font-size:20px;
    }
    .btn-reset {
        height:38px;
        font-size:18px;
    }
    .refresh-img{
        width: 15px;
        height: 16px;
    }
    .btn-cancel {
        height:40px;
        line-height: 1.5;
        font-size:18px;
    }
    .btn-submit {
        height:40px;
        line-height: 1.5;
        font-size:18px;
    }
    .btn-life{
        height:40px;
        line-height: 1.5;
        font-size:18px;
    }
    .btn-newlife{
    	line-height: 1.8 !important;
    	font-size:22px !important;
	}
    .btn-white {
        height:40px;
        line-height: 1.5;
        font-size:18px;
    }
    .input-ID {
        height: 40px;
        font-size: 14px;
    }
    .input-ID:FOCUS {
        height: 40px;
        font-size: 14px;
    }
    .userID{
        height: 40px;
        padding: 8px;
        font-size: 20px;
    }
    .bgAvatar{
        height: 66px;
        width: 66px;
    }
    .imgAvatar{
        height: 64px;
        width: 64px;
    }
    .btn-edit {
        height:30px;
        font-size:16px;
        line-height: 1;
    }
    .btn-profile {
        height:40px;
        line-height: 1.5;
        font-size:20px;
    }
    .edit-img{
        margin-top: 0px;
        width: 18px;
        height: 14px;
    }
    .input-edit {
        height: 40px;
        font-size: 12px;
    }
    .input-edit:FOCUS {
        height: 40px;
        font-size: 12px;
    }
    .select-skin {
        margin-top: 6px;
        font-size: 12px;
        background-size: 10px 7px;
        background-position:  right 15px;
    }
    .select-skin-lg{
        height: 44px;
    }
    .select-skin select{
        height: 20px;
        font-size: 12px;
    }
    .detail-address{
        margin-top: 7px;
    }
    .btn-red{
        line-height: 1.5;
        font-size:18px;
    }
    #sub-new-footer{
        bottom: 40px;
    }
    #new-footer{
        height: 40px;
    }
    #wrapper {
        bottom: 40px;
    }
}
@media (max-width: 400px) {
    .btn-red{
        line-height: 1.5;
        font-size:18px;
    }
    .btn-life{
        line-height: 1.5;
        font-size:18px;
    }
     .btn-life{
        line-height: 1.8;
        font-size:22px;
    }
}
@media (max-width: 481px){
    .btn-life-long{
        white-space:normal;
        font-size:16px;
        vertical-align:middle;
        line-height: 1.1;
    }
    .btn-life-sm{
        white-space:normal;
        font-size:16px;
        vertical-align:middle;
        line-height: 1.5;
    }
    .media-detail{
        height: 100%;
    }
}
.text-sm-right{
    text-align: left;
}
/* Device 768*/
@media (max-width: 768px){
    .btn-green{
        height:35px;
        font-size:18px;
        line-height: 1.5;
    }
    .input-detail {
        height: 40px;
    }
    .arrow-down{
        width:14px;
        height:14px;
    }
    .arrow-up{
        width:14px;
        height:14px;
    }
    .arrow-right{
        width:14px;
        height:14px;
    }
    .new-ribbon-new-front {
        width: 120%;
    }
    .ribbon-front {
        background-color: #d31145;	
        height: 50px;
        width: 120%;
        position: relative;
        left:-30px;
        z-index: 2;
    }
    
    .ribbon-new-front {
        background-color: #d31145;	
        height: 50px;
        width: 115%;
        position: relative;
        left:-30px;
        z-index: 2;
    }
    .ribbon-back-left,
    .ribbon-back-right
    {
        -moz-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
        -khtml-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
        -webkit-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
        -o-box-shadow: 0px 0px 4px rgba(211,17,69,0.55);
    }
    
    .ribbon-edge-topleft,
    .ribbon-edge-topright,
    .ribbon-edge-bottomleft,
    .ribbon-edge-bottomright {
        position: absolute;
        z-index: 1;
        border-style:solid;
        height:0px;
        width:0px;
    }
    
    .ribbon-edge-topleft,
    .ribbon-edge-topright {
    }
    
    .ribbon-edge-bottomleft,
    .ribbon-edge-bottomright {
        top: 50px;
    }
    
    .ribbon-edge-topleft,
    .ribbon-edge-bottomleft {
        left: -30px;
        border-color: transparent #7e1834 transparent transparent;
    }
    
    .ribbon-edge-topleft {
        top: -10px;
        border-width: 10px 20px 0 0;
    }
    .ribbon-edge-bottomleft {
        border-width: 0 20px 0px 0;
    }
    
    .ribbon-edge-topright,
    .ribbon-edge-bottomright {
        right: -30px;
        border-color: transparent transparent transparent #7e1834;
    }
    
    .ribbon-edge-topright {
        top: 0px;
        border-width: 0px 0 0 20px;
    }
    .ribbon-edge-bottomright {
        border-width: 0 0 10px 20px;
    }
    
    .ribbon-back-left {
        position: absolute;
        top: -10px;
        left: 0px;
        width: 0px;
        height: 40px;
        z-index: 0;
    }
    
    .ribbon-back-right {
        position: absolute;
        top: 10px;
        right: 0px;
        width: 0px;
        height: 40px;
        z-index: 0;
    }
}
@media (min-width: 768px){
    .ribbon-right-content{
        right: 13%;
    }
    .show-sm-block-padding{
        padding: 5px 5px 0 5px;
    }
    .sm-right-margin{
        padding-right: 40px;
    }
    .text-sm-right{
        text-align: right;
    }
    .media-right-border{
        border: 0;	
    }
    .panel-right{
        margin-left: 5px !important;
    }
    .new-ribbon-new-front {
        width: 114%;
        left:-30px;
    }
    .ribbon-new-front {
        width: 111%;
        left:-32px;
    }
    .tel-block-padding{
        border: none;
        padding: 25px 0;
    }
    .baht-block-padding{
        padding: 25px 10px;
        text-align: right;
    }
    .icon-progress-left{
        left: 20px; 
    }
    .chart-margin{
        margin-top: 10%;
    }
    .chart-content-margin{
        margin-top: 0px;
    }
    .media-logo{
        min-width: 80px;
    }
    .claim-logo{
        padding-left: 5%;
    }
    #qrcode{
        margin-left: 36%;
    }
    .h4-size{
        font-size: 19px;
    }
    .h3-size{
        font-size: 20px;
    }
    .select-skin {
        background-position:  right 15px;
    }
    .new-text-padding-top{
        padding-top: 8px;
    }
    .right-padding{
        padding: 0 3px;
    }
}

#barcode-image{
    width:100px;
    margin: 0px auto;
    height:90%;
    background-color:green;
    min-height:90%;
    height:auto !important;
}
.barcode-amt-block{
    background-color: #d31145;
    font-size:14px;
    color:#fff;
    text-align:center;
    min-height:50px;
}
.barcode-amt-block span{
    display:block;
    margin-top:5px;
}
#barcode-amt{
    font-size:20px;
}
#iframe_barcode{
    width:100%;
    height:100%;
    min-height:100%;
    margin:0 auto;
    border:none;
}
.barcode-wrapper
{
    height:100%;
}

#wrapper-nofooter {
    padding-top:4px;
    position: absolute;
    z-index: 1;
    top: 60px;
    bottom: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
}

#wrapper-no-header{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
    bottom:0px;
}