@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

:focus {
  outline: none;
}
::-moz-focus-inner {
  border:0;
}
.white_box form table {
	font-family: 'Roboto Condensed';
	font-size: 16px !important;
  display: table;
  /* border-spacing: 11px;
  border-collapse: separate; */
	border-spacing: 10px;
  margin: 0px;
  padding: 0px;
}
.white_box form tr {
	height: 32px !important;
}
.white_box form td {
	font-family: 'Roboto Condensed';
	font-size: 15px; 
  /* vertical-align: top; */
  /* white-space: nowrap; */
  /*padding: 0 0 0.3cm 0;*/
  text-align: center;
	height: 32px !important;
}
.white_box form .password {
	font-family: 'Roboto Condensed';
	font-size: 15px; 
  vertical-align: top;
  white-space: nowrap;
  /*padding: 0 0 0.3cm 0;*/
  text-align: center;
	display: inline;
}
.white_box form input {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 32px !important;
  border: 2px solid #d3d3d3;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #000000;
	font-family: 'Roboto Condensed';
	font-size: 16px !important;
  line-height: 1.75em;
  text-decoration: none;
  text-align: center;
  text-align-last: center;  
  display: inline-block;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;    
}
.white_box .Button {
  background: rgba(255, 255, 255, 0.5);
  /*width: 100%;*/
  max-width: calc(100vw - 100px);
  /*height: 32px !important;*/
  min-height: 32px !important;
  height: 100% !important;  
  border: 2px solid #d3d3d3;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #000000;
	font-family: 'Roboto Condensed';
	font-size: 16px !important;
  padding: 1px 3mm 1px 3mm;
  line-height: 1.75em;
  text-decoration: none;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
  display: block;
  overflow: hidden;
  white-space: normal;
  margin-left: auto;
  margin-right: auto;
  /*
  white-space: nowrap;
  text-overflow: ellipsis;
  */
}
.white_box .Button:hover {
  z-index: 10;
  border-color: #000000;  
  background: #000000;
  color: #ffffff;
}
.white_box .Button br {
  display: none;
}
@media only screen and (max-width: 430px) {
	.white_box .Button br {
		display: block;
	}
  .white_box .Button {
    line-height: inherit;
    padding: 1mm 3mm 1mm 3mm;    
  }
}
.white_box form input[type="button"] {
  background: rgba(255, 255, 255, 0.5);
  /*width: 100%;*/
  max-width: calc(100vw - 100px);
  /*height: 32px !important;*/
  min-height: 32px !important;
  height: 100% !important;  
  border: 2px solid #d3d3d3;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #000000;
	font-family: 'Roboto Condensed';
	font-size: 16px !important;
  padding: 0px 10px 0px 10px;
  /* line-height: 1.75em; */
  line-height: inherit;
  text-decoration: none;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
  display: inline-table;
  overflow: hidden;
  white-space: normal;
  /*
  white-space: nowrap;
  text-overflow: ellipsis;
  */
  margin: 0px 0px 0px 0px;
}
.white_box form input[type=submit] {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 32px !important;
  border: 2px solid #d3d3d3;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #000000;
	font-family: 'Roboto Condensed';
	font-size: 16px !important; 
  padding: 0px 10px 0px 10px;
  line-height: 1.75em;
  text-decoration: none;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;	
}
.classroom .white_box form input[type=button] {
	max-width: 178.75px;
}
.classroom .white_box form input[type=submit] {
	max-width: 178.75px;
}
.white_box form input[type=button]:hover {
  border-color: #000000;  
  background: #000000;
  color: #ffffff;
}
.white_box form input[type=submit]:hover {
  border-color: #000000;  
  background: #000000;
  color: #ffffff;
}
.white_box form .red::-webkit-input-placeholder { /* Edge */
  color: red;
	font-family: 'Roboto Condensed';
	font-size: 16px !important; 
  line-height: 1.75em;	
}
.white_box form .red:-ms-input-placeholder { /* Internet Explorer */
  color: red;
	font-family: 'Roboto Condensed';
	font-size: 16px !important; 
  line-height: 1.75em;
}
.white_box form .red::placeholder {
  color: red;
	font-family: 'Roboto Condensed';
	font-size: 16px !important; 
  line-height: 1.75em;
}
.white_box form ::-webkit-input-placeholder { /* Edge */
	font-family: 'Roboto Condensed';
	font-size: 16px !important; 
  line-height: 1.75em; 	
}
.white_box form :-ms-input-placeholder { /* Internet Explorer */
	font-family: 'Roboto Condensed';
	font-size: 16px !important; 
  line-height: 1.75em;	
}
.white_box form ::placeholder {
	font-family: 'Roboto Condensed';
	font-size: 16px !important; 
  line-height: 1.75em;	
}
.white_box form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('https://english-refresher.global-vision.world/img/dropdown.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain, contain;
  background-color: #ffffff;
  border: 2px solid #d3d3d3;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #000000;
	font-family: 'Roboto Condensed';
	font-size: 16px !important;
  line-height: 1.75em;
  padding: 0 0 0 0;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align-last: center;
  vertical-align: middle;
  width: 100%;
  height: 32px !important;
  display: inline-block;   
}
.white_box form textarea:hover {
  background-color: #fdffdd;
}
.white_box form textarea {
  background-color: #ffffff;
  border: 2px solid #d3d3d3;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #000000;
	font-family: 'Roboto Condensed';
	font-size: 16px !important;
  line-height: 1.75em;
  resize: none;
  overflow: hidden;
  width: 100%;
  max-width: 460px;
  padding: 12px 12px 12px 12px;
}
.white_box .custom_textarea {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;    
  overflow: scroll;
  word-wrap: normal;
}
.white_box form input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
.white_box form  input[type=checkbox] {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  min-width: 1px;
  height: 1px;
  line-height: 1px;
  vertical-align: -1px;
	font-family: 'Roboto Condensed';
	font-size: 15px; 	
}
.white_box form #table2 td {
  white-space: normal;
	font-family: 'Roboto Condensed';
	font-size: 15px; 	
	text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.white_box form .table2 td {
  white-space: normal;
	font-family: 'Roboto Condensed';
	font-size: 15px; 	
	text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.white_box form .table-additional {
  margin: 0cm 0cm 0.5cm 0cm; /* top right bottom left */ 
  border: 2px solid #d3d3d3;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px; 
  padding: 0.5cm 0.5cm 0.2cm 0.5cm; /* top right bottom left */
}