﻿/*
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    color: #692465;
*/

body {
  font-family: 'Roboto', sans-serif;
}

.body {
    border-top: 7px solid #692465;
    background-color: #f3f3f3;
    color: #692465;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
textarea,
select {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    vertical-align: top;
    margin-bottom: 5px;
}
textarea {
    min-height: 120px;
    resize: none;
}
.star-select {
    display: inline-block;
    width: 70px;
}

.star-select-side {
    background-color: white;
    padding: 9.5px 7px;
    border: 1px solid #dcdcdc;
    /* border-radius: 5px; */
    display: inline-block;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    left: -32px;
    vertical-align: top;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        text-transform: uppercase;
        line-height: 23px;
        font-weight:400;
    }

        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #ccc;
            background: #fff;
            border-radius: 99px;
        }

        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: url(../img/check-bullet.png);
            display: inline-block;
            position: absolute;
            top: 0px;
            left: 3px;
            transition: all .2s;
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }
        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}

.h1, h1 {
    font-size: 30px;
    font-weight: 900;
}

.h2, h2 {
    font-size: 20px;
    font-weight: 600;
}

.h3, h3 {
    font-size: 30px;
    font-weight: 900;
}

*:hover {
    -webkit-transition: all 125ms ease-in-out;
    -moz-transition: all 125ms ease-in-out;
    -ms-transition: all 125ms ease-in-out;
    -o-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
}

.center {
    text-align: center;
}
.right {
    text-align: right;
}

/*HEADER*/

.header {
    background-color: #692465;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    background-image: url(../img/header--bg.jpg);
    background-position: center center;
    background-size: cover;
    letter-spacing: -0.5px;
    padding-bottom: 15px;
    line-height: 25px;
}

    .header .col-md-6 {
        margin-bottom: 15px;
    }

.logo img {
    width: 90%;
    max-width: 350px;
    height: auto;
}

.sticker-white {
    background-color: white;
    color: black;
    text-transform: none;
    font-size: 14px;
    padding: 0px 10px;
    margin: 0 5px;
    border-radius: 2px;
    position: relative;
    top: -3px;
    display: inline-block;
}

.starter-template {
  padding: 40px 15px;
}

/*NAV BAR*/

nav.navbar.navbar-inverse {
    background-color: #fff;
    border-color: #ffffff;
}

.navbar-inverse .navbar-toggle {
    border-color: #4e264c;
    background-color: #692465;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #692465;
    background-color: #ffffff;
    border-bottom: 2px solid #692465;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #c183bd;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    text-transform:uppercase;
}

/*FOOTER*/

.footer .container {
    border-top: 1px solid #dcdcdc;
    background-color: #f3f3f3;
    color: #797979;
    padding-bottom: 25px;
}

.social {
    display: inline-block;
    float: right;
    margin-top: 8px;
}

.social-list {
    list-style: none;
    padding: 0;
}

.footer-header {
    color: #692465;
    font-size: 16px;
    margin: 15px 0 3px;
}
    .footer-header a {
        color: #692465 !important;
    }

    .social-list li {
        display: inline-block;
        padding: 5px 7px;
    }

    .social-list li a {
       color: #692465;
       opacity:1;
       cursor:pointer;
       font-size:18px;
    }

        .social-list li a:hover {
            opacity: 0.3;
        }

.filter-tabs {
    background-color: #692465;
    margin: 0 -15px;
    padding: 10px 15px 5px;
}
    .filter-tabs ul {
        padding: 0;
        list-style: none;
    }

    .filter-tabs ul li {
       display: inline-block;
       color: white;
       margin-right:5px;
    }
        .filter-tabs ul li a {
            color: white;
            text-decoration: none;
            opacity: 0.5;
            text-transform: uppercase;
            font-size: 13px;
            padding: 5px;
            display: inline-block;
        }
        .filter-tabs ul li a.active, .filter-tabs ul li a:hover {
            opacity: 1;
        }

.white-box {
    background-color: white;
    border-radius: 8px;
    border-bottom: 1px solid #dcdcdc;
}
.filter {
    padding: 10px 90px 10px 10px;
    background-image: url(../img/filter-icon.png);
    background-repeat: no-repeat;
    background-position: 97% 41%;
}

    .filter ul {
        padding: 0;
        list-style: none;
        margin-bottom: 0;
    }

        .filter ul li {
            display: inline-block;
            margin:10px;
        }

.filter-top.center {
    color: #797979;
    text-transform: uppercase;
    border-bottom: 1px solid #797979;
    width: 90%;
    padding: 5px 5px 10px;
    margin: 0 auto 5px auto;
}

.voyant {
    background-color: white;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    overflow: hidden;
}

    .voyant .prof-pic {
        display: inline-block;
        width: 32.99999%;
        text-align: center;
        vertical-align: top;
        min-height: 145px;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .voyant .prof-info {
        display: inline-block;
        width: 64.99999%;
        vertical-align: top;
        padding: 5px;
    }

.flag {
    float: right;
    width: 20%;
    max-width: 40px;
}

.flag img {
    width: 100%;
}

.name {
    font-size: 18px;
    color: #797979;
}
.profile-info .name {
    font-size: 25px;
}
.tag {
    background-color: #692465;
    display: inline-block;
    font-size: 11px;
    padding: 2px 5px 0;
    color: white;
    letter-spacing: -0.7px;
}
.contact {
    background-image: url(../img/phoneicon.png);
    background-color: #e2e2e2;
    text-align: center;
    padding: 5px 5px 5px 34px;
    background-repeat: no-repeat;
    background-position: 7% 48%;
    border-radius: 5px;
    font-size: 16px;
    color: #797979;
    font-weight: 100;
}
.status {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    color: #692465;
    margin-top: 5px;
    text-transform: uppercase;
}
.profile-info .status {
    text-align: left;
}

.tags {
    min-height: 40px;
    margin: 5px 0 5px;
}

.profile-info .tags {
    min-height: 20px;
}

.prof-pic a {
    background-image: url(../img/trans-bg.png);
    color: white;
    text-transform: uppercase;
    display: inline-block;
    font-size: 11px;
    padding: 4px 0px;
    position: absolute;
    bottom: 3px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.row.voyants {
    padding-left: 10px;
    padding-right: 10px;
}

.voyants .col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.conected {
    color: #55a818;
    text-transform: uppercase;
}

.offline {
    color: #e30010;
    text-transform: uppercase;
}

.table > thead > tr > th {
    text-align: center;
}
th {
    text-align: center;
}

.white-box.table-box {
    padding: 10px 15px;
}

.table-box table tr:nth-child(2n+1) {
    background-color: #f1f1f1;
}

.table-box table thead tr{
    background-color: white !important;
}

    .table-box table thead tr th:first-child {
        border: none !important;
    }

.table-box table td, .table-box .table > thead > tr > th {
    border-left: 1px solid #d1d1d1;
    border-top: none !important;
    text-transform: uppercase;
}

.table-box .table > thead > tr > th {
    border-bottom: none;
}

table-box .table > tbody > tr > td, .table > tbody > tr > th,
table-box .table > tfoot > tr > td, .table > tfoot > tr > th,
table-box .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
}

.header-text {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 900;
}

.btn-basic {
    display: inline-block;
    background-color: #692465;
    padding: 12px 20px;
    color: white;
    text-decoration: none !IMPORTANT;
    text-transform: uppercase;
    margin: 20px 0 0;
}

    .btn-basic i {
        margin-right:5px;
    }

.btn-basic:hover {
    color: white !important;
    background-color: #53154f;
}
.pofile {
    font-size: 12px;
}

.profile-pic {
    height: 155px;
    background: center;
    width: 130px;
    margin: 0 auto 20px auto;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    position:relative;
    background-size : cover;
}

.priofile-flag {
    padding: 12px 10px;
    background-color: white;
    border: 1px solid #dcdcdc;
    position: absolute;
    right: -15px;
    bottom: -15px;
    border-radius: 99px;
    width: 45px;
    height: 45px;
    text-align: center;
}
    .priofile-flag img {
        width:100%;
        height: auto;
    }
.rating.center {
    font-size: 22px;
}
    .rating.center span {
        margin:0 -2px;
    }
.green {
    color: #c0c700;
}
.code {
    font-size: 18px;
    font-weight: 900;
}

.sep-v {
    display: block;
    background-color: #692465;
    height: 100%;
    width: 1px;
    min-height: 170px;
}
.sep-h {
    display: block;
    background-color: #692465;
    height: 1px;
    width: 100%;
    margin: 25px 0;
}

.sticker-blue {
    background-color: #7e2465;
    color: white;
    font-size: 16px;
    padding: 10px 5px 10px 55px;
    border-radius: 5px;
    background-image: url(../img/phone-icon-large.png);
    background-repeat: no-repeat;
    background-position: 9px 7px;
}

    .sticker-blue div {
        display: inline-block;
        width: 48.9999999999%;
        vertical-align: top;
        text-align: center;
    }
        .sticker-blue div i {
            margin-left:5px;
        }
        .sticker-blue div:first-of-type {
            font-weight: 900;
        }
        .sticker-blue div span {
            display:block;
            text-align:center;
            font-size:14px;
        }

.disponibilites th {
    text-align: center;
    font-size: 12px;
    border-bottom: 0 !important;
    border-left: 1px solid #ddd;
    padding: 8px 0px !important;
}
    .disponibilites th:first-child {
        border: none !important;
    }

    .disponibilites th span {
        display: block;
        margin: -5px 0;
    }

.disponibilites tr:nth-child(2n+1) {
    background-color: #f1f1f1;
}
.disponibilites thead tr {
    background-color:white !important;
}

.disponibilites td {
    padding: 5px 1px !important;
    text-align: center;
    border-top: none !important;
    border-left: 1px solid #ddd;
}
    .disponibilites td span {
        background-color: #b4b4b4;
        width: 21%;
        float: left;
        height: 22px;
        margin-left: 1px;
    }
.audiotel {
    background-color: #43d526 !important;
}
.cb {
    background-color: #d65f9b !important;
}

.info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: 10px;
}
    .info span {
        width: 20px;
        height: 20px;
        display: inline-block;
        background-color: #b4b4b4;
        border-radius: 999px;
        position: relative;
        top: 5px;
        margin: 0 5px;
    }

.comment-cont .user {
    display: inline-block;
    background: #692465;
    width: 35px;
    height: 35px;
    border-radius: 999px;
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 5px 0;
}
.comment-cont .comment {
    float: right;
    width: 93%;
}

.comment-cont .comment-text {
    background: white;
    border: 1px solid #dcdcdc;
    padding: 10px 15px;
    font-size: 14px;
    color: #797979;
    margin-top:5px;
    position:relative
}
    .comment-cont .comment-text::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 20px 0;
        border-color: transparent #ffffff transparent transparent;
        position: absolute;
        left: -19px;
        top: 0;
        z-index: 99;
    }
    .comment-cont .comment-text::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 20px 0;
        border-color: transparent #dcdcdc transparent transparent;
        position: absolute;
        left: -21px;
        top: -1px;
    }
.comment-cont .c-stars {
    color: #c4cb00;
    margin: 0 5px;
}

audio {
    margin-left : -25px;
}
