#gaddon-setting-row-userfields td .settings-field-map-table thead, #gaddon-setting-row-cual_password td .settings-field-map-table thead {
        display: none;
}
#cual_password_condition_container, #custom_logic_condition_container {
    padding-top: 12px;
}
#custom_logic_condition_container .gaddon-setting {
    margin-right:10px;
}
.credit {
    overflow: auto;
    width: 96%;
    background-color: #08668c;
    color: white;
    padding: 12px;
    border: 2px solid black;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.credit a {
    color: white;
}
.half {
    width: 48%;
    border: 0px solid;
    float: left;
    display: inline-block;
}
.quarter {
    width: 32%;
    border: 0px solid;
    float: left;
    display: inline-block;
}
.getfull {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:17px;
	padding:19px 68px;
	text-decoration:none;
}
.getfull:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}
.getfull:active {
	position:relative;
	top:1px;
}