/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/*----------  libraries ---------- */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Work+Sans);
/*html, body, div, span, applet, object, iframe,*/
/*h1, h2, h3, h4, h5, h6, p, blockquote, pre,*/
/*a, abbr, acronym, address, big, cite, code,*/
/*del, dfn, em, img, ins, kbd, q, s, samp,*/
/*small, strike, strong, sub, sup, tt, var,*/
/*b, u, i, center,*/
/*dl, dt, dd, ol, ul, li,*/
/*fieldset, form, label, legend,*/
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
/*article, aside, canvas, details, embed,*/
/*figure, figcaption, footer, header, hgroup,*/
/*menu, nav, output, ruby, section, summary,*/
/*time, mark, audio, video {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*border: 0;*/
    /*font: inherit;*/
    /*font-size: 100%;*/
    /*vertical-align: baseline;*/
/*}*/

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/*----------  style ----------*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    background-color: #b3e5fc;
}

.wrapper {
    /*width: 611px;*/
    /*height: 300px;*/
    /*margin: 80px auto 0;*/
}
.wrapper .container {
    /*float: right;*/
    width: 550px;
    height: 300px;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.wrapper .container .part {
    float: left;
    height: 100%;
}
.wrapper .container .part.card-details {
    padding: 48px 40px 0;
    width: 60%;
}
.wrapper .container .part.card-details h1 {
    background-color: #00b0ff;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 14px 0 10px 49px;
    letter-spacing: 1px;
    margin-left: -52px;
    width: 330px;
}
.wrapper .container .part.bg {
    width: 40%;
    background-image: url("https://s13.postimg.org/d8emjhccn/image.jpg");
    background-size: 121%;
    background-repeat: no-repeat;
    overflow: hidden;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.wrapper .container form {
    font-family: 'Work Sans', sans-serif;
}
.wrapper .container form .group {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 25px;
}
.wrapper .container form .group label {
    font-size: 12px;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.wrapper .container form .group input {
    float: left;
    width: 100%;
    height: 30px;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
    border: 0;
    color: #263238;
    border-bottom: 1px solid #d9d9d9;
}
.groupcard label {
    font-size: 11px;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.groupcard input {
    float: left;
    width: 100%;
    height: 30px;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    border: 0;
    color: #263238;
    border-bottom: 1px solid #d9d9d9;
}

.input-label-tarjeta {
    font-size: 10px;
    color: #3c71ae;
}

.inputCard {
    float: left;
    width: 100%;
    height: 30px;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
    border: 0;
    color: #263238;
    border-bottom: 1px solid #d9d9d9;
}

.button-pagar {
    background-color : #3b83fc;
    width: 100%;
    border-radius : 30px;
}

.wrapper .container form .group input::-webkit-input-placeholder {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #d9d9d9;
    text-align: left;
}
.wrapper .container form .group input:-moz-placeholder {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #d9d9d9;
    text-align: left;
}
.wrapper .container form .group input::-moz-placeholder {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #d9d9d9;
    text-align: left;
}
.wrapper .container form .group input:-ms-input-placeholder {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #d9d9d9;
    text-align: left;
}
.wrapper .container form .group input:focus {
    outline: none;
    border-bottom-color: #00b0ff;
}
.wrapper .container form .group input:focus::-webkit-input-placeholder {
    color: transparent;
}
.wrapper .container form .group input:focus:-moz-placeholder {
    color: transparent;
}
.wrapper .container form .group input:focus::-moz-placeholder {
    color: transparent;
}
.wrapper .container form .group input:focus:-ms-input-placeholder {
    color: transparent;
}
.wrapper .container form .card-number {
    border-bottom: 1px solid #d9d9d9;
}
.wrapper .container form .card-number:first-of-type {
    margin-top: 32px;
}
.wrapper .container form .card-number input {
    width: 172px;
    border-bottom: 0;
}
.wrapper .container form .card-number.focused {
    border-bottom-color: #00b0ff;
}
/*.wrapper .container form .card-expiry {*/
    /*border-bottom: 0;*/
/*}*/
/*.wrapper .container form .card-expiry .input-item.csv a:hover {*/
    /*color: #263238;*/
/*}*/
/*.wrapper .container form .card-expiry .input-item label {*/
    /*width: 100%;*/
/*}*/
/*.wrapper .container form .card-expiry .input-item input {*/
    /*border-bottom: 1px solid #d9d9d9;*/
    /*padding-bottom: 8px;*/
/*}*/
/*.wrapper .container form .card-expiry .input-item input.month {*/
    /*width: 60px;*/
/*}*/
/*.wrapper .container form .card-expiry .input-item input.year {*/
    /*width: 79px;*/
/*}*/
/*.wrapper .container form .card-expiry .input-item input.csv {*/
    /*width: 79px;*/
/*}*/
/*.wrapper .container form .card-expiry .input-item input:focus {*/
    /*border-bottom: 1px solid #00b0ff;*/
/*}*/
.wrapper .container form .submit-group {
    width: 100%;
    float: left;
    position: relative;
}
.wrapper .container form .submit {
    /*text-transform: uppercase;*/
    /*position: relative;*/
    /*border: none;*/
    /*background-color: #3b83fc;*/
    /*font-size: 12px;*/
    /*line-height: 21px;*/
    /*letter-spacing: 1.4px;*/
    /*text-align: left;*/
    /*color: white;*/
    /*margin-left: 24px;*/
    /*cursor: pointer;*/
}
.wrapper .container form .submit:hover {
    text-decoration: underline;
}
.wrapper .container form .submit:focus {
    outline: none;
}
.wrapper .container form .arrow {
    position: absolute;
    top: -2px;
    left: -1px;
}
.wrapper .container form .arrow:before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url("https://s21.postimg.org/lgxvam5df/arrow.png");
    position: absolute;
    top: 4px;
    left: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.wrapper .container form .arrow.rotate:before {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.credits {
    display: block;
    font-family: 'Work Sans', sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #263238;
    font-size: 12px;
    margin: 0 10px 10px 0;
}
.credits a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../img/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

.pagosnet-tabset {
    /*background-color: #204d74;*/
    /*position: relative;*/
    text-align: center;
    position: fixed;
    top: 0;
    width: 99%;
    z-index: 1000;
    background: #ecf1f6;
}

.login-tabset {
    /*background-color: #204d74;*/
    /*position: relative;*/
    text-align: center;
    position: fixed;
    top: 57px;
    width: 99%;
    z-index: 1000;
    background: #ecf1f6;
}

.pagosnet-co-tabset {
    /*background-color: #204d74;*/
    /*position: relative;*/
}

.pagosnet-tabcontent{
    position: relative;
    width: 99%;
    top: 44px;
}

.pagosnet-tab {
    /*background-color: #225193;*/
}

.pagosnet-product-title {
    color: #AA0000;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.pagosnet-carousel {
    /*background-color: #31b0d5;*/
    /*height: 280px;*/
}

.pagosnet-carousel-slide {
    /*background-color: #AA0000;*/
    /*height: 300px;*/
}

.pagosnet-carousel-slide-img {
    width: 360px;
    margin: auto;
}

.carousel-control.left {
    width: 0%;
}

.carousel-control.right {
    width: 0%;
}

.pagosnet-product-description {
    padding-top: 10px;
    height: auto;
    color: #31b0d5;
}

.pagosnet-logo {
    height: 60px;
    margin: 10px 15px;
}

.companyImg {
    height: 60px;
    padding-top: 10px;
    padding-left: 10px;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.my-form {
     -webkit-transition:all linear 0.5s;
     transition:all linear 0.5s;
     background: transparent;
 }

.my-form input.ng-invalid {
}

.my-form select.ng-invalid {
}

.ellipsis-simple {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis {
    overflow: hidden;
    position: relative;
    height: 110px;
    /*line-height: 25px;*/
    margin-bottom: 20px;
    /*border: 5px solid #AAA;*/
}

.ellipsis:before {
    content: "";
    float: left;
    width: 5px;
    height: 110px;
}

.ellipsis > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px;
}

.ellipsis:after {
    content: "\02026 Leer más";

    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;

    float: right;
    position: relative;
    top: -20px;
    left: 100%;
    width: 7em;
    margin-left: -7em;
    padding-right: 5px;

    text-align: right;

    background: -webkit-gradient(linear, left top, right top,
    from(rgba(255, 255, 255, 0)), to(white), color-stop(55%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 55%, white);
    background:   -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 55%, white);
    background:  -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 55%, white);
    background:      linear-gradient(to right, rgba(255, 255, 255, 0), white 55%, white);
}

.ellipsis a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
}

.ellipsis i, .ellipsis:after {
    font-style: normal;
    color: blue;
}

.ellipsis i:before {
    content: "Leer más";
}

body {
    padding: 20px;
}
.fadein.ng-enter {
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
}
.fadein.ng-enter.ng-enter-active {
    opacity: 1;
}
.inline-fadein.ng-hide-remove {
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    -o-transition: 500ms ease all;
    transition: 500ms ease all;
    display: inline-block !important;
    opacity: 0;
}
.inline-fadein.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}
@-webkit-keyframes webkit-spin {
    from {
        -webkit-transform: scale(1) rorate(0deg);
    }
    to {
        -webkit-transform: scale(1) rotate(359deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.loading-icon {
    -ms-animation: spin .7s infinite linear;
    -moz-animation: spin .7s infinite linear;
    -webkit-animation: webkit-spin .7s infinite linear;
    top: 2px;
    margin-left: 7px;
}
.alert {
    margin-top: 15px;
}

.header-fixed {
    position: fixed;
    top: 40px;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    border-bottom: 1px solid #d5d5d5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
}



.checkout-completed{
    color: rgb(182, 191, 52);
}

.checkout-no-complete{
    color: rgb(63, 79, 110);
}

.bg-completed{
    background: rgb(182, 191, 52);
}

.bg-no-complete{
    background: rgb(63, 79, 110);
}

.circle-step {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 50%;
}

.circle-step .text {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;

    width: 12px;
    height: 12px;
    margin: auto;

    text-align: center;
    color: #ffffff;
}

.checkout-steps {
    width: 400px;
    margin: auto;
    text-align: center;
    top: 5px;
    left: 20%;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    color: #555;
    cursor: default;
    background-color: #F9F9F9;
    border: 1px solid #CCCCCC;
    border-bottom-color: transparent;
}

.company-name-fixed {
    position: fixed;
    top: 0px;
    text-align: left;
}

.big-text {
    font-size: 18px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.height-depending {
}

.continue-payment-button {
    background-color: #3b83fc;
    color: white;
    font-size: 20px;
}

.title1 {
    font-size: 23px;
}

.title2 {
    font-size: 14px;
}

.company-name {
    margin-top: 23px;
    font-size: 27px;
    color: #475471;
}

.low-margin {
    margin: 2px;
}

@media only screen and (max-height: 900px)and (max-height: 999px) {
    .company-name-fixed {
        position: fixed;
        top: 0px;
        text-align: left;
    }
}

@media only screen and (max-height: 800px)and (max-height: 899px) {
    .company-name-fixed {
        position: fixed;
        top: 0px;
        text-align: left;
    }
}

@media only screen and (max-height: 700px)and (max-height: 799px) {
    .company-name-fixed {
        position: fixed;
        top: 0px;
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .height-depending {
        height: 210px;
    }
}

@media screen and (max-width: 990px) {
    .company-name-fixed {
        position: fixed;
        top: 0px;
        text-align: left;
    }

    .checkout-steps {
        width: 300px;
        margin: auto;
        text-align: center;
        top: 5px;
        left: 5%;
    }
}

@media screen and (max-width: 768px) {
    .big-text {
        font-size: 12px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .continue-payment-button {
        background-color: #2C3E7F;
        font-size: 13px;
    }

    .title1 {
        font-size: 17px;
    }

    .title2 {
        font-size: 12px;
    }

    .pagosnet-logo {
        height: 45px;
        margin: 5px 10px;
    }

    .companyImg {
        height: 45px;
    }

    .company-name {
        margin-top: 20px;
        font-size: 17px;
        color: #475471;
    }

    .pagosnet-tabcontent{
        position: relative;
        width: 99%;
        top: 14px;
    }
}

@media screen and (max-width: 500px) {
    .company-name-fixed{
        position: fixed;
        top: 0px;
        text-align: left;
    }

    .checkout-steps {
        width: 200px;
        margin: auto;
        text-align: center;
        top: 15px;
        left: 5%;
        right: 0px;
    }

    .circle-step {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-right: 10px;
        border-radius: 50%;
    }

}

.fixed-pagination {
    position: fixed;
    bottom: 10px;
    right: 35%;
    z-index: 1000;
    background: grey;
}

.field-padding {
    padding-top: 15px;
    padding-left: 17px;
    padding-right: 17px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logo-centered {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 190px;
}

/*Google*/
#customBtn {
    display: inline-block;
    background: #DE4032;
    color: white;
    width: 100%;
    border-radius: 5px;
    border: thin solid #888;
    /*box-shadow: 1px 1px 1px grey;*/
    white-space: nowrap;
}
#customBtn:hover {
    cursor: pointer;
}

#iconG {
    background: url('../../img/googleplus.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 35px;
}
#txtG {
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 14px;
    font-weight: bold;
    /* Use the Roboto font that is loaded in the <head> */
    font-family: 'Roboto', sans-serif;
}

/*Facebook*/
#customBtnFB {
    display: inline-block;
    background: #3B5998;
    color: white;
    width: 100%;
    border-radius: 5px;
    border: thin solid #888;
    /*box-shadow: 1px 1px 1px grey;*/
    white-space: nowrap;
}
#customBtnFB:hover {
    cursor: pointer;
}

#iconFB {
    background: url('../../img/facebook.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 35px;
}

#txtFB {
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 14px;
    font-weight: bold;
    /* Use the Roboto font that is loaded in the <head> */
    font-family: 'Roboto', sans-serif;
}
