﻿/*===========================================================
//MiDIRECTV version 2.0 Master CSS
//03/2013
//
===========================================================*/

/* Web fonts */
@font-face {
    font-family: 'DIN';
    src: url('Shared/Fonts/DINWeb.eot');
    src: url('Shared/Fonts/DINWeb.eot?#iefix') format('embedded-opentype'), url('Shared/Fonts/DINWeb.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Light';
    src: url('Shared/Fonts/DINWeb-Light.eot');
    src: url('Shared/Fonts/DINWeb-Light.eot?#iefix') format('embedded-opentype'), url('Shared/Fonts/DINWeb-Light.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Medium';
    src: url('Shared/Fonts/DINWeb-Medium.eot');
    src: url('Shared/Fonts/DINWeb-Medium.eot?#iefix') format('embedded-opentype'), url('Shared/Fonts/DINWeb-Medium.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* [Start] Universal Styles */

/* ===================================  FOUNDATION OVERRIDES  =============================================== */

/* ------- Typography  ------- */
html {
  font: normal 100%/1.65 sans-serif; /* base font size 16px with 1.65 line-height */
    }

body {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    color: #333;
    }
form#changeLanguageForm {
   margin: 0;
    }
div.main-content {
    width: auto; /* update to auto once all countries are responsive */
    margin: 0 auto;
    padding-bottom: 1.5em;
    background-color: #fff;
    }
.main-content i.fa { color: #00aeef; }

nav > div.main-content { border-top: 1px solid #e5e5e5; }

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .main-content .subheader {
    font-family: "DIN Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1;
    margin-top: 0;
    margin-bottom: .25em;
    text-rendering: optimizeLegibility;
    }

    .typ16-tera { font-size: 56px; font-size: 3.5rem; }
    .typ16-giga { font-size: 48px; font-size: 3rem; }
    .typ16-mega { font-size: 40px; font-size: 2.5rem; }
    .main-content h1, .typ16-alpha { font-size: 32px; font-size: 2rem; }
    .main-content h2, .typ16-beta { font-size: 30px; font-size: 1.875rem; }
    .main-content h3, .typ16-gamma { font-size: 28px; font-size: 1.75rem; }
    .main-content h4, .typ16-delta { font-size: 24px; font-size: 1.5rem; }
    .main-content h5, .typ16-epsilon { font-size: 20px; font-size: 1.25rem;  }
    .main-content h6, .typ16-zeta { font-size: 18px; font-size: 1.125rem; }

    .main-content .subheader { color: #5080A0; }

    .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
        line-height: 1;
        margin-bottom: 0.5em;
        }

/* ----- Paragraphs ----- */
p {
    margin: auto auto 1.5em; /* bottom margin for paragraphs */
    line-height: 1.4;
    }

.main-content sup,
.main-content small {
    font-size: 75%;
    }

.main-content .footnote {
    display: block;
    text-align: left;
    margin-top: 1em;
    font-size: .75em;
    line-height: 1.2;
    text-indent: 0;
    }

/* ----- Hyphens ----- */
input,
abbr,
acronym,
blockquote,
code,
kbd,
q,
samp,
var {
  /* Accepted values: [ none | manual | auto ] */ /* http://meyerweb.com/eric/thoughts/2012/12/17/where-to-avoid-css-hyphenation */
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* ----- Text styles ----- */
.unbold { font-weight: normal; }
.text-blue { color: #00aeef; }
.text-gray { color: #888; }
.text-red { color: #c00; }
.main-content .unavailable,
.main-content .no-disponible { color: #678; font-style: italic; }

/* ----- Code Blocks ----- */
pre code {
  word-wrap: normal;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}
pre {
  white-space: pre;
}
code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
  white-space: pre;
  font-family: monospace;
    color: #7f0a0c;
}

/* ----- Hyperlinks ----- */
a {
  color: #00aeef;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0099d1; }


/* ----- <hr> ----- */
.main-content hr { border-color: transparent; }


/* ------ Header? ------ */

.logo {
    float:left;
    margin-right:1.25em;
    width:40%;
    }
.select-account {
    width:50%;
    float:left;
    font-weight:bold;
    font-size:.813em;
    }
.select-account select {
    float:left;
    margin-top: .3em;
    }

.page-location {
    width:100%;
    float:left;
    }
.page-location .step {
    width:20%;
    float:left;
    font-weight:bold;
    font-size:.813em;
    }
.page-location .step .bar {
    width:100%;
    height:5px;
    background-color:#ccc;
    margin-bottom:5px;
    }
.page-location .step .active {
    background-color:#333;
    }

/* ====================  Grid  ==================== */

.row {
    background-color: transparent;
    padding-top: 1em;
    padding-bottom: 0.75em;
    }
.top-row {  padding-top: 1.25em; }

/* ====================  .dark-bg styles  ==================== */
/* To use, wrap a .row in a .dark-bg <div> or <section>              */
.dark-bg {
    width: 100%;
    background: #b3e6ec; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #b3e6ec 0%, #ade0e7 50%, #9ac9d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#b3e6ec), color-stop(50%,#ade0e7), color-stop(100%,#9ac9d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #b3e6ec 0%,#ade0e7 50%,#9ac9d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #b3e6ec 0%,#ade0e7 50%,#9ac9d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #b3e6ec 0%,#ade0e7 50%,#9ac9d6 100%); /* IE10+ */
    background: linear-gradient(135deg, #b3e6ec 0%,#ade0e7 50%,#9ac9d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e6ec', endColorstr='#9ac9d6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }
    .dark-bg .row { padding: 1.5em 0; margin-bottom: 1em; }
    .dark-bg .panel { background-color: transparent; border-color: white; }
    .dark-bg table { border-color: rgba(255,255,255,.4); background: transparent; }
    .dark-bg table thead { background-color: rgba(255,255,255,.4); }
    .dark-bg table thead tr td { color: #389; }

.columns .row {
    padding-top: .5em;
    padding-bottom: .5em;
    }
.panel .row {
    background-color:transparent;
    }

/* ====================  Buttons  ==================== */

button, .button {
    padding: .625em 1em .625em 1em;
    }
button.tiny, .button.tiny {
    padding: .5em .75em .625em .75em;
    }
button.small, .button.small {
    padding: .5em .75em .5em .75em;
    }
.panel .button:last-child, p .button:last-child { margin-bottom: 0; } /* no bottom margin for last button in a panel*/
.main-content button, .main-content .button, .main-content .button.disabled,.main-content .button.disabled:hover {
    font-family:"DIN", "Helvetica Neue" , Arial, Helvetica, sans-serif;
    color:#FFF;
    border:none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ec9', endColorstr='#1b62b2');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b62b2), to(#009ec9));
    background: -webkit-linear-gradient(top, #009ec9, #1b62b2);
    background: -moz-linear-gradient(top,  #009ec9, #1b62b2);
    background: -ms-linear-gradient(top, #009ec9, #1b62b2);
    background: -o-linear-gradient(top, #009ec9, #1b62b2);
    /*text-shadow:0px 0px 1px #333; */
    }
.main-content button:hover, .main-content .button:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008cb2', endColorstr='#175499');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#175499), to(#008cb2));
    background: -webkit-linear-gradient(top, #008cb2, #175499);
    background: -moz-linear-gradient(top,  #008cb2, #175499);
    background: -ms-linear-gradient(top, #008cb2, #175499);
    background: -o-linear-gradient(top, #008cb2, #175499);
    }
.main-content button:active, .main-content .button:active {
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow:  0 0 5px #333 inset;
    }
.main-content button.buy, .main-content .button.buy {
    color:#333;
    border:none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa61a', endColorstr='#fe6300');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fe6300), to(#faa61a));
    background: -webkit-linear-gradient(top, #faa61a, #fe6300);
    background: -moz-linear-gradient(top,  #faa61a, #fe6300);
    background: -ms-linear-gradient(top, #faa61a, #fe6300);
    background: -o-linear-gradient(top, #faa61a, #fe6300);
    /*text-shadow:0px 1px 1px #ffd800; */
    }
.main-content button.buy:hover, .main-content .button.buy:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d98e16', endColorstr='#e56300');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e56300), to(#d98e16));
    background: -webkit-linear-gradient(top, #d98e16, #e56300);
    background: -moz-linear-gradient(top, #d98e16, #e56300);
    background: -ms-linear-gradient(top, #d98e16, #e56300);
    background: -o-linear-gradient(top, #d98e16, #e56300);
    }
.main-content button.buy:active, .main-content .button.buy:active {
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow:  0 0 5px #333 inset;
    }
.main-content .button.buy.disabled { text-shadow: none; }
.main-content button.secondary, .main-content .button.secondary {
    color:#333;
    border:none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d9d9d9');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9d9d9), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #f2f2f2, #d9d9d9);
    background: -moz-linear-gradient(top,  #f2f2f2, #d9d9d9);
    background: -ms-linear-gradient(top, #f2f2f2, #d9d9d9);
    background: -o-linear-gradient(top, #f2f2f2, #d9d9d9);
    text-shadow:0px 1px 1px #fff;
    }
.main-content button.secondary:hover, .main-content .button.secondary:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#bfbfbf');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfbfbf), to(#d9d9d9));
    background: -webkit-linear-gradient(top, #d9d9d9, #bfbfbf);
    background: -moz-linear-gradient(top, #d9d9d9, #bfbfbf);
    background: -ms-linear-gradient(top, #d9d9d9, #bfbfbf);
    background: -o-linear-gradient(top, #d9d9d9, #bfbfbf);
    }
.main-content button.secondary:active, .main-content .button.secondary:active {
    -webkit-box-shadow: inset 0 0 5px #888;
    box-shadow:  0 0 5px #333 inset;
    }


/* ====================    ==================== */


.confirmCancel a.close-reveal-modal {
    color: #2ba6cb;
    float: right;
    position: relative;
    line-height: 2;
    }
div.main-content #confirmar {
    margin-left: -20em;
    width: 40em;
    }

/* ---------------- Package details popover --------------------------- */

.f-dropdown .inline-list { margin-left: 0; }
.f-dropdown .inline-list li { padding: 0.3125em 0.3125em; }

/* ----- Tooltip styling ----- */
.main-content .show-me-help {
    cursor: help;
    border-radius: 100px;
    border: 1px solid #ccc;
    color: #69a;
    padding: 0 .35em;
    }

/* ----- Delete Link Styles ----- */
.main-content a.delete {
    color: #666;
    font-weight: normal;
    transition: color 0.2s ease-in;
    }
.main-content a.delete:hover { color: #222; }
.main-content a.delete:before {
    content: '\00D7';
    color: #c33;
    font-weight: bold;
    font-size: larger;
    margin-right: .15em;
    margin-left: .5em;
    }

/* [End] Universal Styles */

/* [Start] Overrides */

/* ====================  Tables  ==================== */
/* Tables â€” foundation.css: line 3571 */
table {
    background: white;
    margin-bottom: 1.25em;
    border: solid 1px #b5b5b5;
    border-spacing: 2px;
    border-collapse: separate;
    }
table thead { background: #c5e0ef; }
table tfoot { background: #e5e5e5; }
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
    padding: 0.5em 0.625em 0.625em;
    font-size: 14px;
    font-size: 0.875rem;
    color: #356;
    text-align: left;
    font-weight: 400;
    }
table tr td {
    padding: 0.5625em 0.625em;
    font-size: 14px;
    font-size: 0.875em;
    color: #222222; }
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
    background: #f5f5f5;
    }
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
    display: table-cell;
    line-height: 1.125em;
    }

    /* table.no-border */
    .main-content table.no-border {
        border: none;
        background: transparent;
        margin: 0.5em auto;
        border-spacing: 0;
        }
    .main-content table.no-border thead { background-color: transparent; }
    .main-content table.no-border tr { background-color: transparent; }
    .main-content table.no-border td, .main-content table.no-border thead tr th {
        padding: .5em 1em .25em 0;
        vertical-align: top;
        }
    .main-content table.no-border td:last-child, .main-content table.no-border thead tr th:last-child {
        padding-right: 0;
        }
    .main-content table.no-border thead tr th {
        color: #80858f;
        font-weight: 500;
        background-color: transparent;
        border-bottom: 1px solid #d0d8df;
        }

    /* table.expand */
    table.full-width { width: 100%; }

    .main-content table.bordered td {
        border: 1px solid #d5e3ec;
        }

/* Rules for buttons and labels in tables */
    .main-content table .button { margin: 0; }
    .main-content table tbody tr td .button { font-weight: normal; }
    .main-content table td label,
    .main-content table th label {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 0;
        }
    .main-content table tr.summary { padding: .2em; }
    .main-content table tr.summary td { border-top: 1px solid #d5e3ec; }


/* ====================  List Styles  ==================== */

/* ----- <ol> & <ul> ----- */
.main-content ul, .main-content ol {    margin-bottom: 1.25em;  }
    .main-content ol { list-style-type: decimal; }
    .main-content li ul { margin: .5em 0 0 0; }
    .main-content ul.square li,
    .main-content  ul.circle li,
    .main-content  ul.disc li,
    .main-content ul li,
    .main-content ol li {
        margin-left: 2em;
        }
    .main-content ul.disc li { list-style-type: disc; }
    .main-content ul.square li { list-style-type: square; }
    .main-content ul.circle li { list-style-type: circle; }

    .f-dropdown ul.square { margin-left: 1em; }

/* ----- Definition Lists ----- */
.main-content dl { margin-bottom: .75em; }
    .main-content dt {
        color: #70787f;
        margin-bottom: 0.1rem;
        }
    .main-content dd { margin-bottom: 0.5em; }
    .panel dl:last-child { margin-bottom: 0; }

    /* Inline <dl> styles */
    .main-content dl.inline {
        display: block;
        width: 100%;
        margin: 0 0 0.75em 0;
        padding: 0;
        clear: both;
        overflow: auto;
        }
    .main-content dl.inline dt,
    .main-content dl.inline dd {
        margin-bottom: .5em;
        float: left;
        line-height: 1;
        padding-bottom: 0;
        vertical-align: bottom;
        }
    .main-content dl.inline dt {
        clear: left;
        width: 35%;
        font-weight: normal;
        color: #60686f;
        }
    .main-content dl.inline dd {
        width: 60%;
        margin-left: 5%;
        }
    .main-content dl.inline.split-evenly dt,
    .main-content dl.inline.split-evenly dd {
            width: 47.5%;
        }
    .main-content dl.inline.centered dt {
        text-align: right;
        }

    /* Inline edit styles for <dl>s */
    .main-content dl.inline dd.editable span {
        width: 55%;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        }
    .main-content dl.inline dd a.edit-link{
        display: inline-block;
        width: 40%;
        float:right;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        }
    /* Save & Cancel buttons for inline edit*/
    dl.inline dd.editable a.saveBtn {
        display: inline-block;
        height: 1.3em;
        line-height: 1.3em;
        padding: 0 .3em;
        border-radius: 3px;
        color:#fff;
        background-color: #3bb6cb;
        }
    dl.inline dd.editable a.cancelBtn {
        display: inline-block;
        color: #c00;
        }

    /* PreLoader */
    dl.inline .savePreloader img {
        max-width: 1em;
        margin-right: .5em;
        }



/* ====================  Miscellany  ==================== */

/* ----- Edit links ----- */
.main-content a.edit-link {
    color:#2ba6cb;
    font-weight: normal;
    transition: color 0.2s ease-in;
    }
.main-content a.edit-link:hover {
    color: #3bc6fb;
    }

/* Inline icons */
.inline-icon { max-width: 1em; }

/* override dropdown link-appearance */
.f-dropdown li {
    cursor: auto;
    }
.f-dropdown li:hover, .f-dropdown li:focus {
    background: #ffffff;
    }


/* ====================  Alert Boxes  ==================== */
.alert-box{
    background-color: #fff8aa;
    border-color: #cfc0a0;
    border-width: 1px;
    color: #432;
    line-height: 1.4em;
    border-radius: 4px;
    font-weight: 400;
    }
    .alert-box.alert{
        background-color: rgb(255, 255, 102);
        border-color: #b84;
        color: #922;
        }
    .alert-box.success{
        background-color: rgb(238, 255, 182);
        border-color: rgb(159, 238, 95);
        color: #104005;
        }
    .alert-box.secondary{
        background-color: rgb(218, 243, 253);
        border-color: rgb(95, 187, 238);
        color: rgb(6, 59, 117);
        }


/* ====================  Forms  ==================== */
.main-content form.inline {
    display: inline-block;
    }
.main-content fieldset {
    border: solid 1px #b5b5b5;
    padding: 1.25em;
    margin: 1em 0em;
    }
.main-content fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em;
    }

.main-content input[type="text"],
.main-content input[type="password"],
.main-content input[type="date"],
.main-content input[type="datetime"],
.main-content input[type="datetime-local"],
.main-content input[type="month"],
.main-content input[type="week"],
.main-content input[type="email"],
.main-content input[type="number"],
.main-content input[type="search"],
.main-content input[type="tel"],
.main-content input[type="time"],
.main-content input[type="url"],
.main-content textarea {
    margin: .2em 0 .5em 0;
    border-color: #b5b5b5;
    }
.main-content input[type="checkbox"],
.main-content input[type="radio"] {
    /*margin-right: 0.375em;*/
    }

.main-content select {
    width:auto;
    max-width: 100%;
    border-color: #b5b5b5;
    padding-right: 1.25rem;
    background-position: 97% center;
    background-position: calc(100% - 0.5rem) center;
    }
/*.main-content select option  { font-size: 1em; }*/

.main-content form small.error {
    margin-top: -0.3em;
    margin-bottom: .2em;
    background-color: transparent;
    color: #c60f13;
    font-weight: normal;
    }
.error label, label.error {
    color: #333;
    }
.main-content span.help-inline {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 0.75em;
    font-style: italic;
    }
.main-content label {
    margin-bottom: .2em;
    }
.main-content textarea { min-height: 4.75em; }

/* Small input fields for inline edit */
.main-content input.small {
    display: inline-block;
    height: 1.3em;
    width: 60%;
    padding: 0 0.25em;
    margin: 0;
    border: 1px solid #c5d5df;
    box-shadow: none;
    font-size: .875em;
    margin-right: .25em;
    }
/* ========== Radio button groups ============== */
.radio-group {
    display: block;
    margin: 0.25em;
    }
.radio-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
.radio-group input[type=radio] { display: none; }
.radio-group input[type=radio] + label {
    display: inline-block;
    float: left;
    padding: .75em 1.25em;
    margin: 0 -2px;
    border: 1px solid #0473ae;
    background-color: #f5f5f5;
    }
.radio-group input[type=radio]:checked + label { background-color: #0473ae; color: white; border-color: #0473ae;  }
.radio-group.radius input[type=radio]:first-of-type + label { border-radius: 3px 0 0 3px; }
.radio-group.radius input[type=radio]:last-of-type + label { border-radius: 0 3px 3px 0; }

/* ========== Section container accordions ============== */

.main-content .section-container { border-color: #e5e5e5; }
.main-content .section-container section { border-color: #e5e5e5; }
.main-content .section-container section .title { margin: 0; background-color: #f5f5f5; }
.main-content .section-container section .title a { font-weight: normal; }
.main-content .section-container section .title a:before { content: '\25B8\0020';   color: #00aeef; }
.main-content .section-container section.active .title { border-bottom: 1px solid #e5e8ef; background-color: #f0f5fc; }
.main-content .section-container section.active .title a { color: #0073ae; }
.main-content .section-container section.active .title a:before { content: '\25BE\0020'; color: #0073ae; }

/* ====================  Panels  ==================== */

.panel {
    padding: .75em;
    overflow: hidden;
    border-color: #d5dadf;
    background: #e5e8ef;
    }

    /* Remove margin-bottom on the last items in .panels */
    .panel *:last-child { margin-bottom: 0; }

/* [End] Overrides */

/* [Start] Navigation */

    /* =============== NEW MiDIRECTV MENU â€“ EARLY 2015 =============== */

    /* .main-content { background-color: white; background: url(../img/gradient02.jpg) no-repeat top center fixed; } */
    nav { width: 100%; overflow: auto; }
    nav + .main-content { border-top: 1px solid #d5d5d5; }
    nav.midtv-menu {
        box-shadow: 0 0 10px #000;
        background-color: white;
        border-bottom-width: 1px;
        border-color: #d5d5d5;
        z-index: 99999;
        padding: 0;
        /*overflow: hidden;*/
        }
    nav.midtv-menu,
    nav.midtv-menu .account-select,
    nav.midtv-menu .account-menu,
    nav.midtv-menu .columns.nav-bar {
            height: 3.125rem;
            transition: height 200ms ease;
        }
    nav.midtv-menu  { height: auto; }

    nav.midtv-menu #account-menu { line-height: 3.125em; padding: 1em 0;}
    nav.midtv-menu #account-menu ul { margin: 1em 0; }
    nav.midtv-menu .row { background: transparent; padding: 0; }
    nav.midtv-menu ul,
    nav.midtv-menu form,
    nav.midtv-menu select { margin: 0; -moz-appearance: none; display: inline-block; }
    nav.midtv-menu select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }
    nav.midtv-menu form {
        display: inline-block;
        float: right;
        width: 100%;
        max-width: 20em;
        overflow: auto; }
    nav.midtv-menu select {
        width: 100%;
        max-width: 20em;
        white-space:nowrap;
        text-overflow: ellipsis;
        border-style: 1px solid #d5d5d5;
        height: 2.875em;
        padding: 0 3.5em 0 .5em;
        background: transparent url(../img/usericon.png) no-repeat right center;
        border-radius: 3px;
        margin: 0;
        background-position: calc(100% - 1em) center;
        font-family: 'DIN', 'Helvetica Neue', Arial, Sans-serif;
        font-size: 1rem;

        text-indent: 0.1px;
        text-overflow: '';
        }
    nav.midtv-menu #account-select-phone select { margin-bottom: 1em; }
    nav.midtv-menu #account-select-tablet select { margin-bottom: 0; }

nav.midtv-menu #account-select-phone { display: inline-block; }
nav.midtv-menu #account-select-tablet { display: none; }

.midtv-menu a#menu-toggle {
    display: inline-block;
    line-height: 2em;
    padding: 0.25em 1em .15em 1em;
    margin: 0.75em 0 0 0;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    float: right;
    font-family: 'DIN Medium', 'Helvetica Neue', Arial, Sans-serif;
    font-size: 0.75rem;
    color: #222;
    };

    nav.midtv-menu ul { height: auto; display: block; }
    nav.midtv-menu li {
        font-family: 'DIN', 'Helvetica Neue', Arial, Sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 2rem;
        -webkit-transition: border-color 300ms ease;
    -moz-transition: border-color 300ms ease;
        -o-transition: border-color 300ms ease;
        -ms-transition: border-color 300ms ease;
        transition: all 300ms ease;

        margin: 0;
        width: 45%;
        border: 1px solid white;
        border-radius: 3px;
        }
    nav.midtv-menu li.active { /*border: 1px solid #00a5e5; */ }
    nav.midtv-menu li a { color: #222; font-weight: 400; transition: color 300ms ease; }
    nav.midtv-menu li a:hover  { color: #00a5e5; }
    nav.midtv-menu li.active a { /*border-bottom: 1px solid #00a5e5;*/ color: #00a5e5}
    nav.midtv-menu .columns { white-space: nowrap; }
    nav.midtv-menu .logo-helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        }
    nav.midtv-menu img {
        width: 100%;
        vertical-align: middle;
    max-height: 30px;
    max-width: 110px;
        }

    @media only screen and (min-width: 33.813em) {
        nav.midtv-menu .columns.nav-bar { height: 3.75em; }
        nav.midtv-menu form,
        nav.midtv-menu select { width: auto; max-width: 100%; }
        nav.midtv-menu form { height: 100%; }
        nav.midtv-menu select { margin-top: .4375em; }
        nav.midtv-menu ul { display: inline-block; width: auto; }
        nav.midtv-menu li { width: auto; margin-left: 1rem; }
        nav.midtv-menu li:first-child { margin: 0; }
        nav.midtv-menu a#menu-toggle { margin-top: 1.125em; }

        nav.midtv-menu #account-select-phone { display: none !important; }
        nav.midtv-menu #account-select-tablet {
            display: inline-block;
            float: right;
            max-width: 65%;
            margin-left: 1em;
            }
        }
    @media only screen and (min-width: 56.313em) {
        nav.midtv-menu,
        nav.midtv-menu .account-menu,
        nav.midtv-menu .columns.nav-bar {
            height: 5rem;
            }
        nav.midtv-menu select { margin-top: 1.0625em;}
        .midtv-menu a#menu-toggle { margin-top: 2em; }
        nav.midtv-menu ul {
            float: right;
            display:inline-block;
            }
        nav.midtv-menu li {
            margin-left: 1rem;
            width: auto;
            line-height: 4.75em;
            border-radius: 0;
            border-width: 0;
            border-bottom: 4px solid white;
            text-align: left;
            }
        nav.midtv-menu li:first-child { margin: 0; }
        nav.midtv-menu li:hover  { border-width: 0; border-bottom: 4px solid #ccc; }
        nav.midtv-menu li.active { border-width: 0; border-bottom: 4px solid #00a5e5; }

    }

/* IE8 styles for nav */
.lt-ie9 nav.midtv-menu .show-for-medium-down { display: none !important; }
.lt-ie9 nav.midtv-menu .hide-for-medium-down { display: inherit !important; }

.lt-ie9 nav.midtv-menu,
.lt-ie9 nav.midtv-menu form,
.lt-ie9 nav.midtv-menu .account-menu,
.lt-ie9 nav.midtv-menu .columns.nav-bar {
    height: 5em;
    }
.lt-ie9 nav.midtv-menu select {
    width: auto;
    max-width: 100%;
    margin-top: 1.0625em;
    font-family: Arial, Helvetica, sans-serif;
    background-image: none;
    }
.lt-ie9 .midtv-menu a#menu-toggle { margin-top: 2em; }
.lt-ie9 nav.midtv-menu ul {
    float: right;
    display:inline-block;
    }
.lt-ie9 nav.midtv-menu li {
    margin-left: 1em;
    width: auto;
    line-height: 4.75em;
    border-radius: 0;
    border-width: 0;
    border-bottom: 4px solid white;
    text-align: left;
    }
.lt-ie9 nav.midtv-menu li:first-child { margin: 0; }
.lt-ie9 nav.midtv-menu li:hover  { border-width: 0; border-bottom: 4px solid #ccc; }
.lt-ie9 nav.midtv-menu li.active { border-width: 0; border-bottom: 4px solid #00a5e5; }





    /* ========= Account dropdown ======================= */
  .f-dropdown.account-dropdown {
        margin-top: 0;
        padding: 0;
        border-color: #00a5e5;
        border-top-color: #e5e5e5;
        }
    /* remove the little arrow */
  .f-dropdown.account-dropdown:before, .f-dropdown.account-dropdown:after { border: 0; display: none; }
    .account-dropdown#nav-drop-small {
        width: 100%;
        }

    .account-dropdown ul {
        list-style-type: none;
        margin: 0;
        }
    .account-dropdown li {
        font-family: 'DIN', 'Helvetica Neue', Arial, Sans-serif;
        border-bottom: 1px solid #e5f0f5;
        background-color: white;
        }
    .account-dropdown li:hover { background-color: #ecf5ff; }
    .account-dropdown li a { padding: .75rem .5rem .5rem .75rem; }
    .account-dropdown h6 {
        font-size: .75em;
        background-color: #666;
        color: white;
        padding: .25rem .5rem .125rem .5rem;
        margin: 0;
        }
    .account-dropdown form {  }

    /* Select styles*/
    .account-dropdown select {
        padding: .75rem;
        margin:0;
        border:0;
        background-color: #f5f5f5;
        }

    /* Radio button styles*/
    .account-dropdown input[type="radio"] + label {
        padding: .75rem .75rem .5rem 2rem;
        color: #666;
        display: block;
        margin:0;
        }
    .account-dropdown input[type="radio"] { display: none; }
    .account-dropdown input[type="radio"]:checked + label {
        background-color: #e5f5ff;
        color: #333;
        }
    .account-dropdown input[type="radio"]:checked + label:before {
        content: " ";
        width: 1em;
        height: 1em;
        float: left;
        background-position: 0 0;
        background-image: url(img/midtv-account.gif);
        background-size: 1em 1em;
        background-repeat: no-repeat;
        margin: 0 .5em 0 -1.5rem;
        }
    .account-dropdown input[type="submit"] {
        margin: .25rem;
        float: right;
        }

/* [End] Navigation */

/* [Start] Targeters */
/* ===================================  Promos  =============================================== */

.promo {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1em;
    }

.promo h1, .promo h2, .promo h3, .promo h4, .promo h5, .promo h6 {
    font: 600 1em "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding: 0;
    }

.promo img {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
    margin: 0 auto .2em auto;
    vertical-align: middle;
    }

.promo p {
    padding: 0;
    font-weight: normal;
    color: #444;
}

.promo-text {
    display: inline-block;
    width: 100%;
    max-width: 18.75em;
    margin: 0 auto;
    vertical-align: middle;
    text-align: left;
    }

/* ===================================  Targeters  =============================================== */

.targeter {
    max-width: 300px;
    min-width: 160px;
    margin: 0 auto 1em auto;
    border: 1px solid #e5e5e5;
    border-radius: .25em;
    padding: .75em;
    overflow: auto;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    color: #404040;
    text-align: left;
    }
.targeter:last-child { /*margin-bottom: 0;*/ }
.targeter *:last-child { margin-bottom: 0; }
.targeter img {
    display: block;
    max-width: 500px;
    margin: 0 auto 1em auto;
    }
.targeter ul li {
    list-style: disc;
    margin-left: 30px;
}
.carousel {
    max-width: 182px;
    height: 295px;
    overflow: hidden;
    margin: 0 .25em .25em 0;
    display:inline-block;
    float: left;
    }
.carousel p {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    color: #333;
    }
.carousel a p {
    font-weight: normal;
    color: #333;
    }
/* ----- Icon Headers ----- */
h4.h4Icon {
    font-family: "DIN Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
    background-image: url(http://d5ip5p2ldkpmf.cloudfront.net/cinema/MDTV/targeters/targ-question.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0.3em .333em 0 2.5em;
    min-height:32px;
    margin: 0 0 .5em 0;
    font-size: 1em;
    font-weight: 600;
    }
    h4.arrow {
        background-image:url(http://d5ip5p2ldkpmf.cloudfront.net/cinema/MDTV/targeters/targ-arrow.png);
        }
    h4.info {
        background-image:url(http://d5ip5p2ldkpmf.cloudfront.net/cinema/MDTV/targeters/targ-info.png);
        }
    h4.link {
        background-image:url(http://d5ip5p2ldkpmf.cloudfront.net/cinema/MDTV/targeters/targ-link.png);
        }
    h4.newsletter {
        background-image:url(http://d5ip5p2ldkpmf.cloudfront.net/cinema/MDTV/targeters/targ-newsletter.png);
        }
    h4.plus {
        background-image:url(http://d5ip5p2ldkpmf.cloudfront.net/cinema/MDTV/targeters/targ-plus.png);
        }
    h4.AlertFlag {
        background-image:url(http://d5ip5p2ldkpmf.cloudfront.net/cinema/MDTV/targeters/alerts_flag_img.png);
        padding: 0 .333em 0 1.375em;
        background-position: 0 .125em;
        margin: 0 0 -1em 0;
        }
/* [End] Targeters */

/* [Start] Inicio */
.client-info .left {
    width:50%;
    font-weight:bold;
    font-size:.75em;
    margin-bottom:10px;
    }
.client-info .right {
    width:50%;
    font-size:.75em;
    margin-bottom:10px;
    }
.client-info .section {
    float:left;
    width:100%;
    }
.client-info h5 { margin-top:0.75em;margin-bottom: 1.38em; }
.client-info .right span {
    font-size:1em;
    line-height: 1.3;
    }
.premium-info {
    width: 60%;
    display: inline-block;
    float: left;
    border: 1px solid #ccc;
    background: #f5f5f5;
    padding: .5em 0 .5em .5em;
    }
.premium-compra {
    margin-left: 0;
    width: 30%;
    display: inline-block;
    float: left;
    background: #f5f5f5;
    padding: .5em 0 .5em .5em;
    }

.premium-inicio {
    border: 1px solid #e5e5e5;
    padding: .625em;
    background: #fff;
    border-radius: 3px;
    position: relative;
    margin: .5em 0;
    max-width: 30em;
    }

.premium-inicio p { max-width: 80%; }
.premium-inicio p.popoverP { max-width: 100%; }
.premium-inicio .price {
    font-weight: bold;
    color: #333;
    display: inline-block;
    position: absolute;
    top: .5em;
    right: .5em;
    }

.premium-inicio .button.buy {
    position: absolute;
    top: 2.5em;
    right: .5em;
 }


.inicio-targeter {
    width:182px;
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: .5em;
    }

/* [End] Inicio */

/* [Start] Card Registration */
.historial-tarjetas{ width:100%; }
.historial-tarjetas tr th { font-weight:bold; }
.historial-tarjetas tr td .secondLink { margin-left:20px; }
.historial-tarjetas .tiny.radius.button { font-weight:normal; }
/* [End] Card Registration */

/* [Start] Facturacion */
/*
.historial-pago {
    width:100%;
    border:1px solid #dddddd;
    }*/
.historial-compras, .detalle-factura {
    width:100%;
    border:1px solid #d5e3ec;
    }
.historial-compras span.show {
    width:30%;
    float:right;
    text-align:right;
    }
.historial-compras span.show select {
    width:55px;
    font-size: 1em;
    }
.historial-compras span.pages {
    width: 70%;
    display: inline-block;
    text-align:center;
    }
.historial-compras tr th {
    background:#e5f3fc;
    font-weight:bold;
    }
.detalle-factura select {
    margin-left: .5em;
    font-size: 1em;
    }

/* logo holder for CO puntos de recarga*/
.logo-holder {
    width: 45%;
    max-width: 125px;
    display: inline-block;
    float: left;
    background-position: 0 0;
    background-image: url(http://d5ip5p2ldkpmf.cloudfront.net/cinema/MDTV/CO-logos-recarga.png);
    background-size: 100% auto;
    }
#l-01 { background-position: 0px 0px; }
#l-02 { background-position: 0px 6.75%; }
#l-03 { background-position: 0px 13.5%; }
#l-04 { background-position: 0px 20%; }
#l-05 { background-position: 0px 27%; }
#l-06 { background-position: 0px 33.25%; }
#l-07 { background-position: 0px 39.75%; }
#l-08 { background-position: 0px 46.25%; }
#l-09 { background-position: 0px 52.75%; }
#l-10 { background-position: 0px 59.75%; }
#l-11 { background-position: 0px 66.75%; }
#l-12 { background-position: 0px 73.75%; }
#l-13 { background-position: 0px 79.75%; }
#l-14 { background-position: 0px 86.75%; }
#l-15 { background-position: 0px 93.75%; }

#divBill{ width:700px; margin-left:-350px; }

#ddlBillDate option,#ddlstate option,#ddlCity option{font-size:1em;}
.saldo .section .left{text-align:right;width:47%;}
.saldo .section .right{text-align:left;width:47%;}
#couponPrint{width:185px;}
/* [End] Facturacion */

/* [Start] Mi Plan */
.tab-holder {
    width:100%;
    float:left;
    margin-bottom: 1em;
    }
.tab-holder .tabs .tab {
    position: relative;
    z-index: 2;
    float:left;
    height:40px;
    background-color:#e5e5e5;
    text-align:center;
    padding:0 10px;
    font-size: .825em;
    font-weight:bold;
    line-height:40px;
    cursor:pointer;
    border:#ccc 1px solid;
    border-right:none;
    }
.tab-holder .tabs .tab:hover { background-color:#fff; }
.tab-holder .tabs .tab.active {
    background-color:#fff;
    border-bottom-color: #fff;
    }
.tab-holder .tabs .tab:last-child { border-right:#ccc 1px solid; }
.tab-holder .contents {
    width:100%;
    float:left;
    border:#ccc 1px solid;
    margin-top:-1px;
    min-height:400px;
    position:relative;
    }
.tab-holder .contents .content {
    clear:both;
    float:left;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    }
.cpanel {
    margin:15px;
    border-bottom:#ccc 1px solid;
    float:left;
    clear:both;
    width:95%;
    }
.cpanel .channel_description {
    width:80%;
    float:left;
    }
.cpanel .channel_description  h4 a { font-size:12px; }
.cpanel .channel_buyprice {
    width:20%;
    float:left;
    text-align:center;
    }
.cpanel:last-child { border-bottom:none; }
.cpanel .channel_buyprice span {
    width:100%;
    float:left;
    text-align:center;
    margin-bottom:15px;
    }
.content-50 {
    float:left;
    width:50%;
    }
.content-33 {
    float:left;
    width:33.333%;
    }
.content-20 {
    float:left;
    width:20%;
    }
.darker { background-color:#D9D9D9; }
.deco-edit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    }
#contactForm .required{ color:Red; }
/* [End] Mi Plan */

/* [Start] Detalles de Cuenta */

.idc-info div {
    float:left;
    min-height:20px;
    }
.idc-info div.title {
    width:100%;
    margin-bottom:10px;
    font-size:18px;
    }
.idc-info div.title a {
    float:right;
    font-size:13px;
    }
.idc-info div.left {
    width:40%;
    font-weight:bold;
    font-size:12px;
    }
.idc-info div.right {
    width:60%;
    font-size:12px;
    }

table.datos {
    width: 100%;
    border: 0;
    margin-right: 1em;
    display: inline-block;
    float:left;
    border-spacing: 0;
    }
table.datos tr { }
table.datos tr:last-child {
    border-bottom: 0;
    }

table.datos tr:nth-child(even) { }

table.datos td {
    vertical-align: top;
    padding: .75em .75em .75em .75em;
    border-bottom: 1px solid #fff;
    }
table.datos td:first-child {
    border-bottom: 1px solid #e5e8ef;
    border-right: 1px solid #e5e8ef;
    font-weight: bold;
    width: 40%;
    text-align: right;
    min-width: 12em;
    }
table.datos tr:last-child td { border-bottom: 0; }

/* [End] Detailes de Cuenta */

/* [Start] Preferencias */
.preference-email {
    max-width: 20em;
    border: 1px solid #e5e5e5;
    padding: 1em;
    text-align: center;
    margin: 0.5em auto 1.5em auto;
    }
#preferencias li {
    vertical-align: middle;
    display: block;
    overflow: auto;
    margin-bottom: 1em;
    }

#preferencias li > small {
    margin-left: 2.5em;
    font-weight: bold;
    }

#preferencias li > input {
    width: 1.5em;
    display: inline-block;
    float: left;
    margin-top: 30px;
    }

#preferencias li >img {
    margin: 0 .5em;
    display: inline-block;
    float: left;
    }

#preferencias li > label {
    width: 80%;
    display: inline-block;
    float: left;
    line-height: 1.1;
    font-size: 0.875em;
    margin-left: 10px;
    }
#preferencias p small {
    font-size: 0.9em;
    }
/* [End] Preferencias */


/* [Start] Popover */
.f-dropdown .inline-list {
    margin-left: 0;
    }
.f-dropdown .inline-list li {
    padding: 0.3125em 0.3125em;
    }
/* [End] Popover */

/* [Start] confirmCancel */
.confirmCancel {
    clear: both;
    margin-top: 1em;
    text-align: right;
    }
.confirmCancel#acceptBtn { text-align:left; }
.confirmCancel a {
    margin-left: 1em;
    cursor: pointer;
    }
.confirmCancel .button { margin-bottom: 0; }
.preference-email .confirmCancel {
    text-align: center;
    margin-top: .5em;
    }
.confirmCancel.inline {
    margin: 0px 0px 0.5em 0px;
    font-size: .875em;
    }
.confirmCancel img {
    max-width: 20px;
    vertical-align: middle;
    }
.confirmCancel strong {
    color: #999;
    }
/* [End] confirmCancel */

/* [Start] Login & registration forms */
.login-form input[type=text], .login-form input[type=password] { margin: .2em 0; }
.login-form input[type=radio] { margin-bottom: .5em; }
.login-form input.short {
    width:40%;
    }
.login-form label {
    font-size: .875em;
    }
.login-form .help-text {
    font-size: .75em;
    font-style:italic;
    color: #595959;
    }
.login-form small a {
    font-weight: normal;
    }
.nowrap { white-space: nowrap; }
.strengt-pass-cont{ position: absolute; left: 0; top: 20px; width: 146px; }
.strengt-pass { background-color: #EBEBEB; border: 1px solid #BBBBBB; float: left; height: 7px; margin-bottom: 0; overflow: hidden; width: 135px; margin-top: 2px;}
.strengt-pass span { color: #666666; display: block; float: left; font-size: 9px; letter-spacing: 0; line-height: 159%; min-height: 4px; padding: 2px 0; text-align: center; width: 33px;}
.strengt-pass #week, .strengt-pass #medio, .strengt-pass #strong { border-right: 1px solid #BBBBBB;}
.strengt-pass .one { background-color: #FF0000; color: #FFFFFF;}
.strengt-pass .two { background-color: #FFFF00; color: #FFFFFF;}
.strengt-pass .tird { background-color: #66FF00; color: #FFFFFF;}
.strengt-pass .four { background-color: #009933; color: #FFFFFF;}
.main-content .strengt-pass-text { color: #666666; font-size: .75em;}
.validation-message {
    position: absolute;
    left: 0;
    top: 24px;
    color: #690;
    font-size: .75em;
    }
.validation-message p {
    font-weight: bold;
    }
/* [End] login & registration forms */

/* [Start] PPV Browse */

.ppv-panel img {
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    }

.ppv-panel > div {
    margin: .5em auto;
    padding: .375em;
    border: 1px solid #e5e5e5;
    max-width: 17em;

    text-align:center;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    }

.ppv-panel .button { margin-top: 1em; }

.ppv-panel p {
    font-size: .875em;
    line-height:1.4;
    margin-bottom:0.5em;
    }

table.detalles-ppv {
    width: 100%;
    border: 1px solid #f5f5f5;
    border: 0;
    padding: .25em;
    margin: .75em 0 0 0;
    display: inline-block;
    float:left;
    background: white;
    }
table.detalles-ppv tr:nth-child(even) { background-color: #e5e5e5; }
table.detalles-ppv td {
    font-size: 1em;
    vertical-align: top;
    padding: .3em .5em;
    }
table.detalles-ppv td:first-child {
    font-weight: bold;
    width: 40%;
    color: #404040;
    text-align: right;
    }
table.detalles-ppv td:last-child {
    width: 60%;
    }
#detalles-playboy ,#detalles-hustler,#detalles-xtsy,#detalles-venus { font-size:.75em; }

/* PPV Event for PR Recharge*/
.main-content .ppv-event .row:first-child { margin: 0; }
.main-content .ppv-event .row:first-child .columns { background-color:  #efd99d; padding-top: 0.25em; padding-bottom: 0.25em; height: 1.7em; line-height: 1.3em; }
.main-content .ppv-event .row:first-child .columns:last-child {  background-color: #faa61a; }
.main-content .ppv-event .row:last-child { margin: 0; }
.main-content .ppv-event .row h6 { margin: 0; }
.main-content .ppv-event label {
    font-size: .875em;
    font-weight: bold;
    color: #222;
    }

/* [End] PPV Browse */

/* New Override for menu and stuff with conflicting foundation styles */
.menuBar { z-index:98; }
.menuBar #sections #main-sections-nav li  a{
        box-sizing:content-box;
        -moz-box-sizing:content-box;
}
.menuBar #sections #main-sections-nav li .dropdown ul {
        margin-left:0px;
}
.menuBar .menuRight #main-sections-nav li a{
        box-sizing:content-box;
        -moz-box-sizing:content-box;
}
.menuRight  #main-sections-nav li#servicio-al-cliente a.sac {
        width:110px;
}
.menuRight  #main-sections-nav li#midirectv a.midirectv {
        width:79px;
}
.menuRight #main-sections-nav #midirectv .dropdown .mdtvMenu {
        margin-left:0px;
        box-sizing:content-box;
        -moz-box-sizing:content-box
}
.menuRight #main-sections-nav #servicio-al-cliente .dropdown .mdtvMenu {
        margin-left:0px;
        box-sizing:content-box;
        -moz-box-sizing:content-box
}

.marginLessButton{
    margin: 0;
}
/* [Start] PPV Buy */
.ppv-info {
    width: 100%;
    max-width: 30em;
    margin-bottom: 1em;
    }

.ppv-info select { max-width: 20em; }
div.main-content #ppvbuy {
    width:45em;
    margin-left:-22em;
}
.ppv-info div.disclaimer {
    font-size: 0.95em;
    float: left;
    }
.ppv-info div.disclaimer .alert-box {
    font-size: 0.8em;
    display:none;
    }
.ppv-info div.disclaimer strong { font-size:0.8em; }
/* [End] PPV Buy */
/* [Start] Logout */
.logout-promo-header {
    background-color: #e5e5e5;
    padding: 1.5em 0;
    }
.logout-promo-header h1 {
    font-size: 1.5em;
    font-weight: 400;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    }
.logout-promo-header h1 strong {
    font-size: 1em;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-weight: bold;
    }
.logout-promo-header a.button {
    font-size: .5em;
    float: right;
    }
.logout-promo {
    min-height: 100%;
    margin-top: 0;
    margin-bottom: -1.5em;
    padding-top: 2em;
    background-image: url(http://d5ip5p2ldkpmf.cloudfront.net/cinema/MDTV/logout-bg.png);
    background-position: left top;
    background-size: 100%;
    background-repeat:no-repeat;
    }
.logout-promo h2 { font-size: 1.4em; }
.logout-promo p {
    font-size: 1.125em;
    margin-bottom: 1.25em;
    }
.logout-promo p strong { font-size: 1em; }
/* [End] Logout*/

/************* IE-8 *************/
/* The Grid ---------------------- */
.lt-ie9 .row { width: 980px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.lt-ie9 .row.large-collapse .column,
.lt-ie9 .row.large-collapse .columns { padding: 0; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.lt-ie9 .row .row.large-collapse { margin: 0; }

.lt-ie9 .column, .lt-ie9 .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; }
.lt-ie9 .column.large-centered, .columns.large-centered { float: none; margin: 0 auto; }

.lt-ie9 [class*="column"] + [class*="column"]:last-child { float: right; }
.lt-ie9 [class*="column"] + [class*="column"].end { float: left; }

.lt-ie9 .large-1,
.lt-ie9 .row .large-1 { width: 8.33333%; }

.lt-ie9 .large-2,
.lt-ie9 .row .large-2 { width: 16.66667%; }

.lt-ie9 .large-3,
.lt-ie9 .row .large-3 { width: 25%; }

.lt-ie9 .large-4,
.lt-ie9 .row .large-4 { width: 33.33333%; }

.lt-ie9 .large-5,
.lt-ie9 .row .large-5 { width: 41.66667%; }

.lt-ie9 .large-6,
.lt-ie9 .row .large-6 { width: 50%; }

.lt-ie9 .large-7,
.lt-ie9 .row .large-7 { width: 58.33333%; }

.lt-ie9 .large-8,
.lt-ie9 .row .large-8 { width: 66.66667%; }

.lt-ie9 .large-9,
.lt-ie9 .row .large-9 { width: 75%; }

.lt-ie9 .large-10,
.lt-ie9 .row .large-10 { width: 83.33333%; }

.lt-ie9 .large-11,
.lt-ie9 .row .large-11 { width: 91.66667%; }

.lt-ie9 .large-12,
.lt-ie9 .row .large-12 { width: 100%; }

.lt-ie9 .row .large-offset-1 { margin-left: 8.33333%; }
.lt-ie9 .row .large-offset-2 { margin-left: 16.66667%; }
.lt-ie9 .row .large-offset-3 { margin-left: 25%; }
.lt-ie9 .row .large-offset-4 { margin-left: 33.33333%; }
.lt-ie9 .row .large-offset-5 { margin-left: 41.66667%; }
.lt-ie9 .row .large-offset-6 { margin-left: 50%; }
.lt-ie9 .row .large-offset-7 { margin-left: 58.33333%; }
.lt-ie9 .row .large-offset-8 { margin-left: 66.66667%; }
.lt-ie9 .row .large-offset-9 { margin-left: 75%; }
.lt-ie9 .row .large-offset-10 { margin-left: 83.33333%; }

.lt-ie9 .pull-2 { right: 16.66667%; }
.lt-ie9 .pull-3 { right: 25%; }
.lt-ie9 .pull-4 { right: 33.33333%; }
.lt-ie9 .pull-5 { right: 41.66667%; }
.lt-ie9 .pull-6 { right: 50%; }
.lt-ie9 .pull-7 { right: 58.33333%; }
.lt-ie9 .pull-8 { right: 66.66667%; }
.lt-ie9 .pull-9 { right: 75%; }
.lt-ie9 .pull-10 { right: 83.33333%; }

.lt-ie9 .push-2 { left: 16.66667%; }
.lt-ie9 .push-3 { left: 25%; }
.lt-ie9 .push-4 { left: 33.33333%; }
.lt-ie9 .push-5 { left: 41.66667%; }
.lt-ie9 .push-6 { left: 50%; }
.lt-ie9 .push-7 { left: 58.33333%; }
.lt-ie9 .push-8 { left: 66.66667%; }
.lt-ie9 .push-9 { left: 75%; }
.lt-ie9 .push-10 { left: 83.33333%; }

/* Nicolas Gallagher's micro clearfix */
.lt-ie9 .row { *zoom: 1; }
.lt-ie9 .row:before, .row:after { content: " "; display: table; }
.lt-ie9 .row:after { clear: both; }
/*******************************/

/** IE8 specific fixes - Start**/
.lt-ie9 .carousel{max-width: 160px;}
.lt-ie9 .reveal-modal-bg{filter: alpha(opacity=50);}
.lt-ie9 .f-dropdown.small{max-width:300px}
.lt-ie9 .f-dropdown.medium{max-width:500px}
.lt-ie9 .f-dropdown.open{left:240px}
.lt-ie9 .nav-head .logo{width:18%}
.lt-ie9 #detalles-hustler.open{left:215px}
.lt-ie9 #detalles-playboy.open{left:460px}
.lt-ie9 #detalles-venus.open{left:705px}
.lt-ie9 #detalles-xtsy.open{left:930px}
.lt-ie9 #divBill{left:800px}
.lt-ie9 #Div1 div.cpanel,.lt-ie9 #Div2 div.cpanel {border-bottom:none;}
.lt-ie9 #divBill{margin-left:-520px;}
.lt-ie9 #ControlRemoto{width:730px;height:810px;margin-left:-350px;}
.lt-ie9 #myModal{margin-left:-250px;}
.lt-ie9 #updateAccountInfoIframe{width:650px;height:750px;margin-left:-350px;}
.lt-ie9 #checkemailInfoIframe{width:750px;height:300px;margin-left:-350px;}
.lt-ie9 #DecodificadorSubmit{width:850px;height:680px;margin-left:-400px;}
.lt-ie9 #ValidateAddr{width:800px;height:400px;margin-left:-400px;}
.lt-ie9 #confirmSOS{width:650px;margin-left:-300px;}
.lt-ie9 #couponPrint{width:200px;margin-left:320px;}
.lt-ie9 .f-dropdown.small.open.decoTooltip{margin-left:615px}
.lt-ie9 .f-dropdown.medium.open.packageTooltip{margin-left:375px;}
.lt-ie9 #autorizacionDebito, .lt-ie9 #validated, .lt-ie9 #errorDebito{
    max-width:720px;
    margin-left: -360px;
    }
.lt-ie9 #autorizacionDebito .row, .lt-ie9 #errorDebito .row{
    width:auto;
    min-width: inherit;
    }
.lt-ie9 #creditDebitModal{width:800px;margin-left:-400px;}
/*fix ie8 popup Chile Decoders*/
.lt-ie9 .homepopupCL{
    margin-left: -30%;
    max-width:550px;
    }
.lt-ie9 .homepopupCL .close-reveal-modal, .lt-ie9 #PreguntasdeSeguridad .close-reveal-modal, .lt-ie9 .addNewTarjeta .close-reveal-modal{
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer;
    }

/*fix ie8 security question*/
.lt-ie9 .securityQuestions{
    width: auto;
    min-width: inherit;
    }

/* fix ie8 aaddNewTarjeta*/
.lt-ie9 .addNewTarjeta .row{
    width: auto;
    min-width: inherit;
    }

/* fix ie8 removeTarjeta*/
.lt-ie9 .removeTarjeta .row{
    width: auto;
    min-width: inherit;
    }

/* Set fixed width for all reveal-modals in IE 8 */
.lt-ie9 .reveal-modal,
.lt-ie9 .reveal-modal.small,
.lt-ie9 .reveal-modal.medium,
.lt-ie9 .reveal-modal.large,
.lt-ie9 .reveal-modal.xlarge,
.lt-ie9 .reveal-modal.expand {
    width: 45em;
    padding: 1.25em;
    left: 50%;
    margin-left: -22.5em;
    }

/** IE8 specific fixes - End**/
#errorDebito .image{
    float:left;
    margin-right:10px;
    }

/* Override of Foundation styles for lightboxes.  */
/* On small screens, lightboxes will be 90% of window width. */
@media only screen and (max-width: 48em) {
    .reveal-modal,
    .reveal-modal.small,
    .reveal-modal.medium,
    .reveal-modal.large,
    .reveal-modal.xlarge,
    .reveal-modal.expand {
        margin-left: -45%;
        width: 90%;
        padding: 1.25em;
        }
}

/* On large screens, lightboxes will have a fixed width (45em/720px) */
@media only screen and (min-width: 48em) {
    .reveal-modal,
    .reveal-modal.small,
    .reveal-modal.medium,
    .reveal-modal.large,
    .reveal-modal.xlarge,
    .reveal-modal.expand {
        width: 45em;
        padding: 1.25em;
        left: 50%;
        margin-left: -22.5em;
        }
}
/* PE Chat window fix */
table.lpInviteChatTbl tr td { padding:0px }

/* Payment Methods*/
.forma-de-pago-info .section {
    float: left;
    width: 100%;
    }
.forma-de-pago-info .section .left {
    width: 50%;
    font-weight: bold;
    font-size: .75em;
    margin-bottom: 10px;
    }

.forma-de-pago-info .section .right {
    width: 50%;
    font-size: .75em;
    margin-bottom: 10px;
    }

.debito-info .section .left {
    font-size: .75em;
    margin-bottom: 10px;
    }

.forma-de-pago h5{
    float:left;
    width: 50%;
    margin-bottom:0;
    }
.forma-de-pago .actual .section div {
    display:inline;
    vertical-align:middle;
    font-size: .75em;
    margin-right: 10px;
    }
.mt {
    margin-top: 1.25em;
    }

#nueva-forma-de-pago .panel div .row div {
    float:left;
    width: 38%;
    font-size: .875em;
    line-height:32px;
    }

#nueva-forma-de-pago .panel div .row div select, #nueva-forma-de-pago .panel div .row div input[type="text"]{
    padding: .42em;
    width:100%;
    float:left;
    }
#nueva-forma-de-pago .panel div .row div input.perfix{
    width:30%;
    margin-right:5%;
    }
#nueva-forma-de-pago .panel div .row div input.suffix{ width:65%; }
#nueva-forma-de-pago .panel div .row div select.month{ width:55%; }
#nueva-forma-de-pago .panel div .row div select.year{
    width:40%;
    margin-left:5%;
    }
#nueva-forma-de-pago .panel div .row div:first-child {
    text-align:right;
    margin-right: 10px;
    }
#nueva-forma-de-pago .panel div .row div.text{
    font-size: .875em;
    line-height:32px;
    }

#autorizacionDebito .md-autorizacion-debito span{
    color: #2ba6cb;
    font-weight:bold;
    }

#validated div{
    display:inline-block;
    position:relative;
    }
#validated div img{
    vertical-align:middle;
    }

/*Ecuador mÃ©todos payment*/
.main-content #nueva-forma-de-pago small {
    margin-bottom: .2em;
    background-color: transparent;
    color: #c60f13;
    font-size: .75em;
    display: inline-block;
    }
/* [Start] Security Questions */
#PreguntasdeSeguridad{
    max-width:520px;
    margin-left: -15%;
    }
.securityQuestions .row div { margin-bottom: 10px; }
.securityQuestions p { font-size: .9em }
.securityQuestions .row div .marginButtom { margin-bottom:15px; }
.securityQuestions .button { margin-right: 10px; }
.securityQuestions small.error {
    margin-top: 0;
    background-color: transparent;
    color: #c60f13;
    }
/* [End] Security Questions */

/* [Start] Add Credito and Remove Credito */
#addNewTarjeta, #removeTarjeta{
    max-width: 400px;
    margin-left: -10%;
    }
.addNewTarjeta form fieldset .first{ margin-bottom: 10px; }

.addNewTarjeta form .button, .removeTarjeta .button{ margin-right:10px; }
.addNewTarjeta form fieldset .debito, .addNewTarjeta form fieldset .credito{
    display:none;
    float:none;
    }
.addNewTarjeta form .panel{
    margin-bottom: 10px;
    }
.addNewTarjeta form .panel .section{
    margin-bottom: 8px;
    }
.addNewTarjeta form .panel select{
    padding: .42em;
    width:100%;
    }

/* [End] Add Credito and Remove Credito*/

/* fix reCaptcha style */
#PreguntasdeSeguridad  #recaptcha_area input[type="text"] {
    display: inline-block;
    font-size: 11pt;
    }

#PreguntasdeSeguridad #recaptcha_area, #PreguntasdeSeguridad #recaptcha_table{
    margin: 0 auto 20px auto;
    width: 319px;
    }
#PreguntasdeSeguridad #recaptcha_area #recaptcha_image{
    width:303px;
    text-align:center;
    }
#PreguntasdeSeguridad #recaptcha_area #recaptcha_image embed{
    height:0;
    }

#PreguntasdeSeguridad #recaptcha_area #recaptcha_image span a{
    font-size: 7pt;
    font-weight: normal;
    }

/* SIMULADOR DE RECARGAS */
.simulador {
    display: inline-block;
    margin: 0 auto 10px auto;
    overflow: hidden;
    }

.simulador h3 {
    text-align: left;
    }

.simulador form {
    display: block;
    width: 100%;
    max-width: 20em;
    margin: 0 auto;
    border: 1px solid #e0e0bb;
    border-radius: 5px 5px 0 0;
    }

.simulador .panel {
    display: block;
    width: 100%;
    max-width: 20em;
    min-width: 297px;
    margin: 0 auto;
    border-bottom: 0;
    border: 1px solid #e0e0bb;
    border-top: 0;
    background-color: #d7e5f0;
    background-color: #f0f0db;
    border-radius: 0 0 5px 5px;
    }
.simulador .panel p {
    color: #756560;
    }
.simulador p.dias-tendras {
    color: #333;
    }
.simulador #monto-de-recarga {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    }
.simulador h6 {
    display: inline-block;
    margin-right: .5em;
    color: #273540;
    }
.simulador input{
    width: 6em;
    display: inline-block;
    }
.simulador .slider{
    max-width: 22em;
    margin: 1.5em auto;
}
.simulador form dl.inline {
    border-bottom: 1px solid #f0f0cb;
    border-radius: 5px 5px 0 0;
    background-color: #f5f8fb;
    background-color: #fffff2;
    padding: .5em 1em;
    width: 100%;
    }
.simulador form dt, .simulador form dd {
    color: #756560;
    width: 50%;
    font-size: 12px;
    margin: 0;
    text-align: left;
    }

#simulador-result p{ display: none;}
div.number-spin-btn-container { display: inline-block; vertical-align: middle; margin: 0; padding: 0; margin-left: -21px; }
div.number-spin-btn { background: url('http://d5ip5p2ldkpmf.cloudfront.net/cinema/MDTV/simulador.png'); width: 15px; height:14px; }
div.number-spin-btn-up { background-position: -11px 0; }
div.number-spin-btn-up:hover { background-position: -27px 0; }
div.number-spin-btn-down { background-position: -11px -14px; }
div.number-spin-btn-down:hover { background-position: -27px -14px; }
/* END SIMULADOR DE RECARGAS */


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 48em) {

    table.responsive { margin-bottom: 0; }

    .pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
    .pinned table { border-right: none !important; border-left: none !important; width: 100%; }
    .pinned table th, .pinned table td { white-space: nowrap; }
/*  .pinned td:last-child { border-bottom: 0; } */

    div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; /*border-right: 1px solid #ccc;*/ }
    div.table-wrapper div.scrollable { margin-left: 35%; }
    div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }

    table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
    table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }


}



/* ADDITIONS FOR NEW CINEMA FLOWS */

@media all and (max-width: 25em) {
    .main-content dl.inline dt, .main-content dl.inline dd {
        display: block;
        width: 100%;
        margin-left: 0.125em;
        }
    .main-content dl.inline dt { margin: 0.625em 0.125em 0.375em 0.125em; }
}

.main-content dl.inline dt { color: #6090b0; }

form.login-form div.main-content {
    border-top: 1px solid #d5d5d5;
}
