/*
.reg_new_pupil,.reg_new_pupil_submit{
	outline: 0;
    cursor: pointer;
    border: none;
    font-size: 18px;
    line-height: 56px;
    padding: 0 20px;
    color: #fff;
    background: #9878a6;
    height: 56px;
    margin-top: 10px;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	display:table;
	margin:40px auto 0;
	padding:0 40px;
	cursor:pointer;
}
.reg_new_pupil_submit{
	height:30px;
	line-height:30px;
	padding:0 20px;
	margin:20px auto 0;
}
*/


#results_reg{
  margin-top: 10px;
}
   


.reg_new_pupil,.reg_new_pupil_submit{
  border-radius: 5px!important;;
    transition: 0.4s!important;;

  background: #6C3FD3!important;
    color: #fff!important;;
    border: 1px solid #6C3FD3!important;;
    font-weight: 500;
    font-size: 16px;
    display: table;
    margin: 0 auto;
    padding: 10px 15px;
   cursor: pointer;
}

 
.reg_new_pupil_submit.disabled{
	color: #bbb;
	background: #ddd;
	cursor:no-drop;
}
#reg_user_modal .modal-dialog{
	margin:0 auto;
}
#reg_user_modal .modal-body{
	width: 100%;
    padding: 15px;
}

.reg_pupil_icon{
	background:url("../images/icon/reg_pupil.png");
	width: 69px;
    height: 74px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    margin-right: 20px;
    float: left;
}

.reg_pupil_icon_span {
    display: table;
    margin: 20px 0 0 0;
}

@media (min-width:992px){
	.modal-lg.reg_user_modal_lg{ max-width:1200px; }
}


.payment_block h2.h2{
	text-align:center;
	font-size:18px;
	color:#737373;
	font-weight:bold;
}


#reg_user_modal .name_opt{
	font-size:16px;
	color:#666;
}
#reg_user_modal .text_cursive_opt{
	font-size:14px;
	font-family:Arial;
	color:#666;
	font-style:italic
}
#reg_user_modal .text_cursive_opt_big{
	font-size:14px;
	font-family:Arial;
	color:#666;
	font-style:italic
}


.one_reg_l{
	margin-bottom:20px;
}
.one_reg_l.left{
	margin-bottom:16px;
}












.textarea_reg_pupil,
.input_reg_pupil,
.select{
  /*
	-webkit-box-shadow: 0px 0px 16px 1px rgba(229,229,229,1);
	-moz-box-shadow: 0px 0px 16px 1px rgba(229,229,229,1);
	box-shadow: 0px 0px 16px 1px rgba(229,229,229,1);
  */
}


.textarea_reg_pupil{
	position: relative;
	display: block;
	width:100%;
	min-height: 80px;
	background: #fbfbfb;
	overflow: hidden;
	border-radius: .25em;
	border:1px solid #e5e5e5;
	outline:0;
	padding:10px;
	margin-top:10px;
}
.textarea_reg_pupil.disabled{
	background: #eee;
}
.input_reg_pupil{
	position: relative;
	display: block;
	width:100%;
	height: 33px;
	line-height: 33px;
	background: #fbfbfb;
	overflow: hidden;
	border-radius: .25em;
	border:1px solid #e5e5e5;
	outline:0;
	padding:10px;
	/*margin-top:10px;*/
}


.select select {
  /*
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #fbfbfb;
  background-image: none;
  */
}



.showRequired:not(.select){
  /*
	-webkit-box-shadow: 0px 0px 2px 1px rgba(229,0,0,1)!important;
	-moz-box-shadow: 0px 0px 2px 1px rgba(229,0,0,1)!important;
	box-shadow: 0px 0px 2px 1px rgba(229,0,0,1)!important;
  */
  border:1px solid rgba(229,0,0,1)!important;
}
.showRequired select{
  /*
	-webkit-box-shadow: 0px 0px 2px 1px rgba(229,0,0,1)!important;
	-moz-box-shadow: 0px 0px 2px 1px rgba(229,0,0,1)!important;
	box-shadow: 0px 0px 2px 1px rgba(229,0,0,1)!important;
  */
  border:1px solid rgba(229,0,0,1)!important;
}

/* Custom Select */
.select {
  /*
  position: relative;
  display: block;
  width:100%;
  height: 33px;
  line-height: 33px;
  background: #fbfbfb;
  overflow: hidden;
  border-radius: .25em;
  border:1px solid #e5e5e5;
  */
}
select {
  /*
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #666;
  cursor: pointer;
  */
}
select::-ms-expand {
  /*
  display: none;
  */
}
/* Arrow */
.select::after {
  /*
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px 0 0;
  background: #fbfbfb;
  color:#333333;
  pointer-events: none;
  */
}
/* Transition */
.select:hover::after {
  /*
  color: #7e7d7d;
  */
}
.select::after {
  /*
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  */
}
.container_reg {
  display:table;
  width:100%;
}


.payment_block input[type=checkbox] { display: none; }
.payment_block input[type=radio] { display: none; }

.payment_block  .pseudocheckbox {   
   cursor:pointer
}
.payment_block  .pseudocheckbox::before {   
    content: "\00A0";
    display: inline-block;
    box-sizing: border-box;
    width: 20px; 
    height: 20px;
    background-color: white;
    border: 2px solid #B0B0B0;
    border-radius: 2px;
    margin-right: 6px;
    vertical-align: baseline;
    
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #808080;
}

.payment_block  input[type=checkbox]:checked + .pseudocheckbox::before { content: "\2713"; }
.payment_block  input[type=radio]:checked + .pseudocheckbox::before { content: "\2713"; }

.res_r_text{
	text-align: center;
    margin: 26px;
    color: #9878a6;
    font-size: 22px;
}

.payment_block  .pseudocheckbox.span_disabled{
	color:#e2e2e2;
}
.payment_block  .pseudocheckbox.span_disabled::before{
	border: 2px solid #e2e2e2;
}


.pricePorTitle{
	font-size: 26px;
}