.payment-interface{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1px;
}

.payment-interface input,
.payment-interface textarea{
	border: 1px solid rgb(204, 208, 210);
}

.text-right {
	text-align: right;
}

/*.footer{
    display:none;
}*/

.hide{
	display:none;
}

.payment-interface textarea.form-control {
    height: auto;
}

.payment-interface .row {
    margin-top: 25px;
}

.payment-interface button{
	border: 1px solid #3097d1;
	background-color: #3097d1;
}

.payment-interface .btn.disabled, 
.payment-interface .btn[disabled], 
.payment-interface fieldset[disabled] .btn{
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.payment-interface form{
	font-size: 16px;
}

.payment-interface textarea:focus, 
.payment-interface input:focus{
	border-color: #98cbe8 !important;
}

.payment-title{
    font-size: 20px;
    font-weight: 600;
    color: black;
}

#border_bottom{
    margin-top: 50px;
    border-bottom: 2px solid #D3D3D3;
}

#scanner_block{
    margin-top: 50px;
    width: 100%;
    position: relative;
}

#back_payment{
    margin: 20px;
}

#preview{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.text-left {
    text-align: left;
}

.decoration-none{
    text-decoration: none;
}

.btn-success{
	color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-primary.active, 
.btn-primary:active, 
.btn-primary:hover{
    color: #fff;
    background-color: #1f648b;
    border-color: #133d55;
}

.btn-danger.active, 
.btn-danger:active, 
.btn-danger:hover{
    color: #fff;
    background-color: #78341a;
    border-color: #411c0e;
}

.btn-success.active, 
.btn-success:active, 
.btn-success:hover{
    color: #fff;
    background-color: #196c4b;
    border-color: #0d3625;
}

.ui-widget input, 
.ui-widget select, 
.ui-widget textarea, 
.ui-widget button {
    font-family: Lato, sans-serif;
    font-size: 14px;
}

.payment-header{
    margin-top: 20px;
    margin-bottom: 50px
}

.payment-interface .action_column{
    width: 20%;
}

.responsive-table{
    overflow-x:auto;
    width: 100%;
}

.payment-interface #timeline_pic_download,
.payment-interface #company_pic_download{
	color: black;
    text-decoration: underline;
}

.payment-interface #word_count{
	position: absolute;
    right: 20px;
    bottom: -20px;
}

.payment-interface .row .square {
    width: 200px;
    height: 200px;
    background-color: #eee;
    border: 1px solid #ccd0d2;
    position: relative;
}
  
.payment-interface .square img {
    position: absolute;
    width: 100%;
    height: 100%;
}
  
.payment-interface  .circle {
    height: 200px;
    width: 200px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #ccd0d2;
    position: relative;
}
  
.payment-interface  .circle img {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
}

.download-image.row{
    margin-top: 0px;
}

.margin-top-thirty{
    margin-top: 30px;
}

.payment-interface #empty_title{
    display: none;
}

.payment-interface #empty_registration_number{
    display: none;
}

.payment-interface #empty_payment_email{
    display: none;
}

.payment-interface #swap_camera{
    display: none;
}

.payment-interface .display-none{
    display: none !important;
}

.payment-interface .inline{
    display: inline-flex;
}

.payment-interface .align-center{
    margin: 0 auto;
    float: none;
    align-items: center;
}

#qr_scanner_frame{
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 50%;
    width: 40%;
    transform: translate(50%,-50%);
}

.dialog-box-icon{
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}

.text-center.font-grey{
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}

#taken_payment_details {
    width: 85%;
    margin: 0 auto;
}

#taken_payment_details table{
    width: 100%;
}

#taken_payment_details table tr td:nth-child(1){
    vertical-align: baseline;
    text-align: right;
    padding-right: 5px;
    min-width: 150px;
}

#taken_payment_details table tr td:nth-child(2){
    text-align: left;
    padding-left: 5px;
    vertical-align: baseline;
}

@media only screen and (max-width: 1000px) {
    .download-image.row{
        margin-top: -30px;
    }
}

@media only screen and (max-width: 1000px) {
    .payment-interface #qr_scanner_frame{
        top: 42%;
    }
}

@media only screen and (max-width: 768px) {
    .payment-interface .take-attn-memberid.row{
        margin-top: 25px;
        flex-flow: nowrap;
    }

    .payment-interface .take-attn-memberid .width-half {
        width: 50%;
    }

    .payment-interface .take-attn-memberid .width-half a{
        margin-top: 5px;
    }

    .payment-interface #qr_scanner_frame{
        top: 39%;
    }

    #border_bottom{
        margin-top: 0px;
    }

    .payment-interface #word_count{
        right: 0px;
    }

    .ui-dialog.ui-corner-all {
        width: 100% !important;
    }

    .payment-interface #scanner_block {
        height: auto;
        margin-top: 20px;
    }

    .payment-interface #swap_camera{
        display: block;
        width: 100%;
    }

    #swap_camera img{
        float: right;
        width: 60px;
        height: 30px;
        margin: 10px 0;
    }

    .margin-bottom-gap{
        margin-bottom: 30px !important
    }
}

@media only screen and (max-width: 768px){
    #create_payment_form .col-md-1, 
    #create_payment_form .col-md-2, 
    #create_payment_form .col-md-3, 
    #create_payment_form .col-md-4, 
    #create_payment_form .col-md-5, 
    #create_payment_form .col-md-6, 
    #create_payment_form .col-md-7, 
    #create_payment_form .col-md-8, 
    #create_payment_form .col-md-9, 
    #create_payment_form .col-md-10,
    #create_payment_form .col-md-11, 
    #create_payment_form .col-md-12{
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .padding-left-gap{
        padding-left: 0px !important;
    }

    .payment-interface .row {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px){

    video {
        width: 230px;
        height: 300px;
        object-fit: cover;
    }
    
    #qr_scanner_frame{
        width: 80%;
    }

    #taken_payment_details {
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 420px){
    #taken_payment_details {
        width: 100%;
    }

    .ui-dialog #create_payment_dialog.ui-dialog-content{
        padding: 5px;
    }
}

@media only screen and (max-width: 362px){
    #taken_payment_details table tr td{
        padding-left: 0px;
        padding-right: 0px;
    }
}