.no-select {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}
.link {
	cursor: hand;
	cursor: pointer;
	color: #5c99ac;
}
.link:hover {
	text-decoration: underline;
}
.info-link {
	cursor: default;
	color: #5c99ac;
	border-bottom: 1px dotted #5c99ac;
}
.cursor {
	cursor: hand;
	cursor: pointer;
}
.left {
	float: left;
}
.left.login-links {
	margin-top: 15px;
	width: 226px;
	font-size: 18px;
}
.left.login-links a {
	text-decoration: none;
}
.right {
	float: right;
}
body {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
	background-color: #f2f2f2;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Sans', 'Sans-serif';
	font-size: 13px;
	color: #333333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}
a {
	text-decoration: none;
	color: #5c99ac;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
/*#content-wrapper {
	min-height: 100%;
}*/
#navigation {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-shadow: 0 0 5px 3px #222222;
	-webkit-box-shadow: 0 0 5px 3px #222222;
	box-shadow: 0 0 5px 3px #222222;
	background: url(/public/images/mobile/phone-header.png) repeat-x;
	height: 43px;
	padding: 7px 10px 0 10px;
	width: 100%;
	/*.back-btn {
            float: left;
            display: block;
            background: url(/public/images/mobile/back.png) no-repeat;
            width: 50px;
            height: 31px;
        }*/

}
#navigation.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#navigation.absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#navigation .title {
	font-weight: bold;
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: white;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 4px;
	text-shadow: #5c718e 0 -1px 0;
}
#navigation .settings-btn {
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	background: url(/public/images/mobile/settings.png) no-repeat;
}
#navigation .settings-btn.active {
	background-position: 0 -30px;
}
#navigation .send-btn {
	float: right;
	display: block;
	width: 40px;
	height: 30px;
	background: url(/public/images/mobile/send.png) no-repeat;
}
#navigation .send-btn.active {
	background-position: 0 -30px;
}
#navigation .navigation-button.notifications .content {
	position: relative;
}
#navigation .navigation-button.notifications .content .notifications-count {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	position: absolute;
	top: 4;
	right: 3;
	font-size: 10px;
	background-color: #dd0202;
	padding: 0 1px;
	border: 1px solid black;
}
#navigation .navigation-button.notifications .content .notifications-icon {
	background: url(/public/images/mobile/notifications_22.png);
	width: 22px;
	height: 22px;
	margin: -3px 0 0 1px;
}
#header {
	background: url(/public/images/mobile/title-background.png) repeat-x;
	height: 59px;
	color: #f2f2f2;
	text-shadow: #111111 0px -1px 0px;
	padding: 15px 5px 0 15px;
}
#header .title {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#header .info {
	margin-top: 10px;
	min-width: 800px;
}
#header .info .item {
	float: left;
	padding-left: 20px;
	margin-left: 20px;
	line-height: 13px;
	height: 13px;
}
#header .info .files {
	margin-left: 0;
	background: url(/public/images/files_13.png) no-repeat;
}
#header .info .downloads {
	background: url(/public/images/downloads_13.png) no-repeat;
}
#header .info .size {
	background: url(/public/images/database_13.png) no-repeat;
}
#main-content {
	overflow: hidden;
	/*min-height: 110%;*/
}
#main-content.fixed, #main-content.absolute {
	margin-top: 43px;
}
#main-content .container {
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
}
.button {
	cursor: hand;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #95cbde;
	background: -webkit-gradient(linear, left top, left bottom, from(#95cbde), to(#7cc0d5));
	background: -moz-linear-gradient(top, #95cbde, #7cc0d5);
	box-shadow: #888 0px 2px 2px 1px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	color: white;
	padding: 10px;
	text-decoration: none;
	text-shadow: #666666 0px -1px 0px;
	font-size: 14px;
}
.button:hover {
	text-decoration: none;
}
/*.navigation-button {
	.cursor;
	.rounded-corners(3px);
	.gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.09));

	//margin-left: 5px;

	display: block;
	float: left;
	padding: 7px 7px 6px 7px;
	font-weight: bold;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: white;
	text-shadow: #8390A3 0 -1px 0;
	border: 1px solid @gettDarkColor;
}*/
.navigation-button {
	cursor: hand;
	cursor: pointer;
	display: block;
	float: left;
	text-decoration: none;
	padding-right: 3px;
	background: url(/public/images/mobile/btn-right.png) no-repeat;
	background-position: right top;
}
.navigation-button:hover {
	text-decoration: none;
}
.navigation-button.active {
	text-decoration: none;
	background-position: right -30px;
}
.navigation-button.active .content {
	background-position: 0 -30px;
}
.navigation-button.left-arrow .content {
	background-image: url(/public/images/mobile/btn-arrow-left.png);
	padding-left: 15px;
}
.navigation-button.right-arrow {
	background-image: url(/public/images/mobile/btn-arrow-right.png);
	padding-right: 13px;
}
.navigation-button.right-arrow .content {
	padding-right: 2px;
}
.navigation-button .content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 7px 7px 0 7px;
	font-weight: bold;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: white;
	text-shadow: #8390a3 0 -1px 0;
	height: 30px;
	padding-left: 10px;
	background: url(/public/images/mobile/btn-left.png) no-repeat;
}
.transition-all {
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.hidden {
	display: none;
}
.hiddenish {
	position: absolute;
	top: -5000px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.div-center {
	margin-left: auto;
	margin-right: auto;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}

.no-select {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}
.link {
	cursor: hand;
	cursor: pointer;
	color: #5c99ac;
}
.link:hover {
	text-decoration: underline;
}
.info-link {
	cursor: default;
	color: #5c99ac;
	border-bottom: 1px dotted #5c99ac;
}
.cursor {
	cursor: hand;
	cursor: pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}
#content > .whole-page-content {
	background-color: #95cbde;
	min-height: 100%;
}
#content > .whole-page-content .logo {
	background: url(/public/images/mobile/logo.png) no-repeat;
	width: 130px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
}
#content > .whole-page-content .foot-prints {
	padding-top: 10px;
	position: relative;
}
#content > .whole-page-content .foot-prints .error {
	white-space: nowrap;
	width: 100%;
	height: 50px;
	font-size: 14px;
	background-color: #606060;
	background: rgba(0, 0, 0, 0.5);
	line-height: 50px;
	color: #f2f2f2;
	position: absolute;
	text-align: center;
}
#content > .whole-page-content .foot-prints .first {
	float: left;
	background: url(/public/images/mobile/footprints_first.png) no-repeat;
	width: 41px;
	height: 50px;
}
#content > .whole-page-content .foot-prints .middle {
	background: url(/public/images/mobile/footprints_middle.png) repeat-x;
	height: 50px;
	margin-left: 41px;
}
#content > .whole-page-content .create-account {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
}

.no-select {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}
.link {
	cursor: hand;
	cursor: pointer;
	color: #5c99ac;
}
.link:hover {
	text-decoration: underline;
}
.info-link {
	cursor: default;
	color: #5c99ac;
	border-bottom: 1px dotted #5c99ac;
}
.cursor {
	cursor: hand;
	cursor: pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}
form, .form {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
form input,
.form input,
form button,
.form button,
form .btn,
.form .btn,
form .select,
.form .select {
	width: 100%;
	outline: none;
	display: block;
}
form input[type=submit],
.form input[type=submit],
form button,
.form button,
form .btn,
.form .btn {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #f5f5f5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dddddd));
	background: -moz-linear-gradient(top, #f5f5f5, #dddddd);
	border: 1px solid #ccc;
	border-bottom: 2px solid #aaa;
	margin-top: 15px;
	height: 50px;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	-webkit-appearance: none;
}
form .btn, .form .btn {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	line-height: 47px;
}
form .input-fields, .form .input-fields {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #7cc0d5;
	border-top: 2px solid #5c99ac;
}
form .input-fields.grey, .form .input-fields.grey {
	border-top-width: 1px;
	border-color: #999;
}
form .input-fields .select, .form .input-fields .select {
	background: white;
	position: relative;
}
form .input-fields .select .placeholder, .form .input-fields .select .placeholder {
	line-height: 50px;
	color: #a9a9a9;
	padding-left: 2px;
}
form .input-fields .select .down-arrow, .form .input-fields .select .down-arrow {
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	position: absolute;
	top: 16px;
	right: 10px;
	background: url(/public/images/mobile/down.png) no-repeat;
	width: 18px;
	height: 18px;
	background-position: 50% 60%;
	background-color: gray;
}
form .input-fields .select select, .form .input-fields .select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
form .input-fields input,
.form .input-fields input,
form .input-fields .select,
.form .input-fields .select {
	height: 50px;
	padding-left: 5px;
	padding-right: 5px;
}
form .input-fields input,
.form .input-fields input,
form .input-fields textarea,
.form .input-fields textarea,
form .input-fields .select,
.form .input-fields .select {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
	border: none;
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	outline: none;
}
form .input-fields input:first-child,
.form .input-fields input:first-child,
form .input-fields textarea:first-child,
.form .input-fields textarea:first-child,
form .input-fields .select:first-child,
.form .input-fields .select:first-child {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
form .input-fields input:last-child,
.form .input-fields input:last-child,
form .input-fields textarea:last-child,
.form .input-fields textarea:last-child,
form .input-fields .select:last-child,
.form .input-fields .select:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
}

.no-select {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}
.link {
	cursor: hand;
	cursor: pointer;
	color: #5c99ac;
}
.link:hover {
	text-decoration: underline;
}
.info-link {
	cursor: default;
	color: #5c99ac;
	border-bottom: 1px dotted #5c99ac;
}
.cursor {
	cursor: hand;
	cursor: pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}
#content {
	/*.no-shares {
            white-space: nowrap;
            width: 100%;
            height: 50px;
            font-size: 14px;
            background-color: @greyish;
            background: rgba(0, 0, 0, 0.5);
            line-height: 50px;
            color: #f2f2f2;
            text-align: center;
        }*/

}
#content .no-shares {
	margin-top: 20px;
}
#header .title .user-name {
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
#share-list a {
	text-decoration: none;
	color: #666;
}
#share-list .share-item {
	border-bottom: 1px solid #999;
	color: #666;
}
#share-list .share-item:nth-child(even) {
	background-color: white;
}
#share-list .share-item .wrapper {
	display: block;
	position: relative;
	padding: 5px;
	padding-right: 0;
}
#share-list .share-item .wrapper .preview {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: absolute;
	width: 65px;
	height: 65px;
	border: 1px solid #666;
}
#share-list .share-item .wrapper .preview.thumb {
	background-repeat: no-repeat;
	background-position: 50% 25%;
}
#share-list .share-item .wrapper .preview.file {
	background-color: #999;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#share-list .share-item .wrapper .preview.audio {
	background-image: url(/public/images/mobile/play-icon.png);
}
#share-list .share-item .wrapper .preview.misc, #share-list .share-item .wrapper .preview.doc {
	background-image: url(/public/images/mobile/doc-icon.png);
}
#share-list .share-item .wrapper .content {
	font-size: 14px;
	padding-left: 75px;
	padding-right: 25px;
	line-height: 67px;
	height: 67px;
}
#share-list .share-item .wrapper .content .title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#share-list .share-item .wrapper .content .file-count {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #999;
}
#share-list .share-item .wrapper .content .arrow-wrapper {
	position: absolute;
	right: 0;
	top: 50%;
	height: 20px;
	width: 15px;
}
#share-list .share-item .wrapper .content .arrow-wrapper .arrow {
	position: absolute;
	top: -50%;
	right: 0;
	height: 20px;
	width: 15px;
	background: url(/public/images/mobile/right.png) no-repeat;
}


.no-select {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}
.link {
	cursor: hand;
	cursor: pointer;
	color: #5c99ac;
}
.link:hover {
	text-decoration: underline;
}
.info-link {
	cursor: default;
	color: #5c99ac;
	border-bottom: 1px dotted #5c99ac;
}
.cursor {
	cursor: hand;
	cursor: pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}
.content-section {
	padding: 10px;
}
.content-section h1 {
	font-size: 30px;
	color: #666666;
}
.content-section h2 {
	font-size: 16px;
	color: black;
	margin: 20px 0 5px 0;
}
.content-section h2:first-child {
	margin-top: 0px;
}
.content-section blockquote {
	font-style: italic;
	display: inline;
	color: #333333;
	margin-right: 10px;
}
.content-section .header {
	margin-top: 20px;
}
.content-section .header:first-child {
	margin-top: 0px;
}
.content-section .section {
	margin-top: 20px;
}
.message-box {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999;
	background-color: #f2f2f2;
	box-shadow: #666666 2px 2px 5px -2px;
	margin-bottom: 10px;
	background-color: white;
}
.message-box .content {
	padding: 15px;
	color: #606060;
}
.message-box .content h1 {
	font-size: 26px;
	font-style: italic;
	font-family: 'Georgia', 'Century Schoolbook L';
}
.message-box .content p {
	margin: 20px 0;
}
.message-box .content p:first-child {
	margin: 0;
}
.message-box .content .divider {
	margin-top: 15px;
}

.no-select {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}
.link {
	cursor: hand;
	cursor: pointer;
	color: #5c99ac;
}
.link:hover {
	text-decoration: underline;
}
.info-link {
	cursor: default;
	color: #5c99ac;
	border-bottom: 1px dotted #5c99ac;
}
.cursor {
	cursor: hand;
	cursor: pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}
#file-view-holder {
	color: #666;
	/*#file-list {
            @thumbWidth: 70px;
            @thumbHeight: 65px;

            padding-right: @spacing;
            //background-color: white;

            .list-item-container {
                padding-bottom: @spacing;
            }
            .list-item {
                .rounded-corners(3px);

                background-color: #fff;
                display: block;
                //margin-bottom: @spacing;
                border: 1px solid @borderColor;
                line-height: @thumbHeight;
                padding-left: @thumbWidth + @spacing;
                position: relative;
                text-decoration: none;
                color: #666;

                .preview {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: @thumbWidth;
                    height: @thumbHeight;
                    border-right: 1px solid @borderColor;
                    background-color: #999;
                    background-repeat: no-repeat;
                    background-position: 50% 50%;

                    &.audio {
                        background-image: url(/s/images/mobile/play-icon.png);
                    }
                    &.misc, &.doc {
                        background-image: url(/s/images/mobile/doc-icon.png);
                    }
                }
                .title {
                    font-size: 14px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }
            }
        }*/

}
#file-view-holder #file-grid .grid-box-container {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	width: 25%;
	height: 10%;
	max-height: 135px;
	padding-right: 7px;
	margin-bottom: 7px;
}
#file-grid .grid-box-container .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow-x: hidden;
	max-width: 96%;
	max-height: 96%;
}
#file-view-holder .padding-helper {
	padding: 5px 0 0 5px;
}
#file-view-holder #file-grid .grid-box {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #999999;
	width: 100%;
	height: 100%;
}
#file-view-holder #file-grid .grid-box.image .thumb {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 25%;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
#file-view-holder #file-list {
	margin-left: -5px;
}
#file-view-holder #file-list.last .list-item-container:first-child {
	border-top: 1px solid #999;
}
#file-view-holder #file-list.first {
	margin-top: -5px;
}
#file-view-holder #file-list .list-item-container {
	border-bottom: 1px solid #999;
}
#file-view-holder #file-list .list-item-container:nth-child(even) {
	background-color: white;
}
#file-view-holder #file-list .list-item-container .list-item {
	position: relative;
	padding: 10px;
	padding-left: 53px;
	line-height: 25px;
	display: block;
	text-decoration: none;
	color: #666;
}
#file-view-holder #file-list .list-item-container .list-item .preview {
	background: red;
	top: 9px;
	left: 5px;
	height: 25px;
	width: 40px;
	position: absolute;
	overflow: hidden;
	font-size: 11px;
	text-align: center;
	background-color: #e8e8e8;
	border: 1px solid #ccc;
}
#file-view-holder #file-list .list-item-container .list-item .title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#content .dialog-box {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	padding: 10px;
	padding-bottom: 3px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #95cbde;
	border-top: 1px solid #5c99ac;
}
#content .dialog-box .text {
	line-height: 14px;
	padding-bottom: 5px;
	font-size: 14px;
	color: white;
	text-shadow: #5c718e 0 -1px 0;
}
#content .dialog-box .form {
	width: 100%;
	padding: 0;
	background: #95cbde;
}
#content .dialog-box .form .btn {
	margin-top: 7px;
}
#content .dialog-box .form .btn:first-child {
	margin-top: 0;
}
#content .dialog-box .button {
	margin: 7px auto;
	display: block;
	width: 50%;
}
.no-select {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}
.link {
	cursor: hand;
	cursor: pointer;
	color: #5c99ac;
}
.link:hover {
	text-decoration: underline;
}
.info-link {
	cursor: default;
	color: #5c99ac;
	border-bottom: 1px dotted #5c99ac;
}
.cursor {
	cursor: hand;
	cursor: pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}
#content .terms {
	color: #999;
	padding: 5px 10px;
}
#content form {
	padding-bottom: 20px;
}
#content form input.error {
	background-color: #FFEDED;
}
#content .error-message, #content .success-message{
	white-space: nowrap;
	width: 100%;
	height: 50px;
	font-size: 14px;
	background-color: #606060;
	background: rgba(0, 0, 0, 0.5);
	line-height: 50px;
	color: #f2f2f2;
	text-align: center;
	margin-bottom: 20px;
}
/* file page */
#toolbar {
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.7)));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 43px;
	line-height: 40px;
	padding: 0 50px 0 7px;
	color: #f2f2f2;
	text-shadow: #5c718e 0 -1px 0;
	font-size: 15px;
	border-top: 1px solid #333;
}
#toolbar.concealed {
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
#toolbar .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#toolbar .download {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #333;
	display: block;
	background: url(/public/images/download-transparent_22.png) no-repeat;
	width: 43px;
	height: 42px;
	background-position: 50% 50%;
}

#file-swipe #content-wrapper {
	position: relative;
	height: 100%;
}
#file-swipe #main-content {
	position: absolute;
	top: 43px;
	bottom: 0;
	width: 100%;
}
#file-swipe #file-view {
	overflow: hidden;
	visibility: visible;
}
#file-swipe .file-container {
	height: 100%;
}
#file-swipe .file-container .loading .spinner {
	position: absolute;
	left: 50%;
	top: 50%;
}
#file-swipe .file-container img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow-x: hidden;
	max-width: 96%;
	max-height: 96%;
}

@keyframes loading-spinner-315 {
	0% {background-color: rgba(15,15,15,0.8);}
	14.28% {background-color: rgba(181,181,181,0.8);}
	28.58% {background-color: rgba(181,181,181,0.8);}
	42.84% {background-color: rgba(181,181,181,0.8);}
	57.12% {background-color: rgba(181,181,181,0.8);}
	71.4% {background-color: rgba(181,181,181,0.8);}
	85.68% {background-color: rgba(181,181,181,0.8);}
	100% {background-color: rgba(181,181,181,0.8);}
}
@keyframes loading-spinner-0 {
	0% {background-color: rgba(181,181,181,0.8);}
	14.28% {background-color: rgba(15,15,15,0.8);}
	28.58% {background-color: rgba(181,181,181,0.8);}
	42.84% {background-color: rgba(181,181,181,0.8);}
	57.12% {background-color: rgba(181,181,181,0.8);}
	71.4% {background-color: rgba(181,181,181,0.8);}
	85.68% {background-color: rgba(181,181,181,0.8);}
	100% {background-color: rgba(181,181,181,0.8);}
}
@keyframes loading-spinner-45 {
	0% {background-color: rgba(181,181,181,0.8);}
	14.28% {background-color: rgba(181,181,181,0.8);}
	28.58% {background-color: rgba(15,15,15,0.8);}
	42.84% {background-color: rgba(181,181,181,0.8);}
	57.12% {background-color: rgba(181,181,181,0.8);}
	71.4% {background-color: rgba(181,181,181,0.8);}
	85.68% {background-color: rgba(181,181,181,0.8);}
	100% {background-color: rgba(181,181,181,0.8);}
}
@keyframes loading-spinner-90 {
	0% {background-color: rgba(181,181,181,0.8);}
	14.28% {background-color: rgba(181,181,181,0.8);}
	28.58% {background-color: rgba(181,181,181,0.8);}
	42.84% {background-color: rgba(15,15,15,0.8);}
	57.12% {background-color: rgba(181,181,181,0.8);}
	71.4% {background-color: rgba(181,181,181,0.8);}
	85.68% {background-color: rgba(181,181,181,0.8);}
	100% {background-color: rgba(181,181,181,0.8);}
}
@keyframes loading-spinner-135 {
	0% {background-color: rgba(181,181,181,0.8);}
	14.28% {background-color: rgba(181,181,181,0.8);}
	28.58% {background-color: rgba(181,181,181,0.8);}
	42.84% {background-color: rgba(181,181,181,0.8);}
	57.12% {background-color: rgba(15,15,15,0.8);}
	71.4% {background-color: rgba(181,181,181,0.8);}
	85.68% {background-color: rgba(181,181,181,0.8);}
	100% {background-color: rgba(181,181,181,0.8);}
}
@keyframes loading-spinner-180 {
	0% {background-color: rgba(181,181,181,0.8);}
	14.28% {background-color: rgba(181,181,181,0.8);}
	28.58% {background-color: rgba(181,181,181,0.8);}
	42.84% {background-color: rgba(181,181,181,0.8);}
	57.12% {background-color: rgba(181,181,181,0.8);}
	71.4% {background-color: rgba(15,15,15,0.8);}
	85.68% {background-color: rgba(181,181,181,0.8);}
	100% {background-color: rgba(181,181,181,0.8);}
}
@keyframes loading-spinner-225 {
	0% {background-color: rgba(181,181,181,0.8);}
	14.28% {background-color: rgba(181,181,181,0.8);}
	28.58% {background-color: rgba(181,181,181,0.8);}
	42.84% {background-color: rgba(181,181,181,0.8);}
	57.12% {background-color: rgba(181,181,181,0.8);}
	71.4% {background-color: rgba(181,181,181,0.8);}
	85.68% {background-color: rgba(15,15,15,0.8);}
	100% {background-color: rgba(181,181,181,0.8);}
}
@keyframes loading-spinner-270 {
	0% {background-color: rgba(181,181,181,0.8);}
	14.28% {background-color: rgba(181,181,181,0.8);}
	28.58% {background-color: rgba(181,181,181,0.8);}
	42.84% {background-color: rgba(181,181,181,0.8);}
	57.12% {background-color: rgba(181,181,181,0.8);}
	71.4% {background-color: rgba(181,181,181,0.8);}
	85.68% {background-color: rgba(181,181,181,0.8);}
	100% {background-color: rgba(15,15,15,0.8);}
}
.spinner-part {
	position: absolute;
	width: 12px;
	height: 6px;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0 0 1px;
	transform-origin: left 50% 0px;
	border-radius: 3px;
}
.spinner {
	margin-top: -2px;
}
.spinner-part {
	width: 6px;
	height: 3px;
}
.spinner-part.spinner-part-315 {
	transform: rotate(315deg) translate(7px, 0px);
	animation: loading-spinner-315 0.666667s linear infinite;
}
.spinner-part.spinner-part-0 {
	transform: rotate(0deg) translate(7px, 0px);
	animation: loading-spinner-0 0.666667s linear infinite;
}
.spinner-part.spinner-part-45 {
	transform: rotate(45deg) translate(7px, 0px);
	animation: loading-spinner-45 0.666667s linear infinite;
}
.spinner-part.spinner-part-90 {
	transform: rotate(90deg) translate(7px, 0px);
	animation: loading-spinner-90 0.666667s linear infinite;
}
.spinner-part.spinner-part-135 {
	transform: rotate(135deg) translate(7px, 0px);
	animation: loading-spinner-135 0.666667s linear infinite;
}
.spinner-part.spinner-part-180 {
	transform: rotate(180deg) translate(7px, 0px);
	animation: loading-spinner-180 0.666667s linear infinite;
}
.spinner-part.spinner-part-225 {
	transform: rotate(225deg) translate(7px, 0px);
	animation: loading-spinner-225 0.666667s linear infinite;
}
.spinner-part.spinner-part-270 {
	transform: rotate(270deg) translate(7px, 0px);
	animation: loading-spinner-270 0.666667s linear infinite;
}
/* file page end */

/* send page */
#content .error {
	font-size: 14px;
	line-height: 28px;
	background-color: #606060;
	background: rgba(0, 0, 0, 0.5);
	color: #f2f2f2;
	text-align: center;
	height: auto;
	word-break: break-word;
	white-space: normal;
	padding: 5px;
}
#content .form {
	/*min-height: 85%;*/
	background-color: #f2f2f2;
	padding: 5px 10px;
	padding-top: 20px;
}
#content .form .address-input {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding-right: 30px;
	background-color: white;
}
#content .form .address-input input {
	border-bottom: none;
}
#content .form .address-input .address-select {
	position: relative;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}
#content .form .address-input .address-select .down-arrow {
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	position: absolute;
	top: 16px;
	left: 6px;
	background: url(/public/images/mobile/down.png) no-repeat;
	width: 18px;
	height: 18px;
	background-position: 50% 60%;
	background-color: gray;
}
#content .form .address-input .address-select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* send page end */

/* signup page */
#content.signup {
	position: relative;
}
#content.signup .error-message, #content.signup .success-message {
	position: absolute;
}
/* signup page end */

/* terms, contact, complaint */
#terms p, #faq p, #contact p, #complaint p {
	text-align: justify;
}
#terms h2, #faq h2, #contact h2, #complaint h2 {
	font-weight: bold;
}
#faq a.button {
	padding: 10px 25px;
}
#complaint > div {
	text-align: center;
}
#complaint form .data > textarea {
	padding: 5px;
}
#complaint form .data > input {
	padding-left: 5px;
	padding-right: 5px;
}
#complaint form .agreement .data > input {
	height: 25px;
}
#complaint form .message {
	text-align: justify;
	padding: 5px 0;
}
#complaint .text-info {
	text-align: center;
}
#complaint .status-message {
	text-align: center;
	font-size: 18px;
}
#complaint-notification {
	text-align: center;
}
#complaint-notification .button-holder {
	width: 87px;
	margin: 25px auto 20px auto;
}
#complaint-notification a.button {
	padding: 10px 40px;
}
/* terms, contact, complaint end */
/* swipe */
.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap > div {
	float:left;
	width:100%;
	position: relative;
}
/* swipe end */

.reCaptcha-container {
	text-align: center;
}
.reCaptcha-container #reCaptchaHolder {
	display: inline-block;
}
