QToolTip {
    padding: 5px;
    border-radius: 3px;
    color:#22201e;
    
}


QTreeView::item:hover {
    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1);
    border: 1px solid #bfcde4;
    
}

QTreeView::item:selected {
    border: 1px solid #567dbc;
}

QTreeView::item:selected:active{
    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6ea1f1, stop: 1 #567dbc);
}

QTreeView::item:selected:!active {
    background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6b9be8, stop: 1 #577fbf);
}





QWidget[accessibleName="status_change_popup"]
{
background-color: rgb(190, 210, 236);
}

[accessibleName="assign_change_popup"]
{
background-color: rgb(190, 210, 236);
}

[accessibleName="duedate_change_popup"]
{
background-color: rgb(190, 210, 236);
}

[accessibleName="transfer_change_popup"]
{
background-color: rgb(190, 210, 236);
}

[accessibleName="transfer_receive_change_popup"]
{
background-color: rgb(190, 210, 236);
}

[accessibleName="add_notes_popup"]
{
background-color: rgb(190, 210, 236);
}





QFrame#fraMain_service
{
background-color: white;
}




frmMsgBox#frame
{
background-color: rgb(170, 170, 255);
}

frmMenu #grpLeft
{

border:0px;
}






iiComboPopup,iiRadioButton,iiComboBox,iiCheckBox, iiPlainTextEdit, iiDateEdit, iiLineEdit:focus
{
background-color: rgb(236, 232, 166);
}
iiComboPopup,iiComboBox,  iiPlainTextEdit, iiDateEdit, iiLineEdit:!focus
{
background-color: white;
}

iiRadioButton,iiCheckBox:!focus
{
background-color: transparent;
}



iiPushButton:focus
{
background-color:   rgb(225, 227, 255);


}


/*screen background color*/
#abc
{
background-color: rgb(100, 100, 100);
background-image: url(debug/style/gray.png);
}

#fraTitle
{

}




 QTabWidget::pane { 
     border-top: 2px solid #C2C7CB;
background-color: rgb(170, 170, 255);
background-image: url(gray.jpg);
 }

 QTabWidget::tab-bar {
     left: 5px; 
 }


 QTabBar::tab {
     background: lightblue;
     border: 2px solid #C4C4C3;
     border-bottom-color: #C2C7CB; /* same as the pane color */
     border-top-left-radius: 4px;
     border-top-right-radius: 4px;
     min-width: 8ex;
     padding: 2px;
 }

 QTabBar::tab:selected, QTabBar::tab:hover {
     background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
                                 stop: 0 #fafafa, stop: 0.4 #f4f4f4,
                                 stop: 0.5 #e7e7e7, stop: 1.0 #fafafa);
 }

 QTabBar::tab:selected {
     border-color: white;

 }

 QTabBar::tab:!selected {
     margin-top: 2px; /* make non-selected tabs look smaller */
 }





frmMenu
{
border:0px;
}
frmMenu>QFrame#grpRight
{
border:0px;
background-color: rgb(170, 170, 255);
border-image: url(9.jpg) stretch;
}

frmMenu  QPushButton:focus
{
background-color:   rgb(225, 227, 255);


}

frmMenu>QFrame#grpRight QPushButton:!focus
{
     border: 0px solid  green;
     border-radius: 0px;
     background-image: url(searchbutton.jpg);
     
     font:12px bold "Arial";

}
frmMenu>QFrame#grpRight QPushButton:focus
{
     border: 0px solid  green;
     border-radius: 0px;
     background-image: url(white.jpg);
     
     font:12px bold "Arial";

}




QFrame#fraMain
{
border: 1px solid #8f8f91;
background: white;
background-color: rgb(170, 170, 255);
background-image: url(debug/style/blue.jpg);
background-repeat: repeat-xy;
}

#frmLogin #frmMain
{
border: 1px solid #8f8f91;

background-color:  rgb(49, 110, 189);


}

QDialog#frmPopup
{
border: 1px solid #8f8f91;
background: white;
background-image: url(gray.jpg);
background-repeat: repeat-xy;
}


QWidget#fraReply
{
border: 1px solid #8f8f91;
background-color: rgb(170, 170, 255);
background-image: url(gray.jpg);
background-repeat: repeat-xy;
}
QScrollArea
{
border: 1px solid #8f8f91;
background-color: rgb(170, 170, 255);
background-image: url(gray.jpg);
background-repeat: repeat-xy;
}

QLabel
{
color:black;
font:14px bold "Arial";
}

QRadioButton
{
color:black;
font:14px bold "Arial";
}
QRadioButton:focus
{
background-color:transparent;
}
QCheckBox:focus 
{
background-color:transparent;
}
QCheckBox,iiCheckBox
{
color:black;
font:14px bold "Arial";
}

QPushButton:!focus#cmdSearch
{
     border: 0px solid  green;
     border-radius: 0px;
     background-image: url(searchbutton.jpg);
     
     font:12px bold "Arial";

}
QPushButton:!focus#cmdAdvancedSearch
{
     border: 0px solid  green;
     border-radius: 0px;
     background-image: url(searchbutton.jpg);
     
     font:12px bold "Arial";

}

QMessageBox
{
     background-image: url(msg.jpg);     
     font:12px bold "Arial";
	color:red;
}
QMessageBox > QLabel
{
     
	color:Black;
}

frmPopupMenu
 {
	
     border: 3px solid  gray;
     border-radius: 5px;
     background-color:white;
     
 }
frmPopupMenu QPushButton:focus
 {
	
     border: 0px solid  green;
     border-radius: 0px;
     background-image: url(pointer.jpg);
     
 }
frmPopupMenu QPushButton:!focus
 {
	
     border: 0px solid  green;
     border-radius: 0px;
     background-image: url(white.jpg);
     
 }




QProgressBar {
border: 1px solid black;
text-align: top;
padding: 1px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0,
stop: 0 #fff,
stop: 0.4999 #eee,
stop: 0.5 #ddd,
stop: 1 #eee );
width: 15px;
}

QProgressBar::chunk {
background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0,
stop: 0 #78d,
stop: 0.4999 #46a,
stop: 0.5 #45a,
stop: 1 #238 );
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
border: 1px solid black;
}

[accessibleName="payment_others_widget"]
{
	background-color: rgb(219, 227, 216);
	
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border: 1px solid black;
	
}
QWidget[accessibleName="payment_adjsutment_widget"] 
{
	background-color: rgb(182, 214, 254);
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border: 1px solid black;
	
}
QWidget[accessibleName="payment_pm_widget"] 
{
	background-color: rgb(182, 214, 254);
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	border: 1px solid black;
	
}
QWidget[accessibleName="payment_popup_widget"] 
{
	background-color: rgb(98, 173, 238);
	
	
}

QWidget[accessibleName="payment_details_widget"] 
{
	background-color: rgb(98, 173, 238);
	
	
}




