﻿
.view {
    margin: 10px;
}

.view-option {
    float: left;
    padding-left: 0px;
    /*width: 250px;*/
    /*margin: 5px;*/
    /*height: 600px;*/
    /*border: 1px solid lightgray;*/
}

.view-content { /*
    position: relative;*/
    min-height: 500px;
    float: left;
    padding: 0px;
}

.card {
    margin-bottom: 10px;
    border: 1px solid rgba(155,155,155,0.5);
}

.card-header {
    background-color: rgba(155,155,155,0.5);
}

.card-Noheader {
    border-left-style: solid;
    border-left-width: 10px;
    border-color: lightgray;
}

.input-group {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .input-group > .input-group-prepend {
        text-align: right;
    }

        .input-group > .input-group-prepend > .input-group-text {
            min-width: 80px;
            /*text-align: right;*/
        }

.info_field {
    margin: 2px 0px;
    float: left;
}

    .info_field > div {
        float: left;
    }

        .info_field > div:first-child, .info_title {
            width: 75px;
            text-align: right;
            float: left;
        }

            .info_field > div:first-child + input, .info_box {
                width: 150px;
                float: left;
            }


.view input[type=button] {
    /* float: left;
    margin: 5px 2px;*/
    /*min-width: 120px;*/
    /*height: 36px;*/
}

input[readonly] {
    background-color: #eaeaea;
}
