.modal-title
{
	color: #000000;
	text-align: center;
}

.MainModal input[type=text], .MainModal textarea, .MainModal select
{
	width: 700px;
	height: 30px;
}

.MainModal input.form-control
{
	width: 100%;
}

.MainModal textarea
{
	height: 200px;
}

.bootstrap-select ul.dropdown-menu.inner li.selected
{
	background-color: #abcdef;
}

.MainModal .modal-body .ReportOptions table
{
	width: 100%;
}

.btn-action {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-action:focus,
.btn-action.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-action:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-action:active,
.btn-action.active,
.open > .dropdown-toggle.btn-action {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-action:active:hover,
.btn-action.active:hover,
.open > .dropdown-toggle.btn-action:hover,
.btn-action:active:focus,
.btn-action.active:focus,
.open > .dropdown-toggle.btn-action:focus,
.btn-action:active.focus,
.btn-action.active.focus,
.open > .dropdown-toggle.btn-action.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-action:active,
.btn-action.active,
.open > .dropdown-toggle.btn-action {
  background-image: none;
}
.btn-action.disabled,
.btn-action[disabled],
fieldset[disabled] .btn-action,
.btn-action.disabled:hover,
.btn-action[disabled]:hover,
fieldset[disabled] .btn-action:hover,
.btn-action.disabled:focus,
.btn-action[disabled]:focus,
fieldset[disabled] .btn-action:focus,
.btn-action.disabled.focus,
.btn-action[disabled].focus,
fieldset[disabled] .btn-action.focus,
.btn-action.disabled:active,
.btn-action[disabled]:active,
fieldset[disabled] .btn-action:active,
.btn-action.disabled.active,
.btn-action[disabled].active,
fieldset[disabled] .btn-action.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-action .badge {
  color: #337ab7;
  background-color: #fff;
}
