@CHARSET "UTF-8";

div.sf-form {
	background: #EADFF9;
	/*width: 480px;*/
	margin: 0px;
}
div.sf-form h3.sf-form-title {
	color: #4F3B70;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #4F3B70; 
}
div.sf-labeled-holder {
	margin-bottom: 3px;
}
label.sf-label {
	display: block;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
	margin-bottom: 4px;
	margin-top: 3px;
}
label.sf-minilabel{
	display: contents;
    font-size: 1.2em;
    cursor: pointer;
}
span[id$="__WRAP"] {
    
}
label.sf-disabled-label {
	color: #888;
}
fieldset.sf-fieldset {
	border: 2px solid #A37ADA;
	border-radius: 5px;
	margin-bottom: 10px;
}
div.sf-form input[required],div.sf-form textarea[required],div.sf-form select[required] {
	background: #ffffe0;
}
div.sf-form input[type=button],div.sf-form input[type=submit],div.sf-form input[type=reset],div.sf-form button {
	background: #A37ADA;
	color: white;
	font-size: 1.0em;
	padding: 2px;
	font-weight: bold;
	margin: 5px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #fff;
}
div.sf-buttonbar {
	padding: 5px;
	text-align: center;
	background: #75b;
	border-radius: 3px;
}
div.sf-item {
	margin-left: 20px;
}
div.sf-info {
	padding: 4px;
	padding-left: 24px;
	padding-right: 10px;
	/*font-size: 0.9em;*/
	font-weight: normal;
	min-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	text-align: justify;
}
div.sf-information {
	background: url('../imgs/PDXSF/sf-inline-hint.png') no-repeat 4px 4px;
	color: white;
	background-color: #a080e0;
}
div.sf-warning {
	background: url('../imgs/PDXSF/sf-inline-warning.png') no-repeat 4px 4px;
	color: white;
	background-color: #a44;
}
legend.sf-legend {
	font-size: 1.1em;
	padding: 5px;
	background: #A37ADA;
	color: #4F3B70;
	color: white;
	font-weight: bold;
	border-radius: 5px;
}
span.sf-item-error {
	display: block;
	color: red;
	font-weight: bold;
	background: url('../imgs/PDXSF/sf-inline-warning.png') no-repeat left center;
	padding-left: 20px;
}
input.sf-button-submit {
}
input.sf-button-suspend {
	background: yellow;
	color: black;
}
input.sf-button-activate {
	background: green;
	color: white;
}
input.sf-button-delete {
	background: red;
	color: white;
}
div.sf-form input[type=text],div.sf-form input[type=email],div.sf-form input[type=number],div.sf-form input[type=password],div.sf-form textarea {
	font-size: 1.0em;
	padding: 1px;
	border-radius: 2px;
}
span.sf-item-hint {
	display: block;
	color: #404040;
	font-style: italic;
	background: url('../imgs/PDXSF/sf-inline-hint.png') no-repeat left center;
	padding-left: 20px;
}
span.sf-static-value {
	display: inline-block;
	padding: 3px;
	background: white;
	border-radius: 3px;
}
div.sf-form textarea {
	font-family: Arial;
}
div.sf-radiogroup,div.sf-checkboxgroup {
	margin-left: 30px;
}
span.sf-minisection {
	display: inline-block;
	margin-left: -30px;
	font-weight: bold;
}
span.pwtestresult,span.repeatresult,span.lvresult {
	display: inline-block;
	padding: 3px;
	background: white;
	font-weight: bold;
}
.sf-form .epEditorButton {
	margin: 2px;
}
span.pwtestresult.shortPass,span.repeatresult.mismatch { background: #f22;color: white; }
span.pwtestresult.badPass { background: orange; }
span.pwtestresult.goodPass { background: yellow; }
span.pwtestresult.strongPass,span.repeatresult.match { background: #4f4; }
span.lvresult.OK { background: #4f4; }
span.lvresult.INCORRECT  { background: orange; }
span.lvresult.UNAVAILABLE { background: #f22;color: white; }
span.lvresult.BLACKLISTED { background: black; color: white; }

div.sf-statusreport {
	width: 100%;
	padding: 5px;
	padding-left: 56px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	min-height: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 5px;
	text-align: justify;
}

div.sf-mobilesmstome {
	width: 100%;
	/* width: calc(100% - 20px); */
    padding: 0px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    /* font-size: large; */
    /* font-weight: bold; */
    /* min-height: 50px; */
    /* margin-top: 5px; */
    margin-bottom: 5px;
    border-radius: 3px;
    /* text-align: justify; */
    cursor: pointer;
    color: white;
    /*background-color: #557f12;*/
}

div.sf-mobilesmstome_nagy {
	font-size: larger;
    color: white;
    /* margin-left: 50%; */
    /* margin-right: 50%; */
    text-align: center;
    font-weight: bold;
}

div.sf-mobilesmstome_inst {
	margin: 10px;
    width: fit-content;
    /* border: 3px solid green; */
    padding: 10px;
    font-size: 13px;
    color: white;
}

div.sf-mobilesmstome_inst ul{
	margin-top: 0px;
    margin-bottom: 0px;
}

div.sf-mobilesmstome_apro {
	font-size: smaller;
    color: white;
    /* margin-left: 50%; */
    /* margin-right: 50%; */
    text-align: center;
}

div.sf-statussuccess {
	color: white;
	background: url('../imgs/PDXSF/sf-done.png') #557f12 no-repeat 5px 5px;
	min-height: 58px;
	max-width: fit-content;
	min-width: -webkit-fill-available;
	min-width: -moz-available;
}
div.sf-statusfail {
	color: white;
	background: url('../imgs/PDXSF/sf-error.png') #c02c05 no-repeat 5px 5px;
	min-height: 58px;
	max-width: fit-content;
	min-width: -webkit-fill-available;
	min-width: -moz-available;
}
.ui-slider-handle {
	cursor: hand !important;
	cursor: pointer !important;
}
.ui-slider .ui-slider-handle { background: black; }
.ui-slider .ui-slider-handle.ui-state-hover { background: #c3aed9; }
#i_epextraz01_i_ccode {
	width: 50%;
    height: 1.5rem;
    font-size: 1.2rem;
}
#i_epextraz01_i_ccode__WRAP, #i_epextraz01_i_cdest__WRAP{
	font-size: 1rem;
}
#i_epextraz01_i_SF_8{
	width: 98%;
    font-size: 22px;
    cursor: pointer;
    padding: 10px;
}
