﻿/*
    Lato Fonts
----------------------------------------------------------*/
@font-face
{
    font-family:"Lato";
    src: url("../fonts/lato/Lato-Reg-webfont.ttf");
}

@font-face
{
    font-family:"Lato-Light";
    src: url("../fonts/lato/Lato-Lig-webfont.ttf");
}

@font-face
{
    font-family:"Lato-Bold";
    src: url("../fonts/lato/Lato-Bol-webfont.ttf");
}

/* DEFAULTS
----------------------------------------------------------*/

body   
{
    margin: 0 !important;
    padding: 0 !important;
    background-color: #3c434c;
    font-family: 'Lato', sans-serif;
}


* {
    margin: 0 auto;
    padding:0;
    text-decoration: none;
}

html, body, #container-home
{
    min-height: 100%; /* alto minimo FF y Safari */
    width: 100%;
    height: 100%; /* alto minimo para IE Windows */
    margin: 0;
    padding: 0;
}


#container-browser
{
    min-height: 100%; /* alto minimo FF y Safari */
    width: 100%;
    height: 100%; /* alto minimo para IE Windows */
    margin: 0;
    padding: 0;
}


#container-home:after
{
    width: 100%;
    height:150px;
    display:block;
    clear:both;
}

#container-console
{
    background-color: #3c434c;
    min-height: 100%;
    width: 100%;
    position: relative;
}



/* ==========================================================================
    Home
 ========================================================================== */

/*nav*/

header 
{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #FFF;
    padding: 16px 15px 0px 35px;
}

nav ul li
{
    font-family: 'Lato', sans-serif;
    font-weight:300;
    color:#FFF;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}

nav ul li a
{
    color: #FFF;
    display: block;
    text-decoration:none;
    margin: 0 20px 0 20px;
}

nav ul li a:active
{
    color: #AAAAAA;
    display: block;
    text-decoration:none;
    margin: 0 20px 0 20px;
}

.activo 
{
    color: #AAAAAA;
}
    
nav ul li a:hover
{
    color: #AAAAAA;
    display: block;
    text-decoration:none;
    margin: 0 20px 0 20px;
}

nav ul li img a:hover
{
    background-image:url(../images/icon-home-hover.png);
    display: block;
    text-decoration:none;
    margin: 0 20px 0 20px;
}

/*end nav*/

/* ==========================================================================
    Login
   ========================================================================== */

#container-login
{
    max-width: 380px;
    height: auto;
    margin: 0 auto;
    margin-top: 25px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    padding-bottom:25px;
    box-shadow: 9px 6px 16px #242A30;
}

#LogoImage
{
    margin: 25px 35px 15px 35px;
    width: 310px;
}

#UserNameInput, #PasswordInput, #OldPasswordInput, #NewPasswordInput, #NewpasswordAgainInput, #ResetPasswordEmail
{
   
    width: 270px;
    height: 30px;
    max-width: 310px;
    max-height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 10px 35px 0px 35px;
    border: 1px solid #B6B6B6;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    padding: 8px 20px 8px 20px;
    font-size: 15px;
    color: #747474;
    outline: none;
}

#RememberMe
{
    margin: 15px 0 0px 22px;
}    
    
#RememberMeLabel, #ForgetPassword
{
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:10px;
    color: #959595;
}

#LoginButton
{
    background-color:transparent;
    background-image:url(../images/login.png);
    border:0;
    width: 102px;
    height: 34px;
    float: right;
}
    
#PowerByDiv
{
    margin: 25px 35px 15px 45px;
    width: 310px;
}
    
#SendEmailButton
{
    display: none;
    background-color:transparent;
    background-image:url(../images/send.png);
    border:0;
    width: 111px;
    height: 38px;
    float: right;
}

#CheckAccountDiv
{
    margin-top: 10px;
}
 
#ResetPasswordEmail, #CheckAccountDiv
{
    display: none;
    margin-left: 35px;
}


/* ==========================================================================
    End Login
 ========================================================================== */

#container-items 
{
    max-width: 380px;
    height: auto;
    margin-top: 0px;
    margin-right:auto;
    margin-bottom: 15px;
    color:#FFF;
    padding-left: 25px;
}

#container-items .tt
{
    font-size: 18px;
    font-weight:400;
}

#container-items .tx
{
    font-size: 15px;
    font-weight: 300;
    line-height: 35px;
}

/* ==========================================================================
    End Home
 ========================================================================== */
 

/*
    Footer
----------------------------------------------------------*/

#FooterDiv
{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #FFF;
    line-height: 21px;
    padding-left: 25px; 
    display: block;    
    text-align:center;
}

#FooterBottomDiv
{
    width:100%;
    margin-top: 5px;
}

#FooterFacilityDiv
{
    display:none;
    margin-left: 2px;
}

#FooterBottomDiv div, #FooterBottomDiv p
{
    display:inline-block;
}

#FooterBottomDiv div
{
    padding-right: 30px;
}

#FooterCopyrightDiv
{
    text-align: center;
}

#ce_marking
{
    height: 13px;
}

#FooterAllProductsDiv
{
}

.UDILabel
{
	border: 1px solid;
	margin: 2px;
	padding: 1px;
	font-weight: bold;	
}

.footer-manufacturer
{
	height: 15px;
	margin-right: 2px;
	margin-bottom: -2px;
}

/* ==========================================================================
    Console
 ========================================================================== */
header.console 
{
    font-family: 'Lato', sans-serif;
    font-weight:300;
    color:#FFF;
    padding: 15px 35px 15px 60px;
    background-color:#272B2F;
}
    
#icons
{
    font-size: 0;
    text-align: center;
    max-width: 920px;
    margin-top: 120px;
    min-height: 100%;
}

#icons article
{
    width:230px;
    height: 215px;
    display: inline-block;
    vertical-align: middle;
}

#icons img 
{
    -webkit-transition:.2s;
    text-align:center;
    margin-top: 37px;
    margin-bottom: 10px;
}

#icons article:hover img
{
    -webkit-transform:scale(1.1);
}

#icons span 
{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight:300;
    color: #BFBFBF;
}


/*
    App layout
----------------------------------------------------------*/

#AppDiv
{
    margin-top: 20px;
    max-width: 900px;
    display: block;
    overflow:auto;
}

.AppIconDiv
{
    height: 220px;
    width: 148px;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 40px;
    text-align: center;
}

.AppTitle
{
    margin-top: 20px;
    color: white;
    font-size: 18px;
    line-height: 1.2em;
    cursor:pointer;
}

.AppTitle
{
    text-decoration:none;
    decoration: none; 
}

.AppTitle:visited
{
    text-decoration:none;
    decoration: none; 
}

.AppTitle:hover
{
    color: gray;
}

/* ==========================================================================
    Indications for use
 ======================================================================= */
 
#container-indications 
{
    max-width: 1108px;
    background-color: #EDEDED;
    padding: 30px;
    margin-top: 34px;
}
    
#container-indications h2
{
    color: #706F6F;
    font-size: 18px;
    font-weight:400;
    line-height: 27px;
}

#container-indications h3
{
    color: #706F6F;
    font-size: 15px;
    font-weight:400;
    margin-bottom: 25px;
} 


#container-indications h4
{
    color: #706F6F;
    font-size: 12px;
    font-weight:300;
    line-height: 15px;
    margin-bottom: 25px;
}

#container-indications p
{
    color: #979797;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
}

#UpdateButton, #UninstallButton
{
    display:none;
}

#preferences
{
    display: none;
}

/*
    Popup window 
----------------------------------------------------------*/

#PowerReaderPopUp, #InstallProgressPopup, #KickOffUserPopUp, #LogoutWarningPopUp, #AutoLaunchPreferredAppPopup, #UninstallConfirmPopup
{
    font-family: 'Lato', sans-serif;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 20;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    color: #222;
    line-height: 1.3;
    display:none;
}

#PowerReaderPopUp  
{
    width: 780px;
}

#UninstallConfirmPopup
{
    width: 600px;
}

#InstallProgressPopup
{
    width: 350px;
}

#KickOffUserPopUp  
{
    width: 550px;
}

#LogoutWarningPopUp
{
    width: 600px;
}

#AutoLaunchPreferredAppPopup 
{
    width: 500px;
}

#KickOffUserButtonDiv, #LogoutWarningButtonDiv, #UninstallButtonDiv
{
    float: right;
    margin-top: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#AutoLaunchButtonDiv
{
    float: right;
    margin-right: 8px;
    margin-bottom: 8px;
}

Button
{
    background-color:transparent;
}

#Logout
{
    cursor: pointer;
}

#KickOffUserButtonDiv button, #LogoutWarningButtonDiv button, #AutoLaunchButtonDiv button, #UninstallButtonDiv button
{
    margin-right: 10px;
    border: 0;
}

#PowerReaderPopUp Header
{
    padding: 0;
    margin-top: 51px;
    width: 90%;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #706F6F;
}

#KickOffUserPopUp Header, #LogoutWarningPopUp Header, #UninstallConfirmPopup Header
{
    padding: 0;
    margin-top: 20px;
    width: 90%;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #706F6F;
}

#AutoLaunchPreferredAppPopup Header
{
    padding: 0;
    margin-top: 20px;
    width: 90%;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #706F6F;
}

#Logout
{
    background-color:transparent;
    border:none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight:300;
    color: rgb(0, 102, 204);
}

#InstallProgressPopup header
{
    padding: 0;
    margin-top: 51px;
    width: 90%;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #706F6F;
    font-size: 13px;
}

#PowerReaderPopUp Header > h2
{
    border-bottom: 1px solid #dddddd;
    color: #706F6F !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    margin: 0.5em 0 0.5em;
}

#InstallProgressPopup Header > h2
{
    border-bottom: 1px solid #dddddd;
    color: #706F6F !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    margin: 0.5em 0  1em;
}
 
#InstallComponents, #InstallProgressContent, #Install32BitDiv
{
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
}   

#InstallComponents, #InstallProgressContent
{
    padding: 5px 40px 30px 40px;
}

#Install32BitDiv
{
    padding: 5px 40px 0px 40px;
}   

#InstallProgressDiv
{
    margin-left: 5px;
    margin-bottom: 25px;
}

.ttp 
{
    color: #706F6F !important;
    font-size: 13px;
    font-weight: 400;
    margin-left: 3px;
    line-height: 23px;
    vertical-align:bottom;
}

.txt 
{
    color: #706F6F !important;
    font-size: 13px;
    font-weight: 300;
    line-height: 27px;
}

#SystemCheckPopup 
{
    background-color:#fff;
    border-radius:15px;
    display:none;
    width: 870px;
    height: 592px;
}

.b-close
{
    cursor:pointer;
    position:absolute;
    right:3px;
    top:3px;
}

.CloseButton
{
    float:right;
    margin-top:8px;
    margin-right:8px;
    max-width: 40px;
    max-height: 40px;
}

#InstallButton, #UpdateButton 
{
    border: 0;
    width: 111px;
    height: 38px;
    margin: -39px 0 0 0;
    text-align: center;
    float: right;
    background-repeat: no-repeat;
    display: inline-block;
}

#UninstallButton 
{
    border: 0;
    width: 111px;
    height: 38px;
    margin: -90px 0 0 0;
    text-align: center;
    float: right;
    background-repeat: no-repeat;
    display: inline-block;
}

/*
    System Check
----------------------------------------------------------*/

#SystemCheckPopup
{
    padding: 20px;
}

#SystemCheckTable
{
    -moz-box-shadow: 0px 3px 2px #888;
    -webkit-box-shadow: 0px 3px 2px #888;    
    box-shadow: 0px 3px 2px #888;
    margin-bottom: 10px;
}

#SCStatus
{
    width: 50px;
}
             
#SCDescription
{
    width: 180px;
}

#SCRequired
{
    width: 320px;
}

#SCResult
{
    width: 320px;
}

#ConnectionImageDiv
{
    display:none;
}

#SystemCheckPopup h1
{
    font-family: "Lato-Light";
    font-size: 16pt;
    color: rgb(112, 112, 112);
    padding-bottom: 10px;
    text-align: left;
}

#SystemCheckPopup h2
{
    font-family: "Lato-Light";
    font-size: 10.5pt;
    color: rgb(112, 112, 112);
    font-weight: inherit; 
    padding-bottom: 30px;
    text-align: left;
}

#SystemCheckPopup table
{
    text-align: left;
}

#SystemCheckPopup thead tr
{
    font-family: "Lato-Regular";
    font-size: 12pt;
    /* reset font weight */
    font-weight: inherit; 
    color: rgb(255, 255, 255);
    border: 0px;
}

#SystemCheckPopup thead tr:first-child
{
    background-color: rgb(132, 19, 33);
}

#SystemCheckPopup thead tr:last-child
{
    background-color: rgb(180, 180, 180);
}


#SystemCheckPopup thead th
{
    padding: 5px;
    font-weight: 300;
}

#SystemCheckPopup tbody td
{
    padding-left: 2px;
    padding-right: 2px;
}

#SystemCheckPopup tbody tr
{
    height: 28px;
}

#SystemCheckPopup tbody tr:nth-child(odd) 
{
    background-color: rgb(239, 239, 239);
}

#SystemCheckPopup tbody tr:nth-child(even) 
{
    background-color: rgb(248, 248, 248);
}

#SystemCheckPopup tfoot tr
{
    text-align: left;
}

#SystemCheckPopup tfoot tr:first-child
{
    font-family: "Lato-Regular";
    font-size: 12pt;
    font-weight: inherit; 
    color: rgb(255, 255, 255);
    background-color: rgb(180, 180, 180);
}

#SystemCheckPopup tfoot tr:last-child
{
    font-family: "Lato-Regular";
    font-size: 12pt;
    font-weight: inherit; 
    color: rgb(255, 255, 255);
    background-color: rgb(132, 19,33);
}

#SystemCheckPopup div p
{
    text-align: center;
}

/* ==========================================================================
    About
 ======================================================================= */
 
#container-about 
{
    max-width: 1108px;
    background-color: #EDEDED;
    padding: 30px;
    margin-top: 34px;
}

#container-about h2
{
    color: #706F6F;
    font-size: 18px;
    font-weight:400;
    margin-bottom: 35px;
    line-height: 36px;
}

#container-about h3
{
    color: #706F6F;
    font-size: 15px;
    font-weight:400;
    margin-bottom: 13px;
    line-height: 33px
}

#container-about h4
{
    color: #706F6F;
    font-size: 13px;
    font-weight:400;
    line-height: 15px
}

#container-about span
{
    color: #979797;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
}

#tx-about
{
    font-size: 0;
    text-align: left;
    max-width: 1168px;
    margin-top: 32px;
    min-height: 100%;
    margin-bottom: 20px;
}

#tx-about article
{
    width: 270px;
    height: 190px;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0 15px 0;
    margin-left: 50px;
}

.border
{
    border-right-width:1px;
    border-right-style: solid;
    border-right-color: #D1D1D1;
    margin-left: 0 !important;
}
 
#tx-about span
{
    color: #979797;
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
}

.icon-about
{
    margin-bottom: 13px;
}

/*CSS used from https://css-tricks.com/expanding-images-html5/*/
figure { 
  width: 400px; 
  margin: 0 20px 0 0; 
  background: white;
  border: 4px solid white; 
  -webkit-transition: all 1s ease; 
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

figure img { 
  width: 100%; /* Scale down */
}

figure:focus {
  outline: none;
  width: 80%;
  margin-left: 10%;
 
  z-index: 9999;
}

figure:hover {
	cursor:pointer;
}

#HeaderTitle
{
    text-align:left;
    color: #BFBFBF;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight:300;
    width: 65%;
    display: inline-block;
    vertical-align: middle;
}
    
#LoginDisplayDiv
{
    text-align:right;
    width: 34%;
    display: inline-block;
    vertical-align: middle;
}
    
#NoticeDiv
{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #AAAAAA;
    text-align:center;
}

#InstallPowerReaderHeader
{
    color: #747474;
    font-size: 12px;
    font-weight: 300;
    vertical-align: middle;    
    display:none;
}

#StatusLabel
{
    color: RGB(131, 19, 25);
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    margin-left: 35px;
    margin-right: 35px;
    display:block;    
}

.cont1 
{
    color: #747474;
    font-size: 13px;
    font-weight: 300;
    width: 98px;
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    margin-top: 10px;
    margin-bottom: 9px;
}

.cont2 
{
    color: #747474;
    font-size: 12px;
    font-weight: 300;
    width: 170px;
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    margin-top: 10px;
    margin-bottom: 9px;
}

.cont3 
{
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #D5D7D7;
    width: 252px;
    height: 11px;
    margin-top: 10px;
}

.cont4 
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #831317;
    width: 0%;
    height: 11px;
    float: left;
}

#InstallProgressDiv
{
   padding: 15px 20px 30px 20px;
   max-height: 70vh;
   overflow-x: hidden;
   overflow-y: auto;
   display: block;
   width:390px;
}


/* ==========================================================================
    Change Password
 ========================================================================== */
#ChangePasswordButton
{
    background-color:transparent;
    background-image:url(../images/ok.png);
    border:0;
    width: 111px;
    height: 38px;
    float: right;
}
    
    
#WaiverIAgreeLabel 
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
     
#WaiverDiv, #WaiverButtonDiv
{
    background-color: #fff;   
    padding: 25px; 
    color: #979797;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
}

#WaiverAcceptCheckBox
{
    padding-top: 5px;
    zoom: 1.2;
}

#WaiverButtonDiv
{
    font-size: 16px;
}

#WaiverContinueButton
{
    background-color:transparent;
    background-image:url(../images/continue.png);
    border:0;
    width: 111px;
    height: 38px;
    margin-left: 25px;
}

#ChangePasswordStatusLabel
{
    color: RGB(131, 19, 25);
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
}

#ContainerChangePassword
{
    max-width: 380px;
    height: auto;
    margin: 0 auto;
    margin-top: 103px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    padding:25px;
    box-shadow: 9px 6px 16px #242A30;
}

/*
    Indeterminate Progress Bar
----------------------------------------------------------*/
.IndeterminateProgress 
{
    width: 100%;
    height: 10px;
    line-height: 10px;
    font-weight: bold;
    margin-left: 40px;
}

.IndeterminateProgress .plp 
{
    background-image:url(../images/reddot.png);
    height: 10px;
    /* hide the element */
    width: 0px; 
    margin: 3px;
    float: left;
    position:relative;

   -webkit-animation: pulseAll 2s linear 1s infinite;
           animation: pulseAll 2s linear 1s infinite;
}

@-webkit-keyframes pulseAll 
{ 
    0% { left: 0 }
    50% { left: 70% }
    100% { left: 0 }
}

@keyframes pulseAll 
{ 
    0% { left: 0 }
    40% { left: 70% }
    100% { left: 0 }
}

#AutoLaunchContentDiv 
{
    margin-top: 10px;
    margin-left: 70px;
    margin-bottom: 10px;
    height: 30px;
}

#AutoLaunchPreferredAppDropDown 
{
    height: 70px;
    width: 200px;
}

#Install64Bit
{
    margin-left: 10px;
}

#AppLauncherDownloadLinkDiv
{
    display: none;
    position: absolute;
    width: 250px;
    height: 55px;
    z-index: 20;
    padding: 5px;
    background-color:#eee;
    border-radius: 5px;
    text-align: center;
    top: 310px;
    left: 40%;
}

#DownloadDialogCloseBtn 
{
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20%;
}

#PSuiteFormDiv
{
    display:none;
}

#PSuiteTimeoutDiv
{
    display:none;
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    color: #FFF;
    width: 800px;
    height: 200px;
    padding-top: 5%;
    text-align: center;
}

#PSuiteTimeoutMsg
{
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}

#CloseWindowMessageDiv
{
	display: none;
    font-family: 'Lato', sans-serif;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    font-size: 45px;
    top: 50%;
    left: 30%;
    z-index: 20;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    color: #222;
    line-height: 1.3;
	width: 40%;
	padding-left: 10px;
	padding-right: 10px;
}

#CloseWindowMessage
{
	margin-left: 10px;
	margin-right: 10px;
    text-align:center;
}

#ChangePwdDiv 
{
    margin-left: 10px;
    vertical-align: middle;
}