/* Base structure */
body {
    padding-top: 70px;
    padding-left: 220px;
    background-color: #ecf0f1;
    font-family: 'arial';
    color: #000000;
    font-size: 13px;
    width: 100%;
}

.bottom-bar {
    font-size: 12px;
    background-color: #e88eaf;
    padding: 12px 0 5px 0;
    color: #F8F8F8;
    width: 100%
}


#main-content {
    width: 100%;
    background-color: #ecf0f1
}



.imagenNotaContexto {
    float: left;
    margin: 10px;
    max-width: 340px;
    max-height: 480px
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .maxlogoMovil {
        max-width: 90px;
    }

    .padding30movl {
        padding-top: 30px !important;
    }
}
/*
aside {
    position: fixed;
}*/

.col-lg-3-Special {
    width: 25%;
}

.col-md-3-Special {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
}

.sub-header {
    font-size: 16px;
    color: #020e28;
    padding: 5px 0;
    margin: 0 0 20px 0;
}

.page-header {
    font-size: 20px;
    margin: 20px 0 0px;
    color: #1e2b48;
}

.placeholders {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #d7dde5;
    margin-bottom: 20px;
}

    .placeholders ul {
        padding: 0 20px;
    }

    .placeholders img {
        margin-right: 20px;
    }

.btn-primary {
    border: 0;
    background-color: #e88eaf;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #2f8f83;
    }

.count {
    text-align: center;
    padding: 9px 5px;
    width: 35px;
    height: 35px;
    color: #fff;
    display: block;
    font-size: 12px;
    float: right;
    background: url('../img/circle.png') center center;
}

.clear {
    clear: both;
}
/* Top navigation */
.navbar-brand {
    padding: 10px 20px;
    display: block;
    height: 69px;
}

.nav-pills > li > a {
    color: #020e28;
    padding: 26px 10px;
}

    .nav-pills .open > a,
    .nav-pills .open > a:focus,
    .nav-pills .open > a:hover,
    .nav-pills > li > a:focus,
    .nav-pills > li > a:hover {
        color: #5584ff;
        background-color: transparent;
    }

.nav-pills .caret {
    color: #5584ff;
}

.dropdown-menu {
    top: 70%;
}
/* Sidebar */

.acccionMenuTab {
    color: black;
}

.sidebar {
    padding: 0;
    background-color: #e64783;
    height: 100% !important;
    position: fixed;
    overflow: auto;
    width: 225px;
    left: 0;
}

    .sidebar .nav > li {
        border-bottom: 1px solid #e64783;
        border-top: 1px solid #e88eaf;
    }

        .sidebar .nav > li > a {
            color: white;
            font-size: 12px;
            padding: 10px 20px;
        }

            .sidebar .nav > .active > a,
            .sidebar .nav > li > a:hover,
            .sidebar .nav > li > a:focus {
                background-color: #e88eaf;
            }

.container-datepicker {
    padding: 20px;
    color: #020e28;
}

@media(min-width:768px) {
    .nav-pills > li > a.btn-global {
        background-color: #e88eaf;
        border-radius: 4px;
        padding: 10px 15px;
        margin: 15px 10px;
    }

        .nav-pills > li > a.btn-global:focus,
        .nav-pills > li > a.btn-global:hover {
            background-color: #e88eaf;
        }

    .nav-pills > li > a.btn-global {
        color: #fff;
    }

    #sidebar {
        display: block;
    }
}

@media(max-width:768px) {
    body {
        padding-left: 5px;
    }

    #toolbarMedia {
        display: none;
    }

    #sidebar {
        position: absolute;
        left: 0;
        top: 72px;
        z-index: 2;
        width: 100%;
        height: 100% !important
    }

    .imagenNotaContexto {
        float: left;
        margin: 10px;
        max-width: 310px;
        max-height: 450px
    }

    .nav-pills > li {
        font-size: 15px;
        border-left: 1px solid #ecf0f1;
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-default .navbar-toggle {
        font-size: 20px;
        float: left;
        background-color: transparent;
        color: #212121;
        margin: 18px 10px 18px 0px;
        border: none;
    }

        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            color: #5584ff;
            background-color: transparent;
            text-decoration: none;
        }

    #main-content {
        margin-left: 3px;
    }
}




#toolbarMedia {
    padding: 10px;
    position: fixed;
    top: 150px;
    background-color: #e88eaf;
    color: white;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: 200px;
    height: 250px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    position: fixed;
    right: -165px;
}

    #toolbarMedia > .form {
        margin-left: 5px;
    }


#closetag {
    float: right;
    display: inline-block;
    padding: 2px 2px;
    margin-right: 5px;
    color: white;
    font-size: 15px;
    top: 2px;
}

    #closetag:hover {
        color: black;
        cursor: pointer;
    }




.tituloHerramientas {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.question {
    margin-left: 5px;
    margin-bottom: 5px;
}

    .question > label {
        margin-left: 5px;
    }

.switch {
    margin-left: 20px;
}


/*loading */


.modalloading {
    display: none;
    position: fixed;
    z-index: 1000;
    /*top: 0;*/
    /*left: 0;*/
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Content/Estilo/img/load1.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
#main-content.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    #main-content.loading .modalloading {
        display: block;
    }

#main-content.loadingImage .imagePreviewFull {
    display: block;
}

#main-content.loadingImage {
    overflow: hidden;
}

.generalloaddiv {
    background: rgba(255, 255, 255, 0.13) url('/Content/Estilo/img/load5.gif') 50% 50% no-repeat;
}

.testigoloadDiv {
    background: rgba(255, 255, 255, 0.13) url('/Content/Estilo/img/load5.gif') 50% 50% no-repeat;
    float: left;
    margin: 10px;
    width: 310px;
    height: 450px
}

.testigoNota {
    float: left;
    max-width: 360px;
    max-height: 500px
}

.balazosNota {
    margin-left: 360px;
}

    .balazosNota ul {
        padding-left: 15px;
    }

.testigoloadDivMini {
    background: rgba(255, 255, 255, 0.13) url('/Content/Estilo/img/loadingmini.gif') 50% 50% no-repeat;
    float: left;
    margin: 10px;
    width: 30px;
    height: 30px
}

.testigoloadDivNO {
    float: left;
    margin: 10px;
    width: 310px;
    height: 450px
}

#shareochocolumnas {
    float: right;
    padding: 20px;
}

.forex {
    padding-left: 20px;
    padding-right: 50px;
}


/*graficas*/
.graficaAnalisis {
    margin-bottom: 20px
}




/*
    encabezadoNota
*/
.encabezadoNota {
    font-size: 10px;
    text-align: right;
    color: #191970;
}



/*vista de notas*/


.ContenidoNota {
}

.OchoCarrucelItem {
    background-color: white;
    display: block;
}

.portadaOcho {
    align-content: center;
    text-align: center;
    display: block;
    max-height: 300px;
    padding: 20px;
}

    .portadaOcho img {
        width: 100%;
        display: block;
        float: left;
    }

.balazosOcho {
    margin-top: 20px;
    float: left;
}

.OchoCarrucelItem h4 {
    font-size: 10px;
    color: #191970;
    text-align: right;
    padding-right: 20px;
    padding-top: 20px;
}



#trendinglist {
    max-height: 400px;
    overflow: auto;
}

#busquedatwList {
    max-height: 390px;
    overflow: auto;
}


#analisisNotasDiv {
    margin-top: 0px;
}



.temaTitulo {
    padding: 20px;
    background-color: white;
    color: #e64783;
}

.cajadenota {
    max-height: 280px !important;
    height: 280px !important;
    overflow: hidden;
    margin-top: 3px;
}

    .cajadenota > div {
        max-height: 280px !important;
        height: 280px !important;
        overflow: hidden
    }

#MisNotas {
    border-bottom: 2px solid white;
}

/*tab styles*/
/* Individual tab styles */

/*****************************/
/* Bar */
/*****************************/

.tabs-style-bar nav {
    background: rgba(40,44,42,0.05);
}

    .tabs-style-bar nav ul {
        border: 4px solid transparent;
    }

        .tabs-style-bar nav ul li a {
            margin: 0 2px;
            background-color: #f7f7f7;
            color: #74777b;
            transition: background-color 0.2s, color 0.2s;
        }

            .tabs-style-bar nav ul li a:hover,
            .tabs-style-bar nav ul li a:focus {
                color: #2CC185;
            }

            .tabs-style-bar nav ul li a span {
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 500;
                font-size: 0.6em;
            }

        .tabs-style-bar nav ul li.tab-current a {
            background: #2CC185;
            color: #fff;
        }

/*****************************/
/* Icon box */
/*****************************/

.tabs-style-iconbox nav {
    background: rgba(255,255,255,0.4);
}

    .tabs-style-iconbox nav ul li a {
        overflow: visible;
        padding: 2em 0;
        line-height: 1;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
    }

        .tabs-style-iconbox nav ul li a span {
            font-weight: 700;
            font-size: 0.7em;
        }

    .tabs-style-iconbox nav ul li.tab-current {
        z-index: 100;
    }

        .tabs-style-iconbox nav ul li.tab-current a {
            background: #fff;
            box-shadow: -1px 0 0 #fff;
        }

            .tabs-style-iconbox nav ul li.tab-current a::after {
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -10px;
                width: 0;
                height: 0;
                border: solid transparent;
                border-width: 10px;
                border-top-color: #fff;
                content: '';
                pointer-events: none;
            }

    .tabs-style-iconbox nav ul li:first-child::before,
    .tabs-style-iconbox nav ul li::after {
        position: absolute;
        top: 20%;
        right: 0;
        z-index: -1;
        width: 1px;
        height: 60%;
        background: rgba(0,0,0,0.07);
        content: '';
    }

    .tabs-style-iconbox nav ul li:first-child::before {
        right: auto;
        left: 0;
    }

.tabs-style-iconbox .icon::before {
    display: block;
    margin: 0 0 0.25em 0;
}

/*****************************/
/* Underline */
/*****************************/

.tabs-style-underline nav {
    background: #fff;
}

    .tabs-style-underline nav a {
        padding: 0.25em 0 0.5em;
        border-left: 1px solid #e7ecea;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
    }

    .tabs-style-underline nav li:last-child a {
        border-right: 1px solid #e7ecea;
    }

    .tabs-style-underline nav li a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background: #2CC185;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translate3d(0,150%,0);
        transform: translate3d(0,150%,0);
    }

    .tabs-style-underline nav li.tab-current a::after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .tabs-style-underline nav a span {
        font-weight: 700;
    }

/*****************************/
/* Triangle and line */
/*****************************/

.tabs-style-linetriangle nav a {
    overflow: visible;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

    .tabs-style-linetriangle nav a span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1em;
    }

.tabs-style-linetriangle nav li.tab-current a:after,
.tabs-style-linetriangle nav li.tab-current a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

.tabs-style-linetriangle nav li.tab-current a:after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #e7ecea;
}

.tabs-style-linetriangle nav li.tab-current a:before {
    margin-left: -11px;
    border-width: 11px;
    border-top-color: rgba(0,0,0,0.2);
}

@media screen and (max-width: 58em) {
    .tabs-style-linetriangle nav {
        font-size: 0.6em;
    }
}

/*****************************/
/* Top Line */
/*****************************/

.tabs-style-topline {
    max-width: 1200px;
}

    .tabs-style-topline nav li {
        border: 1px solid rgba(40,44,42,0.1);
    }

        .tabs-style-topline nav li:not(:last-child) {
            border-right: none;
        }

        .tabs-style-topline nav li.tab-current {
            border-top-color: #2CC185;
            border-bottom: none;
        }

    .tabs-style-topline nav a {
        padding: 0.65em 0 0.5em;
        background: rgba(40,44,42,0.05);
        color: #74777b;
        line-height: 1;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
    }

        .tabs-style-topline nav a:hover,
        .tabs-style-topline nav a:focus {
            color: #2CC185;
        }

    .tabs-style-topline nav li.tab-current a {
        background: none;
        box-shadow: inset 0 3px 0 #2CC185;
        color: #2CC185;
    }

    .tabs-style-topline .icon::before {
        display: block;
        margin: 0;
    }

    .tabs-style-topline nav a span {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 0.5em;
    }

/*****************************/
/* Falling Icon, from http://vintageproductions.eu/grid/interactivity/ */
/*****************************/

.tabs-style-iconfall {
    overflow: visible;
}

    .tabs-style-iconfall nav a {
        display: inline-block;
        overflow: visible;
        padding: 1em 0 2em;
        color: black;
        line-height: 1;
        -webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
        transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
    }

        .tabs-style-iconfall nav a:hover,
        .tabs-style-iconfall nav a:focus,
        .tabs-style-iconfall nav li.tab-current a {
            color: #2CC185;
        }

        .tabs-style-iconfall nav a span {
            font-weight: 700;
        }

    .tabs-style-iconfall nav li::before {
        position: absolute;
        bottom: 1em;
        left: 50%;
        margin-left: -20px;
        width: 40px;
        height: 4px;
        background: #2CC185;
        content: '';
        opacity: 0;
        -webkit-transition: -webkit-transform 0.2s ease-in;
        transition: transform 0.2s ease-in;
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
    }

    .tabs-style-iconfall nav li.tab-current::before {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    .tabs-style-iconfall .icon::before {
        display: block;
        margin: 0 0 0.35em;
        opacity: 0;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s;
        -webkit-transform: translate3d(0,-100px,0);
        transform: translate3d(0,-100px,0);
        pointer-events: none;
    }

    .tabs-style-iconfall nav li.tab-current .icon::before {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

@media screen and (max-width: 58em) {
    .tabs-style-iconfall nav li .icon::before {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

/*****************************/
/* Moving Line */
/*****************************/

.tabs-style-linemove nav {
    background: #fff;
}

    .tabs-style-linemove nav li:last-child::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #2CC185;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }

    /* Move the line */
    .tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-400%,0,0);
        transform: translate3d(-400%,0,0);
    }

    .tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-300%,0,0);
        transform: translate3d(-300%,0,0);
    }

    .tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-200%,0,0);
        transform: translate3d(-200%,0,0);
    }

    .tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    .tabs-style-linemove nav a {
        padding: 1em 0;
        color: #74777b;
        line-height: 1;
        -webkit-transition: color 0.3s, -webkit-transform 0.3s;
        transition: color 0.3s, transform 0.3s;
    }

    .tabs-style-linemove nav li.tab-current a {
        color: #2CC185;
        -webkit-transform: translate3d(0,8px,0);
        transform: translate3d(0,8px,0);
    }

    .tabs-style-linemove nav a span {
        font-weight: 700;
    }

/*****************************/
/* Line */
/*****************************/

.tabs-style-line nav ul {
    padding: 0 2em;
    max-width: none;
    box-shadow: inset 0 -2px #d1d3d2;
}

.tabs-style-line nav a {
    padding: 0.7em 0.4em;
    box-shadow: inset 0 -2px #d1d3d2;
    color: #74777b;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 0.8em;
    line-height: 1;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
}

    .tabs-style-line nav a:hover,
    .tabs-style-line nav a:focus {
        box-shadow: inset 0 -2px #74777b;
    }

.tabs-style-line nav li.tab-current a {
    box-shadow: inset 0 -2px #2CC185;
    color: #2CC185;
}

@media screen and (max-width: 58em) {
    .tabs-style-line nav ul {
        display: block;
        box-shadow: none;
    }

        .tabs-style-line nav ul li {
            display: block;
            -webkit-flex: none;
            flex: none;
        }
}

/*****************************/
/* Circle */
/*****************************/

.tabs-style-circle {
    overflow: visible;
}

    .tabs-style-circle nav li::before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -60px 0 0 -60px;
        width: 120px;
        height: 120px;
        border: 1px solid #2CC185;
        border-radius: 50%;
        content: '';
        opacity: 0;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s;
        -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    }

@media screen and (max-width: 58em) {
    .tabs-style-circle nav li::before {
        margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px;
    }
}

.tabs-style-circle nav li.tab-current::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.tabs-style-circle nav a {
    overflow: visible;
    color: #74777b;
    font-weight: 700;
    font-size: 0.9em;
    line-height: 1.1;
    -webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
    transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
}

    .tabs-style-circle nav a span {
        display: inline-block;
    }

    .tabs-style-circle nav a span,
    .tabs-style-circle .icon::before {
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7,0,0.3,1);
        transition: transform 0.3s cubic-bezier(0.7,0,0.3,1);
    }

    .tabs-style-circle nav a:hover,
    .tabs-style-circle nav a:focus {
        color: black;
    }

.tabs-style-circle nav li.tab-current a {
    color: #2CC185;
}

    .tabs-style-circle nav li.tab-current a span {
        -webkit-transform: translate3d(0,4px,0);
        transform: translate3d(0,4px,0);
    }

.tabs-style-circle .icon::before {
    display: block;
    margin: 0;
    pointer-events: none;
}

.tabs-style-circle nav li.tab-current .icon::before {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
}

/*****************************/
/* Shape */
/*****************************/

.tabs-style-shape {
    max-width: 1200px;
}

    .tabs-style-shape nav ul li {
        margin: 0 3em;
    }

        .tabs-style-shape nav ul li:first-child {
            margin-left: 0;
        }

        .tabs-style-shape nav ul li.tab-current {
            z-index: 100;
        }

    .tabs-style-shape nav li a {
        overflow: visible;
        margin: 0 -3em 0 0;
        padding: 0;
        color: #fff;
        font-weight: 500;
    }

    .tabs-style-shape nav li:first-child a span {
        padding-left: 2em;
        border-radius: 30px 0 0 0;
    }

    .tabs-style-shape nav li:last-child a span {
        padding-right: 2em;
        border-radius: 0 30px 0 0;
    }

    .tabs-style-shape nav li a svg {
        position: absolute;
        left: 100%;
        margin: 0;
        width: 3em;
        height: 100%;
        fill: #bdc2c9;
    }

        .tabs-style-shape nav li a svg:nth-child(2),
        .tabs-style-shape nav li:last-child a svg {
            right: 100%;
            left: auto;
            -webkit-transform: scale3d(-1,1,1);
            transform: scale3d(-1,1,1);
        }

    .tabs-style-shape nav li a span {
        display: block;
        overflow: hidden;
        padding: 0.65em 0;
        background-color: #bdc2c9;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tabs-style-shape nav li a:hover span {
        background-color: #2CC185;
    }

    .tabs-style-shape nav li a:hover svg {
        fill: #2CC185;
    }

    /* Make only shape clickable */
    .tabs-style-shape nav li a svg {
        pointer-events: none;
    }

        .tabs-style-shape nav li a svg use {
            pointer-events: auto;
        }

    .tabs-style-shape nav li.tab-current a span,
    .tabs-style-shape nav li.tab-current a svg {
        -webkit-transition: none;
        transition: none;
    }

    .tabs-style-shape nav li.tab-current a span {
        background: #fff;
    }

    .tabs-style-shape nav li.tab-current a svg {
        fill: #fff;
    }

    .tabs-style-shape .content-wrap {
        background: #fff;
    }

@media screen and (max-width: 58em) {
    .tabs-style-shape nav ul {
        display: block;
        padding-top: 1.5em;
    }

        .tabs-style-shape nav ul li {
            display: block;
            margin: -1.25em 0 0;
            -webkit-flex: none;
            flex: none;
        }

            .tabs-style-shape nav ul li a {
                margin: 0;
            }

            .tabs-style-shape nav ul li svg {
                display: none;
            }

            .tabs-style-shape nav ul li a span {
                padding: 1.25em 0 2em !important;
                border-radius: 30px 30px 0 0 !important;
                box-shadow: 0 -1px 2px rgba(0,0,0,0.1);
                line-height: 1;
            }

            .tabs-style-shape nav ul li:last-child a span {
                padding: 1.25em 0 !important;
            }

            .tabs-style-shape nav ul li.tab-current {
                z-index: 1;
            }
}

/*****************************/
/* Line Box */
/*****************************/

.tabs-style-linebox nav ul li {
    margin: 0 0.5em;
    -webkit-flex: none;
    flex: none;
}

.tabs-style-linebox nav a {
    padding: 0 1.5em;
    color: #74777b;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

    .tabs-style-linebox nav a:hover,
    .tabs-style-linebox nav a:focus {
        color: #2CC185;
    }

.tabs-style-linebox nav li.tab-current a {
    color: #fff;
}

.tabs-style-linebox nav a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #d2d8d6;
    content: '';
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
    -webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
    transform: translate3d(0,100%,0) translate3d(0,-3px,0);
}

.tabs-style-linebox nav li.tab-current a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tabs-style-linebox nav a:hover::after,
.tabs-style-linebox nav a:focus::after,
.tabs-style-linebox nav li.tab-current a::after {
    background: #2CC185;
}

@media screen and (max-width: 58em) {
    .tabs-style-linebox nav ul {
        display: block;
        box-shadow: none;
    }

        .tabs-style-linebox nav ul li {
            display: block;
            -webkit-flex: none;
            flex: none;
        }
}

/*****************************/
/* Flip */
/*****************************/

.tabs-style-flip {
    max-width: 1200px;
}

    .tabs-style-flip nav a {
        padding: 0.5em 0;
        color: #2CC185;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

        .tabs-style-flip nav a:hover,
        .tabs-style-flip nav a:focus,
        .tabs-style-flip nav li.tab-current a {
            color: #74777b;
        }

        .tabs-style-flip nav a span {
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 700;
            font-size: 0.625em;
        }

        .tabs-style-flip nav a::after {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            background-color: #f0f0f0;
            content: '';
            -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
            transition: transform 0.3s, background-color 0.3s;
            -webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
            transform: perspective(900px) rotate3d(1,0,0,90deg);
            -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
            -webkit-perspective-origin: 50% 100%;
            perspective-origin: 50% 100%;
        }

    .tabs-style-flip nav li.tab-current a::after {
        background-color: #fff;
        -webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
        transform: perspective(900px) rotate3d(1,0,0,0deg);
    }

    .tabs-style-flip .content-wrap {
        background: #fff;
    }


/*****************************/
/* Fill up */
/*****************************/

.tabs-style-fillup nav ul li a {
    padding: 1.9em 0;
    border-right: 1px solid #2CC185;
    line-height: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tabs-style-fillup nav ul li:last-child a {
    border: none;
}

.tabs-style-fillup nav ul li.tab-current {
    z-index: 100;
}

    .tabs-style-fillup nav ul li.tab-current a {
        color: #fff;
    }

.tabs-style-fillup nav ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    height: calc(100% + 1px);
    border: 1px solid #2CC185;
    background: #2CC185;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.tabs-style-fillup nav ul li.tab-current a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tabs-style-fillup nav ul li a span,
.tabs-style-fillup .icon::before {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
}

.tabs-style-fillup nav ul li a span {
    display: block;
    font-weight: 700;
    font-size: 0.7em;
    line-height: 1.5;
}

.tabs-style-fillup .icon::before {
    display: block;
    margin: 0;
}

.tabs-style-fillup nav ul li.tab-current a span,
.tabs-style-fillup li.tab-current .icon::before {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}


/*****************************/
/* Trapezoid, based on http://lea.verou.me/2013/10/slanted-tabs-with-css-3d-transforms/ */
/*****************************/

.tabs-style-tzoid {
    max-width: 1200px;
}

    .tabs-style-tzoid nav {
        padding: 0 1em;
    }

        .tabs-style-tzoid nav ul li {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .tabs-style-tzoid nav ul li a {
                padding: 0 1.5em 0 0.3em;
                color: #0d9564;
                -webkit-transition: color 0.2s;
                transition: color 0.2s;
            }

@media screen and (max-width: 54em) {
    .tabs-style-tzoid nav ul li a {
        padding: 0 0.5em 0 0.3em;
    }
}

.tabs-style-tzoid nav ul li a:hover,
.tabs-style-tzoid nav ul li a:focus {
    color: #fff;
}

.tabs-style-tzoid nav ul li.tab-current a,
.tabs-style-tzoid nav ul li.tab-current a:hover {
    color: #2CC185;
}

.tabs-style-tzoid nav ul li a span {
    font-weight: 500;
    font-size: 0.75em;
}

.tabs-style-tzoid nav ul li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    outline: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    background: #2CC185;
    box-shadow: inset 0 -3px 3px rgba(0,0,0,0.05);
    content: '';
    -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
    transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tabs-style-tzoid nav ul li.tab-current a::after,
.tabs-style-tzoid .content-wrap {
    background: #fff;
    box-shadow: none;
}

/*****************************/
/* Circle fill */
/*****************************/

.tabs-style-circlefill {
    max-width: 700px;
    border: 1px solid #2CC185;
}

    .tabs-style-circlefill nav ul li {
        overflow: hidden;
        border-right: 1px solid #2CC185;
    }

    .tabs-style-circlefill nav li a {
        padding: 1.5em 0;
        color: #fff;
        font-size: 1.25em;
    }

    .tabs-style-circlefill nav li:first-child {
        border-left: none;
    }

    .tabs-style-circlefill nav li:last-child {
        border: none;
    }

    .tabs-style-circlefill nav li::before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px;
        border: 1px solid #2CC185;
        border-radius: 50%;
        background: #2CC185;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }

    .tabs-style-circlefill nav li.tab-current::before {
        -webkit-transform: scale3d(2.5,2.5,1);
        transform: scale3d(2.5,2.5,1);
    }

    .tabs-style-circlefill nav a {
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

        .tabs-style-circlefill nav a span {
            display: none;
        }

    .tabs-style-circlefill nav li.tab-current a {
        color: #fff;
    }

    .tabs-style-circlefill .icon::before {
        display: block;
        margin: 0;
        pointer-events: none;
    }

    .tabs-style-circlefill .content-wrap {
        border-top: 1px solid #2CC185;
    }


.seccionDeocho {
    float: right;
    margin-right: 10px;
    font-size: 11px;
    color: #e64783;
    cursor: pointer;
}


    .seccionDeocho:hover {
        color: blue;
    }


.HerramientasResumen {
    height: 290px;
    width: 500px;
    display: block;
    background-color: white;
    margin-top: 10px;
    padding: 20px;
}

    .HerramientasResumen h4 {
        margin-bottom: 10px;
    }

.graficaAnalisisTema {
    margin-top: 10px;
}

.textResumen {
    overflow: auto;
    font-size: 10px;
    max-height: 130px;
}

#ochocolumnasdiv {
    min-height: 100px;
}

#bloquenotasDiv {
    min-height: 100px;
}

.wordcloud {
    height: 290px;
    padding: 0;
    page-break-after: always;
    page-break-inside: avoid;
    width: 500px;
    background-color: white;
    margin-top: 15px;
}

#ultNoticias {
    min-height: 100px;
}


@media screen and (max-width: 700px) {
    #logomedioresumen {
        display: none;
    }

    .tituloResumenNotas {
        display: none;
    }
}


.HeramietnasTool {
    padding-right: 20px;
}

.misecciondiv {
    padding-right: 20px;
}

/*Acordion*/

#radiodiv .panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
}

    #radiodiv .panel:last-child {
        border-bottom: none;
    }

#radiodiv .panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

#radiodiv .panel-group .panel {
    border-radius: 0;
}

    #radiodiv .panel-group .panel + .panel {
        margin-top: 0;
    }

#radiodiv .panel-heading {
    background-color: #5f7d9c;
    border-radius: 0;
    border: none;
    padding: 0;
}

#radiodiv .panel-title a {
    display: block;
    color: #fff;
    padding: 15px;
    position: relative;
}

#radiodiv .panel-body {
    background: #fff;
}

#radiodiv .panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

#radiodiv .panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

    #radiodiv .panel:last-child .panel-heading.active {
        border-radius: 0;
        transition: border-radius linear 0s;
    }
/* #bs-collapse icon scale option */

#radiodiv .panel-heading a:before {
    content: '\e146';
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    font-size: 18px;
    transition: all 0.5s;
    transform: scale(1);
}

#radiodiv .panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

#bs-collapse .panel-heading a:after {
    content: ' ';
    font-size: 18px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: scale(0);
    transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
    content: '\e909';
    transform: scale(1);
    transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
    content: '\e316';
    font-size: 18px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}

.nombreProgramaRadio {
    font-size: 10px;
}

.tituloProgramaRadio {
    color: black !important;
}

.testigoRadioRequest {
    cursor: pointer;
}

.docked {
    min-width: 300px;
    background: #fff;
    max-width: 300px;
    margin: 10px;
    left: 50%;
    margin: 0px;
    text-align: center;
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    max-height: 300px;
    overflow: hidden;
    height: 40px;
}

.dockedOpen {
    height: 400px;
    overflow: auto;
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    /* Tighten up space between multiple callouts */
    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

/* Variations */
.bs-callout-danger {
    border-left-color: #ce4844;
}

    .bs-callout-danger h4 {
        color: #ce4844;
    }

.bs-callout-warning {
    border-left-color: #aa6708;
}

    .bs-callout-warning h4 {
        color: #aa6708;
    }

.bs-callout-info {
    border-left-color: #1b809e;
}

    .bs-callout-info h4 {
        color: #1b809e;
    }

.menusminutoaminuto {
    max-width: 300px;
}

.filtrosReportes {
    margin-left: 5px;
}



#testigoCarruselitem {
}

#testigoCarrusel {
}




/******************************************/
/*Play llist*/
/******************************************/

#playlist {
    overflow: auto;
    max-height: 400px;
}


#playlist, audio {
    
    width: 350px;
    padding: 20px;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}


.active a {
    color: rebeccapurple !important;
    text-decoration: none;
}