html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    width: 100%;
    margin-bottom: 60px; /* Margin bottom by footer height */
    
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
 }

/* Custom page CSS
 * Not required for template or sticky footer method.
 * -------------------------------------------------- */

body > .container {
  padding: 60px 15px 0;
}
.container .footnote {
    text-align: center;
    margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}


html, a, input, label, span, button, submit, footer, table th, table td, h1, h2, h3, h4, ul, li, div {
    font-family: 'Questrial',sans-serif;
}

* {
  box-sizing: border-box;
}
   
/* preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/* end of preloader */

/* Back top */
.go-top {
  background-color: #eee;
  bottom: 2em;
  right: 2em;
  color: #111112;
  font-size: 22px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  z-index: 10;
}

.go-top:hover {
    background: #f1c11a;
    color: #ffffff;
}


@media print {
    
    @page {
        size: auto;
        margin: 0px 15px 0px 15px;
        padding: 15px 0px 15px 0px;   
    }
    .print-overflow {
        display: block !important;
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
    }
    .inpageview {
        background-color: white;
        width: 100%;
        height: 90% !important;
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        margin: 15px 10px 10px 10px !important;
        padding: 15px !important;
        font-size: 14px;
        line-height: 18px;
    }
    .inpage-adj {
        margin: 0px;
    }
    .no-print, .no-print * {
        display: none !important;
    }
    
    .print-borderless{
        border: none !important;
    }
    .display-print {
        display:block !important;
    }

    a[href]:after {
        content: none !important;
    }

}

/*scroll bars */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: lightgray;
  outline: none;
}

/* media queries */

@media only screen and (min-width: 1680px){
    .inpageview:not(.ipvfullwidth) {
        max-width: 80% !important;
    }
}

@media only screen and (max-width: 1400px) {
    .display_tp {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .tw-5 { min-width: 5% !important; overflow:hidden !important; }
    .tw-6 { min-width: 6% !important; overflow:hidden !important; }
    .tw-7 { min-width: 7% !important; overflow:hidden !important; }
    .tw-10 { min-width: 10% !important; overflow:hidden !important; }
    .tw-12 { min-width: 12% !important; overflow:hidden !important; }
    .tw-15 { min-width: 15% !important; overflow:hidden !important; }
    .tw-20 { min-width: 20% !important; overflow:hidden !important; }
    .tw-30 { min-width: 30% !important; overflow: hidden !important; }
    .tw-35 { min-width: 35% !important; overflow: hidden !important; }
    .tw-40 { min-width: 40% !important; overflow:hidden !important;  }
    .tw-50 { min-width: 50% !important; overflow:hidden !important;  }
    .tw-60 { min-width: 60% !important; overflow:hidden !important;  }
    .tw-70 { min-width: 70% !important; overflow:hidden !important; }
    .tw-80 { min-width: 80% !important; overflow:hidden !important;  }
    .tw-90 { min-width: 90% !important; overflow:hidden !important;  }
    .tw-100 { min-width: 100% !important; overflow:auto;  }

    .hide_tab {
        display:none !important;
    }
    .full_tab {
        margin: 0%;
        min-width: 100%;
    }
    
    .high_tab {
        margin:5px 7px 5px 7px !important;
        display:block;
        min-width:95%; 
    }
    
    .w-max-tab {
        max-width: 100px;
        overflow: hidden;
    }
    
    .inpageview {
        margin: 0px !important;
    }
    
    .nominal-popup, .edit-popup, .edit-popup-sm, .edit-popup-lg {
/*        top:10% !important;*/
        width:96% !important;
        margin:30px 0 0 18px !important;
    }
    .nominal-popup .header-fixed tbody {
        height:300px !important;
    }
    
    .edit-popup, .edit-popup-sm {
        padding: 2% 1% 5% 10% !important;
    }
   
    .chart-wrap {
        width: 350px !important;
    }
    .insideDonut {
        left: 40% !important;
    }
    .margin-top-tab {
        margin-top:10px !important;
    }
    .tagFormDiv .bb div {
        border-bottom: 1px solid teal;
    }
    
    .tagFormDiv .tagDataRow div {
        padding:0 !important;
        margin:0px !important;
    }
    .tagFormDiv .tagDataRow div input {
        border:none;
        border-bottom: 1px solid lightgray;
        border-radius: none;
    }
    
}

@media only screen and (min-width: 768px) {
    .display_ph {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .pw-7 { min-width: 7% !important; overflow:hidden; }
    .pw-10 { min-width: 10% !important; overflow:hidden; }
    .pw-13 { min-width: 13% !important; overflow:hidden; }
    .pw-15 { min-width: 15% !important; overflow:hidden; }
    .pw-18 { min-width: 18% !important; overflow:hidden; }
    .pw-20 { min-width: 20% !important; overflow:hidden; }
    .pw-30 { min-width: 30% !important; overflow: hidden; }
    .pw-40 { min-width: 40% !important; overflow:hidden;  }
    .pw-50 { min-width: 50% !important; overflow:hidden;  }
    .pw-60 { min-width: 60% !important; overflow:hidden;  }
    .pw-70 { min-width: 70% !important; overflow:hidden; }
    .pw-80 { min-width: 80% !important; overflow:hidden;  }
    .pw-90 { min-width: 90% !important; overflow:hidden;  }
    .pw-95 { min-width: 95% !important; overflow:hidden;  }
    .pw-100 { min-width: 100% !important; overflow:auto;  }
    .div_pagehead {
        text-align: left !important;
    }
    .hide_ph {
        display: none !important;
    }
    .full_ph {
        margin:0px !important;
        display:block;
        min-width:100%;
        padding: 5px 0 5px 0 !important;
    }
    
    .full_ph_mt {
        margin:10px 0px 0px 0px !important;
        display:block;
        min-width:100%;
        padding: 5px 0 5px 0 !important;
    }
    
    .high_ph {
        margin:5px 7px 5px 7px !important;
        display:block;
        min-width:95%; 
    }
    
    .w-max-ph {
        max-width: 100px;
        overflow: hidden;
    }
    
    .inpageview {

        }
    .popups {
        left: 4% !important;
    }
    .nominal-popup, .edit-popup, .edit-popup-lg {
        top:2% !important;
        width:96% !important;
        margin:30px 0 0 7px !important;
    }  
    .edit-popup-sm {
/*        top:10% !important;*/
        width:96% !important;
        margin-left:7px !important;
    }
    .nominal-popup .header-fixed tbody {
        height:250px !important;
    }
    .edit-popup, .edit-popup-sm {
        padding: 2% 1% 5% 1% !important;
        margin-top:20px !important;
    }
    .edit-popup-lg {
        padding: 7% 1% 5% 1% !important;
    }
    .margin-top-ph {
        margin-top:15px !important;
    }
    .tagFormDiv {
        padding: 3% 7% 4% 7% !important;
    }
}

/* Date */
input[type="date"] { text-align: center; }
input[type="date"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        display: none;
        }
    
::-webkit-datetime-edit-text, /* this makes the slashes in dd/mm/yyyy grey */
::-webkit-datetime-edit-day-field[aria-valuetext=blank],
::-webkit-datetime-edit-month-field[aria-valuetext=blank],
::-webkit-datetime-edit-year-field[aria-valuetext=blank] {
          color: lightgrey;
        }
input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    display: none;
}

input:focus, select:focus {
    outline: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type="text"], input[type="email"], input[type="number"] {
    padding:0 5px 0 5px;
    font-size: 14px !important;
}

input[type="checkbox"] {
    vertical-align: center;
}

input[type=radio] {
    height: 15px !important;
}

input[type="text"]:disabled, textarea:disabled, select:disabled, input[type="date"]:disabled {
    background-color:white;
    color: black;
}

.radio-label {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
    border: 1px solid white;
    background-color:white;
   
}
.radio-input {
   display: inline-block;
    vertical-align: top;
}

.page-form input, .page-form select {
    height: 30px;
    border-radius: 3px;
    border: 1px solid #c7c9cc;
    padding-left:5px;
}

.page-form textarea {
    height: 50px;
    padding:5px;
    border-radius: 3px;
    border-color: lightgray;
    resize:none;
}

textarea:focus {
    outline:none;
}
select {
    padding-left: 0 !important;
    height: 25px;
    }

.inpageview {
        min-height:100%;
        margin: 0 20px 0 200px;
        padding: none !important;
        z-index: 1;
    }

.ipv-nom {
    margin:0 20px 0 20px !important;
}

h1, h2  {
/*    padding: 20px 0 0 10px;*/
/*    margin:0;*/
    padding-top:20px;
}


h4, h5 {
    margin: 0px;
    padding: 2px;
}

.nopad {
    padding: none !important;
}

.red-text {
    color: firebrick;
}
.errormsg {
    color: firebrick;
    font-weight: bold;
    font-size: 14px;
}

.successmsg {
    color: #377702;
    font-weight: bold;
}

.borderless {
    border: none !important;
}

/* created buttons img, text */
.img-btn {
    height: 25px;
    width: 25px;
}

.img-btn-sm {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.alphaBtn {
    color: white;
    cursor: pointer;
    background:#2CA9B3;
    border-radius: 50%;
    border: none;
    width:35%;
    height:35%;
    line-height: inherit;
    max-width: 23px;
    max-height: 23px;
    text-align:center;
    margin-right: 5px;
    
}

.alphaBtn-red {
    color: white;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    width:35%;
    height:35%;
    line-height: inherit;
    max-width: 23px;
    max-height: 23px;
    text-align:center;
    background-color: #AF4842;
    margin-right: 5px;
}

.alphaBtn-yellow {
    color: white;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    width:35%;
    height:35%;
    line-height: inherit;
    max-width: 23px;
    max-height: 23px;
    text-align:center;
    background-color: #e0a541;
    margin-right: 5px;
}

.alphaBtn-disabled { 
    color: white;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    width:35%;
    height:35%;
    line-height: inherit;
    max-width: 23px;
    max-height: 23px;
    text-align:center;
    background-color: gray;
    cursor: default;
    margin-right: 5px; 
}

.text_button {
   border: none;
   background-color: transparent;
   padding: 0;
   text-decoration: none; /* if desired */
   color: #00c;  /* or whatever other color you want */
}

.text_button:hover {
    text-decoration: none;
    cursor: pointer;
    border: 1px solid lightgray;
}

.text_button:focus { outline: none; }

/* PAGE ACTIVE AND OVERLAY */
    
.dimpage {
    pointer-events: none;
    cursor: default;
    text-decoration:none;
}

.not-active {
    pointer-events: none;
    text-decoration:none;
    
}

.overlay {
    display: none;
    position: absolute;
    width: 100%;
    min-height: 100%;
    overflow-y:auto;
    background-color: gray;
    top: 0;
    left: 0;
    opacity: .7;
    z-index: 3;
}

.overlay2 {
    display: none;
    position: absolute;
    width: 100%;
    min-height: 100%;
    overflow-y:hidden;
    background-color: lightgray;
    top: 0;
    left: 0;
    opacity: .7;
    z-index: 5;
}

.dimdiv {
    opacity: 0.5;
}

.selectedrow {
    background: #d9dde2;
}

.glow {
    font-size:14px !important;
    font-weight: bold;
    color:#0099cc;
}

/* Transaction Dates Head */
.subtitle {
    font-size: 14px;
    font-weight: bold;
    color: black;
/*    padding-left: 10px;*/
}

.subtitleselect {
    width:33%;
    max-width: 200px;
    height: 25px;
    cursor:pointer;
    border-radius: 0px !important;  
    font-size: 14px;
    font-weight: bold;
}

.subtitleselect:focus {
        outline: none;
    }

.subtitledate::-webkit-inner-spin-button {
        -webkit-appearance: none;
        display: none;
        }
.subtitledate { 
    text-align: center !important;
    padding-left: 10px !important; 
    width: 125px !important;
    border: none;
    height: 25px;
    border-bottom: 1px solid gray;
    font-size: 14px;
    font-weight: normal;
    }

    ::-webkit-datetime-edit-text, /* this makes the slashes in dd/mm/yyyy grey */
    ::-webkit-datetime-edit-day-field[aria-valuetext=blank],
    ::-webkit-datetime-edit-month-field[aria-valuetext=blank],
    ::-webkit-datetime-edit-year-field[aria-valuetext=blank] {
      color: lightgrey;

    }

.subtitledate:focus { outline: none; }

.subtitleline {
        display:inline-block;
        font: normal 30px arial, sans-serif;
        color: firebrick;
    }
    

.runreportbtn {  
    -webkit-appearance: none;
    border: none;
    font-size: 14px;
    height: 26px;
    width:95px;
    color: white;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    border-radius:3px;
    margin-left:5px;
    background-color:#7caa46;
        
    }
.runreportbtn:hover {
        background-color: #8ec151;
    } 

.runreportbtn:focus { outline: none; } 
    
.search { 
    width: 50%;
    max-width: 425px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid darkgray !important;
    font-size: 14px;
    font-weight: normal;
    padding-left:5px !important;
      
    }

.search:focus { 
    background: none !important; 
    outline: none;

}

.code-submitbtn {
    height: 15px;
    color: blue;
    cursor: pointer;
    background: none;
    border: none;
}

.code-submitbtn:focus {
    outline: none;
}

.code-submitbtn:hover {
    text-decoration: underline;
}

/* FORMS */
.formhead {
    color: grey;
    font-size: 16px !important;
    padding: 10px;
    text-align: center;
    margin: 0;
    cursor: pointer;    
}

.formhead:hover { 
    cursor: pointer;
    color: #003547;
    font-weight: bold;
    border-bottom: 2px solid #2c444f;
}

.selected { 
    font-weight: bold !important;
    color: #003547 !important;
    border-bottom: 2px solid #2c444f !important; 
}


.selected-hover {
    font-weight: bold !important;
    color: #003547 !important;
/*    border-bottom: 2px solid #2c444f !important; */
    background-color: lightgray;
}


.required-icon {
    height: 8px;
    width: 8px;
    vertical-align: middle;
    margin-left: 5px;
}

.formSaveBtn {
    -webkit-appearance: none;
    border: none;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    min-width:120px;
    max-width: 300px;
    color: white;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    border-radius:3px;
    background-color:#7caa46;  
}

.formSaveBtn:hover {
        background-color: #8ec151;
    }

.formCancelBtn {
    background: lightgray;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(lightgray), to(whitesmoke));
    background: -moz-linear-gradient(lightgray, whitesmoke);
    background: linear-gradient(lightgray, whitesmoke);
    border: solid 1px darkgray;
    border-bottom: solid 1px #878787;
    box-shadow: inset 0 0 0 1px #e3e3e3;
    color: black;
    text-shadow: 0 1px 0 #d6d6d6; 
    
    -webkit-appearance: none;
    font-size:14px;
    font-weight: normal;
    height: 30px;
    min-width:120px;
    max-width: 300px;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    border-radius:3px;
}

.formCancelBtn:hover {
    background: darkgray;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(darkgray), to(lightgray));
    background: -moz-linear-gradient(darkgray, lightgray);
    background: linear-gradient(darkgray, lightgray);
    border: solid 1px #a2a2a2;
    border-bottom: solid 1px #878787;
    box-shadow: inset 0 0 0 1px #d4d4d4;
    }

/*  MESSAGE BUTTON */
.addnewsubmit {
    background: lightgray;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(lightgray), to(whitesmoke));
    background: -moz-linear-gradient(lightgray, whitesmoke);
    background: linear-gradient(lightgray, whitesmoke);
    border: solid 1px darkgray;
    border-bottom: solid 1px #878787;
    box-shadow: inset 0 0 0 1px #e3e3e3;
    color: lightgray;
    text-shadow: 0 1px 0 #d6d6d6; 
    
    -webkit-appearance: none;
    border-radius: 2px;

    text-transform: capitalize;
    color: black;
    border-radius: 1px;
    text-align: center;
    cursor: pointer;
    height: 23px;
    width: 100px;
    margin: 30px 0px 0px 50px;
    font-weight:bold;
    font-size: 14px;
}
    
.addnewsubmit:active {
    background: darkgray;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(darkgray), to(lightgray));
    background: -moz-linear-gradient(darkgray, lightgray);
    background: linear-gradient(darkgray, lightgray);
    border: solid 1px #a2a2a2;
    border-bottom: solid 1px #878787;
    box-shadow: inset 0 0 0 1px #d4d4d4; }

.addnewsubmit:focus { outline: none; }


/*  CSS FOR MESSAGES */
    
.msgname {
    font-size: 15px;
    font-weight: bold;
}

.msgpara {
    font-size: 14px;
    padding-left: 2px;
}
.message-closebutton {
        position:absolute;
        top:7px;
        right:7px;
        padding: 5px;
        display:block;
        cursor:default;
        color:darkgray;
    }
    
.message-closebutton:focus {
        outline:none;
    }

.popups {
    position:absolute;
    top:20%;
    left:20%;
    width: 90%;
    height: 15%;
    min-height:150px;
    max-height: 180px;
    max-width:500px;
    background-color: whitesmoke;
    border: 1px solid lightgray;
    border-radius: 2px;
    box-shadow: 3px 7px 12px #b2b8c1;
    z-index: 6;  
    
}
        
.deletemsg {
            color: black;
            padding: 20px 5px 20px 20px;
        }
        
        
#salesinvlink { color:blue; margin:20px;}
        
#salesinvlink:hover, #salesinvno:hover {
            text-decoration:underline;
            cursor:pointer;
        }


#editmsgbox  {
        width: 510px;
        height: 150px;
        border: 1px solid lightgray;
        border-radius: 5px;
        background-color:white;
        position:absolute;
        top: 150px;
        left: 300px;
        z-index: 5;
        
    }
    
.msgname {
        display: inline-block;
        height: 25%;
        min-height: 30px;
/*        padding: 10 0 10 10;*/
        width:100%;
        padding: 10px 0 10px 10px;
        border-bottom: 1px solid gray;
    }
    
.messagetxt {
        padding: 10 0 10 10;
        
    }
    
.gotobtn {
        border: 1px solid lightgray;
        width: 250px;
        height: 30px;
        color:blue;
    }

.msgbox-okbtn {
        border: 1px solid lightgray;
        background-color: #16A085;
        width: 100px;
        height: 30px;
        margin-left:300px;
        color:white;
        
    }
    
.msgbox-okbtn:hover {
       
        background-color: teal;
        
    }
.errormsgboxclosebtn { 
        margin-left:200px;
        height: 18px;
        width: 18px;
    }
    
.errormsgboxclosebtn:focus, #errormsgclosebtn:focus { outline: none; }

.inmsg-div {
    display: block;
    width: 90%;
    height: 35%;
    max-height: 40px;
/*    padding: 2% 0 2% 5%;*/
    margin:0 0 2% 5%;
}

.inmsg-button-div {
    margin-left: 10%;
}

/* head buttons */
.headbtn-div {
    padding-left: 10px;
    width: 100%;
}

.headbtn {
    width: 87px;
    height: 25px;
    min-width: 87px;
    max-width: 120px;
    font-size: 12px;
    font-weight: bold;
}
/* anu - a no underline */
.anu {
    text-decoration: none;
}

/* tables */

.centerPage {
    width: 100%;
    text-align: center;
    }

.center, .impCenter, .left, .leftLower, .impLeft, .leftNorm, .right, .amount, .impRight {
    font-size: 14px !important;
}
.center {
    text-align: center;
}

.impCenter {
    text-align: center;
    font-weight: bold;
}


.left {
    text-align: left;
    text-transform: capitalize;
}

.leftNorm {
    text-align: left !important;
    text-transform: none; 
}

.leftDate {
    text-align: left !important;
    padding-left: 5px;
}

.leftLower {
    text-align: left;
    text-transform: lowercase; 
}
.impLeft {
    font-weight: bold;
    text-align: left;
}

.right, .amount {
    text-align: right;
    text-transform: capitalize;
}

.impRight {
    font-weight: bold;
    text-align: right;
    text-transform: capitalize;
}

/* PAGE LINES CLICKABLE */
.clickable:hover {
    background:#eaeaea;
    cursor: pointer;
}

.debitClick:hover, .creditClick:hover, .vatReturn .boxVal:hover {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}
/* NOMINAL & EDIT POPUP */
.nominal-popup {
    position:absolute;
    top:5%;
/*    left:0px;*/
    padding: 20px 5px 20px 5px;
    min-height:300px;
    width:80%;
/*    max-height:700px;*/
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 4px;
    box-shadow: 3px 7px 12px #b2b8c1;
    z-index: 4; 
}

.nominal-closebutton {
    color: black;
    cursor: pointer;
    position: absolute;
    top:2%;
    right: 1%;
    margin:1.5% 3% 0% 0%;
    display:block;
    padding: 2px 6px 2px 6px;
    font: normal 15px monospace;
    color: black;
    z-index: 4;
}

.nominal-closebutton:hover {
    background-color:firebrick;
    color:white;
    cursor:default;
}

.close_x {
    height: 25px;
    width: 25px;
    color: firebrick;
    margin-left: 10px;
}

.close_x_large {
    position: absolute;
    display:block;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    color: gray;
    margin: 30px 50px 0 0;
    text-decoration: none;

}

.close_x_large:hover {
    color: firebrick;
    cursor: pointer;
    transform: scale(1.05);
    margin-top:32px;
}

.bal-head {
    background-color: #f4f4f4;
    border-radius:2px;
    color: black;
}

.edit-popup {
    position:absolute;
    top:5%;
    padding: 1% 2% 3% 2%;
    min-height:300px;
    width:80%;
    max-height: 750px;
    overflow-y:auto;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 4px;
    box-shadow: 3px 7px 12px #b2b8c1;
    z-index: 4; 
}

.edit-popup-sm {
    position:absolute;
    top:8%;
    min-height:300px;
    width:60%;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 4px;
    box-shadow: 3px 7px 12px #b2b8c1;
    z-index: 4; 
    overflow-y:auto;
}

.edit-popup-sm:not(.no-pad) {
    padding: 0.5% 5% 3% 10%;  
}

.no-pad {
    padding: 0.5% 5% 3% 5%; 
    max-height: 80%;
    overflow-y: auto;
    overflow-x:hidden;
    
}

.edit-popup-lg {
    position:absolute;
    top:8%;
    padding: 1% 2% 3% 2%;
    min-height:300px;
    max-height: 90%;
    overflow-y:auto;
    width:80%;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 4px;
    box-shadow: 3px 7px 12px #b2b8c1;
    z-index: 4; 
}

.edit-content {
    position:relative;
    width:90%;
    margin: 0 auto;
}

.clickhere-text {
    display:inline-block; 
    height:20px;
    border: 1px solid white;
    vertical-align:bottom; 
    color:blue !important;
    text-decoration: underline;
    cursor:pointer;
}

.inform-desc {
    display:inline-block;
    width: 75px;
}

.page-form .impLeft:not(th):not(td){
    display:inline-block; 
    height:30px; 
    padding-top:7px;
/*    border:1px solid red;*/
}
/* table entries a/c data style="display:inline-block; height:30px; border:1px solid red; padding-top:5px;"*/
.w-max-sm {
    max-width: 200px;
}

.w-max-md {
    max-width: 300px;
}

/* vat return */
.boxno {
    max-width: 50px;
    text-align: center; 
    background: #385663;
    color: white;
}

/* Invoicing */

.invData input, .invData select {
    height: 25px;
    border:1px solid lightgray;
    border-radius:2px;
}
.invData {
    margin-bottom:5px;
}

.invTextArea {
    border: 1px solid lightgray;
    border-radius: 1px;
    padding-left:5px;
    resize:none;
}

.invfootnote {
    position: fixed;
    bottom:20px;
    left:20px;
    width: 100%;
}

.logo_img {
    height: 60px;
    width: 60px;
    display:inline-block;
    margin:10px;
}


/* Dashboard */
#miniFinancials .row:not(.no-bb) {
    border-bottom: 1px solid lightgray;
    padding: 2px 0 2px 2px;
}

#miniFinancials h5 {
    font-weight: bold;
}

.bb-lg {
    border-bottom:1px solid lightgray;
}

.select-chart {
    text-align: center;
    border:1px solid lightgray;
    padding: 2px 0 2px 0;
}

.select-chart input[type=text] {
    border:1px solid white;
    width:100px;
}

.insideDonut {
    position: absolute;
    top: 44%;
    left: 43%;
    text-align: center;
    color:teal;
    z-index:1;
}

.chart-wrap {
    width: 500px; margin:0 auto; position:relative;
}

#expensesChart #legend {
    height:80px !important; width:90%; overflow:auto; margin:0 auto;
}

/* Bank Sales Chart */
#bankChartWrap #banklist , #salesChartWrap #saleslist {
   -webkit-appearance: ; 
   -moz-appearance:  ; 
    text-transform: capitalize !important;
    appearance: none;
    border:1px solid lightgray !important;
    border-radius: 0px;
    min-width:300px;
    height: 30px; 
    background-color: none;
    outline: none;
    text-indent: 5px;
    font: normal 15px 'Questrial', sans-serif;
    color: #003547;
    margin-left: 15px;
}

#bankChartWrap #banklist:focus, #salesChartWrap #saleslist:focus { 
        outline: none;  
}

#chart-selectbtn-div {
    position:absolute;
    top:10%;
    right: 20%;
}

.chartselect-btn {
    height: 20px;
    width: 100px;
    padding:0px;
    border: 1px solid lightgray;
    border-radius: 3px;
    text-align: center;
    font: normal 12px 'Raleway',sans-serif;
    outline: none;
}

.chartselect-btn:hover {
    background-color: #0099CC;
    color: white;
}

.chartselect-btn:focus {
    outline:none;
}

.chartSelected {
    background-color: #0099CC;
    color: white;
}
.fullScreenChart-div {
    position: relative;
    padding: 20px 0 10px 0;
    border-radius: 3px;
}

/* Vat return headselect */
.page-headSelect {
    display:inline-block;
    background:#ededed;
    padding: 20px 0 20px 0;
    font-size:16px !important;
    text-align: center;
    border-bottom: 1px solid lightgray;
}
.page-headSelect:hover {
    cursor: pointer;
}

.selected-pageHead {
    background:white;
    cursor: pointer;
    font-weight: bold;
    border:1px solid lightgray;
    border-bottom:none !important;
    border-radius:2px;
}

.editUser, .linkText {
    color: blue;
    margin: 0 10px 0 10px;
}

.editUser:hover, .linkText:hover {
    cursor:pointer;
    text-decoration: underline;
}

.center-content {
   text-align:center;
}

/* EMAIL FORM */
.multiEmail:hover {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    font-size:14px;
}

.multiEmail {
    display:inline-block;
    padding: 3px 5px 3px 5px;
}
.multiEmailSelected {
    background: lightgray;
    font-weight: bold;
}

/* BANK TAGGING */
.select2-selection__rendered {
    line-height: 30px !important;
}

.select2-selection {
    height: 30px !important;
}  

[class^='select2'] {
    border-radius: 1px !important;
}

div, input, select {
    font-family: 'Questrial',sans-serif;
}
.tagFormDiv input[type=number] {
    text-align: right !important;
}
placeholder {
    font-style:italic;
    color:lightgray;
}

.bd_head_desc {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
}

.bdTrans {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid lightgray;
    font-size: 14px;
    overflow: hidden;
}

.close_x_sm {
    height:15px;
    width: 15px;
    cursor: default;
    position:absolute;
    top: 0px;
    right: 10px;
}
.close_x_sm:hover {
    height:17px;
    width: 17px;
    margin-top:2px;
}
.tagFormDiv {
    border:1px solid #0099cc;
    border-radius:2px;
    padding: 1% 4% 2% 4%;
}

.bd_tagHead {
    font-weight: bold;
}

.bd_txt {
    height: 30px;
    border-radius: 3px;
    border: 1px solid lightgray;
    width:100%;
    padding-left:5px;
}

.bankTagRadio {
    vertical-align: top;
    height:15px;
    width:15px;
}
.textForRadio {
    display:inline-block;
    height:20px;
    margin-top:3px;
    vertical-align: bottom;
}

.select2 { width:100% !important; }

.splitRemove {
    color: blue;
    margin-right:10px;
}
.splitRemove:hover {
    cursor: pointer;
    text-decoration: underline;
}

.tagMsg {
    color: #0099cc;
    font-size: 14px !Important;
    font-weight: bold;
}

.page-headSelect {
    display:inline-block;
    background:#ededed;
    padding: 20px 0 20px 0;
    font-size:16px !important;
    text-align: center;
    border-bottom: 1px solid lightgray;
}
.page-headSelect:hover {
    cursor: pointer;
}

.selected-pageHead {
    background:white;
    cursor: pointer;
    font-weight: bold;
    border:1px solid lightgray;
    border-bottom:none !important;
    border-radius:2px;
}

.brPayee {
    padding: 0 3px 0 3px !important;
    border: none;
    height: 30px !important;
}

.brPayee:hover, .brPayee:focus {
    border: 1px solid lightgray;
}

.bdClickable, .bankQuickAddBtn {
    vertical-align: middle;
    margin-top: 5px;
}

.bdClickable:hover {
    cursor: pointer;
}

.bdSelected { 
    font-weight: bold !important;
    color: #003547 !important;
}
.bankQuickAddBtn:hover {
    font-weight: bold;
    padding: 3px 0 3px 0;
    border-radius: 4px;
    background: #0099cc;
    color: white !important;
}

.selectInvMsg {
    font-size: 14px;
    font-weight: bold;
    color: firebrick;
    margin-top:5px;
    font-style: italic;
}

.selectInvMsg:hover {
    cursor:pointer;
    font-size: 17px;
    color: blue;
    text-decoration: underline;
}

.invTransId {
    font: 12px;
    font-weight: bold;
    color: teal;
    padding:2px 0 0 5px;
}
