﻿/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
.wrapper {
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 35px;
    padding: 15px;
    width: 100%;
}

#main-header {
    width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
    left: 0; /* Posicionamos la cabecera al lado izquierdo */
    top: 0; /* Posicionamos la cabecera pegada arriba */
    position: fixed; /* Hacemos que la cabecera tenga una posición fija */
}

#main-content {
    background: transparent;
    /*margin-top: 20px;*/
    /*box-shadow: 0 0 10px rgba(0,0,0,.1);*/
}

.removeBorder {
    background: #B62622;
    color: #fff;
    text-decoration: none;
}

    .removeBorder:hover {
        background: #B62622;
        color: #fff;
        text-decoration: none;
    }

#header {
    background: #fff;
    height: 64px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.calendar {
    font-size: 14px;
    font-weight: 700;
}

.switcher-bar {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    max-height: 60px;
    position: relative;
    z-index: 22;
}

.lead {
    font-weight: 300;
    color: #fff;
    text-align: justify;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    font-size: 2.25rem;
    font-weight: 300;
    color: #fff;
}

.logo {
    border-right: 1px solid #E6E6E6;
}

    .logo a {
        display: block;
        max-height: 60px;
    }

        .logo a img {
            display: block;
            height: auto;
            max-height: 100%;
            max-width: 100%;
            width: auto;
        }

    .logo.textual a {
        color: #9B9B9B;
        font-size: 19px;
        font-weight: 700;
        line-height: 50px;
        padding: 0px;
        text-decoration: none;
        text-transform: uppercase;
    }

.header-btn-remove {
    position: relative;
    background: #B62622;
}

    .header-btn-remove a {
        border: 1px solid #B62622;
        display: block;
        font-size: 24px;
        height: 60px;
        padding: 16px;
        width: 60px;
        text-decoration: none;
    }

        .header-btn-remove a:before {
            color: #9B9B9B;
            left: 18px;
            position: absolute;
            top: 18px;
        }

        .header-btn-remove a:hover, .header-btn-remove.current a {
            background: #B62622;
            border: 1px solid #B62622;
            color: #fff;
            text-decoration: none;
        }

            .header-btn-remove a:hover:before,
            .header-btn-remove.current a:before {
                color: #fff;
            }

.header-btn {
    position: relative;
}

    .header-btn a {
        border: 1px solid #E6E6E6;
        display: block;
        font-size: 24px;
        height: 60px;
        padding: 16px;
        width: 60px;
        text-decoration: none;
    }

        .header-btn a:before {
            color: #9B9B9B;
            left: 18px;
            position: absolute;
            top: 18px;
        }

        .header-btn a:hover, .header-btn.current a {
            background: #337ab7;
            border: 1px solid #337ab7;
            color: #fff;
            text-decoration: none;
        }

            .header-btn a:hover:before,
            .header-btn.current a:before {
                color: #fff;
            }

        .header-btn a:focus,
        .product-switcher a:focus {
            outline: none;
        }

.product-switcher {
    position: relative;
}

    .product-switcher a:before {
        content: '+';
        left: 20px;
        position: absolute;
        top: 4px;
    }

    .product-switcher a {
        color: #9B9B9B;
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 50px;
        max-height: 60px;
        padding: 5px 20px 5px 40px;
        text-decoration: none;
        text-transform: uppercase;
    }

/******************/
.header-btn-letra {
    position: relative;
    background: #3b87c8;
}

    .header-btn-letra a {
        border: 1px solid #3b87c8;
        display: block;
        font-size: 24px;
        height: 60px;
        padding: 16px;
        text-decoration: none;
    }

        .header-btn-letra a:before {
            color: #fff;
            left: 18px;
            position: absolute;
            top: 18px;
        }

        .header-btn-letra a:hover, .header-btn-letra.current a {
            background: #337ab7;
            border: 1px solid #337ab7;
            color: #fff;
            text-decoration: none;
        }

            .header-btn-letra a:hover:before,
            .header-btn-letra.current a:before {
                color: #fff;
            }

/******************/

@media screen and (max-width: 1024px) {
    .header-btn a {
        padding: 0px;
        font-family: 'Open Sans',sans-serif;
        border: 1px solid #e6e6e6;
        display: block;
        font-size: 24px;
        height: 60px;
        padding: 16px;
        width: 60px;
        text-align: center;
        text-decoration: none;
        color: white;
        outline: none;
    }

    .header-btn-remove a {
        padding: 0px;
        font-family: 'Open Sans',sans-serif;
        border: 1px solid #B62622;
        display: block;
        font-size: 24px;
        height: 60px;
        padding: 16px;
        /*width: 60px;*/
        text-align: center;
        text-decoration: none;
        color: white;
        outline: none;
    }
}

@media screen and (max-width: 550px) {
    .product-switcher {
        display: none;
    }

    .lead {
        font-size: 16px;
    }

    .list-unstyled {
        font-size: 16px;
    }
}

.espacio {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: -15px;
}

.btn-acceso {
    color: #fff;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}

    .btn-acceso:hover {
        background-color: #336699;
        border-color: #336699;
    }

.btn-default:hover {
    background: #767676;
    color: #fff;
}

.titulo-acceso {
    color: #fff;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.margin {
    display: flex;
    margin-bottom: 1px;
}
/**/
.ir-arriba {
    padding: 5px;
    color: #E66346;
    position: fixed;
    font-size: 40px;
    bottom: 35px;
    right: 5px;
    display: none;
    cursor: pointer;
    opacity: 0.3;
}
/**/
.cabecera-izq {
    color: #fff;
    -webkit-transition: color 1s;
    transition: color 1s;
    font-size: 16px;
    margin-top: 16%;
}

label {
        
    color: #222;
}

.tamano {
    font-size: 9px;
}

.linkAc {
    color: #5eec60;
    font-weight: 400;
}

    .linkAc:hover {
        color: #FF8C00;
        font-weight: 400;
    }
/**/

.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .image-preview-input input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.image-preview-input-title {
    margin-left: 2px;
}

.footerPie {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
/* FOOTER */
.footer {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #e6e6e6;
    bottom: 0;
    left: 0;
    padding: 5px 20px;
    position: absolute;
    right: 0;
}

    .footer.fixed_full {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 10px 20px;
        background: #fff;
        border-top: 1px solid #e6e6e6;
        color: #767676;
        font-size: 14px;
    }

    .footer.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 10px 20px;
        background: white;
        border-top: 1px solid #e6e6e6;
        margin-left: 300px;
    }
/**/
/*.banner {background: #61ded1 url(images/banner-bg.jpg) no-repeat center 0;padding-top: 100px;min-height: 778px;position: relative;overflow: hidden;}
.banner .container{z-index: 1;position: relative;}
.banner .info{margin-bottom: 20px;}
.banner h1{font-size: 48px;max-width: 600px;margin-bottom: 50px;}
.banner h1 span{font-weight: normal;font-size: 40px}
.banner .group-btns a{margin-left: 0;display: block;}
.banner .group-btns a i{font-size: 24px;line-height: 42px;}
.banner .group-btns p{font-size: 14px;}
.banner .switch-mac a{font-weight: bold;margin-top: 10px;display: inline-block;}
.banner .switch-mac a i{font-size: 20px;font-weight: bold;vertical-align: middle;margin-left: 5px;}
.banner .switch-mac a:hover,.banner .switch-mac a:focus{color: #FFF;}
.banner a.play-btn{width: 120px;height: 120px;background: rgba(255,255,255,0.5);border-radius: 50%;position: absolute;left: 65%;top: calc(50% - 60px)}
.banner a.play-btn:after{content: '';display:block;width: 0;height: 0;border-style: solid;border-width: 25px 0 25px 40px;border-color: transparent transparent transparent #fff;position: absolute;left: calc(50% - 12px);top: calc(50% - 25px);}*/

.nav {
    background: transparent;
}

    .nav .cell {
        border-left: 1px solid #505f63;
        padding: 0;
    }

        .nav .cell:first-child {
            border-left: none;
            text-align: center;
        }

        .nav .cell a {
            height: 60px;
            display: block;
            color: #FFF;
            padding-top: 0px;
            position: relative;
            text-align: center;
        }

            .nav .cell a:hover {
                border-bottom: 10px solid #61ded1;
                color: #61ded1;
            }

            .nav .cell a:after {
                content: '';
                background: url(images/nav-ico.png) no-repeat;
                width: 62px;
                height: 62px;
                position: absolute;
                left: calc(50% - 31px);
                top: 16px;
            }

        .nav .cell.edit a:after {
            background-position: 0 10px;
        }

        .nav .cell.enhance a:after {
            background-position: 0 -50px;
        }

        .nav .cell.unleash a:after {
            background-position: 0 -112px;
        }

        .nav .cell.import a:after {
            background-position: 0 -175px;
        }

.effort-cont {
    padding: 75px 0 30px;
}

    .effort-cont h2 {
        font-size: 48px;
        margin-bottom: 25px;
        text-align: center;
    }

    .effort-cont p.tip {
        text-align: center;
        font-size: 18px;
        margin-bottom: 60px;
    }

.input-group-addon {
    min-width: 30px;
}

/* PEACE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #d9534f;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

/*
 * General styles
 */

body, html {
    /*background: linear-gradient(45deg, #99CCCC 50%,#fff 100%);*/
    /*background: linear-gradient(45deg, rgba(0,114,188,0.7) 0%,rgba(141,198,63,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072bc', endColorstr='#8dc63f',GradientType=1 );
    font-family: 'Lato', sans-serif;*/
    position: relative;
    /*background: rgb(40,70,102);*/
    background: rgb(44, 42, 97);
    background-size: cover;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.modal-footer {
    margin: 0;
}

    .modal-footer .btn {
        font-weight: bold;
    }

    .modal-footer .progress {
        display: none;
        height: 32px;
        margin: 0;
    }

td {
    background: #fff;
    font-size: 12px;
}

th {
    font-size: 12px;
}

.border-danger {
    border-top: 3px solid rgb(234, 28, 36);
    padding-top: 15px;
}

.border-primary {
    border-top: 3px solid rgba(27, 116, 193, 0.9);
    padding-top: 15px;
}

.border-green {
    border-top: 3px solid #58BFC8;
    padding-top: 15px;
}

.border-orange {
    border-top: 3px solid rgba(255, 152, 0,0.9);
    padding-top: 15px;
}

body {
    position: relative;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #767676;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

    a:hover {
        color: #008080;
    }

.logo img {
    padding: 2.5px;
    border-right: 1px solid #eee;
}

.info {
    padding: 20px 0 0 10px;
    font-size: 16px;
    color: #333;
    float: left;
}

    .info a {
        font-weight: bold;
        text-decoration: underline;
    }

        .info a:hover {
            text-decoration: none;
        }

/* Preview Frame */
#preview {
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    bottom: 0;
    transition: all .2s;
}

#preview-frame {
    border: 0;
    position: absolute;
    transition: 0.5s;
}

.preview-desktop {
    left: 0;
    width: 100%;
    height: 100%;
}

.preview-tablet {
    width: 768px;
    height: 100%;
    left: calc(50% - 384px);
}

.preview-mobile {
    width: 360px;
    height: 680px;
    left: calc(50% - 180px);
    top: 0;
    margin-top: 20px;
}

/* Preview Devices buttons */

.preview-devices {
    display: none;
    float: left;
    padding: 10px 0 0 15px;
}

    .preview-devices ul {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-type: none;
        line-height: 1.0;
    }

    .preview-devices li {
        float: left;
        width: 50px;
        overflow: hidden;
        text-align: center;
    }

    .preview-devices a {
        font-size: 18px;
        overflow: hidden;
        color: #555;
        outline: 0;
        width: 50px;
        padding: 10px 0;
        display: inline-block;
    }

    .preview-devices li:hover a, .preview-devices .preview-devices-active a {
        color: #00a6eb;
    }

.preview-devices-active a {
    border-bottom: 2px solid #00a6eb;
}

.preview-devices-active a {
    padding-bottom: 11px;
}

.preview-devices li:hover a, .preview-devices li.preview-devices-active a {
    color: #00a6eb;
}

.preview-devices li:hover, .preview-devices li:hover a {
    transition: color 0.3s ease;
}


/* Navigate Buttons */

.navigate {
    z-index: 1;
    padding: 11px 11px 0 0;
    float: right;
}

    .navigate ul {
        padding: 0;
        margin: 0;
        float: right;
        list-style: none;
    }

        .navigate ul li {
            display: inline;
        }

            .navigate ul li a {
                font-size: 20px;
                transition: all 0.3s ease-in-out;
                display: block;
                padding: 10px 10px;
                border: solid 1px #dfdfdf;
                border-radius: 4px;
                color: #828282;
                float: left;
                line-height: 1px;
                margin: 0 0 0 5px;
            }

    .navigate a:hover {
        border: solid 1px #00a6eb;
        color: #00a6eb;
    }

    .navigate ul li a.download {
        background: #00a6eb;
        border: solid 1px #00a6eb;
        color: #fff;
        font-size: 14px;
        padding: 12px 14px;
        font-family: "Open Sans", sans-serif;
    }

        .navigate ul li a.download i {
            font-size: 16px;
            float: left;
        }

    .navigate a.download:hover {
        background: #1bbcff;
    }

    .navigate a.download span {
        font-size: 14px;
        display: inline-block;
        line-height: 14px;
    }

    .navigate a.first-latest {
        background: #e6e6e6;
        border: 1px solid #e6e6e6;
        color: #fff;
    }

.social-share {
    position: fixed;
    bottom: 0;
    height: 40px;
    text-align: center;
    background: #fff;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-top: 10px;
    width: 380px;
    left: calc(50% - 190px);
}

    .social-share a {
        text-align: center;
        padding: 8px 6px;
        font-size: 14px;
        line-height: 1;
        border-radius: 20px;
        background: #fff;
        margin: 0 1px 0 1px;
        background-color: #fff;
        border: 1px solid #ddd;
        display: inline-block;
    }

        .social-share a:hover {
            border: 1px solid #ccc;
        }

    .social-share .icon-twitter {
        color: #1DA1F3;
    }

    .social-share .icon-facebook {
        color: #3B5998;
    }

    .social-share .icon-pinterest-circled {
        color: #BD081C;
    }

    .social-share .icon-gplus {
        color: #DB4437;
    }

.icon-cancel-circled {
    position: absolute;
    right: -1px;
    top: -1px;
    cursor: pointer;
    color: #888;
    transition: 0.3s;
}

    .icon-cancel-circled:hover {
        color: red;
    }

@media (max-width: 1023px) {

    .preview-devices {
        display: none;
    }
}

@media (max-width: 767px) {

    /*.logo, .info {
        display: none;
    }*/

    .navigate {
        float: none;
        margin: 0 auto;
        text-align: center;
        display: table;
        padding-right: 0;
        width: 100%;
    }

        .navigate ul {
            float: none;
            text-align: center;
            margin: 0 auto;
        }

        .navigate .navigate-like {
            display: none;
        }

        .navigate a.download span {
            display: none;
        }


        .navigate ul li a.download {
            font-size: 20px;
            display: block;
            float: left;
            line-height: 1px;
            margin: 0 0 0 5px;
        }

            .navigate ul li a.download i {
                font-size: 20px;
                float: none;
            }

        .navigate ul li a, .navigate ul li a.download {
            width: 17%;
            margin-left: 2%;
            padding: 10px 0;
        }
}
/*Error-Page*/
/*404 page*/
.body-404 {
    background: #008080;
    color: #fff;
}

.error-head {
    background: #fff;
    height: 280px;
}

.error-wrapper {
    text-align: center;
}

    .error-wrapper h1 {
        font-size: 90px;
        font-weight: 300;
        margin: -141px 0 0 0;
        text-align: center;
        color: #767676;
    }

    .error-wrapper h2 {
        font-size: 58px;
        font-weight: 300;
        margin: 0;
        text-transform: uppercase;
    }

.error-desk {
    background: rgba(0,0,0,0.05);
    padding: 50px 0;
}

.error-wrapper p, .error-wrapper p a {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

    .error-wrapper p.nrml-txt {
        color: #03f1e4;
        font-size: 40px;
        margin: 15px;
    }

.back-btn, .back-btn:hover {
    border: 1px solid rgba(255,255,255,.5);
    padding: 10px 15px;
    margin-top: 100px;
    margin-bottom: 100px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

    .back-btn:hover {
        background: #fff;
        color: #02a9a0;
    }

a:hover {
    text-decoration: none;
}

.center {
    text-align: center;
    color: #fff;
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 20px;
}

.lblfecha {
    padding-top: 22px;
    margin-right: 10px;
    color: #767676;
}

@media (max-width: 767px) {
    /*.container {
        width: 1170px;
    }*/
    .section-padding {
        padding-top: 0px;
        /*margin-top: -50px;*/
    }

    .error-wrapper h1 {
        font-size: 60px;
    }

    .error-wrapper p.nrml-txt {
        font-size: 20px;
        margin: 30px;
    }

    p {
        margin: 2px;
        font-size: 14px;
        color: #000;
    }

    .panel-heading {
        padding: 10px 15px;
    }
}
/**/
.form-control {
    border: 1px solid #ccc;
    height: 34px;
    padding: 8px;
    border-radius: 4px;
    box-shadow: none;
}

    .form-control:focus {
        border-color: #339999;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #339999;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #339999;
    }
/**/

h1, h2, h3, h4, h5, h6 {
    color: #343333;
}

.inner-div-principal {
    background: #008080;
    text-align: center;
    color: #fff;
    /*margin: -20px;*/
}

.inner-div-padre {
    display: inline-block;
    /*margin-top: 50px;*/
    padding: 15px;
    width: 100%;
}

.inner-div-hijo {
    margin: 5% auto;
    border-radius: 3px;
    color: #fff;
}

.espacio-extremos {
    padding: 25px;
}

.content-page .content {
    padding: 0 5px 10px 5px;
    margin-top: 70px;
    margin-bottom: 20px;
}

/*.container {
        width: auto;
    }*/

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    position: relative !important;
}
/**/
.text-white-bol {
    color: #fff;
    font-weight: 700;
}

.altura-panel {
    padding-top: 30px;
}
/**/

.login.login-with-news-feed, .register.register-with-news-feed {
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
}

    .login.login-with-news-feed .news-feed, .register.register-with-news-feed .news-feed {
        position: fixed;
        left: 0;
        right: 500px;
        top: 0;
        bottom: 0;
        -webkit-transform: translateZ(0);
        overflow: hidden;
    }

    .login.login-with-news-feed .news-image, .register.register-with-news-feed .news-image {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }

        .login.login-with-news-feed .news-image img, .register.register-with-news-feed .news-image img {
            position: absolute;
            max-height: 100%;
            min-width: 100%;
            top: -1960px;
            bottom: -1960px;
            left: -1960px;
            right: -1960px;
            margin: auto;
        }

    .login.login-with-news-feed .news-caption, .register.register-with-news-feed .news-caption {
        background: rgba(0,0,0,.7);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
        color: #999;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 120px 60px 40px;
        font-size: 14px;
        z-index: 20;
        font-weight: 300;
        min-width: 680px;
    }

        .login.login-with-news-feed .news-caption .caption-title, .register.register-with-news-feed .news-caption .caption-title {
            color: #fff;
            color: rgba(255,255,255,.8);
            font-weight: 300;
            font-size: 28px;
        }

    .login.login-with-news-feed .right-content, .register.register-with-news-feed .right-content {
        float: right;
        width: 500px;
    }

    .login.login-with-news-feed .login-content, .register.register-with-news-feed .register-content {
        width: auto;
        padding: 30px 60px;
    }

    .register.register-with-news-feed .register-content {
        padding: 20px 60px 30px;
    }

    .login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header {
        position: relative;
        top: 0;
        margin: 0;
        left: 0;
        right: 0;
        padding: 100px 60px 0;
    }

    .register.register-with-news-feed .register-header {
        padding: 60px 60px 0;
        font-size: 32px;
    }

        .register.register-with-news-feed .register-header small {
            color: #777;
            display: block;
            font-size: 14px;
            margin-top: 10px;
            line-height: 20px;
        }

    .login.login-with-news-feed .login-header .brand {
        color: #222;
    }

        .login.login-with-news-feed .login-header .brand small {
            color: #777;
        }

    .login.login-with-news-feed .login-header .icon {
        top: 98px;
        right: 10px;
    }

.register-header {
    padding: 60px 60px 0;
    font-size: 32px;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.text-inverse {
    color: #222 !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.border-cuadro {
    background: #eaeaec;
    margin: 15px 0px 10px 0px;
}

.text {
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    color: #32323A;
    padding: 15px;
}

.link {
    color: darkorange;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

.border-imagen-cuadro {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
/**/
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }

.fileupload {
    margin-bottom: 9px;
}

    .fileupload .uneditable-input {
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
        cursor: text;
    }

    .fileupload .thumbnail {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
        text-align: center;
    }

        .fileupload .thumbnail > img {
            display: inline-block;
            vertical-align: middle;
            max-height: 100%;
        }

    .fileupload .btn {
        vertical-align: middle;
    }

.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}

.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}
/**/
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*.inner-bg {
    padding: 120px 0 170px 0;
}*/

/*.top-content .text h1 {
    color: #fff;
}

.top-content .description p {
    opacity: 0.8;
}

.top-content .text {
    padding-top: 120px;
    color: #fff;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.form-top-left h3 {
    margin-top: 0;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    text-align: left;
}*/
.eternity-form .section-title {
    padding: 10px 20px;
    background-color: white;
}

.eternity-form {
    font-family: 'Roboto', 'PT Sans', sans-serif;
    font-weight: 300;
}

    .eternity-form .login-form-section, .eternity-form .forgot-password-section {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .eternity-form .login-content, .eternity-form .forgot-password-section, .eternity-form .reg-content {
        background-color: white;
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    }

    .eternity-form .textbox-wrap {
        padding: 20px 20px 20px 15px;
        border-left: 5px solid transparent;
        -moz-transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
        -o-transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
        -webkit-transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
        transition: border-left-color 0.5s, box-shadow 0.5s, background-color 0.5s;
    }

    .eternity-form .login-form-action {
        padding: 15px 20px 30px 20px;
    }

    .eternity-form .login-form-links {
        padding: 20px;
        margin-top: 5px;
        -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        background-color: white;
        border-left: 3px solid #f0ad4e;
    }

    .eternity-form .blue {
        color: #3498db;
    }

    .eternity-form .green {
        color: #2ecc71;
    }

    .eternity-form .green-btn, .eternity-form .green-btn:hover, .eternity-form .blue-btn {
        background-color: #2ecc71;
        border: none;
    }

/*tab*/
.btnTab-Initial {
    font-size: 12px;
    padding: 15px 15px !important;
    outline: 0px none;
    border: 1px solid #ffffff;
    border-right: 1px solid #ddd;
    background: #ffffff;
    color: black;
    cursor: pointer;
    /*margin-bottom: -5px;*/
    font-weight: 400;
    text-align: center;
    white-space: normal;
}

    .btnTab-Initial:hover {
        outline: 0px none;
        background: #3e3f44;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-left: 3px solid #f0ad4e;
        color: white;
        cursor: pointer;
        /*margin-bottom: -5px;*/
        text-align: center;
        white-space: normal;
    }

.btnTab-Clicked {
    font-size: 12px;
    padding: 15px 15px !important;
    outline: 0px none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 3px solid #B62622;
    background: #ffffff;
    color: #4a6ba2;
    cursor: pointer;
    /*margin-bottom: -5px;*/
    text-align: center;
    white-space: normal;
}

.altura {
    margin-top: 60px;
}

.medio {
    margin-top: 60px;
}

.profile-information {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 20px;
}

.tip-box {
    color: #2e5014;
}

.bs-example {
    margin: 0px;
}

    .bs-example p {
        padding: 10px;
    }

th {
    text-align: center;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.text-primary-new {
    color: #008080;
}

.btn-primary-new {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-primary-new:hover {
        background-color: #008080;
        border-color: #008080;
        color: #FFFFFF;
    }

.btn-primary-bos {
    background-color: #6f5499;
    border-color: #8c6bbf;
    color: #fff;
}

    .btn-primary-bos:hover {
        font-weight: 500;
        color: #fff;
        border-color: #7952b3;
        background-color: #7952b3;
    }

/*checkbox*/
.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;
    }

.form-group .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
    border: 1px solid #ccc;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.boc_subheading {
    font-family: 'Droid Serif',Georgia,serif;
    font-style: italic;
    font-weight: 400;
    color: #777;
    text-transform: none;
    letter-spacing: 0;
}

.contenedor {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contenido {
    padding-top: 0px;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }
.modalBackground {
    background-color: #666;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    padding: 8px;
    width: 300px;
    text-align: center;
}
.tool-tip {
    display:block;
}

    .tool-tip [disabled] {
        pointer-events: none;
    }