.agent-modal-edit {

}

.agent-modal-edit .header {
    position: relative;
}

.agent-modal-edit .header h3 {
    margin: 0;
}

.agent-modal-edit .header .btn-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 1.5em;
    cursor: pointer;
}

.agent-modal-edit .btn-save-agent {
    margin-top: 10px;
    width: 100%;
}
.agent-modal-edit .btn-lock-agent {
    margin-top: 10px;
    width: 100%;
}

.agent-modal-edit .tab-content{
    padding-top: 20px;
}


.agent-modal-edit .tab-content .btn-new {
    width: 100%;
}

.agent-modal-edit .tab-content .checkbox{
    margin-top: 15px;
}
.agent-modal-edit .heightdiv{
    margin-top: 10px;
}
.agent-modal-edit .tab-content .check{
    display: flex;
    align-items: center;
}
.agent-modal-edit .tab-content .check .input-check{
    margin-top: 0;
}
.container-fluid .row .check{
    display: flex;
    align-items: center;
}
.container-fluid .row .check .input-check{
    margin-top: 0;
}
/* .container-fluid .row .checkbox-inline{
    margin-left: 0;
} */

.agent-modal-edit .row input.ng-invalid {
    border-style: solid;
    border-color: coral;
}
.agent-modal-edit .row select.ng-invalid {
    border-style: solid;
    border-color: coral;
}