#MainWindow,QDialog,#dockWidget_sources, #dockWidget_dspchain, #offlineprocdockwidget,#dockWidget_Scripting,#dockWidget_Undohistory, #dockWidget_envOps, #dockWidget_presets, #mixerdockwidget,#soundviewerdockwidget,#envelopeDockWidget,#dockWidTransportRender,#offlinedspgui,
#soundpooldockwidget,#offlineprogresswidget,#alternativeparameterseditor,#altparsdockwidget,QScrollArea,
#ToolBarDesignerWidget,#remotecontrolgui,#ToolBarDesignerWidget,MixerWidget,#gesturesmanager,NodeShapeDesigner,
ParamModEditor,#dspmodule_editor,#multisourceseditor,#expertmanager,#renderoptionstab1,#renderoptionstab2,QToolBar,
#offlineprocpage1,#enveditorcontainer,#envresamplepopup,#fancysourcesdockwidget,#parameterinspectordockwidget,
#nodeshapescripteditor,#actionlistwidget
{
border: none;
background: #656565;
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #808080,
stop: 0.9 #4c4c4c, stop: 1 #505050);*/
}

#helptextedit
{
	border: none;
	background: #656565;
	color:beige;
}

#envgenwidget,#envelopemanagerwidget,#snapgridwidget
{
	background: #404040;
}

QHeaderView::section {
     background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
                                       stop:0 #616161, stop: 0.5 #505050,
                                       stop: 0.6 #434343, stop:1 #656565);
     color: white;
     /*padding-left: 4px;*/
     border: 3px solid #6c6c6c;
 }


QDockWidget::title {
     text-align: center;
     background: lightgray;
     padding-left: 5px;
 }


#MainWindow QMenu {
     background-color: #ABABAB; /* sets background of the menu */
     border: 1px solid black;
 }

QSlider::groove:vertical {
     border: 1px solid #999999;
     width: 30px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */
     background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #B1B1B1, stop:1 #c4c4c4);
     margin: 2px 0;
 }

QSlider::handle:vertical {
     background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #b4b4b4, stop:1 #8f8f8f);
     border: 1px solid #5c5c5c;
     height: 20px;
     margin: 0px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */
     border-radius: 3px;
 }

QSlider::groove:horizontal {
     border: 1px solid #999999;
     height: 15px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */
     background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #B1B1B1, stop:1 #c4c4c4);
     margin: 2px 0;
 }

QSlider::handle:horizontal {
     background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #b4b4b4, stop:1 #8f8f8f);
     border: 1px solid #5c5c5c;
     width: 20px;
     margin: 0px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */
     border-radius: 3px;
 }

QSlider::handle:horizontal:focus {
                    background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #b4b4b4, stop:1 #8f8f8f);
                        border: 2px solid #cc0000;
                            width: 20px;
                                margin: -1px 0;
                                    border-radius: 3px;
                                }

QSlider::handle:horizontal:disabled {
                    background: #b1b1b1;
                        border: 1px solid #b1b1b1;
                            width: 20px;
                                margin: -0px 0;
                                    border-radius: 3px;
                                
}
/*
QScrollBar:horizontal {
     border: 2px solid grey;
     background: #32CC99;
     height: 15px;
     margin: 0px 20px 0 20px;
 }
 QScrollBar::handle:horizontal {
     background: white;
     min-width: 20px;
 }
 QScrollBar::add-line:horizontal {
     border: 2px solid grey;
     background: #32CC99;
     width: 20px;
     subcontrol-position: right;
     subcontrol-origin: margin;
 }

 QScrollBar::sub-line:horizontal {
     border: 2px solid grey;
     background: #32CC99;
     width: 20px;
     subcontrol-position: left;
     subcontrol-origin: margin;
 }
*/
 QMenu::item {
     /* sets background of menu item. set this to something non-transparent
         if you want menu color and menu item color to be different */
     background-color: transparent;
    color: white;
 }

 QMenu::item:selected { /* when user selects item using mouse or keyboard */
     background-color: #222222;
 }

#MainWindow QLabel 
{
color : beige;
}

#MainWindow QCheckBox{
color : beige;
}

#MainWindow QDoubleSpinBox,QSpinBox{
color : beige;
background : #c6c6c6;
}

#MainWindow QCheckBox::indicator {
     width: 16px;
     height: 16px;
 }

#MainWindow QCheckBox::indicator:checked{

        image: url(:/prefix1/image_resources/standardbutton-apply-16.png);
}

#MainWindow QCheckBox::indicator:unchecked{
        image: url(:/prefix1/image_resources/standardbutton-cancel-16.png);
}


QListView{
/* background : qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #a6a6a6,
stop: 0.5 #717171,
stop: 1 #a6a6a6); */
background : #969696;
color : white;
}

QTreeView{
/* background : qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #a6a6a6,
stop: 0.5 #717171,
stop: 1 #a6a6a6); */
background : #969696;
color : white;
}

#MainWindow QStatusBar{
color : white;
}

#MainWindow QPlainTextEdit{
background : #505050;
color : white;
}

#MainWindow QLineEdit{
background : #505050;
color : white;
}


QPushButton {
color: beige;
border: 2px solid #555;
border-radius: 6px;
padding: 4px;
background: qradialgradient(cx: 0.3, cy: -0.4,
fx: 0.3, fy: -0.4,
radius: 1.35, stop: 0 #fff, stop: 1 #888);
min-width: 30px;
}



#MainWindow QToolButton {
color: beige;
border: 2px solid #555;
border-radius: 6px;
padding: 0px;
background: qradialgradient(cx: 0.3, cy: -0.4,
fx: 0.3, fy: -0.4,
radius: 1.35, stop: 0 #fff, stop: 1 #888);

}

#MainWindow QComboBox{

color: beige;
border: 1px solid #555;
border-radius: 4px;
padding: 4px;
background: qradialgradient(cx: 0.3, cy: -0.4,
fx: 0.3, fy: -0.4,
radius: 1.35, stop: 0 #fff, stop: 1 #888);
min-width: 30px;

}

#MainWindow QPushButton:hover 
{
background: qradialgradient(cx: 0.3, cy: -0.4,
fx: 0.3, fy: -0.4,
radius: 1.35, stop: 0 #fff, stop: 1 #bbb);
}

#MainWindow QPushButton:disabled 
{
color:black;
}

#MainWindow QPushButton:pressed {
background: qradialgradient(cx: 0.4, cy: -0.1,
fx: 0.4, fy: -0.1,
radius: 1.35, stop: 0 #fff, stop: 1 #ddd);
}
