/* Template specific classes */

body {
	background: url('../images/texture-nes.jpg') repeat;
}

@media (min-width: 1200px) {
	/*
	 * Parallax background
	 */	
	#div1 {
		background: url('../images/bg1.png') no-repeat;
		background-position: top center;
		width:100%;
		height:3000px;
		position:absolute;
		top:0;
		left:0;
	}
	/*
	#div2 {
		background: url('../images/bg2.png') no-repeat;
		background-position: top center;
		width:100%;
		height:2400px;
		position:absolute;
		top:0;
		left:0;
	}
	*/
	#div3 {
		background: url('../images/texture-nes.jpg') no-repeat;
		background-repeat: repeat;
		width:100%;
		height:3000px;
		position:absolute;
		top:0;
		left:0;
	}
}

.container-wrap {
	padding: 60px 20px 60px 20px;
	background-color: white;
}

.dropdown-form {
	padding: 20px;
}

.navbar-main {
	min-height: 40px;
}

.navbar-main .navbar-nav > li > a, .navbar-main span {
	color: #999;
}

.navbar-main .nav > li > a {
	padding: 10px 15px;
}

.navbar-brand {
	height: 40px;
	padding: 9px 15px;
	font-size: 20px;
}

/* Navbar collapse button */
.lines-button {
  padding: 6px 6px 11px 6px;
  transition: .3s;
  cursor: pointer;
  border-radius: 0.57143rem;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 6px;
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 40px;
  height: 5px;
  background: transparent;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: relative;
}
.lines-button.x.collapsed .lines {
	background: #ecf0f1;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 40px;
  height: 5px;
  background: #ecf0f1;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}
.lines-button {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.x .lines:before, .lines-button.x .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 4rem;
}
.collapsed .lines:before {
  top: 1rem !important;
}
.collapsed .lines:after {
  top: -1rem !important;
}
.lines-button.collapsed:hover .lines:before {
  top: 1.14286rem !important;
}
.lines-button.collapsed:hover .lines:after {
  top: -1.14286rem !important;
}
.lines-button.x .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.collapsed .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}
.lines-button.x .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x.collapsed .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

[class^=console-icon-] {
	height: 20px;
	width: 26px;
	display: inline-block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url("../images/consoles-icons.png");
	margin: 4px 5px -4px 0px;
}

.console-icon-gw {background-position: 0px 0px;}
.console-icon-nes {background-position: -26px 0px;}
.console-icon-gb {background-position: -52px 0px;}
.console-icon-snes {background-position: -78px 0px;}
.console-icon-vb {background-position: -104px 0px;}
.console-icon-n64 {background-position: -130px 0px;}
.console-icon-gbc {background-position: -156px 0px;}
.console-icon-64dd {background-position: -182px 0px;}
.console-icon-gba {background-position: -208px 0px;}

.right-container {
	overflow: auto;
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 10px 15px 15px;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.left-container {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 40px 15px 15px;
	background-color: #FDFDFD;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.left-container .container-title {
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: whiteSmoke;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}

.progress-bar-orange {
	background-color: #FF8A00;
}
.progress-bar-gold {
	background-color: #E6C100;
}

/*
 * Override some BootStrap Responsive
 */
@media (min-width: 1008px) {
	.body-inner {
		width: 990px;
	}
}
@media (max-width: 991px) {
	body {
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-fixed-top {
		margin: 0px;
	}
}
/* Medium screen size */
@media (min-width: 768px) and (max-width: 990px) {
	.body-inner {
		width: 760px;
	}
	.col-md-6 {
		width: 50%;
		float: left;
	}
	.col-md-4 .left-container {
		width: 345px;
		float: left;
	}
	/* select impair left-containers */
	.col-md-4 .left-container:nth-child(odd) {
		margin-right: 20px;
	}
}
/* Smallest size, navbar is collapsed */
@media (max-width: 768px) {
	.container-wrap {
		padding: 60px 10px 40px 10px;
	}
	.modal.fade.in {
    	top: 25%;
	}
	.latestnews .tabs-left li:nth-child(1) a {
		border: none;
	}
	.latestnews .tabs-left li:not(:first-child) {
		display: none;
	}
	div.navbar-header span.navbar-brand {
		margin-top: 4px;
	}
	div.navbar-header span.header-mini-logo {
		margin-left: 10px !important;
	}
	nav.navbar-main .navbar-collapse {
		margin-left: -15px !important;
	}
	div.language-wrapper {
		float: right;
		margin-top: 13px;
		margin-right: 5px;
	}
}
@media (min-width: 769px) {
	div.navbar-header span.header-mini-logo {
		margin-left: 0px !important;
	}
}
@media (min-width: 1200px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 990px;
	}
}
@media (max-width: 480px) and (orientation: landscape) {
		.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 340px;
	}
}

/*
 * Overide some Bootstrap stuffs
 */

h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}

h2 {
  font-size: 25px;
  line-height: 40px;
  margin: 0px 0px 6px;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
}

h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

h5 {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}

.row {margin-left:-10px;margin-right:-10px;}
.form-horizontal .form-group {margin-left:-10px;margin-right:-10px;}

[class^="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

ul.menu {padding-left: 0px;}

.dropdown-menu li {
	list-style: none;
}
.dropdown-menu li>a {
	display: block;
	padding: 3px 10px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* Progress animation from left to right */
.progress.active .progress-bar, .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite reverse;
	-moz-animation-direction: reverse;
    -ms-animation-direction: reverse;
	-o-animation: progress-bar-stripes 2s linear infinite reverse;
	animation: progress-bar-stripes 2s linear infinite reverse;
}

li.dropdown ul.dropdown-menu {
	padding: 15px;
}
ul.pagination li a {
	cursor: pointer;
}

.form-search .glyphicon, ul.pagination .glyphicon, span.input-group-btn button.glyphicon {
	top:0px;
}

/* In BS 3.x, images are responsive through img-responsive class 
   By default they will still be responsive for NintAndBox */
img {
  max-width: 100%;
  height: auto;
}

/* Applied to an img, force it to be not responsive */
.img-not-responsive {
	max-width: inherit;
	height: inherit;
}

/** Donate module */
#osdonatestatic {
	min-width: 260px;
}
#osdonatestatic .amount {
	width: 60px;
}
#osdonatestatic select {
	width: 85px;
}

/** Footer at the bottom */
html, body {
	height: 100%;
}
.body-inner {
	position: relative;
	min-height: 100%;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 70px 20px rgba(0, 0, 0, 0.3);
}
footer {
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
footer .navbar {
	margin-bottom: 0px;
	min-height: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
}
footer .navbar-text {
	margin: 10px;
}

/** Drop Files Zone */
#dropfileszone-filelist {
	clear: both;
	padding-top: 5px;
	margin-bottom: 20px;
}
#dropfileszone-consoleslist .drop-console-wrap {
	text-align: center;
	height: 176px;
	width: 176px;
	margin-bottom: 20px;
	float: left;
	margin-left: 20px;
}
#dropfileszone-consoleslist .drop-console-wrap img {
	margin-top: -20px;
}
#dropfileszone-upload-wrap {
	padding: 15px 0px 20px 0px;
}
#dropfileszone-filelist table {
	margin: 25px 0px 10px 0px;
}
#dropfileszone-filelist table div.file-bottom {
	padding-left: 30px;
}
#dropfileszone-filelist .glyphicon-exclamation-sign, #dropfileszone-filelist .glyphicon-thumbs-up {
	cursor: help;
}
#dropfileszone-filelist .glyphicon-remove {
	cursor: pointer;
}
#dropfileszone-filelist .my-upload-new {
	background-color: #FFFFD7;
}
#dropfileszone-filelist .my-upload-accepted {
	background-color: #BDFFEA;
}

li .mod-languages {
	margin-top: 9px;
}
#dropfileszone-filelist .bowser-delete {
	background: url("../../../media/com_dropfileszone/images/bowser-delete.gif") no-repeat scroll 100% 50% transparent;
}

/* User menu */
#login-form {
	width: 200px;
}
#login-form .divider {
	margin: 25px 0px 9px 0px;	
}
#login-form .login-greeting {
	margin-bottom: 10px;
}

.login-links{margin-bottom:20px;}

/* System messages, inspired by BootStrap style */
dl#system-message {
	color: #C09853;
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

dl#system-message ul {
	list-style-position: inside;
}

/* Contact component */
div.contact-form input[type="checkbox"] {
	margin: 0px 5px 0px 0px;
}
div.contact-form .contact-submit {
	margin-top: 30px;
}
div.contact div.jicons-icons {
	float: left;
	margin-right: 5px;
}

/* Search */
div.search input[type="file"], div.search input[type="text"], div.search input[type="image"], div.search input[type="submit"], div.search input[type="reset"], div.search input[type="button"], div.search input[type="radio"], div.search input[type="checkbox"] {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
}
div.search fieldset label, div.search div.form-limit label {
	float: left;
	margin-right: 15px;
}
div.search div.ordering-box select#ordering, div.search fieldset.word input, div.search fieldset.word button, div.search div.form-limit select#limit {
	margin-top: -4px;
}
div.search div.searchintro {
	margin-top: 30px;
}
div.search legend {
	margin-bottom: 10px;
}
div.search div.form-limit {
	margin-top: 10px;
}
div.search div.ordering-box {
	clear: left;
	padding-top: 15px;
}

form.form-search {
	margin-bottom: 20px;
}
form.form-search .input-group .input-group-btn {
	width: 1%;
}

/* Highlight words */
span.highlight {
	background-color: #f89406;
}

/* Page navigation (override pagenavigation.php) */
ul.pagenav {
	height: 35px;
}
ul.pagenav li {
	list-style-type: none;
}
ul.pagenav li.pagenav-prev {
	float: left;
}
ul.pagenav li.pagenav-next {
	float: right;
}

/* Articles */
dl.article-info {
	border-top: 1px solid #eeeeee;
	clear: both;
	padding-top: 5px;
	margin-bottom: 40px;
}
dl.article-info dd {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}
div.article-content-separator {
	margin-bottom: 20px;
	clear:both;
}
div.item-page div.article-title-top h2, div.blog div.article-title-top h2 {
	float: left;
	margin-bottom: 0px;
}
div.item-page div.article-title-top div, div.blog div.article-title-top div {
	float: right;
	margin-top: 15px;
	margin-right: 6px;
}
div.item-page, div.blog div.article-content {
	margin-bottom: 20px;
}

/* Articles edit */
#editor-xtd-buttons .button2-left div, .toggle-editor  .button2-left div {
	float: left;
	padding: 5px 5px 20px;
}
#jform_articletext_ifr {
	height: 600px !important;
}
div.calendar table {width:100%;}

/* Pagination */
div[class^="pagination"] {
	text-align: center;
	width: 100%;
	margin: 0px;
}

/* Tooltips (core, when not possible to remove...) */
div.tip-wrap {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid;
	border-radius: 5px;
}

/* Printer friendly version */
body.contentpane {
	background: none;
	background-color: #FFFFFF;
}
body.contentpane div#all {
	padding: 10px;
}

div.top-header {
	margin-bottom: 20px;
}

div.top-header h3 {
	margin: 0px;
}

div.top-header div.sitedesc {
	margin-bottom: 3px;
	height: 20px;
	background: url('../images/smb-surprise.gif') no-repeat 0px 2px;
	padding-left: 23px;
	display: table;
}

div.top-header div.like {
	margin-bottom: 3px;
	height: 20px;
	background: url('../images/like.png') no-repeat 0px 2px;
	padding-left: 23px;
	display: table;
}

div.top-header a {
	margin-top: 10px;
}

nav.navbar-main div.navbar-collapse {
	-webkit-transition: margin 0.5s, height ease 0.4s; /* Safari 3.1 to 6.0 */
    transition: margin 0.5s, height ease 0.4s;
}

div.navbar-header span.header-mini-logo {
	background: url('../images/nintandbox-logo-76x32.png') no-repeat left center;
	height: 40px;
	width: 76px;
	display: inline-block;
	margin-left: 0px;
	padding: 0px;
	margin-right: 5px;
}

#top-navbar span.label, #top-navbar span.badge {
	color: #FFFFFF;
}

#top-navbar span.label, #top-navbar .tooltip-inner {
    white-space:pre;
    max-width:none;
}

@media (max-width: 768px) {
	#top-navbar .pull-right {
		float: initial !important;
	}
	#top-navbar, #top-navbar .dropdown-menu li>a {
		color: #999;
	}
	#osdonatestatic .form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
	}
	#osdonatestatic .form-control {
		display: inline-block;
	}
}

.contribute-form ul {
	list-style: none;
	margin: 0px 0px 15px 0px;
}

li.dropdown a.dropdown-toggle p {
	display: inline;
}

.adsense {
	text-align: center;
}

/* Last topics from forum */
.live-from-forum-post {
	margin-bottom: 30px;
}
.live-from-forum-post:hover {
	background-color: #f5f5f5;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: background-color;
	-moz-transition-duration: 0.5s;
	transition-property: background-color;
	transition-duration: 0.5s;
}
.live-from-forum-post .details {
	text-align: right;
	border-top: 1px solid #eeeeee;
	margin-top: 4px;
	padding-top: 4px;
}
.live-from-forum-post .post {
	margin-top: 4px;
}

.row .span8 .alert-block {
	padding: 0px 15px 10px;
}

div.last-topics ul.pagination {margin:20px 0px 0px;}
div.last-topics ul.pagination a span.glyphicon, #remository ul.pagination a span.glyphicon {top: 1px;}

/* Latest news in homepage */
.wait {	cursor: wait; }
.opacity-half { opacity:0.5; }

div.latestnews .tabs-right {
	padding-bottom: 10px;
}
div.latestnews .tabs-right > .nav-tabs {
	margin-left: -1px;
}
div.latestnews .tabs-right > .nav-tabs > li > a {
	padding-top: 4px;
	padding-bottom: 4px;
}
div.latestnews .tabs-right ul {
	width: 195px;
}
@media (min-width: 769px) {
	div.latestnews .tabs-right {
		overflow: auto;
	}
	div.latestnews .tab-content {
		border-left: 1px solid #ddd;
		padding-left: 15px;
		overflow: auto;
	}
	div.pagination-by-page {
		display: block;
	}
	div.pagination-by-news {
		display: none;
	}
}
@media (max-width: 768px) {
	div.mod-lastnews div.pagination-by-page {
		display: none;
	}
	div.pagination-by-news {
		display: block;
	}
}
div.latestnews .active [class^="icon-"] {
	
}
div.latestnews .latest-news-btnbar {
	margin-top: 15px;
	text-align: right;
}
div.live-from-forum-content div.pagination {
	margin-top: 20px;
}
@media (max-width: 768px) {
	div.latestnews .tabs-right ul {
		height: auto;
		width: 100%;
	}
	div.latestnews .tabs-right > .nav-tabs {
		margin-left: 0px;
	}
	div.latestnews .tabs-right ul li {
		display: none;
	}
	div.latestnews .tabs-right ul li.active {
		display: block;
	}
	div.latestnews .tabs-right ul li.active a {
		border: 0px;
		margin-right: 10px;
	}
	div.latestnews .nav-tabs {
		float: none;
	}
	div.latestnews .nav {
		margin-bottom: 0px;
	}
}

div.hejack-feed .newsfeed-title {
	text-align: right;
}

/* Remository commons */
.latestfiles-type {
	position: absolute;
	top: 20px;
	left: 15px;
	color: #745a22;
	font-weight: bold;
	width: 130px;
	height: 100px;
	background: url('../images/seal.png') no-repeat;
	z-index: 10;
}
.latestfiles-type .latestfiles-type-text {
	width: 72px;
	height: 40px;
	margin-top: 30px;
	margin-left: 30px;
	font-size: 16px;
}

/* Bootstrap 2.x tab alignment */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

@media (min-width: 769px) {
	.tabs-left > .nav-tabs > li,
	.tabs-right > .nav-tabs > li {
	  width: 175px;
	}
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}

@media (min-width: 769px) {
	.tabs-left > .nav-tabs {
	  border-right: 1px solid #ddd;
	}
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  border-left-color: #ffffff;
}

/* File migration module */
div.filemigration-progess {margin-top:20px;}
div.filemigration-progess .progress{margin:0px 0px 15px;}

/* Profile */
div.profile dt {
	float: left;
	margin-right: 10px;
}

/* Youtube videos */
@media (max-width: 768px) {
	embed {
		max-width: 100%;
	}
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}


@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/* File Actions module */

.mod-fileactions ul {
	padding-left: 0px;
}

.mod-fileactions ul li {
	list-style: none;
	margin-bottom: 8px;
}

.mod-fileactions p.mod-fileaction-btn {
	text-align: right;
}

.mod-fileactions span.glyphicon-user {
	margin-left: 5px;
}

.mod-fileactions .ask-title {
	margin-top: 15px;
}

.user-work {
	display: inline-block;
}

button.btn-cancel-one-report {
	margin: 0px 0px 5px 10px;
}
