/* CSS used here will be applied after bootstrap.css */

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/proximanova-regular-webfont.eot'); /* IE9 Compat Modalitys */
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/proximanova-regular-webfont.woff2') format('woff2'), /* Super Modalityrn Browsers */
      url('../fonts/proximanova-regular-webfont.woff') format('woff'), /* Pretty Modalityrn Browsers */
      url('../fonts/proximanova-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
      url('../fonts/proximanova-regular-webfont.svg#proximanova-regular-webfont') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaSemiBold';
    src: url("/fonts/proximanova-semibold-webfont.eot");
    src: url("/fonts/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("/fonts/proximanova-semibold-webfont.woff") format("woff"), url("/fonts/proximanova-semibold-webfont.ttf") format("truetype"), url("/fonts/proximanova-semibold-webfont.svg#sanchezregular") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'ProximaNovaBold';
    src: url("/fonts/proximanova-bold-webfont.eot");
    src: url("/fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/proximanova-bold-webfont.woff2") format("woff2"), url("/fonts/proximanova-bold-webfont.woff") format("woff"), url("/fonts/proximanova-bold-webfont.ttf") format("truetype"), url("/fonts/proximanova-bold-webfont.svg#sanchezitalic") format("svg");
    font-weight: normal;
    font-style: normal
}
body {
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-size: 62.5%;
    font-family: "ProximaNovaRegular";
    font-weight: normal !important;
}
h1, h2, h3, h4, h6, .new h5 {
    font-family: "ProximaNovaSemiBold"
}
h5 {
    font-family: "ProximaNovaRegular";
}

label {
    max-width: 100%;
    font-weight: normal !important;
}

.navbar {
    min-height: 40px;
    padding: 0px 0;
}
.dnz-header {
    background-image: url("../../img/danceup.png");
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 35px;
    min-width: 120px;
    display: inline-block;
}

/*
.dnz-inbox-page-header nav {

    background-color: white;
    margin-bottom: 0;
    border: none;

}
*/

.dnz-inbox-header-tag {
    background-color: white;
    color: #4e4d4d;
    font-size: 110%;
    letter-spacing: 1px;
}

.dnz-inbox-header-tag .navbar-collapse {
    height: 1px;
    color: #ea394b;
}

.dnz-inbox-page-header .nav {
    padding-bottom: 1px;
}

#dnz-inbox-send-msg {
    float: right;
    margin-right: 65px;
    cursor: pointer;
    padding: 10px 30px;
}
.dnz-inbox-page .nav-pills > li + li {
     margin-left: 0;
}
.dnz-inbox-page-header {
    border-bottom: 1px solid #e8e8e8;
}

.dnz-inbox-border-top {
    margin-top: 1em;
    border-top: 1px solid #e8e8e8;
}

.dnz-msg-body {
    width: 100%;
    padding: .5em;
    display: inline-block;
}

.dnz-msg-avatar {
    width: 42px;
    height: 42px;
}

.avatar-user, .avatar-business {
    background-image: url("/images/default-profile.png");
    float: left;
}

.avatar-user, .avatar-business {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dnz-profile-avatar {
    width: 57px;
    height: 57px;
}

.col-30-left .avatar-user {
    float: none;
    margin: auto;
}

.dnz-inbox-person-name {
    font-family: "ProximaNovaRegular";
    margin: 0;
    padding: 0;
}
.dnz-inbox-time-remaining .glyphicon {
    vertical-align: top;
}

.dnz-inbox-time-remaining p {
    font-size: 0.65em;
    color: #000;
    margin-bottom: 2px;
}

.dnz-inbox-time-remaining span {
    font-family: "ProximaNovaRegular";
    font-size: small;
    vertical-align: text-top;
    padding-left: 5px;
}

.avatar-business {
    background-image: url("http://www.danza.com/im/media/YTo0OntzOjE6ImgiO2k6MzAwO3M6MToidyI7aTozMDA7czoxOiJ0IjtpOjIwMDtzOjI6ImlkIjtpOjU1OTt9");
}

.dnz-msg-body .avatar-business {
    float: right;
}

.user-inbox {
    min-height: 77px;
}

.user-inbox .avatar-business {
    float:left;
    display: inline-block;
    margin-right: 10px;
}

.dnz-business-card {
    padding-right: 0;
}

.dnz-business-card .avatar-business {
    width: 90px;
    height: 90px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dnz-business-card h4 {
    margin-top: 0;
}

.dnz-inbox-body-msg textarea {
    margin: 0 0 .5em;
    width: 100%;
    height: 150px;
    border: 1px solid #c3c3c3;
    padding: 15px;
    background-color: #fff;
    box-sizing: border-box;
    resize: none;
    border-radius: 5px;
}

.dnz-inbox-body-msg textarea::-webkit-input-placeholder
{
    font-size: 1.6rem;
    color: #777;
}
.dnz-inbox-body-msg textarea::-moz-placeholder
{
    font-size: 1.6rem;
    color: #777;
}
.dnz-inbox-body-msg textarea:-ms-input-placeholder
{
    font-size: 1.6rem;
    color: #777;
}
.dnz-inbox-body-msg textarea:-moz-placeholder
{
    font-size: 1.6rem;
    color: #555;
}
.dnz-inbox-page .btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
#dnz-inbox-send-msg {
    margin-right: 0;
    background-color: #49A0F8;
    border-color:#49A0F8;
}
#dnz-inbox-send-msg:hover {
    background-color: #1A88F7;
    border-color: #1A88F7;
}

.dnz-inbox-icon {
    width: 38px;
    height: 38px;
    background-color: white;
    bottom: 20px;
    position: absolute;
    text-align: center;
    margin-left: calc((100% / 2) - 19px);
    cursor: pointer;
    box-shadow: 0 0 6px #777;
    padding: 3px;
}

.pre-button-close {
    margin-bottom: 40px;
}

.dnz-inbox-icon > span {
    text-align: center;
    vertical-align: -webkit-baseline-middle;
    color: red;
}

.dnz-inbox-msg-name > small {
    margin-right: 0;
    margin-left: auto;
    display: block;
    text-align: right;
}

.container {
    position: relative;
}
.col-30-left {
    text-align: left;
    background-color: #ffffff;
    float: left;
    width: calc(30% - 1px);
    min-height: calc(100vh - 60px);
    height: auto;
    overflow: auto;
}
.col-50-right {
    text-align: left;
    width: calc(70% - 1px);
    border-left: 1px solid #e8e8e8;
    height: auto;
    min-height: calc(100vh - 60px);
    float: right;
    overflow: auto;
}

.col-50-right > .dnz-inbox-body-msg {
    width: calc(80% - 1px);
    margin: 0 auto 50px;
    max-width: 630px;
}


.dnz-status-list {
    margin-top: 5px;
    min-height: 20px;
}

.dnz-status-list > li {
    border-left: 1px solid #e8e8e8;
    color: #ea394b;
    font-size: 1.4em;
}

.list-group-item-text {
    color: #000;
}

.text-lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;     /* fallback */
   max-height: 32px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.page-content .container {
    margin-left: 0;
    padding: 0;
}

.dnz-inbox-page-title {
  text-align: center;
}

.dnz-inbox-business-address {
    float: left;
}

.center {
  text-align: center;
}


.b-0 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.dnz-inbox-secundary-text {
    font-size: smaller;
    font-weight: normal;
    line-height: 1;
    color: #777;
}

.col-30-left .dnz-inbox-secundary-text {
    padding: 20px;
    display: block;
    text-align: center;
}

.xxl {
    font-size: 150%;
}

.xl {
    font-size: 120%;
}

.lg {
    font-size: 110%;
}

.md {
    font-size: 100%;
}

.xs {
    font-size: 95%;
}

.list-group-item {
    padding-left: 10px;
    border: none;
    border-top: 1px solid #e8e8e8;
    cursor: pointer;
}
.list-group-item:first-child {
    border-top-width: 0;
}
.dnz-inbox-list .list-group-item {
    padding-bottom: 15px;
}

.bubble{
    border-radius: 8px;
    display: inline-block;
    padding: 20px 18px 10px;
    position: relative;
    vertical-align: top;
    width: calc(100% - 65px);
    font-size: 1.6rem;
}

.bubble::before {
    content: "\00a0";
    display: block;
    height: 10px;
    position: absolute;
    top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  14px;
}

.me {
    background-color: #ffffff;
    margin: 5px 0px;
}

.me::after {
    background-color: #ffffff;
    right: -5px;
}

.you {
    background-color: #F2F2F2;
    margin-top: 5px;
    margin-bottom: 5px;
}

.you::before {
    background-color: #F2F2F2;
    right: -7px;
}


/* inbox list */
.dnz-inbox-list {
    width: calc(50% - 7px);
    margin: auto;
    margin-top: 10vh;
}

.dnz-inbox-list .panel-heading {
    font-family: "ProximaNovaSemiBold";
}

.dnz-inbox-list .list-group-item-heading {
    color: #ea394b;
    display: inline-block;
    font-family: "ProximaNovaRegular";
    margin-bottom: 10px;

}

.dnz-inbox-list .new .list-group-item-heading {
    font-family: "ProximaNovaBold";

}

.dnz-inbox-list .new button {
    float: right;
}

.list-group-item-heading > small {
    font-family: "ProximaNovaRegular";
    margin-left: 10px;
}

.dnz-inbox-list .list-group-item-text {
    color: #000;
    max-width: calc(100% - 30px);
    display: inline-block;
}

.dnz-inbox-list .new .list-group-item-text {
    color: #000;
    font-family: "ProximaNovaBold";
}

.dnz-inbox-alert-tag {
    float: right;
    color: #ea394b;
    font-size: 95%;
}

.dnz-inbox-list .new .dnz-inbox-alert-tag {
    background-color: #ea394b;
    color: white;
    padding: 1px 5px;
    font-family: "ProximaNovaSemiBold";
    border-radius: 4px;
}

.dnz-inbox-list .feed-back > .dnz-inbox-alert-tag {
    bottom: 12px;
    position: absolute;
    right: 20px;
}

.dnz-inbox-list .viewed .dnz-inbox-alert-tag {
    background-image: url("/images/viewed.png");
    width: 40px;
    height: 25px;
    background-size: 50%;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
}

.dnz-inbox-list .delivered .dnz-inbox-alert-tag {
    background-image: url("/images/sent.png");
    width: 40px;
    height: 25px;
    background-size: 50%;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
}

.dnz-inbox-list .closed {
    opacity: 0.75;
}

.dnz-inbox-list .closed > .dnz-inbox-alert-tag {
    color: #000;
    opacity: 1;
}

.dnz-inbox-list .panel-footer {
    font-size: small;
    width: 100%;
    text-align: right;
}

.circle-shape {
    border-radius: 50%;
    width: .5em;
    height: .5em;
    background-color: green;
    display: inline-block;
}

.user-inbox .circle-shape {
    margin-right: 3px;
}

.dnz-inbox-request-preview {
    padding: 10px 40px;
}

.dnz-inbox-request-preview span {
    color:#000;
}

.dnz-inbox-request-preview > p:not(span) {
    color: #777;
    font-size: smaller;
}

.dnz-inbox-business-image-large {
    background-color:#000;
    position:relative;
    margin-bottom: 15px;
}

.dnz-inbox-business-image-large > div {
    position: absolute;
    bottom: 0;
    height: 25%;
    background-color: rgba(0,0,0,0.7);
    opacity: 1;
    color: #ffd;
    font-size: 1.2em;
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 10px;
    padding: 3px 0 0 0;
}

.dnz-inbox-business-image-large label {
    margin-bottom: 2px;
    display: block;
}

.dnz-inbox-business-image-large span {
    font-family: "ProximaNovaRegular";
    font-size: smaller;
    vertical-align: bottom;
    padding-left: 5px;
}

.dnz-inbox-page .list-group {
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8e8;
}

.user-inbox .list-group-item-heading {
    color: #ea394b;
}

.list-group > .new{
    font-family: "ProximaNovaBold";
}

.dnz-inbox-back {
    position: relative;
    float: left;
    left: 15px;
    top: 3px;
    font-size: 1.2em;
}

.dnz-inbox-back > span {
    margin-top: 50%;
}
.dance_up-user-data-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
#container-proposal {
    padding-left: 0;
    padding-right: 0;
}
.dance-up-bubble-msg-person {
    background-color: #f6208f;
    color: #fff;
}
.dance-up-bubble-msg-person::before {
    background-color: #f6208f;
}
.dance-up-bubble-msg-person .dnz-inbox-msg-name > small {
    color: #fff;
}
.dance-up-bubble-msg-person a {
    color: #fff;
    text-decoration: underline;
}
.me-message-business, .me-message-person {
    float: left;
}
.me-message-business .dnz-msg-avatar, .me-message-person .dnz-msg-avatar {
    float: right;
}
.you-message-business .bubble, .you-message-person .bubble{
    float: right;
    margin-left: 10px;
}
.you-message-business .dnz-msg-avatar, .you-message-person .dnz-msg-avatar {
    float: left;
}
.me-message-person .bubble::before, .me-message-business .bubble::before {
    right: -7px;
}
.you-message-person .bubble::before,  .you-message-business .bubble::before {
    left: -7px;
    content: "";
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.dance_up form li {
    list-style-type: none;
    color: #000;
    font-size: 1.6rem;
    vertical-align: middle;
    padding: 0 20px;
}

.dance_up form li:not(:nth-child(1)) {
    border-top: 1px solid #eee;
}

.dance_up input[type="checkbox"], .dance_up input[type="radio"] {
    display: none;
}

.dance_up form .age-list li label, .dance_up form .level-list li label {
    padding: 15px 0 10px 30px;
    background-image: url(../img/checkbox.png);
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.dance_up .service-list li.on label,
.dance_up .level-list li.on label,
.dance_up .age-list li.on label {
    background-image: url('../img/checkbox-on.png');
}

.dance_up label {
    cursor: pointer;
}

.bs-square {
    position: relative;
    padding: 5px 15px 5px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}

.dance_up .page .buttons .go {
    color: #fff;
    background-color: #f6208f;
    float: right;
    padding: 10px 16px;
    font-size: 2rem;
    border-radius: 5px;
    margin: 30px 0px;
}


.dance_up .v-align {
    position: absolute !important;
    top: 50% !important;
    right: 5px;
    transform: translate(-50%, -50%);
}

.disabled .list-group-item-text {
    color: #777;
}

.dance_up .sub {
    color: #777;
    padding-left: 15px;
}

.dance_up .super {
    padding-bottom: 15px;
}

#edit-service .candlestick-wrapper {
    vertical-align: middle;
    float: right;
}

.candlestick-bg.grab.default {
    background-color: #337ab7;
}

#provider-whatsapp {
    display: inline-block;
    font-size: 1.6rem;
}

.first-class-offer-table {
    color: #555;
    margin-bottom: 0;
    border: 1px solid #ddd;
    background-color: #fff;
}

.first-class-offer-table>thead>tr>th {
    border-bottom: 0 !important;
}

.first-class-offer-header {
    padding: 8px 8px 5px 8px;
    font-size: 1.5rem;
}

.first-class-offer-header > span {
    padding: 0 4px;
}

.first-class-offer-header-title {
    font-weight: normal;
    color: #555;
}

.first-class-offer-table tbody tr th {
    padding-bottom: 0;
}

.first-class-offer-table .radio {
    margin: 5px;
}

.first-class-offer-table .radio input {
    font-size: 1.4em;
}

.first-class-offer-table .radio label {
    display: flex;
    padding-left: 0;
}

.layer-item, .layer-item:last-child {
    width: 100%;
    border-width: 0;
}


.layer-item input[type="radio"] {
    display: none;
}

.layer-item {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 1.6rem;
    border-width: 1px 0 0 0;
    border-color: #ddd;
    border-style: solid;
    cursor: pointer;
}


.layer-item input[type="checkbox"]:checked+label .checkbox-sprite, .layer-item input[type="radio"]:checked+label .radio-sprite {
    background-position: right center;
}

.layer-item .radio-sprite {
    background-image: url(/images/radio-sprite.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.layer-item input[type="checkbox"]:checked+label, .layer-item input[type="radio"]:checked+label {
    color: #ff0000;
}

.layer-item .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}


.first-class-offer-table .radio .text-offer {
    padding-right: 5px;
    width: 100%;
    float: right;
}


.first-class-offer-table .title {
    font-size: 1.7rem;
    font-family: "ProximaNovaSemiBold";
    display: block;
    padding-bottom: 4px;
    margin-bottom:0px;
}

.first-class-offer-table .detail {
    font-size: 1.4rem;
    color: #000;
    margin-bottom: 0px;
}

.first-class-offer-table .cost {
    display: inline-block;
    float: right;
    font-size: 2rem;
    font-family:ProximaNovaSemiBold;
    margin-bottom:5px;
}

.first-class-offer-table .regular {

    font-size: 1.5rem;
    text-align: right;
    display:block;
    float:right;
    margin-top:5px;
}

.first-class-offer-table .percent {
    color: red;
}

.line-through {
    text-decoration: line-through;
    color: #777;
}

.offer-button-container {
    background-color: #f5f5f5;
    padding: 15px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #DDDDDD;
}

.cols {
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    column-count: 3;
    column-gap: 0px;
}

.cols li {
    border-top: 0 !important;
    font-size: 1.4rem !important;
}

.cols2 {
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count: 2;
    column-gap: 0px;
}

.cols2 li {
    border-top: 0 !important;
    font-size: 1.4rem !important;
}

.session-logout {
    float: right;
    padding: 0;
    font-size: 1.1em;
}

span.session-action-logout {
    color: #000;
    padding-right: 5px;
}


@media (min-width: 768px){
    .edit_profile .form-control_inline {
        float: left;
        width: 66.66666667%;
    }
}

@media (min-width: 768px) {
    .bs-square {
        margin-right: 0;
        margin-left: 0;
        background-color: #fff;
        border-color: #ddd;
        border-width: 1px;
        border-radius: 4px 4px 4px 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 992px) {
    .provider-admin-table-wrapper {
        position: absolute;
        top: 95px;
        left: 1%;
        right: auto;
        padding-left: 0;
    }
}
@media (max-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        /* width: 100%; */
    }

}

@media (max-width: 768px) {
    .col-30-left, .col-50-right {
        width: 100%;
        height: 100%;
        overflow: visible;
        border-width: 0;
    }

    .dnz-inbox-list {
        width: 100%;
        margin: auto;
    }

    .col-50-right > .dnz-inbox-body-msg {
        width: 100%;
    }

    h4 { font-size: 18px;}

    .dnz-header {
        display: block;
        background-position: center;
    }

    .dnz-msg-avatar {
        max-width: 32px;
        max-height: 32px;
    }

    .bubble {
        width: calc(100% - 55px);
    }

    .dnz-inbox-page textarea {
        width: 100%;
    }

    .dnz-inbox-body-msg {
        padding-left: 10px;
        padding-right: 10px;
    }
    .dnz-inbox-body-msg textarea::-webkit-input-placeholder
    {
        font-size: 1.4rem;
    }
    .dnz-inbox-body-msg textarea::-moz-placeholder
    {
        font-size: 1.4rem;
    }
    .dnz-inbox-body-msg textarea:-ms-input-placeholder
    {
        font-size: 1.4rem;
    }
    .dnz-inbox-body-msg textarea:-moz-placeholder
    {
        font-size: 1.4rem;
    }
}
