@font-face {
  font-family: GoogleSans;
  src: local("GoogleSans-Medium"),
       local("GoogleSans-Medium"),
       url(GoogleSans-Medium.woff2);
  font-weight: normal;
}
@font-face {
  font-family: GoogleSansLight;
  src: local("GoogleSans-Regular"),
       local("GoogleSans-Regular"),
       url(GoogleSans-Regular.woff2);
  font-weight: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
overflow-y: hidden;
-webkit-user-select: none;
 -moz-user-select: -moz-none;
  -ms-user-select: none;
      user-select: none;
        background: #f1f3f4;

}

blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

html{
position: relative;
min-height: 100%;
overflow-x: hidden;
}

#body{
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;

      font-family: GoogleSans;
      box-sizing: border-box;

}

.container {

background: rgb(241, 243, 244);
}

.row{
width: 100%;
background: #FFF;
float: left;
box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.35);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.top{
display: flex;
}
.window {
  width: 50%;
    margin: auto;
    margin-top: 10%;
    color: #626262;
    font-weight: 100;
      font-family: GoogleSansLight;

}
.left img {
  width: 50px;
  height: 50px;
}
.window span {
  display: block;

}
header {
      display: flex;
      justify-content: space-between;
align-items: center;
background: #fff;
border-bottom: 1px solid #959595;
padding: 10px;
}
.header_left {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
      align-items: center;
      background: #fff;
}
.header_text {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
      flex-direction: column;
      padding-left: 10px;
      background: #fff
}
.header_text-top {
  font-size: 10px;
    background: #fff;
    color: #716f6f;
    font-weight: 100;
      font-family: GoogleSansLight;
}
.header_text-bottom {
  font-size: 13px;
  background: #fff;
  color: #716f6f;
  font-weight: 600;
  font-family: GoogleSansLight;
}
.header_right-text {
    color: #716f6f;
    font-weight: 600;
    font-family: GoogleSansLight;
    background: #fff;
    font-size: 13px;
}
.header_left img {
  width: 30px;
      height: 27px;
}
.left{
float: left;
}

.right{
font-family: GoogleSansLight;
font-size: 13px;
margin-left: 20px;
}
.right span {
  margin: 5px 0
}
.bottom span {
  line-height: 19px;
    font-size: 11px;
    margin-top: 15px;
}
.top .logo{
margin-top: 20px;
}

.top .chrome{
margin-top: 14px;
}


.middle{
text-align: center;
}

.middle h1{
margin: 30px 0 10px 0;
text-align: center;
font-size: 28px;
color: #888a8c;
}

.middle h2{
text-align: center;
font-size: 18px;
color: #888a8c;
margin: 0 0 20px 0;
font-weight: 300;
}

.middle .search-icons{
margin-bottom: 20px;
}

.middle .arrow{
position: absolute;
left: -50px;
top: -60px;
}

.install{
display: block;
margin: 30px auto;
width: 285px;
height: 70px;
}

.install:hover{
//cursor: pointer;
background-position: 0 70px;
}

#header {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 50px;
z-index: 99999999;
}


.footer {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  color: #969696;
  text-decoration: none;
  font-family: GoogleSansLight;
  font-size: 13px;
  line-height: 21px;
  display: inline;
  z-index: 1;
  right: 0;
  margin: auto;
  text-align: center;
font-weight: 100;
}

p {
display: inline;
}


#overlay{
z-index:998;
//position: absolute;
position:fixed;
left: 0;
top: 0;
bottom: 0;
right:0;
min-width: 100%;
min-height: 100%;
background: rgba(0, 0, 0, 0.7);
}

#msj{
position: fixed;
z-index: 999;
width: 270px;

left: 50%;
margin-left: -135px; /* Half of the width */
top: 420px;

}

.msj h1{
font-weight: bold;
font-size: 22px;
}

.msj p{
line-height: 1.5em;
}

.top-arrow{
width: 371px;
position: absolute;
top: -143px;
left: -50px;
}

.top-arrow img{
width: 100%;
}

.stop-scrolling {
height: 100%;
overflow: hidden;
}


#cancelPop {
background-image: url("CancelPop3.png");
z-index: 10005;
position: absolute;
top: calc(50% - 75px);
width: 550px;
height: 138px;
left: 0;
right: 0;
margin: auto;

}
.install-arrow-overlay {
    z-index: 100;
    background-color: rgba(61, 61, 61, 0.66);
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
}

.how-to-close {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.how-to-install-button {
    width: 120px;
    float: right;
    border: 4px double;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    background: #888;
}

.how-to-install-button:hover {
    background: #3F3E3F;
}

.how-to-link {
    cursor: pointer;
}

.how-to-list {
    padding: 0 0 0 18px;
    margin-top: 5px;
}

.how-to-modal {
    display: none;
    background: #5D5B5D;
    color: #e6e6e6;
    position: fixed;
    text-align: left;
    width: 700px;
    padding: 20px 40px;
    margin: 10% auto 0;
    left: 0;
    right: 0;
    z-index: 200;
      font-family: GoogleSans;
}

.how-to-title {
    font-size: 20px;
}
.how-img img {
    width: 50px;
    height: 50px;
}
.how-up-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.how-img-title {
    margin-left: 10px;
    font-size: 20px;
}
#yes {
z-index: 10005;
position: absolute;
width: 69px;
height: 26px;
margin-left: 202px;
cursor: pointer;
}

#no {
z-index: 10005;
width: 69px;
height: 26px;
margin-left: 283px;
position: absolute;
cursor: pointer;
}

#loader {
position: fixed;
display: none;
left: 50%;
background-repeat: no-repeat;
margin-left: -64px;
top: 30px;
z-index: 9999999;
width: 128px;
height: 54px;
}


#loader1 {
position: fixed;
display: none;
left: 50%;
background-repeat: no-repeat;
margin-left: -124px;
top: 95px;
z-index: 9999999;
width: 256px;
height: 54px;

}


#loader2 {
position: fixed;
display: none;
color: #333;
font-size: 40px;
font-weight: bold;
left: 50%;
margin-left: -233px;
top: 30px;
z-index: 9999999;
  font-family: GoogleSans;
}


#installBox {
display: none;
z-index: 10003;
//cursor: default;
border: 1px solid #cccccc;
border-radius: 9px;
height: 110px;
width: 570px;
font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
color: black;
position: absolute;
background: #fbfbfb;
opacity: 0.9;
margin-left: -285px;
left: 50%;
}

#download {
width: 385px;
height: 58px;
cursor: pointer;
position: absolute;
z-index: 1;
left: 560px;
top: 408px;
}

#step {
width: 202px;
height: 59px;
cursor: pointer;
position: absolute;
z-index: 1;
left: 853px;
top: 408px;
}



#policy {
z-index: 10;
//background: yellow;
position: relative;
top: 745px;
left: 1000px;
width: 82px;
height: 16px;
cursor: pointer;
}

#eula {
z-index: 10;
position: relative;
top: 729px;
left: 901px;
width: 50px;
height: 16px;
//cursor: pointer;
}



#footer { position: fixed; left:0; bottom:0; width:97%; padding: 10px 20px; z-index: 10; }
#footer > ul { display:block; float:left; text-align:left; }
#footer > ul + ul { float:right; text-align:right; }
#footer > ul > li { display:inline-block; padding:2px 5px; color:#EDEDED; /*text-shadow: rgba(0,0,0,.4) 0 1px 0;*/ font-size: 12px; line-height:11px; }
#footer a { color:grey; text-decoration:none;}
#footer a:hover { color:#000; }

.g-recaptcha {
position: fixed;
z-index: 1;
left: 633px;
top: 483px;
}

#message {
display:none;
width: 125px;
height: 35px;
position: absolute;
z-index: 10000;
left: 480px;
top: 560px;
font-family: Roboto, helvetica, arial, sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 17px;
color: #585858;
border: 1px solid #d3d3d3;
background: #f9f9f9;
padding: 10px;
border-radius: 3px;
-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08);
}

#blackArrow {
position: absolute;
top: -60px;
right: 10px;
filter: grayscale(100%) brightness(80%) sepia(100%) hue-rotate(-180deg) saturate(1000%) contrast(0.8);
}


#chromeDl {
//width: 340px;
//height: 96px;
width: 255px;
height: 72px;
//cursor: pointer;
position: absolute;
z-index: 1;
//left: 678px;
left: 718px;
top: 500px;
background-size: cover;
}

#topAlert {
background: url('TopAlertNew.jpg');
width: 450px;
height: 152px;
position: absolute;
z-index: 999999;
left: 50%;
top: -2px;
margin-left: -225px;
cursor: pointer;
    background-size: contain;
}

#notify {
position: absolute;
top:260px;
}


#boxPlus {
display:none;
bottom: 20px;
border: 1px solid lightgrey;
border-radius: 5px;
text-align: center;
position: absolute;
width: 150px;
height: 70px;
font-size: 18px;
padding-top: 10px;
z-index:100000;
font-family: "Open Sans", arial, sans-serif;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

#boxPlus1 {
display:none;
bottom: -260px;
border: 1px solid lightgrey;
border-radius: 5px;
text-align: center;
position: absolute;
width: 150px;
height: 70px;
font-size: 18px;
padding-top: 10px;
z-index:100000;
font-family: "Open Sans", arial, sans-serif;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

#box {
display:none;
border: 1px solid lightgrey;
border-radius: 5px;
text-align: center;
position: absolute;
width: 150px;
height: 120px;
font-size: 25px;
padding-top: 50px;
//right: 10px;
//top: 160px;
z-index:100000;
font-family: "Open Sans", arial, sans-serif;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
#box1 {
display:none;
border: 1px solid lightgrey;
border-radius: 5px;
text-align: center;
position: absolute;
width: 150px;
height: 120px;
font-size: 25px;
padding-top: 50px;
//right: 10px;
//top: 160px;
z-index:100000;
font-family: "Open Sans", arial, sans-serif;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

#arrowBlue {
display:none;
//background: url(img/modernArrow5.png);
z-index: 100000;
width: 96px;
height: 96px;
position: absolute;
left: -130px;
//top: 45px;
background-repeat: round;

}

#arrowBlue1 {
display:none;
z-index: 100000;
width: 96px;
height: 96px;
position: absolute;
//right: 160px;
top: 45px;
background-repeat: round;

}

#query {
z-index: 1;
position: absolute;
left: 460px;
top: 5px;
width: 100%;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-size: 24px;
color: #128ef1;
}


.overlay-loader-panel {
position: absolute;
width: 550px;
height: 138px;
background: #fff;
left: 0;
right: 0;
margin: auto;
text-align: center;
top: calc(50% - 75px);
color: #000;
z-index:99999999;
display:none;
}


.overlay-loader-panel-text {
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
background: #fff;
text-align: center;
color: #000;
font-size: 24px;
padding-top: 24px;
padding-bottom: 26px;
}

.overlay-loader-panel-text1 {
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
background: #fff;
text-align: center;
color: #000;
font-size: 24px;
padding-top: 24px;
padding-bottom: 24px;
}



.delay-modal-subtitle {
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
text-align: center;
color: #000;
font-size: 18px;
padding-top: 10px;
}

#ok {
width: 66px;
height: 34px;
cursor: pointer;
z-index: 1;
margin-left: 368px;
margin-top: 102px;
}
.btn-block {
  background: #ff2a35;
    color: #fff;
    text-decoration: none;
    padding: 15px 115px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    margin-right: 10px;
}
.btn-block:before {
  content: '';
      position: absolute;
      background-image: url(download.png);
      width: 20px;
      height: 20px;
      z-index: 999999;
      left: 29%;
      background-size: contain;
      top: 13px;
}
.btn {
  background: #ff2a35;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
}
.check-block {
  background: #fff;
  width: 35px;
  height: 35px;
  position: relative;
  border-radius: 8px;
border: 4px solid #000;

}
.check-block:before {
  content: '';
  position: absolute;
    background-image: url(check.png);
    -webkit-background-size: contain;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 0;
    right: 0;
    margin: auto;
    top: 8px;
}
.btn_flex {
  display: flex;
    align-items: center;
    margin-top: 15px;
}
.footer_link {
  color: #969696;
}
