@CHARSET "ISO-8859-1";

body.loginPage, body.updatePage, body.registrazionePage, body.recuperaPage {
    background: #1b282e;
}

body h1.titlePageLogin {
    text-align: center;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 40px;
    margin-top: 0;
    font-size: .9375rem;
}

img.imgFirstLoginPage {
    margin: 20px auto 30px auto;
    display: block;
    width: 100%;
    heigth: auto;
}

.subTitlePageLogin {
    text-align: center;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 200;
    margin-bottom: 40px;
}

.subTitleTextPageLogin {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    line-height: normal;
}

.rowSubTitleText {
    margin-bottom: 40px;
}

.rowButtonSocial {
    margin-bottom: 20px;
}

    .rowButtonSocial .button.expanded {
        margin-bottom: 20px;
    }
	
	

.btnAccFB {
    /*background: #3b579d;
    border-radius: 5px;
    font-size: .875rem !important;
    pa/*dding: .875rem;*/
	color:#fff;
	background:url('/dl/components/img/btn_facebook.svg') left center no-repeat #475a96 !important;
	background-size:35px !important;
	font-weight:bold;
}

.btnAccFB:hover
	{
		background-color:#335a9f;
	}
	
.rowSocialRegistration	.button
{
	border-radius:3px;
	font-family:'Roboto' !important;
	background-position:10px center !important;
}

.btnAcctwitt {
    /*background-color: #29adf5;*/
	color:#fff;
	background:url('/dl/components/img/btn_twitter.svg') left center no-repeat #5d9ec9 !important;
	background-size:29px !important;
	font-weight:bold;
}

.btnAccTwitt:hover
	{
		background-color:#5d9ec9;
	}
	
.btnAccGoog
{
	color:#000;
	background:url('/dl/components/img/btn_google.svg') left center no-repeat #fff !important;
	background-size:29px !important;
	font-weight:bold;
		
}


.btnAccGoog:hover {
	background-color: #fff;
	color:#000;
}

.textOther {
    font-size: 1rem;
    text-align: center;
    color: #7b8588;
    line-height: normal;
}

form.formLoginAccedi {
    margin-bottom: 20px;
}

    form.formLoginAccedi label.transGenderCustomCheck {
        width: 100%;
    }

    form.formLoginAccedi input {
        border-radius: 5px;
        font-size: 1rem;
        padding: 0.875rem 1em;
        height: auto;
        line-height: 1;
        border: none;
        color: #fff;
        background: #313d42;
        margin-bottom: 20px;
    }

        form.formLoginAccedi input:focus {
            background: #313d42;
            border: 0;
            box-shadow: none;
            transition: inherit;
        }

        form.formLoginAccedi input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff;
            opacity: 1;
            font-size: .875rem;
        }

        form.formLoginAccedi input::-moz-placeholder { /* Firefox 19+ */
            color: #fff;
            opacity: 1;
            font-size: 1.25rem;
        }

        form.formLoginAccedi input:-ms-input-placeholder { /* IE 10+ */
            color: #fff;
            opacity: 1;
            font-size: 1.25rem;
        }

        form.formLoginAccedi input:-moz-placeholder { /* Firefox 18- */
            color: #fff;
            opacity: 1;
            font-size: 1.25rem;
        }

        form.formLoginAccedi input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            background: #313d42;
        }

        form.formLoginAccedi input::-moz-placeholder { /* Firefox 19+ */
            background: #313d42;
        }

        form.formLoginAccedi input:-ms-input-placeholder { /* IE 10+ */
            background: #313d42;
        }

        form.formLoginAccedi input:-moz-placeholder { /* Firefox 18- */
            background: #313d42;
        }

    form.formLoginAccedi a {
        color: #7c8589;
    }
/* simple checkbox */
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #313d42;
    color: #fff;
    line-height: 1;
    font-size: .875rem;
    border-radius: 5px;
    display: block;
    border: none;
    text-align: center;
    padding: 1.1rem;
    width: 100%;
}

.checkbox-custom + .checkbox-custom-label.loginCustomCheck:before {
    width: 30px;
    height: 30px;
    padding: 10px 0;
}

.checkbox-custom:checked + .checkbox-custom-label.loginCustomCheck:before {
    content: url(/dl/components/img/ico-spunta.png);
    background: #616c70;
    color: #fff;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #616c70;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: none; /* focus style */
}

.loginCustomCheck {
    float: left;
}

.textSimple {
    margin-bottom: 2rem;
    color: #7c8589;
    padding-left: 50px;
}

.personalizzazioneText{
    padding-left: 0px;
}

/*.rowLogMailPass {
    margin-bottom: 20px;
}*/

.rowLogMailPass input {
    margin-bottom: 0px !important;
}

.tutoreLegale {
    margin-top: 40px;
}

    .tutoreLegale label {
        color: #FFF !important;
        line-height: 60px;
    }

.btnAccessLogin {
    background: #00a0fa;
    border-radius: 5px;
    font-size: .875rem !important;
    padding: .875rem;
    margin-bottom: 20px !important;
    line-height: 29px;
}
/* checkbox male famale */

.checkbox-custom.gendCheckLogin {
    opacity: 0;
    position: absolute;
}

.checkbox-custom {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
}

.checkbox-custom-label {
    position: relative;
    width: 50px;
    margin: 0 !important;
    margin-bottom: 10px !important;
}

.checkbox-custom.gendCheckLogin + .checkbox-custom-label.maleCustomCheck:before {
    content: 'M';
}

.checkbox-custom.gendCheckLogin + .checkbox-custom-label.famaleCustomCheck:before {
    content: 'F';
}

.checkbox-custom.gendCheckLogin + .checkbox-custom-label.transGenderCustomCheck:before {
    content: 'Altro';
}

.checkbox-custom.gendCheckLogin:focus + .checkbox-custom-label.maleCustomCheck, .checkbox-custom.gendCheckLogin:focus + .checkbox-custom-label.famaleCustomCheck, .checkbox-custom.gendCheckLogin:focus + .checkbox-custom-label.transGenderCustomCheck {
    outline: none; /* focus style */
}

input[type=number] {
    -moz-appearance: textfield;
}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        display: none;
        -webkit-appearance: none;
        margin: 0;
    }

input#inpYear[type=number], input#inpMonth[type=number], input#inpDay[type=number] {
    font-size: .875rem;
    text-align: center;
    padding: .875rem;
    -moz-appearance: textfield;
}

    input#inpYear[type=number]::-webkit-input-placeholder, input#inpMonth[type=number]::-webkit-input-placeholder, input#inpDay[type=number]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: .875rem;
    }

    input#inpYear[type=number]::-moz-placeholder, input#inpMonth[type=number]::-moz-placeholder, input#inpDay[type=number]::-moz-placeholder { /* Firefox 19+ */
        font-size: .875rem;
    }

    input#inpYear[type=number]:-ms-input-placeholder, input#inpMonth[type=number]:-ms-input-placeholder, input#inpDay[type=number]:-ms-input-placeholder { /* IE 10+ */
        font-size: .875rem;
    }

    input#inpYear[type=number]:-moz-placeholder, input#inpMonth[type=number]:-moz-placeholder, input#inpDay[type=number]:-moz-placeholder { /* Firefox 18- */
        font-size: .875rem;
    }

.logRegCheck label.textSimple {
    margin-top: 0;
    line-height: normal;
}

.logRegCheck label.textSimple.checkPrivacyPolicy {
    margin-top: 0;
    line-height: normal;
    color:#ffffff;
}

.logRegCheck label.textSimple.checkPrivacyPolicy a[href] {
    color:#019bf1;
}

input#ssoMail.invalid, input#ssoPassword.invalid, .field.invalid {
    border: 1px solid #D91E18;
    outline: none;
    box-shadow: 0 0 5px #D91E18;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.raisso-messaggio .success {
    background-color: #00a0fa;
    padding: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

img.imgFirstLoginPage {
    max-width: 150px;
}

.subTitlePageLogin {
    font-size: 1.5rem;
    font-weight: 400;
}

.subTitleTextPageLogin {
    font-size: 1em;
}

img.imgFirstLoginPage {
    max-width: 150px;
    margin: 25px auto;
}

.subTitlePageLogin {
    font-size: 1.5rem;
    font-weight: 400;
}

.subTitleTextPageLogin {
    font-size: 1em;
    margin-bottom: 0;
}

.subTitlePageLogin {
    margin-bottom: 15px;
}

button.expanded {
    margin-bottom: 0;
}

p.textOther {
    margin-bottom: 20px;
}

label {
    cursor: pointer;
    margin-bottom: 20px;
}

#upload-photo {
    opacity: 0;
    position: relative;
    z-index: -1;
    top: -50px;
    margin: 0;
}

#imgCanvas {
    display: none;
    width: 362px;
    height: 240px;
}


#mainContainer {
    /* max-width: 60rem; */
    margin-top: 3.75rem;
}

.columns.small-12.medium-3.fullFilterCont {
    padding-left: 37px;
}

.button.search-icon {
    display: block;
    margin: 0;
}

input.search-bar {
    margin: 0;
    background-color: #313d42;
    border: none;
    border-radius: 5px;
    padding: 30px 0 30px 10px;
    color: #ffffff;
}

    input.search-bar:focus {
        background-color: #313d42;
        border: none;
        box-shadow: none;
        color: #ffffff;
    }

.searchCont form {
    position: relative;
}

    .searchCont form:after {
        width: 30px;
        content: url("/dl/components/img/ricerca-logo-barra.svg");
        position: absolute;
        right: 10px;
        bottom: 10px;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

.filterByTypeCont {
    margin-top: 3.75rem;
}
.registrazionePage select, .updatePage select{
    text-transform: none;
    background-color: #313d42;
    border: 0;
    border-radius: 5px;
    color: #fff;
}
.registrazionePage select option:first-child, .updatePage select option:first-child {
    display: none;
}
@media screen and (max-width: 970px) {
    .filterByTypeCont {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.filterByTypeCont > p {
    float: left;
    color: #979da0;
    font-weight: 600;
}

    .filterByTypeCont > p > span {
        border-radius: 10px;
        background-color: #485459;
        margin: 0 63px 0 6px;
        padding: 0 7px;
        color: #14232a;
    }

    .filterByTypeCont > p.active {
        color: #ededed;
    }

        .filterByTypeCont > p.active > span {
            background-color: #02a0fb;
            color: #ffffff;
        }

.raiplay.ricerca #mainRow {
    /* margin-top: 5rem; */
    visibility: hidden;
}

    .raiplay.ricerca #mainRow.wrongKey {
        margin-bottom: 8rem;
    }

.raiplay.ricerca .filterByTypeCont {
    visibility: hidden;
}

    .raiplay.ricerca #mainRow.caricato, .raiplay.ricerca .filterByTypeCont.caricato {
        visibility: visible;
    }

.fullFilterCont .filterTypeTitle {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    margin-top: 3.125rem;
    margin-bottom: 0.3125rem;
}

.fullFilterCont ul {
    list-style: none;
}

    .fullFilterCont ul li a {
        color: #979da0;
        font-size: 14px;
    }

    .fullFilterCont ul li.active {
        position: relative;
    }

        .fullFilterCont ul li.active:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 8px;
            height: 8px;
            background-color: #2199e8;
            border-radius: 100%;
            left: -16px;
            top: 10px;
        }

.no-aside-margins {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/**14/07/2016***/
.info .itemTitle {
    float: left;
    color: #ededed;
    font-weight: 400;
    margin-top: 12px;
}

span.duration {
    z-index: 9;
    bottom: 4px !important;
    position: absolute;
    left: 8px;
    color: #ededed;
    font-weight: 400;
    font-size: 14px;
}

.info .itemSubTitle {
    font-size: 12px;
    float: left;
    color: #485459;
    margin-top: -10px;
    margin-bottom: 40px;
}

ul.pagination.text-center li a {
    color: #afb4b7;
}

    ul.pagination.text-center li a:hover {
        border-radius: 20px;
        background: #cbced0;
        color: #fff;
    }

.pagination-next a::after, .pagination-next.disabled::after {
    background-image: url(/dl/components/img/arrow_dx.png);
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    margin: 0 !important;
    padding: 14px;
    background-position: 3px 2px;
}


.pagination-previous a::before, .pagination-previous.disabled::before {
    background-image: url(/dl/components/img/arrow_sx.png);
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    padding: 14px;
    background-position: 3px 2px;
    border-radius: 20px;
    margin: 0;
}

.pagination .current {
    border-radius: 20px;
}

.pagination-arrow a {
    padding: 0;
    margin: -0.6rem 0.5rem;
}

.pagination .disabled {
    padding: 0px;
    margin: -0.6rem 0.5rem;
}

.info .itemSubTitle {
    width: 100%;
    font-weight: 600;
}

#switchButton {
    background-image: url(/dl/test/RaiPlay/images/switchModeScheduler.png);
    width: 100px;
    height: 40px;
    cursor: pointer;
}

.mediaElement .img {
    position: relative;
    display: block;
}

.img:after {
    content: "";
    background-image: url(/dl/components/img/sfumatura_angoli.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.mediaGroup:first-child .mediaElement.row:first-child {
    padding-top: 0;
}

.mediaGroup:last-child .mediaElement.row:last-child {
    border-bottom: 0;
}

.mediaElement.row {
    padding: 1.875rem 0;
    border-bottom: 1px solid #3c484e;
}

.paginationCont {
    padding: 50px 0;
}

    .paginationCont .pagination {
        margin-bottom: 0;
    }

/**switch grid to list**/

#switchButton.list {
    background-image: url(/dl/test/RaiPlay/images/switchModeLista.png);
}

.itemChannel, .itemDescription, .itemOtherInfo {
    display: none;
}

.listStyle .itemChannel, .listStyle .itemDescription, .listStyle .itemOtherInfo {
    display: block;
}

.listStyle .info {
    float: left;
    top: 0 !important;
}

.listStyle .img {
    float: left;
    padding-left: 0 !important;
    /* position: relative; */
    padding-right: 0;
}

.listStyle {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

    .listStyle .itemChannel {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        margin-top: 5px;
    }

    .listStyle p, .listStyle div {
        margin-bottom: 0;
        float: left;
    }

    .listStyle .itemTitle {
        width: 100%;
        font-size: 18px;
        margin-top: 0;
    }


    .listStyle .itemDescription {
        font-size: 12px;
        color: #7c8589;
        height: 19px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .listStyle .info .itemSubTitle {
        margin-top: 0;
        margin-bottom: 0;
    }

    .listStyle .itemOtherInfo {
        font-size: 12px;
        color: #7c8589;
        margin-top: 12px;
    }

    .listStyle .progress {
        width: 40px;
        height: 6px;
        vertical-align: middle;
        margin: 7px;
        background-color: #39454b;
        border-radius: 15px;
    }

    .listStyle svg {
        width: 20px;
        float: left;
        margin-right: 2px;
    }

    .listStyle .hd svg * {
        fill: #7c8589;
    }

    .listStyle .hd {
        margin-top: 3px;
        margin-right: 15px;
    }

    .listStyle .calendar svg * {
        stroke: #7c8589;
    }

.itemOtherInfo .calendar p {
    margin-right: 18px;
}

.progress .bar {
    height: 100%;
    background-color: #7c8589;
    border-radius: 15px;
}


.listStyle .img:after {
    content: "";
    background-image: url(/dl/components/img/sfumatura_angoli.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.noResult {
    color: #009ffa;
}

.research {
    color: #fff;
}

span#nielsen {
    display: none;
}

/* Preferiti - guarda dopo*/
.title h2 {
    text-align: center;
    color: #FFF;
}

.line {
    border-bottom: 1px solid #2e3c42;
}

.info .itemTitle {
    float: none;
    margin-top: 0;
    margin-bottom: 0;
}

.itemChannel {
    color: #ededed;
    font-size: 0.8rem;
    display: block;
    line-height: 0rem;
}

.mediaGroup .info {
    top: -50px !important;
    position: relative;
    /* display: initial; */
    margin-left: 5px;
}

.errorMessage {
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 6rem;
}

.labelField {
    color: #FFF;
    min-height: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 1rem;
}

.row.lastRow {
}

    .row.lastRow .columns {
        /* padding-left: 7px; */
    }


.lastRow .columns .row {
    /* margin-left: 0 !important; */
    /* margin-right: 0 !important; */
}

.no-padding div:first-child {
    padding-left: 0 !important;
}

.no-padding div:last-child {
    padding-right: 0 !important;
    padding-left: 1.25rem;
}


/*.columns.giorno, .columns.mese {
    padding-right: 7px !important;
}*/
.columns.mese {
    padding-right: 0;
}


.messageLogin {
    text-align: center;
    color: #FFF;
    display: none;
}

    .messageLogin .error {
        line-height: 3rem;
        background-color: #F00;
    }

form.formLoginAccedi label.foto {
    text-align: center;
    padding-top: 30px;
}

.tutoreLegale {
    display: none;
}

.recuperaPage input {
    margin-right: 10px;
}

.loading {
    text-align: center;
    color: #02a0fb;
}

    .loading img {
        width: 40px;
    }

.slick-large-1 {
    position: relative;
}

    .slick-large-1 .close {
        position: absolute;
        top: 10px;
        z-index: 100;
        right: 20px;
        color: #FFF;
        width: 20px;
    }

        .slick-large-1 .close img {
            display: none;
        }

    .slick-large-1:hover .close img {
        display: block;
    }

img.imgLogin {
    margin-bottom: 30px;
}

.subtitleLogin {
    text-align: center;
    color: #fff;
    font-size: .8125rem;
    margin-bottom: 30px;
    line-height: 1.7;
}

.button.btn-help, .button.btn-reg {
    background: transparent;
    font-size: .875rem !important;
    border: 2px solid;
    border-radius: 5px;
    line-height: 29px;
}

    .button.btn-help:before {
        content: url(/dl/components/img/lifebelt.png);
        display: inline-block;
        margin-right: 20px;
        vertical-align: middle;
    }

.btnSocial .btnAccFB, .btnSocial .btnAcctwitt, .btnSocial .btnAccGoog {
    /*font-size: 1rem !important;*/
    /*padding: 0.85em 1em;*/
    margin-bottom: 20px;
    /*line-height: 29px;*/
	/*box-shadow: 2px 2px 5px 0px rgba(204,204,204,1);*/
    font-family: 'Roboto';
    font-size: 14px;
	border-radius:3px;
    padding-left: 30px !important;
}

.loginPage form.formLoginAccedi input {
    margin-bottom: 20px !important;
    line-height: 29px;
}

.regLogin p {
    color: #fff;
    font-size: .75rem;
}

@media screen and (max-width: 40em) {
    .no-small-margin {
        margin: 0 !important;
    }
	
	.rowSocialRegistration .button
	{
		margin-bottom:20px;
	}
}

@media screen and (min-width: 40em) {
    .checkbox-custom-label {
        margin-bottom: 0px !important;
    }

    form.formLoginAccedi input {
        margin-bottom: 30px;
    }

    .logRegCheck {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .rowButtonSocial {
        margin-bottom: 20px;
    }

    .columns.male, .columns.female {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }

    .border-right {
        border-right: 1px solid #475358;
    }

    body h1.titlePageLogin {
        margin-bottom: 80px;
        font-size: 3.125rem;
    }

    .subtitleLogin {
        font-size: 1.375rem;
        margin-bottom: 70px;
    }

    .regLogin p, .button.btn-help, .button.btn-reg, .btnAccessLogin {
        font-size: 1rem !important;
    }

    .rowLogMailPass {
        margin-bottom: 20px;
    }

    .formLoginAccedi .row.no-padding .checkbox-custom+.checkbox-custom-label:before
    {
        padding:13px;
    }
}



@media screen and (min-width:40em) and (max-width: 63.9375em)

{
    .rowSocialRegistration .button
		{
			font-size:1em !important;
		}
}
