/* Padding in detail pages  */
label {
  margin-bottom: 0; 
}
form {
  margin: 1px;
}
.control-group {
  margin-bottom: 0px;
}
.accordion {
  margin-bottom: 13px;
}
.row-fluid [class*="span"] {
  min-height: 0; /* this removes the unused sections that are assigned 'notice' for the CSS class, and also the height on the titles */
}
/*
@media (min-width: 1200px)
.row-fluid [class*="span"] {
  min-height: 0; /* this removes the unused sections that are assigned 'notice' for the CSS class, and also the height on the titles */
}*/
/* End padding in detail pages  */


.indent {
  margin-left: 15px;
}
.label-indent label {
  margin-left: 10px;
}
.small-textbox input{
  width: 100px;
}
.medium-select select{
  width: 130px;
}
.medium-textbox input{
  width: 130px;
}
.large6-select select{
  width: 535px;
}
.large5-select select{
  width: 550px;
  margin-left: 10px;
}
.systemConfig{
  text-align: right;
}
.noborder{
  border-width:0;
}
.noborder .ContainerStyle {
  border-width:0;
}
.sm90-textbox input{
  width: 90px;
}
.smallrev-textbox input{
  width: 70px;
  color: #000000 !important;
  background-color: #FFFFFF !important;
  border-width: 0px;
  box-shadow: 0px 0px 0px #0000FF;
  border-radius: 0px;
  cursor: default;
}
.OLDsmallrev-textbox input{
  width: 70px;
  color: #0000FF !important;
  background-color: #FFFFFF !important;
}
.iolabel label {
  padding-top: 0px !important;
  margin-bottom: 0px !important;
}
.iolabel {
  padding-top: 0px !important;
  margin-bottom: 0px !important;
}
.tab-pane-configuration-review *{
  padding-top: 0px !important;
  margin-bottom: 0px !important;  
}
.tab-pane-configuration-review .FormContainerStyle {
  border-style: none !important;
}
.tab-testpanel *{
  padding-top: 0px !important;
  margin-bottom: 0px !important;  
}
.accordion-toggle{
  padding: 5px 15px !important;
}
.sm70-textbox input{
  width: 70px;
  box-shadow: inset 0 0px 0px #FFFFFF;
}
.notice Label{
  color: #0000FF !important;
}

.tab-pane-configuration-review .FormContainerStyle{
  padding-left: 0 !important;
}
.tab-pane .titleElement .control-label {
  display: none; 
}
.mediumlarge-select select{
  width: 180px;
}
.box-border-top {
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-width: 2px;
    width: auto;
}
.box-border-top_b {
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-width: 2px;
    width: auto;
}
.box-border-middle {
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-width: 2px;
    width: auto;
    margin-top: -2px;
}
.box-border-bottom {
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-width: 2px;
    width: auto;
    margin-top: -2px;
}
.smallwhite-textbox input{
  width: 70px;
  color: #000000 !important;
  border-color: #000000 !important;
  background-color: #FFFFFF !important;
  border-width: 1px;
  box-shadow: inset 0 0px 0px #FFFFFF;
  border-radius: 4px;
  cursor: default;
}
.large590-margin-select select{
  margin-left: 10px;
  width: 590px;
}
.admin-textbox input{
  width: 70px;
  color: #000000 !important;
  background-color: #FFFFFF !important;
  border-width: 0px;
  box-shadow: 0px 0px 0px #0000FF;
  border-radius: 0px;
  cursor: default;
  float: right;
}
.test {
	font-size: 18px;
}

/* draggable items */
.draggable-item {
  border: 1px solid gray;
  padding: 0;
  width: 200px;c
  /*height: 60px;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: move;
}
.draggable-item .container-outer {
}
.draggable-item .container-outer {
  padding-top: 5px;
}
.draggable-item .container-name {
  padding: 0 28px; 
  width: 198px; 
  text-align: center;
  height: 60px;
  line-height: 60px; /*used for centering vertically*/
}
.draggable-item .container-name span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.droppable-item {
  border: 1px solid red;
  padding: 15px;
  margin-right: 10px;
}
.droppable-hover {
  background-color: gray;
}
.droppable > .dropped-placeholder {
  padding-top: 15px;
}
.droppable-item label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.droppable-item label > input + .droppable-image-area{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.droppable-item label > input:checked + .droppable-image-area{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #f00;
}
