﻿.qlda-index {
    height: 100%;
    color: #000 !important;
}

.qlda-header {
    height: 33px;
    padding: 4px 0 0 0;
}

.qlda-header-1 {
    font-size: 13px;
    font-style: italic;
}

.qlda-header-2 {
    color: #f00;
}

.qlda-body {
    height: calc(100% - 70px);
    overflow: auto;
}

    .qlda-body .tab-content {
        height: calc(100% - 40px);
    }

        .qlda-body .tab-content > .tab-pane {
            height: 100%;
            overflow: auto;
            padding: 0 8px;
        }

.qlda-detail-1 {
    display: flex;
    display: flexbox;
}

.qlda-detail-1-1 {
    width: 170px;
    float: left;
    border-right: 1px dotted #ccc;
    padding: 4px 8px 4px 0;
    text-align: right;
}

.qlda-detail-1-2 {
    width: calc(100% - 175px);
    float: left;
    padding: 4px 0 4px 8px;
}

.qlda-detail-1-2-1 {
    width: 100%;
    border: 1px solid #ccc;
    height: 24px;
}

.qlda-detail-1-2-2 {
    width: 100%;
    border: 1px solid #ccc;
    height: 60px;
}

.qlda-detail-2 {
}

.qlda-detail-2-1 {
}

.qlda-detail-2-1-1 {
    background-color: #ddebf7;
    display: inline-block;
    line-height: 32px;
    position: relative;
    width: 310px;
    font-weight: bold;
    padding: 0 0 0 10px;
}

    .qlda-detail-2-1-1:after {
        border-color: transparent #ddebf7;
        right: -16px;
        border-width: 16px 0 16px 16px;
        content: "";
        border-style: solid;
        height: 0;
        position: absolute;
        width: 0;
    }

.qlda-detail-2-1-2 {
    font-weight: normal;
    font-style: italic;
}

.qlda-detail-2-2 {
    padding: 6px 0;
}

.qlda-table-1 table {
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.qlda-table-1 thead {
}

.qlda-table-1 tbody {
}

    .qlda-table-1 thead tr, .qlda-table-1 tbody tr {
        width: 100%;
    }

.qlda-table-1 th {
    padding: 8px 0px !important;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}

.qlda-table-1 td {
    padding: 0;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 12px;
}


    .qlda-table-1 th:nth-child(1), .qlda-table-1 td:nth-child(1) {
        width: 12%;
        text-align: center;
    }

.qlda-table-1 {
    height: 100%;
    overflow: auto;
}

    .qlda-table-1 input {
        width: 100%;
        height: 30px;
        border: none;
        padding: 0 0 0 6px;
        background-color: transparent;
    }

.qlda-footer {
    height: 40px;
    padding: 6px 0 0 0;
}

.qlda-footer-1 {
    float: right;
    border: 1px solid #ccc;
    padding: 4px 12px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #d5ebff;
    color: #5d96d7;
}

.qlda-footer-2 {
    float: right;
    border: 1px solid #ccc;
    padding: 4px 12px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #1565c0;
    color: #fff;
    margin: 0 0 0 8px;
}

.cmr-list {
    padding: 0 8px;
}

.cmr-detail {
    padding: 4px 0;
}

.cmr-detail-1 {
    width: 150px;
}

.cmr-detail-2 {
    width: calc(100% - 150px);
}

    .cmr-detail-2 input {
        width: 100%;
        border: 1px solid #ccc;
        height: 24px;
    }

    .cmr-detail-2 img {
        width: 100%;
        max-height: 270px;
    }
/* ---------------------------------------------------------------------- */
/*  Forms
/* ---------------------------------------------------------------------- */
.cmr-form fieldset {
    background: #ffffff;
    border: 1px solid #e6e8e8;
    border-radius: 5px;
    margin: 20px 0 20px 0;
    padding: 25px;
    position: relative;
}

    .cmr-form fieldset .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .cmr-form fieldset legend {
        background: inherit;
        font-family: "Lato", sans-serif;
        color: #000;
        font-size: 15px;
        left: 10px;
        padding: 0 10px;
        position: absolute;
        top: -12px;
        font-weight: 400;
        width: auto !important;
        border: none !important;
    }

.cmr-form-trash {
    background: inherit;
    font-family: "Lato", sans-serif;
    color: #bf822c;
    font-size: 15px;
    padding: 0 10px;
    position: absolute;
    top: -12px;
    font-weight: 400;
    width: auto !important;
    border: none !important;
    right: 0;
    cursor: pointer;
}

    .cmr-form-trash i {
    }

    .cmr-form-trash label {
        padding: 0 0 0 10px;
        cursor: pointer;
    }

.qlda-camera-index {
    height: 100%;
}

.qlda-camera-header {
    height: 40px;
}

.qlda-camera-body {
    height: calc(100% - 40px);
    overflow: auto;
}

.qlda-camera-header-1 {
    cursor: pointer;
    float: right;
    border: 1px solid #ccc;
    padding: 2px 20px;
    border-radius: 2px;
}

.qlda-cmr .cmr-form {
    height: calc(100% - 40px);
    overflow: auto;
}
