body {
    background-color: #ffffff; padding: 0; margin: 0;
    text-align: center; width: 100%;
    font-family: "Open Sans", "Helvetica Neue", Segoe UI, Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.8;
    font-size: 12pt;
}
input				    {margin: 0; padding: 0; vertical-align: middle;}
form			    	{clear: both; display: inline;}
table					{text-align: left;}
td, p, div				{color: #333;}
img						{border: 0; vertical-align:middle;}
a 						{color:  #1485E4; text-decoration: none;}
a:hover 				{color:  #0D5AB8; text-decoration: underline;}
h1 						{font-size: 27pt; margin: 0; color: #074189; clear: both; display: inline;}
h1.xt, h2.xt 		    {font-size: 36pt; font-weight: 600;}
h2 						{font-size: 25pt; margin: 0; color: #333; clear: both; display: inline; line-height: 1;}
h3 						{font-size: 14pt; margin: 0; color: #333; clear: both; display: inline;}
h4 						{font-size: 12pt; margin: 0; color: #333; clear: both; display: inline;}
hr						{color: #c8c8c8; height: 1px;}
ul, ol  				{margin: 10px; margin-top: 4px; padding-left: 0;}
li  					{margin-left: 11px;}

.f_left					{float: left}
.f_right				{float: right}
.clear_div				{clear: both; height: 0;}
.clear_div_grid			{clear: both; height: 0; display:none}

.exo                {font-family: 'Exo 2', Trebuchet MS, Segoe UI, sans-serif;}
.ease_io            {-moz-transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;}
.ease_io_slow       {-moz-transition: all 400ms ease-in-out; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.ease_opacity       {-moz-transition: opacity 200ms ease-in-out; -webkit-transition: opacity 200ms ease-in-out; transition: opacity 200ms ease-in-out;}
.border_radius      {-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}

.validation_error {color: #b22433; font-weight: bold; line-height: 18px;}

div.section         {margin: 0;}
div.section.white   {margin: 0; background-color: #FFF;}
div.section.gray    {margin: 0; background-color: #f9f9f9;}
div.section.lblue    {margin: 0; background-color: #378ffb;}
div#content.std div.section.lblue .wrap {text-align: center; padding: 36px 0;}
div.section.grdblue    {
    background: #0081b8;
    background: -moz-linear-gradient(-45deg, #0081b8 1%, #335f8e 100%);
    background: -webkit-linear-gradient(-45deg, #0081b8 1%,#335f8e 100%);
    background: linear-gradient(135deg, #0081b8 1%,#335f8e 100%);
}

div#content.std div.section.grdblue div,
div#content.std div.section.grdblue h2 {color: #fff;}

div.section .wrap, header .wrap   {margin: 0 auto; width: 1200px; text-align: center;}
div.section .content, header .content{text-align: left;}

div#content.std div.section.white, div#content.std div.section.gray {min-height: 550px;}
div#content.std div.section .wrap   {text-align: left; padding: 72px 0 0 0;}
div#content.std div.section.first_item  {padding: 44px 0 0 0;}

div#content.std div.section.centered {min-height: 588px;}
div#content.std div.section.centered table {text-align: left; margin: 0 auto;}
div#content.std div.section.centered .wrap {padding: 72px 0 0 0; text-align: center;}
div#content.std div.section.centered .info {max-width: 794px; min-height: 160px; margin: 0 auto;}
div#content.std div.section.centered .info ul {text-align: left; margin: 0 auto; display: inline-block;}
td.centered {text-align: center;}

div#content.std div.section.mini {min-height: initial;}
div#content.std div.section.mini .wrap {padding: 54px 0;}
div#content.std div.section.future_bg h1, div#content.std div.section.future_bg h2 {color: #fff;}
div#content.std div.section.future_bg .wrap {padding: 44px 0;}
div#content.std div.section.future_bg.first_item .wrap {padding: 18px 0;}

header {
    z-index: 99999;
    position: fixed;
    top: 0;
    width: 100%;
    background: none; /* overrides .dv_header @ guest.css*/
    border-bottom: 2px solid rgba(242, 236, 237, 0);
}
header.dis_fixed {position: relative;}
header .content {width: 100%; line-height: 100px;}

header.img {
    background-color: #eaebeb;
    border-bottom: 2px solid #335f8e;
    background: -moz-linear-gradient(-45deg, #0081b8 1%, #335f8e 100%);
    background: -webkit-linear-gradient(-45deg, #0081b8 1%,#335f8e 100%);
    background: linear-gradient(135deg, #fff 1%,#eaebeb 100%);
}

header .wrap .menu {
    float: right;
    margin: 0;
}

header .wrap .menu > a {
    color: #333;
    font-size: 13pt;
    font-weight: 600;
    margin-left: 14px;
    text-decoration: none;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    border: rgba(255, 255, 255, 0) 2px solid;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
header .wrap .menu > a:hover {
    border: #333 2px solid;
}

header .wrap .menu > a.dvbl {
    color: #1485E4;
    border: 2px solid;
    /*border-radius: 0;*/
}
header .wrap .menu > a.dvbl:hover {
    color: #fff;
    background: #1485E4;
    border-color: #1485E4;
}

header .wrap .menu > a.dvhb {
    color: #1485E4;
}
header .wrap .menu > a.dvhw {
    color: #fff;
}
header .wrap .menu > a.dvhw:hover {
    border-color: #fff;
}

header .wrap .logo {
    float: left;
}

div#cover_bg {
    z-index: 0;
    height: 700px;
    background-image: url(/www-img/web/homepage/2018/top_picture.jpg);
    background-position: center;
}
div#cover_bg.std {
    height: 354px;
    background-image: url(/www-img/web/homepage/2018/top_picture.jpg);
}
div#cover_bg.std.mini {
    height: 246px;
}

div#cover_bg div#screen {
    width: 639px;
    height: 471px;
    background-image: url(/www-img/web/homepage/tablet.png);
    background-position: center;
    float: right;
    margin: 36px 36px 0 0;
}

#screen .caption {
    background: rgba(27, 27, 27, 0.35);
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    margin: 300px 0 0 0;
    font-size: 15pt;
    position: absolute;
    top: 50px;
    width: 543px;
}

#screen .caption .ibase.f_right {margin: 11px 0 0 0; opacity: 0.8;}
#screen .caption .ibase.f_right:hover {opacity: 1;}
#screen .img {
    background-image: url(/www-img/web/homepage/screen/dashboard.jpg);
    width: 582px;
    height: 371px;
    overflow: hidden;
    margin: 31px 0 0 29px;
    background-size: contain;
    text-align: left;
}

div#cover_bg div.wrap {
    padding: 108px 0 0 0;
    overflow: hidden;
}
div#cover_bg.std div.wrap {
    text-align: center;
}

div#cover_bg div.text {
    display: inline-block;
}
div#cover_bg.std div.text {
    margin: 2px auto;
    /*margin: 18px auto;*/
}

div#cover_bg div.text > .title {
    font-size: 38pt;
    color: #fff;
    line-height: 38px;
    font-weight: 700;
}

div#cover_bg div.text .sub_title {
    font-size: 20pt;
    font-weight: 500;
    color: #fff;
    line-height: 42px;
    max-width: 943px;
    text-transform: uppercase;
}

div#cover_bg.home div.text > .title {
    font-size: 47pt;
    line-height: 87px;
}

div#cover_bg.home div.text .sub_title {
    font-size: 28pt;
    line-height: 60px;
}

div#cover_bg.std div.text .sub_title {margin: 0 0 12px;}

div#cover_bg .yellow_btn.f_right {
    margin: 3px 0 0 0;
    line-height: 55px;
}

a.cta_btn {
    font-size: 18pt;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    padding: 0 36px;
    line-height: 58px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
}
a.cta_btn.mini {
    font-size: 14pt;
    padding: 0 18px;
    line-height: 36px;
}
a.cta_btn:hover {
    text-decoration: none;
    background: #378ffb;
    border-color: #378ffb;
    color: #fff;
}
a.cta_btn.white {
    background: #fff;
    color: #378ffb;
}
a.cta_btn.white:hover {
    background: none;
    border-color: #fff;
    color: #fff;
}
a.cta_btn.cyan {
    background: #378ffb;
    border-color: #378ffb;
    color: #fff;
}
a.cta_btn.cyan:hover {
    background: none;
    border-color: #fff;
}
a.cta_btn.cyan.wtbg:hover {
    background: #fff;
    border-color: #378ffb;
    color: #378ffb;
}
a.cta_btn.hwt:hover {
    border-color: #fff;
    background: #fff;
    color: #378ffb;
}

div#content         {margin: 100px 0 0 0;}
div#content.home    {margin: 0;}
div#content.std     {margin: 0;}

div#content.std div.wrap > .text.toppad {padding: 108px 0 0 0;}
div#content.std .text .info {max-width: 492px; line-height: 25px;}
div#content.std .text .info.mini {max-width: 360px;}
div#content.std .text .info h2 {text-transform: uppercase; font-size: 28pt; display: inline-block; margin: 0 0 12px;}
div#content.std .text .info.sline {max-width: 775px;}
div#content.std .text .cent_title {text-align: center; font-size: 24pt; margin: 18px;}
div.section .text.wt {color: #fff;}
div.section a.wt {color: #fff;}
div.section a.wt:hover {color: #4D96D4;}
div.section a.or {color: #fdb403;}
div.section a.or:hover {color: #fdb403; text-decoration: underline;}

div#content .slogan {
    font-size: 33px;
    text-align: center;
    padding-top: 80px;
}

div.section .content div.info {
    float: left;
    max-width: 800px;
    text-align: left;
    padding: 60px 0 60px 0;
}
div.section .content div.info.cent {
    float: none;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0 60px 0;
}

div.section .content div.img {
    height: 380px;
    float: left;
}

div.section.gray .content div.img {
    float: right;
    background-position: right 50%;
}

div.section .info .t {
    font-size: 22pt;
    font-weight: bold;
    color: #154889;
}

div#content.std div.section.trial_bg .wrap {padding: 0;}
div.section.trial_bg .content div.info  {padding: 92px 0 0 418px;}
div.section.neg .info h2, div.section.neg .info .t {color: #fdb403;}
div.section.neg .info .text {color: #fff;}

div.section.future_bg {background-image: url(/www-img/web/homepage/2018/top_picture.jpg); background-position: center; min-height: 380px;}
div.section.future_bg.mini {min-height: 144px;}
div#content div.section.future_bg.mini .slogan {color: #fff; padding-top: 34px;}
div.section .content div.info.pair {max-width: 490px; margin: 50px 0 0 0;}
div.section .content div.info.pair.right {margin: 50px 0 0 100px;}

div.section.trial_bg {background: url('/www-img/web/homepage/hp/bottom_full.jpg'); background-position: center; height: 380px;}

.yellow_btn {
    background-color: transparent;
    font-size: 22pt;
    font-weight: 600;
    color: #fdb403;
    border: 2px solid #fdb403;
    padding: 0 18px;
    cursor: pointer;
    line-height: 45px;
    display: inline-block;
    text-transform: uppercase;
}
.yellow_btn:hover {color: #fff; background-color: #fdb403; text-decoration: none;}

a.yellow_btn.sm {
    font-size: 16pt;
    font-weight: bold;
    color: #fdb403;
    border: 2px solid #fdb403;
    padding: 0 18px;
    cursor: pointer;
    display: inline-block;
    margin-top: 18px;
    white-space: nowrap;
    line-height: 45px;
}
.section a.yellow_btn.sm:hover {background-color: #fdb403; color: #fff; border: 2px solid #fdb403;}

a.yellow_btn.rev {
    font-size: 16pt;
    font-weight: bold;
    background-color: #fdb403;
    color: #fff;
    border: 2px solid #fff;
    padding: 0 18px;
    line-height: 45px;
}
a.yellow_btn.cyan {
    background-color: #1486e4;
}
.section a.yellow_btn.rev:hover {background-color: #144788;}
.section a.yellow_btn.sp {margin-top: 18px;}
em.btn_rev {font-size: 10pt; line-height: 20px; display: inherit;}
.trial_bg .text em {margin: 0 28px; display: inline-block;}

.rr_blue_btn {
    background-color: transparent;
    font-size: 13pt;
    font-weight: 600;
    color: #1485E4;
    border: 2px solid #1485E4;
    padding: 0 10px;
    margin: 7px 4px;
    cursor: pointer;
    line-height: 32px;
    display: inline-block;
}
.rr_blue_btn:hover {color: #fff; background-color: #1485E4;}

.yellow_btn.std {
    font-size: 16pt;
    font-weight: bold;
    padding: 0 18px;
    line-height: 36px;
}

.blue_btn, .orange_btn {
    font-size: 18pt;
    font-weight: 600;
    color: #fff;
    background-color: #0D5AB8;
    padding: 0 18px;
    cursor: pointer;
    line-height: 45px;
    display: inline-block;
    text-transform: uppercase;
}
.blue_btn:hover {color: #fff; background-color: #0A468F; text-decoration: none;}

.orange_btn {background-color: #FF9600;}
.orange_btn:hover {background-color: #FFAC34; color: #fff; text-decoration: none;}

.yellow_btn.no_transform, .orange_btn.no_transform, .blue_btn.no_transform {text-transform: none;}

.section .text .promo {font-size: 18pt;}
.future_bg .software_promo em {color: #fff;}

/* tables & forms */
input, textarea, select {
    padding: 10px;
    color: #333;
    border: #ddd 1px solid;
    display: inline;
    margin-bottom: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.gen_table td {line-height: 46px; color: inherit; font-size: 10pt;}
.gen_table td.inp_label {text-align: right; padding: 0 18px 0 0;}
.gen_table td.line_normal {line-height: 30px;}
.gen_table td h2 {color: #333; font-size: 18pt;}

/* FOOTER */
.div_footer.bgd_footer {
    background: url('/www-img/web/homepage/2018/footer_bg.jpg') repeat-x;
    background-position: center;
    min-height: 370px;
}
.div_footer.blue_bckg {
    background-color: #144788;
}

.div_footer .in {
    display: block;
    text-align: left;
    margin: 0 auto;
}

.blue_bckg a, .blue_bckg div, .blue_bckg li {
    color: #fff;
}

.inner_footer {
    margin: 0 auto;
}

.g_hide	{display: none; z-index: -1;}
.scufh	{display: none;}

.ft_menu {
    margin: 36px 0;
    float: left;
    line-height: 0.5cm;
    text-align: left;
}

.ft_menu.s1 {width: 50%}
.ft_menu.s2 {width: 30%}
.ft_menu.s3 {width: 18%}

.ft_menu .or_title {
    font: 20px/28px 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 500;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.ft_menu .ft_smenu {
    float: left;
    width: 50%;
}

.ft_menu a {
    font-size: 13pt;
    color: #f8f8f8;
    float: left;
    clear: both;
    line-height: 36px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.ft_menu a.new_tool {
    background: url('/www-img/web/gui/new_icon.png') no-repeat;
    background-position: 95% 40%;
    background-size: contain;
}
.ft_menu a.new_tool:hover {
    background-color: rgba(255, 255, 255, 0.72);
}

/* FOOTER 2*/
.footer_2 {
    width: 100%;
    background: #000;
}
.footer_2 .footer_logo {
    display: inline-block;
    background: url('/www-img/web/rr_logo_n.png') no-repeat;
    width: 140px;
    height: 26px;
    background-size: contain;
    margin: 0 18px -9px 0;
}

.footer_2 .in {
    overflow: hidden;
    padding: 0;
}

.footer_2 div {
    color: #fff;
    font-size: 13px;
    line-height: 60px;
}

.footer_2 div.copyright {
    float: left;
}

.footer_2 div.copyright a {
    color: inherit;
    font-size: inherit;
}
.footer_2 div.copyright a:hover {
    text-decoration: underline;
}

.footer_2 div.social {
    float: right;
    margin: 0 -14px 0 0;
    text-align: left;
}

.footer_2 div.social span {
    float: left;
}

.social_list {
    width: 262px;
    height: 40px;
    float: right;
    margin-top: 10px;
}

ul.social_list.share_buttons {margin: 0;}
.social_list.share_buttons {
    width: auto;
    height: auto;
    float: left;
    margin-top: 0;
}
.social_list.share_buttons.social_fixed {
    position: fixed;
    width: 41px;
    top: 235px;
    right: 100px;
}

.social_list.vert li, .social_list.vert a {float: none;}
.social_list li {
    list-style-type: none;
    float: left;
    list-style-image: none !important;
    margin: 0 7px 7px 0;
}

.social_list a {
    background-image: url('/www-img/web/homepage/2018/social_icons.png');
    float: left;
    display: block;
    width: 33px;
    height: 39px;
    opacity: 0.8;
}
.social_list a:hover {opacity: 1;}
.social_list a.fb {background-position: -1px 0;}
.social_list a.tw {background-position: -36px 0;}
.social_list a.gp {background-position: -107px 0;}
.social_list a.li {background-position: -71px 0;}
.social_list a.rss {background-position: -142px 0;}

header .menu a.htphmen.show {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding-bottom: 16px;
    border: 2px solid #fff;
    border-bottom: 0;
}
header .menu a.htphmen.show::after {
    content: ' ';
    position: absolute;
    height: 5px;
    display: block;
    width: 104px;
    margin: 9px 0 0 -10px;
    z-index: 2000;
}
header .menu a.htphmen.resmen.show::after {
    width: 119px;
}
header .menu a.htphmen.show::after {border-bottom: rgba(46, 46, 46, 1) 2px solid;}
header .menu a.htphmen.show.dvhw::after {border-bottom: rgb(11, 20, 26) 2px solid;}
div.htphsbmen {
    position: absolute;
    border-top: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.8);
    width: inherit;
    z-index: 1000;
    display: none;
    padding: 18px 0;
    margin: -22px 0;
}

div.htphsbmen.show {
    display: block;
}

div.htphsbmen li b {font-size: 13pt; font-weight: 600; text-transform: uppercase;}
div.htphsbmen li, div.htphsbmen li a {
    font-size: 11pt;
    line-height: 30px;
    color: #fff;
    display: block;
    padding: 0 18px;
    margin: 0 -18px;
    -moz-transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;
}
div.htphsbmen li a:hover {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 2px;
}
div.htphsbmen ul {
    float: left;
    list-style: none;
    text-align: left;
    margin-right: 25px;
    margin-left: 25px;
    min-width: 174px;
}

.ibase {width: 18px; height: 18px; cursor: pointer; display: inline-block;}
/*.ibase {background: url('data:image/svg+xml;base64,') no-repeat;}*/
.icon_pause {background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJwYXVzZS0yLWljb24iIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNTYsNTIuNDgxYy0xMTMuNzcxLDAtMjA2LDkxLjExNy0yMDYsMjAzLjUxOGMwLDExMi4zOTgsOTIuMjI5LDIwMy41MiwyMDYsMjAzLjUyDQoJYzExMy43NzIsMCwyMDYtOTEuMTIxLDIwNi0yMDMuNTJDNDYyLDE0My41OTksMzY5Ljc3Miw1Mi40ODEsMjU2LDUyLjQ4MXogTTIzOC4zOTcsMzU2aC01OC4yNTNWMTU2aDU4LjI1M1YzNTZ6IE0zMzMuODU0LDM1Ng0KCWgtNTguMjUyVjE1Nmg1OC4yNTJWMzU2eiIvPg0KPC9zdmc+') no-repeat;}
.icon_play  {background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJ2aWRlby1wbGF5LWljb24iIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNTYsNTIuNDgxYy0xMTMuNzcxLDAtMjA2LDkxLjExNy0yMDYsMjAzLjUxOGMwLDExMi4zOTgsOTIuMjI5LDIwMy41MiwyMDYsMjAzLjUyDQoJYzExMy43NzIsMCwyMDYtOTEuMTIxLDIwNi0yMDMuNTJDNDYyLDE0My41OTksMzY5Ljc3Miw1Mi40ODEsMjU2LDUyLjQ4MXogTTE5Ny42MDQsMzY4LjEyNFYxNDguODcybDE3OC43OTksMTA5LjYyNw0KCUwxOTcuNjA0LDM2OC4xMjR6Ii8+DQo8L3N2Zz4=') no-repeat;}

.ibase {background-size: contain;}

.mobile_menu        {display: none; width: 18px; height: 12px; cursor: pointer;}
.mobile_menu.svg_bl {background: url('data:image/svg+xml;base64,PHN2ZyBpZD0iVW50aXRsZWQtMiIgdmlld0JveD0iMCAwIDE4IDEyIiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIg0KCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxMnB4Ig0KPg0KCTxnIGlkPSJMYXllciUyMDEiPg0KCQk8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMiIgZmlsbD0iIzMzMyIvPg0KCQk8cmVjdCB4PSIwIiB5PSI1IiB3aWR0aD0iMTgiIGhlaWdodD0iMiIgZmlsbD0iIzMzMyIvPg0KCQk8cmVjdCB4PSIwIiB5PSIxMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiIGZpbGw9IiMzMzMiLz4NCgk8L2c+DQo8L3N2Zz4=') no-repeat;}
.mobile_menu.svg_wt {background: url('data:image/svg+xml;base64,PHN2ZyBpZD0iVW50aXRsZWQtMiIgdmlld0JveD0iMCAwIDE4IDEyIiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIg0KCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxMnB4Ig0KPg0KCTxnIGlkPSJMYXllciUyMDEiPg0KCQk8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMiIgZmlsbD0iI2ZmZmZmZiIvPg0KCQk8cmVjdCB4PSIwIiB5PSI1IiB3aWR0aD0iMTgiIGhlaWdodD0iMiIgZmlsbD0iI2ZmZmZmZiIvPg0KCQk8cmVjdCB4PSIwIiB5PSIxMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiIGZpbGw9IiNmZmZmZmYiLz4NCgk8L2c+DQo8L3N2Zz4=') no-repeat;}

.success_div, .notice_div, .error_div {
    width: auto;
    padding: 36px;
    border: 2px solid #ccc;
    background: #FBFBFB;
    -webkit-box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    border-radius: 10px; -moz-border-radius:10px; -webkit-border-radius:10px;
    text-align: left;
    margin-bottom: 10px;
}

.success_div .infobox_title {color: #20ad41;}
.error_div .infobox_title {color: #9b384c;}
.notice_div .infobox_title {color: #edc736;}

.input_error {
    margin: 72px auto 0;
    width: 96%;
    min-width: 462px;
    text-align:left; padding: 20px; font-size: 11pt;
    border: #edc736 2px solid;
    background: #FCFCFC;
    -webkit-box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    border-radius: 10px 10px 10px 10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}
.input_error .ie_title		{font-size: 12pt; margin-bottom: 0; padding-left: 20px; line-height: 24px; color: #e59311; background: url(/www-img/web/gui/icon_pg_notice.png) no-repeat 0 4px;}
.input_error a , .input_error a:hover	{font-size: 11pt;}
.input_error span 		{font-weight: bold}

/* new ele */
.rcard_wrapper {
    margin: 0 auto;
    display: inline-block;
}
.rcard {
    float: left;
    width: 25%;
    height: 250px;
    text-align: left;
    overflow: hidden;
}
.rcard::before {
    background-repeat: no-repeat;
    background-position: 92% 80%;
    width: 294px;
    height: 126px;
    content: "";
    position: absolute;
    z-index: 777;
    -moz-transition: all 100ms ease-in-out; -webkit-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out;
}
.rcard_wrapper .rcard {
    width: 300px;
}
.rcard:hover .rcard_mask {
    background: rgba(0, 0, 0, 0.63);
    height: 100%;
}
.rcard.c1 {background-color: #009fe3;}
.rcard.c1::before {background-image: url(/www-img/web/homepage/2018/icon1.png);}
.rcard.c2 {background-color: #2296c9;}
.rcard.c2::before {background-image: url(/www-img/web/homepage/2018/icon2.png);}
.rcard.c3 {background-color: #3d75ae;}
.rcard.c3::before {background-image: url(/www-img/web/homepage/2018/icon3.png);}
.rcard.c4 {background-color: #5c569e;}
.rcard.c4::before {background-image: url(/www-img/web/homepage/2018/icon4.png);}

.rcard .title {
    color: #fff;
    margin: 160px 0 0 24px;
    font-size: 22pt;
    font-weight: 700;
    line-height: 32px;
    max-width: 230px;
}

.rcard .desc {
    display: none;
    text-align: left;
    color: #fff;
    margin: 10px 14px 10px 26px;
    line-height: 22px;
}
.rcard a.lrn_btn {
    display: none;
    font-size: 13pt;
    font-weight: 600;
    color: #333;
    padding: 0 14px;
    background: #fff;
    margin: 2px 24px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 36px;
}
.rcard a.lrn_btn:hover {background: rgba(255, 255, 255, 0.68); text-decoration: none;}
.rcard:hover::before {opacity: 0.2;}
.rcard:hover .title {margin: 0 0 0 24px; padding-top: 16px;}
.rcard:hover .desc, .rcard:hover a.lrn_btn {display: inline-block;}

.home #custom_suite_bg {background-image: url(/www-img/web/homepage/2018/lp_custom_graphs.jpg);}
#custom_suite_bg {
    background-repeat: no-repeat;
    background-position: 350px 45px;
    padding: 100px 142px 0 0;
    margin: -100px -142px 0 0;
}
#custom_suite_bg.ver_lp_sc {
    background-position: 477px 70px;
}
.custom_suite.v400 {
    width: 400px;
}
.custom_suite {
    width: 444px;
    height: 536px;
    text-align: left;
}
.custom_suite h3 {
    color: #333;
    text-transform: uppercase;
    font-size: 13pt;
    font-weight: 600;
}
.custom_suite .title {
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    line-height: 48px;
}
.custom_suite .title.open h3 {
    color: #378ffb;
}
.custom_suite .title.open, .custom_suite .title:last-child {
    border-bottom: 1px solid #f9f9f9;
}
.custom_suite .desc {
    line-height: 23px;
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 0 0 12px;
}
.custom_suite .desc ul {
    max-width: 360px;
    margin: 0 0 0 42px;
}

.custom_suite .title-icon {
    width: 20px;
    height: 30px;
    background-image: url(/www-img/web/marketing-dashboard/open_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 14px -8px 0;
}
.custom_suite .close_icon {
    background-image: url(/www-img/web/marketing-dashboard/close_icon.png);
}

h2.ctitle {
    font-size: 38pt;
    text-align: center;
    display: inline-block;
    line-height: 94px;
    color: #333;
}

h2.white {
    color: #fff;
}

div.content.c {text-align: center; max-width: 824px; margin: 0 auto 36px;}
div.content.sbu {text-transform: uppercase; font-size: 18pt; font-weight: 600; line-height: 35px;}
/* cyrillic */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    src: local('Exo 2 Medium'), local('Exo2-Medium'), url(https://fonts.gstatic.com/s/exo2/v3/hJNWOADMCBRrv6g6rvmDLRTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    src: local('Exo 2 Medium'), local('Exo2-Medium'), url(https://fonts.gstatic.com/s/exo2/v3/LIOVoUZaNfvKcnPK2sqyzhTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    src: local('Exo 2 Medium'), local('Exo2-Medium'), url(https://fonts.gstatic.com/s/exo2/v3/6b9HPGUYUr8qZeNu0Z7o-PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    src: local('Exo 2 Semi Bold'), local('Exo2-SemiBold'), url(https://fonts.gstatic.com/s/exo2/v3/LFe3mB-q6jNXyAcQ2iPxARTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    src: local('Exo 2 Semi Bold'), local('Exo2-SemiBold'), url(https://fonts.gstatic.com/s/exo2/v3/GGsKokbvGBQnZ182Vk7qiRTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    src: local('Exo 2 Semi Bold'), local('Exo2-SemiBold'), url(https://fonts.gstatic.com/s/exo2/v3/0BGKjb5TxeNM_vPrpoWDWPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    src: local('Exo 2 Bold'), local('Exo2-Bold'), url(https://fonts.gstatic.com/s/exo2/v3/bjq6AK9kaX_qiS97tqNwpBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    src: local('Exo 2 Bold'), local('Exo2-Bold'), url(https://fonts.gstatic.com/s/exo2/v3/j6S3lQriBGoUURQ3ejUiKBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    src: local('Exo 2 Bold'), local('Exo2-Bold'), url(https://fonts.gstatic.com/s/exo2/v3/AbMslUVu4Wq5jvNwOBLwLvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 800;
    src: local('Exo 2 Extra Bold'), local('Exo2-ExtraBold'), url(https://fonts.gstatic.com/s/exo2/v3/XcVNq7h_15hNJotQOnfwdhTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 800;
    src: local('Exo 2 Extra Bold'), local('Exo2-ExtraBold'), url(https://fonts.gstatic.com/s/exo2/v3/vxP0mJ4Ah81pzPPpYPzpbBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 800;
    src: local('Exo 2 Extra Bold'), local('Exo2-ExtraBold'), url(https://fonts.gstatic.com/s/exo2/v3/CJVzeXcVfU8kDtg9_l0We_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    src: local('Exo 2 Black'), local('Exo2-Black'), url(https://fonts.gstatic.com/s/exo2/v3/rUGmGYSiV3Rj1fENrroZexTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    src: local('Exo 2 Black'), local('Exo2-Black'), url(https://fonts.gstatic.com/s/exo2/v3/MqITCP2L4jm77PnkS72K-BTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    src: local('Exo 2 Black'), local('Exo2-Black'), url(https://fonts.gstatic.com/s/exo2/v3/GJUUsjMsQG_gk-UGzcMXofesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hhWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBkbcKLIaa1LC45dFaAfauRA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBmo_sUJ8uO4YLWRInS22T3Y.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBr6up8jxqWt8HVA3mDhkV_0.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxmgpAmOCqD37_tyH_8Ri5MM.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxsPNMTLbnS9uQzHQlYieHUU.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxgyhumQnPMBCoGYhRaNxyyY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxhUVAXEdVvYDDqrz3aeR0Yc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxlf4y_3s5bcYyyLIFUSWYUU.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxnywqdtBbUHn3VPgzuFrCy8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxl2umOyRU7PgRiv8DXcgJjk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}/* Tooltipster */
.tooltipster-default {	border-radius: 5px; border: 2px solid #000;background: #4c4c4c;	color: #fff;}
.tooltipster-default .tooltipster-content {	font-family: Arial, sans-serif;	font-size: 14px;
    line-height: 16px;	padding: 8px 10px;	overflow: hidden;
}
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {}
.tooltipster-icon {cursor: help;margin-left: 4px;}
.tooltipster-base {
    padding: 0;	font-size: 0;line-height: 0;position: absolute;	left: 0;
    top: 0;	z-index: 9999999;pointer-events: none;	width: auto;	overflow: visible;
}
.tooltipster-base .tooltipster-content {overflow: hidden;}

.tooltipster-arrow {display: block;	text-align: center;	width: 100%;	height: 100%;
    position: absolute;	top: 0;	left: 0;	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {display: block;	width: 0; 	height: 0;	position: absolute;}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;	border-right: 8px solid transparent !important;
    border-top: 8px solid;	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;	border-right: 9px solid transparent !important;
    border-top: 9px solid;	bottom: -7px;
}.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
     border-left: 8px solid transparent !important;	border-right: 8px solid transparent !important;
     border-bottom: 8px solid;	top: -7px;
 }
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;	border-right: 9px solid transparent !important;
    border-bottom: 9px solid;	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;right: 0;margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {	left: 6px;}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {left: 5px;}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {right: 6px;}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {	right: 5px;}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;	border-bottom: 8px solid transparent !important;
    border-left: 8px solid;	top: 50%;
    margin-top: -7px;	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;	border-bottom: 9px solid transparent !important;
    border-left: 9px solid;	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;border-bottom: 8px solid transparent !important;
    border-right: 8px solid;	top: 50%;
    margin-top: -7px;	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;	border-bottom: 9px solid transparent !important;
    border-right: 9px solid;	margin-top: -8px;
}
.tooltipster-fade {
    opacity: 0;	-webkit-transition-property: opacity;	-moz-transition-property: opacity;
    -o-transition-property: opacity;	-ms-transition-property: opacity;	transition-property: opacity;
}
.tooltipster-fade-show {opacity: 1;}
.tooltipster-grow {	-webkit-transform: scale(0,0);	-moz-transform: scale(0,0);
    -o-transform: scale(0,0);	-ms-transform: scale(0,0);	transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;	-moz-transition-property: -moz-transform;	-o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;	transition-property: transform;	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
    -webkit-transform: scale(1,1);	-moz-transform: scale(1,1);	-o-transform: scale(1,1);
    -ms-transform: scale(1,1);	transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}.tooltipster-swing {
     opacity: 0;
     -webkit-transform: rotateZ(4deg);	-moz-transform: rotateZ(4deg);
     -o-transform: rotateZ(4deg);	-ms-transform: rotateZ(4deg);
     transform: rotateZ(4deg);
     -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property: -moz-transform;
     -o-transition-property: -o-transform;
     -ms-transition-property: -ms-transform;
     transition-property: transform;
 }
.tooltipster-swing-show {
    opacity: 1;	-webkit-transform: rotateZ(0deg);	-moz-transform: rotateZ(0deg);	-o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);	transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}.tooltipster-fall {
     top: 0;
     -webkit-transition-property: top;	-moz-transition-property: top;
     -o-transition-property: top;	-ms-transition-property: top;
     transition-property: top;
     -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
     -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
 }
.tooltipster-fall-show {}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;	-moz-transition-property: all;
    -o-transition-property: all;-ms-transition-property: all;
    transition-property: all;top: 0px !important;	opacity: 0;
}
.tooltipster-slide {	left: -40px;
    -webkit-transition-property: left;	-moz-transition-property: left;
    -o-transition-property: left;	-ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;	-moz-transition-property: all;
    -o-transition-property: all;	-ms-transition-property: all;
    transition-property: all;	left: 0px !important;
    opacity: 0;
}

.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);	-moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);	-ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.tooltipster-light {border-radius: 5px; border: 1px solid #144788; background: rgba(7, 65, 137, 0.90); color: #fff;}
.tooltipster-light .tooltipster-content {text-align: left; font-family: 'Open Sans', Segoe UI, tahoma, verdana; font-size: 10pt; color: #fff; line-height: 18px; padding: 8px 10px;}

/* Hints */
.tooltipster-content a		{font-family: 'Open Sans', Segoe UI, tahoma, verdana; font-size: 10pt; color: #87C2FD; text-decoration: underline;}
.tooltipster-content a:hover	{font-family: 'Open Sans', Segoe UI, tahoma, verdana; font-size: 10pt; color: #619EDC;}
.hint_icon, .hint_icon_info	{display: inline-block; width: 10px; height: 10px; margin: -1px 0;}
.hint_icon			{background: url(/www-img/web/gui/hint_icon_10.png) no-repeat; }
.hint_icon_info		{background: url(/www-img/web/gui/hint_info.png) no-repeat; }/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/www-img/web/interface/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/www-img/web/interface/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/www-img/web/interface/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 100000;
    background: url('/www-img/web/interface/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}body {
    background-color: #ffffff; padding: 0; margin: 0; text-align: center; width: 100%;
    font-family: "Open Sans", "Helvetica Neue", Segoe UI, Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.4;
    font-size: 12pt;
}

h1 {
    color: #333;
    clear: both;
    display: inline;
    font-family: 'Exo 2', Trebuchet MS, Segoe UI, Tahoma;
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 27pt;
    line-height: 41px;
}
h2 {
    font: bold 21pt/32px 'Open Sans', sans-serif;
    margin-bottom: 0;
    color: #444;
    clear: both;
    display: inline;
}
.blog_content h4 {
    color: #444;
}

.blog_main, .blog_main iframe {max-width: 748px;}
a {font-size: 12pt; color: #1485e4;	text-decoration: none; }
a.image_overflow {
    max-width: 748px;
    overflow: hidden;
    display: inline-block;
}
.blog_content img[style] {max-width: 748px !important;}

.exo, .exo:hover    {font-family: 'Exo 2', Trebuchet MS, Segoe UI, sans-serif;}
.ease_io            {-moz-transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;}
.ease_io_slow       {-moz-transition: all 400ms ease-in-out; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.ease_opacity       {-moz-transition: opacity 200ms ease-in-out; -webkit-transition: opacity 200ms ease-in-out; transition: opacity 200ms ease-in-out;}
.border_radius      {-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}

div#cover_bg.std    {background-image: url(/www-img/web/blog/blog_top_pic.jpg);}
.div_middle	.in		{margin-bottom: 0;}

/* page width */
.center_div	.in {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
}

.simple_instructions .title 	{font: 19px/24px 'Exo 2', sans-serif; font-weight: bold; color: #444444;}

.blog_wrapper		{width: 100%; border: 0;}
.blog_wrapper.flex	{display: flex; flex-wrap: wrap;}
.blog_wrapper .category_content	{padding: 0 18px;}
.blog_main			{text-align: left; padding-top: 36px; padding-bottom: 18px; padding-right: 18px; vertical-align: top; float: left;}
.blog_main h1		{text-transform: uppercase;}
.blog_main h2		{color: #444444; font-size: 18pt; font-weight: 600; text-transform: uppercase;}
.blog_title			{font: 600 15pt 'Open Sans', 'Exo 2', Trebuchet MS, Segoe UI, Tahoma; color: #074189; line-height: 20px; text-decoration: none;}
.blog_title:hover	{font: 600 15pt 'Open Sans', 'Exo 2', Trebuchet MS, Segoe UI, Tahoma; color: #074189; line-height: 20px; text-decoration: underline;}
.blog_category h1	{font:bold 18pt 'Exo 2', Segoe UI, Tahoma,Verdana,Segoe,sans-serif; color: #444444;}
.blog_category		{margin-bottom: 7px; padding-bottom: 12px; border-bottom: #dddddd 1px dotted;}

.blog_entry_ft_rt	{text-align: right; margin-top: 18px;}
.blog_entry_ft_lt	{text-align: left; margin-top: 3px; margin-bottom: 18px;}
.blog_content, 
.blog_content p,
.blog_content div,
.blog_content td,
.blog_content span	{font-size: 12pt; color: #333333; font-weight: normal; line-height: 1.6;}
.blog_content h3	{font: 19px/32px 'Exo 2', sans-serif; font-weight: bold; color: #444444;}
.blog_sidebar		{vertical-align: top; margin-top: 36px; float: right;}
.blog_sidebar .bsbt_tl	{color: #444444; font-size: 18pt; font-weight: 600; text-transform: uppercase; line-height: 38px; display: block; margin: 0 0 18px;}

.blog_search {clear: none;}
.blog_search .wiz_content_input {
    width: 336px;
    padding: 9px;
    background: no-repeat;
    font-size: 12pt;
    font-family: 'Open Sans';
}
.blog_search .wiz_btn {margin: 0 -54px;}
.blog_search .wiz_btn button {
    border: none; cursor: pointer; width: 54px; line-height: 40px; background: none;
}
.blog_search .wiz_btn button:hover {background: rgba(208, 208, 208, 0.74);}
.blog_search .wiz_btn img {width: 16px;}
.blog_sb_option		{padding: 0 0 36px; width: 318px; margin-bottom: 30px;}
.blog_sb_option.gr_bg {background: #f9f9f9; padding: 18px; width: 336px;}
.blog_sb_option.bbtm {border-bottom: 1px solid #bbb;}
.blog_sb_option .entry_image {width: 58px; height: 54px; margin-right: 7px; border: 0; padding: 0; margin-bottom: 14px;}
.blog_sb_option .entry_image img {width: 46px;}
.blog_sb_option .post_c {width: 298px; margin-bottom: 18px;}
.blog_postdate, .blog_postdate a {font-size: 10pt !important;}
.blog_content		{overflow: visible; padding-top: 0; margin-bottom: 12px;}

.blog_sidebar .sb_rt {text-align: right}
.blog_sidebar .sb_btn {
    color: #1485E4;
    border: 2px solid;
    font-size: 13pt;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.blog_sidebar .sb_btn:hover {
    color: #fff;
    background: #1485E4;
    border-color: #1485E4;
}

.blog_sidebar .rrup_i {
    float: left;
    width: 100%;
    margin: 0 0 36px 0;
    text-align: left;
    min-height: 322px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}
.blog_sidebar .rrup_i:hover {
    background: #e9e9e9;
}
.blog_sidebar .rrup_i span.n {
    display: block;
    font-weight: 600;
    font-size: 14pt;
    text-transform: uppercase;
    margin: 18px 18px 0;
    line-height: 26px;
    color: #323232;
}
.blog_sidebar .rrup_i span.d {
    display: block;
    font-weight: 500;
    font-size: 11pt;
    margin: 0 18px 18px;
    line-height: 26px;
    color: #323232;
}
.rrup_i:hover, .rrup_i:hover span {
    color: #323232;
    text-decoration: none;
}
.blog_sidebar .rrup_i img {
    width: 252px;
    height: 108px;
}
.blog_sidebar .rrup_i_bg {
    width: 100%;
    height: 159px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: right;
    border-bottom: 1px solid #ddd;
}

.div_middle ul li	{font-size: 12pt; padding-bottom: 5px; margin: 3px 14px; /*list-style-image: url('/www-img/web/gui/nd_2014/bullet_b.png');*/}

.blog_cats {
    background: #f9f9f9;
    padding: 13px 18px 0;
    margin: 36px 0 18px;
}
.blog_cats .bc_wrap {
    max-width: 764px;
    display: inline-block;
}
.blog_cats a {
    float: left;
    margin: 0 13px 8px 0;
    background: #378ffb;
    border: 2px solid #378ffb;
    color: #fff;
    padding: 0 18px;
    cursor: pointer;
    display: inline-block;
    line-height: 37px;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: 600;
}
.blog_cats a:hover {
    background: #fff;
    color: #378ffb;
    text-decoration: none;
}

.div_middle ol li	{font-size: 11pt; padding-bottom: 5px; margin: 3px 3px;}
.div_middle ol	    {padding-left: 8px;}
/*.div_middle .blog_content ul li	{list-style-image: url('/www-img/web/gui/nd_2014/bullet_b_sm.png');}*/
ul ul				{margin-left: 18px}
.rep_title			{padding-top: 14px; font:bold 14pt Segoe UI, Tahoma,Verdana,Segoe,sans-serif; color: #555555;}

.breadcrumbs.h_title {color: #333; font-size: 13pt; display: inline-block; text-align: right;}
.breadcrumbs.h_title a.h_title {display: inline;}

.wiz_content_table {border: 0;}
.wiz_content_table td {height: 34px;}

.blog_post.std_list {
    float: left;
    width: 31%;
    margin: 36px 36px 0 0;
    text-align: left;
    min-height: 322px;
    background: #fff;
    border: 1px solid #ccc;
}

.blog_post.std_list:nth-child(3n) {
    margin-right: 0;
}

.blog_post.std_list.flex,
.blog_post.std_list.flex:nth-child(3n){
    float: none;
    margin: 18px auto;
}

.blog_post .rrbp_i_bg {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    text-align: right;
}

.blog_post h2 a {
    font-weight: 600;
    font-size: 14pt;
    text-transform: uppercase;
    line-height: 26px;
    color: #323232;
    display: inline-block;
    margin: 18px 0 2px;
}

.blog_post .post_header img {
    background: #d4d4d4;
    background-size: cover;
    height: 200px;
    max-width: 100%;
    border: 0;
    float: left;
}

.blog_post .bpl_wrap {
    padding: 0 18px;
}
.blog_post .bpl_wrap.fixed_h {min-height: 646px;}
.blog_post .ps_desc {
    font-size: 11pt;
    line-height: 22px;
    /*border-bottom: 1px solid #ccc;*/
    padding: 0 0 18px;
    margin: 0 0 18px;
}
.blog_post .ps_desc ul li {font-size: 11pt;}
.post_author {clear: both;}
.post_author .post_ava {float: left; margin: -41px 0 0 18px;}
.post_author .blog_postdate	 {margin: 4px 10px 36px 0; float: right;}
.blog_postdate .author_name {max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

/* subscribe form */
#mc_embed_signup {background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
.subscribe_form.blog_sb_option, .blog_sb_option #mc_embed_signup {background: #f9f9f9; text-align: center}
.blog_sb_option #mc_embed_signup_scroll {text-align: center;}
#mc-embedded-subscribe-form input[type=checkbox]{display: inline; width: auto;margin-right: 10px;}
#mergeRow-gdpr {margin-top: 20px;}
#mergeRow-gdpr fieldset label {font-weight: normal;}
#mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0;padding-bottom:0;}
.subscribe_form #mc_embed_signup .button {
    background: #378ffb;
    border-color: #378ffb;
    color: #fff;
}
.subscribe_form #mc_embed_signup .mc-field-group input[type="checkbox"] {width: auto; display: inline-block;}
.subscribe_form #mc_embed_signup .mc-field-group {min-height: unset; margin: 0; padding-bottom: 6px;}
.subscribe_form.blog_sb_option #mc_embed_signup .mc-field-group {margin: 0 auto; font-size: 9pt;}
.subscribe_form #mc_embed_signup form {padding: 0;}
.subscribe_form #mc_embed_signup .mc-field-group label {display: none;}
.subscribe_form #mc_embed_signup .mc-field-group label.checkbox {display: block;}
/* subscribe form */

.blog_paging {
    text-align: center; margin: 0 auto 78px;
}
.blog_paging .grid_paging_found {
    display: none;
}

.post_content		 {float:left; width: 696px; clear: both;}
.post_content p		 {margin: 0;}
.post_content .ps_desc 		 {margin-top: 4px; font-size: 11pt;}

.post_footer {clear: both; margin: 18px 0; padding: 18px 0 0; border-top: 1px solid #ccc;}
.post_footer a.cta_btn {display: block; text-align: center; font-size: 12pt;}
.post_footer .pu       {margin: 0; padding: 4px 10px; color: #0D5AB8; background: #f3f3f3; font: normal 11pt/20pt 'Exo 2', Segoe UI, Tahoma,Verdana,Segoe,sans-serif;}

.blog_author {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden; clear: both;
}
.author_story		 {line-height: 18px; width: 65%;}
div.author_story	 {font-size: 10pt;}
.author_twitter { margin: 4px 0; }
div.author_about {
    color: #aaa;
    margin: 0 0 10px;
    font-size: 14pt;
    font-weight: 600;
    text-transform: uppercase;
}
.author_story .ba_title, .author_story .ba_title a {font-size: 10pt; font-weight: bold;}
.entry_image {width: 72px; height: auto; margin-right: 14px; padding: 1px;}
.entry_image img {
    max-width: 72px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.blog_author .entry_image { width: 180px; text-align: center; margin-right: 24px; }
.blog_author .entry_image img { width: 144px; max-width: 144px; }

.wiz_content_input 		 {font-size:10pt; padding: 5px; color: #555; border: #ddd 1px solid; display:inline; margin-bottom:2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.wiz_content_input:hover {border: 1px solid #ccc;}

.avatar-badge 	{
	width: 26px;
	margin-left: 1px;
	margin-top: 0;
	text-align: center; 
	display: inline-block;
}
.avatar-badge div.av_in {height: 26px; background-image: url('/www-img/web/SE_icons/rankranger.png'); background-repeat: no-repeat; background-position: 10% 42%;}

.section.lblue .wrap.mar36 {
    padding: 36px 0;
}
.text.software_promo {
    text-align: center;
}
.section .text .promo {
    font-size: 20pt;
    text-transform: uppercase;
    line-height: 44px;
}
.text div.promo_img {
    float: right;
    background-image: url('/www-img/web/blog/marketing_dashboards.png'); background-repeat: no-repeat;
    display: block;
    width: 390px;
    height: 285px;
    margin: -134px 0 0;
}
.lblue .software_promo em {
    color: #fff;
}

.relart_wrap {
    text-align: center;
    margin: 54px 0 36px;
    min-width: 824px;
}
.relart_wrap .relart_title {
    color: #333;
    font-size: 27pt;
    padding: 27px 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}
.relart_wrap .rel_art_i {
    float: left;
    width: 30%;
    margin: 0 36px 36px 0;
    text-align: left;
    border: 1px solid #bbb;
    min-height: 322px;
}
.relart_wrap .rel_art_i:nth-child(5) {
    clear: both;
}
.relart_wrap .rel_art_i:last-of-type {
    margin: 0;
}
.relart_wrap .rel_art_i span {
    display: block;
    font-weight: 600;
    font-size: 14pt;
    text-transform: uppercase;
    margin: 22px;
    line-height: 26px;
    color: #323232;
    max-height: 80px;
    overflow: hidden;
}
.rel_art_i:hover, .rel_art_i:hover span {
    color: #323232;
}
.relart_wrap .rel_art_i img {
    width: 252px;
    height: 108px;
}
.relart_wrap .rel_art_bg {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    text-align: right;
}
.relart_wrap .rel_art_bg .rel_art_inimg {
    width: 144px;
    height: 84px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 8px 8px 0 8px;
    border: 4px solid #fff;
}

/*
	Profile Page
*/
.profile_main_block {padding: 12px; float: left; width: 100%; margin-bottom: 10px; padding-left: 0;}
.profile_info_block {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 12px;
	padding-left: 0;
	float: left;
	width: 758px;
	margin-bottom: 10px;
}
.profile_user_details {float: left; margin: 3px 0 0 8px;}
.pb_fulln {font-size: 20px; font-weight: bold; margin-bottom: 7px;}
.pb_job   {font-size: 12px; font-weight: normal; margin-bottom: 7px; color: #777;}
.pb_comp  {font-size: 14px; font-weight: normal;}
.pb_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}
.pb_desc {font-size: 14px; font-weight: normal; margin-bottom: 14px;}
.pb_social {font-size: 14px; font-weight: normal; margin-bottom: 6px;}

.bt_left	{float: left; width: 446px;}
.bt_right	{float: right; margin-right: 2px;}

div.social_list	{margin-bottom: 18px; float: none;}
div.social_list a {margin-left: 8px;}
div.social_list a:first-child {margin-left: 0;}
iframe.fb_box		{border:none; overflow:hidden; width:250px; height:70px; margin-left: -10px;}

.blog_paging .grid_paging_found {display: none;}

/******
*
* Help Search
*
******/
div.search_results .in {text-align: left;}
div.search_results .in .features {width: auto;}
div.search_results.serps .in .features {margin: 20px 0 0 0;}
div.search_results.serps .in .features .features_title_1 {margin-bottom: 18px;}
div.search_results.serps li {line-height: 22px;}
div.search_results .in .post_content {max-width: 360px; margin: 0 0 8px;}
div.search_results .cse_docs {float: left; width: 526px;}
div.search_results .cse_docs .serp {color: #545454; font-size: 13px; border-bottom: 1px solid #ececec; margin: 0 0 18px; padding: 0 0 5px;}
div.search_results .cse_docs .serp .blog_cite {color: #006621; font-size: 13px;}
div.search_results .cse_docs .serp li a {font-size: 13px;}
div.search_results .cse_blog {float: right; width: 438px;}
div.search_results .cse_blog .blog_title  {font-size: 13pt; line-height: 21px;}
.cse_blog .blog_post {border-bottom: 1px solid #ececec; margin: 0 0 18px; padding: 0 0 18px;}

.didyoumean a {font-style: italic; font-weight: bold;}
.didyoumean div.did_title {display: inline; color: #dd4b39;}

/* pagination */
.paging_icon {
    border: 1px solid #898788;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    line-height: 28px;
    padding: 0 4px;
    margin: 0 7px;
    font-weight: 600;
}
.paging_icon:hover {background: #e0e0e0;}
.icon_next_page::before {content: '>'; font-weight: 800;}
.icon_next_page.iflip_h::before {content: '<'}

/* blog headers */
div#cover_bg div.text > div.title, div#cover_bg div.text > h1.title {line-height: 65px;}
.top_cover_bg {}
.dv_sec_title {
    display: block;
    max-width: 1200px;
    margin: 10px auto;
    text-align: right;
}

.dv_sec_title .h_title {
    color: #333;
    font-size: 11pt;
    font-weight: 500;
    width: auto;
    display: inline-block;
}

@media (max-width: 1280px)
{
    .blog_main, .blog_content {max-width: 960px; overflow: hidden;}
}

@media (max-width: 1200px)
{
    .blog_sidebar {display: none;}
    .blog_wrapper {padding: 0 18px; width: auto;}
    .blog_post .bpl_wrap.fixed_h {min-height: max-content;}
    .blog_post.std_list {
        float: none;
        clear: both;
        width: 100%;
        margin: 18px auto;
        display: block;
    }
}

@media (max-width: 1080px)
{
    .blog_content, .dv_sec_title {margin: 0 18px 0 18px;}
    .blog_main, .blog_content {max-width: 840px;}
    .post_content {width: 570px;}
    .div_middle	.in, .dv_sec_title, .relart_wrap {width: auto; min-width: initial;}
    .blog_content img[style] {width: auto !important; max-width: 818px !important;}
}

@media (max-width: 1040px)
{
    .post_content {width: 498px;}
    .blog_cats {text-align: center;}
    .blog_cats a {display: inline-block; float: none;}
    .blog_search {float: none; margin: 0 auto; clear: both; display: inline-block; padding-top: 18px;}
}

@media (max-width: 970px)
{
    .post_content, .profile_info_block {width: auto;}
    .profile_info_block {margin: 0 5px 0 5px;}
    .blog_sidebar {display: none;}
}

@media (max-width: 890px)
{
    .blog_content {max-width: 700px; font-size: 14pt;}
    a, a:hover {font-size: 14pt;}
    .author_story {width: auto;}
    .post_author .blog_postdate {float: left;}
    .blog_content img[style], .blog_main iframe {max-width: 678px !important;}
    .blog_cats a {font-size: 10pt;}
}

@media (max-width: 768px)
{
    .blog_content img[style], .blog_main iframe {max-width: 95% !important;}
}

@media (max-width: 680px)
{
    .blog_main, .blog_content {max-width: 640px;}
    .text div.promo_img {float: none;}
    .relart_wrap {margin: 0 18px;}
    .relart_wrap .rel_art_i {
        float: none;
        clear: both;
        width: 100%;
        margin: 18px auto;
        display: block;
    }

    div#cover_bg div.text > div.title, div#cover_bg div.text > h1.title {
        font-size: 36pt;
        line-height: 40px;
        min-height: 90px;
    }

    div#cover_bg.std {
        height: 214px;
    }

    .dv_sec_title {text-align: center}
    .social_list.share_buttons.social_fixed {display: none;}
}

@media (max-width: 620px)
{
    .blog_main, .blog_content {max-width: 580px;}
    #bcf_table td {width: auto !important;}
    #bcf_table td input {max-width: 90px;}
    .blog_cats a {display: none;}
}

@media (max-width: 540px)
{
    .blog_main, .blog_content {max-width: 440px;}
}

@media (max-width: 440px)
{
    .blog_main, .blog_content {max-width: 360px;}
    .text div.promo_img {display: none;}
    .blog_search .wiz_content_input {width: 200px}
    .paging_wrap_rt a.n, .paging_link {display: inline-block;}
}

@media (max-width: 360px)
{
    .blog_content {max-width: 310px; overflow: hidden;}
    .wiz_content_input {width: 80px}
    .post_content {width: 320px;}
    .blog_entry_ft_rt {width: 310px;}
    .blog_entry_ft_rt .f_right {clear: both; float: left; margin: 18px 0;}
}

/******
*
* main_v1.css
*
******/
ul.social_list.share_buttons {margin: 0;}
.social_list.share_buttons {
    width: auto;
    height: auto;
    float: left;
    margin-top: 0;
}
.social_list.share_buttons.social_fixed {
    position: fixed;
    width: 41px;
    top: 235px;
    right: 100px;
}

.social_list.vert li, .social_list.vert a {float: none;}
.social_list li {
    list-style-type: none;
    float: left;
    list-style-image: none !important;
    margin: 0 7px 7px 0 !important;
}
.social_list.in_post li {
    margin: 0 24px 7px 0 !important;
    transform: scale(1.2);
}

.social_list a:hover {opacity: 1;}
@media (max-width: 1080px)
{
    .social_list.share_buttons.social_fixed {
        right: 18px;
    }
}

/* blog bottom paging */
.paging_wrap_rt {
    float: right;
    padding: 0 2px 0 0;
}

.paging_wrap_rt a.n, .paging_link {
    background: #f4f4f4;
    font-weight: bold;
    padding: 2px 5px;
    margin: 0 0 0 2px;
    text-decoration: none;
    color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.paging_wrap_rt a.n:hover {
    background: #e3e3e3;
}

.paging_link {
    color: #fff;
    font-weight: bold;
    background: #818088;
}


/* help page header */
.blue_bg_noise {
    background-image: url(/www-img/web/homepage/2018/top_picture.jpg);
    background-position: center;
    margin-bottom: 50px;
}

.blue_bckg {
    background-color: #295ea0;
}

.dv_section.blue_bckg {
    margin-bottom: 50px;
}

.help_center .help_wheel {
    background-image: url('/www-img/web/gui/nd_2014/screenshots/support_features.png');
    background-position: 674px 148px;
    background-repeat: no-repeat;
    display: inline-block;
}

/* help page - titles updates */
.features span {
    font-family: Segoe UI, Tahoma,Verdana,Segoe,sans-serif;
    font-size: 13pt;
    color: #333333;
    line-height: 21px;
    display: block;
}

.features span.features_title_1, .features div.features_title_1 {
    font-size: 20pt;
    font-family: 'Exo 2', Trebuchet MS, Segoe UI, Tahoma;
    font-weight: 700;
}
.features_page .dv_section .features a {
    font-size: inherit;
}

div.cse_blog div.features h3,
div.cse_docs div.features h3 {
    font-size: inherit;
    color: inherit;
}

.features_title_2 h2 {
    font-family: inherit;
    display: inherit;
    margin: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

.features_page .dv_section .title {
    font-size: 25pt;
    font-weight: 700;
    margin-bottom: 4px;
    text-align: center;
    margin-top: 50px;
    letter-spacing: 1px;
}

.blue_bckg a, .blue_bckg div, .blue_bckg li {
    color: #fff;
}

.dv_section h1 {
    font-family: inherit;
    display: inherit;
    margin: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

.help_center.features_page .dv_section .subtitle.wide {
    max-width: 850px;
}

div.subtitle {
    font-family: 'Exo 2', Trebuchet MS, Segoe UI, Tahoma;
    font-size: 13pt;
    font-weight: 700;
    color: #ffffff;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
}
#search_cse_form {
    text-align: center;
}
#search_cse {
    display: inline-block;
    color: #ffffff;
}

#search_cse a,
#search_cse td,
#search_cse p,
#search_cse span,
#search_cse div {
    color: #ffffff;
}

#search_cse .features_title_1 {
    font-size: 16pt;
}
#search_cse input[type=text] {
    font-size: 12pt;
    padding: 10px;
}

#search_cse a.cta_btn.cyan {
    font-size: 15pt;
    font-weight: 600;
    padding: 0 10px;
    line-height: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: -2px;
}div.mobile_menu_items {
    display: none;
}

@media (max-width: 1500px) {
    #custom_suite_bg {
        background-size: 54%;
        background-position: right top;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 1440px) {
    .social_list.share_buttons.social_fixed {
        right: 32px;
    }
}
@media (max-width: 1160px)
{
    #custom_suite_bg {background-size: 42%;}
    div#cover_bg div#screen {margin-right: 38px;}
    div.section .wrap, header .wrap   {margin: 0 18px 0 18px; width: auto;}

    div.section .content div.info {padding: 2px 0 30px 0;}
    div.section .content div.img, div.section.gray .content div.img {float: none; margin: 0 auto; height: 280px; display: none;}

    div#content.std .text .info {
        display: block;
        float: none;
        margin: 0 auto 18px !important;
    }

    div#content.std div.scr_img {
        display: block;
        float: none;
        margin: 18px auto 0;
        overflow: hidden;
    }

    div.section.trial_bg {
        padding-bottom: 36px;
        background-size: 158% 100%;
    }
    div.section.trial_bg .content div.info {
        padding: 54px 0 0 0;
    }

    h1, h2, h3,
    div.section .info .t {line-height: 1.2;}
    h1.xt, h2.xt {font-size: 32pt;}

    .rcard {width: 50%}
    .rcard::before {background-position: 12% 85%;}

    .scr_wrapper, .scr_sin_wrapper {float: none; margin: 0 auto 18px !important;}
    .scr_sin_wrapper img {width: 95%;}
}

@media (max-width: 1080px)
{
    .social_list.share_buttons.social_fixed {
        right: 18px;
    }
    .social_list a {
        opacity: 0.4;
    }
    h2.ctitle {line-height: 54px}
}

@media (max-width: 768px)
{
    #custom_suite_bg {
        background-image: none !important;
    }
    .div_footer.bgd_footer {    background-repeat: repeat;}
    body:after {
        content: 'mobile';
        display: none;
    }

    div#content.std div.scr_img {
        transform: scale(0.6);
    }

    .mobile_menu_items {
        display: none;
        width: auto;
        right: 0;
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        margin: -28px 18px 0 0;
        overflow-y: scroll;
        height: 360px;
    }

    .mobile_menu_items.open {
        display: block;
    }

    .mobile_menu_items ul {
        line-height: 36px;
        margin: 0;
    }

    .mobile_menu_items li {
        text-align: left;
        list-style-type: none;
        margin: 0;
    }
    .mobile_menu_items li em {
        color: #fff;
        padding: 0 18px;
        font-weight: bold;
    }
    .mobile_menu_items li a em {
        padding: 0;
    }
    .mobile_menu_items li b {
        display: block;
        color: #fff;
        padding: 0 0 0 8px;
        font-size: 13pt;
        font-weight: 600;
        text-transform: uppercase;
        background: rgba(1, 52, 86, 0.82);
    }
    .mobile_menu_items li a {
        display: block;
        color: #fff;
        padding: 0 18px;
    }
    .mobile_menu_items li a:hover {
        display: block;
        color: #fff;
        padding: 0 18px;
        text-decoration: none;
    }
    .mobile_menu_items li a:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    div#cover_bg div.text .sub_title, div#cover_bg .yellow_btn.f_right {float: none; display: block;}
    div#cover_bg div#screen {float: none; margin: 18px auto; padding-top: 0.1px;}

    div#cover_bg div.text .title {font-size: 36pt; line-height: 40px;}
    div#cover_bg div.text .sub_title {font-size: 18pt; line-height: 28px;}
    div#cover_bg.std div.text {margin: 14px 0 0 28px;}

    header .content {line-height: 70px;}
    header .wrap .logo img {height: 26px;}
    .mobile_menu {display: inline-block;}
    header .wrap .menu > a {display: none;}

    .footer_2 div.copyright {
        float: none;
        margin: 7px 0 0;
        line-height: 30px;
    }
    .footer_2 div.footer_logo {
        display: block;
        margin: 12px auto 0;
    }

    .ft_menu {
        float: none;
        text-align: center;
        width: auto !important;
    }
    .ft_menu .ft_smenu {width: auto; float: none;}

    .ft_menu a {
        padding: 0;
        display: block;
        float: none;
    }

    .footer_2 div.social {
        float: none;
        display: inline-block;
    }

    .inner_footer {
        display: inline-block;
    }

    span.all_rights {
        display: block;
    }

    div.social span {
        display: none;
    }

    div.section.future_bg.mini {
        height: 100%;
        padding-bottom: 36px;
    }

    div.section .content div.info {padding-top: 54px;}

    div#content.std div.section .wrap {
        padding-top: 54px;
    }

    div#content.std div.section.centered .wrap {
        padding: 54px 0 0 0;
    }

    .scr_wrapper {width: 100%; background-size: contain;}
    .scr_wrapper::before {width: 95%; background-size: contain;}
    .scr_wrapper::after {width: 95%; background-size: contain;}
    .scr_wrapper img {width: 95%;}
}

@media (max-width: 688px) {
    .rcard {width: 100% !important;}
    .custom_suite {width: auto !important;}
}

@media (max-width: 675px)
{
    div#cover_bg div#screen {display: none;}
    div#content.std div.section.white, div#content.std div.section.gray,
    div#content.std div.section.centered {min-height: initial;}
    div#content.std div.section .wrap {padding-bottom: 18px;}
    div#content.std div.section.centered .info {height: auto; margin: 0 auto 18px !important;}
    a.cta_btn {display: block}
}

@media (max-width: 545px)
{
    div#content.std div.scr_img {transform-origin: left;}
    div#cover_bg div.wrap {padding: 72px 0 0 0;}
    div#cover_bg.std div.text {margin: 0 0 0 7px;}
    div#cover_bg.std div.text h1 {font-size: 22pt;}
    div#cover_bg.std div.text .sub_title {font-size: 13pt; margin: 0 0 7px;}

    .custom_suite .title {
        line-height: 23px;
    }
}

@media (max-width: 430px)
{
    div#content.std div.section.centered div.scr_img {display: none;}
}

@media (max-width: 360px)
{
    div#content.std div.scr_img {display: none;}
    a.cta_btn {font-size: 12pt; line-height: 36px;}
    .rcard::before {width: 200px;}
    div#content.std .text .info h2 {font-size: 20pt;}
}/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/www-img/web/interface/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/www-img/web/interface/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/www-img/web/interface/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 100000;
    background: url('/www-img/web/interface/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}/*! jQuery UI - v1.10.3 - 2013-05-23 * http://jqueryui.com * Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.slider.css, jquery.ui.tabs.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px * Copyright 2013 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:0}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:400}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:400;/*margin:-1px*/}.ui-menu .ui-state-disabled{font-weight:400;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Verdana,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{/*border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121*/}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}