/* ---------------------------------
    General 
   --------------------------------- */
body{
    background-color: #ffffff;
}

/* ---------------------------------
    App Container
   --------------------------------- */
.app-container{
    position: relative;
    margin: 0;
    background-color: #eef2f5;
}
.content-panel{
    position: relative;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    border-radius: 2px;
}
.container-full-height{
    height: 100vh;
}
@media (min-height: 1080px){
    .container-new{
        height: 100vh;
    }
}
@media (min-width: 1200px){
    .container-new{
        width: 890px;
    }
    .container-payment{
        width: 890px;
    }
}
@media (max-width: 414px){
    .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
}

/* ---------------------------------
    Common Element
   --------------------------------- */

.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #414141;
    height: 36px;
}
.btn-outline{
    border: 1px solid #e6e6e6;  
}
.btn-dashboard{
    padding: 6px 15px 6px 15px;
    margin-right: 6px;
}
.btn:hover{
    color: #414141;
    background-color: #f2f2f2;
}
.btn-blue{
    background-color: #3d9bd9;
    color: #ffffff;
}
.btn-blue:hover{
    color: #ffffff;
    background-color: #3283b8;
}
@media (max-width: 414px){  
    .btn{
        width: 48%;
    }
}

.payment-table-box{
    overflow-x: auto;
}
.table-style{
    width: 100%;
}
.table-style th{
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}
.table-style td{
    border-bottom: 1px solid #ddd;
    height: 50px;
}
.table-content{
    color: #808285;
    font-size: 14px;
    font-weight: 100;
    white-space: nowrap;
    padding: 8px 8px 8px 8px;
}
.table-content-left{
    text-align: left;    
}
.table-content-right{
    text-align: right;
}
.table-outline{
    border: 1px solid #eeeeee;
}
@media (max-width: 414px){   
    .table-style{
        border: 1px solid #eeeeee;
    }
}
/* ---------------------------------
    Common Element
   --------------------------------- */

/* ---------------------------------
    Top Section
   --------------------------------- */

.top-section{
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: row;
}
.fixed-box{
    flex: 0 0 50%;
}
.logo-box{
    margin: 0 0 20px 0;
    padding: 0;
}
.logo-box img{
    max-height: 40px;
}
.view-title p{
    font-size: 16px;
    font-weight: 100;
    margin: 0;   
    color: #414141;
    width: 60%;
}
.fixed-box-bottom-align{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.contact-box{
    width: 100%;
    padding: 5px;
}
.ico{
    display: inline-block;
    width: 23px;
    height: 17px;
    position: relative;
    bottom: -4px;
    margin-right: 5px
}
.mail{
    background: url(../../assets/images/envolope.png) 0 0 no-repeat;
}
.tel{
    background: url(../../assets/images/telephone.png) 0 0 no-repeat;
}
.contact-box p{
    color: #414141;
    font-size: 15px;
    font-weight: 100;
    margin: 15px 0 0 0;
    line-height: 1.75;
    white-space: nowrap;
}
.contact-box a{
    text-decoration: none;
    color: #414141;
    font-size: 15px;
    font-weight: 100;
    white-space: nowrap;
    margin-left: 2px;
}
.contact-box a:hover{
    color: #fb8160;
}
.decision-section{
    display: flex;
    margin: 30px 0 0 0;
}
.decision-box{
    flex: 0 0 50%;
}
.right-decision{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 768px){
    .fixed-box{
        padding: 0 10px 0 0;
    }
}
@media (max-width: 736px){
    .top-section{
        flex-direction: column;
    }
    .fixed-box{
        flex: 0 0 100%;
    }
    .contact-box{
        padding: 0;
    }
}
@media (max-width: 414px){
    .top-section{
        margin: 15px 0 0 0;
    }
    .logo-box img{
        max-height: 30px;
    }
    .view-title p{
        font-size: 14px;
    }
    .contact-box p{
        font-size: 14px;
        margin: 10px 0 0 0;
    }
    .contact-box a{
        font-size: 14px;
    }
    .decision-section{
        flex-direction: column;
        margin: 15px 0 0 0;
    }
    .decision-box{
        flex: 0 0 100%;
    }
    .left-decision{
        display: flex;
        justify-content: center;
    }
    .right-decision{
        margin: 10px 0 0 0;
        justify-content: center;
    }    
}
/* ---------------------------------
    Top Section
   --------------------------------- */



/* ---------------------------------
    Dashboard
   --------------------------------- */

.dashboard-decision-box{
    background-color: #f2f2f2;
    margin: 25px 0 0 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}
.dashboard-title{
    color: #414141;
    font-size: 18px;
    font-weight: 100;
    margin: 5px 0 0 20px;
}
.group-btn{
    width: 40%;
    border-color: #dddddd;
}
.group-btn:hover{
    background-color: #fbfbfb;
}
.left-btn{   
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.right-btn{
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 20px;
}
.in-status{
    margin: 0;
    padding: 2px 5px 0 5px;
    width: 80%;
    height: 25px;
    padding-bottom: 25px;
    color: #ffffff;
    text-align: center;
    border-radius: 15px;
}
.in-active{
    background-color: #008026;
}
.in-deactive{
    background-color: #e50f0f;
}
.tbl-status-col{  
    padding: 8px 8px 8px 20px;
}
.tbl-amount-col{ 
    padding: 8px 20px 8px 8px;
}
.tbl-summary-col{
    width: 45%;  
    padding: 8px 50px 8px 8px;
}
.active-row{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.active-row:hover{
    cursor: pointer;
    background-color: #f2f2f2;
}
.paid-table-visible{
    display: block;
}
.paid-table-hide{
    display: none;
}
.empty-table{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}
.empty-table h1{
    color: #414141;
    font-size: 14px;
    font-weight: 100;
}
.dashboard-bottom-box{
    background-color: #f9f9f9;
    margin: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    padding: 0;
}
.pagination-list-invoice{
    display: inline-block;
    padding-left: 20px;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination-list-invoice>li{
    display: inline;
}
.pagination-list-invoice>li>a{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #b3b3b3;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;  
    text-align: center;
}
.pagination-previous-next{
    width: 80px;
}
.pagination-previous-next:hover{
    background-color: #f2f2f2;
}
.pagination-number{
    width: fit-content;
    pointer-events: none;
    cursor: default;
}
.dashboard-tot-txt{
    color: #a7a9ac;
    font-size: 25px;
    font-weight: 100;
    margin: 0 18px 0 0;
}
.dashboard-tot-amount{
    color: #414141;
    font-size: 25px;
    font-weight: 100;
    padding: 0 20px 0 0;
}
@media (max-width: 414px){
    .dashboard-decision-box{
        flex-direction: column;
        margin: 15px 0 5px 0;
        width: 100vw;
        margin-left: -15px;
        border-bottom: 0px solid #dddddd;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .dashboard-title{
        text-align: center;
        margin: 5px 0 5px 0;
        font-size: 16px;
        font-weight: 600;
    }
    .right-btn{
        margin-right: 0;
    }
    .dashboard-bottom-box{
        margin: 5px 0 0 -15px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        flex-direction: column;
        width: 100vw;
    }
    .pg-amt-order{
        order: 2;
        display: flex;
        align-content: center;
        justify-content: center;
        margin: -12px 0 0 0;
    }
    .amt-pg-order{
        order: 1;
        display: flex;
        align-content: center;
        justify-content: flex-end;
        margin: -12px 0 0 0;
    }
    .pagination-list-invoice{
        padding-left: 0;
    }
    .btn-status{
        width: 100%;
    }
    .dashboard-tot-txt{
        font-size: 18px;
    }
    .dashboard-tot-amount{
        font-size: 18px;
    }
}
@media (max-width: 320px){
    .group-btn{
        width: 48%;
    }
}
/* ---------------------------------
    Dashboard
   --------------------------------- */




/* ---------------------------------
    Single Invoice
   --------------------------------- */
.pdf{
    margin-right: 10px;
}
.invoice-title-box{
    background-color: #f2f2f2;
    margin: 25px 0 0 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.invoice-title-box h2{
    margin: 0;
    font-size: 22px;
    font-weight: 100;
    color: #414141;
}
@media (max-width: 414px){
    .invoice-title-box{
        width: 100vw;
        margin-top: 15px;
        margin-left: -15px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .invoice-title-box h2{
        font-size: 18px;
    }
    .pdf{
        margin-right: 6px;
    }
}

.invoice-box{
    position: relative;
    background-color: #ffffff;   
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 40px 20px 0 20px;
    margin: 0 0 100px 0;
    display: block;
}
.payment-top-box{
    display: flex;
    margin: 0 0 35px 0;
}
.payment-left{
    width: 60%;
}
.contact-box h4{
    display: inline-block;
    color: #808285;
    font-size: 15px;
    font-weight: 100;
    margin: 0;
    width: fit-content;
}
.contact-box-new-sty{
    padding: 0;
}
.payment-right{
    width: 40%;
}
.id-section h4{
    margin: 0;
    color: #808285;
    font-size: 12px;
    font-weight: 100;
    white-space: nowrap;
}
.id-section p{
    margin: 0 0 20px 0;
    color: #414141;
    font-size: 14px;
    font-weight: 100;
    white-space: nowrap;
}
.date-section h4{
    margin: 0;
    color: #808285;
    font-size: 12px;
    font-weight: 100;
    white-space: nowrap;
}
.date-section p{
    margin: 0 0 20px 0;
    color: #414141;
    font-size: 14px;
    font-weight: 100;
    white-space: nowrap;
}
.customer-section h4{
    margin: 0;
    color: #808285;
    font-size: 12px;
    font-weight: 100;
}
.customer-section p{
    margin: 0;
    color: #414141;
    font-size: 14px;
    font-weight: 100;
}
.payment-title-box{
    display: block;  
    margin: 0 0 30px 0;
}
.payment-title-box h1{
    font-size: 20px;
    font-weight: 100;
    color: #414141;
    margin: 0 0 10px 0;
}
.payment-title-box h3{
    font-size: 14px;
    font-weight: 100;
    color: #414141;
    margin: 0;
}
.description{
    width: 60%;   
    padding: 8px 50px 8px 8px;
}
.payment-total-box{
    display: flex;    
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    margin: 10px 0 60px 0;
}
.payment-total-box h1{
    width: fit-content;
    color: #000000;
    font-size: 22px;
    font-weight: 100;
    margin: 0;
    white-space: nowrap;
}
@media (max-width: 1024px){
    .payment-left{
        padding: 0 60px 0 0;
    }
}
@media (max-width: 736px){
/*    .invoice-box{
        margin: 0;
    }*/
    .payment-top-box{
        flex-direction: column;
    }
    .payment-left{
        width: 100%;
    }
    .payment-right{
        width: 100%;
    }
    .payment-title-box{ 
        margin: 50px 0 30px 0;
    }
}
@media (max-width: 414px){
    .invoice-box{
        padding: 20px 0 0 0;
    }
    .payment-top-box{
        margin: 0 0 5px 0;
    }
    .logo-box{
        margin: 0 0 10px 0;
    }
    .payment-title-box{ 
        margin: 20px 0 20px 0;
    }
    .payment-title-box h1{
        font-weight: 600;
    }
    .payment-left{
        padding: 0 0 0 0;
        margin-bottom: 12px;
    }
    .payment-total-box{
        justify-content: center;
        margin: 10px 0 20px 0;
    }
    .payment-total-box h1{
        font-size: 20px;
    }
    .id-section p{
        margin: 0 0 8px 0;
    }
    .date-section p{
        margin: 0 0 8px 0;
    }
    .table-style{
        border: 1px solid #eeeeee;
    }
}
@media (max-width: 375px){
    .payment-title-box h1{
        font-size: 18px;
    }
}
@media (max-width: 320px){
    .payment-title-box h1{
        font-size: 15px;
    }
}

/* ---------------------------------
    Single Invoice
   --------------------------------- */


/* ---------------------------------
    Payment
   --------------------------------- */

.pay-box{
    margin: 25px 0 85px 0;
    /*margin: 25px 0 25px 0;*/
    border-radius: 6px;
    padding: 10px 20px;
    border: 1px solid #ddd;
}
.pay-title{
    margin: 0;
    padding: 0 190px;
}
.pay-title h1{
    display: inline-block;
    font-size: 22px;
    font-weight: 100;
    color: #414141;
}
.pay-form-box{
    margin: 10px 0 0 0;
}
.pay-form{
    margin: 0;
    padding: 0 190px;
}
.pay-field-box{
    display: flex;
    flex-direction: column;
    margin: 0 0 10px 0;
}
.pay-field-box label{
    color: #757575;
    font-size: 14px;
    font-weight: 100;
    margin: 0 0 5px 0;
}
.pay-input{
    display: block;
    outline: none;
    box-shadow: none;
    border: 1px solid #e6e6e6;
    height: 40px;
    font-size: 16px;
    border-radius: 6px;
    padding-left: 20px;
    background-color: #fff;
    background-image: none;
    color: #414141;   
    line-height: normal;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.select-tag-wrapper{
    position: relative;
    width: 60%;
}
.select-tag-wrapper:after{
    position: absolute;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    font-weight: 400;
    z-index: 1;
    top: 2px;
    right: 2px;
    bottom: 2px;
    color: #999999;
    width: 30px;
    text-align: center;
    padding: 6px 2px;
    pointer-events: none;
    background-color: #fff;
}
.select-tag{
    display: block;
    outline: none;
    box-shadow: none;
    border: 1px solid #e6e6e6;
    height: 40px;
    font-size: 16px;
    border-radius: 6px;
    padding: 6px 20px; 
    background-color: #fff;
    background-image: none;
    color: #414141;
    line-height: normal;    
    width: 100%;   
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-transition: border-color ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}
.check-box-wrapper{
    flex-direction: row;
    align-items: center;
}
.check-style{
    margin: 0 10px 0 0;
}
.accept-txt{
    margin: 0;
    color: #414141;
}
.terms-condition{
    margin: 0;
    color: #757575;
}
.terms-condition:hover{
    color: #fb8160;
}
.pay-btn{
    width: fit-content;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px){
    .pay-title{
        padding: 0 150px;
    }
    .pay-form{
        padding: 0 150px;
    }
}
@media (max-width: 768px){
    .pay-title{
        padding: 0 0;
    }
    .pay-form{
        padding: 0 0;
    }
}
@media (max-width: 414px){
    .pay-input{
        width: 100%;
    }
    .select-tag-wrapper{
        position: relative;
        width: 100%;
    }
    .pay-btn{
        width: 100%;
    }
    .pay-title h1{
        font-size: 18px;
    }
}
/* ---------------------------------
    Payment
   --------------------------------- */


/* ---------------------------------
    Bottom
   --------------------------------- */
.bottom-box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background-color: #eef2f5;
    /*margin: 0 -15px -15px -15px;*/
    margin: 0 -15px 0px -15px;
    bottom: 0;
    position: absolute;
    width: 100%
}
.bottom-box a{
    text-align: center;
    text-decoration: none;
    color: #a7a9ac;
    font-size: 14px;
    font-weight: 100;
}
.bottom-box img{
    height: 30px;
    width: 30px;
    vertical-align: middle;
}
.bottom-box a:before{
    content: "Powered by "
}
.bottom-box a:after{
    content: " Domedia"
}
@media (max-width: 414px){
    .bottom-box{
        width: 100vw;
        margin-left: -15px;
    }
    .bottom-box img{
        height: 20px;
        width: 20px;
    }
}
/* ---------------------------------
    Bottom
   --------------------------------- */

