/*Styles*/


/* Circle Progress*/


/* CIRCLE */

.circle-progress {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.circle-progress-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative
}

.circle-progress-bar {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.circle-progress-bar .position-in-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.circle-progress-bar .position-in-circle .circle-counter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.circle-progress__meter,
.circle-progress__value {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.28, 0.77, 0.39, 0.95);
    -o-transition-timing-function: cubic-bezier(0.28, 0.77, 0.39, 0.95);
    transition-timing-function: cubic-bezier(0.28, 0.77, 0.39, 0.95);
    fill: none;
    stroke-linecap: butt
}

.circle-counter .circle-val {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.circle-counter .circle-val {
    color: #6ec1e4;
    font-size: 23px
}

.circle-counter .circle-val .circle-counter__prefix {
    line-height: 1
}

.circle-counter .circle-val .circle-counter__suffix {
    line-height: 1
}

.circle-counter .circle-counter__title {
    padding-top: 10px
}


/* HRLOG CALCULADORA PRECIOS */

#hrl_users_result,
.hrl_resumen {
    height: 34px;
    line-height: 34px;
}

#hrl_users_result {
    font-size: 25px;
    color: #0274be;
}

#hrl_price_resumen {
    margin: 0 0 10px;
    background: #6ec0d9;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    padding: 30px 0 20px 0;
    font-size: 24px;
    max-width: 100%;
}

.hrl_resumen {
    margin: 0 0 5px 0;
}

.hrl_user_slider_labels {
    position: relative;
    width: 100%;
    height: 25px;
    font-size: 18px;
    margin: 20px 0 0 0;
    color: #1678BE;
}

.hrl_user_slider_labels span {
    position: absolute;
}

.hrl_span_1 {
    left: 0;
}

.hrl_span_100 {
    left: 19%;
}

.hrl_span_200 {
    left: 39%;
}

.hrl_span_300 {
    left: 59%;
}

.hrl_span_400 {
    left: 79%;
}

.hrl_span_250 {
    left: 24%;
}

.hrl_span_500 {
    left: 49%;
}

.hrl_span_750 {
    left: 74%;
}

.hrl_span_1000 {
    right: 0;
}

#hrl_user_slider {
    height: 5px;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
    background: #47c0df;
    border-radius: 20px;
    border: 1px #47c0df;
    cursor: pointer;
    top: -12px;
    height: 34px;
    width: 34px;
    box-shadow: 0px 3px 6px #00000029;
}

#hrl_num_users {
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #6DC3F8;
    margin-left: 15px;
    width: 110px;
}

.hrl_user_number,
.hrl_user_number input {
    color: #1679BE;
}

.hrl_user_number {
    font-size: 35px;
    margin: 10px 0 25px 0;
}

.hrl_user_number input {
    font-size: 40px;
    font-weight: bold;
    height: 55px;
    width: 220px;
}

#hrl_user_slider {
    border: none;
}

.ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-max {
    background: #707070;
    height: 12px;
    border-radius: 10px;
}

#hrl_user_slider {
    background: #707070;
    height: 12px;
    border-radius: 10px;
}

#hrl_price_res_user .valor {
    font-size: 29px;
    font-weight: bold;
}

#hrl_price_res_user {
    height: 29px;
    line-height: 29px;
}

#hrl_price_res_total {
    height: 73px;
    line-height: 73px;
}

#hrl_price_res_total .valor {
    font-size: 53px;
    font-weight: bold;
}

#hrl_price_res_anual .valor {
    font-size: 20px;
    font-weight: bold;
}

#hrl_price_res_anual {
    height: 25px;
    line-height: 15px;
}

#hrl_selector {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
}

.hrl_label {
    cursor: pointer;
}

#hrl_planes {
    text-align: center;
    margin: 10px 0;
}

#hrl_planes input[type="radio"] {
    display: none;
}

#hrl_planes label {
    margin: 0 10px;
    font-size: 22px;
    cursor: pointer;
}

#hrl_planes input[type="radio"]:checked+label::before {
    content: " ";
    color: #5ec0dc;
    background-color: #5ec0dc;
    text-align: center;
    opacity: 1;
    border-color: #5ec0dc;
}

#hrl_planes input[type="radio"]+label::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: baseline;
    margin-right: 8px;
    background-color: transparent;
    border: 1px solid #C7C7D3;
    border-radius: 100%;
    opacity: 1;
}

.hrl_user_number input[type="number"]::-webkit-outer-spin-button,
.hrl_user_number input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.hrl_user_number input[type="number"] {
    -moz-appearance: textfield;
}

.hrl_asterisco {
    font-size: 11px;
}

.hrl_contratacion {
    margin: 10px 0 0 0;
}

#hrl_contratar {
    font-family: "Firme Book", Arial;
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
    background-color: #03819A;
    border-radius: 6px 6px 6px 6px;
    padding: 13px 24px 13px 24px;
}

#hrl_contratar:hover {
    background-color: #333333;
}

#hrl_desc_lite,
#hrl_desc_pro {
    opacity: 0.6;
}

#hrl_desc_lite.selected,
#hrl_desc_pro.selected {
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px #ccc;
}

#hrl_planes label img {
    margin: 0 3px 4px 0;
}

.hrl_user_slider_labels span {
    color: #000;
}

.div_calc_price input,
.div_calc_price a,
.div_calc_price span,
.div_calc_price label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 748px) {
    #hrl_selector {
        padding-left: 0;
        padding-right: 0;
    }

    #hrl_planes input[type="radio"]+label::before {
        position: relative;
        top: 4px;
    }
}

@media screen and (max-width: 480px) {
    .hrl_user_slider_labels {
        font-size: 12px;
        margin: 15px 0 0 0;
    }

    .hrl_span_100 {
        left: 18%;
    }

    .hrl_span_200 {
        left: 38%;
    }

    .hrl_span_300 {
        left: 58%;
    }

    .hrl_span_400 {
        left: 78%;
    }

    .hrl_span_500 {
        left: 45%;
    }

    .hrl_span_250,
    .hrl_span_750 {
        display: none;
    }

    #hrl_planes label img {
        margin: 0 3px 2px 0;
        height: 15px;
    }

    #hrl_planes label {
        font-size: 15px;
    }

    #hrl_planes {
        padding: 0;
    }
}


/* FIN HRLOG CALCULADORA PRECIOS */