.setPer {
    display: inline-block !important;
}
.fraudTypeBox {
    min-width: 100px;
    position: fixed;
    top: 1%;
    right: 1%;
	z-index:999 !important;
}
.ErrorType {
    margin: 5px;
    font-size: 12px;
    background: #dc2a2a;
    padding: 5px;
    color: #FFF;
    display: flex;
    border-radius: 4px;
    font-weight: bold;
	min-width: 150px;
}
img.icon-err {
    width: 20px;
    margin: 0px 4px;
}
.lg, .lg-text {
    display: flex;
    align-items: center;
}


label.setPer {
    min-width: 150px;
    display: inline-block;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    background: #fff5a2;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: black;
}

#next_buttonX, #next_buttonX2 {
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    outline: none;
}


label.footerLab {
    min-width: 100px;
    display: inline-block;
    text-align: right;
	padding-right:10px;
	font-size: 12px;
}

.page_footer input {
    font-size: 14px;
    margin-bottom: 5px;
}

.ccTimer{
	font-size: 12px;
	margin-top: 10px;
}

 
.dataQuality {
    position: fixed;
    top: 80px;
    right: 10px;
    background: #fafafa;
    padding-right: 1%;
    padding-bottom: 1%;
    box-shadow: -1px 2px 0px 1px #f1f1f1;
    border-radius: 15px;
}

textarea#myTextarea {
    min-height: 300px;
    font-size: 12px;
}

.question_body, .question_body input {
    margin-left: 0px;
}





.header2 i, .header1 i {
    font-size: 14px;
}

.loading_txt {
    font-size: 14px;
}
 

#userEngagement18_div {
    display: blockX !important;
}
 
.dataQuality , .ccTimer{
	display:    2none ;
}

.inner_table>tbody>tr>td:first-child {
    border-right: 1px solid !important;
}
.inner_table>tbody>tr>td:not(:first-child):not(:last-child) {
    border-right: 1px solid !important;
    border-left: 1px solid !important;
}
 
 
 
@media only screen and (max-width: 1000px) {
	a{}
    .submit_div { 
        display: flex;
        justify-content: center;
    }
} 