.content-wrapper {
    background-color: #ffffff;
    padding: 0px;
}

.tooltip-custom {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip-custom .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip-custom:hover .tooltiptext {
    visibility: visible;
}

input.ng-dirty.ng-invalid { color: red }
.autocompleteBox{
    background: #ffffff;
    width: 83%;
    /*padding-left: 5px;*/
    position: absolute;
    border: 2px solid #f0f0f0;
    border-radius:5px;
    z-index: 1;
    overflow-y: scroll ;
}

.autocompleteBox > span{
    padding:4px;
    display:block;
    border-bottom:2px solid #f0f0f0;

}
.hide_column{
    display : none;
}

.datepicker{
    z-index:1060 !important;
}
.widthClass {
    width: 10%;
}
.sNoClass {
    width : 5%;
}
.productClass{
    width : 8%;
}
.groceryProductClass{
    width : 5%;
}
.groceryCheckClass{
    width : 2%;
}

.overlay {
    position: fixed;
    left: 25%;
    top: 17%;
    border: 2px solid black;
    background-color: #ffffff;
    width: 60%;
    min-height: 5%;
    max-height: 80%;
    z-index: 100;
    border-radius: 5px;
    overflow : scroll;
}
.sort-btn {
    padding:0px;
    float:right;
    font-size:10px;
}
.fade1 {
    position: fixed;
    left: 0%;
    top: 0%;
    background-color: black;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 90;
}
.custom-modal.ng-enter {
    transition: opacity .5s ease-out;
    opacity: 0;
}
.custom-modal.ng-enter.ng-enter-active {
    opacity: 1;
}
.custom-modal.ng-leave {
    transition: opacity .5s ease-out;
    opacity: 1;
}
.custom-modal.ng-leave.ng-leave-active {
    opacity: 0;
}
.modal-backdrop {
    position: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.list-view {
    padding: 5px;
    /*height: 30px;*/
    /*font-family: MavenProMedium;*/
    font-size: 30px;
    color: #595968;
}
.date-time-input-box{
    border:2px solid #5d5d5d;
    border-radius: 5px;
    padding-left: 2px;
    padding-right: 2px;
}
.list-view-fiter-outer-container{
    background-color: #f0f0f0;
    padding-top:0;
}
.topnavbar {
    border: 0;
    background-color: #58BB3E;
    background-image: none;

}


.sidebar > .nav > li.active > a{
    color: var(--mainColor)  !important;
    background-color: #fff;
}
.sidebar > .nav > li.active > a:hover{
    background-color: #fff;
}
/* .sidebar > .nav > li > a:focus, .sidebar > .nav > li > .nav-item:focus, .sidebar > .nav > li > a:hover, .sidebar > .nav > li > .nav-item:hover{
    color: #fff ;
    /* background-color:  var(--secondaryColor) ;
    /* background-color: #6fd8cf;
} */
.sidebar > .nav > li > .nav-item:focus, .sidebar > .nav > li > a:hover, .sidebar > .nav > li > .nav-item:hover{
    color: #fff ;
    /* background-color:  var(--secondaryColor) ; */
    background-color: #6fd8cf;
}
.sidebar-subnav>li .nav>li {
    padding-left: 15px!important;
}

.topnavbar .navbar-header .brand-logo {
    display: block;
    width: 95%;
    padding-top: 10px;
}

.brand-logo img{
    width: 150px;
}
.order-list-table table thead tr{
    background: #58BB3E;
    color: white;
}
.carousel-control.left, .carousel-control.right {
    background-image:none !important;
    filter:none !important;

}

.purchaseReport-list-table table thead tr{
    background: #58BB3E;
    color: white;
}
.order-list-table label, body table.dataTable thead th, body .dataTables_wrapper .dataTables_length, body .dataTables_wrapper .dataTables_filter, body .dataTables_wrapper .dataTables_info, body .dataTables_wrapper .dataTables_processing, body .dataTables_wrapper .dataTables_paginate{

}
.purchaseReport-list-table label, body table.dataTable thead th, body .dataTables_wrapper .dataTables_length, body .dataTables_wrapper .dataTables_filter, body .dataTables_wrapper .dataTables_info, body .dataTables_wrapper .dataTables_processing, body .dataTables_wrapper .dataTables_paginate{

}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current, body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background-color: #58BB3E!important;
    border-color: #58BB3E!important;
}
.order-list-table table thead tr th{
    color: white;
}
.purchaseReport-list-table table thead tr th{
    color: white;
}

.order-detail-outer-container{
    padding: 10px;
}

.order-detail-outer-container h3.ng-binding{
    margin: 0px;
    line-height: 35px;
}

.order-list-table table tbody tr.even{

}


.order-list-table table tr td, .order-list-table table tr th{
    text-align: center;
}
.purchaseReport-list-table table tr td, .purchaseReport-list-table table tr th{
    text-align: center;
}

.order-list-table table{
    width: 100%!important;
    border: 1px solid #58BB3E;
}
.purchaseReport-list-table table{
    width: 100%!important;
    border: 1px solid #58BB3E;
}
.sub-order-list-table  table thead tr{
    background: #58BB3E;
    color: white;
}


.sub-order-list-table  table thead tr th{
    color: white;
}
.sub-order-list-table table tr.even{

}

.sub-order-list-table table tr td, .sub-order-list-table table tr th{
    text-align: left;
}

.margin-right-lg{
    margin-right: 15px;
}
.margin-right-sm{
    margin-right: 5px;
}
.margin-right-md{
    margin-right: 10px;
}
.margin-right-xl{
    margin-right: 20px;
}

.margin-left-lg{
    margin-left: 15px;
}
.margin-left-sm{
    margin-right: 5px;
}
.margin-left-md{
    margin-left: 10px;
}
.margin-left-xl{
    margin-left: 20px;
}



.margin-top-lg{
    margin-top: 15px;
}
.margin-top-sm{
    margin-top: 5px;
}
.margin-top-md{
    margin-top: 10px;
}
.margin-top-xl{
    margin-top: 20px;
}
.align-right{
    text-align:right;
}
.align-left{
    text-align:left;
}
.align-center{
    text-align:center;
}
.float-right{
    float:right;
}
.float-left{
    float:left;
}

.prod-title-acc{
    line-height: 35px;
}

.line-height-35{
    line-height: 35px;
}
.loader{
    text-align: center;
    margin: 20%;
}
.border-right-1{
    border-right: 1px solid #58BB3E;
    padding: 0% 15%;
}

.btn-primary-custom {
    color: #fff;
    background-color: #58BB3E;
    border-color: #58BB3E;
    font-size: 15px;
}

.btn-primary-custom:hover {
    color: #fff;
}

.padding-md{
    padding: 10px;
}

.order-det-row{
    padding-left: 10px;
    padding-bottom: 5px;
}
.order-list-table .dt-buttons{
    float: none;
    display: inline-block;
    margin-left: 20px;
    text-align: right;
    width: 60%;
    line-height: 42px;
}

.purchaseReport-list-table .dt-buttons {
    display: block;
    float: none;
    text-align: center;
    margin-left: 46%;
    line-height: 35px;
    width: 60%;
    color: rgb(250, 250, 250);


    background-image: none !important;

}
.purchaseReport-list-table .dt-buttons > a.dt-button {

    background-color: #4caf50 !important;

    background-image: none !important;
    border-radius: 0;
    color: #ffffff;
}
.purchaseReport-list-table .dt-buttons > a.dt-button:hover {

    background-color: #4caf50 !important;

    background-image: none !important;
    border-radius: 0;
    color: #000000;
}
.purchaseReport-list-table .dt-buttons > a.dt-button.buttons-csv{

    background-color: #4caf50 !important;

    background-image: none !important;

}

.purchaseReport-list-table .dt-buttons > a.dt-button.buttons-print{
    width: 84px;
    background-color: #4caf50 !important;

    background-image: none !important;

}
.purchaseReport-list-table .dataTables_length{
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
.order-list-table .dataTables_length{
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.purchaseReport-list-table .dataTables_filter{
    margin-right: 1%;
}
.order-list-table .dataTables_filter{
    margin-right: 1%;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--secondaryColor) !important;
}

.pointer{
    cursor: pointer;
}

.order-status-options li:hover{
    color: #58BB3E;
}

.order-detail-heading{
    background-color: #f0f0f0;
}

.panel > .panel-default >.orders{
    border-top-width: 3px;
    padding: 0% 20% 0% 20%;

}


input.ng-invalid {
    border-color: red;
}

input.ng-pristine {
    border-color: #dde6e9;
}


form.ng-pristine {
    border-color: transparent;
}

.datatable_address {
    width: 19% !important;
}


@media print{
    .nobuttons{
        height:1%;
        display: none;
    }

    .bordernew{
        border:2px solid red;

    }
    .nomargin{
        margin-bottom: 0px;
    }
    .compressed{
        height:1%;
        zoom:0.7;
    }
    .col-sm-2{
        width:1%;
    }
    .col-xs-2{
    .col-md-2
    }
    .col-md-2{

    }

    .sorting{
        width:1%;
    }

    /*.sorting{*/
    /*border : 2px solid yellow;*/
    /*width:10px !important;*/
    /*}*/


    .dataTables_scrollHeadInner{
        width:980px !important;
    }


    .dataTables_scrollHeadInner > table > thead >tr > th{
        width:10% !important;


    }


    .dataTables_scrollBody{
        width:980px !important;
    }
    .dataTables_scrollBody > table > tbody >tr  >td{
        width:10%!important;

        text-align: center !important;
    }

    .dataTables_filter{
        display: none;
    }

}
.dataTables_wrapper.no-footer table > tbody >tr  >td >img{
    width:65px;
}
.catstyle{
    margin-left: 8%;
}
.purchaseReportPackingClass{
    text-align: left !important;
}
.productSalesReportTotalAmountClass{
    text-align: left !important;
}
.purchaseReportNameClass{
    text-align: left !important;
    width: 183px !important;
}
.productSalesReportNameClass{
    text-align: left !important;
    width: 183px !important;
}
.productSalesReportIdClass{
    text-align: center !important;
    width: 183px !important;
}
.purchaseReportQtyClass{
    text-align: center !important;
    width: 11% !important;
}
.productSalesReportQtyClass{
    text-align: center !important;
    width: 11% !important;
}
.purchaseReportUnitNameClass{
    text-align: center !important;
    width: 162px !important;
}
.productSalesReportUnitNameClass{
    text-align: center !important;
    width: 162px !important;
}
.address{
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    height: 45px;
    width: 90%;
    margin-top: -2px;
    margin-left: 14px;
    outline: none;
}
.pac-container {
    z-index: 1051 !important;
}
.order-list-table{
    overflow:auto;
}
.cashCollectionReportIdClass{
    text-align: center !important;
    width: 6% !important;
}
.cashReportQtyClass{
    text-align: center !important;
    width: 9% !important;
}
.categoryClass{
    text-align : center !important;
    width : 10% !important;
}

.order-detail-select {
    min-width:150px;
    min-height: 45px;
    border-width: 3px;
    border-color: rgba(50, 50, 50, 0.14);
    margin: 10px 10px 10px 0px;
}

.order-detail-action-padding {
    padding: 0 10px;
}

.order-detail-table-row {
    vertical-align: middle !important;
    text-align: center !important;
}

.order-detail-failure-text {
    color:RED;
}

.order-detail-successful-text {
    color:GREEN;
}

.center-div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#orderList_filter > label
{
    float:right;
}
div#vendor_filter > label
{
    float:right;
}
div#onBoard_filter > label
{
    float:right;
}
div#onBoard1_filter > label
{
    float:right;
}
div#adjustmentTable_filter > label
{
    float:right;
}
div#campaignList_filter > label
{
    float:right;
}
div#item_filter > label
{
    float:right;
}
div#itemTable_filter > label
{
    float:right;
}
div#promoTable_filter > label
{
    float:right;
}
.panel-box-custom {
    margin: 25px 0px;
    border: 1px solid #dedede;
    background-color: #ffffff;
    /*border-radius: 5px;*/
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 20px 14px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.21);
    margin-left: 1.5%;
    overflow: scroll;
    margin-right: 1.5%;
}
*
{
    font-family:Maven Pro;
}
.side-margin {
    margin-left: 0.5%;
    margin-right: 0.5%;
    border-radius: 6px;
}

.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
}

.loading {
    position: relative;
    margin: 0 auto;
    width: 80px;
}
.loading:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 2s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}
.fancyButton {
    color: #fff !important;
    background:var(--secondaryColor) !important;
    box-shadow: 8px 10px 20px 0 rgba(46,61,73,.15) ;
    transition: all 0.3s !important;
    border-radius: 4px !important;
    text-transform: capitalize !important;
}
.fancyButton:hover {
    box-shadow: 2px 4px 8px 0 rgba(46,61,73,.2);
    background:var(--secondaryColor) !important;
}

.country_class:hover{
    background-color: lightgrey;
}

.intl-tel-input {
    width: 100%;
}
.intl-tel-input {
    position: relative;
    display: inline-block;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}
.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 45px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table;
}
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
}
.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px;
}
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.iti-flag.in {
    height: 14px;
    background-position: -2413px 0px;
}
.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}
.iti-flag {
    width: 20px;
}
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}
.intl-tel-input .hide {
    display: none;
}
.hide {
    display: none!important;
}
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.hide {
    display: none!important;
}
div[title="Draw a shape"] {
    content: url(../../app/img/edit2.png) !important;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
div[title="Stop drawing"] {
    content: url(../../app/img/edit2.png) !important;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none
}


.toggle_color {
    background-color: #1c1c1c;
    color: white;
}
.sidebar-toggle .toggle_color a:hover, a:focus{
    background-color: #1c1c1c;
    color: white !important;
    text-decoration: none !important;
}
.selected_class.active{
    background-color: white;
    color: #1c1c1c;
}
.toggle_color.active{
    background-color: white;
    color: #1c1c1c !important;
}

#overlay {
    position: fixed;
    display: block;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    cursor: pointer;
}


