/* LET THE STYLING BEGIN */

body {
    font-family: LatoRegular, sans-serif;
    font-size: 15px;
    line-height: 1.428571;
    color: #313949;

}

#Invoicecontent, #Orgcontent{
    width: 100%;
    overflow-x: auto;
}

#storedorgtable table,
#searchedorgtable table,
#storedorgtable th,
#searchedorgtable th,
#storedorgtable td,
#searchedorgtable td,
#invoicetable table,
#invoicetable th,
#invoicetable td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 15px;
    text-align: left;
}

th {
    /* padding: 15px; */
    text-align: center;
}

td {
    text-align: left;
}

#storedorgtable,
#searchedorgtable,
#invoicetable {
    margin-bottom: 20px;
}

#authorizeDiv {
    user-select: none;
}

#authorizeDiv table,
#authorizeDiv th,
#authorizeDiv td {
    border: none;
}

.Eachfield {
    margin-top: 15px;
    width: 70%;
    display: block;
}
.eachrow{
    width: 80%;
}
.EachDate {
    margin-top: 15px;
    height: 30px;
   width: 40%;
}
.Eachlabel{
text-align: left;
width: 30%;
}
 .Eachinput,#postingstatus{
width:20%
} 
#filtersection{
    width: 90%;
    box-shadow: 4px 1px 10px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(113, 113, 113, 0.24);
    background: white;
    border-radius: 3px;
}

.Eachfieldlabel {
    text-align: left;
    display: inline-block;
    width: 35%;
    font-weight: 500;
}

.Eachfieldinput {
    width: 30%;
    display: inline-block;
}

.Eachfieldlabel+.Eachfieldinput,
.Eachlabel+.Eachinput,
.Eachfieldlabel+#TaxType,.Eachfieldlabel+#InvoiceStatus,.Eachfieldlabel+#BranchEnabled,
.Eachfieldlabel+#OrgBranch,
.Eachfieldlabel+#EnvType,
.Eachlabel+#postingstatus {
    margin-left: 5%;
}

.frmerrdiv {
    color: #cb3525;
    margin-left: 25%;
    width: 30%;
}

/*Dropdown*/
.zdPopover {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    z-index: 3;
}


.inputDropdown {
    border: solid 1px rgba(0, 0, 0, 0.1);
    max-height: 180px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.inputDropdown li {
    padding: 7px 9px;
    line-height: 1.428571;
    background-color: #fff;
    transition: all 0.3s ease;
}

.inputDropdown li:hover {
    color: #ffffff;
    background-color: #691f74;
}

.zcSelect.zcSelect--inline.zcSelect--inline+.zcSelect--inline {
    margin-left: 10px;
}

#ExpiryDate+.typeoftax {
    margin-top: 25px;
}
.zcSelect {
    padding: 6px 2px 3px 16px;
    border: 1px solid #E7E7E7;
    border-radius: 2px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.zcSelect.zcSelect--inline {
    display: inline-block;
    width: 50%;
    height: 37px;
}

.zcSelect span {
    display: block;
    line-height: 1.5;
}

#authorize_books,#logout_ctr{
    margin-left: 1%;
}

.zcSelect i#Tax,
.zcSelect i#Status,.zcSelect i#branchcf,.zcSelect i#branchicon {
    position: absolute;
    right: 15px;
    /* font-size: 10px; */
    color: #848484;
    top: 2px;
    line-height: 24px;
}


#myInput {
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 97%;
    padding: 7px 18px 7px 34px;
    border: 1px solid #ddd;
    margin-top: -11px;
    /* margin-top: 1px; */
    margin-left: 7px;
}

#dropdownsearchicon {
    top: 14px;
    left: 17px;
    opacity: 0.58;
    position: relative;
    z-index: 1;
}

/*login page styles*/

div.login {
    padding-top: 10px;
    height: 200px;
    width: 500px;
    margin: 0 auto;
}

div.forgotpwd {
    display: none;
}

.pwdfnbtn {
    width: 40%;
    padding: 8px;
    border-radius: 8px;
}

/* Full-width input fields */
#emailid {
    width: 90%;
    padding: 15px;
    margin: 15px 0 22px 0;
    display: inline-block;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
}

/* Add a background color when the inputs get focus */
#emailid:focus,
input[type=password]:focus {
    outline: none;
}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 200%;
    opacity: 0.9;
}

button:hover {
    opacity: 1;
}


/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: #474e5d;
}

/* Modal Content/Box */
.modal-content {
    margin: 5% auto 15% auto;
    /* 5% from the top, 15% from the bottom and centered */
    width: 25%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

.close:hover,
.close:focus {
    color: #f44336;
    cursor: pointer;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Float cancel and signup buttons and add an equal width */
.seperatebtn {
    width: 10%;
    padding: 8px;
    border-radius: 8px;
}

/*tab styles*/
.topnav {
    overflow: hidden;
}

.topnav a {
    float: left;
    display: block;
    color: #313949;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
}

/* .topnav li.active {
    border-bottom: 3px solid #1c9efc;
    font-family: LatoBold, sans-serif !important;
} */
.topnav li.active {
    background-color: #ff6c37;
    font-family: LatoBold, sans-serif !important;
}

.topnav li.active a,
.topnav li:hover a {
    /* opacity: 1; */
    font-family: LatoBold, sans-serif !important;
}

/* .topnav li a {
       border-bottom: 1px solid #e5e5e5;
} */

.topnav .tab {
    /* background-color: #fdfdfd;
    border-style: solid;
    border-width: 1px 0;
    border-color: #F4F4F4; */
    height: 40px;
}

/* loading */

.zmIntegLoad div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid #691f74;
    border-radius: 50%;
    animation: zmIntegLoad 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #691f74 transparent transparent transparent;
}

.zmIntegLoad div:nth-child(1) {
    animation-delay: 0.10s;
}

.zmIntegLoad div:nth-child(2) {
    animation-delay: 0.20s;
}

.zmIntegLoad div:nth-child(3) {
    animation-delay: 0.30s;
}

.zmIntegLoad.fixedCenter {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.zmIntegLoad {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 285px;
}

@keyframes zmIntegLoad {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Pagination style */

.box {
    float: left;
    padding: 30px 0px;
}

.clearfix::after {
    clear: both;
    display: table;
}

.options {
    /*  margin: 5px 0px 0px 0px; */
    float: left;
}

.pagination {
    float: right;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.activepage {
    color: #fff;
    background-color: #691f74;
    border: 1px solid #691f74;
}

.pagination a:hover:not(.activepage) {
    background-color: #ddd;
}

/*Fixed table header*/
.tableFixHead {
    overflow-y: auto;
    height: 308px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
}

/* th,
td {
    padding: 8px 16px;
    border: 1px solid #ccc;
}

th {
    color: #fff;
    background-color: #691f74;
}

.table-hover>tbody>tr:hover {
    background-color: #691f74;
    border-color: #ddd;
    color: #fff;
}

.bootstrap-table-tr {
    cursor: pointer;
}
 */
/*Fixed table header*/

/*Date format change*/

.formatedate,.setupformatedate {
    position: relative;
    width: 150px;
    height: 24px;
    padding: 10px;
}

.formatedate:before {
    position: absolute;
    top: 1px;
    left: 3px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}
.setupformatedate:before {
    position: absolute;
    top: 1px;
    left: 11px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}
.formatedate::-webkit-datetime-edit,
.formatedate::-webkit-inner-spin-button,
.formatedate::-webkit-clear-button,
.setupformatedate::-webkit-datetime-edit,
.setupformatedate::-webkit-inner-spin-button,
.setupformatedate::-webkit-clear-button
{
    display: none;
}

.formatedate::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 1px;
    right: 0;
    color: black;
    opacity: 1;

}
.setupformatedate::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 9px;
    right: 7px;
    color: black;
    opacity: 1;

}
.orgsection{
    width: 90%;
    box-shadow: 4px 1px 10px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(113, 113, 113, 0.24);
    background: white;
    border-radius: 3px;
    padding: 10px 0 16px 0;
    margin-bottom: 10px;
}
.orgheading{
    font-weight: 600;
    margin-bottom: 20px;
}


/*Success msg and Error Msg*/
.zcMsg {
    text-align: center;
    width: 66%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    z-index: 13;
}

.zcMsg span {
    display: inline-block;
    margin: 0 auto;
    padding: 4px 20px 6px 14px;
    vertical-align: middle;
    border: 1px solid transparent;
    pointer-events: auto
}

.zcMsg span {
    display: inline-block;
    margin: 0 auto;
    padding: 4px 20px 6px 14px;
    /*  font-size: 13px; */
    vertical-align: middle;
    border: 1px solid transparent;
    pointer-events: auto
}

.zcMsg.zcSucMsg,
.zcMsg.zcErrMsg {
    top: 50px;
    opacity: 1;
    position: fixed;
    visibility: visible;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.zcMsg.zcSucMsg span {
    border-color: #10bc83;
    background-color: #10bc83;
    color: #fff;
}

.zcMsg.zcErrMsg span {
    border-color: rgb(245, 7, 7);
    background-color: rgb(243, 7, 7);
    color: #fff;
}

/*Expirydate input field*/
.expirydateclass[placeholder]:empty:before {
    content: attr(placeholder);
    color: #555; 
}

/*Sweet alert styles*/

/* .swal2-popup .swal2-styled {
    font-size: 14px;
    font-family: LatoRegular !important;   
}

h2#swal2-title {
    font-size: 14px;
    font-family: LatoRegular !important;
    color: theme('colors.metal');
}

div#swal2-html-container {
    font-size: 14px;
    font-family: LatoRegular !important;
    color: theme('colors.metal');
}
.swal2-popup .swal2-styled.swal2-confirm {
       font-size: 14px;
       width: auto;
}
.swal2-popup .swal2-styled.swal2-confirm:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
} */

/* .formatdate::-webkit-inner-spin-button,
.formatdate::-webkit-clear-button {
  display: block;
}

.formatdate::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  margin-top:10px;
}

.formatdate::-webkit-calendar-picker-indicator:hover {
  background: transparent;
  cursor: pointer;
}

.formatdate::-webkit-calendar-picker-indicator::after {
  content: '';
  display: block;
  background: url(https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-32.png) no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16px;
}

.date {
  position: relative;
  width: 100%;
  overflow: auto;
  margin: 40px auto;
  background: #000;
}
.formatdate {
  width: 100%;
  padding: 5px;
  height: 24px;
  display: block;
} */