body {
    background-color: #f5f7fb;
}

form {
    margin-top: 12px;
}

label {
    text-indent: 3px;
}

.header {
    background-color: white;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d2d2d2;
    height: 48px;
}

#main-content {
    margin-bottom: 25px;
    margin-top: 81px;
}

#header-content {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#header-content .container {
    max-width: 90%;
}

.card {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
}

.card .card-content {
    background-color: white;
    border: 1px solid #d2d2d2;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.card-title {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 3.5rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8rem;
}

.action-bar {
    text-align: right;
    /*align-content: right;*/
}

img.btn {
    cursor: pointer;
}

div.sub-header{
    display: table;
    width: 100%;
    padding-top: 12px;
}

.nav-link {
    float: left;
}

.float-right {
    float: right;
}

.head-symbol {
    margin-left: 10px;
}

.user-back{
    float: left;
}

.h-separator {
    margin-bottom: 25px;
}

.h-line {
    border-bottom: 1px solid #d2d2d2;
}

.v-line {
    border-left: 1px solid #d2d2d2;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.white {
    background-color: white;
}

.m-top{
    padding-top: 29px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.btn-radiobutton {
    position: relative;
}

.start-hidden {
    display: none;
}

#feedback-bar {
    display: none;
    position: fixed;
    background-color: rgba(255, 255, 255, 1);    
    width: 100%;
    height: 40px;
    line-height: 40px;
    top: 0px;
    left: 0px;
    z-index: 100;
    text-align: center;
    font-weight: bold;
    z-index: 2000;
}

.show-fb {
    /* match this to #feedback-bar's height */
    padding-top: 40px; 
}

.main-menu button {
    height: 7rem;
    font-size: 1.8rem;
}

/*.bene-preview {
    width: 490px;
    height: 141px;
    margin-top: 55px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background-color: rgb(245, 247, 251);
}*/

/*tr.has-preview{
    vertical-align: top;
}

tr.has-preview td:first-child{
    position: relative;
    height: 195px;
    line-height: 1.6rem;
    vertical-align: top;
}*/

.button-primary-red {
    background-color: rgba(250, 128, 114, 1);
    border-color: rgba(250, 128, 114, 1);
}

#modal {
    position: fixed;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);    
    width: 100%;
    height: 100%;
}

#modal-message {
    position: fixed;
    z-index: 1001;
    background-color: rgba(245, 247, 251, 1);
    width: 470px;    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-wrapper {
    padding: 20px 10px 20px 10px;
}

.ed-one {
    padding-top: 2rem;
    margin-bottom: 0;
}

.ed-two {
    margin-top: 0;
    margin-bottom: 4rem;
}

.user-line {
    cursor: pointer;
}

.circle{
    width:100%;
    height:0;
    font-size:20px;
    color:#fff;
    text-align:center;
    line-height:0;
    padding:50% 0;
    border-radius:50%;
    background:#ccc;
}

.gender-m {
    background:#243ac9;
}

.gender-f {
    background:#e868bd;
}

.gender-x {
    background:#7f40ed;
}
/*skeleton extension*/

.u-half-width {
  width: 49.5%;
  box-sizing: border-box; 
}