.page-header .page-header-top .page-logo .logo-default {
    margin: 18px 0 0;
}

.padding-none {
    padding: 0;
}

.margin-none {
    margin: 0;
}

.semi-bold {
    font-weight: 600;
}

/**
*** Global Form
 */

.form-group.required .control-label:before {
    font-family: 'FontAwesome';
    content: "\f069";
    font-size: 50%;
    color: #a94442;
    margin-right: 2px;
    vertical-align: super;
    float: left;
}

.form-group.form-md-line-input {
    margin: 0 0 12px;
}

.select2 {
    width: 100%;
}

.progress {
    height: 20px!important;
    border-radius: 4px!important;
}

.editor-status {
    line-height: 18px;
    margin: 0 0 6px 0;
}

.auto-save-status {
    font-size: 11px;
    font-style: italic;
}

.auto-save-pending {
    color: #F3C200;
}

.auto-save-complete {
    color: #26C281;
}

.auto-save-success {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

.auto-save-failed {
    color: red;
}

label.bootstrap-select {
    color: #888;
    font-size: 13px;
    top: 0;
    opacity: 1;
}

legend {
    padding-top: 12px;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #578ebe !important;
}

.form-group.form-md-line-input .help-block {
    font-size: 11px;
}

label.mt-multi-check {
    display: block;
}

.mt-checkbox, .mt-radio {
    padding-right: 16px;
}

.capitalize {
    text-transform: capitalize;
}

/**
*** Dropdown Panel
 */
.panel-heading [data-toggle="collapse"]:after
{
    font-family: 'FontAwesome';
    content: "\f077";
    float: right;
    color: #f9f9f9;
    font-size: 12px;
    line-height: 22px;

}
.panel-heading [data-toggle="collapse"].collapsed:after
{
    -webkit-transform: rotate(-180deg);
    -moz-transform:    rotate(-180deg);
    -ms-transform:     rotate(-180deg);
    -o-transform:      rotate(-180deg);
    transform:         rotate(-180deg);
}

/**
***
 */

.spanish {
    opacity: 0.75;
}

.alert-message .spanish {
    color: #a94442!important;
    opacity: 0.75;
}

.has-error .spanish {
    color: #a94442!important;
    opacity: 0.75;
}