/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */
.typesDemo ul[dnd-list],
.typesDemo ul[dnd-list] > li {
  position: relative;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.typesDemo ul[dnd-list] {
  min-height: 42px;
  padding-left: 0px;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.typesDemo ul[dnd-list] .dndDraggingSource {
  display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.typesDemo ul[dnd-list] .dndPlaceholder {
  display: block;
  background-color: #ddd;
  padding: 10px 15px;
  min-height: 42px;
}

/**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */
.typesDemo ul[dnd-list] li {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  margin-bottom: -1px;

  /* Disable text selection if item is not draggable */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.typesDemo ul[dnd-list] li dnd-nodrag {
  display: block;
  padding: 10px 15px;
}

/**
 * Gender-specifc background
 */
.typesDemo ul[dnd-list] li.background-man {
  background-color: #CAE0FC;
}

.typesDemo ul[dnd-list] li.background-woman {
  background-color: #FFE2F5;
}

.typesDemo ul[dnd-list] input.background-man {
  background-color: #D8E9FF;
  color: #2F4D99;
}

.typesDemo ul[dnd-list] input.background-woman {
  background-color: #FFF0FA;
  color: #D84FA7;
}

/**
 * Handle positioning
 */
.typesDemo .handle {
  cursor: move;
  /*position: absolute;
  top: 14px;*/
}

.typesDemo .name {
  margin-left: 20px;
}

.md-datepicker-input-setting .md-datepicker-input-container {
    width: 200px;
}

.md-input-120px-setting {
    width: 120px;
}

/*
md-checkbox.md-checked .md-icon {
	background-color: #5890ff;
}
*/

fieldset.standard {
	border-style: solid;
	border-width: 1px; 
}

legend {
	width:initial;
	margin-left: 16px;
	border-bottom: 0px;
	color: #3F51B5; 
}

legend code {
	color: #3F51B5;
	font-weight: normal; 
}

label {
	font-weight: normal;
}

.terms_and_conditions {
	color: blue;
	text-decoration: underline;
}

.check_box_registration {
	margin: 32px 16px 16px 32px; 
	display: table;
}
  
.check_box_registration md-checkbox .md-container {
	height: 30px;
}

.check_box_registration md-checkbox:not(.md-checked) .md-icon {
	border-color: inherit;
	background-color: white;
}

.check_box_registration md-checkbox.md-checked .md-icon {
	border-color: inherit;
}


.footer_share {
	display: block;
	/*position: fixed;*/
	text-align: center;
	z-index: 888!important;
	top: auto;
	bottom: 0;
	left: 0;
	/*width: 100vw;*/
	/*height: 13vw;*/
	padding: 8px;
	opacity: 1!important;
}

.footer_share_icon {
	height: 36px!important;
	width: 36px!important;
	margin-left: 1vw;
	margin-right: 1vw;
	display: block;
	overflow: hidden;
	/*line-height: 32px;*/
}

.footer_share a {
	display: inline-block;
	margin-bottom: 6px;
	cursor: pointer;
	text-decoration: none;
	background-color: transparent;
}

.footer_share a span {
	border-radius: 50%;
	padding: 5px;
}

.footer_share svg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none;
	display: block;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 0;
}

.ng-table th.filter .input-filter {
	background-image: url('/images/search.png');
	background-repeat: no-repeat;
	background-position: 96%;
	background-size: 20px;
}

.table-bordered>tbody>tr>td {
	vertical-align: middle;
	white-space: nowrap;
}

.my_button_border {
	border: 2px solid white;
	border-radius: 4px;
	box-shadow: none !important;
}

.redemption_button {
	position: relative;
	width: 90%;
	height: 60px;
	margin:0 auto;
	padding: 8px;
	border-radius: 30px;
	background-color:rgba(229,229,229,0.5);
	-moz-box-shadow: inset 0 0 42px rgba(3,0,0,.15);
	-webkit-box-shadow: inset 0 0 42px rgba(3,0,0,.15);
	box-shadow: inset 0 0 42px rgba(3,0,0,.15);
}

.footer2 {
	display: table;
	width: 100%;
	max-width: 640px;
	background-color: #555;
	text-align: center;
	color: #fff;
	height: 60px;
	line-height: 60px;
}

.footer2 ul {
	display: table-row;
	font-size: 28px;
	overflow: hidden;
	background: inherit;
	list-style: none;
}

.footer2 ul>li {
	display: table-cell;
	margin: 0;
	position: relative;
}

.footer2 ul>li a {
	padding: 16px;
	display: block;
	color: inherit;
	text-decoration: none;
}

.footer2 ul>li a span {
	height: 28px!important;
	width: 28px!important;
	display: block;
	margin: 0 auto;
}

.footer2_split {
	width: 1px;
	height: 70%;
	background-color: white;
	display: block;
	position: absolute;
	top: 15%;
}