﻿/* Colores coorporativos*/
/* #2C91C9 Azul Claro*/
/* #005188 Azul Oscuro*/

.landing-page .contact {
    background-color: #F4F4F4;
    background-image: url(../img/landing/word_map.png);
}


.landing-page .navbar-default .navbar-nav > .active > a, .landing-page .navbar-default .navbar-nav > .active > a:hover {
    border-top: 6px solid #2C91C9;
}

.landing-page .navbar-scroll.navbar-default .nav li a:hover {
    color: #2C91C9;
}

.landing-page .btn-primary {
    background-color: #2C91C9;
    border-color: #2C91C9;
}

    .landing-page .btn-primary:hover,
    .landing-page .btn-primary:focus,
    .landing-page .btn-primary:active,
    .landing-page .btn-primary.active,
    .landing-page .open .dropdown-toggle.btn-primary {
        background-color: #005188;
        border-color: #005188;
    }

.landing-page .navbar-default .navbar-nav > li > a:hover, .landing-page .navbar-default .navbar-nav > li > a:focus {
    color: #2C91C9;
    background: inherit;
}

.navbar-toggle {
    background-color: #2C91C9;
}

.landing-page .navbar-default .navbar-brand {
    background: #2C91C9;
}

    .landing-page .navbar-default .navbar-brand:hover,
    .landing-page .navbar-default .navbar-brand:focus {
        background: #005188;
    }

.landing-page .navy-section {
    color: #2C91C9;
}

.landing-page .features-icon {
    color: #2C91C9;
}

.landing-page li.pricing-title {
    background: #2C91C9;
}

.landing-page .features small {
    color: #2C91C9;
}

.landing-page .social-icon a {
    background: #2C91C9;
}

.landing-page .social-icon a:hover {
    background: #005188;
}

.landing-page a.navy-link {
    color: #2C91C9;
}

.landing-page .pricing-plan .pricing-price span {
    color: #2C91C9;
}

.landing-page a.navy-link:hover {
    color: #005188;
}

.landing-page .navy-line {
    border-bottom: 2px solid #2C91C9;
}

.landing-page .testimonials {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #2C91C9;
    background-image: url(../img/landing/avatar_all.png);
}

.testimonials {
    color: white;
}

.landing-page span.navy {
    color: #2C91C9;
}

.checkbox, .radio {
    margin: 10px !important;
}

.span-margin-left-10 {
    position: relative;
    left: 10px
}

/* iCheck plugin Square skin, blue */
.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(plugins/iCheck/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}

    .icheckbox_square-blue.hover {
        background-position: -24px 0;
    }

    .icheckbox_square-blue.checked {
        background-position: -48px 0;
    }

    .icheckbox_square-blue.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square-blue.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-blue {
    background-position: -120px 0;
}

    .iradio_square-blue.hover {
        background-position: -144px 0;
    }

    .iradio_square-blue.checked {
        background-position: -168px 0;
    }

    .iradio_square-blue.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square-blue.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(plugins/iCheck/blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/* For Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}
/*----------------------------------*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.border-danger {
    border: solid 1px #a94442;
}

/* Estilos para el wizard de la aplicación*/
.wizard {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .wizard > .steps {
        position: relative;
        display: block;
        width: 100%;
    }

    .wizard ul {
        list-style: none !important;
        padding: 0;
        margin: 0;
    }

    .wizard > .steps > ul > li {
        float: left;
    }

    .wizard ul > li {
        display: block;
        padding: 0;
    }

    .wizard > .steps > ul > li {
        width: 14.28%;
    }

    .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
        background: #eee;
        color: #aaa;
        cursor: default;
    }

    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
        display: block;
        width: auto;
        margin: 0 0.5em 0.5em;
        padding: 8px;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .wizard > .steps .start a, .wizard > .steps .start a:hover, .wizard > .steps .start a:active {
        background: #1483C6;
        color: #fff;
    }

    .wizard > .steps .start-disabled a, .wizard > .steps .start-disabled a:hover, .wizard > .steps .start-disabled a:active {
        background: #1483C6;
        color: #fff;
        cursor: default;
        opacity: 0.65;
    }

    .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
        background: #1483C6;
        color: #fff;
        cursor: default;
    }

    .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
        background: #1483C6;
        color: #fff;
        opacity: 0.65;
    }
/*----------------------------------*/
/*----------------------------------*/

/* Botón comprime menu */
.skin-1 .navbar-minimalize {
    background: #1483C6;
    border-color: #1483C6;
}

.skin-1 .wrapper-content {
    padding: 10px 5px;
}

.btn-primary:active:focus {
    color: #ffffff;
    background-color: #005188;
    border-color: #005188;
}
/*----------------------------------*/
/*----------------------------------*/

.dataTables_wrapper {
    padding-bottom: 0;
}

.agile-list li:hover {
    cursor: default;
    background: #fff;
}

.photo-user > img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Quito las cajas de + y - en touchSpin para campos decimal */
.input-decimal span.input-group-btn {
    display: none;
}

/* CSS for responsive iframe */
/* ========================= */

/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
#Iframe-Master-CC-and-Rs {
    max-width: 512px;
    max-height: 100%;
    overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
    position: relative;
    height: 0; /* gets height from padding-bottom */
    /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
    -webkit-overflow-scrolling: touch; overflow: auto; */
}

    .responsive-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
    padding-bottom: 107%;
}

/* general styles */
/* ============== */
.set-border {
    border: 5px inset #4f4f4f;
}

.set-box-shadow {
    -webkit-box-shadow: 4px 4px 14px #4f4f4f;
    -moz-box-shadow: 4px 4px 14px #4f4f4f;
    box-shadow: 4px 4px 14px #4f4f4f;
}

.set-padding {
    padding: 40px;
}

.set-margin {
    margin: 30px;
}

.center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wrapper .middle-box {
    margin-top: 20px;
}

.middle-box {
    max-width: 500px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 10px;
}

.external-header {
    margin-left: -30px;
    margin-right: -30px;
    height: 77px;
    padding-top: 15px
}

.skin-1 .nav > li.active {
    background: #3a4459;
    border-left: 4px solid #1584C7;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.text-wrap {
    white-space: normal;
}

.width-100 {
    width: 100%;
}

select {
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.pace .pace-progress {
    background: #1691D8;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
