﻿.tdsx-all {
    min-width: 1024px;
    overflow: auto;
    height: 100%;
}

.lkh-inputsearch {
    width: 100%;
    border-radius: 5px;
    height: 25px;
    vertical-align: middle;
    margin: 0px 0px 5px 0px;
    padding-right: 80px !important;
}

.lkh-iconsearch {
    position: absolute;
    right: 6px;
    top: 0px;
    font-size: 12px;
    padding: 6px;
    cursor: pointer;
}

.tdsx-form-body {
    padding: 0px 5px;
    height: calc(100% - 80px);
}

.tdsx-formright-body {
    height: calc(100% - 25px);
}

.tdsx-formleft {
    padding: 5px;
    height: 100%;
    border: 1px solid #ccc;
}

.tdsx-formright {
    padding: 5px;
    height: 100%;
}

.tdsx-khaibaocumpt {
    line-height: 25px;
    text-align: right;
    text-decoration: underline;
    color: #033788;
}

    .tdsx-khaibaocumpt i {
        padding: 0 5px 0 0;
        color: #555;
    }

.tdsx-formleft-body {
    height: calc(100% - 30px);
    overflow-y: auto;
}

.tdsx-formleft-footer {
    font-style: italic;
    border-top: 1px solid #ddd;
}

    .tdsx-formleft-footer span {
        width: 100%;
        float: left;
        line-height: 25px;
    }

.tdsx-table table {
    width: 100%;
    table-layout: fixed;
}

.tdsx-table .tbl-header {
    background-color: rgba(255,255,255,0.3);
    width: calc(100% - 7px);
}

.tdsx-table .tbl-content {
    height: calc(100% - 100px);
    overflow-x: auto;
    margin-top: 0px;
}

.tdsx-table th {
    /*padding: 8px 8px;*/
    text-align: center;
    border: 1px solid #ddd;
    font-weight: bold;
}

.tdsx-table td {
    /*padding: 6px 6px;*/
    text-align: center;
    vertical-align: middle;
    font-weight: 300;
    border: 1px solid #ddd;
    height: 30px;
}

    .tdsx-table th:first-child, .tdsx-table td:first-child {
        width: 50px;
    }

.tdsx-table {
    height: calc(100% - 35px);
}

.tdsx-form-footer {
    border-top: 1px solid #ddd;
    padding: 4px 0 0 0;
}

.handson-content {
    height: 100%;
    background-color: #fff;
}

.handson-content-1 {
    height: 70px;
}

.handson-content-1-1 {
    text-align: center;
    font-size: 22px;
}

.handson-content-1-2 {
    padding: 0 0 0 100px;
}

.handson-content-1-2-1 {
    border: 1px solid #039be5;
    padding: 6px 22px;
    margin: 0 0 0 16px;
    border-radius: 4px;
    cursor: pointer;
}

.handson-content-1-2-1-1 {
    margin: 0 6px 0 0;
}

.handson-content-2 {
    height: calc(100% - 70px);
}

.handson-content-2-1 {
    height: 100%;
}

.handson-content-index {
    padding: 0 6px;
}

.handson-content-detail {
    padding: 0 6px;
    display: none;
}

.handson-index-grid {
    height: 100%;
}

.handson-index-header {
    font-weight: bold !important;
    background-color: #fafafa !important;
    color: #000 !important;
}


.handson-detail-grid {
    height: calc(100% - 40px);
}

.handson-detail-header, .htHeader {
    font-weight: bold !important;
    background-color: #fafafa !important;
}

.handson-detail-body {
    padding: 4px 0 10px 0;
}

.handson-detail-body-1 {
}

.handson-detail-body-1-1 {
    width: 110px;
    float: left;
    text-align: right;
    padding: 0 10px 0 0;
}

.handson-detail-body-1-2 {
    width: calc(100% - 110px);
    float: left;
    padding: 0 10px 0 0;
}

.handson-detail-body-1-2-1 {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 0 0 10px;
}


.table-hans-content {
    height: calc(100% - 40px);
}



.table-hans th:nth-child(1), .table-hans td:nth-child(1) {
    text-align: center;
    width: 5%;
}

.table-hans th:nth-child(2), .table-hans td:nth-child(2) {
    width: 40%;
}


.table-hans th:nth-child(3), .table-hans td:nth-child(3) {
}

.table-hans th:nth-child(4), .table-hans td:nth-child(4) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-hans th:nth-child(5), .table-hans td:nth-child(5) {
    text-align: center;
}

.table-hans-name {
    cursor: pointer;
    color: #039be5;
}

.table-hans-func {
    cursor: pointer;
    margin-left: 8px;
}

    .table-hans-func i {
        margin-right: 6px;
    }

#handson-content-back {
    display: none;
}

#handson-content-save {
    display: none;
}

.glyphicon-refresh-animate {
    -animation: spin 2s infinite linear;
    -webkit-animation: spin2 2s infinite linear;
    font-size: 32px;
    color: #fff;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}
