﻿@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700);
.footer{
    background-color: #003366; color: #ffffff; font-family: 'Titillium Web', sans-serif;
    width: 100%;
    position: fixed; bottom: 0;
}

/*.footer {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;
    background-color: #003366;
    color: #ffffff;
    width: 100%;
    position: fixed;
    bottom: 0;
    font-family: 'Titillium Web', sans-serif;
    vertical-align:middle;
}*/


.cssAlignment { vertical-align: middle; padding-top: 2px;}

#ucFooter_lblPrivacy, #ucFooter_lblUseConditions, #ucFooter_lblCopywrite, #ucFooter_lblAccessibilityDeclaration, #ucFooter_lblGuideApplication, #ucFooter_lblPagaOnline, #ucFooter_lblPagaOnlineCollapsed {
    font-weight: 400;
    color: #00b080;
    padding: 0px;
    margin: 0px;
}

#ucFooter_lblCopywrite, #ucFooter_lblAccessibilityDeclaration, #ucFooter_lblGuideApplication, #ucFooter_lblPagaOnline, #ucFooter_lblPagaOnlineCollapsed {
    font-weight: 400;
    color: white;
    padding: 0px;
    margin: 0px;
}

#ucFooter_imgCollapseFooter::before {
    content: url("../../Images/320/collapse_body_25.png");
}

#ucFooter_imgExpandFooter::before {
    content: url("../../Images/320/expand_body_25.png");
}

a[disabled] {
    text-decoration:none;
    color:white !important;
}

@media (max-width: 767px) {
    #ucFooter_lblPrivacy, #ucFooter_lblUseConditions { font-size: 1.2em;    }
    #ucFooter_lblCopywrite, #ucFooter_lblAccessibilityDeclaration, #ucFooter_lblGuideApplication, #ucFooter_lblPagaOnline, #ucFooter_lblPagaOnlineCollapsed {
        font-size: 1.1em;
    }

    #ucFooter_imgCollapseFooter::before {
        content: url("../../Images/320/collapse_body_25.png");
    }

    #ucFooter_imgExpandFooter::before {
        content: url("../../Images/320/expand_body_25.png");
    }

}

@media (min-width: 768px) and (max-width: 991px) {
     #ucFooter_lblPrivacy, #ucFooter_lblUseConditions { font-size: 1.3em;    }
    #ucFooter_lblCopywrite, #ucFooter_lblAccessibilityDeclaration, #ucFooter_lblGuideApplication, #ucFooter_lblPagaOnline, #ucFooter_lblPagaOnlineCollapsed {
        font-size: 1.2em;
    }

    #ucFooter_imgCollapseFooter::before {
        content: url("../../Images/640/collapse_body_28.png");
    }

    #ucFooter_imgExpandFooter::before {
        content: url("../../Images/640/expand_body_28.png");
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    #ucFooter_lblPrivacy, #ucFooter_lblUseConditions { font-size: 1.4em;    }
    #ucFooter_lblCopywrite, #ucFooter_lblAccessibilityDeclaration, #ucFooter_lblGuideApplication, #ucFooter_lblPagaOnline, #ucFooter_lblPagaOnlineCollapsed {
        font-size: 1.3em;
    }

    #ucFooter_imgCollapseFooter::before {
        content: url("../../Images/1024/collapse_body_30.png");
    }

    #ucFooter_imgExpandFooter::before {
        content: url("../../Images/1024/expand_body_30.png");
    }
    
}

@media (min-width: 1200px) and (max-width: 1439px) {
    #ucFooter_lblPrivacy, #ucFooter_lblUseConditions { font-size: 1.4em;    }
    #ucFooter_lblCopywrite, #ucFooter_lblAccessibilityDeclaration, #ucFooter_lblGuideApplication, #ucFooter_lblPagaOnline, #ucFooter_lblPagaOnlineCollapsed {
        font-size: 1.3em;
    }

    #ucFooter_imgCollapseFooter::before {
        content: url("../../Images/1440/collapse_body_34.png");
    }

    #ucFooter_imgExpandFooter::before {
        content: url("../../Images/1440/expand_body_34.png");
    }

    .cssVisibility { display:none;}
}

@media (min-width: 1440px) {
     #ucFooter_lblPrivacy, #ucFooter_lblUseConditions { font-size: 1.5em;    }
    #ucFooter_lblCopywrite, #ucFooter_lblAccessibilityDeclaration, #ucFooter_lblGuideApplication, #ucFooter_lblPagaOnline, #ucFooter_lblPagaOnlineCollapsed {
        font-size: 1.4em;
    }

     #ucFooter_imgCollapseFooter::before {
        content: url("../../Images/9999/collapse_body_38.png");
    }

    #ucFooter_imgExpandFooter::before {
        content: url("../../Images/9999/expand_body_38.png");
    }

    .cssVisibility { display:none;}

}

@media (min-width: 768px) and (orientation: landscape) {

}




