﻿html {
    font-family: 'Montserrat', sans-serif;
}
body{
    overflow:scroll;
}

/*input custom param object código defs validação*/
.InputCustom {
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
}

.tituloL4b {
    font-size: 20px;
    color: #48B6AF;
    margin: 7px 0;
}

.infoL4b {
    color: #9DA1A8;
    font-size: 12px;
    max-width: 300px;
    margin: 10px auto 0;
}

.marcacaoRow {
    /*min-height: 80vh;*/
    /*padding: 0;*/
    margin: 0;
    max-width: inherit;
}

.marcacao {
    z-index: 0;
    /*max-height: 85vh;*/
    min-height: 75vh;
    padding: 0;
    justify-content: space-between;
    border-radius: 20px;
    background: transparent;
    /*overflow:hidden !important;*/
}
.full-height{
    height:100% !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cf:before, .cf:after {
    content: ' ';
    display: table;
}

.cf:after {
    clear: both;
}

.inner {
    /*max-width: 820px;
  margin: 0 auto;*/
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #00AFB4 !important;
    color: white;
}

.breadcrumbs {
    background-color: #f5f5f5;
    border: 1px solid #05B0B5;
    border-radius: 20px;
}

    .breadcrumbs ul {
        height: 50px;
    }

    .breadcrumbs li {
        float: left;
        width: calc(20% - 14px);
        height: 50px;
        position: relative;
        margin-right: 7px;
        margin-left: 7px;
    }
    .breadcrumbs .firstTab {
        float: left;
        width: calc(20% - 7px);
        height: 50px;
        position: relative;
        margin-right: 7px;
        margin-left: 0;
    }
    .breadcrumbs .lastTab {
        float: left;
        width: calc(20% - 7px);
        height: 50px;
        position: relative;
        margin-right: 0;
        margin-left: 7px;
    }

        .breadcrumbs li i {
            position: absolute;
            right: -12px;
            top: 10px;
            font-size: 26px;
            color: #00AFB4;
        }

    .breadcrumbs a {
        position: relative;
        display: block;
        padding: 12.5px;
        padding-right: 0 !important;
        padding-left: 0 !important;
        /* important overrides media queries */
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        color: #aaa;
        cursor: pointer;
    }

        .breadcrumbs a:hover {
            background: rgb(0,175,180) !important;
            background: linear-gradient(rgba(0,175,180,1) 0%, rgba(0,88,90,1) 100%) !important;
            color: white !important;
            font-size: 15px;
        }
        .breadcrumbs .firstTab .active {
            border-radius: 20px 0 0 20px;
        }
        .breadcrumbs .firstTab a:hover{
            border-radius: 20px 0 0 20px;
        }

    .breadcrumbs .lastTab .active {
        border-radius: 0 20px 20px 0;
    }
    .breadcrumbs .lastTab a:hover {
        border-radius: 0 20px 20px 0;
    }

    .breadcrumbs a.active {
        color: white;
        background: rgb(0,175,180) !important;
        background: linear-gradient(rgba(0,175,180,1) 0%, rgba(0,88,90,1) 100%) !important;
    }

        .breadcrumbs a span:first-child {
            display: inline-block;
            width: 25px;
            height: 25px;
            padding: 5px;
            margin-right: -1px;
        }

        .breadcrumbs a.active span {
            color: #fff;
            font-size:15px
        }

        .breadcrumbs a:before,
        .breadcrumbs a:after {
            /*content: '';*/
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 1;
            display: block;
            width: 0;
            height: 0;
            border-top: 32px solid transparent;
            border-bottom: 32px solid transparent;
            border-left: 16px solid transparent;
        }

        .breadcrumbs a:before {
            margin-left: 1px;
            border-left-color: #d5d5d5;
        }

        .breadcrumbs a:after {
            border-left-color: #f5f5f5;
        }

        .breadcrumbs a:hover:after {
            border-left-color: #eee;
        }

        .breadcrumbs a.active:after {
            border-left-color: #fafafa;
        }

    .breadcrumbs li:last-child a:before,
    .breadcrumbs li:last-child a:after {
        display: none;
    }


/*CUSTOM TOOLTIP*/

.customTooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .customTooltip .customTooltipText {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .customTooltip:hover .customTooltipText {
        visibility: visible;
    }


.contentDetalhesMarcacoes {
    height: 75vh;
    overflow: -moz-hidden-unscrollable scroll;
}
/*  CSS PARA O LOADING  */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.6 !important;
    background: url(/Areas/Wizard/Plugins/loading.gif) center no-repeat #fff;
}

#divServicosId .linhaServicoWizard label {
    height: max-content;
}

#third #listaFuncs {
    padding-left: 20%;
    padding-right: 20%;
    height: 65vh;
    overflow-y: scroll;
}

/*Calendario*/

.Highlighted {
    background: #47B7AF !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12pt;
    width: 100%;
    height: 100%;
    padding: .5em .5em;
}

.Highlighted span{
    position:absolute;
    right:5px;
    bottom:5px;
}

.disabledDay {
    /* adding some CSS to match the normal days styling */
    display: block;
    overflow: hidden;
    min-height: 22px;
    line-height: 22px;
    padding: 0 .45em 0 .1em;
    cursor: default;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.disabledDay span {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.datepicker table tr td {
    border: 3px solid white !important;
    /*border-radius: 40% !important;*/
}

.datepicker table tr td.disabled {
    color: white !important;
}

#datetimepicker,
#datetimepicker .k-calendar-view,
#datetimepicker .k-content {
    width: 100% !important;
    height:96% !important;
}

#datetimepicker_cell_selected .Highlighted {
    background: #188c5f !important;
}
/* Template Days */
.k-link {
    margin: 0pt auto;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    position: relative;
}

#datetimepicker {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    width: 40vh;
    height: 30vh;
}

table, th, td {
    border: 1px solid lightgray !important;
}

.datepicker-inline {
    width: 40vh;
}

.datepicker .table-condensed {
    background: transparent;
    width: 40vh;
    height: 30vh;
}

    .datepicker .table-condensed td {
        color: white;
    }

#divDatePicker {
    overflow-y: scroll;
    position: relative;
    height: 50vh;
}

.k-calendar .k-calendar-view {
    width: 30em !important;
    height: 30em !important;
}

.k-calendar th{
    height:32px;
}

.k-calendar .k-month td{
    position:relative;
}

#sugestoes {
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translatex(-50%);
    -moz-transform: translatex(-50%);*/
    width: 100%;
    /*height: 36vh;*/
    bottom: 0;
}

.imagemSalao {
    width: 150px;
    height: 100%;
    margin: auto;
    position: relative;
}

    .imagemSalao img {
        object-fit: cover;
        height: 150px;
        width: 150px;
        border-radius: 150px;
        border: 3px solid #48B6AF;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

.header {
    color: #565656 !important;
}

#brands img {
    max-width: 125px;
    max-height: 125px;
    /*border-radius: 40px;*/
}
.border-select {
    border: 3px solid #00AFB4 !important;
}
#brands span {
    max-width: 125px;
    max-height: 125px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    color: #666;
}

.input-icon {
    position: relative;
    height: 38px;
}

.green {
    color: #FFF;
    background: rgb(0,175,180) !important;
    background: linear-gradient(rgba(0,175,180,1) 0%, rgba(0,88,90,1) 100%) !important;
}

    .green:hover {
        color: #FFF;
        background-color: #575758;
        border-color: #575758;
    }
.btnLogin {
    width: 100%;
    position: relative;
    height: 60px;
}
.text-normal {
    color: #9e97aa;
}
.margin-top-10{
    margin-top:10px !important;
}
#btnLogin, #btnRegister, #btnForgot, #btnCode {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 30px;
    border-radius: 40px;
}
.intl-tel-input{
    width:100% !important;
}
.white {
    color: white
}

button:focus {
    outline: 5px auto #00AFB4;
}

#modalOrientation {
    width: 100vw;
    height: 100vh;
    z-index: 999;
    position:fixed;
    top:0;
    left:0;
}
    #modalOrientation p {
        position: absolute;
        //left: 50%;
        top: 50%;
        /*transform: translate(-50%);
        -moz-transform: translate(-50%);*/
        width: 100%;
        color:white;
        text-align:center;
    }
/*      TABS        */
#second, #third, #fourth, #fifth {
    display: none;
    height: 84vh;
}
#first .slimScrollDiv{
    height:50vh !important;
}
.list-group-item-action:focus {
    background: #00AFB4;
    color: white;
}


#fifth .tituloL4b{
    text-align:left;
}

#fifth .InputCustom {
    max-width: initial;
    margin: 0;
}

@media(hover:none) and (max-width:920px) {
    .list-group-item-action:hover {
        background: #00AFB4;
        color: white;
    }
}

#listaFuncs .form-control{
    margin-top:10px;
}
.btnSrvProx a {
    position: absolute;
    top: 7px;
    right: 30px;
}
    .btnSrvProx a span {
        font-size: 29px;
        margin-right: 17px;
    }
    .btnSrvProx a i {
        font-size: 50px;
        top: 4px;
        right: 5px;
        position: absolute;
    }
.btnSrvRetr a {
    position: absolute;
    top: 7px;
    left: 30px;
}

    .btnSrvRetr a span {
        font-size: 29px;
        margin-left: 17px;
    }

    .btnSrvRetr a i {
        font-size: 50px;
        top: 4px;
        left: 5px;
        position: absolute;
    }
    @media(max-width:700px){
        .btnSrvProx a span {
            font-size: 15px;
            margin-right: 9px;
        }

        .btnSrvProx a i {
            font-size: 25px;
            top: 6px;
            right: 5px;
        }
        .btnSrvRetr a span {
            font-size: 15px;
            margin-left: 9px;
        }

        .btnSrvRetr a i {
            font-size: 25px;
            top: 6px;
            left: 5px;
        }
    }
.btn-success {
    color: #fff;
    background-color: #00AFB4;
    border-color: #00AFB4;
}
    .btn-success:hover, .btn-success:active, .btn-success:focus {
        color: #00AFB4;
        background-color: #fff;
        border-color: #00AFB4;
    }
#listaPeriodos, #listaHoras {
    padding-top: 4rem !important;
}
#servicosHeader p {
    color: #00AFB4;
    font-size: 23px;
    padding-top: 20px;
    margin: 0;
}
@supports (-webkit-overflow-scrolling: touch) {
    #second .tab-content {
        margin-top:3.5rem !important;
    }
}

@media(max-width:700px) {
    #servicosHeader p {
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 13px;
    }
    hr {
        border-top: 1px solid #00AFB4 !important;
    }
}
@media (min-width: 700px) and (min-height:1000px) {
        #sugestoes {
        width: 100%;
    }
}

@media (max-width: 420px) and (max-height:820px) {
    #brands img {
        max-width: 80px;
        max-height: 80px;
        border-radius: 30px;
    }

    .mt-5 {
        margin-top: 0 !important;
    }

    .loginLeftPanel {
        display: none;
    }

    #listaPeriodos {
        padding: 3rem !important;
    }

    .marcacao {
        display: block;
        overflow: auto;
    }

    #datetimepicker {
        width: 35vh;
        height: 35vh;
    }

    .datepicker-inline {
        width: 35vh;
    }

    .datepicker .table-condensed {
        width: 35vh;
        height: 35vh;
    }

    #divDatePicker {
        height: 35vh;
    }

    #sugestoes {
        bottom: -20px;
    }
}

@media (max-width: 420px) and (max-height:680px) {
    #brands img {
        max-width: 90px;
        max-height: 90px;
    }

    .mt-5 {
        margin-top: 0 !important;
    }

    #listaHoras {
        padding-top: 0 !important;
    }

    .green {
        display: block;
        width: 100%;
    }

    #datetimepicker {
        width: 50vh;
        height: 50vh;
    }

    .list-group-item {
        border-radius: .25rem;
        border: 1px solid #9E97AA;
    }

    .datepicker-inline {
        width: 50vh;
    }

    .datepicker .table-condensed {
        width: 50vh;
        height: 50vh;
    }

    #divDatePicker {
        height: 50vh;
    }

    .list-group-item {
        /*bottom:-20px;*/
        padding: 10px 30px;
    }
}

@media (max-width: 370px) and (max-height:650px) {
    .mt-5 {
        margin-top: 0 !important;
    }

    #datetimepicker {
        width: 50vh;
        height: 50vh;
    }

    .datepicker-inline {
        width: 50vh;
    }

    .datepicker .table-condensed {
        width: 50vh;
        height: 50vh;
    }

    #divDatePicker {
        height: 50vh;
    }

    #listaHoras {
        padding-top: 0 !important;
    }
}

@media (max-width: 370px) and (max-height:600px) {
    #brands img {
        max-width: 70px;
        max-height: 70px;
    }

    .mt-5 {
        margin-top: 0 !important;
    }

    #datetimepicker {
        width: 50vh;
        height: 50vh;
    }

    .datepicker-inline {
        width: 50vh;
    }

    .datepicker .table-condensed {
        width: 50vh;
        height: 50vh;
    }

    #divDatePicker {
        height: 50vh;
    }

    #listaHoras {
        padding-top: 0 !important;
    }
}

@media (max-width: 330px) and (max-height:500px) {
    #brands img {
        max-width: 70px;
        max-height: 70px;
    }

    .mt-5 {
        margin-top: 0 !important;
    }

    #datetimepicker {
        width: 50vh;
        height: 50vh;
    }

    .datepicker-inline {
        width: 50vh;
    }

    .datepicker .table-condensed {
        width: 50vh;
        height: 50vh;
    }

    #divDatePicker {
        height: 50vh;
    }

    #listaHoras {
        padding-top: 0 !important;
    }
}

@media (max-width: 330px) and (max-height:460px) {
    #divDatePicker {
        height: 55vh;
    }
}


@media (max-width: 993px) and (max-height:700px) {
    .navbar {
        height: 10vh !important;
    }
}

@media (max-width: 720px) {
    .breadcrumbs a {
        padding: 15px;
    }

        .breadcrumbs a:before,
        .breadcrumbs a:after {
            border-top-width: 26px;
            border-bottom-width: 26px;
            border-left-width: 13px;
        }

    .breadcrumbs li a span:first-child {
        display: block;
        margin: 0 auto;
    }

    .breadcrumbs li a span:last-child {
        display: none;
    }
}

@media (max-width: 620px) {
    .breadcrumbs a {
        padding: 10px;
        font-size: 12px;
    }

        .breadcrumbs a:before,
        .breadcrumbs a:after {
            border-top-width: 22px;
            border-bottom-width: 22px;
            border-left-width: 11px;
        }

    .breadcrumbs li a span:first-child {
        display: block;
        margin: 0 auto;
    }

    .breadcrumbs li a span:last-child {
        display: none;
    }

    #resumo {
        padding: 0 !important;
    }

    #itensResumo {
        padding: 3vh !important;
    }

    .diaSingle {
        height: 80vh !important
    }
}

@media (max-width: 350px) {
    #itensResumo {
        margin-top: 10vh !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .diaSingle {
        height: 80vh !important
    }
}

@media (max-height: 1200px) {
    #listaServicos {
        height: 65vh;
        padding-top: 10px !important;
    }

    #listaSaloes {
        height: 55vh !important;
    }

    .marcacao {
        /*max-height: 92vh;*/
    }

    #listaSaloes, #listaServicos, #listaFuncs {
        /*padding: 1rem !important;*/
    }
}

@media (max-height: 650px) {
    #listaServicos {
        height: 60vh;
        padding-top: 10px !important;
    }

    #listaSaloes {
        height: 45vh !important;
    }

    .marcacao {
        /*max-height: 93vh;*/
    }
}

@media (min-height: 1000px), screen and (min-width: 700px) {
    #listaServicos {
        height: 60vh;
    }

    #listaSaloes {
        height: 45vh !important;
    }

    .marcacao {
        /*max-height: 85vh;*/
    }
}


@media (max-width: 920px) {
    #first, #second, #third {
        overflow: hidden;
    }

    #listaSaloes, #listaServicos, #listaFuncs {
        padding: 1rem !important;
    }

    .titleTab {
        display: none;
    }

    .breadcrumbs li i {
        top: 4px;
    }

    .wrapperSlider {
        /*bottom: auto !important;*/
        height: 11% !important;
    }

    .item {
        padding: 10px 0 !important;
    }

    .breadcrumbs ul {
        height: 34px;
    }

    .breadcrumbs a {
        padding: 5px;
    }

        .breadcrumbs a:before,
        .breadcrumbs a:after {
            border-top-width: 16px;
            border-bottom-width: 16px;
            border-left-width: 8px;
        }

    .breadcrumbs li a span:first-child {
        display: block;
        margin: 0 auto;
    }

    .breadcrumbs li a span:last-child {
        display: none;
    }

    #first, #second, #third, #fourth, #fifth, .marcacao {
        border-radius: 0;
        background: transparent
    }

    #brands img {
        border: 2px solid #9E97AA;
    }

    .breadcrumbs {
        width: 90%;
        margin: 10px auto 0;
    }

    #servicosHeader p {
        color: #9E97AA;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link a {
        border: 1px solid #9E97AA;
    }

    .slimScrollDiv {
        height: 100% !important;
    }

    #listaServicos {
        height: 74vh !important;
    }

    #listaSaloes {
        height: 50vh !important;
    }

    .titleCategoria {
        color: #00AFB4;
        font-weight: 700;
    }

    .datepicker table tr td, .datepicker table tr th, .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
        color: #9E97AA;
    }

    .datepicker table tr td.disabled {
        color: #9E97AA !important;
    }

    .datepicker table tr td {
        border: 2px solid #9E97AA !important
    }

    #listaSugestoesPeriodos span {
        color: #9E97AA;
        font-weight: 600;
    }

    .itemResumo {
        color: #9E97AA !important;
    }
}

@media (max-width: 920px) and (orientation: landscape) {
    .breadcrumbs{
        margin:30px auto 0;
    }

    #brands img {
        max-width: 90px;
        max-height: 90px;
        border-radius: 30px;
    }
}
    /*@media (max-width: 1500) {
    .marcacao {
        width: 90vh !important;
    }
}*/

    /*}*/




    #first, #second, #third, #fourth, #fifth {
        /*background: #57555A;*/
        margin-top: 9px;
        /*border-radius: 20px;*/
        position: relative;
    }

    .titleCategoria {
        color: #00AFB4;
        font-weight: 700;
    }

    /*Search Box*/
    .pesquisa input[type="text"] {
        box-sizing: border-box;
        border: none;
        background: none;
        z-index: 1;
        width: 25px;
        height: 25px;
        transition: all .25s ease-in .25s;
        color: transparent;
        font-size: .75rem;
        line-height: 25px;
        margin-left: 4%;
        margin-top: 1%;
    }

        .pesquisa input[type="text"]:hover {
            cursor: pointer;
        }

            .pesquisa input[type="text"]:hover:focus {
                cursor: text;
            }

            .pesquisa input[type="text"]:hover + span {
                background: rgba(255, 255, 255, 0.2);
            }

        .pesquisa input[type="text"]:focus {
            width: 20%;
            padding: 0 10px;
            outline: none;
            color: black;
            background: none;
            color: black;
        }

            .pesquisa input[type="text"]:focus + span {
                width: 20%;
            }

                .pesquisa input[type="text"]:focus + span::before {
                    width: 2px;
                    opacity: 0;
                    transition: all .25s ease-in;
                }

        .pesquisa input[type="text"] + span {
            z-index: -1;
            position: absolute;
            border: 2px solid black;
            /*top: 0;*/
            width: 25px;
            height: 25px;
            transition: all .25s ease-in .25s;
            border-radius: 25px;
            margin-top: 1%;
            left: 4%;
        }

            .pesquisa input[type="text"] + span::before {
                transition: all .25s ease-in .5s;
                transform-origin: left top;
                content: '';
                position: absolute;
                width: 10px;
                height: 5px;
                border-radius: 5px;
                background: black;
                transform: rotate(45deg) translate(26px, -2px);
            }

    /*--------------------*/

    .background--color-map {
        -webkit-animation-duration: 40s;
        animation-duration: 40s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: animation-colors;
        animation-name: animation-colors;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    @-webkit-keyframes animation-colors {
        0% {
            background-color: #f55683;
        }

        25% {
            background-color: #6d5bf5;
        }

        50% {
            background-color: #2a84ff;
        }

        75% {
            background-color: #ffe32a;
        }

        100% {
            background-color: #f55683;
        }
    }

    @keyframes animation-colors {
        0% {
            background-color: #f55683;
        }

        25% {
            background-color: #6d5bf5;
        }

        50% {
            background-color: #2a84ff;
        }

        75% {
            background-color: #ffe32a;
        }

        100% {
            background-color: #f55683;
        }
    }
    /*Marcacoes*/
    #infoMarcacoes {
        overflow-x: hidden;
    }

    .headerMarcacoes {
        background: #585857;
        padding: 20px 30px;
    }

    .boxHeaderMarcacoes {
        border: 1px solid white;
        padding: 20px;
    }

    .Selecionado {
        background: rgb(0,175,180) !important;
        background: linear-gradient(rgba(0,175,180,1) 0%, rgba(0,88,90,1) 100%) !important;
    }

    .titleMarcacoes {
        margin: 0;
        color: white;
        text-align: center;
    }

    .boxDetalheMarcacoes {
        height: 190px;
        border-bottom: 1px solid #585857;
        padding: 20px;
        position: relative;
        color: #585857 !important;
    }

        .boxDetalheMarcacoes .Espaco {
            position: absolute;
            top: 20px;
            left: 20px;
            height: 150px;
            width: 150px;
        }

            .boxDetalheMarcacoes .Espaco img {
                height: 150px;
                width: 150px;
                border-radius: 20px;
            }

        .boxDetalheMarcacoes .detalhes {
            height: 150px;
            display: inline-block;
            padding: 0 20px;
            margin-left: 150px;
            width: 100%;
            position: relative;
        }

            .boxDetalheMarcacoes .detalhes h3 {
                font-size: 16px;
                top: 0;
                height: 20px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
            }

            .boxDetalheMarcacoes .detalhes .Servicos {
                max-height: 90px;
                overflow: hidden;
                width: calc(100% - 190px - 50px);
            }

            .boxDetalheMarcacoes .detalhes .data {
                position: absolute;
                font-weight: 600;
                bottom: 0;
                left: 20px;
            }

        .boxDetalheMarcacoes .acoes {
            position: absolute;
            right: 20px;
            top: 20px;
            width: 90px;
            height: 150px;
        }

            .boxDetalheMarcacoes .acoes a {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                border-radius: 20px;
            }

    .btn-Wizard-Success {
        border-radius: 20px;
        background: white;
        border: 1px solid #00AFB4;
        color: #00AFB4;
    }

        .btn-Wizard-Success:hover, .btn-Wizard-Success:focus, .btn-Wizard-Success:active {
            background: rgb(0,175,180) !important;
            background: linear-gradient(rgba(0,175,180,1) 0%, rgba(0,88,90,1) 100%) !important;
            color: white;
        }

    @media(max-width:700px) {
        .boxDetalheMarcacoes {
            height: 170px;
        }

            .boxDetalheMarcacoes .Espaco, .boxDetalheMarcacoes .Espaco img {
                height: 130px;
                width: 130px;
            }

            .boxDetalheMarcacoes .detalhes {
                height: 130px;
                margin-left: 130px;
            }

            .boxDetalheMarcacoes .acoes {
                width: 70px;
                height: 130px;
                right: 10px;
            }

            .boxDetalheMarcacoes .detalhes .Servicos {
                max-height: 70px;
                overflow: hidden;
                width: calc(100% - 180px);
            }

            .boxDetalheMarcacoes .acoes a {
                font-size: 13px;
            }
    }

    @media(max-width:480px) {
        .headerMarcacoes .col-4 {
            padding: 0 10px;
        }

        .boxDetalheMarcacoes .Espaco {
            left: 10px;
        }

        .boxDetalheMarcacoes .detalhes {
            margin-left: 120px;
        }
    }

    @media(max-width:420px) {
        .boxHeaderMarcacoes {
            padding: 10px;
        }

        .boxDetalheMarcacoes {
            height: 140px;
        }

            .boxDetalheMarcacoes .Espaco, .boxDetalheMarcacoes .Espaco img {
                height: 100px;
                width: 100px;
            }

            .boxDetalheMarcacoes .detalhes {
                height: 100px;
                margin-left: 90px;
                padding: 0 10px;
            }

            .boxDetalheMarcacoes .acoes {
                width: 70px;
                height: 100px;
                right: 10px;
            }

            .boxDetalheMarcacoes .detalhes .Servicos {
                max-height: 47px;
                overflow: hidden;
                width: calc(100% - 150px);
            }

            .boxDetalheMarcacoes .acoes a {
                font-size: 13px;
            }

            .boxDetalheMarcacoes .detalhes .data {
                left: 10px;
            }
    }

    @media(max-width:380px) {
        .boxHeaderMarcacoes {
            font-size: 12px;
        }
    }
    /*end marcacoes*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: left;
    margin: 3px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.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: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #00AFB4;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00AFB4;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.no-margin{ 
    margin: 0 !important;
}