﻿#txtFirstName,
#txtLastName,
#txtEmailNewUser
{
	width: 150px;
}

/* -------------- NEW PAGE SECTION ------------------------------ */
/* -------------- GENERAL ------------------------------ */
.tile {
    display:inline-block;
    border: 1px solid;
    border-radius: 15px;
    width:300px;
    height:300px;
    background-color: white; /* necessary only if it will be used as popup */
    margin-bottom: 5px;
}

.tileheader {
    height:20px;    
    background-color: #303030;
    color: white;
    font-size:16px !important;
    text-align:center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display:table;
    width: 100%;
}

.tileheaderText {
    display:table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

.tilecontent {
    margin-left: 10px;
    margin-right: 10px; 
    margin-top: 5px;
    overflow: hidden; 
    height: 275px; /* = (.tile height) - (.tileheader height) - (.tilecontent margin-top) */
    /*min-height: 275px;*/
}

.tilecontenttitle {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 18px !important;
    font-weight: bold;
    text-align: center;
}

.tilecontenttitle a {
    color: green;/* #4686A2; */
    text-align: center;
}

.tilecontent input[type~=text], 
.tilecontent input[type~=password] {
    margin-bottom: 2px;
    border: 1px solid #666666;
    font-family: Arial;
    width: 144px; /* 190px */
}

.chkRegister label {
    display: inline;
}

div.left {
    float: left;
}

div.right {
    float: right;
}

div.registerLeftColumn {
    margin: 8px 0px 0px 0px;
    width: 120px;
    text-align: left;
}

div.registerMiddleColumn {
    padding: 0px 5px 0px 5px;
    width: 610px; /*1050-120-300*/
    text-align: center;
}

div.registerRightColumn {
    margin: 8px 0px 0px 0px;
    width: 300px;
    text-align: center;
}

.registerContentArea
{
    font: normal 11px Arial, Helvetica, sans-serif;
    border: solid 1px #bbbbbb;
    /*margin: 0px 5px 0px 5px;*/
    padding: 20px 5px 5px 5px;
    /*float: left;*/
    width: 595px;
    background-color: #fff;
    /*text-align: left;*/
    /* Fix for children with float */
    overflow: hidden; 
    min-height: 1445px;
}

.form td:first-child {
    width: 128px;
    text-align: right;
}

#legalwindiv td:first-child {
    text-align: left;
}

.registrationTable lblNormal
{
    text-align: right;
}

#registrationTable td {
    padding-bottom: 2px;
}

.lblSmallText {
    padding-right: 0px;
    font-size: 9px;
}

.u:link, .u:visited, .u:hover {
    text-decoration: underline;
}

#registerFooter {
    padding-top: 10px;
    text-align: center;
}

#registerPopupBackground {
    display: none;
    height: 100%;
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 100;
}

.tileTitle {
    font-size: 20px;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe__wrap {
  overflow: hidden;
  position: relative;
}
.swipe__wrap > div {
  float:left;
  width:100%;
  position: relative;
}
