﻿.redRow .x-grid-cell {
        background-color: rgb(255, 102, 102) !important;
}
.greenRow .x-grid-cell {
        background-color: rgb(51, 255, 0) !important;
}
.yellowRow .x-grid-cell {
        background-color: rgb(255, 255, 102) !important;
}

/* non redact labels in Ext.grid.plugin.RowEditing */
.x-grid-row-editor .x-form-item-body .x-form-display-field {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 2px 6px 3px;
    white-space: nowrap;
}

.ux-notification-light .x-window-header {
	background-color: transparent;
}

body .ux-notification-light {
	background-image: url('icons/Common/fader.png');
}

.ux-notification-light .x-window-body {
	text-align: center;
	background-color: transparent;
	border: 0px solid white;
}

.tqc-photo-cell .x-grid-cell-inner {
	padding-top: 0px;
	padding-bottom: 0px;
}


.opacityWindow
{
    opacity: .35;
    -moz-opacity: .35;
    filter: alpha(opacity=35);
}

.x-grid-cell.greyCellText
{
    color: gray;
}

.x-form-timenow-trigger {
  background-image: url('icons/Common/time-trigger.png'); }

div#checkDiv
{
    width: 20px;
    background-image: url(icons/Common/accept.png);
}

.newMessage
{
    font-weight: bold;   
    border: 1px solid black;
}

.RedRow
{
    /*border: 10px solid red;*/
    color:Red;   
    font-weight: bold;
    font-size: large;
}

.redButton
{
    border: 1px solid red;   
}

.blacklist .x-grid-cell
{
    background-color: #ff0000;
}

.x-grid-row-selected .x-grid-cell.blacklist
{
    color: #ff0000;
}

.x-grid-cell.blacklist
{
    background-color: #ff0000;
}

.locked-record .x-grid-cell
{
    /*background-color: #e0e0e0;*/
    color: #b8b8b8;
}

/* Lots */

.fairshare-green .x-grid-cell
{
    background-color: #03c03c;
}
.fairshare-yellow .x-grid-cell
{
    background-color: #ff9900;
}
.fairshare-red .x-grid-cell
{
    background-color: #ff0000;
}

.fairshare-green.x-grid-row-selected .x-grid-cell
{
    color: #03c03c;
}
.fairshare-yellow.x-grid-row-selected .x-grid-cell
{
    color: #ff9900;
}
.fairshare-red.x-grid-row-selected .x-grid-cell
{
    color: #ff0000;
}

.invoice-yellow.x-grid-row-selected .x-grid-cell
{
    color: #ff9900;
}
.invoice-yellow .x-grid-cell
{
    background-color: #ff9900;
}

.stage-yellow.x-grid-row-selected .x-grid-cell
{
    color: #ff9900;
}
.stage-yellow .x-grid-cell
{
    background-color: #ff9900;
}


.menu-item-btn button {
    padding-left: 10px;
}



/*  Common icons BEGIN  */

.help-icon
{
    background-image: url( icons/Common/help.png )
}
.send-message-icon
{
    background-image: url(icons/Common/sendMessage.png);
}
.mainmenu-tabs-icon
{
    background-image: url(icons/Common/tabs.png);
}
.mainmenu-groups-icon
{
    background-image: url(icons/Common/groups.png);
}
.mainmenu-buttons-icon
{
    background-image: url(icons/Common/buttons.png);
}
.mainmenu-refresh-icon
{
    background-image: url(icons/Common/refresh.png);
}
/*process message icons*/
.process-msg-info {
    background-image: url(icons/Common/info.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-right: 10px;
}
.process-msg-warning {    
    background-image: url(icons/Common/warning.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-right: 10px;
}
.process-msg-error {    
    background-image: url(icons/Common/error.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-right: 10px;
}
.process-msg-none {
    /*background-image: url(icons/info14.png);*/
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-right: 10px;
}
.autoupdate-icon {
    background-image: url('icons/Common/autoupdate.png');
}
.feedback
{
 background-image: url(icons/Common/appbar.exclamation.png);   
}
.mail-icon
{
    background-image: url(icons/Common/appbar.png)
}

.create-icon
{
    background-image: url( icons/Common/create.png )
}

.delete-icon
{
    background-image: url( icons/Common/delete.png )
}
.deleteFromList-icon
{
    background-image: url( icons/Common/deleteFromList.png )
}
.edit-icon
{
    background-image: url( icons/Common/edit.png )
}
.recovery-icon
{
    background-image: url( icons/Common/recovery.png )
}
.addChild-icon
{
    background-image: url( icons/Common/addChild.png )   
}
.block-icon
{
    background-image: url( icons/Common/block.png )
}
.movetoarchive-icon
{
    background-image: url( icons/Common/movetoarchive.png )
}
.changeRole-icon
{
    background-image: url( icons/Common/changeRole.png )   
}
.changePass-icon
{
    background-image: url( icons/Common/changePass.png )   
}
.changeQuestion-icon
{
    background-image: url( icons/Common/changeQuestion.png )   
}
.resetPass-icon
{
    background-image: url( icons/Common/resetPass.png )   
}
.exit-icon
{
    background-image: url( icons/Common/exit.png )   
}
.apply-filter-icon
{
    background-image: url( icons/Common/apply-filter.png )   
}
.save-filter-icon
{
    background-image: url( icons/Common/save-filter.png )   
}
.clear-filter-icon
{
    background-image: url( icons/Common/clear-filter.png )   
}
.run-filter-icon
{
    background-image: url( icons/Common/run-filter.png )   
}
.downloadWarranty-icon
{
    background-image: url( icons/Common/downloadWarranty.png )   
}
.warranty-icon
{
    background-image: url( icons/Common/warranty.png )   
}
.accept-icon
{
    background-image: url( icons/Common/accept.png )   
}
.profile-icon
{
    background-image: url( icons/Common/profile.png )   
}
.changeStatus-icon
{
    background-image: url( icons/Common/changeStatus.png )   
}
.savecolumns-icon
{
    background-image: url( icons/Common/savecolumns.png )   
}
.system-history-icon 
{
    background-image: url( icons/Common/history.png )
}
.system-log-icon 
{
    background-image: url( icons/Common/log.png )
}
.user-icon 
{
    background-image: url( icons/Common/User.png )
}
.activeusers-icon 
{
    background-image: url( icons/Common/ActiveUsers.png )
}
.role-icon 
{
    background-image: url( icons/Common/Role.png )
}
.accesspoint-icon 
{
    background-image: url( icons/Common/accessPoint.png )
}
.constraint-icon 
{
    background-image: url( icons/Common/constraint.png )
}
.setting-icon 
{
    background-image: url( icons/Common/setting.png )
}
.tws-userlink-icon 
{
    background-image: url( icons/Common/UserLinks.png )
}
.tws-timezone-icon,
.receipt-process-time-icon 
{
    background-image: url( icons/Common/timezone.png )
}
.journal-icon
{
    background-image: url( icons/Common/journal.png )
}
.journal32-icon
{
    background-image: url( icons/Common/journal32.png )
}
.download-icon
{
    background-image: url( icons/Common/download.png )
}
.play-icon
{
    background-image: url( icons/Common/play.png )
}
.stop-icon
{
    background-image: url( icons/Common/stop.png )
}
.pause-icon
{
    background-image: url( icons/Common/pause.png )
}
.reset-icon
{
    background-image: url( icons/Common/reset.png )
}
.tasksetup32-icon
{
    background-image: url( icons/Common/tasksetup.png )
}
.availabletask32-icon
{
    background-image: url( icons/Common/availabletask.png )
}

.tws-address-icon,
.address-mailing-proxy-icon {
    background-image: url( icons/Common/Address.png )
}
.tws-manual-icon 
{
    background-image: url( icons/Common/manual.png )
}
.daily-icon
{
    background-image: url( icons/Common/daily.png )
}

/*  Common icons END  */



/*  TWS icons BEGIN  */

.truck-report-icon
{
    background-image: url( icons/TWS/truckReport.png )
}
.tws-invoice-icon
{
    background-image: url( icons/TWS/invoice.png );
}

.refuse-icon
{
    background-image: url( icons/TWS/refuse.png )   
}
.addToBlackList-icon
{
    background-image: url( icons/TWS/addToBlackList.png )   
}
.viewrefuses-icon
{
    background-image: url( icons/TWS/viewrefuses.png )   
}

.xmlstore-menu-icon
{
    background-image: url( icons/IDocProcessing/XMLStore.png )
}

.tws-truck-icon 
{
    background-image: url( icons/TWS/Truck.png )
}

.tws-delivery-icon 
{
    background-image: url( icons/TWS/Delivery.png )
}

.tws-trailer-icon 
{
    background-image: url( icons/TWS/Trailer.png )
}

.tws-trailertype-icon 
{
    background-image: url( icons/TWS/TrailerType.png )
}

.tws-fairshare-icon 
{
    background-image: url( icons/TWS/fair_share.png )
}

.tws-refuses-icon 
{
    background-image: url( icons/TWS/refuses.png )
}

.tws-tpp-icon
{
    background-image: url( icons/TWS/TransPlanPoint.png)
}

.tws-route-icon 
{
    background-image: url( icons/TWS/Route.png )
}

.tws-driver-icon 
{
    background-image: url( icons/TWS/Driver.png )
}

.tws-director-icon 
{
    background-image: url( icons/TWS/director.png )
}
.tws-accountant-icon 
{
    background-image: url( icons/TWS/accountant.png )
}

.tws-shipment-icon 
{
    background-image: url( icons/TWS/Shipment.png )
}

.tws-backhaul-icon 
{
    background-image: url( icons/TWS/BackHaul.png )
}

.tws-shipmenttype-icon 
{
    background-image: url( icons/TWS/ShipmentType.png )
}


.RoundRoutePoints-icon{
    background-image:url(icons/TWS/RoundRoutePoints.png)
}

.RoundRouteConnectionTime-icon{
    background-image:url(icons/TWS/RoundRouteConnectionTime.png)
}


.certificate-icon 
{
    background-image: url( icons/TWS/certificate.png )
}
.cnnCertificate-icon 
{
    background-image: url( icons/TWS/cnnCertificate.png )
}

.tws-vendor-icon 
{
    background-image: url( icons/TWS/Vendor.png )
}

.tws-shippingcondition-icon 
{
    background-image: url( icons/TWS/ShippingCondition.png )
}

.tws-transzone-icon
{
    background-image: url( icons/TransportationCommon/transzone.png )
}

.stage-menu-icon 
{
    background-image: url( icons/TWS/Stage.png )
}
.temperature-menu-icon
{
    background-image: url(icons/TWS/temperature.png);
}

.gotoformed-icon
{
    background-image: url( icons/TWS/gotoformed.png )
}

.gotocreated-icon
{
    background-image: url( icons/TWS/gotocreated.png )
}

.lots-icon
{
    background-image: url( icons/TWS/lots.png )
}



.report-ztr08-icon 
{
    background-image: url( icons/TWS/ztr08.png )
}

.report-ztr-icon 
{
    background-image: url( icons/TWS/ztr.png )
}
.report-shipment-icon 
{
    background-image: url( icons/TWS/ShipmentReport.png )
}
.report-zdot-icon 
{
    background-image: url( icons/TWS/zdot.png )
}
.report-blockReport-icon 
{
    background-image: url( icons/TWS/blockReport.png )
}

.report-lccpc-icon 
{
    background-image: url( icons/TWS/lccpc.png )
}
.report-demurrage-icon 
{
    background-image: url( icons/TWS/demurrage.png )
}
.report-calledoff-icon 
{
    background-image: url( icons/TWS/calledoff.png )
}
.report-ukr-icon 
{
    background-image: url( icons/TWS/ukr.png )
}
.report-reject-icon 
{
    background-image: url( icons/TWS/reject.png )
}
.report-zmm-icon 
{
    background-image: url( icons/TWS/zmm.png )
}
.report-cls-icon 
{
    background-image: url( icons/TWS/cls.png )
}
.report-prr-icon 
{
    background-image: url( icons/TWS/PRR.png )
}
.report-whd-icon
{
    background-image: url( icons/TWS/WHDReport.png)
}
.report-plcin-icon {
    background-image: url( icons/TWS/plcin.png )
}
.report-plcout-icon {
    background-image: url( icons/TWS/plcout.png )
}
.report-bor-icon {
    background-image: url( icons/TWS/bor.png )
}
.report-lotsReport-icon {
    background-image: url( icons/TWS/lotsReport.png )
}
.report-qstat-icon {
    background-image: url( icons/TWS/qstat.png )
}
.report-qtil-icon {
    background-image: url( icons/TWS/qtil.png )
}
.report-overload-outbound-ts-icon {
    background-image: url( icons/TWS/overloadOTS.png )
}
/*  TWS icons END  */


/* PIP icons BEGIN */

.pip-palletvendor-icon
{
    background-image: url( icons/PIP/pallet.png )
}

.pip-palletcost-icon
{
    background-image: url( icons/PIP/palletcost.png )
}

.pip-saleregion-icon
{
    background-image: url( icons/PIP/saleregion.png )
}

.pip-movementdiscrepancies-icon
{
    background-image: url( icons/PIP/movementdiscrepancies.png )
}

.pip-customerstock-icon
{
    background-image: url( icons/PIP/customerStock.png )
}

.pip-customersetting-icon {
    background-image: url( icons/PIP/customerSetting.png );
}

.pip-customermovementtype-icon {
    background-image: url( icons/PIP/c_type.png );
}

.pip-contracts-icon
{
    background-image: url( icons/PIP/contracts.png )
}
.report-customerstock-icon
{
    background-image: url( icons/PIP/stock.png )
}

.pipreport-transportregister-icon
{
    background-image: url( icons/PIP/transp_report.png )
}

.pipreport-redeemregister-icon
{
    background-image: url( icons/PIP/redeem_report.png )
}

.pipreport-customerstockmovement-icon
{
    background-image: url( icons/PIP/cst_mov.png )
}
.pip-shipment-icon
{
    background-image: url( icons/PIP/shipment.png )
}

.pip-pallettransit-icon
{
    background-image: url( icons/PIP/pallettransit.png )
}

.pip-vendor-stock-type-icon
{
    background-image: url( icons/PIP/s_stock_type.png )
}
.pip-vendor-stock-movtype-icon
{
    background-image: url( icons/PIP/s_type.png )
}
.pip-vendor-stock-icon
{
    background-image: url( icons/PIP/s.png )
}
.pip-material-icon {
    background-image: url( icons/PIP/pipmaterial.png )
}
.pipreport-vendorstock-icon
{
    background-image: url( icons/PIP/stock.png )
}
.reject-icon {
    background-image: url( icons/PIP/reject.png ) 
}
.pip-transportregister-icon
{
    background-image: url(  icons/PIP/lots.png )
}
.pip-vendormovementreport-icon {
    background-image: url( icons/PIP/vsmReport.png )
}
.pip-pipredeemregister-icon {
    background-image: url( icons/PIP/pipredeemregister.png )
}

/* PIP icons END */



/* for customs begin*/
.x-grid-group-hd-collapsed .x-grid-group-title {
   background-image:url('')
}


.custom-broker
{
    background-image: url( icons/Customs/broker.png )
}

.custom-company
{
    background-image: url( icons/Customs/companies.png )
}

.custom-custom-clock
{
    background-image: url( icons/Customs/customclock.png )
}

.custom-custom-post
{
    background-image: url( icons/Customs/custompost.png )
}

.custom-delivery-type
{
    background-image: url( icons/Customs/deliverytype.png )
}

.custom-goods
{
    background-image: url( icons/Customs/goods.png )
}

.custom-goods-type
{
    background-image: url( icons/Customs/goodstype.png )
}

.custom-wait-group
{
    background-image: url( icons/Customs/waitgroup.png )
}

.custom-wait-reason
{
    background-image: url( icons/Customs/waitreason.png )
}

.custom-tariff
{
    background-image: url( icons/Customs/tariff.png )
}

.custom-broker-tariff
{
    background-image: url( icons/Customs/brokertariff.png )
}

.custom-declare-type
{
    background-image: url( icons/Customs/declaretype.png )
}

.custom-consament
{
    background-image: url( icons/Customs/consament.png )
}

.custom-importother
{
    background-image: url( icons/Customs/import_other.png )
}

.custom-importsea
{
    background-image: url( icons/Customs/import_sea.png )
}

.custom-reportexport
{
    background-image: url( icons/Customs/report_export.png )
}

.custom-coworker
{
    background-image: url( icons/Customs/coworker.png )
}

.broker-icon
{
    background-image: url( icons/Customs/broker.png )
}

.brokertariff-icon
{
    background-image: url( icons/Customs/brokertariff.png )
}

.companies-icon
{
    background-image: url( icons/Customs/companies.png )
}

.consament-icon
{
    background-image: url( icons/Customs/consament.png )
}
.coworker-icon
{
    background-image: url( icons/Customs/coworker.png )
}
.customclock-icon
{
    background-image: url( icons/Customs/customclock.png )
}
.custompost-icon
{
    background-image: url( icons/Customs/custompost.png )
}
.declaretype-icon
{
    background-image: url( icons/Customs/declaretype.png )
}
.deliverytype-icon
{
    background-image: url( icons/Customs/deliverytype.png )
}
.goods-icon
{
    background-image: url( icons/Customs/goods.png )
}
.goodstype-icon
{
    background-image: url( icons/Customs/goodstype.png )
}
.import_other-icon
{
    background-image: url( icons/Customs/import_other.png )
}
.import_sea-icon
{
    background-image: url( icons/Customs/import_sea.png )
}
.report_export-icon
{
    background-image: url( icons/Customs/report_export.png )
}
.tariff-icon
{
    background-image: url( icons/Customs/tariff.png )
}
.waitgroup-icon
{
    background-image: url( icons/Customs/waitgroup.png )
}
.waitreason-icon
{
    background-image: url( icons/Customs/waitreason.png )
}
.goodslinksegment-icon
{
    background-image: url( icons/Customs/goodslinksegment.png )
}
.budget-icon
{
    background-image: url( icons/Customs/budget.png )
}

.segment-icon
{
    background-image: url( icons/Customs/segment.png )
}
.segmentbill-icon
{
    background-image: url( icons/Customs/segmentbill.png )
}
.budgetmanager-icon
{
    background-image: url( icons/Customs/budgetmanager.png )
}
.import_other-icon
{
    background-image: url( icons/Customs/import_other.png )
}

.import_sea-icon
{
    background-image: url( icons/Customs/import_sea.png )
}

.report_export-icon
{
    background-image: url( icons/Customs/report_export.png )
}

.customs_proc-icon
{
    background-image: url( icons/Customs/customs_proc.png )
}

.customs_clearance-icon
{
    background-image: url( icons/Customs/customs_clearance.png )
}

.custom-needxml
{
    background-image: url( icons/Customs/need_xml_icon.png )
}

.daily_report-icon
{
    background-image: url( icons/Customs/daily_report.png )
}

.treasury_report-icon
{
    background-image: url( icons/Customs/treasury_report.png )
}

.problem_docs_report-icon
{
    background-image: url( icons/Customs/problem_docs_report.png )
}

.from_port_report-icon
{
    background-image: url( icons/Customs/from_port_report.png )
}

.periodReport-icon
{
    background-image: url( icons/Customs/periodReport.png )
}


/* for customs end*/

/*Auction begin*/

.bets-report-icon
{
    background-image: url( icons/Auction/bets.png )
}

.auctionbroker-icon
{
    background-image: url( icons/Auction/broker.png )
}

/*Auction end*/

/*Mario begin*/
.mario-supplier-icon
{
    background-image: url( icons/Mario/Supplier.png )
}

.mario-inbDelivery-icon {
    background-image: url( icons/Mario/InbDelivery.png )
}
.mario-inbfrtreport-icon {
    background-image: url( icons/Mario/InbFRTReport.png )
}
/*Mario end*/

/*TimeSlots begin*/
.timeslots-prior-settings-icon {
	background-image: url( icons/TimeSlots/TimeSlotStatus.png )
}

.timeslots-timeslotstatus-icon {
    background-image: url( icons/TimeSlots/TimeSlotStatus.png )
}
.timeslots-addresssetting-icon
{
    background-image: url( icons/TimeSlots/AddressSetting.png )
}
.timeslots-template-icon {
    background-position: center !important;
    background-image: url( icons/TimeSlots/TimeSlotTemplate.png )
}
.timeslots-timeslottypes-icon {
    background-image: url( icons/TimeSlots/TimeSlotTypes.png )
}
.timeslots-timeslotsearch-icon {
    background-image: url( icons/TimeSlots/TimeSlotSearch.png )
}
.timeslots-timeslotmonitoring-icon {
    background-image: url( icons/TimeSlots/MonitoringIcon.png )
}
.timeslots-hurequest-icon {
    background-image: url( icons/TimeSlots/HURequest.png )
}
.timeslots-hurequestdatachangeinc-icon {
    background-image: url( icons/TimeSlots/HURequestDataChangesReport.png )
}
.timeslots-timeslotchangeinc-icon {
    background-image: url( icons/TimeSlots/TimeSlotChangesReport.png )
}
.timeslots-buyerinbreport-icon {
    background-image: url( icons/TimeSlots/BuyerInbReport.png )
}
.outboundtimeslots-ots-priority-icon {
    background-image: url( icons/OutboundTimeSlots/otsPriority.png )
}
/*TimeSlots end*/

/*Chain begin*/
.chainshipment-master-icon {
    background-image: url( icons/TWS/chainShipmentMaster.png )
}
.chainshipment-setting-icon {
    background-image: url( icons/TWS/chainShipmentSetting.png )
}
.chainshipment-template-icon {
    background-image: url( icons/TWS/chainShipmentTemplate.png )
}
/*Chain end*/