@import "bootstrap.less";
body {
  background-color: transparent;
}

label {
  &:extend(.small);
  font-size: @font-size-small;
//  font-weight: bold;
//  color: @gray;
}

.rw-widget {
  margin-bottom: 1rem;
}

.rw-popup-container {
  right: 16px;
}

//.rw-state-selected {
//	background: @brand-primary;
//	color: white;
//}
//
//.rw-selectlist {
//	& > li.rw-list-option.rw-state-selected
//}

.row {
  padding: 0;
  margin: 0;
  & > div[class^="col-"] {
    padding: 0;
  }
}

//.row > div[class^="col-"]:first-child{padding-left:0;}
//.row > div[class^="col-"]:last-child{padding-right:0;}

.rw-input {
  //	background: @brand-primary;
  //	color: white;
}

.rw-placeholder {
  //	color: white;
}

input::-moz-placeholder {
  color: green;
}

button[type="submit"] {
  &:extend(.btn, .btn-lg, .btn-info);
  float: right;
}