/*! Add css rules here for your application. */

/*!
* last edited: Sat Feb 06 13:26:21 2016 UTC
*  https://duckduckgo.com/?q=unix+timestamp&t=ffab&ia=answer
*/

/*!
* Download fonts from Google Web Fonts
* https://www.google.com/fonts/#UsePlace:use/Collection:Oxygen:400,700|Oswald:700
*/
/* @import url(https://fonts.googleapis.com/css?family=Oxygen:400,700|Oswald:700&subset=latin,latin-ext); */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,latin-ext);

.deprecated{
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: .67em 0;
	font-size: 2em;
}

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
  *:before,
  *:after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	a,
  a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
  a[href^="javascript:"]:after {
		content: "";
	}

	pre,
  blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
  img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
  h2,
  h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
  h3 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}

	.btn > .caret,
  .dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
  .table th {
		background-color: #fff !important;
	}

	.table-bordered th,
  .table-bordered td {
		border: 1px solid #ddd !important;
	}
}
/*! END OF normalize.css */
/*! **********************/



/*!
 * Some Bootstrap v3.3.6 inits codes
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

[role="button"] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 1.42857143;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}

blockquote footer:before,
blockquote small:before {
	content: '\2014 \00A0';
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.smalldate {
	color: inherit;
	font-size: 13px;
}

table {
	background-color: transparent;
	background-color: #f5f5f5;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}

th {
	text-align: left;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

input[type="search"] {
	-webkit-appearance: none;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}
/*! END OF Bootstrap inits */
/*! ************************/

/*!
 *  NOTE: 
 *        normalize.css & Bootstrap inits can be removed when used Bootstrap.css completely.
 */





/*! ANDROIDLOST
*******************/

/*!
 *  Material Design 2.2 by Google - http://zavoloklom.github.io/material-design-iconic-font/icons.html
 *  License: SIL OFL 1.1 - http://scripts.sil.org/OFL (Icons: Attribution-ShareAlike 4.0 International license, CSS: MIT License)
 */
@font-face {
  font-family: 'Material-Design';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/fonts/Material-Design-Iconic-Font.eot?v=2.2.0') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.menuholder a:before,
.sublink a:before,
div.feature h2:before,
.warning:before
{
	font: normal normal normal 14px/1 'Material-Design';
    font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}


body
{
    overflow-x: hidden;
	color: #333;
	background-color: #eeeeee;
    padding: 0px 10px 10px 10px;
}

a
{
	color: #333;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a:visited
{
	color: #666;
}


/*! CENTER CONTAINERS
***********************/
#wrapper,
#topofscreen,
#topbanneradd
{
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}


/*! NOTIFICATION 
***********************/
#topofscreen
{
	position: fixed;
	width: auto;
	z-index: 100;
   	margin-left: 50%;
	transform: translateX(-50%);
}

#notification
{
	position: absolute;
	border-radius: 5px;
}

#notification > div
{
	border-radius: 5px;
	position: relative;
    color:white;
	background-color: #70ad60;
	padding: 10px;
	margin: 2px -8px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	z-index: 99;
}

/*! TOP BANNER 
***********************/
#topbanneradd
{
	text-align: center;
	background-color: white;
    padding: 0;
    overflow: hidden;
}

#topbanneradd .adsbygoogle
{
    background-color: white;
    margin-left: 50%;
	transform: translateX(-50%);
}

#topbanneradd .adsbygoogle,
#topbanneradd .adsbygoogle *
{
    max-width: 890px !important;
    max-height: 90px !important;
}

/*! RIGHT BANNER 
***********************/
#banner
{
    position: absolute;
    top: 280px;
    right: 0;
}
#banner2 {
    position: absolute;
    top: 915px;
    right: 0;
}

/*! TOP BAR MENU
***********************/
.topbar
{
    display: inline-block;
    width: 100%;
	min-width: 320px;
    max-height: 33px;
	background: #5f5f5f;
    padding-left: 10px;
	padding-right: 10px;
}

.topbarright
{
	float: right;
}

.topbarright a
{
	color: #e4e4e4;
    padding: 0 8px !important;
}

.topbarright a:hover
{
	color: #fff;
}

/*! if we float right the menu will come out in reverse order!*/
.topbarright .right
{
	position: relative;
	float: left;
    padding: 0;
    height: 34px;
    line-height: 34px;
}

.flag
{
	position: relative;
	float: right;
	cursor: pointer;
	margin: 0;
    padding: 9px 3px;
}

.flagnoclick
{
	margin: 5px;
	position: relative;
	float: right;
}


/*! LOGO
***********************/
.logo
{
	position: absolute;
	margin: 0;
}

.logo img
{
	width: 70px;
	height: auto;
}

.titleheader
{
	float: left;
	margin: 24px 0 10px 80px;
	font-family: inherit;
	font-weight: 700;
	line-height: 1;
}

/*! LOG-IN PANEL
***********************/
.loginpanel
{
	overflow: visible;
	position: relative;
	float: right;
	clear: none;
	right: -8px;
	margin-top: 37px;
	padding: 0;
	min-width: 300px;
	max-width: 410px;
	height: 88px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	background-color: #FFF;
}

.loginpanel > div:first-child
{
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    padding: 6px 15px;
    float: none;
}

.loginpanel .gwt-ListBox
{
    position: absolute;
    left: 0;
    margin-top: 43px;
    margin-left: 14px;
    height: 32px;
    max-width: 185px;
    background-color: rgba(255,255,255,0.75);
}   

.loginpanel .gwt-Label
{
    float: left;
    padding-top: 5px;
    margin-right: 10px;
	font-weight: 500;
}

.loginpanel .gwt-HTML
{
	font-weight: 500;
	padding: 1px 5px;
	margin-top: 1px;
	margin-left: 2px;
	background-color: rgba(255,255,255,0.5);
    border-radius: 4px;
}

.loginpanel .gwt-HTML br
{
	content: " ";
}

.loginpanel .gwt-HTML br:after
{
	content: " ";
}

.loginpanel .gwt-Anchor
{
	display: inline-block;
	float: right;
	margin-left: 10px;
	padding: 0 8px;
	height: 29px;
	line-height: 29px;
	min-width: 80px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #3079ed;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
}

.loginpanel .gwt-Anchor:hover
{
	border: 1px solid #2f5bb7;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #357ae8;
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);
}

.loginpanel .gwt-Anchor:active
{
	background-color: #357ae8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);
	-webkit-box-shadow: inset 0 1px 2px rgb	a(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.logout
{
	position: relative;
	float: left;
	margin-top: 5px;
}

.logout + div
{
    position: absolute;
    right: 0;
    margin-top: 39px;
    margin-right: 12px;
}

.settings
{
	position: relative;
	float: right;
	cursor: pointer;
	margin: 4px;
}



/*! MAIN
***********************/
.main
{
	margin-left: auto;
	margin-right: 300px;
	clear: both;
}

/*! should change the class in HTML */
/*!
table.center
{
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}
*/

.main table
{
	table-layout: fixed;
}

.submenu:not(:empty) + table table tr
{
	display: inline-block;
	vertical-align: top;
}

.main h1
{
	margin: 5px 0 15px;
}

.main .gwt-Label
{
	font-weight: 400;
	color: rgba(0,0,0,0.6);
}


/*! MAIN MENU
***********************/
.menuholder
{
	overflow: visible;
	margin-top: 4px;
	float: left;
	clear: left;
}

.menuitem,
.menuitemselected
{
	float: left;
	background-color: #e6e6e6;
	font-weight: 500;
	padding: 0;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5), 0px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5), 0px 1px 3px 0px rgba(0,0,0,0.5);
}

.menuitem:hover,
.menuitemselected
{
	background-color: #fff;
}

.menuitem + .menuitem,
.menuitem + .menuitemselected,
.menuitemselected + .menuitem
{
	margin-left: 0;
}

.menuitem a,
.menuitemselected a
{
	display: block;
	box-sizing: border-box;
	padding: 6px 3px;
	width: 125px;
	text-decoration: none;
}

.menuholder a
{
	display: block;
	min-width: 80px;
	text-align: center;
	color: #333;
}

.menuholder a:visited
{
	color: #333;
}

.menuholder a:before
{
	display: block;
	text-align: center;
	padding-bottom: 4px;
}

.menuholder a[href="#features"]:before
{
	content: "\f328";
}

.menuholder a[href="#getstarted"]:before
{
	content: "\f2f5";
}

.menuholder a[href="#controls_Basic"]:before
{
	content: "\f2c5";
}

.menuholder a[href="#sms"]:before
{
	content: "\f265";
}

.menuholder a[href="#logs"]:before
{
	content: "\f10c";
}


/*! FEATURES
***********************/
.feature
{
	max-width: 100%;
	min-width: 480px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
	padding: 0;
}

/*  Controls Items - Box Style  */
.submenu:not(:empty) + table .feature
{
    min-height: 150px;
}

.feature tr
{
	display: table-row !important;
}

.feature tr:first-child
{
	height: 5%;
}

.feature tr:first-child td:first-child
{
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.15);
}

.feature table tr:first-child td:first-child
{
	-webkit-box-shadow: none;
	box-shadow: none;
}

.feature h2
{
	color: rgba(0,0,0,0.8);
	padding: 10px 0px 0px 0px;
}

.feature .gwt-HTML,
.feature .gwt-Label
{
	font-weight: 400;
	color: rgba(0,0,0,0.6);
}

.feature .gwt-HTML
{
	padding: 0px 15px 0px 15px;
}

.feature .gwt-Label,
.feature tr + tr + tr td
{
	padding: 15px 15px 0px 15px;
}

.feature tr:last-child td
{
	padding: 10px 15px 15px 15px;
	vertical-align: bottom !important;
}

.feature table tr:last-child td
{
	padding: 0;
}

.feature img.padding
{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.feature table {
	width: 100%;
}

.feature table td {
	width: auto;
}

.feature table td + td
{
	width: 155px;
}

.feature input[type="text"],
.feature .gwt-ListBox,
.feature .gwt-CheckBox
{
	display: inline-block;
	margin: 0;
	outline: none;
	padding: 6px 12px;
	font-weight: normal;
	line-height: 1.42857143;
	color: #555;
	background-color: transparent;
	background-image: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.feature input[type="text"],
.feature .gwt-ListBox
{
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.feature input[type="text"]:focus
{
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #4caaff;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #4caaff;
}

.feature input, 
.feature select
{
	margin-top: 10px;
	padding: 0 4px;
}

.feature input[type="text"]
{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.feature .gwt-CheckBox
{
	width: 100%;
}

.feature .gwt-CheckBox label
{
	width: 90%;
	float: left;
	padding-left: 6px;
	margin-top: 2px;
	font-weight: normal;
}

.feature input[type="checkbox"]
{
	float: left;
	margin-top: 0;
	width: 28px;
	height: 28px;
}

.feature .textinput
{
	width: 90%;
}

.feature .gwt-ListBox
{
	margin-left: 20px;
	padding: 2px 10px;
	font-weight: 500;
}

.feature table .gwt-ListBox
{
	position: absolute;
	margin-top: -90px;
}

.feature .gwt-Anchor,
.gwt-Button
{
	color: #fff;
	background-color: #4d90fe;
	margin-top: 0;
	margin-left: 10px;
	padding: 5px 10px;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 3px rgba(0, 0, 0, 0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.gwt-Button:hover
{
	background-color: #3e74ce;
}

.gwt-Button:active
{
	border: 1px solid rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.0) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.0) 100%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.0) 100%);
}

.gwt-Button
{
	float: right;
	min-width: 140px;
	text-transform: uppercase;
}

.feature .gwt-Anchor
{
	display: inline-block;
	margin-left: 50%;
	transform: translateX(-50%);
}


/* CSS for the New DOM */

div.feature .content
{
    	padding: 0px 20px 20px 20px;
}

div.feature h2
{
    padding-left: 20px;
    padding-bottom: 10px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.15);
}

div.feature input[type="text"],
div.feature select,
div.feature .gwt-CheckBox
{
    margin-top: 20px !important;
}

div.feature .buttons
{
    margin-top: 20px;
    text-align: right;
}

div.feature .gwt-Button
{
    float: none !important;
}

div.feature.erase-sd-card h2,
div.feature.wipe-phone h2
{
    background-color: #ff6565;
    color: white;
}

div.feature.erase-sd-card .gwt-Button,
div.feature.wipe-phone .gwt-Button
{
	background-color: #c60101;
}

/* Controls Icons */

div.feature h2:before
{
	padding-right: 11px;
    transform: translateY(2px);
    opacity: 0.5;
}

.warning:before
{
    float: left;
	padding-right: 5px;
    transform: translateY(2px);
}

div.feature .confirm
{
    display: block;
    max-width : 360px;
    margin-bottom: 10px;
}


/* Control - Basic */
.alarm h2:before
{
    content: "\f1f9";
}

.custom-alarm h2:before
{
    content: "\f1fa";
}

.vibrate h2:before
{
    content: "\f3e7";
}

.location h2:before
{
    content: "\f1ab";
}

.low-power-email h2:before
{
    content: "\f113";
}

.wrong-pin-picture h2:before
{
    content: "\f28c";
}

/* Control - Status   */
.phone-status h2:before
{
    content: "\f2cb";
}

.sound h2:before
{
    content: "\f3bc";
}

.bluetooth h2:before
{
    content: "\f282";
}

.flash h2:before
{
    content: "\f166";
}

.gps h2:before
{
    content: "\f299";
}

.wifi h2:before
{
    content: "\f2e3";
}

.list-apps h2:before
{
    content: "\f313";
}

/* Control - Message  */
.message-popup h2:before
{
    content: "\f25a";
}

.sms-post h2:before
{
    content: "\f194";
}

.sms-inbox h2:before
{
    content: "\f180";
}

.message-picture h2:before
{
    content: "\f25e";
}

.boot-message h2:before
{
    content: "\f260";
}

.overlay-message h2:before
{
    content: "\f266";
}

/* Control - Security */
.screen-timeout h2:before
{
    content: "\f339";
}

.package-display h2:before
{
    content: "\f15b";
}

.lock-timeout h2:before
{
    content: "\f334";
}

.sim-card-owner h2:before
{
    content: "\f28d";
}

.lock-phone h2:before
{
    content: "\f191";
}

.unlock-phone h2:before
{
    content: "\f18f";
}

.erase-sd-card h2:before
{
    content: "\f28f";
    opacity: 1 !important;
}

.wipe-phone h2:before
{
    content: "\f2ca";
    opacity: 1 !important;
}


/* Control - Mobile   */
.text-to-speech h2:before
{
    content: "\f214 \f261";
}

.dial-phone h2:before
{
    content: "\f155";
}

.hangup-phone h2:before
{
    content: "\f2b4";
}

.call-list h2:before
{
    content: "\f202";
}

.browser-history h2:before
{
    content: "\f173";
}

.sound-recording h2:before
{
    content: "\f2ab";
}

.front-camera h2:before
{
    content: "\f286";
}

.rear-camera h2:before
{
    content: "\f289";
}

.polling-service h2:before
{
    content: "\f3ec";
}


/* Control - Backup   */
.backup-browser h2:before
{
    content: "\f13c";
}

.backup-sms h2:before
{
    content: "\f150";
}

.backup-contacts h2:before
{
    content: "\f14b";
}

.backup-sounds h2:before
{
    content: "\f14c";
}

.backup-photos h2:before
{
    content: "\f140";
}

.backup-photos-ftp h2:before
{
    content: "\f13f";
}

.ftp-settings  h2:before
{
    content: "\f156";
}


/* Control - Premium  */
.content-browser h2:before
{
    content: "\f21a";
}

.app-launcher h2:before
{
    content: "\f1ea";
}

.contact-search h2:before
{
    content: "\f1c1";
}

.capture-screenshot h2:before
{
    content: "\f1e8";
}

.reboot-phone h2:before
{
    content: "\f1b8";
}

.shutdown-phone h2:before
{
    content: "\f1af";
}

/* warning icon */
.warning:before
{
    content: "\f1f4";
}



/*! SUB MENU - CONTROLS
***********************/
.main > div:first-child
{
	display: inline-block;
	background-color: #FFF;
	border-radius: 2px;
	border-top-left-radius: 0;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}

.sublink
{
	float: left;
	margin: 0;
	padding-bottom: 1px;
	transition: ease-in-out .2s;
}

.sublink a
{
	display: block;
	text-align: center;
	width: 90px;
    padding: 10px 0px 1px 0px;
}

.sublinkselected
{
	text-decoration: none;
	background-color: #fff;
}

.sublinkselected a
{
	text-decoration: none;
}

.sublink a:before
{
	display: block;
	text-align: center;
	padding-bottom: 2px;
}


.sublink a,
.sublink a:hover
{
	text-decoration: none !important;
}

.sublink-basic a:before
{
	content: "\f175";
}

.sublink-status a:before
{
	content: "\f1f8";
}

.sublink-messages a:before
{
	content: "\f263";
}

.sublink-security a:before
{
	content: "\f1c8";
}

.sublink-mobile a:before
{
	content: "\f2c8";
}

.sublink-backup a:before
{
	content: "\f1d2";
}

.sublink-premium a:before
{
	content: "\f27d";
}

.sublinkselected a,
.sublink a:hover,
.sublink a:active
{
	-webkit-box-shadow: 0px 3px 8px -2px rgba(0,0,0,0.5) inset;
	box-shadow: 0px 3px 8px -2px rgba(0,0,0,0.5) inset;
}

.sublinkselected a
{
	background-color: rgba(157, 211, 255, 0.09);
}



/*! LOGS
***********************/
.popup
{
	color: black;
	background-color: #FF0000;
	width: 350px;
	padding: 5px;
}

.popupbuttons
{
	width: 300px;
	padding-top: 15px;
	padding-left: 70px;
}

.pointer
{
	cursor: pointer;
}


table.topbar
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: silver;
}

td.tdtopbar
{
	float: right;
	height: 25px;
}

td.tdbanner
{
	padding-top: 170px;
}

table colgroup + tbody
{
	padding: 0px;
	margin-bottom: 20px;
	display: block;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}

.tableCell-header
{
	padding: 5px;
	background: #c4c6ca;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.tableCell-header .gwt-Label
{
	font-weight: 500 !important;
}

.tableCell-even
{
	padding: 5px;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 0;
	border-bottom: 0;
}

.tableCell-odd
{
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.02);
	border: 1px solid rgba(0, 0, 0, 0.04);
	border-top: 0;
	border-bottom: 0;
}



/*! MISC
***********************/

/*! fix long URL not wrapping in IE, Safari and Chrome */
.url
{
	word-break: break-all;
}

.grey
{
	padding: 3px;
	margin-bottom: 15px;
	background-color: #D8D8D8;
}

.padding
{
	padding: 5px;
}

/*! features: youtube video 
.gwt-HTML > iframe
{
    width: 750px;
    height: 422px;
}
*/

.leftlogo
{
	display: block;
	/*! images must be set to block in order use auto margins */
	margin: 0 auto;
	/*! centers images in most browsers */
	text-align: left;
	/*! centers images in older browsers */
	width: 110px;
}

.centerlogo
{
	display: block;
	/*! images must be set to block in order use auto margins */
	margin: 0 auto;
	/*! centers images in most browsers */
	text-align: center;
	/*! centers images in older browsers */
	width: 150px;
}

.guideimg
{
	padding: 20px 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
}

h1
{
	margin: 0 0 20px;
	line-height: 1;
	font-weight: 700;
	text-align: left;
}

h2
{
	margin: 5px 0px 8px;
}

h3
{
	margin: 14px 4px 3px;
	padding: 0px;
}

.sendButton
{
	display: block;
}

.glass
{
	background-color: #000;
	opacity: 0.3;
	filter: literal("alpha(opacity=30)");
}

.serverResponseLabelError
{
	color: red;
}

/*! Set ids using widget.getElement().setId("idOfElement") */
#closeButton
{
	margin: 15px 6px 6px;
}

button:disabled
{
    -webkit-filter: grayscale(60%);
	filter: grayscale(60%);
    opacity: 0.5;
    cursor: not-allowed !important;
}


/*! POPUP DIALOG-BOX
***********************/

.gwt-PopupPanelGlass
{
    background-color: black;
	opacity: 0.4;
}

.gwt-DialogBox
{
/*    position: fixed !important;
    top: 50% !important;;
	left: 50% !important;;
	transform: translate(-50%, -50%);*/
	background-color: white;
}

.dialogVPanel
{
    margin: 0;
    padding: 0;
    border: 0;
}

.dialogContent
{
    padding: 15px;
    border-radius: 2px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3), 0 15px 30px rgba(0,0,0,.3),2px 6px 10px rgba(0,0,0,.22);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3), 0 15px 30px rgba(0,0,0,.3),2px 6px 10px rgba(0,0,0,.22);
}



/*! ICONS FX
***********************/

img[src$="btn_donate.png"]
{
    -webkit-filter: grayscale(30%);
	filter: grayscale(30%);
    margin-top: 5px;
}

img[src$="icons/settings.png"]
{
	margin-top: 5px;
}

img[src$="icons/important.png"]
{
	-webkit-filter: grayscale(30%);
	filter: grayscale(30%);
	margin-top: 5px;
}

img[src$="icons/refresh.png"]
{
    -webkit-filter: grayscale(50%);
	filter: grayscale(50%);
    width: 24px;
    height: auto;
	margin-top: 2px;
    margin-right: 5px;
}

img[src$="icons/delete.png"]
{
    -webkit-filter: grayscale(90%);
	filter: grayscale(90%);
    opacity: 0.1;
	margin-top: 5px;
    margin-left: 50%;
	transform: translateX(-50%);
}

img[src$="btn_donate.png"]:hover,
img[src$="icons/important.png"]:hover,
img[src$="icons/refresh.png"]:hover,
img[src$="icons/delete.png"]:hover
{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
    opacity: 1;
}

img[src$="icons/settings.png"]:hover
{
    -webkit-filter: brightness(105%);
	filter: brightness(105%);
    opacity: 1;
}

@keyframes spin
{
    0% {
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
    }
}

.pointer:hover img
{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
    -webkit-animation: spin 0.8s 1 ease-in-out;
    animation: spin 0.8s 1 ease-in-out;
}

.pointer:hover .gwt-Label
{
    color: black;
}


/*! TRANSITIONS SPEED
***********************/
#wrapper,
#topbanneradd,
#banner
{
	-webkit-transition: width 0.5s, height 0.5s, margin 0.5s;
	transition: width 0.5s, height 0.5s, margin 0.5s;
}
#banner2
{
	-webkit-transition: width 0.5s, height 0.5s, margin 0.5s;
	transition: width 0.5s, height 0.5s, margin 0.5s;
}

#topofscreen,
.topbar,
.logo,
.logo:before,
.logo img,
.titleheader,
.loginpanel,
.loginpanel *,
.menuitem a,
.menuitemselected a,
.main .submenu,
.sublink a
.feature,
.gwt-DialogBox
{
	-webkit-transition: all 0.5;
	transition: all 0.5s;
}

img,
.loginpanel .gwt-Anchor,
.gwt-HTML > iframe /*! youtube video */
{
	-webkit-transition: all 0.218s;
	transition: all 0.218s;
}


/*! FONTS SIZES
***********************/
body
{
	font: 400 16px/1.4 Roboto, 'Helvetica Neue', arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.loginpanel .gwt-Anchor
{
	font-size: 15px;
}

.tableCell-header .gwt-Label
{
	font-size: 15px !important;
}

.topbar,
.feature input[type="text"],
.feature .gwt-ListBox,
.feature .gwt-CheckBox
{
	font-size: 16px;
}

#notification > div,
.loginpanel .gwt-Label,
.loginpanel .gwt-HTML,
.main .gwt-Label,
.feature .gwt-HTML,
.feature .gwt-Label
{
	font-size: 17px;
}

.menuitem a,
.menuitemselected a,
.feature input, 
.feature select,
.feature .gwt-CheckBox label,
.feature .gwt-ListBox
.sendButton,
.warning:before
{
	font-size: 18px;
}

.pointer .gwt-Label
{
    font-size: 20px;
}

.feature h2,
.feature h2:before
{
	font-size: 24px;
}

div.feature h2:before
{
    font-size: 26px;
}

h1
{
	font-size: 28px;
}

.menuholder a:before
{
	font-size: 38px;
}

.sublink a:before,
.sublink-mobile a:before
{
	font-size: 36px;
}

.sublink-mobile a:before
{
    margin-top: 0;
}

.titleheader
{
	font-size: 50px;
}




/*! REPOSITIVE SETTINGS
***********************/
@media (min-width: 768px)
{
	#wrapper,
	#topofscreen,
    #topbanneradd,
    .topbar
    {
		width: 100%;
	}
}

@media (min-width: 992px)
{
	#wrapper,
	#topofscreen,
	#topbanneradd,
    .topbar
    {
		width: 970px;
	}
}

@media (min-width: 1441px)
{
	#wrapper,
	#topofscreen,
	#topbanneradd,
    .topbar
    {
		width: 1440px;
	}
}

@media (max-width: 975px)
{
	.submenu:not(:empty) + table .feature
	{
		/*width: 750px;*/
		min-height: 150px;
	}
}

@media (max-width: 940px)
{
	#banner
	{
        right:-170px;
        display:block;
	}
	#banner2
	{
        right:-170px;
        display:block;
	}

    #topofscreen
	{
        width: 95%;
        padding: 0;
    }
	
	#topbanneradd .gwt-Anchor img
	{
		width: 100%;
		height: auto;
	}
    
	.topbarright img:first-of-type
	{
		clear: right;
		margin-top: 5px;
	}

	.logo {
		 margin-top: 75px;
	}
    
	.logo img {
		width: 62px !important;
		height: auto;
	}

	.titleheader
	{
		margin-top: 90px;
        margin-left: 75px;
		font-size: 50px;
	}

	.loginpanel
	{
		position: absolute;
		left: 0;
		height: 80px;
		max-width: 100%;
        margin-top: -5px;
        margin-left: 10px;
    	margin-right: 10px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.loginpanel > div:first-child
	{
		float: right;
		padding-left: 35px;
		background-position: -29px 50%;
	}
    
    .loginpanel .gwt-ListBox
	{
		margin-top: 36px;
        margin-left: 36px;
    }

	.loginpanel .gwt-Label
	{
		float: left;
		padding-top: 1px;
		margin-right: 10px;
	}

	.loginpanel .gwt-HTML
	{
		display: inline-block;
        margin-top: -4px;
	}

	.logout
	{
		float: left;
		margin-right: 0px;
		margin-top: 0;
	}

	.logout + div
	{
        margin-top: 34px;
	}

	.logout + div img
	{
		margin-top: 3px;
	}
    
    .main
	{
		margin-right: auto;
	}

	.feature,
	.gwt-HTML > iframe,
    .main .submenu,
	.submenu:not(:empty) + table .feature
	{
		width: 100%;
	}

	.sublink a
	{
		width: 90px;
    	padding: 10px 0px 1px 0px;
	}
}

@media (max-width: 768px)
{
    #banner
	{
        display: none;
	}
    #banner2
	{
        display: none;
	}
}

@media (max-width: 710px)
{
	.sublink a
	{
        font-size:15px;
		width: 90px;
    	padding: 10px 0px 1px 0px;
	}
}

@media (max-width: 668px)
{
    .menuitem a, 
    .menuitemselected a {
        font-size: 17px;
	    width: 112px;
    }
	.sublink a
	{
        font-size:14px;
		width: 80px;
    	padding: 10px 0px 1px 0px;
	}
}

@media (max-width: 600px)
{
	.topbarright a {
		padding: 0 6px !important;
	}
    
	.logo img {
		width: 58px !important;
		height: auto;
	}

	.titleheader
	{
		margin-bottom: 5px !important;
    	margin-left: 68px !important;
		font-size: 46px !important;
	}

	.menuitem a,
	.menuitemselected a
	{
		width: 75px;
		font-size: 12px;
		font-weight: 500;
	}

	.sublink a
	{
		font-size: 12px;
		min-width: 63px;
		max-width: 63px;
		padding: 5px 0px 1px 0px;
	}
}

@media (max-width: 479px)
{
	.topbarright a
	{
		padding: 0 4px !important;
	}
	
	.menuitem a,
	.menuitemselected a
	{
		padding: 5px 0px;
		width: 65px;
		min-width: 0;
		font-size: 0px;
	}

	.sublink a
	{
		font-size: 11px;
		min-width: 56px;
		max-width: 56px;
		padding: 4px 0px 2px 0px;
	}
}

@media (max-width: 450px)
{
	.logo img {
		width: 54px !important;
	}
    
	.titleheader
	{
		margin-bottom: 8px !important;
		margin-left: 60px !important;
		font-size: 38px !important;
	}
    
    .loginpanel .gwt-HTML {
		font-size: 15px;
		margin-left: -12px;
	}
}

@media (max-width: 430px)
{
    .sublink a
    {
		font-size: 11px;
		min-width: 49px;
		max-width: 49px;
		padding: 3px 0px 1px 0px;
    }

	.sublink a:before
    {
    	font-size: 32px;
	}
    
	.sublink-mobile a:before
	{
		font-size: 36px;
    	margin-top: -2px;
	}
}

@media (max-width: 379px)
{
    .sublink a
    {
		font-size: 9px;
		min-width: 40px;
		max-width: 40px;
    }
}

@media (max-width: 365px)
{
	.logo img {
		width: 50px !important;
        margin-top: 0 !important;
	}
    
	.titleheader
	{
		margin-top: 92px !important;
		margin-bottom: 10px !important;
		margin-left: 55px !important;
		font-size: 34px !important;
	}
    
    .menuitem a, .menuitemselected a 	{
		padding: 2px 0px;
		width: 56px;
	}

    .loginpanel .gwt-HTML {
		font-size: 13px;
		margin-left: -12px;
	}
    
    .loginpanel .gwt-Anchor 	{
    	font-size: 13px;
	}
}

/*! Responsive Features for youtube video 
*/
@media(max-width:770px){.gwt-HTML>iframe{height:422px}}
@media(max-width:760px){.gwt-HTML>iframe{height:405px}}
@media(max-width:750px){.gwt-HTML>iframe{height:401px}}
@media(max-width:740px){.gwt-HTML>iframe{height:395px}}
@media(max-width:730px){.gwt-HTML>iframe{height:390px}}
@media(max-width:720px){.gwt-HTML>iframe{height:384px}}

@media(max-width:710px){.gwt-HTML>iframe{height:379px}}
@media(max-width:700px){.gwt-HTML>iframe{height:373px}}
@media(max-width:690px){.gwt-HTML>iframe{height:367px}}
@media(max-width:680px){.gwt-HTML>iframe{height:362px}}
@media(max-width:670px){.gwt-HTML>iframe{height:356px}}
@media(max-width:660px){.gwt-HTML>iframe{height:350px}}
@media(max-width:650px){.gwt-HTML>iframe{height:345px}}
@media(max-width:640px){.gwt-HTML>iframe{height:339px}}
@media(max-width:630px){.gwt-HTML>iframe{height:334px}}
@media(max-width:620px){.gwt-HTML>iframe{height:328px}}
@media(max-width:610px){.gwt-HTML>iframe{height:322px}}
@media(max-width:600px){.gwt-HTML>iframe{height:317px}}
@media(max-width:590px){.gwt-HTML>iframe{height:311px}}
@media(max-width:580px){.gwt-HTML>iframe{height:305px}}
@media(max-width:570px){.gwt-HTML>iframe{height:300px}}
@media(max-width:560px){.gwt-HTML>iframe{height:294px}}
@media(max-width:550px){.gwt-HTML>iframe{height:289px}}
@media(max-width:540px){.gwt-HTML>iframe{height:285px}}
@media(max-width:530px){.gwt-HTML>iframe{height:277px}}
@media(max-width:520px){.gwt-HTML>iframe{height:272px}}
@media(max-width:510px){.gwt-HTML>iframe{height:266px}}
@media(max-width:500px){.gwt-HTML>iframe{height:260px}}
@media(max-width:490px){.gwt-HTML>iframe{height:255px}}
@media(max-width:480px){.gwt-HTML>iframe{height:249px}}
@media(max-width:470px){.gwt-HTML>iframe{height:244px}}
@media(max-width:460px){.gwt-HTML>iframe{height:238px}}
@media(max-width:450px){.gwt-HTML>iframe{height:232px}}
@media(max-width:440px){.gwt-HTML>iframe{height:227px}}
@media(max-width:430px){.gwt-HTML>iframe{height:221px}}
@media(max-width:420px){.gwt-HTML>iframe{height:215px}}
@media(max-width:410px){.gwt-HTML>iframe{height:210px}}
@media(max-width:400px){.gwt-HTML>iframe{height:204px}}
@media(max-width:390px){.gwt-HTML>iframe{height:199px}}
@media(max-width:380px){.gwt-HTML>iframe{height:193px}}
@media(max-width:370px){.gwt-HTML>iframe{height:187px}}
@media(max-width:360px){.gwt-HTML>iframe{height:182px}}
@media(max-width:350px){.gwt-HTML>iframe{height:176px}}
@media(max-width:340px){.gwt-HTML>iframe{height:176px}}



