.flirt-table{
    width: 600px;
    background-color: rgba(0,0,0,.1);
    margin: 20px auto;
}

.flirt-header{
    font-size: 18px;
    color: black;
    text-align: center;
}

.flirt-text{
    font-size: 18px;
    color: black;
    text-align: center;
}

body{
    background-color: white;
    width: 100%;
    margin: 0;
}

.nav-table{
    width: 100%;
    background-color: black;
    color: white;
    height: 50px;
}

.nav-center{
    width: 1300px;

}

.nav-outer{
    width: auto;
    color: white;
}

.search-box{
    height: 40px;
    width: 300px;
    border-radius: 10px;
    font-size: 20px;
    margin: 0 0 20px 0;
    padding-left: 20px;
}




label {
    margin:20px 0 0 0;
    position:relative;
    display:inline-block;
}

.textmove {
    padding:10px;
    pointer-events: none;
    position:absolute;
    left:5px;
    top:0;
    transition: 0.2s;
    transition-timing-function: ease, cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity:0.5;
    color: black;
}

.textmove-w{
    padding:10px;
    pointer-events: none;
    position:absolute;
    left:5px;
    top:0;
    transition: 0.2s;
    transition-timing-function: ease, cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity:0.5;
    color: white;
}



input[type='text'], input[type='password'], input[type='number'], input[type='email'], select{
      background: #fafafa;
      width:210px;
      border:1px solid #ccc;
      height: 40px;
      padding-left: 10px;
      padding-right: 10px;
      -ms-box-sizing:content-box;
      -moz-box-sizing:content-box;
      box-sizing:content-box;
      -webkit-box-sizing:content-box;
      font-size: 16px;
      -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
      -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
      box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      transition: all 0.4s ease;
  }

input:focus + span, input:not(:placeholder-shown) + span {
    opacity:1;
    transform: scale(0.75) translateY(-100%) translateX(-30px);
    color: white;
}

/* For IE Browsers*/
input:focus + span, input:not(:-ms-input-placeholder) + span {
    opacity:1;
    transform: scale(0.75) translateY(-100%) translateX(-30px);
    color: white;
}


.nav_labels{
    font-size: 20px;
    color: white;
    padding-left: 20px;
}

.nav_labels a{
    color: white;
    text-decoration: none;
}

.nav_labels a:visited{
    color:white;
    text-decoration: none;
}

.nav_labels a:hover{
    color: red;
    text-decoration: none;
}

.nav_mem_logo{
    width: 50px;
    color: white;
    text-align: center;
}

.nav-uname{
    font-size: 18px;
    color: white;
    font-weight: bold;
    width: auto;
}

.nav-uname a{
    color: white;
    text-decoration: none;
}

.nav-uname a:visited{
    color: white;
    text-decoration: none;
}

.nav-credit{
    font-size: 18px;
    font-weight: bold;
    color: white;
    width: auto;
}

.nav-credit a{
    color:white;
    text-decoration: none;
}

.nav-credit a:visited{
    color: white;
    text-decoration: none;
}

.nav-credit a:hover{
    color: white;
    text-decoration: none;
}

.signup-b{
    display: block;
}

.signup-n{
    display: block;
}

.signup-table{
    width: 800px;
    height: 500px;
    margin: 0 auto;
    background-color: black;
    color: white;
}

.signup-inner{
    width: 850px;
    background-color: rgba(0,0,0,.5);
    color: Black;
    margin: 20px 60px;
    float: right;
}

.su-left{
    text-align: right;
    padding-right: 5px;
    color:black;
    font-size: 18px;
}


.su-right{
    text-align: left;
    padding-left: 5px;
    color:black;
    font-size: 18px;
}

.singup-text{
    font-size: 18px;
    text-align: left;
    color: white;
}

.table {
    display: table;
    margin: auto;
}

.tr {
    display: table-row;
    margin: 5px;

}

.tblbody{
    display: table-row-group;
}

.td{
    margin: 5px 0 0 0 ;
    display: table-cell;
    vertical-align: top;
    padding: 5px 5px;
}

.top-40{
    margin-top: 40px;
}

.top-20{
    margin-top: 20px;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}
.radio-toolbar {
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 50px;
}

.gender input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.gender label {
    display: inline-block;
    margin: auto;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 20px;
    border: 2px solid #444;
    border-radius: 4px;
    width: 210px;
    text-align: center;
}

.gender label:hover {
    background-color: #dfd;
}

.gender input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.gender input[type="radio"]:checked + label {
    background-color: red;
    color: white;
    border-color: black;
}

.button-cool ,
a.button-cool{
    display: inline-block;
    padding: 0.3rem 1.2rem;
    margin: 0 0.1em 0.1em 0;
    border: 0.16em solid rgba(255,255,255,0);
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', Sans-Serif;
    font-weight: 300;
    font-size: 1.2rem;
    color:white;
    text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
    text-align: center;
    transition: all .2s;
    cursor: pointer;
}
.button-cool:hover{
    border-color: rgba(0,0,0,1);
}
@media all and (max-width: 30em){
    a.button-cool, .button-cool{
        display: block;
        margin: 0.2em auto;
    }
}

.img-back-main{
    background: url('main-back-sm.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.profile-table{
    width: 1200px;
    margin: 20px auto;
    background-color: rgba(0,0,0,.05);
    padding-bottom: 40px;


}

.profile-uname{
    font-size: 30px;
    font-weight: bold;
}

.profile-header{
    font-size: 30px;
}

.profile-pics-main{
    width: 125px;
}

.profile-pics-thumbs{
    width: 75px;
}

.profile-td{

    margin: 5px 0 0 0 ;
    display: table-cell;
    vertical-align: top;
    padding-top: 5px;
}
.profile-label{
    margin:10px 0 0 0;
    position:relative;
    display:inline-block;
}

.profile-label2{
    margin:0 0 0 0;
    position: relative;
    display: block;
    padding-left: 5px;
    text-align: left;
}

.profile-check-spaceing{
    margin: 10px 0 0 0 ;
    display: block;
}

.modalfile
{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 50px;
}

.modalfile-content
{
    background-color: #ECE9E6;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
    left: 5px;

}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}

.flex-container{
    flex-direction: row;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    width:100%;
    margin: 30px auto;
    justify-content: space-evenly;

}

.membership-text{
    flex: 0 0 160px;
    font-family: roboto, serif;
    font-size: 20px;
    text-align: left;
    margin-top: 20px;
    vertical-align: top;
    align-self: flex-start;
}
.membership-text a{
    text-decoration: none;
    color: black;
}

.membership-image-thumb{
    width: 83px;
    height: 150px;
    padding-left: 2px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}


.membership-image{
    width: 200px;
    height: 200px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.membership-image2{
    width: 200px;
}

.membership-image-big{
    width: 260px;
    height: 260px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}


.memlist-user{
    font-size: 30px;
    padding-left: 20px;
    text-align: left;

}

.memlist-topline{
    font-size: 24px;
    padding-left: 20px;
    text-align: left;
}

.memlist-about{
    font-size: 18px;
}

.memlist-header{
    font-size: 20px;
    font-weight: bold;
}

.memlist-about-names{
    font-size: 20px;
    font-weight: bold;
    color: #cc0033;
    border-top: 1px solid black;
}

.memlist-about-answers{
    font-size: 20px;
    color: black;
    border-top: 1px solid black;
}

.memlist-border-bottom{
    border-bottom: 1px solid black;
}

.memlist-border-right{
    border-right: 1px solid black;
}

.memlist-interest{
    font-size: 20px;
    color:red;
    padding-left: 20px;
    padding-top: 10px;
}


/*start of pic modal*/
.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.85);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 500px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 5px;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mess-image{
    width: 100px;
    padding-left: 9px;

}

.mess-uname{
    width: 150px;
}

.mess-read{
    width: 100px;
    text-align: center;
}

.mess-mes{
    width: calc(100% - 400px);
}

.mess-date{
    width:100px;
    text-align: center;
}

.mess-header{
    background-color: red;
    color: white;
    font-size: 20px;
    text-align: center;
}

.mes-det-left-image{
    width: 100px;
    text-align: center;
}

.mes-det-left-text{
    font-size: 18px;
    text-align: left;
    padding-left: 20px;
}

.mes-det-left-date{
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
}

.mes-det-right-image{
    width: 100px;
    text-align: center;
}

.mes-det-right-text{
    font-size: 18px;
    text-align: right;
    width: calc(100% - 100px);
    padding-right: 20px;
}

.mes-det-right-date{
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
}

.mes-det-table-left{
    width: 90%;
    margin: 0 auto;
}

.mes-det-table-right{
    width: 90%;
    margin: 0 auto;
    background-color: beige;
}

.mess-click{
    cursor: pointer;
}

.mes-det-header{
    font-size: 30px;
    padding-left: 20px;
    font-weight: bold;
}

.picadjust{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.08);
}

.picfix{
    width:600px;
    background-color: antiquewhite;
    margin: 20px auto;
}

.profile-image{
    width: 225px;
}

.profile-thumb{
    width: 75px;
}

.admin-header{
    font-size: 18px;
    text-align: center;
    background-color: #888888;
}
.userlist{
    font-size: 20px;
    padding-top: 5px;
    color: white;
}
.userlist a{
    color: white;
    text-decoration: none;
}

.userlist a:visited{
    color: white;
    text-decoration: white;
}

.flirts-table{
    width: 800px;
    margin: 20px auto;
    background-color: rgba(0,0,0,.1);
}

.flirts-image{
    width:75px;
    padding-left: 10px;
    padding-bottom: 20px;
    vertical-align: middle;
}

.flirts-text{
    font-size: 22px;
    vertical-align: middle;
}

.index-marker{
    padding-left: 15px;
    font-size: 22px;
    color: red;
}

.index-marker a{
    text-decoration: none;
    color: blue;
}

.pic-upload{
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.mdetail-modal{
    width: 100%;
    height:100%;
    background-color: rgba(0,0,0,.1);
}

.mdetail-pic{
    height: 800px;
}

.stories-table{
    width: 100%;
    height: 100%;
    background-image: url(images/photo-1507842217343-583bb7270b66.webp);
}

.stories{
    width: 1000px;
    margin: 20px auto;
    background-color: rgba(255,255,255,1);
    padding-bottom: 40px;
}

.stories-link{
    text-decoration: none;
    font-size: 22px;
}

label.error {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
    display: block;
    margin: 0;
    text-align: left;
    font-size: 20px;
}


.credit input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.credit label {
    display: inline-block;
    margin: auto;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 20px;
    border: 2px solid #444;
    border-radius: 4px;
    width: 410px;
    text-align: center;
    height: 65px;

}

.credit label:hover {
    background-color: #dfd;
}

.credit input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.credit input[type="radio"]:checked + label {
    background-color: red;
    color: white;
    border-color: black;
}