@charset "UTF-8";

@font-face {
    font-family: 'DIN';
    src: url('DIRECTVCurve-Regular.eot');
    src: url('DIRECTVCurve-Regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/DIRECTVCurve-Regular.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Bold';
    src: url('DIRECTVCurve-Bold.eot');
    src: url('DIRECTVCurve-Bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/DIRECTVCurve-Bold.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Light';
    src: url('DIRECTVCurve-Light.eot');
    src: url('DIRECTVCurve-Light.eot?#iefix') format('embedded-opentype'), url('../Fonts/DIRECTVCurve-Light.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Medium';
    src: url('DIRECTVCurve-Medium.eot');
    src: url('DIRECTVCurve-Medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/DIRECTVCurve-Medium.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding: 1em 0.5em;
    }
    body * { box-sizing: border-box; }

p { margin: 0 0 1em 0; }
a { color: #00aeef; text-decoration: none; transition: color 0.3s; }
    a:hover { color: #20befe; }
    a:active { color: #00a0f0; }
    a:visited { color: #00a0f0; }


form {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 30em;
    }
div.preloaderRecord
{
	background: none;
	display: block;
	height: 140%;
	position: absolute;
	top: -100px;
	width: 100%;
	left:2px;
	background: url(../img/programing-guide/progress-indicator-left.gif) no-repeat center #FFF;
}
fieldset,
#ucRecordBox1_UpdatePanel {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 1em;
    border: 1px solid #e5e5e5;
    overflow: auto;
    }

form h1, form h2 { margin: 0 0 0.5em 0; font-size: 1.5em; font-weight: 400; }
h1 + big {
    display: block;
    margin: 0.25em 0 0.5em 0;
    color: #333;
    padding: 0.125em 0;
    border-bottom: 1px solid #ccc;
    }

label {
    display: block;
    width: 100%;
    margin: 1em 0 0.25em 0;
    font-size: 16px
    }
span#ucRecordBox1_rdoPriority label { display: inline-block; width: 85%; vertical-align: text-top; margin: 0 0 0.5em 0; }
    span#ucRecordBox1_rdoPriority br { display: block; width: 100%;}
    span#ucRecordBox1_rdoPriority input[type=radio] { disaply: inline-block; width: 25px; margin: 0;  }

input[type=text],
input[type=password] {
    display: block;
    padding: 0.25em 0.5em;
    width: 100%;
    font-size: 16px;
    margin-bottom: 0.25em;
    border: 1px solid #ccc;
    }
input + span {
    display: inline-block;
    margin-top: -0.25em;
    }

strong {
    display: inline-block;
    clear:left;
    float: left;
    width:  100%;
    }
strong + p {
    display: inline-block;
    margin: 0 0 0.5em 0;
    max-width: 100%;
    float:left;
    }
    strong + p:last-of-type { clear: right; margin-bottom: 2em; }

.store_login, .descript { font-size: 14px; }

div#buttonGrabber {
    display: block;
    margin: 1em 0 0 0;
    width: 100%;
    padding: 0 0 0.5em 0;
    }
    #buttonGrabber a { font-size: 16px; }
    #buttonGrabber a.isBtn, #ucRecordBox1_lnkClose {
        font-size: 16px;
        color:  white;
        background: #00aeef;
        display: inline-block;
        padding:  0.5em 1em;
        border-radius: 5px;
        transition: background 0.3s;
        }
    #buttonGrabber a.isBtn:hover, #ucRecordBox1_lnkClose:hover { background: #20befe; }
    #buttonGrabber a#btnCancel, .cancel { float: right; display: inline-block; padding: 0.5em 0; }
    #ucRecordBox1_lnkClose { display: block; float: none; clear: both;  margin: 1em 20% 0 20%;  text-align: center; }

/*#ucRecordBox1_btnRecord { visibility: hidden; }*/
    #ucRecordBox1_btnRecord:before {
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
        content: 'Grabar';
        font-size: 16px;
        color:  white;
        background: #00aeef;
        display: inline-block;
        padding:  0.5em 1em;
        border-radius: 5px;
        visibility:visible;
        cursor: pointer;
        transition: background 0.3s;
        }
        #ucRecordBox1_btnRecord:hover:before { background: #20befe; }

.register-here { font-size: 14px; text-align: center; margin: 1em 0 0 0; }

#errorEmulation,.downTimeError, .ErrorMsj {
    background-color: #FFFFCC;
    background-image: url(https://directv.com.co/guia/img/fancyBoxImg/login_error.png);
    background-position: 11px 11px;
    background-repeat: no-repeat;
    border: 1px solid #D7D7D7;
    color: #FF0000;
    font-weight: normal;
    height: auto;
    margin: 0.5em 0;
    padding: 11px 11px 11px 36px;
    }

.message {
    display: block;
    width: 100%;
    color: #666;
    padding-top: 1em;
    margin-bottom: 1.5em;
    font-size: 0.75em;
    float: none;
    clear: both;
    }

@media screen and (min-width: 27.5em) {
    .details-label { width: 7em; }
    span.options { max-width: 20em; vertical-align: text-top; }
    strong { width: 30%; }
    strong + p {    max-width: 70%; margin-bottom: 0.875em; }
    }

.container {
    display: grid;
    place-items: center; 
    height: 70vh;
    background-color: white;
}

.emptyStateMessage {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    flex-direction: row;
}

.descriptionEmptyStateMessage {
    color: #000;
    font-family: Poppins !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.24px;
    margin-bottom: 15px !important;
}

.divImageEmptyState, .divImageMobileEmptyState {
    width: 459px;
    height: 345px;
    background-image: url(../img/empty-states.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.divImageMobileEmptyState {
    display: none;
}

.divFlexEmptyState,
.divImageEmptyState {
    display: inline-block;
}

.divFlexEmptyState {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 23%;
    margin-right: 80px;
}

.phone-number {
    text-align: center;
    margin-top: 10px;
    color: #00A1E1;
    font-weight: bold;
    text-decoration: underline;
}

.phone-number a {
    text-decoration: none;
    color: #00A1E1;
}

@media screen and (max-width: 768px) {
    .divFlexEmptyState {
        width: 322px;
        margin-left: 0px;
    }

    .divFlexEmptyState .descriptionEmptyStateMessage {
        font-size: 29px;
        margin-left: 15px;
        text-align: left;
    }

    .divFlexEmptyState .descriptionEmptyStateMessage p {
        font-size: 18px;
        margin-left: 15px;
        width: 350px;
    }

    .emptyStateMessage {
        flex-direction: column;
    }

    .divImageMobileEmptyState {
        max-width: 80%;
        margin-top: 20px;
        display: block;
        height: 245px;
        align-self: center;
    }

    .divImageEmptyState {
        display:none;
    }

    .descriptionEmptyStateMessage {
        margin: 0;
        text-align: center;
    }
}
