﻿.bodycumpt {
    height: calc(100% - 120px);
    padding: 0 20px;
}

.body-cumpt-1 {
    height: 100%;
    border: solid 1px #ddd;
    background-color: white;
}

.searchContent-cumpt {
    text-align: center;
    margin-bottom: 20px;
}

.title-cumpt {
    font-style: italic;
    color: red;
    padding-left: 20px;
}

.content-cumpt {
    height: calc(100%);
    display: -webkit-box;
}

.detail-cumpt {
    height: calc(100%);
    padding: 20px;
    width: 307px;
}

.main-cumpt {
    overflow-x: auto;
    overflow-y: hidden;
    height: calc(100%);
}

.detail-cumpt-1 {
    background-color: #FAFAFA;
    border-radius: 4px;
    height: calc(100%);
}

.detail-cumpt-1-0 {
    text-align: center;
    border-bottom: solid 1px #ddd;
    height: 30px;
    line-height: 30px;
}

.detail-cumpt-1-1 {
    height: calc(100% - 110px);
    overflow-y: auto;
    overflow-x: hidden;
}

.detail-cumpt-1-1-1 {
    border-bottom: solid 1px #ddd;
}

.detail-cumpt-1-2 {
    border-top: solid 1px #ddd;
    padding: 10px;
}

.detail-cumpt-title {
    font-weight: bold;
}

.add-cumpt {
    vertical-align: middle;
    text-align: center;
}

.detail-cumpt-text {
    padding: 5px;
    vertical-align: middle;
}

.detail-cumpt-checkbox {
    text-align: center;
    vertical-align: middle;
}

.btn-cumpt {
    text-align: right;
}

.detail-cumpt-giaidoan {
    padding-left: 10px;
}

.detail-cumpt-giaidoan-title {
    padding-left: 5px;
    font-weight: bold;
}

.cumpt-addgiaidoan {
    text-align: right;
    color: blue;
}

.detail-cumpt-1-1-1:hover {
    background-color: #F1F1F1;
}

.detail-cumpt-delete {
    height: 30px;
    border-radius: 10px;
    border: solid 1px #ddd;
    text-align: center;
    line-height: 30px;
}

.detail-cumpt-add {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.add-cumpt-1 {
    font-size: 50px;
}
