.object-data {
    position: relative;
}
.object-data .btn-save {
    position: absolute;
    right: 15px;
    border-radius: 0;
    width: 110px;
    margin: 0;
}
.object-data .btn-save-top {
    top: 35px;
}
.object-data .btn-save-bottom {
    bottom: 35px;
}

.btn-print, .btn-print:active, .btn-print:focus {
    position: absolute;
    right: 126px;
    margin: 0;
    color: #ffffff;
    background-color: #aaaaaa;
    border-radius: 5px 0 0 0;
    outline: 0;
}
.btn-print:hover {
    color: #ffffff;
    background-color: #808080;
}

.c2 img {
    max-width: 100%;
}
.c2 .expose-freetext img {
    max-height: 300px;
}

.c2 fieldset {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 70px;
    box-shadow: 1px 1px 4px #dddddd73;
    border: 1px solid #ddd;
    border-top: 2px solid #4d5867;
}
.c2 fieldset label {
    font-size: 11px;
}

.tab-content.container-fluid {
    background: #fff;
    border-top: 2px solid #ddd;
    position: relative;
}

box:after {
    content: '';
    display: block;
    clear: both;
}
box .row {
    margin-bottom: 5px;
}
box .btn-info {
    background-color: #337ab7;
    border-color: #385f95;
}
box .row:last-child {
    margin-bottom: 0;
}

.c2 legend {
    position: absolute;
    background: #1d5078;
    color: #ffffff;
    padding: 6px 15px;
    border: none;
    left: 19px;
    width: auto;
    bottom: 100%;
    margin: 0;
    font-size: 1.4em;
}
.c2 h4 {
    border-bottom: 1px solid #333333;
    padding-bottom: 5px;
}
.c2 input, .c2 select, .c2 textarea {
    border: 1px solid #ccc;
    background: #fafafa;
    color: #666666;
    padding: 5px;
}
.c2 textarea {
    height: 300px;
}
.c2 input:focus {
    border-color: #1d5078;
    background: #ffffff;
    outline: none;
}

.form-control {
    color: #333;
}
input.currency, input.number {
    text-align: right;
}

.c2 .image-text {
    position: relative;
}
.c2 .image-text .input-group {
    position: absolute;
    width: 75%;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

input:required, select:required {
    background: #bad0e4;
    border: none;
    border-left: 3px solid #00539f !important;
}
input:required:not(:valid), select:required:not(:valid)
{
    color: #00539f;
}

input:required::placeholder, select:required::placeholder {
    color: #333;
}

input:required:valid, select:required:valid {
    border: 1px solid #ccc !important;
    background: #ffffff;
}
