@media (min-width: 1200px) {
  .container {
    width: 1440px;
    max-width: 1600px;
  }
}

.panel-heading {
  font-size: 1.5em;
}

.optional label, th.optional {
  color: #959595;
}

.parsley-error {
  background-color: #F2DEDE;
}

.parsley-success {
  background-color: #DFF0D8;
}

.radio-group {
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #ccc;
  font-size: larger;
}

div input[type="radio"]:first-of-type {
  margin: 10px 5px 10px 10px;
}

div input[type="radio"]:not(:first-of-type) {
  margin: 10px 5px 10px 30px;
}

table tr:hover{background-color:#f7f7f7}
table thead tr:hover{background-color:inherit}

.panel img { width: 25px;}

select {
  max-width: 100%;
  padding: 6px 12px;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #ccc;
}

i, td, .sort {
  cursor: pointer;
}

.row {
  margin: 0;
}
