@import "https://fonts.googleapis.com/css?family=Droid+Serif";

/* Jaja 29_01 */
.selected-pay {
    height: auto; /* 21px; Vincent */
    padding: 0px 5px;
	max-width: 100px;
}

.paymenttypetr {
    font-weight: normal;
}

#divLogin {
    border-top: dotted 1px gray;
    border-bottom: dotted 1px gray;
    z-index: 999 !important;
}

#modalDialog {
    font-family: Segoe UI,Arial,sans-serif;
    font-size: 1.1em;
}

#phoneno {
    margin-top: 5px;
    margin-bottom: 20px;
    width: 96%;
    border-radius: 5px;
    border: 0;
    padding: 5px 0;
}

.divSearchPasBuddies {
    left: 8px;
    width: 200px;
    top: 34px;
    bottom: auto;
    position: absolute;
    display: none;
    background-color: #ffffff;
    z-index: 4;
    border: 1px solid #cccccc;
    border-top: none;
}
/* Jaja Payment Method */
.d-flex {
    display: flex;
}

.p-0 {
    padding: 0px;
}

/* Jaja 04_02 */
input[type=radio] {
    -webkit-appearance: none;
    background: url(https://resource.busonlineticket.com/image/icon/grey-tick.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 9px;
    margin-right: 5px;
    margin-top: 0px;
    vertical-align: middle;
    outline: none !important;
}

    input[type=radio]:checked {
        -webkit-appearance: none;
        background: url(https://resource.busonlineticket.com/image/icon/green-tick.png);
        background-size: contain;
        background-repeat: no-repeat;
        padding: 9px;
        margin-top: 0px;
        vertical-align: middle;
    }

.width-fit-content {
    width: fit-content;
}

#pay_method .paymenttypetr {
    padding: 10px;
    width: -webkit-fill-available; /*chrome*/
    width: 100%; /*microsoft_edges*/
}
/* Jaja modified(13_02) */
@media only screen and (max-width:767px) {
    #pay_method .enterdetailspayicon {
        margin-left: 5px;
        /*margin-top: -5px; */
        height: auto;
        max-width: 120px; /*85px; */
    }
}

@media only screen and (max-width:767px) {
    #pay_method .enterdetailspayicon {
        margin-left: 5px;
        /*margin-top: -5px; */
        height: auto;
        max-width: 100px; /*85px; */
    }
}

/* Ipad Pro */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
    .icon-checked {
        display: none !important;
    }

    input[type=radio] {
        vertical-align: middle;
    }
}


@media screen and (max-width: 992px) {
    .link-de, .content-de {
        padding: 10px;
        cursor: pointer;
        font-size: 14px;
    }

    .link-de {
        background: #ffffff;
        color: #000000;
        font-weight: 600;
        /* border-top: 0.5px solid #e2e2e2; */
    }

        .link-de:hover {
            text-decoration: none;
        }
        /* .content-de {
        background: #f0f0f0;
    } */
        .link-de[aria-expanded="true"] .fa-angle-down,
        .link-de .fa-angle-up {
            display: none;
        }
        /* Jaja 29_01 */
        /* .link-de[aria-expanded="true"] .fa-angle-up, */
        .link-de .fa-angle-down {
            display: block;
        }

    .link-de-initial,
    .link-de-end {
        display: none;
    }

    .arrow-toggle {
        position: absolute;
        float: right;
        color: #b1b1b1;
        font-size: larger;
        right: 10px;
    }

    .icon-checked {
        display: none;
    }

    .icon-pay {
        padding-right: 15px;
        color: #00599f;
    }

    .d-flex {
        display: flex;
    }

    /* Jaja 29_01 */
    .btn-pay-method {
        padding: 15px;
        margin: 15px 0;
        box-shadow: 1px 1px 3px 1px #f0f0f0;
        border: 1px solid #337ab7;
        border-radius: 5px;
        font-weight: 600;
        background: #fff;
        color: #337ab7;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .btn-pay-method:hover {
            border: 1px solid #ddd;
            background: #eaeef7;
            color: #337ab7 !important;
        }

    .unselected-pay-text {
        text-decoration: underline;
        cursor: pointer;
    }

    .btn-pay-method .unselected-pay-text:hover {
        color: #337ab7;
    }

    #pay_method .paymenttypetr {
        font-size: 10px;
    }

    #pay_method .panel-heading {
        padding: 5px;
        background-color: transparent;
    }

    #pay_method .panel-body {
        border-top: 0px;
        padding: 0px;
    }

    #pay_method .panel-default {
        border: 0.7px solid #eee;
        box-shadow: 1px 1px 3px 1px #f0f0f0;
        margin-top: 10px;
    }
        /* Jaja modified(03_02) */
        #pay_method .panel-default:hover,
        #pay_method .panel-default:active,
        #pay_method .panel-default:focus {
            box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
            border: thin solid rgba(81, 203, 238, 1) !important;
        }

    #payment_method_mb {
        background: white;
        outline: none !important;
    }

        #payment_method_mb .modal-dialog {
            margin: 0;
            height: 100%;
            width: 100%;
        }

        #payment_method_mb .modal-content {
            border-radius: 0px;
            background: #f2f3f7;
        }

        #payment_method_mb .modal-body {
            /* position: fixed;  */
            max-height: calc(100vh - 160px);
            overflow-y: auto;
            margin-bottom: 10%;
        }

        #payment_method_mb .modal-footer {
            bottom: 0;
            position: absolute;
            width: 100%;
            background: #337ab7;
            display: block;
        }

        #payment_method_mb .modal-header .close {
            color: white;
            opacity: 1;
            text-shadow: none;
			display: none;
        }

    /* Jaja 13_02 */
    label.paymenttypetr {
        margin-bottom: 11px;
    }

    /* Jaja 03_02 */
    /* .paymenttypetr div {
			height: 30px;
        } */

    /* Jaja 04_02     */
    /* width */
    #payment_method_mb .modal-body::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    #payment_method_mb .modal-body::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    #payment_method_mb .modal-body::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        #payment_method_mb .modal-body::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
}

@media screen and (min-width: 992px) {
    #pay_method {
        position: relative;
        display: grid;
        align-content: flex-start;
        height: 600px;
        border: 1px solid #f0f0f0;
        background: #eaeef7;
        border-radius: 5px;
        overflow: hidden;
    }

    .link-de-initial,
    .link-de-end {
        padding: 10px !important;
        background: #eaeef7 !important;
        border-right: 0.5px solid #ddd;
    }

    .link-de-initial {
        border-radius: 0px;
    }

    .link-de-end {
        border-radius: 0px;
        border-top: 0.5px solid #ddd;
        height: 100vh;
    }
    /* Jaja 03_02 */
    .link-de {
        border-top: 0.5px solid #ddd;
        border-right: 0.5px solid #ddd;
        border-left: 4px solid #eaeef7;
        padding: 20px;
        background: #eaeef7 !important;
        color: #0561b8 !important;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        border-radius: 0px !important;
        width: 100%;
        font-size: 14px;
        word-break: break-word;
        outline: none !important;
    }

        .link-de:hover, .link-de:focus {
            text-decoration: none !important;
        }

        .link-de[aria-expanded="true"] {
            color: #0561b8 !important;
            background: #fff !important;
            border-left: 4px solid;
            border-right: none;
        }
    /* Jaja 04_02 */
    .content-de {
        position: absolute;
        top: 0px;
        right: 0px;
        /* height: 500px;
        overflow-x: auto; */
        /* padding: 15px 20px; */
        padding: 0px;
        background: white;
        border-radius: 0 5px 5px 0;
        border-bottom: 0px;
    }
    /* Jaja (14_02) */
    #pay_method .paymenttypetr {
        font-size: 12px;
        height: auto; /* 54px; Vincent */
        display: flex;
        flex-direction: column;
    }

        #pay_method .paymenttypetr span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 200px;
        }
    /* Jaja 03_02 */
    /* .paymenttypetr div {
		height: 30px;
	} */
    /*tooltips*/
    /*[data-title] {
        position: relative;
    }

        [data-title]:hover::before {
            content: attr(data-title);
            position: absolute;
            bottom: -15px;
            display: inline-block;
            padding: 3px 6px;
            border-radius: 2px;
            background: #000;
            color: #fff;
            font-size: 12px;
            white-space: nowrap;
            left: 0;
            width: 100%;
        }*/

    #pay_method .panel-heading {
        padding: 0px;
    }
    /* Jaja 29_01 */
    #pay_method .paymenttypetr:hover {
        background: #dededeb0;
    }
    /* Jaja 04_02 */
    #pay_method .panel-body {
        /* padding: 0px; */
        height: 600px;
        overflow-x: auto;
        padding: 15px;
    }

    #pay_method .panel, #pay_method .panel-body {
        border: none;
    }
        /* Jaja add 30_01 (display:flex;) */
        #pay_method .panel.panel-default {
            margin-top: 0px !important;
            display: flex;
        }

    #pay_method .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: none;
    }

    #pay_method .panel {
        border-radius: 0px;
    }

    .icon-checked {
        padding-right: 10px;
        font-size: 20px;
    }

    .icon-pay {
        padding-right: 5px;
    }

    .link-de[aria-expanded="true"] .fa-check-circle {
        color: #42c4a0 !important;
    }

    .link-de .fa-check-circle {
        color: #fff !important;
    }
    /* Jaja add(14_02) */
    input[type=radio] {
        /*vertical-align: top!important;*/
    }

    .arrow-toggle {
        display: none;
    }

    #payment_method_mb {
        padding-right: 0px !important;
        display: block !important;
        outline: none !important;
    }

        /* Jaja modified 30_01 (width: unset;)*/
        #payment_method_mb .modal-dialog {
            width: 100%;
            margin: 0;
        }

        #payment_method_mb .modal-content {
            border: none !important;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        #payment_method_mb .modal-body {
            position: unset !important;
            padding: 0 !important;
        }

    /* Jaja 13_02 */
    label.paymenttypetr {
       /* margin-bottom: 11px; */
    }

    /* width */
    #pay_method .panel-body::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    #pay_method .panel-body::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    #pay_method .panel-body::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        #pay_method .panel-body::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
}
/* style for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    input[type=radio] {
        -webkit-appearance: none;
        background: none;
        padding: 0px;
        margin-right: 5px;
        margin-top: 0px;
        vertical-align: middle;
    }

        input[type=radio]:checked {
            -webkit-appearance: none;
            background: none;
            padding: 0px;
            margin-top: 0px;
            vertical-align: middle;
        }

    #pay_method .enterdetailspayicon {
        /*margin-left: 25px;  Vincent */
        /*margin-top:-5px;	*/ /* Vincent */
        height: auto;
        width: 120px; /* 80px; Vincent */
    }
    /* Jaja 13_02 */
    label.paymenttypetr {
        margin-bottom: 11px;
    }
    /* .paymenttypetr div {
		height: 30px;
		display: block;
	} */
}
/* Vincent */
@media screen and (min-width: 992px) {
.img-width-display{
	width:134px !important;
}
}
/* End Vincent */

/* End Jaja Payment Method */

@media screen and (min-width: 992px) {
	#payment_method_mb .modal-dialog {
		width: 100%;
		margin: 0;
		max-width: unset;
	}
}

