/**************************************************************************************/
/*                                    Global                                          */
/**************************************************************************************/

/* Font Family */
body,
#hoeapp-wrapper {
    font-family: "Arial", sans-serif;
}

.width-10 {
    width: 10%;
}

.width-20 {
    width: 20%;
}

.width-30 {
    width: 30%;
}

.width-50 {
    width: 50%;
}

.width-100 {
    width: 100%;
}

#hoeapp-wrapper {
    background: #f5f5f5;
}

.container {
    padding-top: 20px;
}

/* Form control */
.input-group-addon,
.form-control, input, textarea, select {
    border: 1px solid rgba(159, 160, 180, 0.7);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-size: 1.2rem;
    color: #343434 !important;
}

.form-check-label {
    margin-top: 10px;
    font-size: 18px;
}

input[type="text"]{
    font-size: 14px;
}

.text-lg {
    font-size: 15px!important;
}
.label {
    font-size: 12px;
}

input[type="checkbox"] {
  accent-color: #349cdc;
  scale: calc(20/14);
}

table tbody td select {
    margin-bottom: 0px !important;
}

/* Breadcrumb */
.breadcrumb {
    background-color: rgb(216, 216, 216);
    font-size: 15px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    letter-spacing: 1px;
}

.breadcrumb > .active {
    color: #272727 !important;
}

.breadcrumb>li+li:before {
    color: #7d7d7d;
}

/* Panels */
.panel-shadow {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.panel-title {
    color: #3a3a3a !important;
    font-family: "Helvetica", Arial, sans-serif !important;
    font-size: 14px;
}

.panel-heading {
    border-bottom: 1px dotted #aaaaaa !important;
    margin: 0 15px 5px;
    padding: 15px 0 !important;
}

.panel-actions {
    right: 0 !important;
}

.select-lg {
    font-size: 14px !important;
}

hr {
    border-color: #c5c5c5;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
}
.hr-text:before {
    content: '';
    /* use the linear-gradient for the fading effect*/
    /* use a solid background color for a solid bar*/
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: #333333;
    padding: 0 .5em;
    line-height: 1.5em;
    /* this is really the only tricky part, you need to specify the background color of the container element...*/
    background-color: #f2f3f4;
}

.clickable {
    cursor: pointer
}

/* Col same height */
.row-same-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.row-same-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* Tables */
.table-hover > tbody > tr:hover {
    background-color: #eaeaea;
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #e5e6e7;
    border: none;
}

.table-striped.table > tbody > tr > td, .table-striped.table > tbody > tr > th, .table-striped.table > tfoot > tr > td, .table-striped.table > tfoot > tr > th, .table-striped.table > thead > tr > td, .table-striped.table > thead > tr > th {
    border: 0px;
}

/* NOTIFICATION PANEL */
.notification-panel {
    display: none;
    background-color: rgba(0, 0, 0, 0.91);
    z-index: 999998; /* 999999 is .scrolToTop */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 80px;
    color: white!important;
    margin: auto;
    font-size: 18px;
    /*padding: 1px 4px 2px 3px;*/
    padding: 18px 40px 18px 40px;
}

.notification-panel p {
    min-height: 43px;
    margin-bottom: 0;
    padding-top: 9px;
    /*line-height: 43px;*/
}

.notification-panel button {
    font-size: 16px;
    min-height: 44px;
    /*margin-bottom: 18px;*/
}

@media screen and (max-width: 991px) {
    .notification-panel p {
        padding-top: 0px;
    }
}

.parentDisable{
    display: none;
    position:fixed;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.67);
    z-index:998;
    height:100%;
    width:100%;
}

.loading {
    position:fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px; /*set to a negative number 1/2 of your height*/
    margin-left: -100px; /*set to a negative number 1/2 of your width*/
    z-index: 999;
}

.small-container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.container-xs {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.modal-body {
    font-size: 14px;
}





/**************************************************************************************/
/*                                    Main.php                                        */
/**************************************************************************************/
.login-cust {
    font-size: 17px;
    font-weight: 700;
}

.cust-list {
    font-size: 14px;
}

.login-site {
    font-size: 17px;
    font-weight: 700;
}

.hoe-left-header {
    background-color: #00498f;
    letter-spacing: 0.03em;
}

#hoe-left-panel {
    letter-spacing: 0.03em;
}

#hoe-left-panel .panel-list > li > a > i{
    display: inline-block;
    min-width: 20px;
    font-size: 14px;
    padding-right: 6px;
}

#hoe-left-panel .panel-list > li > a {
    color: #646464 !important;
}

#hoe-left-panel .panel-list > li.active > a{
    background-color: #b3b3b3 !important;
    color: #333333 !important;
}

#hoe-left-panel .panel-list li.active > a .selected {
    border-bottom: none;
    border-right: 7px solid #7e7e7e;
    border-top: none;
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 0;
    border-right-color: #FF6384 !important;
}

.admin-sub-menu > li > a{
    color: #4d4d4d !important;
    background: #e1e1e1 !important;
    padding-left: 20px !important;
}

.stock-sub-menu > li > a{
    color: #4d4d4d !important;
    background: #d1d1d1 !important;
    padding-left: 25px !important;
}

.admin-sub-menu > li.active > a,
.stock-sub-menu > li.active > a{
    background: #c3c3c3 !important;
}

.admin-sub-menu > li > a span.menu-text:before,
.stock-sub-menu > li > a span.menu-text:before{
    content: "" !important;
}

#hoe-left-panel .panel-list > li:hover > a,
.admin-sub-menu > li:hover > a,
.stock-sub-menu > li:hover > a{
    background: rgba(54, 162, 235, 0.33) !important;
}

#logo:hover > a {
    background: #eaeaea !important;
}

#hoe-left-panel .panel-list > li.hoe-has-menu > a:after,
#hoe-left-panel .panel-list > li.hoe-has-menu li.hoe-has-menu > a:after {
    font-family: FontAwesome;
    content: "\f078" !important;
    font-size: 15px;
    position: relative;
    float: right;
}

#hoe-left-panel .panel-list > li.hoe-has-menu.opened > a:after,
#hoe-left-panel .panel-list > li.hoe-has-menu li.hoe-has-menu.opened > a:after {
    font-family: FontAwesome;
    content: "\f077" !important;
    font-size: 15px;
    float: right;
    position: relative;
}

#change-active .modal-footer button {
    min-width: 185px;
}

@media screen and (max-width: 429px) {
    #change-active .modal-footer {
        text-align: center;
    }

    #change-active .modal-footer button{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #change-active .modal-footer button:nth-child(1){
        margin-bottom: 10px;
    }
}










/**************************************************************************************/
/*                                     Orders                                         */
/**************************************************************************************/
.orders-top{
    margin-bottom: 10px;
}

/*.orders-panel{*/
    /*min-height: 400px;*/
/*}*/

/*.orders-panel .range {*/
    /*width: 145px;*/
    /*height: 34px;*/
    /*border-radius: 5px;*/
    /*margin-right: -5px;*/
/*}*/

.dataTables_filter input{
    height: 34px;
    border-radius: 5px;
    width: 145px;
    padding: 5px 10px;
}

.search-orders-table {
    display: none;
}

.order-table tbody tr{
    cursor: pointer;
}

.order-details-list .row {
    margin-bottom: 15px;
    line-height: 1.5em;
}

.order-details-list .left{
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.order-details-list .right{
    color: #3c3b37;
    font-size: 14px;
}

.task-label {
    float: right;
}

.task-label label{
    font-size: 15px;
}

.user-card div {
    padding: 0px;
}

.order-items {
    padding: 0px;
}

.postage-modal {
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (min-width: 992px) {
    .order-form {
        padding-right: 30px;
    }
}

/* Priority Labels */
.label-priority-0,.label-Normal {
    background: #4bc0c0;
    display: inline-block;
    min-width: 85px;
    padding: 9px 0;
    cursor: default;
}

.label-Booked {
    background: #00D000;
    display: inline-block;
    min-width: 85px;
    padding: 9px 0;
    cursor: default;
}

.label-Courier {
    background: #0000cd;
    display: inline-block;
    min-width: 85px;
    padding: 9px 0;
    cursor: default;
}

.label-Pickup {
    background: #008000;
    display: inline-block;
    min-width: 85px;
    padding: 9px 0;
    cursor: default;
}

.label-priority-1 {
    background: #FF6384;
    display: inline-block;
    min-width: 85px;
    padding: 9px 0;
    cursor: default;
}

.label-priority-2 {
    background: #ff9220;
    display: inline-block;
    min-width: 85px;
    padding: 9px 0;
    cursor: default;
}

.label-priority-3 {
    background: #36A2EB;
    display: inline-block;
    min-width: 85px;
    padding: 9px 0;
    cursor: default;
}

.label-priority-4 {
    background: #9f7ceb;
    display: inline-block;
    min-width: 85px;
    padding: 9px 0;
    cursor: default;
}

.label-priority-5 {
    background: #ff64b9;
    display: inline-block;
    min-width: 85px;
    padding: 9px 0;
    cursor: default;
}

.label-priority-6 {
    background: #ff374e;
    display: inline-block;
    min-width: 85px;
    padding: 9px 0;
    cursor: default;
}

.label-priority-7 {
    background: #ff374e;
    display: inline-block;
    min-width: 85px;
    padding: 9px 0;
    cursor: default;
}

.label-priority-8 {
    background: #d87ceb;
    display: inline-block;
    min-width: 85px;
    padding: 9px 0;
    cursor: default;
}

.label-priority-9 {
    background: #DC143C;
    display: inline-block;
    min-width: 85px;
    padding: 9px 0;
    cursor: default;
}

.label-status-1 {
    background: #36A2EB;
    display: inline-block;
    min-width: 135px;
    padding: 9px 0;
    cursor: default;
}

.label-status-2 {
    background: #FF6384;
    display: inline-block;
    min-width: 135px;
    padding: 9px 0;
    cursor: default;
}

.label-status-3 {
    background: #4bc0c0;
    display: inline-block;
    min-width: 135px;
    padding: 9px 0;
    cursor: default;
}

.label-status-4 {
    background: #ffaa45;
    display: inline-block;
    min-width: 135px;
    padding: 9px 0;
    cursor: default;
}

.label-status-5 {
    background: #9f7ceb;
    display: inline-block;
    min-width: 135px;
    padding: 9px 0;
    cursor: default;
}

.label-status-6 {
    background: #0000cd;
    display: inline-block;
    min-width: 135px;
    padding: 9px 0;
    cursor: default;
}

.label-status-7 {
    background: #ff64b9;
    display: inline-block;
    min-width: 135px;
    padding: 9px 0;
    cursor: default;
}

.label-status-8 {
    background: #DC143C;
    display: inline-block;
    min-width: 135px;
    padding: 9px 0;
    cursor: default;
}

.label-status-9 {
    background: #ff374e ;
    display: inline-block;
    min-width: 135px;
    padding: 9px 0;
    cursor: default;
}


.label-status-10 {
    background: #1679a5;
    display: inline-block;
    min-width: 135px;
    padding: 9px 0;
    cursor: default;
}

.label-status-11 {
    background: #000067;
    display: inline-block;
    min-width: 135px;
    padding: 9px 0;
    cursor: default;
}

.overdue-order {
    background: #ffd0d0;
}








/**************************************************************************************/
/*                           Customers, Clients, Users                                */
/**************************************************************************************/
.customers label {
    font-weight: 600;
    font-size: 13px;
}

.customers h4 {
    font-size: 14px;
    font-weight: 600;
}

.customers .input-group-addon {
    min-width: 45px;
}

.select-cust select {
    width: 100% !important;
    font-size: 14px;
    height: 40px !important;
}

.select-cust button,
#cust-details button{
    font-size: 15px;
}

.new-cust,
.update-cust,
.cust-details,
#cust-details {
    display: none;
}

.new-cust input,
.new-cust select,
.update-cust input,
.update-cust select,
.cust-details{
    font-size: 15px !important;
}

.ui-buttons button {
    width: 100% !important;
}

.select-cust .ui-buttons{
    text-align: center;
}

.select-cust .ui-buttons button {
    max-width: 300px !important;
}

#cust-details .col-xs-5{
    color: #0e0e19;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
}

#cust-details .col-xs-7{
    color: #3c3b37;
    font-size: 15px;
}

.customer-details hr,
.client-details hr{
    margin-top: 0 !important;
}

.customers #update-logo-modal img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.customers #update-logo-modal .fileuploader {
    margin-bottom: 0;
}

.customers #update-logo-modal .fileuploader .additional-btn {
    margin-top: 15px;
}

.customers #update-logo-modal .fileuploader .delete {
    background: #ff3b36;
    float: left;
}

.customers #update-logo-modal .fileuploader .delete:hover,
.customers #update-logo-modal .fileuploader .delete:hover{
    background: #df332e;
}

.customers #update-logo-modal .fileuploader .upload {
    background: #2fc09f;
    float: right;
    margin-right: 0;
}

.customers #update-logo-modal .fileuploader .upload:hover,
.customers #update-logo-modal .fileuploader .upload:active{
    background: #29a98b;
}

.customers .fileuploader {
    margin-top: 0;
    margin-bottom: 30px;
    background: #f0f0f0;
    font-size: 12px;
}

.customers .fileuploader-input-caption{
    color: #8b8b8b;
}

.customers .fileuploader-input-button {
    background: #36A2EB;
}

.customers .fileuploader-input-button:hover,
.customers .fileuploader-input-button:active {
    background: #2d8bca;
}








/**************************************************************************************/
/*                                   Inventory                                        */
/**************************************************************************************/
.inventory-top-btns {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

.inventory-top-btns a {
    width: 100%;
}

.inventory .list-inline {
    margin-left: auto;
}

.inventory .tabs-bordered {
    border-bottom: 2px solid #aeaeae;
    list-style:none;
    width: 100%;
}

.inventory .tabs-bordered li a {
    padding: 8px 20px;
    color: #757575;
    font-weight: 600;
}

.tabs-bordered li.active a {
    border-bottom-color: #4bc0c0;
    color: #4bc0c0;
}

.tabs-bordered li a:hover {
    border-bottom-color: #4bc0c0;
    color: #4bc0c0;
}

.inventory-modify a {
    color: #3ec072;
}

.inventory-modify a:hover {
    color: #2c8850;
}

.inventory-delete a {
    color: #ff3b36;
}

.inventory-delete a:hover {
    color: #ad2722;
}

.inventory label {
    font-weight: 600;
    font-size: 13px;
}

.inventory button {
    border-radius: 4px;
}

.inv-reason input {
    width: 260px !important;
    margin-left: 10px;
}

.inventory #update-image-modal img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.inventory #update-image-modal .fileuploader {
    margin-bottom: 0;
}

.inventory #update-image-modal .fileuploader .additional-btn {
    margin-top: 15px;
}

.inventory #update-image-modal .fileuploader .delete {
    background: #ff3b36;
    float: left;
}

.inventory #update-image-modal .fileuploader .delete:hover,
.inventory #update-image-modal .fileuploader .delete:hover{
    background: #df332e;
}

.inventory #update-image-modal .fileuploader .upload {
    background: #2fc09f;
    float: right;
    margin-right: 0;
}

.inventory #update-image-modal .fileuploader .upload:hover,
.inventory #update-image-modal .fileuploader .upload:active{
    background: #29a98b;
}

.inventory .fileuploader {
    margin-top: 0;
    margin-bottom: 30px;
    background: #f0f0f0;
    font-size: 12px;
}

.inventory .fileuploader-input-caption{
    color: #8b8b8b;
}

.inventory .fileuploader-input-button {
    background: #36A2EB;
}

.inventory .fileuploader-input-button:hover,
.inventory .fileuploader-input-button:active {
    background: #2d8bca;
}







/**************************************************************************************/
/*                                     Bundles                                        */
/**************************************************************************************/
.bundle .row-btn {
    font-size: 28px;
}

.bundle .row-btn .add-btn {
    color: #36A2EB;
}

.bundle .row-btn .remove-btn {
    color: #ff334b;
}

.bundle .new-bundleItem {
    background-color: #e6e6e6;
}

.bundles-delete a {
    color: #ff3b36;
}







/**************************************************************************************/
/*                                  Integrations                                      */
/**************************************************************************************/
.integration .row-btn {
    font-size: 28px;
}

.integration .row-btn .remove-btn {
    color: #ff334b;
}

.integration-delete a {
    color: #ff3b36;
}







/**************************************************************************************/
/*                                     Inserts                                        */
/**************************************************************************************/
.insert .row-btn {
    font-size: 28px;
}

.insert .row-btn .add-btn {
    color: #36A2EB;
}

.insert .row-btn .remove-btn {
    color: #ff334b;
}

.insert .new-insertItem {
    background-color: #e6e6e6;
}

.inserts-delete a {
    color: #ff3b36;
}







/**************************************************************************************/
/*                                  Invoice Charges                                   */
/**************************************************************************************/
td.details-control {
    font-size: 28px;
}







/**************************************************************************************/
/*                                   Receivable                                       */
/**************************************************************************************/
.receivable .row-btn {
    font-size: 28px;
}

.receivable .row-btn .add-btn {
    color: #36A2EB;
}

.receivable .row-btn .remove-btn {
    color: #ff334b;
}

.receivable .new-receivable {
    background-color: #e6e6e6;
}

.receivables-delete a {
    color: #ff3b36;
}







/**************************************************************************************/
/*                                     Rules                                         */
/**************************************************************************************/
.rule .row-btn {
    font-size: 28px;
}

.rule .row-btn .add-btn {
    color: #36A2EB;
}

.rule .row-btn .remove-btn {
    color: #ff334b;
}

.rule .new-rule {
    background-color: #e6e6e6;
}

.rule-delete a {
    color: #ff3b36;
}







/**************************************************************************************/
/*                                      Sites                                         */
/**************************************************************************************/
.site .row-btn {
    font-size: 28px;
}

.site .row-btn .add-btn {
    color: #36A2EB;
}

.site .row-btn .remove-btn {
    color: #ff334b;
}

.site .new-insertItem {
    background-color: #e6e6e6;
}

.sites-delete a {
    color: #ff3b36;
}






/**************************************************************************************/
/*                                   Stocktake                                        */
/**************************************************************************************/
.stocktake .row-btn {
    font-size: 28px;
}

.stocktake .row-btn .add-btn {
    color: #36A2EB;
}

.stocktake .row-btn .remove-btn {
    color: #ff334b;
}

.stocktake-delete a {
    color: #ff3b36;
}






/**************************************************************************************/
/*                                    Storage                                         */
/**************************************************************************************/
.storage .row-btn {
    font-size: 28px;
}

.storage .row-btn .add-btn {
    color: #36A2EB;
}

.storage .row-btn .remove-btn {
    color: #ff334b;
}

.storage .new-storage {
    background-color: #e6e6e6;
}

.storage .old-storage {
    background-color: #f6f6f6;
}






/**************************************************************************************/
/*                                   Packaging                                        */
/**************************************************************************************/
.packaging .row-btn {
    font-size: 28px;
}

.packaging .row-btn .add-btn {
    color: #36A2EB;
}

.packaging .row-btn .remove-btn {
    color: #ff334b;
}

.packaging .new-packaging {
    background-color: #e6e6e6;
}






/**************************************************************************************/
/*                                    Packing                                         */
/**************************************************************************************/
.packing #buttons button {
    font-weight: 500;
}

.packing #buttons button .col-xs-3 {
    text-align: right;
    font-size: 25px;
    padding: 15px;
    line-height: 50px;
}

.order-status {
    display: inline-block;
    padding: 10px 0;
    min-width: 140px;
}





/**************************************************************************************/
/*                                    Billing                                         */
/**************************************************************************************/
.billing .select-customer label{
    font-size: 13px;
    font-weight: bold;
}

.billing .select-customer .input-group-addon{
    font-size: 14px;
}

.billing .select-customer select{
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .billing #box-2,
    .billing #box-4,
    .billing #box-5 {
        padding-right: 5px;
    }

    .billing #box-3,
    .billing #box-5,
    .billing #box-6 {
        padding-left: 5px;
    }
}

.billing .statistic-widget-box {
    height: 70px;
    padding: 15px;
    background-color: #ffffff;
    border: dotted 1px #bbbbbb;
}

.billing .statistic-widget-box  h1 {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0;
    color: #434343;
}

.billing .statistic-widget-box  p {
    color: #656565;
}

.billing .statistic-widget-box  i {
    color: #cdcdcd;
}

.billing .packaging .col-xs-4,
.billing .packaging .col-sm-3,
.billing .packaging .col-md-3 {
    padding-right: 0;
}

.billing .packaging .control-label {
    padding: 4px 15px;
    margin-bottom: 0;
    text-align: left;
}

p.control-label {
    line-height: 145%;
}

.billing .error-box {
    background-color: rgb(255, 230, 227);
    margin: 0 0 15px;
    padding: 10px 20px;
    border: dashed 1px #ff3b36;
    border-radius: 5px;
    line-height: 1.6em;
}

.billing .error-box .error-box-title {
    border-bottom: dotted 1px #ff3b36;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #ff3b36;
    font-weight: bold;
}

.billing .error-box .billing-error {
    font-style: normal;
    color: #ff3b36;
    margin-bottom: 0;
}

.billing .error-box li{
    color: #ff3b36;
    list-style: none;
}

.billing .error-box li:before{
    color: #ff3b36;
    font-family: FontAwesome;
    content: '\f00d';
    margin: 0 10px 0 0;
    font-size: 13px;
}






/**************************************************************************************/
/*                                  Invoicing                                         */
/**************************************************************************************/
.invoicing .download-btns a {
    margin-bottom: 20px;
}

.invoicing .freq-text {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.invoicing .invoices-tbl > tbody > tr {
    cursor: pointer;
}

.invoicing .invoices-tbl > tbody > tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.invoicing .invoices-tbl > tbody > tr:hover {
    background-color: #e8e8e8;
}

.invoicing .statistic-widget-box {
    height: 70px;
    padding: 15px;
    background-color: #ffffff;
    border: dotted 1px #bbbbbb;
}

.invoicing .statistic-widget-box  h1 {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 0;
    color: #434343;
}

.invoicing .statistic-widget-box  p {
    color: #656565;
}

.invoicing .statistic-widget-box  i {
    color: #cdcdcd;
}

.invoicing .enter-inv {
    padding-top: 10px;
    padding-bottom: 15px;
}

.invoicing .enter-inv label{
    font-weight: bold;
    font-size: 13px;
}

.invoicing .enter-inv input {
    font-size: 13px;
    height: 40px;
    margin-right: 5px;
}

.invoicing .enter-inv button {
    font-weight: bold;
    font-size: 13px;
    height: 40px;
    width: 120px;
    border-radius: 4px;
}


.invoicing .error-box {
    background-color: rgb(255, 230, 227);
    margin: 0 0 15px;
    padding: 10px 20px;
    border: dashed 1px #ff3b36;
    border-radius: 5px;
    line-height: 1.6em;
}

.invoicing .error-box .error-box-title {
    border-bottom: dotted 1px #ff3b36;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #ff3b36;
    font-weight: bold;
}

.invoicing .error-box .billing-error {
    font-style: normal;
    color: #ff3b36;
    margin-bottom: 0;
}

.invoicing .error-box li{
    color: #ff3b36;
    list-style: none;
}

.invoicing .error-box li:before{
    color: #ff3b36;
    font-family: FontAwesome;
    content: '\f00d';
    margin: 0 10px 0 0;
    font-size: 13px;
}






/**************************************************************************************/
/*                                    Auspost                                         */
/**************************************************************************************/
.auspost .table > tbody > tr:nth-of-type(odd) {
    background-color: #f3f3f3;
}

.auspost .table > tbody > tr:hover {
    background-color: #e8e8e8;
}

.auspost .table > thead > tr > th {
    border-bottom: 2px solid #b6b6b6 !important;
}

.auspost .table > tbody > tr > td {
    border-top: 1px solid #9f9f9f;
    padding: 20px 10px;
}

.auspost hr {
    border-color: #cfcfcf;
}

.auspost .row-1,
.auspost .row-3,
.auspost .row-5,
.auspost .row-6 {
    padding-bottom: 10px;
    font-weight: bold;
    color: #555555;
}

.auspost .row-5 {
    letter-spacing: 3px;
    color: #777777;
}







/**************************************************************************************/
/*                          Change Packaging Types                                    */
/**************************************************************************************/
.system-settings .change-packaging .table > tbody > tr > td {
    vertical-align: middle;
}

.system-settings .change-packaging input {
    font-size: 12px !important;
}

.system-settings .change-packaging .row-btn {
    font-size: 28px;
}

.system-settings .change-packaging .row-btn .add-btn {
    color: #36A2EB;
}

.system-settings .change-packaging .new-packaging {
    background-color: #e6e6e6;
}
