@charset "utf-8";
/* CSS Document */
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
    font-family: sans-serif;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer 10+ */
    user-select: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body { 
    margin:0 0 0 0; 
    font-family:"Segoe UI", Arial, Helvetica, sans-serif;
    background:#424242
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*For IE 6&7 only*/
}

.pdr-pc {
    width: 461px;
    height: 296px;
}
.pdvd {
    width: 461px;
    height: 305px;
}
.ycm{
    width: 480px;
    height: 303px;	
}
.phd {
    width: 461px;
    height: 276px;
}
.cam {
    width: 568px;
    height: 274px;
}
.cam_dell {
    width: 500px;
    height: 600px;
}
.trial {
    width: 410px;
    height: 440px;
}
.phd_ess {
    width: 410px;
    height: 469px;
}
.pdvd-tvmode {
    min-width: 1024px;
    min-height: 576px;
    width: 100%;
    background: #0B090F !important;
    height: 100%;
}
.block {
    padding: 20px 30px;
    height: calc(100% - 40px);
    width: calc(100% - 60px);
    position: relative;
}
.box {
    margin: auto;
    box-sizing: border-box;
    background: #424242;
    overflow: hidden;
}
.box-ycm{
    margin: 0 0 0 0;
    box-sizing: border-box;
    background: #424242;
    overflow: hidden;
}
h1 {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
h1.signup {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 16px;
    white-space: normal;
}

h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 16px;
    white-space: nowrap;
}

a {
    transition: .2s;
}
input.btn {
    background: #2B75E3;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 12px;
    border: 1px;
    cursor: pointer;
}
input.btn:hover {
    background: #4791FF;
} 
input.btn:active {
    background: #2762BD;
}
input.btn-dark,
input.btn-dark:hover,
input.btn-dark:active {
    pointer-events: none;
    background: #2B75E3;
    opacity: .3;
}
a.btn {
    background: #2B75E3;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}

a.btn:hover {
    background: #4791FF;
}
a.btn:active {
    background: #2762BD;
}
a.btn-dark,
a.btn-dark:hover,
a.btn-dark:active {
    pointer-events: none;
    background: #2B75E3;
    opacity: .3;
}
p {
    float: left;
    margin: 5px 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
}

.line {
    width: calc(100% - 40px);
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: relative;
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    margin: 10px 20px  0 20px;
}

.line::before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background: #646464;
    left: 0;
    top: 50%;
}

.icon-block {
    margin: auto;
    text-align: center;
    float: left;
    width: 100%;
}
.icon-block a {
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
}
.icon-block img {
    width: 40px;
    height: 40px;
    margin: 10px 25px 5px 25px;
    display: inline-block;
    border-radius: 40px;
    cursor: pointer;
    pointer-events: auto;
}

p.newuser {
    text-align: center;
    left: 0px;
    line-height: 20px;
    margin-bottom: 5px;
}

p a {
    color: #8FDBFF;
    text-decoration: none;
}
p a:hover{
    color: #d1f0ff;
    text-decoration: none;
}
p.incorrect {
    color: #FF9494;
}
p.error {
    color: #FF9494;
}
p.warning {
    color: #FF9494;
}
.line p {
    position: absolute;
    top: -8px;
    background: #424242;
    width: auto;
    padding: 0 10px;
    left: caLc(50% - 20PX);
}
.email-line {
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 3px;
    height: 30px;
    background: #262626;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    outline: #9e9e9e;
    width: 100%;
    z-index: 1000;
    position: relative;
    pointer-events: auto !important;
}


.email-line::-ms-reveal,
.email-line::-ms-clear {
    display: none;
}
input#pw {
    width: 100%;
    padding-right: 30px;
}
.info-line {
    position: relative;
}

img.icon-eye {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    /* added to solve repaint in Safari*/
    transform:translateZ(1px);
     z-index: 2000;
}
.bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.icon-block img:nth-child(1):hover {
    transform: scale(1.1);
    transition: .2s;
    box-shadow: 0px 0px 5px #ffffff;
}
.icon-block img:nth-child(2):hover {
    transform: scale(1.1);
    transition: .2s;
    box-shadow: 0px 0px 5px #4791ff;
}
.icon-block img:nth-child(3):hover {
    transform: scale(1.1);
    transition: .2s;
    box-shadow: 0px 0px 5px #000000;
}
.icon-block img:active {
    filter: brightness(0.9);
}
#change_link {
    cursor: pointer;
}
/*-------------trial-------------------*/
.trial .icon-line {
    float: left;
    width: 100%;
    border-radius: 3px;
    margin: 0px auto 12px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    text-decoration: none;
    transition: .2s;
}

.trial .bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    padding: 0 30px;
    box-sizing: border-box;
}

.trial .icon-line p {
    display: inline-block;
    width: auto;
    float: initial;
    margin: 0;
    font-weight: 700;
    font-size: 12px;
}

.trial .icon-block  a.icon-line.g  {
    background: #fff;
}

.trial .icon-block a.icon-line.f  {
    background: #2b75e3;
}

.trial .icon-block a.icon-line.a  {
    background: #000000;
}

.trial .icon-block a.icon-line.g:hover {
    background: #E5E5E5;
}

.trial .icon-block a.icon-line.f:hover {
    background: #1877F2;
}

.trial .icon-block a.icon-line.a:hover {
    background: #333333;
}
.trial .icon-block a.icon-line.g:active {
    background: #CCCCCC;
}

.trial .icon-block a.icon-line.f:active {
    background: #135FC2;
}

.trial .icon-block a.icon-line.a:active {
    background: #000000;
}
.trial .icon-block a.icon-line.g p {
    color: #757575;
}
.trial .icon-block a {
    pointer-events: auto;
}
.trial .icon-block img {
    margin: 0px 5px;
    border-radius: 40px;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.trial .line {
    margin: 10px 0;
    width: 100%;
}

.trial .icon-block img:hover {
    transform: none;
    box-shadow: none;
}

.trial .line-space {
    margin-bottom: 10px;
}

.trial p.newuser {
    margin-top: 0px;
}

.check-line {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.check-line p {
    margin: 0 0 0 5px;
    line-height: 16px;
}
img.cbx-on {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    cursor: pointer;
}
img.cbx-off {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    cursor: pointer;
}
.line-select:focus {
    border: 1px #2B74E3  solid;
}
.error-block {
    height: 70px;
    display: block;
    width: 100%;
    float: left;
}

/*--------------------*/
.signin-title {
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
}

.signin-title img {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    margin-right: 20px;
    cursor: pointer;
}

.signin-title p {
    font-size: 20px;
}

.left {
    width: calc(50% - 60px);
    float: left;
    margin: 0 60px 0 0px;
    box-sizing: border-box;
    height: 300px;
    position: relative;
}

.bottom .right {
    width: 50%;
    position: relative;
}

.bottom.right {
    width: 50%;
    position: relative;
    float: left;
    margin-top: 36px;
    border-left: 1px solid #646464;
    padding: 0 0px 0 60px;
}

.bottom.right .line {
    display: none;
}

.pdvd-tvmode .block {
    width: 100vw;
    height: 100vh;
    padding: 90px 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 1024px;
    min-height: 576px;
}
.pdvd-tvmode img.btn-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.signin-block {
    float: left;
    width: 100%;
    height: 300px;
    margin-top: 30px;
    padding-left: 38px;
    box-sizing: border-box;
}

.left .email-line {
    background: #3c3a3f;
}

.right .icon-block a.icon-line:nth-child(3) {
    border: 1px solid #fff;
}

.right .icon-line {
    height: 36px;
    margin-bottom: 20px;
}

.left p.newuser {
    /* margin-top: 30px; */
    position: absolute;
    bottom: 0;
}

.left p.newuser a:hover {
    color: #66bcff;
}

.left p.newuser a {
    color: #229FFF;
}

.left a.btn {
    margin-top: 20px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    background: #229FFF;
}
.left a.btn:hover {
    background: #008FFE;
}
.left a.btn:active {
    background: #0A83E1;
}
.left a.btn-dark,
.left a.btn-dark:hover,
.left a.btn-dark:active {
    background: #229FFF;
    opacity: .3;
}

.left .line-select:focus {
    border: 1px #229FFF solid;
}
.signin-block h1 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 16px;
}

.signin-block p {
    font-size: 14px;
    line-height: 18px;
}

.signin-block .email-line {
    font-size: 14px;
}
img.btn-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.cam_dell .bottom {
    /* padding: 0 30px 30px 30px; */
    /* width: calc(100% - 60px); */
    /* bottom: 0px; */
    position: relative;
    /* height: auto; */
    /* overflow: hidden; */
}

.cam_dell .info-line {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.cam_dell .line {
    margin: 30px 0px 10px 0px;
    width: 100%;
}

img.cl-logo {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.cam_dell p.p-grey {
    margin-bottom: 10px;
    color: #9e9e9e;
}

.cam_dell h1 {
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
}

.cam_dell p.newuser {
    text-align: left;
    margin-bottom: 10px;
}

a.link-p {
    color: #fff;
    text-decoration: underline;
}

a.link-p:hover {
    color: #d1f0ff;
    text-decoration: underline;
}

.cam_dell .check-line {
    float: left;
    display: flex;
    align-items: flex-start;
    margin: 0px 0;
}

.cam_dell p {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 20px;
}

.check-line p {
    margin: 0;
}

.bottom-step2 {
    margin-top: 80px;
    float: left;
    width: 100%;
}

.p-space {
    width: 100%;
    height: 20px;
    float: left;
}

.cam_dell .icon-block {
    float: left;
    width: 100%;
}

.cam_dell input {
    font-size: 16px;
    height: 40px;
}

.cam_dell a.btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.cam_dell .icon-block img {
    width: 50px;
    height: 50px;
}

.cam_dell p.error {
    margin: 0;
}
.cam_dell #passwordError {
    margin-bottom: 10px;
}
.cam_dell .cbx-off {
    margin-top: 4px;
}
.cam_dell .cbx-on {
    margin-top: 4px;
}
.cam_dell img.icon-eye {
    width: 24px;
    height: 24px;
    top: 3px;
    z-index: 2000;
}