.container_wk{
    /* border: 1px solid; */
    height: 100%;
    overflow: auto;
}
.cjaInput {
    display: inline-block;
    width: calc(100% / 2.2);
    margin-top: 6px;
    padding: 0px 8px;
}
.cja_hidden{
    overflow:hidden;
    opacity:0;
    height: 0px;
    position: absolute;
}
.cjaInput.block{
    display: block;
    width: 100%;
}
.cjaInput.block textarea{
    display: block;
    width: 100%;
}
.cjaInput input[type="text"].dinamicForm, .cjaInput input[type="email"].dinamicForm{
    width: 100%;
    border: 1px solid #dcdcdc;
    height: 25px;
}
.cjaInput input[type="text"].dinamicForm:required, .cjaInput input[type="email"].dinamicForm:required, .inputDinamicTableType.req{
    border-color: #ffa8a8;
    background-color: #fff3f3;
}
.cjaInput label{
    display:block;
    font-weight:bold;
}
.cjaInput input[type="submit"], .cjaInput input[type="button"], .cjaInput button{
    display:block;
    width:auto;
    min-width:100px;
    margin: 20px auto;
    border-radius: 15px;
    border: none;
    background-color: #83d4a0;
    padding: 8px;
    box-shadow: 2px 2px 2px #28402e;
    color: #091b06;
}
.cjaInput input[type="submit"]:hover, .cjaInput input[type="button"]:hover{
    box-shadow:none;
}
.dinamicTitle {
    background-color: #55926b;
    color: white;
    padding: 5px;
    font-size: 15px !important;
    margin-bottom: 5px;
}
.containerTableById{
    border-left: 2px solid #e0dede;
    overflow-x: scroll;
    width: 98%;
    margin: auto;
    border-right: 2px solid #e0dede;
    margin-bottom:10px;
    padding-bottom: 15px;
}
.containerTableById > .containerTableById{
    max-height: 200px;
}
.toolbarTable{
    padding: 5px 0px;
}
.toolbarTable button{
    background-position: 5px 5px;
    border-radius: 5px;
    background-color: #e8e8e8;
    border: none;
    padding: 5px 15px;
    width: 150px;
    padding-left: 25px;
    margin-left: 10px;
}
.toolbarTable button:hover{
    background-color: #dadada;
}
.toolbarTable button:nth-of-type(2){
    float: right;
    margin-right: 10px;
    width: 110px;
}
.toolbarTable button span{
    background-color:white;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    float: right;
    border-radius: 50%;
    font-size: 11px !important;
}
.containerTableById tbody{}
.containerTableById thead{}
.containerTableById thead th{
    width: min-content;
    text-align: center;
    font-weight: 100;
    font-size: 11px!important;
    background-color: #b3aeae;
    color: white;
}
.containerTableById thead th tr {}
.containerTableById thead th tr td{}
.containerTableById tbody tr{}
.containerTableById tbody tr td {
    border-left: 1px solid #d8d8d8;
}
.containerTableById tbody tr:nth-of-type(even) td{
    background-color: #efefef;
}
.containerTableById tbody tr td input{
    border: 1px solid #efefef;
}
.containerTableById tbody tr td select{}
.wk_alert{
    margin: 4px 3px;
    width: 100%;
    text-align: center;
    padding: 8px 5px;
    border-radius: 5px;
}
.wk_alert.warning{
    background-color: rgb(245, 129, 20);
    color: #ffffff;
    font-weight: bold;
}
.wk_alert.info{
    background-color: rgba(140, 215, 248);
    color: #171616;
    font-weight: bold;
}
.wk_alert.secondary{
    background-color: rgba(238, 238, 238);
    color: #171616;
    font-weight: bold;
}
.container_wk_updte{
    /* border: 1px solid; */
    width: 98%;
    margin: auto;
}
.container_wk_updte .wk_alert{
    width: 100%;
}

.container_wk_updte .wk_alert div{
	overflow: auto;
	padding: 4px 0px;
}
.container_wk_updte .wk_alert div table{
}
.container_wk_updte .wk_alert div table tr {
	height: max-content !important;
}
.container_wk_updte .wk_alert div table tr td{
	border: 1px solid;
	padding: 1px 3px !important;
	height: auto !important;
	font-size: 12px !important;
	text-align: center;
	border-color: #716e6e !important;
}

.container_wk_updte .cjaInput{
	/* border-bottom: 1px solid #e8e8e8; */
	width: calc(100% / 2);
}
.container_wk_updte .cjaInput.inline-block{
	width: max-content;
}
.container_wk_updte .cjaInput.full{
	width:100%;
}
.container_wk_updte .cjaInput textarea{
	height:100px;
}
.container_wk_updte .cjaInput input+p{
	color: #565555;
}

.containerWkLogs section{
    background-color: #e0dede;
    margin: 8px 0px;
    border-radius: 5px;
    padding: 4px 15px;
    max-width: 100%;
}
.containerWkLogs section a{
	text-decoration:underline;
	color:#3392dc;
}
.containerWkLogs section a:hover{
	color:white;
	background-color: #3392dc;
	padding:2px 5px;
	border-radius:10px

}
.img-complete{

	width: 100%;
}
