.ui-widget-overlay.ui-front {
    display: none;
}

span.print_html {
    float: right;
}

.alert-info {
    background-color: #f9f9f9 !important;
    border: 0;
}

.pull-right.hidden-xs {
    display: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

th {
    background: #07A9B6;
    color: #fff;
}

th a {
    color: #ececec;
}

h3.box-title {
    color: #ccc;
}


ul.field-collection-view-links li {
    list-style: none !important;
}

ul.action-links.action-links-field-collection-add {
    padding: 0px 20px;
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    line-height: 30px;
    border: 2px solid #07a9b6;
    margin: 5px auto;
    border-radius: 8px;
    display: block;
    transition: all, 0.3s;
    list-style: none;
}

.view-filters {
    background-color: #fff !important;
}

.field-label-inline .field-label {
    margin-right: 8px;
    width: 200px;
    text-align: right;
}

.colored {
    color: #07a9b6;
}

@media screen and (max-width: 450px) {
    .field-label-inline .field-label {
        text-align: left;
    }
}