html {
    position: relative;
    min-height: 100%;
}
body {
    background: #f4f4f4;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
}

html,
body {
    min-width: 320px;
}

@media (min-width: 768px){
    body {
      font-size:11.5px;
    }
}

@media (min-width: 992px){
    body {
      font-size:13px;
    }
}


/* Custom page CSS195
-------------------------------------------------- */
body > .container {
    padding: 0px 15px;
}
.container .text-muted {
    margin: 20px 0;
}

.navbar{
    margin-bottom: 25px;
    border: none;
}

.navbar-default {
    background-color: white;
    border-bottom: 1px solid #D8D8D8;
}

@media (min-width: 768px){
    .navbar-default {
        height: 120px !important;
    }
}
.navbar-noquote {
    height: 120px !important;
    background: white;
}

.headneedhelp {
    position: relative;
    width: 100%;
    z-index: 1;
}

.Headneedhelp p {
    background: none repeat scroll 0 0;
    color: #3a3a36;
    font-size: 18px;
    font-weight: bold;
    /*height: 80px;*/
    margin: 10px 0 0;
    padding: 0 0 0 46px;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
}

.qpHeadcallbtns .callBtn a {
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    line-height: 20px;
    height: 30px;
    padding: 0px 7px 7px;
    margin-top: 0px;
    background: #ff8a00;
    font-weight: bold;
    overflow: hidden;
    width: 150px;
    margin-top: -3px;
    text-align: center;
}

.qpHeadcallbtns .callBtn a:hover{
    text-decoration:none;
}

.qpHeadcallbtns {
    margin: 5px 0 0 2px;
    position: relative;
    z-index: 2;
}

.callBtn {
    background: url(../images/callmeback.png) no-repeat 0 0;
    padding-left: 45px;
    padding-top: 5px;
    display: block;
    height: 33px;
}

.chatBtn{
    background: url(../images/callmeback.png) no-repeat 0 -37px;
}

.headcalltxt {
    padding-top: 4px;   
}

.header_result_logo{
    /*background-color:#BCA9F5;*/
    height: 85px;
    padding: 0px 10%;
}

@media (min-width: 500px){
    .header_result_logo{
        height: 85px;
        padding: 0px 30% 0px 30%;
    }
}

@media (min-width: 768px){
    .header_result_logo{
        height: 120px;
        padding: 20px 0px 0px 0px;
    }
}

.header_result_title{
    /*background-color: #BDBDBD;*/
    height: 65px;
    padding-left: 8%;
    padding-right: 0;
    padding-top: 10px;
    text-align: left;
}

@media (min-width: 500px){
    .header_result_title{
        height: 85px;
        padding-left: 18%;
        padding-right:18%;
    } 
}
@media (min-width: 768px){
    .header_result_title{
        height: 120px;
        padding-top: 55px;
        padding-left: 8%;
        padding-right: 0;
    } 
}

.header_result_title > img {
    display: inline-block;
}

.header_result_help{
    height:120px;
    text-align: right;
}

.change_data {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    padding: 25px 20px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

.change_data p {
    margin: 0; 
}

.change_data a {
    display: block;
}

.help_float_right{
    margin-left: 50px;
}

@media (min-width: 768px){
    .help_float_right{
        position:relative;
        display: inline-block;
        vertical-align: middle;
    }
}

/* END header */

/* CONTENTS */
.cont_result_finances {
    margin-bottom: 35px;
}

.BOXresultPrice > .row {
    background-color: white;
}

/* special main boxes width */
@media (min-width: 768px){
    .firstCol {
        width: 15%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .midCol {
        /*width: 42%;*/
        width: 51%;
    }
    .lastCol {
        /*width: 43%;*/
        width: 34%;
    }
}
@media (min-width: 992px){
    .firstCol {
        width: 13%;
        padding-left: 10px;
    }
    .midCol {
        /*width: 43%;*/
        width: 54%;
    }
    .lastCol {
        /*width: 44%;*/
        width: 33%;
    }
}
@media (min-width: 1200px){
    .firstCol {
        width: 12%;
    }
    .midCol{
        width: 58%;
    }
    .lastCol{
        width: 30%;
    }
    /*.midCol,
    .lastCol {
        width: 44%;
    }*/
}
/* / special main boxes width */

/* padding control */
.entity_img,
.mobile_price,
.price_data .tip,
.contact_data {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Card */
.entity_img img {
    max-height: 77px;
    max-width: 100px;
    margin: 0 auto 10px;
}

.entity_img p {
    margin: 0;
    padding-top: 5px;
    font-size: 12px;
    line-height: 1em;
}

/* tae tin */
.price_data .tae {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
}
.price_data .tae p {
    margin: 0;
    padding: 0 0 5px;
}

/* conditions */
.price_data ul,
.characteristics ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price_data li,
.characteristics li {
    position: relative;
    padding-bottom: 3px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 1.35em;
    list-style: none;
}

.price_data li:before,
.characteristics li:before {
    content: "·";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.5em;
}

/* highlight */
.price_data .highlight {
    font-weight: bold;
    font-size: 12px;
}

@media (min-width: 768px) {
    .price_data .highlight p {
        text-align: center;
    }
}


/* Contact data */
.contact_data .contactAgent {
    color: #bdb9b9;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 0 0;    
}

.contact_data .telephone {
    line-height: 20px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #75b03b;
    padding-top: 0px;
	cursor:pointer;
}

.contact_data .text_blue {
    color: #0489B1;
}

.contact_data .buttons a {
    display: block;
    padding: 10px 5px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #0071a0;
    line-height: 1em;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.contact_data .buttons a:hover {
    background: #3a8fc2;
}

/* more details button */
.full_details_controller {
    background: #f7f8f8;
    text-align: center;
}

.full_details_controller a {
    display: block;
    color: #17a0c4;
    line-height: 2em;
}
/* END CONTENTS */

/* FULL DETAILS */
.full_details {
    margin: 0;
}

.full_details > .row {
    margin: 0; 
}

.full_details .well {
    padding: 15px;
    margin-bottom: 0;
    background: white;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 12px;
}

.full_details h5 {
    font-weight: bold;
}

.full_details .characteristics {
    margin-bottom: 15px;
}

.full_details .characteristics .bullet {
    display: list-item;
    list-style-position: inside;
    padding-right: 0;
}

.full_details .characteristics .bullet ~ div {
    padding-left: 5px;
}

@media (max-width: 768px) {
    .full_details .characteristics .bullet ~ div {
        padding-left: 25px;
    }    
}


/***** FOOTER *****/
#newFooter {
    width: 100%;
    background-color: white;
}
#preFooter {
    padding-bottom: 30px;
}

#newFooter .rastreator {
    margin-top: 55px;
}

.rastreator {
    display: block;
    width: 90%;
}

footer .arguments  {
    color: #333;
    font-family: "Trebuchet MS";
    font-size: 14px;
    margin: 35px 0 0;
    padding: 10px 10px 0 47px;
    background: url(../images/tick-ventajas-rastreator.png) no-repeat 20px 10px;
    list-style: none;
}
footer .arguments .title {
    color: #17a0c4;
    font-size: 18px;
}

/* new footer */
#newFooter .logos_wrapper {
    border-top: 1px solid #d1d1d1;
    margin-top: 20px;
    padding: 50px 0 30px;
}

#newFooter .container.logos {
  padding: 0;
}
#newFooter .container.logos > .row {
    margin: 0;
}
#newFooter .logos a {
  display: inline-block;
}
#newFooter .logos img.img-responsive {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
#newFooter .claim {
  font-size: 1.4rem;
  padding-top: 20px;
}
#newFooter .claim span {
  display: block;
}


.title_filter{
    display: block;
    background-color: #0f7d9b;
    height: 35px;
    margin-right: 0px;
    margin-left: 0px;
    color: white;
    border-radius: 5px 5px 0px 0px;
    padding-top: 9px;
}
.content_filter{
    padding: 10px 0;
    text-align:center;
}
.btn-primary {
    background-color: #0489B1;
}


/* TOOLTIPS */
.popover{
    width:250px;
    font-weight: normal;
    background: #484848;
    color: white;
    font-size: 12px;
    left: -196px;
    padding: 15px;
    position: absolute;
    top: 35px;
    width: 206px;
    display: none;
    text-align: left;
    border-radius: 6px;   
}
.popover.bottom > .arrow {
    border-color: transparent #484848 transparent transparent;
    border-style: solid;
    border-width: 20px 28px 5px 0;
    top: -12px;
    margin-left: -28px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    border-style: none;
}

.popover-title {
    padding: 5px 7px;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    background-color: transparent; 
    border-bottom: none; 
    border-radius: none; 
}

.popover-content {
    padding: 10px 7px;
}

.popover{
    width:250px;
    text-align:justify;
    line-height:13px;
    padding:5px;
}
/* END TOOLTIPS */

/*
 * MOBILE STYLES -----------------------------------------------------------------------------------------------------------------------
 */

.page_title_mobile {
    position: relative;
    padding: 15px 15px;
    background: #e1e1e1;
    color: #444;
    font-size: 1em;
    font-weight: 600; 
    line-height: 1em;
    text-align: left;
    text-transform: uppercase;
}

.page_title_mobile > a {
    position: absolute;
    top: 25%;
    right: 15px;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 0.846em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: inherit;
}

.small_title_mobile {
    margin: 0;
    padding: 0 0 5px;
    color: #777;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.25em;
}

.visible-xs.small_title_mobile {
    font-size: 11px;
}

/* tae mobile */
.tae_mobile {
    padding-top: 15px;
}

.tae_mobile > div {
    display: inline-block;
    vertical-align: top;
}

.tae_mobile p {
    margin: 0;
    padding: 0 0 5px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
}

/* MODIFY DATA ANCHOR */
.modify_data {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    color: #17a0c4;
    line-height: 1em;
    text-align: right;
}
.modify_data:hover {
    color: inherit;
    text-decoration: none;
}
/* END MOBILE STYLES */

/* Legal advice */
.m-info {
    padding: 0px 20px 20px 40px;
    background: url(../images/info-rastreator.png) no-repeat 20px top;
    font-size: 12px;
}
.mvm {
    margin: 0px 0px 20px 0px;
}
.m-info strong {
    vertical-align: top;
    font-size: 15px;
    margin-right: 12px;
    margin-top: 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal !important;
}
.m-info p {
    font-size: 12px;
    margin-bottom: 0px;
    text-align: justify;
}

@media (min-width: 768px){
    .m-info {
        padding: 0px 0px 20px 40px;
    }
}

/* END Legal advice */

/* Special styles for buttons */
.disabled {
    pointer-events: none;
    cursor: default;
    background: #cecece !important;
}



/* NO QUOTE STYLES */
#noQuote {
    background: #F4F4F4;    
}

#noQuote .wrap {
    display: block;
    margin: 30px 0 50px;
    padding: 50px;
    background: #fff;
    box-shadow: 0 2px 1px #ccc; 
    -webkit-box-shadow: 0 2px 1px #ccc; 
}

#noQuote h1 {
    margin: 0 auto;
    font-size: 30px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #333;
    max-width: 70%;
}

#noQuote img {
    margin: 0 auto;
}

#noQuote .wait_img {
    padding: 30px 0;
}

#noQuote .img_404 {
    padding: 0;
}

#noQuote .wrap p {
    margin: 0 auto 20px;
    max-width: 60%;
    font-size: 18px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    line-height: 1.25em;
    color: #666;
}

#noQuote .wrap > img {
    margin-top: 15px;
    margin-bottom: 15px;
}

#noQuote .button_noquote {
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    line-height: 1em;
    padding: 10px 25px;
    margin-top: 0px;
    background: #77b300;
    font-weight: bold;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#noQuote .button_noquote > img {
    position: relative;
    top: 1px;
    display: inline-block;
    max-width: 14px;
    vertical-align: top;
}


/* Integración parrilla +  parrillas alternativas INICIO */
.block_wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
}

.block_title {
    display: inline-block;
    margin: 0;
    padding: 0.5em 1em;
    font-size: 2em;
    line-height: 1em;
    background-color: #e1e1e1;
    color: #222;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.block_title small {
    font-size: 0.5em;
}

.field-result-title {
    margin: 0px;
    height: 55px;
    position: relative;
    background-color: #e1e1e1;
    /* padding: 0px; */
}

.field-result-title.lastCol {
    border-radius: 0px 5px 0px 0px;
    -webkit-border-radius: 0px 5px 0px 0px;
}

.field-result-title p {
    padding-top: 20px;
}

.line-result{
    background-color:white;
    margin-right: 0px;
    margin-left: 0px;
    color:#000;
    border-bottom: 1px solid #a7d3e9;   
}

.line-result-title{
    display:none;
}

@media (min-width: 768px){
    .line-result-title{
        display:block;
        margin-right: 0px;
        margin-left: 0px;
        color:#222;
        text-align:center;
    }
}

.field-result{
    /*border-top: 1px solid #a3cce2;*/
    margin: 0px;
    padding:0px;
    position: relative;
    overflow:hidden;    
}



/*
 * RESPONSIVE STYLES FOR MOBILE
 */

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait) {
    #newFooter .logos,
    #newFooter .logos .text-right {
        text-align: center;
    }
    .block_title small {
        display: block;
        margin: 10px 0 0;
        font-size: 0.65em;
    }
}

@media screen and ( max-width: 991px ) and (orientation: landscape) {
    #newFooter .logos img.img-responsive {
        height: 60px;
        width: auto;
        margin: 0 5px;
    }
}

@media screen and ( max-width: 767px ) and (orientation: portrait) {
    /* footer */
    #newFooter .logos img.img-responsive {
        height: 55px;
        width: auto;
    }
    #newFooter .logos img.img-responsive:last-child {
        padding-top: 10px;
    }
    #newFooter .logos .claim span {
        display: block;
    }
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 767px) {
    /* header */
    .header_result_logo {
        height: auto;
        padding: 15px 0 15px 15px;
    }
    .navbar-brand {
        float: none;
        height: auto;
        padding: 15px 0;
    }
    .navbar-default {
        height: auto;
        margin-bottom: 0;
    }
    .header_result_help {
        height: auto;
    }
    .header_result_help .help_float_right {
        margin: 0;
    }
    .qpHeadcallbtns {
        margin: 0;
        padding: 15% 0 0;
    }
    .callBtn {
        padding: 0;
        height: auto;
        background: none;
    }
    .qpHeadcallbtns .callBtn a {
        text-align: center;
        height: auto;
        width: 100%;
        padding: 5px 0;
        font-size: 13px; 
    }
    .headcalltxt {
        margin: 0;
        padding: 0;
    }

    .page_title_mobile {
        margin-bottom: 20px;
    }

    .BOXresultPrice > .row {
        border-top: 2px solid #d8f0f0;
        padding-top: 5px;
    }

    .BOXresultPrice:nth-child(2) > .row {
        border-top: none;
    }

    .entity_img,
    .tae_mobile,
    .mobile_price,
    .price_data .tip,
    .contact_data {
        padding-top: 10px;
    }

    .entity_img {
        border-bottom: 1px solid #d8f0f0;
    }

    /* first data row */
    .first_data_row,
    .price_data > div > span {
        display: table;
        clear: both;
        width: 100%;
        border-bottom: 1px solid #d8f0f0;
    }

    .first_data_row > div,
    .price_data > div > span > div {
        display: table-cell !important;
        vertical-align: top;
        float: none;
    }
    
    .price_data .conditions {
        border-right: 1px solid #d8f0f0;
    }

    .price_data .conditions li {
        font-size: 11px;
        /*list-style: none;*/
    }

    .contact_data .telephone {
        padding-top: 0;
        margin: 0;
    }

    .contact_data .buttons a {
        font-size: 13px;
    }

    /* full details styles */
    .move_details_wrapper {
        display: block;
        clear: both;
        width: 100%;
        padding: 0 15px;
    }

    .full_details .well {
        border: 0;
        border-bottom: 1px solid #f5f5f5;
        padding: 15px 0 0;
    }

    .details_promotion {
        padding-top: 10px;
    }
    
    .details_promotion img {
        margin: 0 auto;
    }
    
    /* footer */
    #newFooter .rastreator {
        width: 100%;
        margin: 20px 0;
    }
    #newFooter .rastreator > img {
        margin: 0 auto;
    }
    footer .arguments {
        margin: 0;
    }
    footer .arguments:last-child {
        padding-bottom: 15px;
    }
    #newFooter .logos_wrapper {
        margin: 0;
        padding: 30px 0;
    }
    #newFooter .logos,
    #newFooter .logos .text-right {
        text-align: center;
    }
    
    /* MODIFY DATA */
    .modify_data {
        display: block;
        margin: 0 0 1em;
    }

    /* ALTERNATIVE PRICES */
    .block_wrapper {
        margin: 0;
        padding: 0 15px;
    }

    .block_title {
        padding: 15px;
        font-size: 1.2em;
        font-weight: 600;
        color: #444;
        background-color: #e1e1e1;
        -webkit-border-radius: 0;
        border-radius: 0;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }
    .block_title small {
        /*
            display: none;
            visibility: hidden;
        */
        display: block;
        font-size: 0.75em;
        line-height: 1.15em;
        font-weight: normal;
        text-transform: none;
        color: #666;
    }

    /* NO QUOTE */
    #noQuote .wrap {
        padding: 30px 20px;
    }
    #noQuote h1,
    #noQuote .wrap p {
        max-width: 100%;
    }
    #noQuote h1 {
        font-size: 18px;
    }
    #noQuote .wrap p {
        font-size: 14px;
    }
    #noQuote .legal_info {
        margin: 0;
    }
    #noQuote .legal_info p {
        max-width: 78%;
    }

}

/* Special responsive styles for button call me back */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .qpHeadcallbtns {
        padding: 13% 0 0;
    }
}

@media only screen and (min-device-width : 481px) and (max-device-width : 667px) {
    .qpHeadcallbtns {
        padding: 8% 0 0;
    }
}

@media only screen and (min-device-width : 481px) and (max-device-width : 667px) and (orientation: landscape) {
    .qpHeadcallbtns {
        padding: 10% 0 0;
    }
}

/* Modal call me back */

.bs-modal-lg [role='main'] {
    background: #6c98b5 url(http://rastreator.emsecure.net/images/Rastreator/landings/bg_main.jpg) center top no-repeat;
    border-top: 1px solid #E2F1F8;
    border-bottom: 1px solid #6c98b5;
    text-align:center;
    min-height: 65px;
    height:100%;
}
.bs-modal-lg [role='main'] h1{
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size:21px !important;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 700 !important;
}
@media (min-width: 768px){
    .bs-modal-lg [role='main'] h1{
    font-size:25px !important;
    }
}

.bs-modal-lg .modal-body {
    padding: 0px;
}
.bs-modal-lg .modal-footer {
    text-align:center;
}
.bs-modal-lg  input[type=text] {
    width: 235px;
    height: 35px;
    padding-left:15px;
    background-clip: padding-box;
    border-style: solid;
    border-color: rgba(153,153,153,.17);
    border-width: 5px;
    border-radius: 5px;
    color: #000;
    margin-bottom: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fbfcfc;
}
.bs-modal-lg .dt-btn-l {
    font-size: 17px;
    border-color: #697910;
    border-style: solid;
    border-width: 1px 1px 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #bfd255;
    background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfd255), color-stop(50%, #8eb92a), color-stop(51%, #72aa00), color-stop(100%, #9ecb2d));
    background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    background: -o-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    background: -ms-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0 );
    padding: 13px 0px;
    width: 235px;
    margin: 0px auto 20px auto;
}