@CHARSET "UTF-8";

/* Login Ui */
#login-as.user-panel,
#sign-up-form.user-panel,
#login-inner-page,
.login-form {
	max-width: 400px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
}
#reset > .browser-item {
	width: 130px;
}
.field-margin {
	margin: 2px;
}
.actions > .ui-button {
	min-width: 80px;
	box-sizing: border-box;
}
#reset {
	margin-left: 0px;
	margin-right: 0px;
}
.login-icon + .field-container {
	width: 90%;
}
.form-login-item {
	overflow: auto;
}
.form-login-item .field-container .field {
	width: 100%;
}
.form-login-item.margin-top {
	margin-top: 10px;
}
#pricing > * {
	width: 49%;
}
.plan + .plan {
	margin-left: 2%;
}
#individual > .plan-header {
	background-color: #999!important;
}
.plan-container,
.plan-container > .plan {
	padding: 0px;
	overflow: hidden;
}
.plan.gray-border {
	border-color: #999!important;
}
.plan-header > .ui-button.default-button:hover {
	color:  #777!important;
	border-color: #adadad;
}
.plan-header > .ui-button.gray {
	background-color: #888!important;
	border-color: #777!important;
	color: #fff;
}
.plan-header > .ui-button.gray:hover {
	background-color: #777!important;
	border-color: #666!important;
}
.plan-header {
	padding-bottom: 20px;
}
.plan-header > .title {
	color: #fff;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	padding-top: 20px;
	font-size: 1.7em;
	padding-bottom: 5px;
	text-shadow: none;
}
.plan-header > .subtitle {
	font-style: italic;
	font-size: 1.1em!important;
	font-weight: 300;
	padding: 0 30px;
	text-shadow: none;
}
.plan-header > .pricing {
	margin-top: 25px;
	padding: 0 20px;
	line-height: 1em;
	font-size: 1.5em!important;
	text-shadow: none;
}
.plan-header > .pricing > span {
	font-size: .55em;
	font-style: italic;
}
ul.print {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
ul.print > li.chars {
	display: list-item;
	padding: 15px 20px;
	border-top: 1px solid #eee;
}
/* Login Ui END */


/* Browser */
#userscontent > #browser-content > .browser-item.item-user,
#userscontent > #browser-content > .browser-item.item-mail {
	padding-left: 25px!important;
}

/******************* Fade animations **********************/

@keyframes fadein {
	from { opacity: 0; }
	to	{ opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to	{ opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to	{ opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { filter: alpha(opacity=0);}
	to	{ filter: alpha(opacity=100);}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to	{ opacity: 1; }
}

.fadeIn {
	-webkit-animation: fadein 3s;
	-moz-animation: fadein 3s;
	-ms-animation: fadein 3s;
	-o-animation: fadein 3s;
	animation: fadein 3s;
}
/******************* Fade animations END **********************/

/* Faqs Ui */
div#faqContainer > .user-panel.box-top + .user-panel.box-top {
	margin-left: 10px;
}
div#faqContainer > .user-panel.box-top > i {
	font-size: 2.5em;
}
#get_started.box-top {
	border-top: 3px solid;
}
#faqContainer > #get_started:hover {
	border-top: 0;
}
#web.box-top {
	border-top: 3px solid;
}
#faqContainer > #web:hover {
	border-top: 0;
}
#mobile.box-top {
	border-top: 3px solid;
}
#faqContainer > #mobile:hover {
	border-top: 0;
}
#desktop.box-top {
	border-top: 3px solid;
}
#faqContainer > #desktop:hover {
	border-top: 0;
}
#admin.box-top {
	border-top: 3px solid;
}
#faqContainer > #admin:hover {
	border-top: 0;
}
#lateralNav > div.user-panel,
#lateralNav > div.user-panel.current-active,
#lateralNav > div.user-panel:hover {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	position: relative;
	margin-bottom: 1px;
	border-left-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-top-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	padding: 15px;
}
#lateralNav {
	width: 22%;
	max-width: 205px;
}
#lateralNav.vertical {
	box-sizing: border-box;
	padding: 0px;
}
#lateralNav > div.user-panel.radius-top {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#lateralNav > div.user-panel.radius-bottom {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#lateralNav > .user-panel > div.faqTitle:before {
	font-family: FontAwesome;
	content: "\f0da";
	position: absolute;
	right: 15px;
	top: 20px;
}
#lateralNav > .user-panel > i.fa-mobile.double {
	font-size: 1.7em;
	line-height: 15px;
}
#lateralNav > .user-panel > i + div {
	margin-left: 5px;
}
#contentNav {
	width: 75%;
}
.contentData > * {
	margin: 0;
	padding: 0;
}
.contentData ol {
	padding: 0px 20px;
}
#contentNav > div.user-panel {
	padding: 0;
}
#contentNav .title {
	padding: 15px 40px 15px 15px;
}
#contentNav > .user-panel > .info {
	display: none;
	padding: 20px;
}
#contentNav > div.user-panel + div.user-panel {
	margin-top: 5px;
}
#contentNav > .user-panel.showing > .info {
	display: block;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	line-height: 24px;
	cursor: default;
}
#contentNav > .user-panel.showing > .title {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#contentNav > .faq-item {
	border: 0px;
}
#contentNav > .faq-item > .info {
	border: 1px solid;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.scroll-to-top {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	background: #404040;
	border-radius: 7px 7px 0 0;
	bottom: 0;
	color: #FFF;
	display: none;
	height: 9px;
	filter: alpha(opacity=75);
	opacity: .75;
	padding: 1em 0.5em;
	position: fixed;
	right: 25px;
	text-align: center;
	text-decoration: none;
	min-width: 40px;
	z-index: 1040;
}
.scroll-to-top.reverse {
	right: auto;
	left: 25px;
}

/* Faqs Ui END */

/* Downloads Ui */

#downloading-content p,
.download-section p {
	line-height: initial;
	margin: 0 0 10px;
}

div.download-step {
	overflow: hidden;
}
div.download-step img.fullsize,
div.appimage img.fullsize {
	width: 100%;
	height: auto;
}
div.appimage {
	margin: auto;
	max-width: 400px;
	margin-bottom: 10px;
}
#download-content,
#download-content > .page-content {
	overflow: hidden;
}
#desktop-apps,
#header-extra-margin {
	margin-top: 40px;
	margin-bottom: 40px;
}
#downloads {
	overflow: hidden;
}
#web-apps,
#mobile-apps {
	margin-top: 40px;
}
#web-apps {
	margin-bottom: 40px;
}
div.footer-download-option {
	margin-top: 15px;
}
#download-content > #web-apps > div.download-info {
	width: 500px;
}
#download-content > div.header.download-section > .page-content > div.other-download-section {
	width: 475px;
}
#downloading-content > div.download-section {
	margin-top:0px;
}
div.download-section > .page-content {
	overflow: hidden;
	padding: 25px 0 35px 0;
}
.container-app-badges {
	display: block; 
	overflow: auto; 
	margin-top: 10px;
}
.container-app-badges > * {
	display: inline-block;
}
.container-app-badges > a + a {
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}
/* Downloads Ui END */

/* User info edition */
.data .passwordAbout {
	letter-spacing: 15px;
}
.user-main-data > .rTableRow > .rTableCell + .rTableCell {
	padding-left: 20px;
}
.user-main-data > .rTableRow > .rTableCell {
	border: 0;
}
#user-info-footer {
	width: 100%;
}
.fix-line {
	line-height: 32px;
}
.fix-line + .fix-line {
	margin: 0px 10px;
}
.block {
	min-width: 210px;
}

div.user-infopassword {
	position: relative;
}

div#changePass {
	padding: 5px;
	position: absolute;
	border: 2px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fff;
	z-index: 2;
}
.content-password .field-container + .field-container,
.content-email .field-container + .field-container {
	margin-top: 8px;
}
.content-password .field-container,
.content-email .field-container {
	width: 250px;
}
.content-password .field-container input,
.content-email .field-container input {
	width: 100%;
}

div.user-infopassword.edition div#changePass {
	display: block;
}

div#user-info {
	max-width: 700px;
}

#disk {
	display: none;
	max-width: 190px;
}
#disk > input {
	width: 95px;
}
.content-margin-top {
	margin-top: 15px;
}
div#extra-data.user-panel {
	min-width: 100px;
	padding: 25px 15px;
}
input.form-user,
input.user-pass {
	padding-top: 0px;
}
.form-user {
	width: 100%;
}
input.form-user:disabled {
	border-bottom: 1px solid transparent;
}
input.user-pass:disabled {
	border: 0px;
}
div.check-admin {
	padding: 5px 0px;
}
div.remove-border {
	border: 0px;
}
div.panel-title {
	font-weight: bold;
}
div.panel-r3 {
	min-width: 95px;
	display: block;
	background-color: #f0f0f0;
	text-align: center;
	padding: 5px 10px;
	max-width: 100px;
}
div.panel + div.panel {
	margin-top:15px;
}
div.panel-item {
	margin-top: 5px;
}

.title-info {
	width: 100%;
	font-size: 1.20em;
}
div.user {
	line-height: 32px;
}
div.user:hover, 
div.last:hover, 
div.item-mail:hover {
	text-decoration: none;
	cursor: default;
}
div.not-found {
	display: none;
	text-align: center;
	border-bottom: 0px;
}
div.group-function > a:hover {
	text-decoration: underline;
}
div.no-bottom-bar {
	border-bottom: 0px;
	margin-left: 10px;
	height: 20px;
}
div.no-bottom-bar:hover{
	background-color: transparent;
}
div.data {
	font-weight: normal;
}
.password-data {
	margin-top: 20px;
}
.user-pass, 
.form-user {
	height: 20px;
}
div.display-buttons {
	margin-top: 35px;
}
div.display-buttons > * {
	display: inline-block;
}
div.display-buttons > div.user-activity {
	line-height: 32px;
}
div.user-activity > a {
	text-decoration: underline;
}
div.user-activity > a:hover {
	cursor: pointer;
}
div.users-back {
	margin-top: 10px;
}
div.margin-check {
	margin-top: 20px;
	padding-left: 5px;
	overflow: hidden;
}
div.margin-check {
	padding-left: 0px;
}
div.margin-check > div.check-admin > div.item-check {
	margin-left: 10px;
}

/* Other */
#aboutForceUpdate {
	background-size: auto 65%;
	background-position: top 3px center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}
#aboutForceUpdate > .help-navigator-option {
	width: 395px!important;
	bottom: 40px;
	top: inherit;
	right: -54px;
}
#aboutForceUpdate > .help-navigator-option > .help-navigator-arrow {
	top: auto;
	bottom: -15px;
	width: auto;
	height: auto;
	background-color: transparent;
}
.about-icon .help-navigator-arrow {
	font-size: 25px;
}
.version {
	background-size: contain;
	padding-left: 15px;
	height: 30px;
	width: 30px;
	display: inline;
}
.download-now {
	margin-left: 5px;
	display: inline;
}
/* Other */
#ownInfo {
	overflow: hidden !important;
}
#password-change {
	padding: 0px 5px;
}
.ownInfo.rTable input {
	padding: 0px 5px 5px 5px;
}

#user .edit-page input[type=text] {
	text-overflow: ellipsis;
}
#edit-user-info input {
	width: 100%;
}
#edit-user-info .rTableCell {
	width: 30%;
	max-width: 240px;
}
select#language,
select#country {
	padding: 0px;
	background-size: contain;
}
select#language:disabled,
select#country:disabled {
	padding: 0px;
	border: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}
#actionConfirm {
	width: 200px;
}
.alert-result {
	margin-top: 0px !important;
}
.alert-public .alert-public-group div {
	margin-top: 5px;
}

#alert-public-email-addresses {
	overflow: auto;
	margin: 0px 0px 10px 0px;
}

.alert-public-email-address {
	padding: 5px 10px;
	border: 1px solid #bbb;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0px 3px 3px 0px;
}
.overlay .alert .alert-public-email-address a {
	text-decoration: none;
}
.ui-autocomplete {
	z-index: 999999 !important;
}

#alert-notifications-emails {
	padding: 5px;
}
#alert-notifications-emails .item-check {
	display: inline-block;
	vertical-align: middle;
}
#result.information, .alert-result, #errors.information {
	margin: 1em 0px 1em 0px;
}
.answeralert.success {
	background-color: #f2f9f9 !important;
	border-color: #008A9A !important;
	color: #008A9A !important;
}

#alert-public-password-new-value {
	border: 1px solid;
}
.item-comments .fa-lg {
	font-size: 1.3em;
	vertical-align: -10%;
}
.fa-stack.fa-lg {
	font-size: 1.1rem;
	display: none;
}
.fa.share {
	margin: 0 5px;
}
#domainusers,
#domainpermissions {
	width: 250px;
}
#new-user-form label strong + span {
	margin: 0px 5px;
	font-style: normal !important;
}
.item-comments .more-icon,
.item-comments .fa-lg {
	margin: 0px;
}
.make-user.disabled {
	color: #aaa;
	background-color: #eee !important;
	border: 1px solid;
}
.make-user.disabled:hover {
	cursor: default;
}
.resetpassword .field-container + .field-container {
	margin-top: 8px;
}
.resetpassword .field-container {
	width: auto;
	display: inline-block
}
html[dir=ltr] .resetpassword .field-container .floating-label {
	left: -2px;
	right: initial;
}
html[dir=rtl] .resetpassword .field-container .floating-label {
	right: -2px;
	left: initial;
}
.header-icon.loggedAdmin-icon + div {
	width: 85%;
}
#activityForm {
	overflow: hidden;
	padding: 10px 20% 20px 20%;
	box-sizing: border-box;
}

#activityForm .form-log-row input {
	padding: 5px 25px 5px 10px;
}
.popular {
	position: relative;
}
.popular .plan-ribbon-wrapper {
	height: 88px;
	overflow: hidden;
	position: absolute;
	right: -3px;
	top: -5px;
	width: 85px;
}
.popular .plan-ribbon {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
	background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
	background-color: #bfdc7a;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	color: #333;
	font-size: 14px;
	left: -5px;
	padding: 7px 0;
	position: relative;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	top: 15px;
	width: 120px;
}
.product-imp.popular .plan-ribbon {
	font-size: 14px;
	left: 1px;
	top: 9px;
}
.product-imp.popular .plan-ribbon-wrapper {
	top: -4px;
}
html[dir="rtl"] .product-imp.popular .plan-ribbon-wrapper {
	left: -4px;
	right: inherit;
}
html[dir="rtl"] .product-imp.popular .plan-ribbon {
	left: -4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body.info *:disabled {
	color: inherit;
} 

/* BuyIntro */
.product, .product-imp {
	width: 190px;
	border: 1px solid #d2d3d4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f9f9f9;
	padding: 10px;
	color: #87888a;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	   -moz-animation: fadein 2s; /* Firefox < 16 */
		-ms-animation: fadein 2s; /* Internet Explorer */
		 -o-animation: fadein 2s; /* Opera < 12.1 */
			animation: fadein 2s;
}
#confirmuser .product {
	margin: auto;
}
html[dir=rtl] .fa-chevron-left:before {
	content: "\f054";
}
#userchoice {
	width: 30%;
	min-width: 300px;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #DFDFDF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-top-width: 4px;
}
@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
.product-name {
	background: #87888a;
	height: 25px;
	color: #FFF;
	text-align: center;
	font-size: 1.3em;
	padding-top: 5px;
	margin: -11px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.product-price {
	margin: 10px 0px;
	text-align: center;
	padding-top: 10px;
	min-height: 60px;
}
.product-price.free {
	position: relative;
}
.product-price.free .product-info {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.product-size {
	text-align: center;
	padding-top: 10px;
	height: 50px;
}
.product-title {
	text-transform: uppercase;
}
.product-info {
	font-weight: bold;
	font-size: 1.7em;
}
.product-price .month {
	font-size: 1.4em;
	margin-top: 10px;
}
.product:hover,
.product-imp:hover {
	cursor: default;
}
.versions .undo,
.versions .confirm {
	font-size: 2em;
}
.add-comment > .more-icon + #action,
.fileversion-comment a + strong {
	margin: 0px 3px;
	color: inherit;
}
.item-comments i {
	margin-top: 5px;
}
.extra-show {
	margin-top: 10px;
}
.extra-show i {
	font-size: 1.3em;
}
.extra-show b {
	margin: 0px 7px;
	font-size: 1.1em;
	vertical-align: text-bottom;
}
.extra-show.less {
	display: none;
}
.pagination .empty {
	height: 12px;
	margin: 0px 5px;
	width: 12px;
	padding: 0px;
}
#upload,
#upload:hover,
#upload:active,
#upload:focus,
#upload input,
#upload input:hover,
#upload input:active,
#upload input:focus {
	outline: 0px solid white;
	background-color: transparent !important;
}
#upload input {
	left: 0px;
	width: inherit;
}
::-webkit-file-upload-button {
	cursor: pointer;
}
div.download-step {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
div.download-step img {
	max-width: 500px;
}
div.download-step p {
	text-align: center;
	font-size: 0.85em;
	margin-top: 5px;
}

/* Fix for iOS camera gallery */
#cameraButtonContainer {
	position: relative;
	overflow: hidden;
	direction: ltr;
	display: none;
}
#cameraButtonContainer.ios {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Arial;
	font-size: 118px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	opacity: 0;
	height: 100%;
}
#cameraButton {
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Arial;
	font-size: 118px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	opacity: 0;
}
#downloading-content h3 {
	font-weight: 600;
	margin-bottom: 10px;
}
.download-section a {
	font-weight: bold;
}
#helpAboutShare h2 {
	margin-top: 20px !important;
	color: inherit !important;
}
/* Invitations */
.invitation-step {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
.invitation-social-networks li {
	padding: 2px;
}
.invitation-step-box {
	background: #F8F8F8 url(/img/backgrounds/box.png) top left repeat-x;
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 10px;
	overflow: hidden;
}
.invitation-social-networks {
	padding: 0px;
}
.googlecontacts > i {
	left: 10px;
	font-size: 1.5em;
}
.googlecontacts {
	position: relative;
	padding-right: 20px;
	padding-left: 30px;
}
.invitation-step-first,
.invitation-step-second,
.invitation-step-third {
	background: url(/img/backgrounds/1-step.png) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 30px;
	height: 30px;
}
.invitation-step-second {
	background: url(/img/backgrounds/2-step.png) no-repeat top left;
}
.invitation-step-third {
	background: url(/img/backgrounds/3-step.png) no-repeat top left;
}
input.getShare {
	border: 2px solid #ddd;
	padding: 5px;
	width: 300px;
}
.btnclip > .vCenter {
	right: 10px;
	font-size: 1.3em;
}
.btnclip > .clipboardStatus {
	right: 30px;
}
.clipboardStatus {
	display: none;
}
.btnclip > label > i.fa-check {
	color: rgb(0,200,0) !important;
}
.btnclip > label > i.fa-exclamation-triangle {
	color: rgb(200,0,0) !important;
}
.alert-result.success .fa-warning:before {
	font-size: 1.2em;
	content: "\f05d";
}
#faq-menu-index {
	padding: 0px;
}
#faq-menu-index {
	max-width: 450px;
	width: 40%;
}
.faq-section {
	background-color: #F9F9F9;
	border: 1px solid #aaaaaa;
	width: 100%;
}
.faq-section .list {
	margin: 0.5em 1em;
	padding: 5px 20px;
}
#faq-menu-index .faq-title {
	font-weight: bold;
	font-size: 1.3em;
	box-sizing: border-box;
	padding: 5px 20px;
	border-bottom: 1px solid #aaaaaa;
}
#faq-menu-index li {
	text-align: initial;
}
.fullSearch {
	width: 100%;
	max-width: initial;
	height: 35px;
	background-position: 95% center;
	padding: 0px 25px;
	font-size: 1.3em;
}
#FAQS {
	overflow: auto !important;
}
.faq-item {
	position: relative;
}
.faq-item .open-item,
#lateralNav .faq-active {
	position: absolute;
	right: 15px;
	font-size: 1.5em;
}
.faq-item .open-item {
	color: #fff;
}
.faq-title-text {
	padding: 0px 15px;
	box-sizing: border-box;
	display: block;
	word-wrap: break-word;
}
#FAQS {
	position: relative;
}
.sticky-navbar {
	top: 0px;
	padding: 7px 5px 5px 5px;
	z-index: 100;
	left: 15px;
	position: absolute;
	background-color: rgb(255,255,255);
	box-sizing: border-box;
	right: 0;
}
.sticky-navbar.vertical {
	top: 10px;
	position: fixed;
}
ul.available-apps li {
	margin: 0px 15px;
}
/* REST API */
.dev {
	min-width: 960px;
}
.dev li {
	background-position: left 7px !important;
}
.dev-content h2 { 
	margin-top: 35px !important; 
	margin-bottom: 15px !important; 
	padding-bottom: 0px !important; 
	border-bottom: 2px solid; 
	color: #0F88C6; 
}
.dev-content h3 { 
	margin-top: 15px !important; 
	padding-top: 10px !important; 
	margin-bottom: 10px !important; 
	padding-bottom: 2px !important; 
	border-bottom: 2px solid #92AEC3; 
	color: #92AEC3; 
}
.dev-content ul {
	margin-left: 40px;
	margin-bottom: 10px;
}
.dev-content ul li {
	display: list-item;
	list-style: none;
	padding-left: 12px;
	text-align: inherit;
}
.dev ul li {
	text-align: initial;
}

.dev-menu {
	margin: 0px;
	width: 20%;
	padding: 15px;
	border: 1px solid #d2d3d4;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 4px #d2d3d4;
	-webkit-box-shadow: 1px 1px 4px #d2d3d4;
	box-shadow: 1px 1px 4px #d2d3d4;
	vertical-align: top;
}
.dev-menu > ul {
	padding: 0px;
}
.dev-menu > ul > li {
	text-align: left;
}
.dev-menu + .dev-content {
	margin: 0px;
	width: 75%;
	vertical-align: top;
	margin-left: 10px;
}
.dev-menu ul.items {
	padding: 0px;
	margin: 12px 0px -10px 15px;
}
.dev-content h2 { 
	margin-top: 0px !important; 
	margin-bottom: 15px !important; 
	padding-bottom: 0px !important; 
	border-bottom: 2px solid; 
	color: #0F88C6; 
}
.dev-content h3 { 
	margin-top: 15px !important; 
	padding-top: 10px !important; 
	margin-bottom: 10px !important; 
	padding-bottom: 2px !important; 
	border-bottom: 2px solid #92AEC3; 
	color: #92AEC3; 
}
.dev-content ol,
.dev-content ul {
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.dev-content ul li {
	display: list-item;
	list-style: none;
	padding-left: 12px;
}
.dev-content ul.params {
	margin: 0px;
	padding: 0;
}
.dev-content ul.params ul {
	margin-bottom: 0px;
}
.dev-content ul.params > li {
	background: none;
	padding: 0px;
}
.dev-content ul.params ul li {
	padding-left: 12px;
}
.dev-content .example {
	background: url(/img/utils/box-background.png) top left repeat-x;
	border: 1px solid #d2d3d4;
	border-radius: 3px;
	padding: 10px;
	color: gray;
	margin-right: 10px;
	-moz-box-shadow: 1px 1px 4px #d2d3d4;
	-webkit-box-shadow: 1px 1px 4px #d2d3d4;
	box-shadow: 1px 1px 4px #d2d3d4;
}
.dev-content .imp {
	font-weight: bold;
	color: #2c2c2c;
}
.dev-content .default {
	font-style: italic;
	color: gray;
}
.dev-content .dev-group {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}
.dev-content .dev-title {
	float: left;
	margin: 0px;
	margin-right: 10px;
	width: 180px;
	color: gray;
	text-transform: uppercase;
	text-align: right;
}
.dev-content .dev-info {
	float: left;
	margin: 0px;
	width: 500px;
}
.headingLogo {
	position: relative;
}
/* File Share Social */
ul.social-available {
	overflow: hidden;
}
ul.social-available li {
	padding-right: 7px;
	margin-right: 7px;
}
ul.social-available li img {
	width: 35px;
	margin: 0px;
	margin-right: 2px;
}
#shareFile #actionConfirm {
	max-width: 300px;
	width: 100%;
}
.action-click {
	margin-top: 10px;
	display: inherit;
}
.item-check + label {
	font-size: 1em;
	padding: 5px;
	line-height: 20px;
}
button#chgpsw {
	padding: 0px;
	border: 0px;
	width: 0px;
	height: 0px;
}

/* Download UI */
#other-downloads h2 {
	font-size: 1.25em;
	border: none !important;
}
.extra-download {
	margin: 5px;
	max-width: 280px;
	width: 100%;
	padding: 20px !important;
	box-sizing: border-box;
	white-space: normal;
	display: inline-block;
}
.extra-download .app-header {
	padding-bottom: 15px;
	white-space: nowrap;
}
.extra-download .icon {
	width: 55px;
	height: 55px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.extra-download .os-title {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	margin: 0px 5px;
	width: 70%;
}
.extra-download > * {
	margin: auto !important;
}
.goSrc i {
	margin: 0px 5px 0px 0px;
}

/* Donwload UI document button */
#newUIInfoButton {
	margin: 0px 15px 0px 0px;
	padding: 5px;
	padding-left: 22px;
	padding-right: 15px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	min-width: auto;
	border: none;
	height: 14px;
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
}
#aboutNewUI {
	border-color: rgb(255,0,0) !important;
	border-width: 1px;
}
#aboutNewUI .notification {
	right: -12px;
	left: initial;
}
.faq-title-icon + .faq-icon-left {
	padding: 0px 0px 0px 15px;
}
.faq-title-icon.fa-file-pdf-o {
	position: absolute;
	font-size: 1.3em;
	left: 10px;
	right: initial;
}
#newUIInfoButton .fa-file-pdf-o {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#newUIInfoButton i {
	display: block;
	font-weight: normal;
}
.important {
	background-color: #FF6666 !important;
	color: #fff !important;
}