.container_nyt {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 14px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark_nyt {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid black
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark_nyt {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_nyt input:checked ~ .checkmark_nyt {
    background-color: white;
}

.checkmark_nyt:after {
    content: "";
    position: absolute;
    display: none;
}

.container_nyt input:checked ~ .checkmark_nyt::after {
    display: block;
}

.container_nyt .checkmark_nyt:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.downloadpdf {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 8px;
}

.downloadpdf #hplContratoYTermDescarga {
    color: #000;
}




  .btn-primary[disabled], input:disabled {
    background-color: #A6A9B0;
    color: white;
    border-color: #A6A9B0;
}

.cont_message_user {
    width: 60%;
    margin: 10px auto 0;
}

.cont_renew {
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

#ButtonContinuar , #lknSeguiNavegando , #btnRenovar{
    width: 266px;
    border: 1px solid transparent;
    padding: 12px 16px 11px 16px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.33;
    border-radius: 2px;
    -webkit-appearance: none;
    cursor: pointer;
	color: #fff;
    background: #3162ab;
    margin: 30px 0;
    font-family: Arial;
}

#btnContactoOk:disabled {
  background: #777 !important;
}

#btnRenovar:disabled {
  background: #777;
}

label.container_nyt {
    display: inline-block;
    width: 70%;
    margin-bottom: 5px;
    font-weight: bold;
    margin: 5px auto 0 auto;
    text-align: left;
}

label.container_nyt .txt_download {
    font-weight: normal;
}

.account_paypal a {
	color: #fff;
	text-decoration: none;
}

.rw_account_paypal {
	display: inline-block;
	width: 25%;
	margin: 20px auto 12px auto;
}

.rw_account_paypal .price_message {
    display: inline-block;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
}

.rw_account_paypal .logo {
	float: left;
    width: 100%;
	margin-right: 0;
	margin-bottom: 5px;
}

.rw_account_paypal .logo img {
	width: 65%;
}

.rw_account_paypal .account_paypal {
	float: left;
	padding: 7px 0px;
    font-size: 16px;
    width: 150px;
}

.cont_message_user .price_message {
	font-size: 17px;
}
.cont_message_user .price_message a {
    color: #000;
}

.cont_message_user .message_user {
	color: #333;
    padding: 8px 5px;
    border: 1px dashed #999;
    width: 85%;
    margin: 20px auto 0 auto;
    display: inline-block;
	background: #f9f9f9;
}

.container_nyt input[type=checkbox] , .tableRenovacion input[type=radio] {
    border: 2px solid #3162ab;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 25px;
    margin: 0 5px 0 0;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    min-width: 25px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}

.container_nyt span input[type=checkbox] {
    opacity: 1;
    top: 0;
    left: 0;
}

.container_nyt span {
    display: block;
    margin-top: 8px;
}

.container_nyt span a {
    color: #000;
}

.container_nyt input[type=checkbox]:checked:before , .tableRenovacion input[type=radio]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    font: 400 17px/1.2 'FontAwesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    margin: 0 0 0 -2px;
    color: #3162ab;
}

.tableRenovacion input[type=radio] {
	border-radius: 50%;
}

.tableRenovacion {
    margin-bottom: 0;
    margin-top: 20px;
}

.cont_tit_header {
	font-size:20px;
	font-weight: bold;
	margin-top: 10px;
	font-family: Arial;
}

.access_plan {
    float: left;
    width: 95%;
    padding: 15px 15px 5px 15px;
    border: 1px solid #2196f3;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.access_plan .title_plan {
    float: left;
    width: 100%;
    font-weight: normal;
    background: #2196f3;
    color: #fff;
    margin-top: -15px;
    margin-left: -15px;
    padding: 11px 15px;
    margin-bottom: 20px;
    font-size: 19px;
    text-align: center;
}
.access_plan ul.a {
    margin: 0 0 0 5px;
    padding: 0;
    list-style-type: none;
    color: #333;
    line-height: 22px;
}
.access_plan ul.a li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    line-height: 20px;
    padding: 0;
}
.access_plan ul.a li .fa-check {
    float: left;
    margin-right: 10px;
    font-size: 17px;
    color: #3162ab;
    line-height: 23px;
}

.access_plan ul.a li div {
    float: left;
    width: 99%;
    font-size: 16px;
    line-height: 23px;
}

.cont_int_iden {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

.bts_pram_ls {
	width: 100%;
}

.cont_titulares_registro {
	float: none;
	text-align: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.cont_titulares_registro h3 {
	font-size: 21px;
}

.bts_pram_ls input {
	font-size: 18px;
}

.errorPW ul {
	padding: 0;
}

.renew_cl  {
    font-family: Arial;
}

.renew_cl .cont_input_rut {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.renew_cl .errorPW {
	margin: 0;
	width: 95%;
}

.renew_cl .bts_pram_ls input {
	width: 90%;
	font-family: Arial;
}

.renew_cl .btn-ingresar {
    font-size: 18px;
    font-weight: normal;
    font-family: Arial;
}

.renew_cl .registro_olv_contra a {
	font-size: 12px;
	font-family: Arial;
}

.renew_cl .registro_olv_contra a:hover {
	color: #333;
}

.renew_cl .cont_new_login {
	font-family: Arial;
}

.renew_cl .mensaje_error_ls li {
	font-size: 13px;
}

.errorPW span {
	font-weight: bold;
}

#pnlPago .cont_message_user {
	margin-top: 0;
}

#pnlPago .message_user {
	margin-top: 15px;
}

#pnlMedioPago .tableRenovacion {
	margin: 15px auto;
    width: 82%;
}

#pnlMedioPago .tableRenovacion td {
    width: 33%;
	padding: 0;
}

#pnlMedioPago .tableRenovacion td img {
    width: 60%;
}

#pnlMedioPago .tableRenovacion .fa-credit-card {
    font-size: 24px;
}

#pnlMedioPago .tableRenovacion .otro_pago input {
    float: left;
    margin-right: 10px;
}

#pnlMedioPago .tableRenovacion .txt_otro_medio {
    float: right;
    margin-left: 10px;
}

.cont_panel_cards .bts_pram_ls2 {
    position: initial;
}

.cont_panel_cards .bts_pram_ls2 input {
    width: 91%;
    background: #fDfDfD;
    border: 1px solid #aeaeae;
    padding: 11px 17px;
    font-size: 21px;
    color: #949393;
    webkit-transition-property: border;
    -moz-transition-property: border;
    -o-transition-property: border;
    transition-property: border;
    webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.cont_otro_medio {
    float: left;
    font-size: 12px;
}

div.ui-dialog[aria-labelledby="ui-dialog-title-ElijeOtroMedioPago"] {
    border-radius: 0;
    border: 3px solid #ccc;
    padding: 0;
    width: 100% !important;
    max-width: 445px !important;
}

#ElijeOtroMedioPago {
    font-family: Arial;
    padding: 13px 22px 22px;
    overflow:hidden;
    text-align:center;
}

#ElijeOtroMedioPago input {
    width: 91%;
    background: #fDfDfD;
    border: 1px solid #aeaeae;
    padding: 11px 17px;
    font-size: 16px;
    /*color: #949393;*/
    color: #333;
    webkit-transition-property: border;
    -moz-transition-property: border;
    -o-transition-property: border;
    transition-property: border;
    webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    outline: none;
}

#ElijeOtroMedioPago input:focus {

}

#ElijeOtroMedioPago #btnContactoOk {
    width: 170px;
    border: 1px solid transparent;
    padding: 12px 16px 11px 16px;
    font-size: 18px;
    margin: 25px auto 0 auto;
    display: inherit;
    font-weight: normal;
    line-height: 1.33;
    border-radius: 2px;
    -webkit-appearance: none;
    cursor: pointer;
    color: #fff;
    background: #3162ab;
    font-family: Arial;
}

#ElijeOtroMedioPago #btnContactoCancel {
    width: 170px;
    border: 1px solid transparent;
    padding: 12px 16px 11px 16px;
    font-size: 18px;
    margin: 25px auto 0 auto;
    display: inherit;
    font-weight: normal;
    line-height: 1.33;
    border-radius: 2px;
    -webkit-appearance: none;
    cursor: pointer;
    color: #fff;
    background: #3162ab;
    font-family: Arial;
}

#ElijeOtroMedioPago span {
    font-size: 14px;
    margin: 13px 0;
    font-family: Arial;
    display: inline-block;
    width: 100%;
    text-align: left;
}

#ElijeOtroMedioPago select {
    width: 100%;
    outline: none;
    font-size: 14px;
    overflow: hidden;
}

#ElijeOtroMedioPago option {
    padding: 5px 12px;
}

#ElijeOtroMedioPago input:disabled {
    background: #e8e8e8;
    color: #8a8a8a;
}

#ElijeOtroMedioPago #txtContactoTelefonoZona {
    float: left;
    margin-right: 10px;
}

#ElijeOtroMedioPago #txtContactoTelefonoNro {
    float: left;
    width: 66%;
}

#ElijeOtroMedioPago #txtContactoEmail {
    width: 90% !important;
    margin-top: 25px;
}

.ui-widget-overlay {
    background: rgb(0, 0, 0) !important;
    opacity: .60 !important;
}


@media only screen and (max-width: 767px) { 
	
	.modal_contenido_inf {
		width: 85%;
	}

	.rw_account_paypal .logo img {
		float: none;
        width: 40%;
	}

	.rw_account_paypal .account_paypal {
		float: none;
	}

	.cont_message_user .message_user {
	    width: 92%;
	    padding: 12px;
	}

	.rw_account_paypal {
		width: 100%;
	}

	label.container_nyt input {
		float: left;
        margin-right: 15px !important;
	}
	
	label.container_nyt {
		width: 90%;
	}
	.cont_tit_header {
		font-size: 16px;
	}

	.renew_cl .CajaCenter {
		width: 100%;
	}

	.renew_cl .bottomSuscribete .bts_pram_ls input {
		width: 90%;
	}

	 .renew_cl  .bts_pram_ls.bts_pram_ls_esp {
    	margin-bottom: 23px;
	 }

	.mainProcess {
		left: 20%;	
	}

	#pnlCargoMensualAnuales .tableRenovacion td , #pnlMedioPago .tableRenovacion td {
		width: 100%;
		float: left;
		text-align: left !important;
		padding: 0 10px 10px 10px;
	}

	#pnlMedioPago .tableRenovacion td { 
		width: 43%;
		float: left;
		text-align: center!important;
        font-size: 13px;
	}

	#pnlMedioPago .tableRenovacion td img { 
		width: 70%;
	}

	#pnlMedioPago .tableRenovacion {
    	margin: 20px 0;
        width: 100%;
	}

	#pnlCargoMensualAnuales .tableRenovacion td span {
	    float: left;
	    width: 80%;
	    padding-top: 3px;
	}

	#pnlCargoMensualAnuales .tableRenovacion td span#lblCargoMensual {
		float: none;
	}

	.tableRenovacion input[type=radio] {
		float: left;
        margin-right: 10px;
	}
	
	#pnlMedioPago .tableRenovacion input[type=radio] {
		float: none;
	}

	#pnlPago .message_user {
		margin-top: 0;
	}
    
    #pnlMedioPago .tableRenovacion td.otro_pago {
        width: 95%;
        padding: 0;
        margin-left: 13px;
    }

    #pnlMedioPago .tableRenovacion td.otro_pago input {
        float: left;
        margin-right: 15px;
    }   

    #pnlMedioPago .tableRenovacion .txt_otro_medio {
        text-align: left;
        font-size: 15px;
    }

    #ElijeOtroMedioPago input {
        font-size: 15px;
    }

    #ElijeOtroMedioPago #txtContactoTelefonoNro {
        width: 55%;
    }

    div.ui-dialog[aria-labelledby="ui-dialog-title-ElijeOtroMedioPago"] {
        max-width: 340px !important;
        margin: 0 auto;    
        left: 8% !important;
    }


}

@media only screen and (max-width: 384px) { 
    div.ui-dialog[aria-labelledby="ui-dialog-title-ElijeOtroMedioPago"] { 
        left: 5% !important;
    }
}

.cont_eyes {
    position: absolute;
    right: 10px;
    top: 10px;
}
.cont_eyes_show {
    /*position: absolute;*/
    top: 2px;
    right: 10px;
    font-size: 25px;
    color: #333;
    cursor: pointer;
}


.cont_eyes_show .txt {
	font-family: 'Open Sans', Arial;
	font-size: 12px;
	position: relative;
	top: -5px;
}

.cont_eyes_hide {
	/*position: absolute;*/
	top: 2px;
	right: 10px;
	font-size: 25px;
	color: #333;
	cursor: pointer;
	display: none;
}

.cont_eyes_hide .txt {
	font-family: 'Open Sans', Arial;
	font-size: 12px;
	position: relative;
	top: -5px;
}
