﻿
.mobile-form {
    padding: 5px;
}
/*::::::::::::::: MOBILE CEL ::::::::::::::::::::::*/

@media (max-width:430px) {

    .visitasCVMobile .thumbnails {
        margin: 0 !important;
        float: none !important;
        clear: both;
    }

    .visitasCVMobile .truncate {
        width: 100% !important;
        clear: both;
    }
}

@media (min-width:320px) {
    .fiximgstands .col-xs-6 {
        width: 33.33%;
    }
}

@media (min-width:612px) and (max-width:771px) {
    .fiximgstands .col-xs-6 {
        width: 20%;
    }
}

@media (min-width:491px) and (max-width:611px) {
    .fiximgstands .col-xs-6 {
        width: 25%;
    }

    .redes .fa-2x {
        font-size: 3em;
    }
}


@media (min-width:425px) and (max-width:490px) {
    .fiximgstands .col-xs-6 {
        width: 25%;
    }

    .redes .fa-2x {
        font-size: 3em;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .fiximgstands .col-sm-3 {
        width: 20%;
    }
}

@media (max-width:550px) {
    .panel-oferta .detalle {
        width: 100% !important;
        background-color: #f7f7f7;
        display: block;
        margin-left: -5px;
        /*margin-right:-5px;*/
        padding: 5px;
        clear: both;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }



    .panel-oferta .right {
        width: 100% !important;
        max-width: 100% !important;
    }

    .panel-oferta .left {
        width: 100% !important;
        max-width: 100% !important;
    }
}
/*::::::::::::::: FIN MOBILE CEL ::::::::::::::::::::::*/



/*:::::::::::: TABLET :::::::::::::::::*/
@media (min-width:768px) {
    .phone-menu-item {
        width: 25% !important;
    }

    .login-control.form-control {
        width: 50%;
    }

    .Searchkeys.form-control {
        width: 25% !important;
        float: left;
    }

    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #Keywords {
        width: calc(100% - 40%) !important;
        margin-right: 0%;
    }

    .btn-only-tablet {
        display: block !important;
        width: 20%;
        font-size: 15px !important;
        float: left;
    }

    .btn-only-phone {
        display: none !important;
    }

    .redes .fa-2x {
        font-size: 3em;
    }

    .richProfile div.richMenu a {
        margin-bottom: 15px;
        min-width: 125px;
        text-align: center;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {

    /* Agregado 04-07-2016 */

    .richProfile .map {
        clear: both;
        float: none;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .richProfile .contactInfo {
        width: 100%;
        max-width: 100%;
        float: none;
        clear: both;
    }

    .richProfile div.richMenu a {
        margin-bottom: 15px;
        min-width: 125px;
        text-align: center;
        text-transform: uppercase;
    }

    .richProfile .rp-contactosTablet {
        margin-top: 30px;
    }

    .richProfileHeader img.logoRP {
        width: 100px !important;
        height: 100px !important;
        border: 1px solid #f2f2f2;
        position: absolute;
        right: auto !important;
        left: -moz-calc(50% - 50px);
        left: -webkit-calc(50% - 50px);
        left: calc(50% - 50px);
        bottom: -40px;
        z-index: 1;
    }
}
/*:::::::::::: FIN TABLET :::::::::::::::::*/

.edicion p, .edicion .radioCV {
    font-size: 11px;
}

.edicion .btn {
    font-size: 12px;
    color: #fff;
    padding: 3px;
}


.hidden {
    display: block;
}

.truncate, .truncate-collapse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-collapse {
    display: inline-block;
    width: calc(100% - 6%);
}

.btn-only-tablet {
    display: none;
}

.btn-only-phone {
    display: block;
}
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

body {
    padding-top: 78px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: lighter !important;
    min-width: 320px;
}

    body.reset {
        padding-top: 0px;
    }



.mobile-gris-oscuro {
    color: #9b9b9b;
}

.mobile-bg-gris {
    background-color: #e5e9f1;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.mobile-menu {
    width: 100%;
    min-width: 320px;
    display: block;
    position: fixed;
    clear: both;
    margin-top: -78px;
    padding: 0 !important;
    z-index: 50000 !important;
}

.mobile-theme-claro, .mobile-theme-oscuro {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #95d075;
    float: left;
    margin-right: 10px;
    background-color: #eaebed;
}

.mobile-theme-oscuro {
    background-color: #222a37;
}

.clear {
    clear: both;
    display: block;
}

.mobile-sub-menu {
    background-color: #01af00;
}

.mobile-menu .btn-menu,
.mobile-menu .btn-menu-sub1 {
    /*background: no-repeat url(iconos/mobile-icons-set.svg);*/
    background: no-repeat url(iconos/mobile-icons-set.png);
    background-repeat: no-repeat;
    background-size: 70px;
    width: 50px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
}

.mobile-content .btn-container {
    position: relative;
    display: block;
    min-height: 25px;
}

.btn-container.btn-container-facet {
    position: absolute;
    right: 15px;
    top: 0;
    width: 25px;
    height: 25px;
    /*background-color:red;*/
}

.mobile-content .btn-menu {
    background: no-repeat url(iconos/mobile-icons-set-colors.png);
    background-repeat: no-repeat;
    background-size: 70px;
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    background-position: 11px 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    right: 15px;
}

    .mobile-content .btn-menu:hover, .mobile-content .btn-menu:active {
        background: no-repeat url(iconos/mobile-icons-set.png);
        background-repeat: no-repeat;
        background-size: 70px;
        width: 25px;
        height: 25px;
        display: inline-block;
        cursor: pointer;
        background-color: #01af00;
        background-position: 11px 5px;
        margin: 0 auto;
        float: right;
    }

.mobile-content .facet {
    /*background-color:aqua;*/
    width: 100%;
    padding: 0 7px;
    display: block;
    margin-bottom: 10px !important;
    position: relative;
    /*padding-bottom: 10px !important;*/
    /*background-color:red;*/
}

    .mobile-content .facet .name {
        display: block;
        width: calc(100% - 36px);
        padding: 3px 10px 3px 10px;
        background-color: #e5e9f1;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 14px;
    }

    .mobile-content .facet a.name {
        color: #337ab7;
        text-decoration: none;
    }

        .mobile-content .facet a.name:hover {
            text-decoration: none;
        }

    .mobile-content .facet .name span {
        font-weight: bold;
    }

.mobile-content .btn-remove, .mobile-content .btn-add {
    background: no-repeat url(iconos/mobile-icons-set.png);
    background-repeat: no-repeat;
    background-size: 50px;
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    background-color: #01af00;
    background-position: -32px -161px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 0 auto;
    float: right;
}

.mobile-content .btn-add {
    background-position: 7px -260px;
}

.mobile-menu .btn-menu-sub1 {
    background-size: 70px;
    width: 50px;
    height: 35px;
}


.mobile-menu .logo0,
.mobile-menu .logo45,
.mobile-menu .logo21,
.mobile-menu .logo29,
.mobile-menu .logo31,
.mobile-menu .logo41,
.mobile-menu .logo53,
.mobile-menu .logo16 {
    background: no-repeat url(iconos/logoTecoloco.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    float: left;
}

.mobile-menu .logo45 {
    background: no-repeat url(iconos/logoEC.png);
}

.mobile-menu .logo21 {
    background: no-repeat url(iconos/logoTecolocoSV.png);
}

.mobile-menu .logo29 {
    background: no-repeat url(iconos/logoTecolocoGT.png);
}

.mobile-menu .logo31 {
    background: no-repeat url(iconos/logoTecolocoHN.png);
}

.mobile-menu .logo41 {
    background: no-repeat url(iconos/logoTecolocoNI.png);
}

.mobile-menu .logo53 {
    background: no-repeat url(iconos/logoTecolocoDO.png);
}

.mobile-menu .logo16 {
    background: no-repeat url(iconos/logoTecolocoCR.png);
}

.mobile-menu .logo0,
.mobile-menu .logo45,
.mobile-menu .logo21,
.mobile-menu .logo29,
.mobile-menu .logo31,
.mobile-menu .logo41,
.mobile-menu .logo53,
.mobile-menu .logo16 {
    background-size: 150px;
    width: calc(100% - 100px);
    height: 50px;
}

.mobile-menu .phone-btnBack,
.mobile-menu .phone-btnSearch-sub1, .mobile-menu .phone-btnSearch-sub2 {
    float: left;
}

.mobile-menu .phone-btnMenuAux,
.mobile-menu .phone-btnUser,
.mobile-menu .phone-btnUser-sub1 {
    float: right;
}

.phone-menu-item {
    width: 50%;
    float: left;
    font-size: 17px;
    color: #e5e5e5;
    padding-top: 10px;
    border-bottom: 1px solid #95d075;
    border-right: 1px solid #95d075;
    cursor: pointer;
}

    .phone-menu-item:hover {
        text-decoration: none;
        color: #e5e5e5;
    }

    .phone-menu-item .btn-menu {
        float: left;
        margin-top: -11px;
    }

.mobile-pic-menu {
    width: 29px;
    margin-top: 3px;
    margin-left: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.mobile-menu .phone-icoVacio {
    background-position: -124px -310px;
}

.btn {
    padding: 6px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: lighter !important;
    font-size: 1.2em;
}

.form-control {
    margin-bottom: 5px;
    border: 1px solid #d4dee7;
}

h1 {
    color: #313d51;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: lighter;
}

    h1 .count {
        font-size: 15px;
        color: #ff5a00;
        text-transform: initial;
        font-weight: normal;
        display: block;
        clear: both;
    }

h2, p {
    color: #8b96a9;
    font-size: 15px;
    font-weight: lighter;
}

.mobile-plaza-content {
    display: block;
    padding-left: 110px !important;
    max-height: 100px !important;
    overflow: hidden;
}

    .mobile-plaza-content img {
        margin-left: -105px;
        float: left;
    }

.plazaTablet {
    padding: 10px 0;
}

    .plazaTablet:hover, .plazaTablet:active {
        background-color: #f7f7f7;
    }

.mobile-plaza-content .mobile-job-link {
    text-decoration: none;
    color: #8b96a9;
    display: block;
    width: 100%;
}
/*.mobile-plaza-content .mobile-job-link:hover {
            background-color:aqua;
        }*/

.mobile-plaza-content .mobile-job-name {
    color: #062230;
    font-size: 15px;
}

.btnDrop {
    position: relative;
    margin-bottom: 5px;
    text-align: left !important;
}

    .btnDrop .caret {
        position: absolute;
        right: 8px;
        top: 14px;
    }

.modal {
    top: 100px !important;
}

.top5 {
    margin-top: 5px;
}

.table-responsive {
    font-size: 12px !important;
    border-color: #eff2f7;
    background-color: #eff2f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.borderless td, .borderless th {
    border: none !important;
}

textarea.form-control {
    min-height: 100px;
}

.validationMessage {
    font-size: 11px;
    /*color:red;*/
}

.edicion {
    position: relative;
}

    .edicion .Alertas {
        padding: 5px 0px;
    }

.mobile-show {
    display: block;
}

.mobile-hide {
    display: none;
}

.facets {
    overflow-y: scroll;
    max-height: 120px;
    min-height: 50px;
    padding-bottom: 2px;
    border: 1px solid #e5e9f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0 0 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.text-note {
    font-size: 11px !important;
}

.mobile-float-left {
    float: left;
}


.edicion .btn {
    font-size: 12px;
    color: #fff;
    padding: 3px;
}

.hideForNative {
    display: none !important;
}

body.hideForNative {
    display: block !important;
    padding-top: 0px !important;
}

.mainUserPic {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.mobile-bodyFix {
    margin-top: -73px !important;
    background-color: #282d39 !important;
}

.mobile-main-splash .btn {
    height: 150px;
    width: calc(150px - 5px);
    max-width: 150px;
    float: left;
    background-color: #2e333e;
    margin-left: 5px;
    margin-bottom: 5px;
    display: block;
    white-space: normal;
    -webkit-transition: padding-left 250ms ease-out, background-color 250ms ease-out;
    -moz-transition: padding-left 250ms ease-out, background-color 250ms ease-out;
}

    .mobile-main-splash .btn:hover, .mobile-main-splash .btn:active {
        background-color: #71b45a;
    }

.mobile-main-splash .mobile-total-ofertas {
    background-color: transparent;
    font-size: 15px;
    padding-top: 40px !important;
}

    .mobile-main-splash .mobile-total-ofertas:hover, .mobile-main-splash .mobile-total-ofertas:active {
        background-color: transparent !important;
    }

.mobile-main-splash .splash-wrap {
    width: 300px;
    margin: 0 auto;
    display: block;
}

@media (min-width:470px) {
    .mobile-main-splash .splash-wrap {
        width: 450px;
    }
}

@media (min-width:620px) {
    .mobile-main-splash .splash-wrap {
        width: 600px;
    }
}

.mobile-main-splash .mobile-ico-pais {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #FFF;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-top: 20px;
}

.mobile-main-splash .mobile-gt,
.mobile-main-splash .mobile-sv,
.mobile-main-splash .mobile-hn,
.mobile-main-splash .mobile-ni,
.mobile-main-splash .mobile-cr,
.mobile-main-splash .mobile-pa,
.mobile-main-splash .mobile-do {
    background: no-repeat url(iconos/mapasCA.png);
    background-repeat: no-repeat;
    background-size: 200px;
    display: inline-block;
    cursor: pointer;
}

.mobile-main-splash .mobile-gt {
    background-position: 5px 5px;
}

.mobile-main-splash .mobile-sv {
    background-position: -139px 8px;
}

.mobile-main-splash .mobile-hn {
    background-position: 5px -139px;
}

.mobile-main-splash .mobile-ni {
    background-position: -139px -138px;
}

.mobile-main-splash .mobile-cr {
    background-position: 5px -282px;
}

.mobile-main-splash .mobile-pa {
    background-position: -139px -283px;
}

.mobile-main-splash .mobile-do {
    background-position: 5px -429px;
}

.mobile-main-splash .mobile-ofertas {
    color: #71b45a;
    clear: both;
    display: block;
}

.mobile-main-splash .mobile-total-ofertas .mobile-ofertas {
    font-size: 30px;
}

.mobile-main-splash .logo {
    background: no-repeat url(iconos/logoTecoloco.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    float: left;
    margin: 15px 0 15px 0;
}

.mobile-main-splash .logo {
    background-size: 218px;
    width: 100%;
    height: 69px;
}

.mobile-main-splash .logo {
    background-position: center -293px;
}

.mobile-splash-ingreso {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    clear: both;
    padding-left: 5px;
}

.mobile-main-splash .logo_s {
    background-size: 170px !important;
    width: 100%;
    height: 70px;
}

.margin-auto {
    margin: 0 auto;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
}


.appstore a {
    margin: 0 10px 10px 0 !important;
    padding: 0 !important;
}

#element_to_pop_up {
    background-color: #fff;
    border-radius: 0;
    color: #000;
    display: none;
    padding: 1px;
    min-width: 400px;
    min-height: 180px;
}

.b-close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -60px;
    color: #fff;
}

.responsive-ads h2 {
    font-size: 1.3em;
    font-weight: 900;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.responsive-ads ul {
    list-style: none;
    margin: 0 auto;
    display: table;
}

.visitasCVMobileContent {
    height: 200px;
    overflow: auto;
}


.visitasCVMobile {
    font-size: 12px;
}

    .visitasCVMobile .thumbnails {
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 5px;
    }

    .visitasCVMobile .truncate {
        float: left;
        width: calc(100% - 55px);
    }

.modal-content {
    min-width: 298px;
}

.responsive-ads ul li {
    margin-right: 10px;
}

.responsive-ads {
    position: fixed;
    bottom: -100px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 15px;
}

    .responsive-ads .b-close {
        right: 8px;
        top: 6px;
    }

.anuncioTE {
    display: none !important;
}

.alert-green {
    background-color: #72c200;
    padding: 10px;
    width: 95%;
    margin: 0 auto;
    max-width: 600px;
    box-sizing: border-box;
    height: auto;
    color: white;
}

    .alert-green img.ico {
        width: auto;
        margin: 10px;
        float: left;
    }

    .alert-green h1, .alert-green p {
        margin: 10px;
        margin-left: 100px;
        text-transform: uppercase;
        color: white !important;
    }

    .alert-green h1 {
        line-height: 39px;
        font-size: 44px;
        font-weight: bold;
    }

    .alert-green p {
        font-size: 15px;
        text-transform: none;
    }

    .alert-green a.mainlink {
        border-radius: 3px;
        padding: 5px 10px;
        text-align: center;
        display: inline-block;
        float: right;
        text-decoration: none;
        font-size: 12px;
        color: white;
        cursor: pointer;
        background-color: #222a37;
        margin-top: 5px;
    }

@media (max-width:425px) {
    .alert-green h1 {
        font-size: 24px;
        line-height: 25px;
    }

    .alert-green p {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 15px;
    }

    .alert-green a.mainlink {
        margin-top: 15px;
    }
}



.checkDate {
    background-color: #e5e9f1;
    font-size: 1em;
    text-align: center;
    box-sizing: border-box;
    padding: 32px;
    border-radius: 7px;
    position: relative;
}

    .checkDate input[type="checkbox"] {
        width: 30px;
        height: 30px;
        float: left;
        display: block;
        margin: 0 0 0 14px !important;
        left: 5%;
    }

    .checkDate label {
        display: block;
        float: left;
        padding: 3px 0 0 6px;
    }

        .checkDate label.visible-desktop {
            display: none !important;
        }

.ctaEMAT2017 {
    width: 100%;
    height: auto;
    margin: auto;
}

.overall-mobile-ad-bk {
    background-color: rgba(0,0,0,0.8);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 50001;
}

.overall-mobile-ad {
    width: 90%;
    min-width: 320px;
    display: block;
    margin: 0 auto;
    position: fixed;
    z-index: 50002;
    max-width: 600px;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px;
}

@media (max-width:666px) {
    .overall-mobile-ad {
        margin-top: -45%;
        margin-left: -45%;
    }
}

.CloseButton {
    color: white;
    font: 15px 'Open Sans', San Serif;
    text-align: right;
    margin: 5px 0;
    text-decoration: none;
}

    .CloseButton a {
        color: white;
        text-decoration: none;
    }

        .CloseButton a:hover {
            color: #b4d448;
            text-decoration: none;
        }


/*::::::::::::::::::::::::: Pop-Up password recovery 24102017 :::::::::::::::::::::::::*/



.pop-window {
    max-width: 600px;
    width: 90%;
    z-index: 999;
    background: #fff;
    margin: 0 auto;
    border: 1px solid #cdcdcd;
    position: fixed;
    border-radius: 7px;
}

    .pop-window h2 {
        color: #00af00;
    }

    .pop-window p {
        background: white;
        /* font-family: -webkit-body; */
        padding: 10px 20px 0px 20px;
        font-size: 10pt;
    }

    .pop-window ul {
        list-style: none;
        padding: 0px 20px 20px 35px;
        list-style-type: disc;
        font-size: 10pt;
        line-height: 18px;
    }

    .pop-window .close-button {
        float: right;
        color: #d4d4d4;
    }
/*TIPS PARA SOBRESALIR*/

.TipCV {
    position: fixed;
    left: 50%;
    margin-left: -160px;
    font-size: 16px;
    height: 363px;
    width: 320px;
    z-index: 300;
    border: 2px solid #e1e1e1;
    padding: 20px 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #FFFFFF;
    display: none;
}

.TipTitle {
    font-family: 'Open Sans Bold', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    color: #183153;
    line-height: 100%;
}

    .TipTitle .TitleGreen {
        font-family: 'Open Sans Bold', sans-serif;
        font-weight: 900;
        font-size: 30px;
        color: #58bf0f;
    }

.TipImg {
    position: absolute;
    height: auto;
    right: 0;
    bottom: 0;
}

.TipCV .CloseBtnTip {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #2e3034;
    font: 13px 'Open Sans', San Serif;
    text-align: right;
    margin: 5px 0;
    text-decoration: none;
}


.hideItem {
    display: none;
}

.TipCV .CloseBtnTip a {
    color: #2e3034;
    text-decoration: none;
}

    .TipCV .CloseBtnTip a:hover {
        color: #58bf0f;
        text-decoration: none;
    }


.TipCV .btnTip {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    width: 86px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 12px;
    z-index: 30000;
    color: white;
    background-color: #56c804;
    padding: 6px 4px 7px 4px;
}

    .TipCV .btnTip.prev {
        left: 10px;
    }

    .TipCV .btnTip.next {
        right: 10px;
    }

    .TipCV .btnTip i {
        padding: 0 1px;
    }



    .TipCV .btnTip.TipMenuBtn {
        right: 114px;
        background-color: #222a37;
    }


.TipCV .tipsMenu {
    font: 15px 'Open Sans', San Serif;
    text-align: left;
    max-width: 300px;
    max-height: 236px;
    overflow: auto;
    margin-top: 17px;
}

    .TipCV .tipsMenu ul {
        padding: 0 0 0 10px;
    }



    .TipCV .tipsMenu li {
        padding: 10px 0 10px 10px;
        border-bottom: 1px solid #dcdcdc;
        list-style-type: none;
    }

        .TipCV .tipsMenu li a {
            color: #183153;
            text-decoration: none;
        }

            .TipCV .tipsMenu li a:hover {
                font-weight: 900;
            }

            .TipCV .tipsMenu li a.bolderText {
                font-weight: 900 !important;
            }

.TipsCVLabel {
    width: 74px;
    padding: 10px;
    display: none;
}

    .TipsCVLabel a {
        color: #FFF;
        text-decoration: none;
    }


.TipsBK.overall-mobile-ad-bk {
    background-color: rgba(0,0,0,0.8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 299;
}

.CVeditMobile .modal-backdrop.fade.in {
    background-color: #ffffff;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.CVeditMobile .modal-dialog {
    width: 95% !important;
    margin: 0 10px;
}

.CVeditMobile .modal-content {
    border: 0 !important;
    -moz-box-shadow: 0px 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
}
/*<i class="fa fa-fw" aria-hidden="true" title="Copy to use external-link"></i>*/
.CVeditMobile .btnDrop .fa.fa-fw {
    position: absolute;
    right: 8px;
    top: 13px;
    font-size: 12px;
    font-weight: normal;
}

.editExperienciaColor {
    color: #01af00;
}

.CVeditMobile h4.visible-phone.text-center.editMobile {
    margin-top: 27px;
    padding: 20px 0 10px 0;
    font-size: 21px;
    color: #000;
    border-top: solid 1px #e2e2e2;
}

.CVeditMobile .separador {
    display: block;
    border-top: solid 1px #e2e2e2;
    margin: 25px 0;
    clear: both;
}

.CVeditMobile .modal-header .close {
    color: #fff;
    background-color: #ff7800;
    padding: 0px 4px 1px 4px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.CVeditMobile .btnDrop .caret {
    border-top: 0px;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
}

.CVeditMobile .btnDrop.collapsed .caret {
    border-bottom: 0px;
    border-top: 4px dashed;
    border-top: 4px solid\9;
}


.remove-item {
    display: none !important;
}


.facets::-webkit-scrollbar {
    -webkit-appearance: none;
}

    .facets::-webkit-scrollbar:vertical {
        width: 12px;
    }

    .facets::-webkit-scrollbar:horizontal {
        height: 12px;
    }

.facets::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.facets::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}


.colocate-banner-res {
    display: none;
    clear: both;
    background-color: #86cb3d;
    margin-bottom:7px;
}

.colocate-banner-res img {
    width: 100%;
    max-width: 765px;
    min-width: 320px;
    display: block;
    margin: 0 auto;
}