/* MAIN */
html {
    font-size: 18px;
}
body {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Calibri', sans-serif;
    font-weight: 300;
    color: #535c69;
    background-color: #f0f2f4;
    margin: auto;
}
a {
    color: #26b;
    outline: none;
    transition: 0.2s;
}
a:hover {
    color: #048;
}
input {
    height: 100px;
    line-height: 96px;
    border: 2px solid #a3aab5;
    border-radius: 40px;
    background-color: #f0f2f4;
    padding: 0 40px;
    font-size: 2rem;
    outline: none;
}
textarea {
    border: 2px solid #a3aab5;
    border-radius: 40px;
    background-color: #f0f2f4;
    padding: 0 40px;
    font-size: 2rem;
    outline: none;
}
select {
    height: 100px;
    line-height: 96px;
    border: 2px solid #a3aab5;
    border-radius: 40px;
    background-color: #f0f2f4;
    padding: 0 40px;
    font-size: 2rem;
    outline: none;
}
.transparent {
    background-color: transparent !important;
}
.no-break {
    word-break: normal;
}
.nowrap {
    white-space: nowrap;
}
.hidden {
    display: none;
}
.normal {
    font-weight: normal;
}
.bold {
    font-weight: bold;
}

    /* TOP TABS SECTION */
#top-tabs {
    position: fixed;
    width: 100%;
    font-size: 3rem;
    background-color: #fff;
    overflow: hidden;
}
.tab {
    box-sizing: border-box;
    float: left;
    width: 50%;
    text-align: center;
    line-height: 135px;
    border-bottom: 5px solid #fff;
    overflow: hidden;
    transition: 0.2s;
}
.active-tab {
    font-weight: bold;
    border-bottom: 5px solid #06b;
}
.inactive-tab {
    cursor: pointer;
}

    /* JOIN SECTION */
#join-section {
    font-size: 2rem;
    padding: 180px 40px;
}
.list-item {
    padding: 40px;
    background-color: #fff;
    border-radius: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    cursor: pointer;
}
.user-info {
    cursor: pointer;
}
.user-info {
    padding-bottom: 40px;
    overflow: hidden;
}
.user-photo {
    float: left;
    width: 180px;
    height: 180px;
    border-radius: 40px;
    margin-right: 40px;
}
.user-text {
    line-height: 1.25;
}
.user-name {
    font-size: 3rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-status {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-stars {
    font-size: 2rem;
    padding-top: 20px;
    cursor: pointer;
}
.user-rate {
    font-weight: bold;
    margin-right: 10px;
}
.fa-star {
    color: #080;
}
.user-reviews-nomber {
    margin-left: 10px;
}
.meeting-info {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding-bottom: 40px;
    line-height: 1.25;
    border-bottom: 2px dashed #a3aab5;
    cursor: pointer;
    overflow: hidden;
}
.meeting-name {
    font-size: 3rem;
    font-weight: bold;
}
.meeting-time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.meeting-time-slot {
    font-weight: bold;
}
.meeting-place {
    font-weight: bold;
    color: #06b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.meeting-place:hover {
    color: #048;
}
.meeting-address {
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.meeting-number-count {
    font-weight: bold;
}
.participants {
    background-color: #fff;
    line-height: 1.25;
    overflow: hidden;
}
.participants-td {
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
}
.participants-here {
    padding-left: 80px;
}
.participants-limit {
    padding-right: 80px;
}
.participants-td-numbers {
    padding-top: 35px;
    width: 20%;
    cursor: pointer;
}
.participant-number {
    font-size: 3rem;
}
.participants-here-number {
    font-weight: bold;
    color: #080;
}
.participants-td-text {
    font-size: 1rem;
}
.list-join-section {
    width: 40%;
    padding: 40px 3px 0 0;
}
.join-action {
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    border-radius: 40px;
    font-size: 2rem;
    font-weight: bold;
    transition: 0.2s;
}
.join-button {
    line-height: 80px;
    background-color: #26b;
    border: none;
    color: #fff;
    cursor: pointer;
}
.join-button:hover {
    background-color: #048;
}
.join-status-requested {
    display: none;
    line-height: 70px;
    background-color: #fff;
    border: 5px solid #a3aab5;
    color: #a3aab5;
}
.join-status-approved {
    display: none;
    line-height: 80px;
    background-color: #080;
    border: none;
    color: #fff;
}

    /* INVITE SECTION */
#invite-section {
    display: none;
    padding: 180px 40px 180px 40px;
    font-size: 2rem;
}
.invite-item {
    background-color: #fff;
    border-radius: 40px;
    padding: 40px;
    overflow: hidden;
}
.add-new-meeting-title {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 80px;
}
.invite-block {
    padding-bottom: 40px;
}
.invite-block-title {
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 40px;
}
.invite-field {
    padding-bottom: 40px;
    overflow: hidden;
}
.invite-field-name {
    padding-bottom: 10px;
}
.invite-field-input {
    box-sizing: border-box;
    width: 100%;
}
.invite-field-input-time {
    cursor: pointer;
}
.invite-field-input-60 {
    box-sizing: border-box;
    width: 60%;
}
.invite-field-input-45 {
    box-sizing: border-box;
    width: 45%;
}
.invite-submit {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    line-height: 100px;
    border: none;
    border-radius: 40px;
    margin-top: 40px;
    background-color: #080;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.invite-field-radio-set {
    line-height: 100px;
    overflow: hidden;
}
.invite-field-radio-sex-column {
    float: left;
    box-sizing: border-box;
    width: 33.333%;
}
.invite-field-radio {
    float: left;
    margin-right: 20px;
}
.invite-field-range-column {
    box-sizing: border-box;
    width: 45%;
    float: left;
    overflow: hidden;
}
.invite-field-range-column-left {
    margin-right: 10%;
}
.invite-field-range-label {
    color: #a3aab5;
}
.invite-field-range-number {
    box-sizing: border-box;
    width: 100%;
}

    /* PAGE USER */
.page {
    display: none;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #f0f2f4;
    font-size: 2rem;
}
.page-top {
    position: fixed;
    width: 100%;
    background-color: #fff;
}
.page-top-back {
    float: left;
    box-sizing: border-box;
    width: 20%;
    font-size: 3rem;
    line-height: 140px !important;
    padding: 0 40px;
    color: #26b;
    cursor: pointer;
    overflow: hidden;
}
.page-title {
    float: left;
    width: 60%;
    text-align: center;
}
.page-title-inner {
    margin: auto;
}
.page-title-user-photo-block {
    float: left;
}
.page-title-user-photo {
    margin-top: 30px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-right: 40px;
}
.page-title-user-name {
    float: left;
    font-size: 2rem;
    line-height: 140px;
    font-weight: bold;
}
.page-action {
    float: left;
    width: 20%;
}
.page-top-back:hover {
    color: #048;
}
.page-bottom {
    padding: 180px 40px 180px 40px;
}
.page-inner {
    border-radius: 40px;
    overflow: hidden;
}
.page-single {
    padding: 40px;
    background-color: #fff;
}
.user-data {
    box-sizing: border-box;
    width: 100%;
    margin-top: 40px;
    padding: 40px;
    border-top: 2px dashed #a3aab5;
    border-bottom: 2px dashed #a3aab5;
    //background-color: #f0f2f4;
    //border-radius: 40px;
    overflow: hidden;
}
.user-data-half {
    box-sizing: border-box;
    width: 50%;
    float: left;
}
.user-description {
    padding-top: 40px;
}
.social-network-links {
    padding-top: 40px;
    padding-bottom: 20px;
}
.social-network-link {
    margin-right: 40px;
    text-decoration: none;
    transition: 0.2s;
}
.social-network-link:hover {
    text-decoration: underline;
}
.user-actions {
    padding-top: 40px;
}
.user-actions-button {
    float: left;
    width: 47.5%;
    box-sizing: border-box;
    text-align: center;
    border: none;
    border-radius: 40px;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
}
.button-user-add {
    height: 80px;
    line-height: 80px;
    background-color: #26b;
    color: #fff;
    border: none;
}
.button-user-add:hover {
    background-color: #048;
}
.button-user-requested {
    display: none;
    line-height: 70px;
    background-color: #fff;
    border: 5px solid #a3aab5;
    color: #a3aab5;
}
.button-user-approved {
    display: none;
    line-height: 80px;
    background-color: #080;
    border: none;
    color: #fff;
}
.button-user-message {
    margin-right: 5%;
    height: 80px;
    line-height: 80px;
    background-color: #26b;
    color: #fff;
    border: none;
}

    /* REVIEWS */
.page-review {
    background-color: #fff;
    border-radius: 40px;
    padding: 40px;
    margin-bottom: 40px;
}
.page-review-author-info {
    font-size: 3rem;
}
.page-review-author-name, 
.page-review-author-reviews {
    cursor: pointer;
}
.page-review-author-name {
    font-weight: bold;
}
.page-stars {
    padding: 20px 0;
}
.page-stars-date {
    color: #a3aab5;
}
.meeting-photo {
    width: 100%;
    border-radius: 40px;
    margin-top: 40px;
}
.meeting-description {
    padding-top: 40px;
}

    /* PAGE PARTICIPANTS */
.page-participants-section-top {
    clear: both;
    padding-bottom: 40px;
    line-height: 4rem;
    overflow: hidden;
}
.page-participants-section-here {
    border-bottom: 2px dashed #a3aab5;
}
.page-participants-section-name {
    float: left;
    font-size: 3rem;
    font-weight: bold;
}
.page-participants-section-actions {
    float: right;
    color: #26b;
    cursor: pointer;
}
.page-participants-section-going {
    padding-top: 80px;
}
.page-participants-user-info {
    padding-bottom: 80px;
}
.user-photo-here {
    border: 5px solid #080;
}
.user-photo-going {
    border: 5px solid #fff;
}

    /* MESSAGES */
.messages-date {
    text-align: center;
    color: #a3aab5;
    margin-top: 20px;
    margin-bottom: 20px;
}
.message {
    box-sizing: border-box;
    width: 85%;
    border-radius: 40px;
    padding: 40px 40px 20px 40px;
    margin-bottom: 40px;
    color: #000;
}
.message-out {
    background-color: #e6f1ff;
    float: right;
}
.message-in {
    background-color: #f0f2f4;
    float: left;
}
.messages-user-photo-block {
    box-sizing: border-box;
    float: left;
}
.messages-user-photo {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-right: 40px;
}
.message-text {
    overflow: hidden;
}
.message-time {
    text-align: right;
    color: #a3aab5;
    font-size: 1.5rem;
}
.message-input-block {
    clear: both;
    padding: 40px 0;
    overflow: hidden;
}
.message-send-input {
    box-sizing: border-box;
    height: 80px;
    width: 75%;
    float: left;
    border-radius: 40px 0 0 40px;
    border: 2px solid #a3aab5;
    border-right: none;
    padding: 0 40px;
    font-size: 2rem;
    background-color: #f0f2f4;
    outline:none;
}
.message-send-button {
    box-sizing: border-box;
    height: 80px;
    line-height: 80px;
    width: 25%;
    float: right;
    font-weight: bold;
    color: #fff;
    border-radius: 0 40px 40px 0;
    border: none;
    border-left: none;
    background-color: #26b;
    text-align: center;
    padding-right: 40px;
    cursor: pointer;
}

    /* PAGE MESSAGES */
    
.message-tab {
    padding: 40px;
    background-color: #fff;
    border-radius: 40px;
    margin-bottom: 40px;
    cursor: pointer;
}
.message-tab-content-name {
    font-weight: bold;
}
.message-tab-content-time {
    color: #a3aab5;
    padding-left: 40px;
}

    /* PAGE FRIENDS */
.list-item-content {
    box-sizing: border-box;
    height: 80px;
    float: left;
}
.list-item-actions {
    float: right;
    padding-right: 20px;
    padding-left: 40px;
    font-size: 3rem;
    color: #26b;
}
.list-item-action {
    line-height: 80px !important;
}

    /* BOTTOM TABS */
#bottom-tabs {
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    height: 140px;
    width: 100%;
    padding: 0 40px;
    background-color: #fff;
    overflow: hidden;
}
.bottom-tab {
    box-sizing: border-box;
    width: 20%;
    float: left;
    text-align: center;
    padding: 22px 20px;
    cursor: pointer;
}
.bottom-tab-icon {
    font-size: 3rem;
    margin-bottom: 10px;
}
.bottom-tab-text {
    font-size: 1.5rem;
    color: #a3aab5;
}

    /* MEDIA */
@media screen and (max-width: 1000px) {
}