@import "e-invoice.css";
body, input, select{
    font-family: popinsMedium;
}
.container.registration {
    position: absolute !important;
    top: 3% !important;
    z-index: 9999 !important;
  
    margin-left: 39% !important;
}

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    /*                background: rgba(4, 40, 68, 0.85);*/
}
.regWrapper {
    /*    display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        min-height: 100%;
        padding: 20px;*/
    /*                background: rgba(4, 40, 68, 0.85);*/
}

table.dataTable thead th, table.dataTable tfoot th{
    font-size: 14px !important;
}
.dataTables_wrapper{
    overflow: auto auto !important;
    
    /*height: 221px !important;*/
}
#busiPartnerDtlTbl td {
    font-size: 14px;
    color: black;
    line-height: 15px;
    white-space: nowrap;
}
/*button#btnAlignments {
    bottom: -219px;
    position: relative;
}*/
.login {
    /*border-radius: 12px 12px 15px 15px;*/
    padding: 20px;
    width: 100%;
    /*max-width: 320px;*/
    background: #ffffff;
    position: relative;
    /*padding-bottom: 80px;*/
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.login.loading button {
    max-height: 100%;
    padding-top: 50px;
}
.login.loading button .spinner {
    opacity: 1;
    top: 40%;
}
.login.ok button {
    background-color: #8bc34a;
}
.login.ok button .spinner {
    border-radius: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    height: 20px;
    animation: none;
    transform: rotateZ(-45deg);
}
.login input {
    display: block;
    padding: 15px 10px;
    margin-bottom: 10px;
    width: 100%;
    /*    border: 1px solid #ddd;*/
    border: none;
    border-bottom: 1px solid #ddd;
    transition: border-width 0.2s ease;
    border-radius: 2px;
    /*color: #ccc;*/
}
.login input + i.fa {
    color: #fff;
    font-size: 1em;
    position: absolute;
    margin-top: -47px;
    opacity: 0;
    left: 0;
    transition: all 0.1s ease-in;
}
.login input:focus {
    outline: none;
    /*color: #444;*/
    border-color: #3c8dbc;
    border-left-width: 0px;/*Changed from 35px to 0px by Vignesh.G on 26/12/2018*/
}
.login input:focus + i.fa {
    opacity: 1;
    left: 30px;
    transition: all 0.25s ease-out;
}
.login a {
    font-size: 0.9em;
    color: #3c8dbc !important;
    text-decoration: none;
}
.login .title {
    text-align: center;
    color: #444;
    font-size: 3.2em;
    font-weight: bold;
    /*margin: 10px 0 30px 0;*/
    border-bottom: 1px solid #eee;
    /*padding-bottom: 20px;*/
}
.registerLinkCls {
    color: #444;
    font-size: 0.8em;
    font-weight: bold;
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.login .indxBtn {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    background: #3c8dbc;
    color: #fff;
    display: block;
    border: none;
    margin-top: 30px;
    /*position: absolute;*/
    left: 0;
    /*bottom: 0;*/
    max-height: 60px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transform: rotateZ(0deg);
    transition: all 0.1s ease-out;
    /*border-bottom-width: 7px;*/
}
.login .indxBtn .spinner {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    border: 4px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    left: 50%;
    top: 0;
    opacity: 0;
    margin-left: -20px;
    margin-top: -20px;
    animation: spinner 0.6s infinite linear;
    transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.login:not(.loading) .indxBtn:hover {
    box-shadow: 0px 1px 3px #3c8dbc;
}
.login:not(.loading) .indxBtn:focus {
    border-bottom-width: 0px;/*Changed from 4px to 0px by Vignesh.G on 26/12/2018*/
}
.termsConditionLog{
    padding: 2px;border-radius: 5px;
    /*background-color:#c3cad4;*/
}


/*.register {
    border-radius: 12px 12px 15px 15px;
    padding: 70px 80px 80px 80px;
    width: 90%;
    max-width: 320px;
    background: #ffffff;
    position: relative;
    padding-bottom: 80px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}*/
/*.register .loading button {
    max-height: 100%;
    padding-top: 50px;
}
.register .loading button .spinner {
    opacity: 1;
    top: 40%;
}
.register .ok button {
    background-color: #8bc34a;
}
.register .ok button .spinner {
    border-radius: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    height: 20px;
    animation: none;
    transform: rotateZ(-45deg);
}
.register .row .col input {
    margin-bottom: 10px;
        border: none;
        border-bottom: 1px solid #ddd;
        transition: border-width 0.2s ease;
        border-radius: 2px;
    color: #ccc;
}

.register input + i.fa {
    color: #fff;
    font-size: 1em;
    position: absolute;
    margin-top: -47px;
    opacity: 0;
    left: 0;
    transition: all 0.1s ease-in;
}*/
/*.register input:focus {
    outline: none;
    color: #444;
    border-color: #3c8dbc;
    border-left-width: 35px;
}
.register input:focus + i.fa {
    opacity: 1;
    left: 30px;
    transition: all 0.25s ease-out;
}*/
/*.register a {
    font-size: 0.9em;
    color: #3c8dbc;
    text-decoration: none;
}
.register .title {
    color: #444;
    font-size: 2em;
    font-weight: bold;
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.register #registerBtn {
    height: 100%;
    padding: 5px 5px;
    background: #3c8dbc;
    color: #fff;
    display: block;
    left: 0;
    bottom: 0;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 2px 2px;
    transform: rotateZ(0deg);
    transition: all 0.1s ease-out;
    border-bottom-width: 7px;
}*/

/*.registerLinkCls {
    color: #444;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.register .indxBtn {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    background: #3c8dbc;
    color: #fff;
    display: block;
    border: none;
    margin-top: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 60px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 2px 2px;
    transform: rotateZ(0deg);
    transition: all 0.1s ease-out;
    border-bottom-width: 7px;
}
.register .indxBtn .spinner {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    border: 4px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    left: 50%;
    top: 0;
    opacity: 0;
    margin-left: -20px;
    margin-top: -20px;
    animation: spinner 0.6s infinite linear;
    transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.register:not(.loading) .indxBtn:hover {
    box-shadow: 0px 1px 3px #3c8dbc;
}
.register:not(.loading) .indxBtn:focus {
    border-bottom-width: 4px;
}*/

/*footer {
    display: block;
    text-align: center;
    color: #ddd;
    font-weight: normal;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    font-size: 0.8em;
}*/
footer a, footer a:link {
    color: #fff;
    text-decoration: none;
}

/*#businessPartner{
    background-color: #e4f2fd;
    background: linear-gradient(#f0f9ff, #a1dbff); 
    border: none;
    font-size: 15px;
    font-weight: 400;
    width: 180px;
    margin-bottom: 7px;
    outline: none;
}
#businessPartner:hover{
    background-color: #a1dbff;
}*/

input.red-placeholder::-webkit-input-placeholder {
    color: red !important;
}

#invoicePreviewPopup
{
    display: none;
    z-index:2000000;
    position: fixed;
    top: 20%;
    left: 30%;
    background-color: #FFFFFF;
    border-radius:6px;
    border: 2px #3B5A9A solid;
}

.processLoader
{
    font-weight:bold;
    font-size:0.9em;
    position: absolute;
    display:none;
    top: 35%;
}

div.dimmerdiv
{
    background:#000000;
    height:100%;
    left:0;
    opacity:0.5;
    filter:alpha(opacity=60);	
    position:fixed;
    top:0;
    width:100%;
    z-index:100006;
}

/*.overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: ivory;
    z-index: 2;
    cursor: pointer;
}*/

.billingTable{
    /*font-size:10pt;*/
    color:#333333;
    width:98%;
    /*border-top: 1px solid #3B5A9A;
    border-left: 1px solid #3B5A9A;*/
    border-collapse: collapse;
}
.billingTable th {
    font-size:9pt;
    background-color:#cadffa;
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #CCCCCC;
    text-align:center;
}
.billingTable tr {
    background-color:white;
}
.billingTable td {
    font-size:9pt;
    /*    padding: 4px;*/
    border-right: 1px solid  #CCCCCC;
    border-bottom:1px solid  #CCCCCC;
    border-left:1px solid  #CCCCCC;
    text-align: center;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.modal {
    text-align: center;
}

.upaidInvoiceDtlCls tr td label{
    margin-top: 0;
    margin-bottom: 0;
}
.upaidInvoiceDtlCls{
    width: 33%;
    text-indent: 2px;
    /*border: 1px solid lightgreen;*/
}

#businessPartnerDiv
{
    background-color: #FFFFFF;
    border-radius:6px;
    border: 1px #2b3d83 solid;
}

.businessPartnerHeading
{
    background-color: #3c8dbc;
    font-family: popinsMedium;
    font-size: 12pt;
    font-weight:normal;
    padding-bottom:5px;
    color:#ffffff;
    border-top:1px solid #FFFFFF;
    border-radius:1px;
    height:25px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 100px solid red;
    border-right: 100px solid transparent;
}

.alignTextCenterCls{
    text-align: center;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
}

@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.multiselect-container{
    width: 100% !important;
}

::-webkit-input-placeholder {
    font-size: 12px;
}

/* Set height of the grid so .sidenav can be 100% (adjust if needed) */
.row.content {height: 1500px}

/* Set gray background color and 100% height */
/*.sidenav {
    background-color: #f1f1f1;
    height: 100%;
}*/

/* Set black background color, white text and some padding */

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }
    .row.content {height: auto;} 
}

.table-fixed {
    width: 100%;
    background-color: #f3f3f3;
}
.table-fixed tbody {
    height: 200px;
    overflow-y: auto;
    width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}
.table-fixed tbody td {
    float: left;
}
.table-fixed thead tr th {
    float: left;
    background-color: #3c8dbc;
}
.hvClsForService:hover{
    text-decoration: underline;
}
.borderNoneCls{
    /*border: none;*/
}


/* Image zoom on hover + Overlay colour */
.parent {
    /*width: 45%;*/
    /*    margin: 20px;
        height: 300px;*/
    /*border: 1px solid blue;*/
    overflow: hidden;
    /*position: relative;*/
    /*float: left;*/
    /*display: inline-block;*/
    cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}

/* Media Queries */
@media screen and (max-width: 960px) {
    .parent {width: 100%; margin: 20px 0px}
}

.selectedPaymentDivBackCls{
    background:linear-gradient(120deg, rgba(35, 178, 232, 0.50) , rgba(0, 0, 100, 0));
    /*url('../image/check-mark.png')*/
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 100% 100%;*/
}
.paymentGatewayDetailCls{
    background:linear-gradient(120deg, rgba(25, 70, 100, 0.3) , rgba(0, 0, 100, 0) );
    /*url('../image/check-mark.png')*/
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 100% 100%;*/
}

.radioBtnAlignment{
    text-indent: 13px;
}

/*//Dhanissh large desktop device*/
/*@media only screen and (min-height: 943px) and (max-height: 955px) {
    .upaidInvoiceDtlDivCls {
        height: 580px !important;
    }
}*/