﻿.BPropertyGrid_BControl {
  background-color: #EEEEEE;
  border-style: Solid;
  border-color: #0D5AAA;
  border-width: 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: auto;
  width: 100% !important;
  height: 100% !important;
}

.BPropertyGrid_PanelContainer {
  padding: 2px 2px 2px 2px;
  background-color: #EEEEEE;
}

.BPropertyGrid_RepeaterItemTemplate_Table {
  background-color: #EEEEEE;
  width: 100%;
  margin: 0px;
  padding: 0px;
  outline-offset: 0px;
}

.BPropertyGrid_RepeaterItemTemplate_Category {
  height: 0px;
  background-color: #EEEEEE;
  color: cyan;
}

.BPropertyGrid_RepeaterItemTemplate_PanelProperty {
  margin: 0px;
  padding: 0px;
  outline-offset:0px;
}

.BPropertyGrid_RepeaterItemTemplate_TableProperty {
  width: 100%;
  margin: 0px;
  padding: 0px;
  outline-offset:0px;
}

.BPropertyGrid_RepeaterItemTemplate_Property {
  background-color: #0E5BAB !important;
  background-image: none !important;
  border-bottom: 1px solid #242527;
  vertical-align: middle;
  padding-left: 5px;
}

.BPropertyGrid_RepeaterItemTemplate_Control {
  background-color: black !important;
  background-image: none !important;
  border-bottom: 1px solid black;
  height: 22px;
}

.BPropertyGrid_LabelCategory {
  font-size: 12pt;
  padding-left:5px;
  background-color: #EEEEEE;
  color: #0D5AAA;
  width: 100%;
}

.BPropertyGrid_ImgCollapsed {
  border: 0px !important;
  Width: 24px;
  height: 24px;  
  background-image: url(../../BSystem/Image/Collapse.png);
  background-repeat: no-repeat;
}

.BPropertyGrid_ImgExpand {
  border: 0px !important;
  Width: 24px;
  height: 24px;
  background-image:url(../../BSystem/Image/Expand.png);
  background-repeat: no-repeat;
}


.BPropertyGrid_LabelCaption {
  width: 180px;
  color: white;
  font-size: 10pt;
}

.BPropertyGrid_BTesto {
  border: 0px !important;
  Width: 100%;
  height: 100%;
  background-color: black !important;
  background-image: none !important;
  color: white !important;
  margin:0px !important;
}

/*select {  
  margin:0px !important; 
}*/

.BPropertyGrid_BCombo {
  border: 0px !important;
  Width: 100%;
  background-color: black !important;
  background-image: none !important;
  color: white;
}

  .BPropertyGrid_BCombo:hover {
    border: 0px !important;
    Width: 100%;
    background-color: black !important;
    color: white;
  }

.BPropertyGrid_BCheck {
  border: 0px none;
  background-color: black;
  color: black;
}


@media only screen and (max-width: 600px) {

  BPropertyGrid_RepeaterItemTemplate_Property{
    width:130px !important;
  }


}