body {
    margin: 0 auto;
    font-size: 14px;
}

input, textarea, button, optgroup, select { 
    font-family: inherit 
}

body, button, input, select, textarea {
    color: #555;
}

a {
    text-decoration: none;
}

a, a:visited, a:hover, .fakeAnchor {
    color: #41b7d8;
}

p {
    line-height: 1.4;
    margin: 0 0 15px 0;
}

blockquote {
    line-height: 1.4;
    font-style:italic;
}

h1,h2,h3,h4,h5 {
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 125%;
}

h3 {
    font-size: 100%;
    margin: 0 0 5px 0;
}

table {
    border-collapse: collapse;
    display: inline-block;
    background-color: #FFF;
	padding: 16px;
    border-radius: 5px;
}

table.item, table.simple {
    margin-bottom: 20px;
}

table.addCopyButton {
    position: relative;
}

tr {
 	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

td, th {
    vertical-align: top;
	padding: 8px 16px;
}

th {
	color: #555;
    font-weight: normal;
	text-transform: uppercase;
    font-size: 100%;
}
[dir="ltr"] th { text-align: left; } [dir="rtl"] th { text-align: right; }

td.checkbox, th.checkbox {
    vertical-align: inherit;
}

tr.alt {
	background-color:#EEF;
}

.items {
    position: relative;
}

.elementCopyButton {
    position: absolute;
    top: 5px;
	width: 16px;
	height: 16px;
	background-color: #AAA;
	mask-size: cover;
	mask-image: url("/connect/img/player/copy.svg");
    cursor: pointer;
}
[dir="ltr"] .elementCopyButton { right: 10px; } [dir="rtl"] .elementCopyButton { left: 10px; }

label {
    display: block;
    font-size: 100%;
    margin-bottom: 2px;
}
[dir="ltr"] label { text-align: left; } [dir="rtl"] label { text-align: right; }

input[type=text], input[type=password], input[type=file], input[type=button], textarea {
}

input[type=submit] {
}

input[type=number] {
    text-align: right;
}

header {
    padding: 0;
}

header .banner {
    position:relative;
    height: 40px;
	margin:5px 25px;
}

.bannerLogo {
    margin-top:5px;
    height: 30px;
}

header .userInfo {
    position:absolute;
    white-space: nowrap;
    top:11px;
    right:0px;
    text-align:right;
}
[dir="rtl"] header .userInfo {
    left:0px;
    right:auto;
}

.learnpadByline {
    vertical-align:bottom;
    font-size:80%;
}
[dir="ltr"] .learnpadByline {
    position:absolute;
    left:377px;
    bottom: -7px;
}
[dir="rtl"] .learnpadByline {
    margin-right:-271px;
}

header .motd {
    position:absolute;
    bottom:10px;
    right:0px;
    white-space:nowrap;
}

/* Footer */

footer {
    clear: both;
	padding:20px;
	margin-top:50px;
}

footer nav {
    display:inline;
	font-size:16px;
}
footer nav h1 {
    color:#888;
    letter-spacing: 2px;
    font-size: 100%;
    text-transform: uppercase;
}
footer nav a {
    padding: 0 6px;
}

.breadcrumbDelimiter {
    color:#CCD;
}

footer nav * {
    display:inline;
}
.footerText {
	font-size:10px;
    margin-top:5px;
}


/* IE7 Hack */
.ib { display: inline-block; *display: inline !important; *zoom: 1 !important; }

/* Main menu */
header nav {
    margin-bottom: 15px;
    padding:0 25px;
    display: block;
    overflow: hidden;
    position: relative;
    background: #0c91de;
}

header nav a {
    float: left;
    color: #FFF;
    margin: 0;
    text-shadow: 0px 0px 2px black;
    font-size: 120%;
    transition: all .5s cubic-bezier(0, 0.5, 0, 1);
}
[dir="rtl"] header nav a {
    float:right;
}

header nav a {
    padding: 5px 20px;
}

header nav div.services {
    float: right;
}
[dir="rtl"] header nav div.services {
    float:left;
}

header nav a:visited {
    color: #FFF;
}

header nav a:hover,header nav a:focus {
    color: white;
    background-color: #246EA2;
}

a.navSelected,a.navSelected:visited {
    background-color: #044E82;
}

/* Manage menu */

nav.sections {
    float: left;
    display: inline;
    font-size: 16px;
    width: 140px;
    overflow: hidden;
}
[dir="rtl"] nav.sections {
    float:right;
}

nav.sections ul {
    margin-bottom: 12px;
    color:#216EBD;
}

nav.sections ul li a {
    display: inline-block;
    padding: 5px 0 5px 15px;
    min-width: 110px;
    overflow: hidden;
    text-overflow:ellipsis;
}
[dir="rtl"] nav.sections ul li a {
    padding: 5px 15px 5px 0;
}

nav.sections ul li h1 {
    min-width: 100px;
    padding: 0 0 3px 20px;
    border-bottom: 1px solid #EEE;
    margin-top: 5px;
    font-size: 100%;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow:ellipsis;
    letter-spacing: 1px;
}
[dir="rtl"] nav.sections ul li h1 {
    padding: 0 25px 3px 0;
}
/* Remove spacing for wide languages */
nav.sections:lang(ru) ul li h1  {
    letter-spacing: normal;
}


nav.sections ul li ul li a {
    color: black;
    border-inline-start: solid transparent 5px;
    opacity: 0.5;
}

nav.sections ul li a:hover,nav.sections ul li.current ul li a:hover,nav.sections ul li a:focus,nav.sections ul li.current ul li a:focus {
    background: #ffA;
    border-color:#CCC;
    outline: 0;
    opacity: 1;
}

nav.sections ul li a,nav.sections ul li ul li a {
	transition: all .5s cubic-bezier(0, 0.5, 0, 1);
}

.sections a.navSelected,.sections a.navSelected:visited {
    opacity: 1;
}

.manageMenuIcon {
    display: none;
}

/* Content */
.main {
    padding: 0 25px 0 25px;
    min-height:300px;
}

/* Makes sure main section is at least as high as any action menus */
.mainFooter {
    clear: both;
}

[dir="ltr"] .hasMenu {
    margin-left: 140px;
}
[dir="rtl"] .hasMenu {
    margin-right: 140px;
}

[dir="ltr"] .hasSidebar {
    padding-right: 220px;
}
[dir="rtl"] .hasSidebar {
    padding-left: 220px;
}

th.numeric, td.numeric, td.numeric input {
    text-align: right;
}

.numericUp {
	color: lime;
}
.numericDown {
	color: red;
}

tr.positive {
    background-color:rgba(0, 255, 0, 0.25);
}
tr.negative {
    background-color:rgba(255, 0, 0, 0.25);
}

td.icon {
    text-align: center;
}

/* Geolocation flags */
.ipFlag {
    width: 16px;
    height: 11px;
    background-color: gray;
}

.two-column div {
    margin: 1em;
    padding: 1em;
    border: solid 1px #AAA;
    border-radius: 10px;
}

.translationBar {
	position:absolute;
	right:25px;
	bottom:20px;
}

/* Containers and forms */
.container {
    position: relative;
    margin: 0;
    padding: 24px 24px 24px 24px;
    display: table;
    background-color: #FFF;
    background-clip: padding-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.container p {
    margin: 1ex 0;
}
[dir="ltr"] .container p { text-align: left; } [dir="rtl"] .container p { text-align: right; }

.forgottenPassword {
    position: absolute;
    bottom: -48px;
    right: 24px;
}

.registerNewUser {
    position: absolute;
    bottom: -48px;
    left: 24px;
}

.field {
    display: inline-block;
    white-space:nowrap;
    vertical-align:bottom;
    /* IE 7 Hack */
    *zoom:1;
    *display:inline;
    margin-bottom: 10px;
}
[dir="ltr"] .field { margin-right: 5px; } [dir="rtl"] .field { margin-left: 5px; }

input#email {
    width: 400px;
}
input#password {
    width: 200px;
}



.verticalFormInput {
    margin-bottom:5px;
}

.itemTableEntry {
    margin-top: 1em;
}

.editable {
    cursor: pointer;
    display: block;
    min-height:16px;
    background: url('editable.png') no-repeat 1px;
    background-size: 1em;
    background-position-y: top;
}
[dir="ltr"] .editable {
    padding-left: 20px;
    background-position-x: left;
}
[dir="rtl"] .editable {
    padding-right: 20px;
    background-position-x: right;
}

.editable input {
	padding:0;
    margin: -3px 0 -3px -1px;
    min-width:10em;
}

.editable select {
    margin: -3px 0 -3px -4px;
}

.editable textarea {
    margin: -4px 0 -2px -3px;
    min-width:10em;
}

.editableTextarea {
    white-space: pre-wrap;
}


.qrKeyCode {
    width: 110px;
    height: 110px;
    border:solid 5px white;
}

.sidebarContainer, .statusContainer {
    float: right;
    clear: right;
    margin-right:25px;
    margin-left:15px;
    width: 180px;
    overflow:hidden;
}
[dir="rtl"] .sidebarContainer, [dir="rtl"] .statusContainer {
    float: left;
    clear: left;
    margin-right:15px;
    margin-left:25px;
}

.sidebarContainer {
    margin-top:25px;
}

.sidebarContainer h1 {
    overflow:hidden;
    text-overflow: ellipsis;
}

.sidebarContent, .statusContent {
    text-align: center;
    padding: 10px 15px 15px 15px;
}

.statusContent {
	display:none;
	z-index:999;
	position:relative;
	overflow-x:auto;
    margin-bottom:15px;
}

.statusContentCloseButton {
	position:absolute;
	top:5px;
	width:16px;
	height:16px;
    cursor: pointer;
}
[dir="ltr"] .statusContentCloseButton {
	right:5px;
}
[dir="rtl"] .statusContentCloseButton {
	left:5px;
}

.sidebarContent a, .sidebarContent form {
    display: block;
    margin-bottom: 10px;
}

.sidebarContent h1 {
    margin-bottom: 10px;
}

.sidebarContent h2, .sidebarContent h3 {
    margin-bottom: 5px;
}

.sidebarQrKey {
    margin-top: 15px;
}

.sidebarContent .qrKeyCode {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.yellowSticky {
    background-color: #F0F0FF;
	border:solid 2px #BBC;
	border-radius:8px;
}

.expandoHead {
    cursor: pointer;
}
.expandoHead:before {
    content: "+";
    border: solid #555 1px;
    display: inline-block;
    padding: 1px 2px;
    font-size: 10px;
    width: 6px;
    text-align: center;
    line-height: 8px;
    vertical-align: middle;
}
.expanded:before {
    content: "-";
}

.expandoContent {
    display: none;
}

.expanded + .expandoContent  {
    display: inline-block;
}


.dialogForm {
    display: none;
}

.dialogForm input {
}

.dialogProgressBar {
    width: 100%;
}

/* Activities, Categories, and Profiles */

.activityList, .categoryList, .profileList, .customSkuList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.activityList a, .activityList a:visited, .categoryList a, .categoryList a:visited, .profileList a, .profileList a:visited, .customSkuList a, .customSkuList a:visited {
	color:#555;
}

.activityList a:hover, .categoryList a:hover, .profileList a:hover, .customSkuList a:hover {
    color: #99A;
}

.activityList li, .profileList li, .categoryList li, .customSkuList li {
    display: inline-block; *zoom:1; *display: inline;
    vertical-align: top;
    text-align: center;
    position:relative;
}

.activityList {
	font-size:11px;
}

.categoryList {
	font-size:14px;
}

.profileList {
	font-size:18px;
}

.customSkuList {
	font-size:18px;
}

/* Wrapper for content icons  */
.contentImageContainer {
    /*background-color:rgba(255, 0, 0, 0.25);*/
	/* Prevent white-space messing up the layout (0px seems to give an offet) */
	font-size:1px;
    text-align:center;
    position:relative;
}

.contentTypeIcon {
    position:absolute;
    bottom:0;
    right:-16px;
    width:16px;
    height:16px;
    opacity:0.25;
}

.contentTypeIconInline {
    width:16px;
    height:16px;
    opacity:0.25;
}

.flashTypeIcon {
    position:absolute;
    bottom:0px;
    right:-16px;
    width:32px;
    height:32px;
    opacity:1;
}

/* Shrink when in a tablet layout */
.tablet .flashTypeIcon {
    width:16px;
    height:16px;
}

.activityList li {
    width: 100px;
    margin: 0 2px 8px 2px;
    overflow:hidden;
}

.activityList li .contentImageContainer {
    width: 64px;
    height: 64px;
    line-height:64px;
    margin: 0 auto 4px auto;
}

.contentImageContainer img {
    max-width: 100%;
    max-height: 100%;
	min-width: 16px;
	min-height: 16px;
    vertical-align: middle;
}

.categoryList li {
    width: 152px;
    margin-bottom:10px;
}

.categoryList li .contentImageContainer {
    width: 100px;
	height: 100px;
	line-height:100px;
    margin: 0 auto 4px auto;
}

.categoryList img {
    max-width: 100%;
    max-height: 100%;
    min-width: 32px;
    min-height: 32px;
	vertical-align: middle;
    margin: auto;
}

.profileList li {
    width:256px;
    margin:0 0 15px 0;
    position:relative;
}
[dir="ltr"] .profileList li { margin-right:15px; }
[dir="rtl"] .profileList li { margin-left:15px; }


.profileList .profileWallpaper {
    width: 256px;
    height: 184px;
    margin: 0 auto 4px auto;
	z-index:10;
    border:solid 1px #DDD;
}

.customSkuList li {
    width: 152px;
    margin-bottom:10px;
}
.customSkuList img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 4px auto;
}


.profileName {
    display:block;
    z-index:20;
}


/* Tablet styling */

.tablet {
    display: inline-block; *display: inline !important; *zoom: 1 !important;
    vertical-align:top;
    margin-bottom: 20px;
    text-align: center;
    padding: 22px 0 0 22px;
    width: 490px;
    min-height: 362px;
    position:relative;
}

.tabletWithBorder {
    border: solid 32px #F3F3F4; /* Black: #222  */
    border-radius: 32px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3), inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tabletWallpaper {
    position:absolute;
    top:0;
    left:0;
    width:512px;
    height:384px;
	z-index:-1;
    background-color:#555;
}

.tabletForCategories {
    padding-top: 40px;
    min-height: 344px;
}

.tablet .activityList, .tablet .categoryList, .connectedSortable, .dropTarget {
    min-height: 74px;
}

.sorttable_indicator {
    color: #AAA;
}

/* Tablet styling: Activities */

.tablet .activityList li, .recycleArea .activityList li, .tablet .tabletActivityTarget {
	float:left;
    border: dashed 2px transparent;
    border-radius: 8px;
    width: 68px;
    height: 55px;
    padding: 0 3px 8px 0;
    overflow:hidden;
}

.tablet .activityList .contentImageContainer, .recycleArea .activityList .contentImageContainer {
    width: 32px;
    height: 32px;
	line-height:32px;
}

.tablet .tabletActivityTarget {
	border-color: #99A !important;
}

.tablet .activityList a {
    color: #000;
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
}

.tablet .activityList a:hover {
    color: #557;
}

/* IE hacks */
.lt-ie10 .tablet .tabletActivity a {
    background-color:#AAA;
    background-color:rgba(255, 255, 255, 0.2);
}

/* Tablet styling: Categories */

.tablet .categoryList li, .tablet .tabletCategoryTarget {
	float: left;
    padding-bottom:25px;
    height:128px;
    border: dashed 2px transparent;
    border-radius: 8px;
	overflow:hidden;
}

.tablet .tabletCategoryTarget {
    border-color: #DDF !important;
}

.tablet .categoryList a {
    color: white;
    text-shadow: 0 0 10px black, 0 0 10px black, 0 0 10px black;
}

.tablet .categoryList a:hover {
    color: #DDF;
}

/* Override for default JQuery UI shade color: https://stackoverflow.com/a/5584035/671393 */
.ui-widget-overlay {
  opacity: .50 !important; /* Make sure to change both of these, as IE only sees the second one */
  filter: Alpha(Opacity=50) !important;
  background: rgb(50, 50, 50) !important; /* This will make it darker */
}

/* Fix for odd JQuery sortable issue: http://forum.jquery.com/topic/connecttosortable-fails-when-sortable-list-is-floated */
.tablet .activityList:after, .tablet .categoryList:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
}

.silentDropTarget {
    border: dashed 2px transparent;
    border-radius: 8px;
}

.dropTarget {
    border-color: #DDF;
}


.recycleArea {
    display:inline-block;
    vertical-align:bottom;
}

#recycling {
    background: url('/img/drawer.png') no-repeat center top;
    width: 152px;
    height: 62px;
}

#recycling .tabletActivity, #recycling .tabletActivityTarget, #recycling .tabletCategory, #recycling .tabletCategoryTarget {
    float: none;
    margin: 0 auto;
}

.tabletAlert {
	margin-bottom:20px;
	text-align:center;
	background:url('/img/alert-large.png') no-repeat top center;
	padding:48px 5px 5px 5px;
	border:solid #FDD 2px;
	border-radius:8px;
	color:red;
}


/* Image previews and pick lists */

.imagePreviewList, .imagePickList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.imagePreviewList li {
    display: inline-block;
    /* IE7 inline-block hack */
    *zoom:1; *display: inline;
    width: 132px;
    margin-bottom:8px;
    overflow: hidden;
	text-align: center;
    vertical-align: bottom;
}

.imagePreviewList img {
    max-width: 128px;
    max-height:128px;
	min-width: 32px;
    padding: 2px;
    vertical-align: middle;
}

.imagePickList a {
    display:inline-block;
    height: 100px;
    width: 140px;
	text-align: center;
    margin-bottom:8px;
}

.imagePickList img {
    max-width: 128px;
    max-height:128px;
    min-width: 32px;
    padding: 2px;
    vertical-align: middle;
}

.imageSelectionForm, .imagePreview {
	background-image:url('/img/Checker-16x16.png') !important;
}

.undersized {
    opacity:0.25;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.purchaseButton {
    width: 100%;
    padding: 20px 10px;
    font-size: 125%;
}

/* Profile list extras */

.profileList .qrKeyCode {
    display:none;
}
.profileList .profileInfoBar {
    display:none;
}
.profileList .profileCategories {
    display: inline-block;
    width:256px;
    height: 173px;
    padding:6px 13px;
	position:absolute;
	overflow: hidden;
	top:0;
    z-index:25;
}
[dir="ltr"] .profileList .profileCategories { left: 0; text-align: left; }
[dir="rtl"] .profileList .profileCategories { right: 0; text-align: right; }

.profileCategories {
    margin:0;
}
.profileCategories li, [dir="ltr"] .profileCategories li, [dir="rtl"] .profileCategories li {
    width:50px;
	height:50px;
    padding:24px 12px 0px 12px;
	margin:0;
}
.profileCategories li .contentImageContainer {
	line-height:50px;
    margin: 0 auto;
}

.profileCategories li img {
    max-width:100%;
    max-height:100%;
    min-width: 16px;
    min-height: 16px;
    margin: 0 auto;
}

.profileList .profileName {
    width:256px;
}

/* Poster mode */

.poster li {
    min-width:inherit;
    width: 1024px;
    height: 940px;
    margin:0px;
    color:black;
}
[dir="ltr"] .poster li { text-align: left; } [dir="rtl"] .poster li { text-align: right; }

.poster .profileWallpaper {
    width: 1024px;
    height: 768px;
	border:none;
    position:absolute;
}

.poster .profileName {
    position:absolute;
    width:680px;
    font-size:65px;
    color:black;
    top:790px;
    line-height:65px;
    left:20px;
}

.poster .profileOrganization {
	/* Hidden for now */
	display: none;
    position:absolute;
    font-size:30px;
    bottom:45px;
    left:25px;
    z-index:20;
}

.poster .profileOrganization a,  .poster .profileOrganization a:before, .poster .profileOrganization a:after{
    color:black;
    content: none;
}

.poster .profileInfoBar {
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width: 1024px;
    height: 180px;
    z-index:5;
}

.poster .qrKeyCode {
    display:inline;
    position:absolute;
    z-index:30;
    right:30px;
    bottom:30px;
    width:256px;
    height:256px;
    border-width:16px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}

.poster .profileCategories {
    display: inline-block;
    width:1024px;
    padding:24px 52px;
    position:absolute;
    top:0;
    left:0;
    z-index:25;
}
[dir="ltr"] .poster .profileCategories { text-align: left; } [dir="rtl"] .poster .posterCategories { text-align: right; }

.poster .profileCategories li .contentImageContainer {
    width:200px;
    height:200px;
	line-height:200px;
}
.poster .profileCategories li img {
    min-width:128px;
	min-height:128px;
}
.poster .profileCategories li {
    width:200px;
    height:200px;
    padding:96px 48px 0 48px;
}


/* Object selection */

.objectSelect {
    width:71px;
    height:71px;
    cursor:pointer;
}

.breakout {
    display:inline-block;
    border:solid 2px #DDD;
    border-radius:16px;
    padding:15px;
    margin-bottom:20px;
    vertical-align:top;
}

.mediumHand {
    display:inline-block;
    background:url('/img/hand-medium.png') no-repeat 0px 3px;
    min-width:24px;
    min-height:27px;
    vertical-align:bottom;
    margin-left:6px;
    *display: inline !important; *zoom: 1 !important;
}

.tinyHand {
    display:inline-block;
    background:url('/img/hand-small.png') no-repeat 0px 3px;
    min-width:13px;
    min-height:16px;
    *display: inline !important; *zoom: 1 !important;
}

.tagName {
    display: inline-block;
    width: 10em;
    margin: 1px 0 1px -3px;
    padding: 0 0 0 5px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tagsMenuTitle a {
    display:inline-block;
}

.noSelection {
    -webkit-user-select: none;
    user-select: none;
}
.allowSelection {
    -webkit-user-select: text;
    user-select: text;
}

.noborder {
    border:none;
    box-shadow:none;
}
.alert {
    background:url('/img/alert.png') no-repeat left top, url('/img/alert.png') no-repeat right top;
    padding-left:20px;
    padding-right:20px;
    margin:0 -8px;
	min-width:16px;
    min-height:16px;
}
.nowrap {
	white-space: nowrap;
}
.helpHeading {
	background:url('/img/help.png') no-repeat top right;
	background-size:24px;
	min-height:24px;
}
[dir="rtl"] .helpHeading { background: url('/img/help-rtl.png') no-repeat top left; background-size:24px; }

.menuReference {
    font-weight: bold;
}
.propertyReference {
    font-style: italic;
}
.buttonReference {
    font-style: italic;
}
.uploadAnimation {
	text-align: center;
	padding:2em 0;
}


/* Search Bar */

.searchElement {
    width: 150px;
    vertical-align: bottom;
    margin-end: 10px;
    /* IE7 inline-block hack: http://flipc.blogspot.co.uk/2009/02/damn-ie7-and-inline-block.html */
    zoom:1; *display: inline;
}
[dir="ltr"] .searchElement { margin-right: 10px; } [dir="rtl"] .searchElement { margin-left: 10px; }

.searchElement select {
    width: 150px;
}
.searchElement input[type=text], .searchElement input[type=number] {
    width:146px;
}

.gradientBackground {
    width:100%;
    z-index:-100;

    background: transparent url("/img/gradient-background.png") repeat-x;

    background-image: linear-gradient(bottom, #FFFFFF 50%, #EEEEFF 90%);
    background-image: -o-linear-gradient(bottom, #FFFFFF 50%, #EEEEFF 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 50%, #EEEEFF 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, #EEEEFF 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 50%, #EEEEFF 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.5, #FFFFFF),
        color-stop(1, #EEEEFF)
    );
}

/* Screenshots */
.screenshot {
    margin-bottom: 20px;
    max-width: 400px;
    max-height: 200px;
    cursor:pointer;
    vertical-align:top;
}
[dir="ltr"] .screenshot { margin-right: 20px; }
[dir="rtl"] .screenshot { margin-left: 20px; }

/* Lightbox */
.lightbox {
    position:fixed;
    /* Hack for Android 4.3 and below */
    -webkit-transform:translateZ(0);

    float:none;
    background-color:white;
    top:5%;
    left:0;
    right:0;
    margin:-10px auto;
    padding:10px;
	z-index:20;
    display:none;
    cursor:pointer;
    max-width:90%;
    max-height:90%;
}
#blur {
    position:fixed;
    /* Hack for Android 4.3 and below */
    -webkit-transform:translateZ(0);

    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:10;
    display:none;
}

.searchCombo {
    margin-bottom:5px;
}
.managePriceBlock {
   display:inline-block;
   min-width:8em;
}
.mapThumbnail {
    width:300px;
	display:block;
}
.expired {
    color:red;
}

/* File Upload */

.uploadform {
    margin-bottom:4px;
}
.uploadprogressbar {
    position: relative;
    min-height:16px;
    margin-bottom:4px;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    border: solid 1px #aaa;
 }
.uploadprogressbarvalue {
    background: #ccf;
    postion:absolute;
    height:16px;
    width:0%;
}
.uploadprogressbartext {
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    font-size:10px;
    top:2px;
    left:8px;
 }
.uploadthumbnail {
    margin: 18px 8px 8px 8px;
    min-height:32px;
    min-width:32px;
    max-height:128px;
    max-width:128px;
}
.droptarget {
   border:2px dashed transparent;
   min-height:45px;
   padding:5px;
   margin:-5px;
}
.draghighlight {
  border-color:gray;
  background-color:rgba(200, 255, 200, 0.75);
}
.dragadvertise {
  border-color:gray;
  background-color:rgba(255, 255, 255, 0.5);
}

.waitIcon {
    display:inline;
    width:36px;
    height:36px;
	margin:10px 10px;
}
.waitIconSmall {
    display:inline;
    width:1em;
    height:1em;
	margin:0 1ex;
}

.contentHeading, #searchResultsTarget h2 {
    border-bottom:solid 1px #DDD;
}
.imageTitle {
    font-size:75%;
}
.stepComplete {
    text-decoration: line-through;
	opacity:0.75;
}
.skippedtranslation {
    background-color:rgba(255, 255, 128, 0.25);
}
.error {
    color:red !important;
    user-select: all;
}
.warning {
    color:darkorange;
    user-select: all;
}
.ignore {
    color:lightgray;
}
.success {
    color:green;
}
.recentOrganizations {
    margin: 0;
    padding: 0 1.5em;
}
.recentOrganizations li {
    color: #41b7d8;
    cursor:pointer;
}
.activityIconSmall {
    width:32px;
    height:32px;
}
.passwordText {
    text-security:disc;
    -webkit-text-security:disc;
    -moz-text-security: disc;
}
.deviceAlertFlag {
    height: 1em;
    width: 1em;
    padding-left: 1ex;
    cursor: initial;
    float: right;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  border: none;
  text-shadow: 1px 1px 3px #666666;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 10px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.material-icons {
	height: 2em;
	opacity: 0.5;
}

.translationHighlight {
    cursor: pointer;
    background: rgba(255, 255, 0, 0.25) !important;
}

.translationHighlight:hover {
    background: rgba(255, 255, 0, 0.75) !important;
}

.fullWidthBox {
    box-sizing: border-box;
    width: 100%;
}

.emailVerificationBadge {
    display: inline-block;
    padding: 2px 8px;
    color: #888;
    margin: 0 5px;
    border-radius: 5px;
}

.emailIsVerified {
    background-color: #DFD;
}

.emailIsNotVerified {
    background-color: #FDD;
}

.fileHash {
    color: #AAA;
    font-size: 10px;
    white-space: nowrap;
    font-family: monospace;
}

@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }  
@keyframes fadeInOut {
    0% { opacity: 0; }
    10% { opacity: 1; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}