﻿.ui-dialog.success-dialog {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
    background-color: lightgray;
}

.ui-widget-header {
    background: #000;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
    font-size: 1em;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

.ui-dialog-buttonpane {
    margin-left: 300px;
}
/*-- ---------------------Footer--*/
#Footer {
    text-align: left;
    bottom: 0;
    background-color: transparent;
    width: 100% !important;
    font-weight: lighter;
    font-size: 11px;
    color: #3c78ad;
    line-height: 20px;
    padding-top: 0px;
    position: fixed; /*border-top: 1px dotted #ccc;background-color: #fff;
	bottom:0; position:fixed;min-width:440px !important;display:block;width:100%;	opacity:0.5;*/
}

#LoginFooter {
    margin: auto;
}

#FoterCopyright {
    float: right;
    margin-right: 0px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
    color: #000\9; /* IE8 and below */
}

#FoterContact {
    float: right;
    text-align: right;
    padding-right: 30px;
    font-weight: bold;
}

#Footer #FoterContact a:link {
    text-decoration: none;
    color: #000;
    padding: 10px;
}

#Footer #FoterContact a:hover {
    text-decoration: underline;
    color: #000;
    padding: 10px;
}

#FoterContact img {
    float: right;
}

.Disclaimer {
    margin: -30px 0 0 25px;
}

    .Disclaimer a:link, .Disclaimer a:visited {
        color: #000;
        text-decoration: none;
        color: #000\9; /* IE8 and below */
        font-weight: bold;
    }
/* */

#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 11px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

    #cookieConsent a {
        color: #4B8EE7;
        text-decoration: none;
    }

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

    #closeCookieConsent:hover {
        color: blue;
    }

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
}

    #cookieConsent a.cookieConsentOK:hover {
        background-color: #E0C91F;
    }

#cookieConsent a.downloadApp {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
}

    #cookieConsent a.downloadApp:hover {
        background-color: #E0C91F;
    }
