.toggle{
	width:120px !important;
}


.form-control-grid {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
}

.select2-selection-grid {
  border-radius: 0px !important;
}

.stocks-input-addon{
  color: #31708f !important;
  background-color: #d9edf7 !important;
  border-color: #bce8f1 !important;
}

.success
{
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}

.info{
  color: #31708f !important;
  background-color: #d9edf7!important;
  border-color: #bce8f1!important;
}
.warning{
  color: #fff !important;
  background-color: #f0ad4e !important;
  border-color: #eea236 !important;
}
.danger{
  color: #fff !important;
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}
.primary{
  color: #fff !important;
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
}
.default{
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
}

.the-legend {
  border-style: none;
  border-width: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  width: auto;
  padding: 0 10px;
  border: 1px solid #e0e0e0;
  background: #007bff;
  border-radius: 8px;
  color:#fff;
}
.the-legend-success {
  border-style: none;
  border-width: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  width: auto;
  padding: 0 10px;
  border: 1px solid #4cae4c;
  border-radius: 8px;
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}

.the-fieldset {
  border: 1px solid #007bff !important;
  padding: 10px !important;
}
.the-fieldset-success {
  border: 1px solid #4cae4c !important;
  padding: 10px !important;
}

.largeWidth{
    margin: 0 auto;
    width: 70%;
}