/*
 * Copyright (c) 2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */
 .wrap-price-table {
    margin-top: 60px;
}
.plans {
    width: 836px;
    margin: 50px auto;
    overflow: hidden;
}
.plan {
    float: left;
    width: 100%;
    margin: 20px 2px;
    padding: 15px 25px;
    text-align: center;
    background: white;
    background-clip: padding-box;
    border: 1px solid #e5ded6;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.plan-title {
    margin-bottom: 12px;
    font-size: 24px;
    color: #36bce6;
}
.plan-price {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    color: #37BCE5;
}
.plan-unit {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
    color: #aaa;
}
.plan-features {
    width: 80%;
    margin: 20px auto 15px;
    padding: 15px 0 0 15px;
    border-top: 1px solid #e5ded6;
    text-align: left;
}
.plan-feature {
    line-height: 20px;
    font-size: 24px;
    font-weight: bold;
    list-style: none;
}
.plan-feature + .plan-feature {
    line-height: 20px;
    font-size: 24px;
    font-weight: bold;
    list-style: none;
}
.plan-feature-unit {
    margin-left: 2px;
    font-size: 16px;
}
.plan-feature-name {
    font-size: 13px;
    font-weight: normal;
    color: #aaa;
}
.plan-button {
    position: relative;
    display: block;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: #37BCE5;
    /**/
    border-bottom: 2px solid #cf7e3b;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.plan-button:active {
    top: 2px;
    margin-bottom: 2px;
    border-bottom: 0;
}
.plan-highlight {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.plan-highlight .plan-button {
    font-size: 18px;
    line-height: 49px;
    background: #45B6B0;
    border-color: #3996b3;
    border-color: rgba(0, 0, 0, 0.15);
}
.plan-recommended {
    width: 100%;
    margin: -15px auto 15px;
    padding-bottom: 2px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.05);
    background: #45B6B0;
    border-radius: 0 0 4px 4px;
}
.plan-circle {
    background: #37BCE5;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius:80px;
    color: #fff!important;
}
.plan-circle h3 {
    color: #fff;
    padding: 35px 0 0 0;
}
.plan-circle p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.plan-circle span {
    margin: 0;
}
.plan-circle-highlight {
    background: #45B6B0;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius:80px;
    color: #fff!important;
}
.plan-circle-highlight h3 {
    color: #fff;
    padding: 35px 0 0 0;
}
.plan-circle-highlight p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.plan-circle-highlight span {
    margin: 0;
}
/*TIME LINE*/
 .time-wrap {
    margin: 30px 0 0 0;
}
.bg-time {
    background: #A8BDCF!important;
    color: #FFFFFF!important;
}
.timeline {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.timeline:before {
    content:'';
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 3px;
    background: #A8BDCF;
    left: 47px;
    /* border: 1px solid #FFFFFF; */
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}
.timeline > li:before, .timeline > li:after {
    display: table;
    content:" ";
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-item {
    margin-top: 10px;
    border: 0px solid #dfdfdf;
    background: #fff;
    margin-left: 60px;
    margin-right: 15px;
    padding: 5px;
    position: relative;
    border-radius: 4px;
}
.timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    margin: 2px 0 0 0;
}
.timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    /* color: #555; */
    border-bottom: 1px solid #f4f4f4;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    line-height: 2.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
    padding: 10px;
}
.timeline > li.time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #A8BDCF;
    color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #eee;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}
img.margin {
    width: 80px;
    margin-right: 6px;
    border-radius: 60px;
}
/*END OF TIME LINE*/

/*404*/
 .error-link {
    color: #FFA200;
}
.error-link:hover {
    color: #FFFFFF;
}
.page-error {
    min-width: 200px;
}
div.error-content {
    color: #fff;
}
h2.headline.text-info {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1px;
}
.logo-error {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 3px 3px 0 0;
    color: #FFFFFF;
    left: 0;
    padding: 0 0 15px 25px;
    position: absolute;
    top: -120px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
}
.logo-error h1 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 200;
    letter-spacing: -1px;
    text-decoration: inherit;
    text-transform: uppercase;
}
.logo-error h1 span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    font-size: 11px;
    margin-left: 0;
    padding: 0 5px;
    position: relative;
    top: -3px;
}
.text-yellow {
    color: #FFA200;
}
.wrap-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
/*END OF 404*/

/*LOCKED SCREEN*/

/* ADD THIS CLASS TO THE <HTML> TAG */
 .lockscreen {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* Remove the background from the body element */
 .lockscreen > body {
    background: transparent;
}
/* We will put the dynamically generated digital clock here */
 .lockscreen .headline {
    color: #fff;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
    font-weight: 300;
    -webkit-font-smoothing: antialiased !important;
    opacity: 0.8;
    margin: 10px 0 30px 0;
    font-size: 90px;
}
@media screen and (max-width: 480px) {
    .lockscreen .headline {
        font-size: 60px;
        margin-bottom: 40px;
    }
}
/* User name [optional] */
 .lockscreen .lockscreen-name {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
/* Will contain the image and the sign in form */
 .lockscreen-item {
    padding: 0;
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px auto;
    width: 290px;
}
.lockscreen-item:before, .lockscreen-item:after {
    display: table;
    content:" ";
}
.lockscreen-item:after {
    clear: both;
}
/* User image */
 .lockscreen-item > .lockscreen-image {
    position: absolute;
    left: -10px;
    top: -30px;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
}
.lockscreen-item > .lockscreen-image > img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/* Contains the password input and the login button */
 .lockscreen-item > .lockscreen-credentials {
    margin-left: 0;
}
.lockscreen-item > .lockscreen-credentials input {
    border: 0 !important;
}
.lockscreen-item > .lockscreen-credentials .btn {
    background-color: #fff;
    border: 0;
}
/* Extra to give the user an option to navigate the website [optional]*/
 .lockscreen-link {
    margin-top:0;
    text-align: center;
}
.headline {
    /* color: rgba(255, 255, 255, 0.5)!important; */
    /* font-size: 70px; */
    letter-spacing: -1px;
    /* background: rgba(0, 0, 0, 0.1); */
    /* width: 500px; */
    margin: 0 auto 20px;
    border-radius: 66px;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    /* box-shadow: 2px 2px 0px rgba(255, 255, 255, 0.1); */
}
.headline-lock {
    color: rgba(255, 255, 255, 0.5)!important;
    font-size: 70px;
    letter-spacing: -1px;
    background: rgba(0, 0, 0, 0.1);
    width: 500px;
    margin: 0 auto 20px;
    border-radius: 66px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 0px rgba(255, 255, 255, 0.1);
}
div.lockscreen-image {
    width: 140px;
    height:105px;
    margin: 0 auto;
    text-align: center;
}
div.lockscreen-image img {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    border-radius: 63px;
    border: 5px solid #fff;
}
div.lockscreen-name {
    color: #fff;
    font-size: 22px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -1px;
}
div.lockscreen-name {
    color: #fff;
    font-size: 20px;
    margin: 20px auto 0;
    text-align: center;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.lock-link {
    color: #FFBC49;
    margin-top: -30px;
}
.lock-link:hover {
    color: #FFFFFF;
}
@media (max-width: 767px) {
    .headline {
        color: rgba(255, 255, 255, 0.5)!important;
        font-size: 20px;
        letter-spacing: -1px;
        background: rgba(0, 0, 0, 0.1);
        width: auto;
        margin: 0 auto 20px;
        border-radius: 66px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 0px rgba(255, 255, 255, 0.1);
    }
    .page-error {
        margin: 0 auto;
    }
    #lock {
        padding: 0!important;
    }
}
/*END OF LOCKED SCREEN*/

.abonos h3 {
    margin: 0 0 20px !important;
}
.abonos .col-lg-6,
.abonos .col-lg-8,
.abonos .col-md-5 {
    margin-bottom: 0;
}
.abonos-table {
    margin: 30px 0;
}
/*******************************/
/*******************************/
        /*INVOICE*/
/*******************************/
/*******************************/

.invoice-header {
    background: #eee;
    border-radius: 150px;
    margin: auto;
    margin-bottom: 30px;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.invoice-logo {
    margin: 20px;
}
.invoice-logo,
.invoice-certified 
{
    max-width: 100%;
    max-height: 100px;
}
.invoice-info {
    margin-bottom: 20px;
}


.park-coupon {
    margin: 0;
    background: #FFF;
    border: 1px dashed #000;
    color: #000;
    padding: 2rem;
    position: relative;
    overflow: visible;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-wrap: wrap;
    justify-content: space-around;
    align-items:center;
}
.park-coupon .fontawesome-cut {
    position: absolute;
    z-index:33;
    bottom: -1.5rem;
    left: 1rem;
    font-size:1.5rem;
    padding:0.4rem;
    width:3rem;
    height: 3rem;
    background-color:var(--grey-light);
    border-radius:5rem;

}
.park-coupon-check {
    /* float: left; */
    /* margin: 20px 0; */
}
.park-coupon-checkbox {
    border: 1px solid #000;
    margin: 10px auto;
    width: 3rem;
    height: 3rem;

}
.park-coupone-content {
        flex-break: after;
}
.park-coupon-img {
    height: 150px;
}

.park-coupon-value
{
    flex-basis:100%;
    font-size:2rem;


}

/** >> MEDIA PRINT FOR INVOICE << **/

@media print  
{
    /* styles go here */

    .row.invoice-info > div {
        width:33%;
        display: inline-block;
        padding:20px;
        box-sizing:border-box;
        font-size:1.2rem !important;
        vertical-align:top;
    }

    .page-break {
        page-break-after: always;
        clear: both;
    }

    .park-cupons {
        display:table;
    }

    .park-coupon {
        width: 50%;
        height: auto;
        display: table-cell;
        /* float:left; */
        margin: 0;
        padding:20px;
        box-sizing:border-box ;
        font-size:1.2rem !important;
        vertical-align:top;
        page-break-before: auto;
        page-break-inside: avoid;
    }

    .park-coupon-img {
        min-width: 150px !important;
        min-height:150px !important;
        width: 150px;
        height: 150px;
    }

    
    .park-coupon-check {
        float: left;
        margin: 20px;
    }        

    .park-coupon-checkbox {
        /* width:2rem;
        height:2rem; */
    }
        
}


/************************/
/************************/
/*END OF INVOICE*/
/************************/
/************************/

/* SITE MASTER TEMPLATE */

.sm-logo {
    margin: 0 0 0 20px;
}

/* END OF SITE MASTER TEMPLATE */

/* STEP TEMPLATE  - PILL STYLE*/
/*  [.step][.step] */
/*
    <div class="steps pills">
        <div class="step done">
            <span class="number">1.</span>
            <span class="step-desc"><!--step 1. label--></span>
        </div>
        <div class="step current">
            <span class="number">2.</span>
            <span class="step-desc"><!--step 2. label--></span>
        </div>
        <div class="step disabled">
            <span class="number">3.</span>
            <span class="step-desc"><!--step 3. label--></span>
        </div>
    </div>
*/
.steps-pills {
    display: flex;
    list-style: none;
    margin: 1rem 0;
    padding: 0.5em;
    width: 100%;
    justify-content: space-between;
    background-color: var(--light);
    border-radius: 4em; 
}

.steps-pills .step {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* border-radius: 5px; */
    border-radius: 4em;
    padding: 16px;
    /*! width: 24%; */
    
    flex-grow: 1;
    margin: 0.5em;

    display: flex;
    align-items: center;
}

.steps-pills .step.step-arrow {
    display: none;
}

.steps-pills .step> * {
    display: inline-flex;
}

.steps-pills .step.current {
    /* background: #2184be; */
    background-color: #6ba6c3;
    background-color: var(--info);
    color: #FFF;
    color: #FFF;
}
.steps-pills .step.done {
    /* background: #9dc8e2; */
    background-color: #6ba6c3;
    background: var(--info);
    opacity: 0.6;
    color: #FFF;
}
.steps-pills .step.disabled {
    background: #eee;
    background-color: var(--grey-light);
    color: #999;
    color: var(--grey-medium);
}

.steps-pills .step .number {
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
    min-width: 28px;
    text-align: center;
    white-space: nowrap;
}
@media only screen and (max-width: 768px)
{
    .steps-pills,.step.steps
    {
        display: block;
    }

}

/* END OF STEP TEMPLATE  - DOTS STYLE */

/*  STEP TEMPLATE  - BLINKAY STYLE          */
/*  Requiere extra step arrow in between steps   */
/*  [.step][.step.step-arrow][.step]        */
/*

    <div class="steps">
        <div class="step done">
            <span class="number">1.</span>
            <span class="step-desc"><!--step 1. label--></span>
        </div>
    <!-- .step.step-arrow -->
        <div class="step step-arrow">
            <span class="glyphicon glyphicon-play" aria-hidden="true"><!--bootstrap 3 icon --></span>
        </div>
        <div class="step current">
            <span class="number">2.</span>
            <span class="step-desc"><!--step 2. label--></span>
        </div>
    <!-- .step.step-arrow -->
        <div class="step step-arrow">
            <span class="glyphicon glyphicon-play" aria-hidden="true"><!--bootstrap 3 icon --></span>
        </div>
        <div class="step disabled">
            <span class="number">3.</span>
            <span class="step-desc"><!--step 3. label--></span>
        </div>
    </div>
*/



.steps-dots {
    display: flex;
    list-style: none;
    margin: 1rem 0;
    padding: 0.5em;
    width: 100%;
    justify-content: space-between;
    border-radius: 0; 
    align-items:top;
}

.steps-dots .step {
    margin: 0.25em;
    flex-grow:10;
}

.steps-dots .step > * {
    display: block;
}

.steps-dots .step
{
    text-align:center;
}

.steps-dots .step-arrow
{
    flex-grow:40;
    border: 3px solid var(--grey-light);
    border-style:solid none none none;
    margin-top:3rem;
    position:relative;
    white-space: nowrap;
    padding: 0;
    font-size:12px;
    line-height:12px;
    box-sizing: content-box !important;
    text-align:right;
    color:var(--grey-light);
}

.steps-dots .step-arrow > span.glyphicon
{
    position:absolute;
    top:-8px;
    right: 0;

}


.steps-dots .step .number {

    background-color:var(--primary);
    color:var(--light);
    border-radius:5em;
    box-sizing:content-box;

    display: inline-block;

    font-size: 2rem;
    font-weight: bold;

    height:4rem;
    
    line-height:4rem;
    
    padding:0.5em;
    
    text-align: center;
    
    white-space: nowrap;
    width:4rem;
}

.steps-dots .step.current > .number {
    /* background: #2184be; */
    background-color: #6ba6c3;
    background-color: var(--primary);
    color: #FFF;
    color: #FFF;
}
.steps-dots .step.done {
    color: #6ba6c3;
    color: var(--grey-medium);
}

.steps-dots .step.done  > .number {
    /* background: #9dc8e2; */
    background-color: #6ba6c3;
    background: var(--info);
    color: #FFF;
        opacity: 0.66;
}
.steps-dots .step.done  > .step-desc:before {
    content: "\e92c";
    font-family: 'blinkay'; 
    color:var(--success);
    margin:auto 0.5em;
    position:relative;

}
.steps-dots .step.disabled  > .number  {
    background: #eee;
    background-color: var(--grey-light);
    color: #999;
    color: var(--grey-medium);
}


.steps-dots .step .step-desc {
    margin:1rem;
}


@media only screen and (max-width: 768px)
{
    .steps-dots,
    .steps-dots .step
    {
        display: block;
        font-size: 2rem;
        margin: 0;
        text-align:left;
    }
    .steps-dots .step > *
    {
        display:inline-block;
        font-size: 1.6rem;
    }

    .steps-dots .step > .number
    {
        padding:0.25rem;
    }

    .steps-dots .step.step-arrow
    {
        border-style:none none none solid;
        height: 1.5rem;
        
        margin: 0.2rem auto;
        margin-left:2.1rem;
    }

    .steps-dots .step-arrow > *
    {
        display:none !important;
    }
}

/* END OF STEP TEMPLATE  - DOTS STYLE */

/* OPERATIONS */

.operations-action {
    /* margin-top: 20px; */
    margin-top: 2rem;
}
.operations-action .pagination {
    margin: 0;
}

/* END OF OPERATIONS */

/* OPERATIONS FILTER */

.operations-filter {
    margin: 0 0 20px;
    overflow: hidden;
}
.operations-filter > div {
    display: inline-block;
    margin: 0 10px 10px 0;
    vertical-align: bottom;
}
.operations-filter > div::last-child {
    margin: 0 0 10px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .operations-filter > div {
        display: block;
        margin: auto;
    }
    .operations-filter > div+div {
        margin: 10px 0 0 0;
    }
}

/* END OF OPERATIONS FILTER */

/* INVOICING */

.invoicing-download {
    text-align: center !important;
}

/* END OF INVOICING */

 small.pull-right {
    color: #31708f!important;
}


/******************
    BUTTON GROUP    
****************/

.button-group {
	display: flex;
	/*! background-color: #eee; */
	justify-content: space-evenly;
}
.button-group a, .button-group .button-group-btn {
	padding: 1em 2em;
	background-color: #ddd;
	width: 25%;
	text-align: center;
	font-size: 1.2em;
	border-radius: 6px;
}


/******************************
    USERDATA / CONFIG-DATA
*******************************/
#config-data #AddPlate.btn,
#config-data #RemovePlate.btn
{
    min-width: 250px;
}
#config-data #AddPlate.btn,
#config-data #RemovePlate.btn
{
    min-width: 250px;
}

select#Plates
{
    background: none;
    padding: 1rem;
    padding: var(-content-padding-y);
    border-top: 1px solid #eee;
    border-top-color: var(--grey-light) ;
}
select#Plates:hover,
select#Plates:active
{
    border-top-color: var(--success) ;
}

#config-data .row-buttons .btn,
#config-data .row-buttons a,
#config-data .row-buttons button
{
    margin-left: 0;
    margin-bottom: 1rem;
}

#content-alerts
{
    /* background-color: royalblue; */
}