/* Orange - July 2015 */

@font-face{
    font-family:"Helvetica Light";
    src:url("Webfonts/EOT/HelvNeue35_W1G.eot");
    src:url("Webfonts/EOT/HelvNeue35_W1G.eot?#iefix") format("eot"),
    url("Webfonts/WOFF2/HelvNeue35_W1G.woff2") format("woff2"),
    url("Webfonts/WOFF/HelvNeue35_W1G.woff") format("woff"),
    url("Webfonts/TTF/HelvNeue35_W1G.ttf") format("truetype"),
    url("Webfonts/SVG/HelvNeue35_W1G.svg") format("svg");
}

@font-face{
    font-family:"Helvetica Roman";
    src:url("Webfonts/EOT/HelvNeue55_W1G.eot");
    src:url("Webfonts/EOT/HelvNeue55_W1G.eot?#iefix") format("eot"),
    url("Webfonts/WOFF2/HelvNeue55_W1G.woff2") format("woff2"),
    url("Webfonts/WOFF/HelvNeue55_W1G.woff") format("woff"),
    url("Webfonts/TTF/HelvNeue55_W1G.ttf") format("truetype"),
    url("Webfonts/SVG/HelvNeue55_W1G.svg") format("svg");
}

@font-face{
    font-family:"Helvetica Bold";
    src:url("Webfonts/EOT/HelvNeue75_W1G.eot");
    src:url("Webfonts/EOT/HelvNeue75_W1G.eot?#iefix") format("eot"),
    url("Webfonts/WOFF2/HelvNeue75_W1G.woff2") format("woff2"),
    url("Webfonts/WOFF/HelvNeue75_W1G.woff") format("woff"),
    url("Webfonts/TTF/HelvNeue75_W1G.ttf") format("truetype"),
    url("Webfonts/SVG/HelvNeue75_W1G.svg") format("svg");
}

/* global box-sizing */
*,
*:after,
*:before {
    font-family: "Helvetica Roman", Arial, sans-serif !important;
    box-sizing:border-box !important;
    -webkit-box-sizing:border-box !important;
    -moz-box-sizing:border-box !important;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

h1 {  
    font-family: "Helvetica Roman", Arial, sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    font-size: 2em !important;
}

h2 {
    font-size: 1.5em !important;
}

h3 {
    font-size: 1.2em !important;
}

a {
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
}

a:focus {
    text-decoration: underline;
    outline: none;
}

p {
    font-size: 1.2em;
}

table, th, td {
    border: 1px solid black;
}

table {
    border-collapse: collapse;
}

button:focus {
    text-decoration: underline;
}

textarea {
    width: 100%;
}

.line {
  width: 100%;
  float: left
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.txtCenter {
    text-align: center;
}

.txtSmall {
    font-size: 1em;
}

.comment {
    display: none;
}

.buttonLink {
    padding: 20px;
    margin: 20px 0;
    font-size: 1em;
    cursor: pointer;
    border: 2px solid transparent;
    background-color: #000;
    font-weight: 700;
    color: #FFF !important;
    display: inline-block;
}

.buttonLink:hover, .buttonLink:active {
    background-color: transparent;
    border: 2px solid #000;
    color: #000!important;
}

/* *** login special **** */
#frmLogin_4 p.alert {
    font-size: 0.9em;
    margin-bottom: 0;
}



#wrapper {
    width: 100%;
    min-height: 460px;
    margin: auto;
    float: left;
}

/*Slideshow*/
#background {
    position: fixed;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 0px;
    color: transparent;
    background-color: #cdd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* *********** MAIN CONTENT ********** */
#container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
}


/* *********** HEADER ********** */
#header {
    width: 100%;
    display: inline-block;
    clear: both;
    min-height: 80px;
    background-color: #000;
    padding: 20px;
}

#header .logo {
    padding: 0;
    margin: 0;
}

#header h1 {
    color: #FFF;
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0;
}


/* *********** FORM ********** */

#mainContent {
    width: 100%;
    margin-top: 50px;
}

#boxContent {
    max-width: 400px;
    margin: 0 auto;
    display: table;
    border-radius: 4px;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.7);
    padding: 16px;
}

#boxContent.box-XL {
    width: 80%;
    max-width: none;
}

#boxContent h2 {
    font-family: "Helvetica Roman", Arial, sans-serif !important;
    font-size: 1.5em !important;
    margin: 0 !important;
    color: #FF6600;
}

#boxContent #formFields {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

#boxContent label {
    width: 100%;
    float: left;
    clear: both;
    font-size: 1.2em;
    color: #333;
    font-weight: 700;
    margin: 15px 0 0 0;
}

#boxContent input {
    width: 100%;
    padding: 15px;
    font-size: 1em;
}

#boxContent.opacity90 {
    background-color: rgba(255,255,255,0.9);
}

button {
    padding: 20px;
    margin: 20px 0;
    font-size: 1em;
    cursor: pointer;
    border: 2px solid transparent;
    background-color: #000;
    font-weight: 700;
    color: #FFF;
}

#frmDefender_6 input[type="submit"]{
    padding: 20px;
    margin: 20px 0;
    font-size: 1em;
    cursor: pointer;
    border: 2px solid transparent;
    background-color: #000;
    font-weight: 700;
    color: #FFF;
    width: auto;
}

#frmDefender_6 input[type="submit"]:hover {
    background-color: transparent!important;
    border: 2px solid #000;
    color: #000;
}

#frmDefender_6 #orangeSubmitDefender {
    background-color: #FF6600;
}

#frmDefender_6 #orangeSubmitDefender:hover {
    background-color: transparent!important;
}

input[type="submit"]:focus{
    text-decoration: underline;
}

#username {
    background: url(../imgs/user.png) no-repeat scroll 15px 15px;
    padding: 15px 15px 15px 50px!important;
    border: 1px solid #DDD;
    border-top: 1px solid #AAA;
    border-radius: 4px;
    background-color: #FFF;
}

#username:focus {
    background-color: #FCFCFC;
}

#password {
    background: url(../imgs/pass.png) no-repeat scroll 15px 15px;
    padding: 15px 15px 15px 50px!important;
    border: 1px solid #DDD;
    border-top: 1px solid #AAA;
    border-radius: 4px;
    background-color: #FFF;
}

#password:focus {
    background-color: #FCFCFC;
}



input.btnCancel {
    width: auto!important;
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    cursor: pointer;
}
input.btnCancel:hover, input.btnCancel:active {
    background-color: #000;
    border: 2px solid #000;
    color: #FFF;
}



.btnCancel {
    width: auto!important;
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    cursor: pointer;
}
.btnCancel:hover, .btnCancel:active {
    background-color: #000;
    border: 2px solid #000;
    color: #FFF;
}


input.btnContinue {
    width: auto!important;
    background-color: #000;
    border: 2px solid #000;
    color: #FFF;
    cursor: pointer;
}

input.btnContinue:hover {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
}

input.btnContinue:active {
    background-color: #FF6600;
    border: 2px solid #FF6600;
    color: #000;
}











.float-left-fifty {
  width: 50%;
  float: left;
  padding: 0 20px;
  /*background: linear-gradient(#EEE, #AAA, #EEE);*/
}

.float-left-fifty.border {
    border-right: 2px dashed #888;
}

p.alert {
    background-color: #fc0;
    padding: 20px;
}
p.alert.warning {
    background-color: #fc0;
}
p.alert.info {
    background-color: #527edb;
}

h3.psam {
    background: url(../imgs/psam.png) no-repeat;
    padding-left: 30px;
}

h3.wsam {
    background: url(../imgs/wsam.png) no-repeat;
    padding-left: 30px;
}

button:hover, button:active {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
}

button.psam-submit {
    width: 100%;
}




/* LOADING PSAL */
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
        border-right-color: currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

#timer {
    font-size: 3em;
    font-weight: 700;
    padding: 20px 0;
    color: #FF6600;
}

#boxContent a {
    color: #000;
}

#boxContent a:hover, #boxContent a:active {
    text-decoration: underline;
    color: #000 !important;
}

.button-general.ul_psaldownload_download {
    padding: 20px;
    margin: 20px 0;
    font-size: 1em;
    cursor: pointer;
    border: 2px solid #000;
    background-color: #000;
    font-weight: 700;
    color: #FFF;
    display: inline-block;
}

.button-general.ul_psaldownload_download:hover, .button-general.ul_psaldownload_download:active {
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
}

#iframe_download_1 {
    display: none;
}






/* *********** POPUP ********** */





#popupLink {
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 1em;
    text-decoration: none;
    text-align: center;
    color: #FF6600;
    cursor: pointer;
}

#popupInfo {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: none;
}
#popupBackground {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 1;
    transition: opacity 500ms;
    background: rgba(0, 0, 0, 0.5);
}
.popup {
    display: table;
    margin: 70px auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    width: 70%;
    position: relative;
    transition: opacity 500ms;
    z-index: 3;
}
.popup h2 {
    margin-top: 0 !important;
    color: #333 !important;
    font-family: Tahoma, Arial, sans-serif !important;
}
.popup #close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: opacity 500ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.popup #close:hover, .popup #close:active {
    color: #555;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}
.infoContainer {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    clear: both;
}
.illustration {
    width: 10%;
    float: left;
    vertical-align: middle;
}
.info {
    width: 90%;
    float: left;
    vertical-align: middle;
    height: 100%;
}

#popupInfo h3 {
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

#popupInfo h3.infoIcon {
    background-image: url('../imgs/info.png');
}

#popupInfo h3.compatibilityIcon {
    background-image: url('../imgs/compatibility.png');
}

#popupInfo h3.helpIcon {
    background-image: url('../imgs/help.png');
}


#alerteContainer {
    position: relative;
    transition: opacity 500ms;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
    border-radius: 4px;
    padding: 16px;
}

.alert-danger {
    color: #fff;
    background-color: #cd3c14;
    border-color: #cd3c14;
}

.alert-danger a {
    color: #FFF;
}

.alert-warning {
    color: #fff;
    background-color: #fc0;
    font-size: 1em;
}

.alert-warning .continueMessage {
    font-size: 0.9em;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    font-style: italic;
}

.signInAgain {
    display: block;
    margin: 20px 0 0 0;
}

/* ***********  ********** */
.orange-footer {
    width: 100%;
    clear: both;
    float: left;
    margin: 15px 0 0 0;
    position: relative;
    padding: 15px;
    background-color: #000;
    color: #FFF;
    font-size: 0.7em;
}


/* *********** ALERTE UNINSTALLER  ********** */
a.downloadButton {
    width: 100%;
    display: block;
    padding: 20px;
    margin: 20px 0;
    font-size: 1em;
    cursor: pointer;
    border: 2px solid transparent;
    background-color: #FFF;
    font-weight: 700;
    color: #000;
    text-align: center;
}
a.downloadButton:hover, a.downloadButton:active {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
}
.alert-danger p {
  font-size: 1em;
}

.dateTitle {
  font-style: italic; 
}
/* ***********   ********** */




/* *********** CUSTOM HTML NOTIFICATIONS ********** */
#notificationContent p {
    font-size: 1em;
}

.pictoleft {
    float: left;
    width: 10%;
    min-width: 70px;
}

.txtRight {
  float: left;
  width: 80%;
}

.marginTop15 {
  margin-top: 15px;
}
/* ********************* */


@media all and (max-width: 780px) {

    .float-left-fifty {
        width: 100%;
        clear: both;
    }
    
    .float-left-fifty.border {
        border-right: 0;
        border-bottom: 2px dashed #888;
    }

    #header h1 {
        font-size: 1.3em
    }
    
    #mainContent {
        width: 100%;
        margin-top: 20px;
        padding: 0 20px;
    }

    .popup {
        width: 90%;
        margin: 20px auto;
    }
    .popup h2{
        font-size: 1.3em;
    }
    
    #boxContent.box-XL {
        width: 100%;
    }
}
