
QMainWindow{
   font-family: 'Times New Roman';
   font-size: 8pt;
}



QWidget{
background-color: rgb(242, 242, 242);
color: rgb(41,41,41);
}

QMenuBar::item:selected {    
    background-color: rgb(232, 232, 232);
}

QWidget:selected{
background-color: rgb(242, 242, 242);
color: rgb(41,41,41);
alternate-background-color: green;
}

QTabBar::tab {
	border-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: rgb(129, 129, 129);
	border-bottom-width: 0px;
	border-style: solid;
	color: rgb(129, 129, 129);
   background-color: rgb(232, 232, 232);
	padding: 5px;
	margin-left: 3px;
   font-size: 12px;
   alignment: left;
}

QTabBar::tab:selected, QTabBar::tab:last:selected, QTabBar::tab:hover {
  	border-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-bottom-width: 0px;
	border-style: solid;
	color: black;
	padding-left: 5px;
	padding-bottom: 4px;
	margin-left: 3px;
	background-color: rgb(232, 232, 232);
}

QWidget{
background-color: rgb(248, 248, 248);
}

QFrame{
border-style: solid;
border-radius: 0;
border-width: 0
}

QScrollBar:vertical {
   border: none;
   background: #F0F0F0;
   width: 15px;
   margin: 0px 0px 0px 0px;
}
QScrollBar::handle:vertical {
   background: #C0C0C0;
   min-height: 20px;
}
QScrollBar::add-line:vertical {
   background: none;
   height: 10px;
}
QScrollBar::sub-line:vertical {
   background: none;
   height: 10px;
}

QMainWindow{
    background-color: rgb(245,245,245);
    color: black;
}

QTextEdit{
  font-size: 12px;
   padding: 10px 10px;
   background-color:  rgb(237, 237, 237);
   border-radius: 3px;
   border: 0px;
   border-color:  rgb(233, 234, 227);
   border-style: solid;
}

QTableView{
   background-color:  rgb(242, 242, 242);
   border-radius: 3px;
   border: 0px;
   border-color:  rgb(204,204,204);
   border-style: solid;
   selection-color: black;
   font-size: 12px;
   selection-background-color: rgb(232, 232, 232);
}

QTableWidget{
   color: black;
   background-color:  rgb(240, 240, 240);
   border-radius: 3px;
   border: 0px;
   border-color:  rgb(233, 234, 227);
   border-style: solid;
   selection-background-color: rgb(204, 204, 204);
   selection-color: black;
}

QHeaderView{
   color:  black; 
   background-color:  rgb(242, 242, 242);
   alternate-background-color: blue;
   selection-background-color: rgb(232, 232, 232);
}

QHeaderView::section{
   color: black;
   background-color: rgb(242, 242, 242);
   border:2px;
}

QGroupBox{
   border: 0px;
}


QLabel{
   font-size: 8pt;
   font-weight: 9;
   color:  rgb(4, 0, 4);
}

QCheckBox{
   color:  rgb(18, 18, 18);
}

QComboBox {
  padding: 3px 3px;
  font-size: 11px;
  font-weight: 9;
  color: rgb(5, 5, 5);
  background-color:  transparent;
  border-color: #00AA66;
  border-style: solid;
  border: 0;
  outline: 0;
  border-radius: 2px;
  border-bottom:1px solid rgb(222, 223, 216);
}

QLineEdit {
  padding: 3px 3px;
  font-size: 8pt;
  font-weight: 9;
  color: rgb(5, 5, 5);
  background-color:  transparent;
  border-color: black;
  border-style: solid;
  outline: 0;
  border-radius: 2px;
  border-bottom: 1px solid gray;
	
}

QSpinBox {
  padding: 3px 3px;
  font-size: 8pt;
  font-weight: 9;
  color: rgb(5, 5, 5);
  background-color:  transparent;
  border-color: black;
  border-style: solid;
  outline: 0;
  border-radius: 2px;
  border-bottom: 1px solid gray;
	
}


QPushButton {
  padding: 10px 13px;
  margin= 5px;
  width: 20px;
  color: rgb(5,5,5);
  background-color: rgb(210,210,210);
  border-color: rgb(5, 5, 5);
  border-style: solid;
  border: 0px solid rgb(150, 150, 150);
  border-radius: 0px;
  font-size: 8pt;
}


QPushButton:pressed {
  background-color: rgb(200,200,200);
}


QPushButton:disabled{
background-color: rgb(145, 145, 145);
color: rgb(105, 105, 105);          
}

QTabWidget{
   background-color:  rgb(232, 232, 232);
   border-radius: 3px;
   border: 0px;
   border-color:  rgb(233, 234, 227);
   border-style: solid;
   selection-background-color: rgb(232, 232, 232);
   selection-color: black;
}

QTableView QTableCornerButton::section {
 background: rgb(232, 232, 232);
}

