@import url(roboto.css);

body {
    font-family: Roboto;
    padding-bottom: 50px;
}

header {
    height: 60px;
    background: rgb(0,173,170);
    background: -moz-linear-gradient(left, rgba(0,173,170,1) 22%, rgba(40,211,208,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,173,170,1) 22%,rgba(40,211,208,1) 100%);
    background: linear-gradient(to right, rgba(0,173,170,1) 22%,rgba(40,211,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adaa', endColorstr='#28d3d0',GradientType=1 );
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

    header .logo {
        width: 391px;
        padding: 12px 0;
        background: #fff;
        text-align: center;
    }

        header .logo img {
            width: 125px;
        }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

    h2.greeting {
        color: #616161;
        font-size: 22px;
        opacity: .6;
        font-weight: 400;
    }

    h2.name {
        color: #616161;
        font-size: 22px;
        margin-top: 5px;
        font-weight: 400;
    }

.main-text {
    width: 80%;
    margin: 0 auto;
    color: #707070;
    font-size: 16px;
}

.gray-header {
    background: #f5f5f5;
}

.header-text span {
    color: #707070;
}

.btn {
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    padding: 12px 58px;
    border-radius: 2px;
}

.btn-sm {
    padding: 8px;
    border-radius: 2px;
}

    .btn-sm.btn-primary {
        font-size: 14px;
    }

.btn-primary {
    font-size: 19px;
    background: rgb(0,195,189);
    background: -moz-linear-gradient(top, rgba(0,195,189,1) 0%, rgba(0,154,150,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,195,189,1) 0%,rgba(0,154,150,1) 100%);
    background: linear-gradient(to bottom, rgba(0,195,189,1) 0%,rgba(0,154,150,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c3bd', endColorstr='#009a96',GradientType=0 );
    border: none;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        background: rgb(0,195,189) !important;
    }


.wrap {
    position: relative;
    width: 720px;
    /* padding-top: 35px; */
    padding-bottom: 40px;
    margin: 40px auto 0;
    background: rgb(0,173,170);
    background: -moz-linear-gradient(left, rgba(0,173,170,1) 0%, rgba(0,173,170,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,173,170,1) 0%,rgba(0,173,170,0) 100%);
    background: linear-gradient(to right, rgba(0,173,170,1) 0%,rgba(0,173,170,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adaa', endColorstr='#ffffff',GradientType=1 );
    background-size: 100% 310px;
    background-position: 0px 100px;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

    .wrap:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 720px;
        height: 6px;
        background: rgb(0,173,170);
        background: -moz-linear-gradient(left, rgba(0,173,170,1) 22%, rgba(40,211,208,1) 100%);
        background: -webkit-linear-gradient(left, rgba(0,173,170,1) 22%,rgba(40,211,208,1) 100%);
        background: linear-gradient(to right, rgba(0,173,170,1) 22%,rgba(40,211,208,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adaa', endColorstr='#28d3d0',GradientType=1 );
    }

.header-text {
    margin-left: 80px;
    padding-top: 20px;
    display: block;
}

.inner-area {
    width: 430px;
    margin: 35px auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

    .inner-area .header {
        position: relative;
        font-size: 20px;
        font-weight: 500;
        padding: 18px 10px 15px 10px;
        color: #707070;
    }

        .inner-area .header span {
            font-size: 14px;
            font-weight: 300;
        }

    .inner-area .content {
        padding: 66px 0 33px 0;
    }

    .inner-area .footer {
        padding: 33px 20px;
    }

.bottom-shadow {
    position: relative;
}

    .bottom-shadow:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 10px;
        display: block;
        left: 0;
        bottom: -10px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );
    }

.table-flat {
    font-weight: 300;
    margin-bottom: 0;
}

    .table-flat thead tr th {
        font-weight: 300;
        font-size: 13px;
        padding: 15px;
        color: #707070;
        text-align: center;
    }

    .table-flat tbody {
        background: #f1f3f8;
        padding: 5px 0;
    }

        .table-flat tbody tr > td {
            border: none !important;
        }

.table-info thead {
    background: #f5f5f5;
    font-size: 18px;
    color: #707070;
    font-weight: 300 !important;
}

    .table-info thead span {
        font-weight: 300;
        font-size: 12px;
    }

    .table-info thead th {
        border: none !important;
    }

.table-info tbody tr {
    border-bottom: 1px solid rgba(229, 229, 229, 0.51);
}

    .table-info tbody tr > td:first-child {
        height: 25px;
    }

    .table-info tbody tr > td {
        width: 50%;
        border: none !important;
        color: #707070;
        height: 50px;
        vertical-align: bottom;
    }

    .table-info tbody tr span {
        border-bottom: 3px solid #d3d3d3;
        padding-bottom: 8px;
        margin-left: 10px;
        font-weight: 500;
        font-size: 15px;
    }

.total-price {
    position: relative;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    text-align: right;
    padding-right: 100px;
}

    .total-price span {
        display: inline-block;
        width: 100px;
        font-size: 22px;
        text-align: center;
        color: #707070;
        border-bottom: 2px solid #a7a7a7;
        padding: 8px 10px 8px 10px;
    }

    .total-price p {
        position: absolute;
        bottom: -40px;
        right: 100px;
        font-size: 14px;
        font-weight: 500;
        color: #4a4a4a;
    }

.btn-rounded {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    padding: 20px;
}

.btn-rounded-primary {
    position: relative;
    background: rgb(0,195,189);
    background: -moz-linear-gradient(45deg, rgba(0,195,189,1) 0%, rgba(0,154,150,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,195,189,1) 0%,rgba(0,154,150,1) 100%);
    background: linear-gradient(45deg, rgba(0,195,189,1) 0%,rgba(0,154,150,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c3bd', endColorstr='#009a96',GradientType=1 );
    z-index: 1;
    color: #4a4a4a;
    font-size: 18px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}

    .btn-rounded-primary:focus,
    .btn-rounded-primary:active,
    .btn-rounded-primary:visited,
    .btn-rounded-primary:hover {
        text-decoration: none;
        color: inherit;
    }

    .btn-rounded-primary:after {
        content: "";
        width: 92px;
        height: 92px;
        display: block;
        top: 4px;
        left: 4px;
        background: #fff;
        position: absolute;
        border-radius: 50%;
        z-index: -2;
    }

    .btn-rounded-primary span {
        display: block;
        text-align: center;
        opacity: .8;
    }

.input-green.input-group {
    border: 1px solid #8dd6e2;
    border-radius: 3px;
}

.input-green .input-group-addon,
.input-green .form-control {
    border: none;
}

/* CHECKBOX */
.radio, .checkbox {
    margin: 0;
}

    .checkbox label:after,
    .radio label:after {
        content: '';
        display: table;
        clear: both;
    }

    .checkbox .cr,
    .radio .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #a9a9a9;
        border-radius: .25em;
        width: 1.3em;
        height: 1.3em;
        float: left;
        margin-right: .5em;
    }

    .radio .cr {
        border-radius: 50%;
    }

        .checkbox .cr .cr-icon,
        .radio .cr .cr-icon {
            position: absolute;
            font-size: .8em;
            line-height: 0;
            top: 50%;
            left: 20%;
        }

        .radio .cr .cr-icon {
            margin-left: 0.04em;
        }

    .checkbox label input[type="checkbox"],
    .radio label input[type="radio"] {
        display: none;
    }

        .checkbox label input[type="checkbox"] + .cr > .cr-icon,
        .radio label input[type="radio"] + .cr > .cr-icon {
            transform: scale(3) rotateZ(-20deg);
            opacity: 0;
            transition: all .3s ease-in;
        }

        .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
        .radio label input[type="radio"]:checked + .cr > .cr-icon {
            transform: scale(1) rotateZ(0deg);
            opacity: 1;
        }

        .checkbox label input[type="checkbox"]:disabled + .cr,
        .radio label input[type="radio"]:disabled + .cr {
            opacity: .5;
        }

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    z-index: 25;
}

/*LOADER*/
.iso-consalud {
    position: absolute;
    display: block;
    width: 160px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -80px;
    background: url("../img/iso.png") no-repeat;
    /* -webkit-animation: pulse .8s infinite;
	-moz-animation:    pulse .8s infinite;
	-o-animation:      pulse .8s infinite;
	animation: pulse .8s infinite; */
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.8);
    }

    50% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(.8);
    }

    50% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(.8);
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(.8);
    }

    50% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(.8);
    }
}

@keyframes pulse {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.8);
    }
}


.spinner {
    margin: 36px 0 0 62px;
    width: 100px;
    text-align: center;
}

    .spinner > div {
        width: 27px;
        height: 27px;
        background-color: #ffce00;
        border-radius: 3px;
        -moz-transform: skewX(-10deg);
        -webkit-transform: skewX(-10deg);
        -o-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
        transform: skewX(-10deg);
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0) skewX(-19deg);
    }

    40% {
        -webkit-transform: scale(1.0) skewX(-19deg);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0) skewX(-10deg);
        transform: scale(0) skewX(-19deg);
    }

    40% {
        -webkit-transform: scale(1.0) skewX(-10deg);
        transform: scale(1.0) skewX(-19deg);
    }
}
/*FIN LOADER*/

.pie-browser {
    text-align: center;
    font-size: 11px;
}
