pre_entry .dTypo.typing .small{
    left:11px;
}
.pre_entry.loading button
{
    background: url("/local/templates/katemagic/img/ajax_orange_white_medium.gif") no-repeat scroll 50% 50% #ff8200;
    text-indent: -9999px;
}
.form_entry_box.seminar-box {
    display: grid;
    place-items: center;
    height: 10vh;
	margin: 0;
	padding: 0;
}
/*.dCallbackForm .dTypo.typing .small {
    color: #81949c;
    font-size: 13px;
    left: 32px;
    top: 8px;
}*/
.pre_entry label.error{
    display: none!important;
}
.pre_entry .dMessage.error {
    color: #8a0000;
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
}

.pre_entry .dMessage.success {
    font-size: 18px;
    margin: 10px 0;
}
.pre_entry .dMessage.success {
    color: #31751d;
    font-weight: normal;
}

.control-wrap.select{
    margin-bottom: 10px;
}
.pre_entry .input{
    margin-bottom: 10px;
}

.dSelectPH.not-selected .select.pls {
    display: none;
}
.dSelectPH.not-selected .select {
    font-weight: 200;
    top: 14px;
}

.dSelectPH select {
    margin-left: -10px;
    cursor: pointer;
}

.pre_entry .loading button
{
    background: url("/local/templates/katemagic/img/ajax_orange_white_medium.gif") no-repeat scroll 50% 50% #ff8200;
    text-indent: -9999px;
}
.form-custom-wrap .dMessage.success {
    margin-left: 13px;
}


.form_entry button.ui-multiselect{
	background: transparent none repeat scroll 0 0;
	position: relative;
	z-index: 10;
}
.ui-icon.ui-icon-triangle-1-s{
	display: none;
}
.dSelectPH .select.pls{
	display: block;
}
.dSelectPH .select{
	display: none;
}
.ui-multiselect.ui-widget.ui-state-default.ui-corner-all > span{
	color: #282828;
	font-size: 18px;
	font-weight: normal;
	left: 13px;
	position: absolute;
	text-transform: none;
	top: 10px;
}

.ui-multiselect-filter > input {
	color: #000;
	font-family: "Open Sans","OpenSansRegular",Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	height: 40px;
}
.ui-multiselect-filter input {
	font-size: 12px;
	height: 20px;
	width: 150px;
}
.ui-widget-header .ui-helper-reset{
	display: none;
}
.ui-multiselect-filter {
	font-size: 15px;
}
.ui-multiselect-checkboxes li {
	padding-top: 0;

}
.ui-multiselect-checkboxes label {
	cursor: pointer;
	font-family: "Open Sans","OpenSansRegular",Arial,Helvetica,sans-serif!important;
	font-weight: normal !important;
}
.ui-corner-all > input[type="checkbox"] {
	float: left;
	font-weight: normal !important;
	font-family: "Open Sans","OpenSansRegular",Arial,Helvetica,sans-serif!important;
	margin-left: 2px;
	margin-right: 6px;
	margin-top: 3px;
}
.sign-up .control-wrap{
	padding: 0;
}
@media all and (max-width:768px)
{
	.sign-up.pre_entry form > div {
		padding-right: 0 !important;
	}
}

.added ul li {
	clear: both;
	float: left;
	padding: 0;
	position: relative;
	width: auto;
}
.added-item  a {
	background: rgba(0, 0, 0, 0) url("/local/templates/katemagic/img/delete.png") repeat scroll 0 0 / cover ;
	height: 17px;
	position: absolute;
	right: -23px;
	top: 4px;
	width: 17px;
}
.added-item a:hover{
	background-position: 0 -17px;
}
.added ul {
	list-style: decimal outside none;
	margin-left: 15px;
}
.added{
	padding-bottom: 10px;
}
.added p {
	padding: 3px 0;
}
.added .itogo{
	font-weight: bold;
}

.pre_entry form .price button,
.study-masters .form-custom-wrap form .price button
{
	background: #ff8200 url("/local/templates/katemagic/img/plus.png") no-repeat scroll 50% 50%;
	border-radius: 50%;
	color: transparent;
	float: left;
	font-size: 29px;
	height: 32px;
	line-height: 27px;
	margin-top: 5px;
	text-align: center;
	width: 32px;
}
.study-masters .form-custom-wrap .added-item {
	color:#FFF;
}
.study-masters .form-custom-wrap .added-item a {
	top: -1px;
}
@media all and (max-width:1000px){
	.pre_entry form .price button,
	.study-masters .form-custom-wrap form .price button
	{
		background-image: none;
		border-radius: 0;
		color: #fff;
		display: block;
		float: none;
		font-size: 18px;
		height: 40px;
		margin: -10px auto 13px;
		width: 150px;
	}
}

