.page,body{
    background-color: #ffffff; 
}

.greenify{
    color: #f2eeeb;
  background: url('../img/darkred_diamond.png');
  display: table-header-group;
}

.login-body {
    min-height: 500px; 
    padding-top: 80px;
}

.login-panel {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.login-footer{
    /*background-color: #eef2ef;
    padding-bottom: 60px;*/
    padding-top: 10px !important;
    position: fixed;
    bottom: 0;
    height: 60px;
    background-color: #f5f5f5;
}
.login-btn {
    width: 100%;
}
.add-on{
    border: 1px solid #cccccc !important;
    font-size: 0px !important;
    min-width: 0px !important;
}
.bottom-right-radius-off{
    border-bottom-right-radius: 0em !important;
    
}
.bottom-left-radius-off{
    border-bottom-left-radius: 0em !important;
}
.top-right-radius-off{
    border-top-right-radius: 0em !important;
    
}
.top-left-radius-off{
    border-top-left-radius: 0em !important;
}
.border-left-off{
    border-left: 1px solid #ffffff !important;
}
.createUser-footer{
    background-color: #eef2ef;
    padding-bottom: 60px;
    padding-top: 10px;
}
.noMarginBottom{
    margin-bottom: 0px;
}

.link-green{
    color: #007927
}
.link-gray{
    color: #c2c2c2
}

.input-prepend .add-on{
    
    background-color: #eeeeee;
}

.login-welcome{
    padding-top: 40px;
    padding-bottom: 30px;
}

.login-btn{
    background-color: #00591d;
    margin-bottom: 40px;
    border: 0px;
    color: #ffffff
}
/* create and forgot password*/
.forgot-password{
    color: #aeb7b5;
    font-size: 13px;
}

.forgot-password:hover{
    color: #aeb7b5;
    text-decoration: underline
}
.cp-password{
    width: 80%
}

.cp-action-btn{
    width: 248px;
    background-color: #00591d;
    margin-bottom: 40px;
    border: 0px;
    color: #ffffff
}
.cp-sub-title{
    width: 80%;
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
    font-size: 11px;
    line-height: 1.3em;
}
.cp-title{
    padding-top: 40px;
    padding-bottom: 30px;
}

/*create organization*/

.co-title{
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 19px;
}
.co-form{
    margin: auto
}
.co-form-label{
    width: 300px !important;
    text-align: left !important
}
.co-container{
    width: 48%
}
.co-note{
    color: #bbbbbb;
    font-size: 14px
}
.co-form{
    border-top: 0px !important;
    border-bottom: 1px solid #cccccc !important;
}
.co-page{
    height: 100%
}

/*bh-dropdown*/
.bh-table-head{
    background: url("") !important;
    color: #000000 !important;
}
.bh-dropdown li a{
    padding: 10px;
}
.bh-dropdown a:hover{
    background-color: #484646 !important;
    padding: 10px;
}
.bh-dropdown{
    min-width: 200px !important;
}
.bh-dropdown .divider{
    height: 1px !important;
    background-color: #141313 !important;
    border-bottom:1px solid #423d3d !important;
}
.bh-title{
    margin: 5px 15px !important;

}
.bh-accountname{
    margin: 5px -5px !important;
}
.bh-table{
    margin-bottom: 30px !important;
}
.bh-table, td, th{
    text-align: left !important;
}
.bh-table th {
    background-color: #fafafa;
    border-right: 1px solid #c2c2c2
}

/*header*/
 .main-menu a{
     border-radius: 0px !important;
 }
 .main-menu a:active{
     
     background: #ffffff !important;
 }

.white{
    background-color: #ffffff;
    
}

.input-prepend{
    margin-bottom: 0px !important;
}
.createUser-form-title{
    padding-top: 40px;
    padding-bottom: 10px;
}
.createUser-form-subtitle{
    padding-bottom: 20px;
    font-size: 11px;
    line-height: 1.3em;
}



.input-label-top-left{
    text-align: left !important;
    font-size: 11px;

}
.parent{
    background-color: #f2f2f2;
}
.margin-top-10{
    margin-top: 10px;
}
.my-20{
    margin: 20px 0;
}
.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-bottom-80{
    margin-bottom: 80px !important;
}

.margin-top-1{
    margin-top: 1em;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-top-20{
    margin-top: 20px;
}
.padding-bottom-10{
    padding-bottom: 10px;
}
.padding-top-10{
    padding-top: 10px;
}
.padding-bottom-20{
    padding-bottom: 20px;
}
.padding-top-20{
    padding-top: 20px;
}
.width-80{
    width: 100%;
}
/**
* Spinner
*/
button[promise-btn] .fa-spinner, a[promise-btn] .fa-spinner {
    visibility: hidden;
    position : absolute;
}
button[form-changes] .fa-spinner, a[form-changes] .fa-spinner {
    visibility: hidden;
    position : absolute;
}
button.is-loading .fa-spinner, a.is-loading .fa-spinner {
    visibility: visible !important;
    position : relative;
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear !important;
    animation: fa-spin 2s infinite linear !important;
}


a[promise-btn], button[promise-btn] {
    cursor: pointer;
}

/**
* tel international input
*/

input[default-country="ph"] {
    height: 2.2em;
}

.country{
    text-align: left !important;
}
.flag {
    width: 20px;
    float: left;
}
span.add-on {
    background-color: #fff !important;
}
.navbar .nav > li a  {
    margin: 0px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle{
    background-color: #1a8c44;
        
}
.navbar .nav > li a:hover {
  color: white;
   background-color: #1a8c44;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
 
}
.header-company-label {
    color: #ffffff;
    size: 37px;
}

/*dropdown*/
.navbar .nav > li > .dropdown-menu:after {
  
    border-bottom: 6px solid #2e2d2d;
   
}

.navbar .dropdown-menu {
    background: url('../img/darkgray.png');
}

.navbar .dropdown-menu {
    margin:  0px ;
}

.dropdown-menu{
    padding:0px;
    margin:0px
}

.dropdown-menu .divider{
    padding:0px;
    margin: 0px;
    height: 2px;
    border-bottom: 1px solid #ffffff;
    color : #000000

}

.dropdown-menu li a{
    border-radius: 0px;
}
.dropdown-menu li a:hover{
    border-radius: 0px;
}
.nav-container{
    margin: 0 auto;
    width: 80%;
}

.content-logo img{
    width: 60px;
    height: 60px;
    margin-bottom: 1em;
}

.header-menu-div{
    margin-left: 20px;
}

.header-menu-btn {
    background-color: #007927;
    color: #ffffff;
}

.header-menu-btn:hover {
    background-color: #1a8c44;
    color: #ffffff;
}


.header-btn-group{
    margin-top: 0px !important;
}

.header-menu-hr{
    display: block;
    border: 0;
    border-top: 1px solid #4e5452;
    margin: 0;
    padding: 0; 
}

.main_home_page_wrapper {
    background-color: #F0F0F0;
    height: auto;
    top: -22px; 
}

.with_wrapper_margin{
    width: 75%;
    margin: auto auto;
}

.header-menu-ul li{
    margin: 0px !important;
}

.page_wrapper_header {
    background-color: #fff;
    border-bottom: 1px solid #AAADB1;
    height: auto;
}

.page_wrapper_header h3 {
    margin-bottom: 0px;
}

.page_wrapper_content {
    padding-top: 1em;
    padding-bottom: 2em;
}

.page_wrapper_content .home_page_content {
    height: auto;
    padding-top: 10px;
}

.fl-left{
    float: left;
}

.fl-right{
    float: right;
}

.home_page_title span {
    font-size: 17px;
    cursor: pointer;
}

.home_page_title {
    margin: 0px;
}


.businesshelper-header-nav button{
    background-color: #2D6724 !important;
}

.businesshelper-header-nav button:hover {
    background-color: #007927 !important;
}

.navbar .nav > li > a {
    padding: 8px !important
}

.setting span{
    font-size: 12px;
    color: #868686;
    
}

.setting a{
    color: #3b985b
}

.setting hr{
    border-bottom: 1px solid #c2c2c2 !important
}

.bh-font, .bh-green {
    color : #2D6724;
}

.reset-password-panel {
    float: left;
}

.close{
  opacity: 1 !important;
  color: white;
}

.close:hover {
    color : white;
}
.greenLink{
    color: #3b985b !important
}

.settingForm{
    padding-right: 30px !important;
    padding-left: 30px !important;
    padding-top: 10px !important
}
.settingForm label{
    text-align: left !important;
}
.as-main-panel{
    width: 800px;
    margin: auto
}

/*forgot password*/
.fp-maindiv{
    margin: auto;   
    width:300px;
}
.fp-formdiv{
    width: 250px;
    margin:auto
}
.fp-action-btn{
    background-color: #00591d;
    border: 0px;
    color: #ffffff;
    border-radius: 0px;
}

.vertical-align-top{
    width: 100px;
    vertical-align: top;
    display: inline
}


.input-square{
    border-radius: 0px !important; 
}

.text-left label{
    text-align: left !important;
}

.bh-breadcrumb{
    margin-top: 0px;
    margin-bottom: 0px;

}

.with-bc {
    margin-top: 0px !important; 
}

.businesshelper-banner-top {
    position: relative;
}
.table-tag{
    background-color: #ffffff;
    display: inline-block;
    padding: 0 15px 0 15px;
    margin: 0px;
    border: 1px solid #c0c0c0
}
.iu-element-div{
    float: left;
    margin-right: 30px;
}
.iu-textarea{
    width: 97%;
    min-height: 150px;
}

.iu-textarea-100{
    width: 100%;
    min-height: 100px;
}
.no-border-left {
    border-left: 0px !important;
}

.no-border-right {
    border-right: 0px !important;
}

.no-border-bottom{
    border-bottom: 0px !important; 
}
.no-border-top{
    border-top: 0px !important; 
}
.group-x{
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input  {
    height: 34px;
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
    color: green;
    background: #fff;
}

.span2 img {
    width: 140px;
    height: 140px;
}

.add-on {
    height: 100% !important;
}

.ng-invalid-ng-intl-tel-input .help-block-invalid {
    visibility: visible;
    color: red;
    font-weight: bold;
}

.text-green, .text-green span {
    color: #2D6724 !important;
}

.text-gray {
    color: gray;
}

td input[type="radio"] {
    margin-right: 1em;
}


.guest-logo{
    margin: 15px 15px 15px 100px !important;
    border-radius: 5px;
    width: 50px;
}

.with-checkbox-right {
    margin-right: 1.5em;
}

.head-no-margin {
    margin: 0px !important;
}

.no-margin-bottom{
    margin-bottom:  0px !important;
}
.no-margin-top{
    margin-top:  0px !important;
}

.panel form {
    margin-top: 0px;
}

.input-right-space {
    margin-right: 10px !important;
}

.white-background {
    background-color: #FFF;
}

.no-outline:focus {
    outline: none !important;
    border-color: #CCC !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.position-relative {
    position: relative;
}

.no-border-radius {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px; 
    border-radius: 0px; 
}

.login-history-body {
    height: 500px;
    overflow-y: auto;
}

.organization-container {
    width: 600px !important;
}

/* Overrides */
.container {
    padding: 0px;
    /*width: 1366px;*/
    width: 100%;
}

.breadcrumb {
    margin: 0px;
    padding: 4px 0px;
    background-color: transparent;
}

.breadcrumb > li + li:before {
    content: "▸ ";
}
.fa-green{
    color: #00b861;
}
.btn-square{
    border-radius: 0px !important;
}
.table-head-green th {
    background-color: #afe1bb !important;  
    border: 0px ;
}
.green {
    color: #41e584;
}
.red {
    color: #fd3033 !important;
}
.gray{
    color: #b1b3b4;
}

.hr-header{
    margin: 0px 0px 5px 0px !important;
    padding: 0px !important; 
    border-top: 0px !important;
}

.control-group-sm-padding{
    padding: 10px 0px 10px 0px !important;
}

.phone {
    width: 270px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.no-margin-padding{
    padding: 0px !important;
    margin: 0px !important;
}

.contact-navigation {
    list-style: none;
    color: black;
}
.contact-navigation a {
    text-decoration: none;
}

.no-margin {
    margin: 0px;
}

.contact-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 90%;
    background-color: #f1f1f1;
}

.contact-navigation li a {
    display: block;
    color: #000;
    padding: 3px 16px;
    text-decoration: none;
}

.contact-navigation li.active {
    border-left: 8px #000 solid;
    color: black;
}
.contact-navigation li.active h5.main{
    font-weight: bold;
    color: black;
    margin-left: 0px;
}
.contact-navigation li.active h5.sub{
    font-weight: bold;
    color: black;
    margin-left: 11px;
}
.contact-navigation span {
    background-color: #000
}
.contact-navigation li a:hover:not(.active) {
    background-color: #eeeeee;
    color: #000000;
}
.contact-navigation li h5.main {
    margin-left: 10px;
}

.contact-navigation li h5.sub {
    margin-left: 20px;
}

.required .control-label:after {
  content:"*";
  color:red;
}

.search-orders-input  {
    margin-bottom: 0px !important;
}


.contact-maindiv{
    border: 1px #c2c2c2 solid;
    border-radius: 5px;

}
.contact-leftdiv{
    border-right: 1px #c2c2c2 solid;
}
.contact-rightdiv{
    border-left: 1px #c2c2c2 solid;
}
.contact-header-form{
    padding-top: 20px !important;
}
.update-link{
    color: #c2c2c2
}
.update-link:hover{
    color: #c2c2c2;
    text-decoration: none
}

label.control-label {
    cursor: auto;
}

.contact-list td > a{
    text-decoration: none;
}

.text-center {
    text-align: center !important;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.contactDetails .row{
    margin-bottom: 1em;
}

.img-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-border {
    border: 0px !important;
}

.width-180 {
    width: 180px !important;
}

.tbl-col-200 {
    width: 200px !important;
}

.display-image{
    border:1px #cccccc solid !important;
    width: 152px;
    height: 152px;
}

.display-image img {
    width: 152px;
    height: 152px;
}

.buttom-align-formcontrol{
    padding-top: 4px;
    padding-left: 10px;
}

.save-alert-newitem{
    margin-left: 10px;
    height: 35px;
    padding-top: 3px;
}

.custom-bh-table {
    margin-top: 1em;
    overflow: auto;
}

.custom-bh-table td {
    padding-left: 1.6em !important;
}

.table-options-panel {
    margin : 1em 0em 0em 0em;
}

.table-options-panel .table-list a.options-bordered, .table-options-panel .table-list span.options-bordered{
    margin: 1em 0em 1em 0em;
    text-decoration: none;
    padding: 0em 1em 0em 1em !important;
    border-right: 1px solid;
}

.table-options-panel .table-list span.options-bordered {
    color : gray;
}

.table-options-panel .table-list a.options-bordered:hover, .show-hide-col a:hover{
    color : #2D6724;
}
.border-left {
    border-left: 1px solid;
}

.not-active {
    pointer-events: none;
    cursor: not-allowed !important;
    color: gray !important;
}

.table-search-box {
    width: 20em;
    background-image: url('../img/Search-100.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.currency-item {
    text-align: right !important;
}

.currency-item-head {
    width: 15% !important;
    text-align: left !important;
}

.currency-item-head-purchase, .currency-item-head-sales {
    width: 15% !important;
    text-align: right !important;
}

.td-checkbox {
    padding-left: 8px !important;
}

ul[uib-pagination] {
    margin: 0px 1em 0px 0px;
}

.paginator-counter {
    margin-top: 5px;
    padding-left: 10px;
    display: block;
    float: left;
    margin-right: 1em;
    color: gray
}

.show-hide-col {
    margin: 5px 10px 0px 10px !important;   
}

.show-hide-col a {
    text-decoration: none;
}

.propertyToShow {
    margin-top: 4px !important;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

.th-checkbox {
    word-wrap: break-word;
    width: 2% !important;
}

.head-short{
    width: 9% !important;
}

.border-bottom {
    border-bottom: 1px solid gray;
}

.cost-properties {
    margin-bottom: 1em;
}

.cost-properties h4{
    margin-top: .5em;
    padding-bottom: 4px;
}

.cost-properties th.head-short {
    width: 25% !important;
}

.image-container img{
    width: 200px;
    height: auto;
}

/*
* Column Search Dropdown Directive
*/

.column-search-dropdown {
    position: absolute;
    clear: both;
    left: 1em;
    bottom: .5em;
}

#column-search-dropdown {
    width: 100%;
}

ul[aria-labelledby="column-search-dropdown"] {
    width: inherit !important;
    max-width: inherit !important;
}

ul[aria-labelledby="column-search-dropdown"] a {
    padding-left: 10px;
}

.remove-property{
    position: absolute;
    right: -3em;
    bottom: 0em;
    border-radius: 100%;
}

.inventory-view-container {
    margin-bottom: 0px;
}

.toggle-show-history:before{
    content: "";
    float: left;
    margin-top: 7px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-right: 10px;
    border-top: none;
    border-bottom: 4px solid #000;
}

.toggle-show-history-show:before{
    border-top:4px solid #000;
    border-bottom:none;
}

.toggle-show-history {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.table-white {
    background-color: #f9f9f9;
}

.overflow-x {
    overflow-x: auto;
}

.unresponsive thead tr th {
  min-width: 300px;
}

.inventory-tbl-container table{
    max-width: 120em;
    min-width: 60.5em;
}

.pagination-container{
    margin-top: 2em;
}

.setting_purchase_btn{
    margin-top: 20px
}

.setting_purchase_btn button{
    width: 100px;
}

.setting_purchase_btn button:first-child {
    margin-right: 1em;
}

.setting_purchase_example span {
    font-size: 18px;
    font-style: italic;
}

/**
* Minimum Width
*/

@media screen and (max-width: 1600px) {
    body.fixed-width {
       width: 100% !important;
    }

    html.fixed-width {
        overflow-x:  scroll;
    }

    .with_wrapper_margin {
        width: 90% !important;
    }

    .nav-container {
        width: 96% !important;
    }
}

@media screen and (max-width: 1040px) {
    body.fixed-width {
       width: 1040px !important;
    }
}

.fix-table {
    table-layout: fixed !important;
    width: 83em;
}

.table-fix-container{
    overflow-x: scroll
}

.purchases-tab-grp {
   margin-top: 1.5em;
}

.purchases-tab-grp label.table-tag{
    background-color: #F0FFF2 !important;
}

.purchases-tab-grp label.table-tag.po-tab-active{
    background-color: #ffffff !important;
}

.purchases-new-btn {
    margin: 0px !important;
}

.purchases-new-btn ul{
    margin-top: 10px;
}

.purchase-order-panel-header h4 {
    margin: 0px;
}

.po-head-container{
    padding: .5em 0em .5em 1.5em;
    border-bottom: 1px solid #EAEAEA;
}

.po-body-container {
    border-bottom: 1px solid #EAEAEA;
    clear: both;
}

.po-form-top {
    border-bottom: 1px solid #EAEAEA;
    background-color: #F4F3F3;
    padding-top: 1em;
}

.po-table-list {
    background-color: #F4F3F3;
    padding: 2em 0em 2em 0em;
}
.tbl-border th, .tbl-border td{
    border: 1px solid #D0D0D0 !important;
}
.po-table-list table > thead {
    background-color: #F6F6F8;
}

.po-table-list table > tbody {
    background-color: #FFF;
}

.po-form-bottom {
    border-top: 1px solid #EAEAEA;
    background-color: #F4F3F3;
    padding-top: 1em;
}

.po-tbl-bottom {
    background-color: #F4F3F3 !important;
}

.po-tbl-bottom-no-border{
    border-color: #F4F3F3 !important;
}

.po-select-address {
    padding-left: 0px;
}

.delivery-instructions-textarea{
    height: 109px;
    width: 100%;
}
.angucomplete-row {
    color: black !important;
}

.submit-btn-panel{
    padding: .5em;
}

.po-approve-btn{
    margin-right: 1em;
}

.po-add-new-line-btn {
    background-color: #F4F3F3 !important;
    margin: 1em 0em 0em 0em;
}

.width-14{
    width: 14em !important;
}



.po-tbl-bottom-border{
    border-bottom: 1px solid;
}

.editable-buttons{
    margin-top: 10px;
}

.editable-buttons:first-child {
    margin-left: 0px;
}

.editable-wrap{
    width: 80px;
}

.editable-wrap input[type="text"] {
    width: 180%;
}

.form-horizontal, .form-group, {
  background: none;
}

div[cell-cursor-editor-frame="cellCursor"] textarea{
    background-color : rgba(245,245,245,1) !important;
}

.col-item-code{
    width: 12% !important;
}
.col-item-desc{
    width: 22% !important;
}
.col-tax-rate{
    width: 14% !important;
}

.col-curr{
    width: 9% !important;
}

.col-delete{
    width: 4% !important;
}

.col-discount{
    width: 8% !important;
}

.col-amount{
    width: 11% !important;
}

.col-10 {
    width: 10% !important;
}
.col-20 {
    width: 20% !important;
}
.col-15 {
    width: 15% !important;
}
.col-5 {
    width: 5% !important;
}

.td.cursor.area.area-l.area-r {
    padding: 0px;
}

.text-right{
    text-align: right !important;
}

.text-center{
    text-align: center !important;
}

.text-left{
    text-align: left !important;
}

.setting_purchase_include_images{
    padding-top: 1em 0px 0px 0px;
}
.setting_purchase_include_images button.ok-btn{
    margin-right: 1em !important;
    width: 60px;
}

label input[type="checkbox"]{
   margin-top: 0px;
    margin-right: .5em;
}

.po_td_currency .selectize-input{
    width: 7em !important
}

.po-remove-item, .po-remove-item:hover{
    color: #BCBCBE;
}

.po-remove-item span{
   margin-top: 1em;
}

.po_td_currency div.ui-select-container{
    width: 100% !important;
}

.table-v2-tools{
    padding-top: 10px;
    padding-bottom: 15px;
}

.table-v2-tools button.subtools, .table-v2-tools a.subtools{
    margin-right: 15px;
    width: 7.5em;
}

.po-selected-info  {
    margin-left: 1em;
    color: #97999B;
}

.btn-font-red{
    color:red;
}

.btn-font-green{
    color: #2D6724;
}

.po_supplier_col{
    width: 15%;
}
.po_agent_col{
    width: 13%;
}

.po_date_col, .po_amount_col{
    width: 8%;
}

.po_number_col{
     width: 7%;
}
.po_reference_col{
    width: 17%;
} 
.po_date_del_col{
    width: 10%;
}

.po_due_date_col{
     width: 8%;
}

.po_overdue_col{
    width: 5%;
}

#po-send-to-label{
    padding-top: 1em;
}

#po-send-to-input{
    margin-bottom: 1em;
}

#po-send-textarea{
    width: 100%;
    height: 18.6em;
}

#sendPOForm{
    padding: 0em 2em 0em 2em;
}

#sendPOForm label, #sendPOForm .control-group, .control-input {
    padding: 0px !important;
    cursor: text;
}

.sent-status{
    position: absolute;
    right: -2em;
}

.po-control-btns button, .po-control-btns a{
    margin-right: 1em;
}

#add-payment-wrapper{
    margin-top: 3em;
    padding: 0px;
}

.with-wrapper {
    width: 76.8%;
    margin-left: 11.5%;
}

#add-payment-wrapper .payment-amount-paid{
    padding-right: 2em;
    padding-left: 0em;
}

.text-red{
    color: red;
}

.cell-cursor-td {
    padding: 0px !important;
    height: 1em !important;
}

.cell-cursor-wrap {
   height: 100% !important;
}

.cell-cursor-input {
    width: 100% !important;
    margin: 0px;
    border-radius: inherit !important;
    height: 100% !important;
    border: none !important;
}

.credit-note-form{
    background-color: #F8F3E9 !important;
}


.inventory_items_summary div.inv_items_details {
    border-bottom: 1px solid;
    padding: 1em 1em;
}

.tbl-border {
    background-color: #F6F6F8; 
}

.inventory-transaction-table {
    margin-top: 2em;
}

.new-adjustment-mbody{
    padding-top: 0em !important;
}

.new-adjustment-mbody form{
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.new-adjustment-mbody .control-group{
    padding: 0em;
} 

.new-adjustment-mbody .table {
    margin-bottom: 0px !important;
}

.new-adjustment-mbody .qty_today{
    width: 18%;
}

.new-adjustment-mbody  .adjustment{
   width: 23%
}
.new-adjustment-mbody .currency{
       padding-left: 5.4em;
}

hr.hr-division {
    margin-bottom: .5em !important;
}

.plus-adjustment, .at-adjustment{
    padding-left: 15px;
    width: 10px;
}

.equals-adjustment {
    padding: 0px;
    width: 10px;
}

.note-adjustment  .textarea{
    height: 7em;
    padding-left: 8px;
}

.note-adjustment {
    margin-top: 4em;
}

.contact-you-owe {
   padding-left: 10px !important;
}

.text-white {
    color : #fff;
}

.last-login-link {
    cursor: pointer;
    margin-top: .5em;
}

.td-10 {
    width: 10em;
}

.table-width-100 {
    width: 120em !important;
}
.td-ellipsis {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.table-th-10 {
    width: 10em !important;
}

.table-auto {
    table-layout: auto;
}

.dropdown-menu-inventory {
    width: 170px !important;
}

.dropdown-menu-inventory a{
    padding-right: 1em !important;
}

.cn-textarea {
    height: 100px !important;
}

.ui-select-choices-row.disabled {
    display:  none;
}

#add-check-btn, #export-soa-btn{
    margin-right: 1em;
}

#check_currency {
    width: 100% !important;
}

.contacts-list-panel{
    margin-top : 1em;
}

.contact-maindiv {
    padding-bottom: 2em;
}

.color-black {
    color : black !important;
}

.capitalize {
   text-transform: capitalize;
}

.col-select {
    width: 100% !important;
}

.sales-payment-add-btn {
    width: 70%;
}

.sales-payment-inputs {
    padding-right : 0px;
}

.home_page_wrapper {
    background-color: #F0F0F0;
    min-height: 100vh;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.table-fix-width{
    max-width: 120em;
    min-width: 60.5em;
}

.inventory-export {
    margin-right: 1em !important;
}

.with_wrapper_margin-lg{
    width: 90%;
    margin: auto auto;
}

.inventory-export-preview {
    margin-left: 7em;
    margin-right: 1em;
}

.sales-column-dropdown.dropdown{
    top: 2.5em;
    float : right;
}

a.adisabled {
    cursor: not-allowed;
    opacity: .65;
    pointer-events: none;
  }
  
a.adisabled:hover { text-decoration: none; }
a.adisabled:focus { text-decoration: none; }
a.adisabled:active { text-decoration: none; }

#fileselector {
    margin: 10px; 
}

#legacy-cheque-uploader{
    opacity: 0;
    height: 30px;
    width: 200px;
    margin-left: 130px;
}
#legacy-cheque-uploader > div > input.cta.btn.gray {
    position: absolute;
    width: 215px;
    top: -10px;
}
.margin-correction {
    margin-right: 10px;   
}

.modal-dialog.modal-xl {
    width: 1000px;
}

.label-m-left {
    margin-left: 10px;
}   

#sales-column-dropdown {
    margin-right: 15px;
}

.sales-receivables {
    display: inline-block;
    margin-left: 15px;
    text-align: right;
}

.sales-receivables small {
    display: block;
}

.pdc {
    display:flex; 
    justify-content: space-between
}

.pdc-header {
    display: flex;
    align-items: flex-end;
}

.flex-row {
    display:flex; 
    flex-direction:row;
}

.pdc-figures {
    display:flex; 
    flex-direction:row;
}

.pdc-figures span {
    display:flex; 
    flex-direction: column; 
    text-align: right;
}

.pdc-figures strong {
    padding-right: 15px;
}
.widget-card {
    display: flex;
    justify-content: space-between;
}

.kpi-card {
    display: flex;
    flex-direction: column;
    width: 24%;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 3px #bbb7b7; 
}

.kpi-card strong {
    font-size: 2vh;
    margin-bottom: 10px;
}

.kpi-content {
    padding: 10px; 
    font-size: 1.5vw;
    display: flex; 
    align-items: end; 
    flex-direction: column; 
    -webkit-justify-content: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end; 
    flex-wrap: wrap;
}

.widget-content-card {
    padding: 25px;
    width: 50%;
    background-color: #fff; 
    box-shadow: 1px 1px 3px #bbb7b7; 
    margin-top: 18px; 
}

.widget-item-type-graph {
    padding:25px 25px 0;
    width: 100%;
    background-color: #fff; 
    box-shadow: 1px 1px 3px #bbb7b7; 
    margin-top: 18px; 
}
.toggle-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    outline: none;
    border: none;
    background: none;
}

.switch-track {
    width: 56px;  /* same as Tailwind w-14 */
    height: 28px; /* same as Tailwind h-7 */
    border-radius: 9999px;
    background-color: #ccc;
    transition: background-color 0.3s ease-in-out;
    position: relative;
}

.switch-track.checked {
    background-color: #22c55e; /* green-500 */
}

.switch-thumb {
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    position: absolute;
    top: 2px;
    left: 2px;
    transition: transform 0.3s ease-in-out;
}

.switch-track.checked .switch-thumb {
    transform: translateX(28px); /* slide to right */
}