.fixed .content-wrapper {
    padding: 0;
}
.content-header>h1 {
    font-size: 3em;
    margin-top: 20px;
}

.select2-container--default .select2-selection--single {
    border-color: #ccc;
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
}
.select2-results__option {
    padding: 1px 6px;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    padding: 6px;
}
.edit-form .has-error .select2-container--default .select2-selection--single {
    border-color: #A94442;
}
.edit-form small {
    color: #999;
}
.edit-form label {
    color: #357CA5;
    display: block;
}
.edit-form .form-group .checkbox label,
.edit-form .form-group .radio label {
    color: #333;
}
.edit-form .form-group.has-error .checkbox label,
.edit-form .form-group.has-error .radio label,
.has-error .control-label {
    color: #dd4b39;
}
.edit-form .checkbox,
.edit-form .radio {
    margin-top: -5px;
}
.mb-none {
    margin-bottom: 0;
}
.info-box h4 {
    margin-top: 30px;
}
.error-submit {
    margin-bottom: 10px;
}
a.btn {
    text-decoration: none;
}
.btn-taller-otro {
    margin-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
    background: #eee;
}
