﻿.info-container .btn {
    margin-left: 10px;
}

.info-container > div {
    margin-left: 10px;
}

.info-container > fieldset > dl dt {
    margin-left: 10px;
    margin-top: 10px;
}

.info-container > fieldset > dl dd {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.input-span {
    margin-right: 20px;
}


.info-row {
    vertical-align: top;
    margin: 10px 0px;
}

.info-label {
    vertical-align: top;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    width: 80px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}


.dl-inline dt {
    font-weight: normal;
    float: left;
    text-align: right;
    width: 98px;
    margin-right: 10px;
}

.dl-inline dd {
    margin-bottom: 20px;
}

    .dl-inline dd .validation {
        margin-top: 5px;
        margin-left: 112px;
    }

.input-validation-error, .input-validation-error:focus {
    border: 1px solid #843534 !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px #CE8483 !important;
}

.field-validation-error {
    color: #843534;
}


.hide {
    display: none;
}

.content-middle * {
    vertical-align: middle !important;
}

.search {
    width: 300px;
}

.input-tips {
    float: right;
    margin-right: 50px;
    margin-top: 5px;
}

.loading-panel {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.remove {
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 14px;
    color: #AC2925;
}

.input-required {
    color: red;
    margin-right: 2px;
}


.process-flow-container {
    height: 80px;
}

.flow-bar .flow-item {
    width: 230px;
    float: left;
    color: #FFF;
    height: 21px;
    line-height: 21px;
    background: url("images/processControlArrows.png") no-repeat;
    background-position: right -63px;
    padding-right: 11px;
    margin-right: -6px;
}

.flow-bar .flow-item-sub {
    background: url("images/processControlArrows.png") no-repeat;
    background-position: left -42px;
    padding-left: 11px;
}

.flow-bar .flow-item .flow-item-content {
    padding: 0px 10px;
    background-color: #555555;
}

.flow-bar .flow-item.selected {
    background-position: right -21px;
}

    .flow-bar .flow-item.selected .flow-item-sub {
        background-position: left 0px;
    }

    .flow-bar .flow-item.selected .flow-item-content {
        background-color: #46b0c3;
    }


.flow-item.last {
    background: none;
}

.flow-item.first .flow-item-sub {
    background: none;
}

.flow-comments {
    margin-top: 3px;
    margin-left: 20px;
}

    .flow-comments .flow-comments-item {
        font-size: 11px;
        float: left;
        width: 235px;
    }


.attachment-wrapper {
    position: relative;
}

    .attachment-wrapper input[type=file] {
        position: absolute;
        left: -9999px;
    }

    .attachment-wrapper .attachment-label {
        color: #2a9dcf;
        text-decoration: none;
        font-weight: normal;
        cursor: pointer;
    }


        .attachment-wrapper .attachment-label:hover {
            background-color: #E2EFFF;
            border-bottom: 1px solid #329ECC;
        }


.margin-right-20 {
    margin-right: 20px;
}

.btn.btn-primary {
    color: #FFF !important;
    background: #00ACAC none repeat scroll 0% 0% !important;
    border-color: #00ACAC !important;
}
