table.dataTable .table-bordered{
	border: 1px solid hsl(208, 56%, 46%) !important;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #337ab7 !important;
    color: #fff !important;
}
.ui-autocomplete {
    font-size: 12px !important;
        max-height: 300px;
        max-width: 100%;
        width: 16%;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
        /* add padding to account for vertical scrollbar */
        padding-right: 20px;
    }
.ui-menu-item a.ui-state-focus {
background: #faa;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: transparent !important;
    color: #000000 !important;
    border: none !important;
} 
.ui-widget.ui-widget-content{
    z-index: 9999;
}
.ui-menu-item{
    clear:both;
    height: 50px;
    padding-top: 5px !important;
    padding-left: 5px !important;
}
.ui-menu-item img{
    float: left;
    margin-right: 4px;
}
.top-search{
    position: absolute;
    left: 47px;
    top: -5px;
}
.top-search input[type="text"]{
    background-color: #3c8dbc !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.top-search button{
    background-color: #fff !important;
}
.ui-menu li div{
    position: relative;
    left: 6px;
}
table td input[type="text"]{
    padding-right: 7px !important;
}
#quotationCreate table td input[name="unit_price[]"], input[name="amount[]"], input[name="discount"],
input[name="ppn"], input[name="qty[]"], .grandtotal, .grandtotal2 {
    text-align: right;
}
#quotationCreate .grandtotal{
    /*right: 23px;*/
}
#quotationCreate .grandtotal2{
    width: 53%;
}
#quotationCreate table input[name="discount"]{
    padding-right: 0;
}
#quotationCreate table input[name="ppn"]{
    /*width: 118px !important;*/
    padding-right: 0;
    background: transparent;
}
#quotationCreate table tfoot th label{
    font-weight: bold !important;
}

/* ----------------------------------- edit quot -------------------------------------------------- */
#EidtModalQuotation table td input[name="unit_price[]"], input[name="amount[]"], input[name="discount"],
input[name="ppn"],input[name="qty[]"], .grandtotal, .grandtotal2 {
    text-align: right;
}
#EidtModalQuotation .grandtotal{
    /*right: -30px;*/
}
#EidtModalQuotation .grandtotal2{
    width: 53%;
}
#EidtModalQuotation table input[name="discount"]{
    padding-right: 0;
}
#EidtModalQuotation table input[name="ppn"]{
    /*width: 118px !important;*/
    padding-right: 0;
    background: transparent;
}
#EidtModalQuotation table tfoot th label{
    font-weight: bold !important;
}

/* ----------------------------------- create order -------------------------------------------------- */

#CreateOrder table td input[name="unit_price[]"], input[name="amount[]"], input[name="discount"],
input[name="ppn"],input[name="qty[]"], .grandtotal, .grandtotal2 {
    text-align: right;
}
#CreateOrder .grandtotal{
    right: 27px;
}
#CreateOrder .grandtotal2{
    width: 53%;
}
#CreateOrder table input[name="discount"]{
    padding-right: 62px;
}
#CreateOrder table input[name="ppn"]{
    width: 102px !important;
    background: transparent;
}
#CreateOrder table tfoot th label{
    font-weight: bold !important;
}

/* ----------------------------------- edit order -------------------------------------------------- */

#EditRecieveOrder table td input[name="unit_price[]"], input[name="amount[]"], input[name="discount"],
input[name="ppn"], input[name="qty[]"], .grandtotal, .grandtotal2 {
    text-align: right;
}
#EditRecieveOrder .grandtotal{
    right: 14px;
    text-align: center;
}
#EditRecieveOrder .grandtotal2{
    width: 86%;
    margin-left: -7px;
}
#EditRecieveOrder table input[name="ppn"]{
    background: transparent;
}
#EditRecieveOrder table tfoot th label{
    font-weight: bold !important;
}

.rightclass {
    text-align: right;
}
.head_task a{
    margin-left: -10px;
}
.header_taks{
    margin-top: -33px !important;
    margin-left: -12px !important;
}
.margin_line_top{
    margin-top: 3px;
}
.even_timeline{
    margin-top: -25px !important;
    margin-left: -12px !important;
}
.x_padd img{
    width: 80% !important;
    max-height: 121px !important;
    margin-bottom: 3px !important;
}
.col-sub {
    background-color: #46b049 !important;
    text-align: center !important;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.tab-pane .btn-bs-file{
    right: 9px !important;
}
#formUploadfile img{
    position: relative !important;
    width: 17% !important;
    left: 16px;
    margin-right: 27px !important;
    clear: both;
}
#notesshow img {
    width: 19% !important;
    margin-left: -4px !important;
}
#opportunities img{
    position: relative !important;
    width: 17% !important;
    left: 0;
    margin-right: 10px !important;
}

@media only screen and (max-width: 599px) {
    #cardquot .btn{
        margin-top: -27px;
        margin-right: 24px;
    }
    #showcontact .btn-group .btn {
        font-size: 12px;
        line-height: 1.2;
        padding: 0px 7px 2px 8px;
        margin-right: 24px;
    }
    div#opportunities .btn-group .btn {
        font-size: 12px;
        line-height: 1.2;
        padding: 0px 7px 2px 8px;
        margin-right: 24px;
    }
    #notesshow img {
        width: 10% !important;
    }
}