/* .alert {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-action {
  background-color: #d1d1d1;
  background-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1);
  border-color: #d1d1d1;
  color: #333;
  padding-left: 5px;
  padding-right: 5px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-action.active,
.btn-action.disabled,
.btn-action:active,
.btn-action:focus,
.btn-action:hover,
.btn-action[disabled] {
  background-color: #e0e0e0;
  background-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0);
  color: #333;
}
.btn-group {
  margin-bottom: 2px !important;
  margin-top: 2px !important;
}
.btn-toolbar {
  font-weight: 400;
  margin-bottom: 1px;
  margin-top: 3px;
}
.dropdown-menu a {
  margin-top: 5px;
}
.dropdown-menu {
  border-top-width: 0;
  padding-top: 0;
  top: 40px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #e0e0e0;
  color: #e0e0e0;
  text-decoration: none;
}
form {
  margin: 10px 0 2px;
}
.form-horizontal .control-label {
  color: #444;
  float: left;
  padding-top: 5px;
  text-align: left;
  width: 140px;
}
.form-horizontal .controls {
  display: inline-block;
  margin-left: 30px;
  margin-left: 0;
  padding-left: 20px;
  text-align: left;
}
.form-horizontal .form-actions {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 0 solid #fff;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px 10px 0;
  zoom: 1;
}
.label-form {
  font-weight: 700;
}
.LabelList {
  color: #595959;
}
.LabelListAction {
  width: 110px;
}
.modal-message-x0 {
  max-height: 300px !important;
  max-width: 400px !important;
}
.modal-message-x1 {
  max-height: 400px !important;
  max-width: 400px !important;
}
.modal-message-x2 {
  max-height: 600px !important;
  max-width: 400px !important;
}
.modal-message-x3 {
  max-height: 800px !important;
  max-width: 400px !important;
}
.modal-message {
  max-height: 200px !important;
  max-width: 400px !important;
}

.page-header h1 {
  line-height: 25px;
}
.page-header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top: 0 solid #fff;
  margin: 0 0;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  text-align: left;
}
.panel-default > .panel-heading {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  color: #333;
}
.pull-right {
  float: right;
  font-weight: 400;
  margin: 0 5px;
}
.table td,
.table th {
  border-top: 1px solid #ddd;
  line-height: 18px;
  padding: 2px !important;
  vertical-align: middle;
}
.table-hover > tbody > tr:hover {
  background-color: #c6efce;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f1f1f1;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fcf8e3;
}
.table {
  margin-bottom: 5px;
  width: 100%;
}
tbody td,
tbody th {
  vertical-align: middle !important;
}
.title-module {
  color: #000;
  font-size: 20px;
  margin-top: 0;
  padding: 10px;
} */

.modal {
  background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  margin: 10% auto;
  max-height: 480px;
  max-width: 640px;
}
